@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/Open_Sans/opensans-regular.eot');
    src: url('../fonts/Open_Sans/opensans-regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Open_Sans/opensans-regular.woff') format('woff'),
    url('../fonts/Open_Sans/opensans-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/Open_Sans/opensans-bold.eot');
    src: url('../fonts/Open_Sans/opensans-bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Open_Sans/opensans-bold.woff') format('woff'),
    url('../fonts/Open_Sans/opensans-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Baskerville';
    src: url('../fonts/Baskerville/BaskervilleRegular.eot');
    src: url('../fonts/Baskerville/BaskervilleRegular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Baskerville/BaskervilleRegular.woff2') format('woff2'),
    url('../fonts/Baskerville/BaskervilleRegular.woff') format('woff'),
    url('../fonts/Baskerville/BaskervilleRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Baskerville';
    src: url('../fonts/Baskerville/BaskervilleBold.eot');
    src: url('../fonts/Baskerville/BaskervilleBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Baskerville/BaskervilleBold.woff2') format('woff2'),
    url('../fonts/Baskerville/BaskervilleBold.woff') format('woff'),
    url('../fonts/Baskerville/BaskervilleBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face{
    font-family: 'PT Serif';
    src: url('../fonts/PTSerif/PTSerif-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'PT Serif';
    src: url('../fonts/PTSerif/PTSerif-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@keyframes slideInUpCustom {
  from {
    transform: translate3d(0, 60px, 0);
    visibility: visible;
}

to {
    transform: translate3d(0, 0, 0);
}
}

.slideInUpCustom {
  animation-name: slideInUp;
}

html {
    overflow-y: scroll;
    font-size: 10px;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

html.is-lock,
html.is-lock body {
    overflow: hidden;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
	font-family: 'PT Serif', 'Times New Roman', serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 32px;
    background: #27272c;
    color: #fff;
    min-width: 320px;
}

:hover, 
:active,
:focus {
    outline: none;
}

a {
    color: #dd2c14;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

a,
button,
[type=button],
.g-btn {
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -webkit-transition-property: color, border-color, background-color, opacity, box-shadow;
    transition-property: color, border-color, background-color, opacity, box-shadow;
}

a[href^=tel],
a[href^=mailto] {
    color: inherit;
    text-decoration: none;
    cursor: text;
}

img {
    vertical-align: middle;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

img[data-src] {
    opacity: 0;
}

a img {
    border:none;
}

p,
ul,
ol,
dl,
pre,
table,
figure,
address, 
fieldset,
blockquote {
    margin: 0 0 38px 0;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6,
.g-h1, 
.g-h2, 
.g-h3, 
.g-h4, 
.g-h5, 
.g-h6 {
    font-weight: bold;
    margin: 0 0 38px 0;
}

h1, 
.g-h1 {
    font-size: 60px;
    line-height: 69px;
    letter-spacing: -1px;
}

h2, 
.g-h2 {
    font-size: 40px;
    line-height: 46px;
    letter-spacing: -0.8px;
}

h3, 
.g-h3 {
    font-size: 26px;
    line-height: 34px;
    letter-spacing: -0.5px;
}

h4, 
.g-h4 {
    font-size: 26px;
    line-height: 36px;
}

h5, 
.g-h5 {
    font-size: 22px;
    line-height: 34px;
}

h6, 
.g-h6 {
    font-size: 22px;
    line-height: 34px;
}

ul, 
ol {
    padding: 0 0 0 30px;
}

ul > li > ul,
ul > li > ol,
ol > li > ol,
ol > li > ul {
    margin-bottom: 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    border: 0;
    border-top: 1px solid #e9e9e9;
    clear: both;
    margin: 84px 0 72px;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

th {
    font-weight: bold;
}

.g-clear {
    clear:both;
}

.g-clear-left {
    clear: left;
}

.g-clear-right {
    clear: right;
}

.g-float-left {
    float: left;
}

.g-float-right {
    float: right;
}

.g-align-left {
    text-align: left;
}

.g-align-right {
    text-align: right;
}

.g-align-center {
    text-align: center;
}

.g-align-justify {
    text-align: justify;
}

.g-uppercase {
    text-transform: uppercase;
}

.g-nowrap {
    white-space: nowrap;
}

.g-clearfix:after {
    content: "";
    display: table;
}

.g-btn {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    height: 48px;
    min-width: 140px;
    line-height: 46px;
    padding: 0 15px;
    color: #fff;
    background: #dd2c14;
    border: 1px solid transparent;
    border-radius: 0;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.g-btn:hover {
    background: #f54f38;
}

.g-btn:active {
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.g-btn_style_border {
    background: transparent;
    border-color: #1d1d22;
    border-color: rgba(255,255,255,0.1);
}

.g-btn_style_border:hover {
    background: #1d1d22;
    background: rgba(255,255,255,0.1);
}

.g-btn_size_medium {
    height: 72px;
    border-width: 2px;
    line-height: 68px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 3.6px;
}

.g-btn_size_large {
    height: 96px;
    border-width: 2px;
    line-height: 92px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.g-btn_width_full {
    padding: 0;
    width: 100%;
}

.g-btn[disabled],
.g-btn.is-disabled {
    opacity: .55;
    cursor: default;
    cursor: not-allowed;
}

.form-row {
    margin-bottom: 12px;
}

label.error {
    display: none !important;
}

button, 
[type='reset'], 
[type='submit'],
html [type='button'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

button, 
input, 
optgroup, 
select, 
textarea {
    font: inherit;
    color: inherit;
}

input[type='email'],
input[type='file'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
textarea,
select {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 40px;
    line-height: 1;
    height: 96px;
    padding: 21px 36px;
    color: #74747d;
    border: none;
    background-color: #2f2f34;
    border-radius: 0;
    display: block;
    width: 100%;
    box-shadow: none;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

input[type='email']:focus,
input[type='file']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='text']:focus,
input[type='url']:focus,
textarea:focus,
select:focus {

}

input[type='email'][disabled],
input[type='file'][disabled],
input[type='password'][disabled],
input[type='search'][disabled],
input[type='tel'][disabled],
input[type='text'][disabled],
input[type='url'][disabled],
textarea[disabled],
select[disabled] {
    cursor: default;
    cursor: not-allowed;
}

input[type='email'].error,
input[type='file'].error,
input[type='password'].error,
input[type='search'].error,
input[type='tel'].error,
input[type='text'].error,
input[type='url'].error,
textarea.error,
select.error {
    background-color: #5a2929;
}

input[type='checkbox'].error,
input[type='radio'].error {
    outline: 1px dotted #ff0000;
}

input[type='file'] {
    padding: 5px;
}

select {
    padding: 2px 2px 2px 10px;
}

textarea {
    height: 100px;
    max-width: 100%;
    min-width: 100%;
    line-height: 1.2;
}

::-webkit-input-placeholder {
    color: inherit;
}

::-moz-placeholder {
    color: inherit;
}

:-moz-placeholder {
    color: inherit;
}

/*
:focus::-webkit-input-placeholder {
    color: transparent;
}

:focus::-moz-placeholder {
    color: transparent;
}

:focus:-moz-placeholder {
    color: transparent;
}
*/

.fancybox-close-small {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    border: none;
    background: none;
    width: 96px;
    height: 96px;
    cursor: pointer;
    border-left: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}
.fancybox-loader {
    display: none;
}
.fancybox-close-small:before,
.fancybox-close-small:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 21px;
    height: 5px;
    margin: -2px 0 0 -10px;
    background: #74747d;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.fancybox-close-small:after {
    -webkit-transform: rotate(-45deg);    
    transform: rotate(-45deg);    
}

.fancybox-close-small:hover {
    background: #dd2c14;
    border-color: #dd2c14;
}

.fancybox-close-small:hover:before,
.fancybox-close-small:hover:after {
    background: #fff;
}

.fancybox-close-small:after {
    right: auto;
    border-radius: 0;
    outline: none !important;
}

.b-popup__btn {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    border: none;
    background: none;
    width: 96px;
    height: 96px;
    cursor: pointer;
    border-left: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}

.b-popup__btn_download {
    top: 96px;
    font-size: 12px;
    text-align: center;
    line-height: 16px;
    padding: 21px;
    font-weight: bold;

}

/*.b-popup__btn_download:before {
    content: '';
    position: absolute;
    width: 23px;
    height: 26px;
    left: 50%;
    top: 50%;
    margin: -13px 0 0 -11px;
    background: url('../images/icon-download.png') 0 0 no-repeat;
}*/

.fancybox-slide {
    padding: 0 96px !important;
}

.b-popup {
    display: none;
    background: #fff;
    color: #1a1a1f;
    width: 1535px;
    max-width: 100%;
    padding: 170px 192px 96px 96px !important;
    margin: 0 !important;
}

.b-popup__content {
    max-width: 864px;
    margin: 0 auto;
}

.b-nav-btn {
    display: block;
    width: 96px;
    height: 96px;
    border: none;
    padding: 0;
    background: transparent;
    cursor: pointer;
}

.b-nav-btn:hover {
    background: #2f2f34;
}

.b-nav-btn.is-active {
    background: #dd2c14;
}

.b-nav-btn:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 24px;
    height: 19px;
    margin: -9px 0 0 -12px;
    background: url('../images/icon-nav-btn.png') 0 0 no-repeat;

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
}

.b-nav-btn:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 21px;
    margin: -10px 0 0 -10px;
    background: url('../images/icon-close-btn.png') 0 0 no-repeat;

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -webkit-transform: perspective(100px) rotateY(-180deg);
    transform: perspective(100px) rotateY(-180deg);
}

.b-nav-btn.is-active:before {
    -webkit-transform: perspective(100px) rotateY(180deg);
    transform: perspective(100px) rotateY(180deg);
}

.b-nav-btn.is-active:after {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
}

.b-search-btn {
    display: block;
    width: 96px;
    height: 96px;
    border: none;
    padding: 0;
    background: transparent;
    cursor: pointer;
}

.b-search-btn:hover {
    background: #2f2f34;
}

.b-search-btn.is-active {
    background: #dd2c14;
}

.b-search-btn:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 24px;
    height: 25px;
    margin: -12px 0 0 -12px;
    background: url('../images/icon-search-btn.png') 0 0 no-repeat;

    backface-visibility: hidden;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
}

.b-search-btn:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 21px;
    margin: -10px 0 0 -10px;
    background: url('../images/icon-close-btn.png') 0 0 no-repeat;

    backface-visibility: hidden;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -webkit-transform: perspective(100px) rotateY(-180deg);
    transform: perspective(100px) rotateY(-180deg);
}

.b-search-btn.is-active:before {
    -webkit-transform: perspective(100px) rotateY(180deg);
    transform: perspective(100px) rotateY(180deg);
}

.b-search-btn.is-active:after {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
}

.b-header .b-header__bg,
.b-header .b-header__logo,
.b-header .b-header__logo .b-logo,
.b-header .b-header__social,
.b-header__btn,
.b-header + .b-sidebar,
.b-header .b-nav-section__btn-field,
/*.b-header .b-nav-section__content,*/
.b-header .b-search-section__btn-field {
    -webkit-transition: all .35s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition:         all .35s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.b-header.smaller .b-header__bg,
.b-header.smaller .b-header__logo,
.b-header.smaller .b-header__logo .b-logo,
.b-header.smaller .b-header__social {
    height: 55px;
}

.b-header.smaller .b-header__social {
    padding-top: 6px;
}

.b-header.smaller .b-header__logo .b-logo {
    line-height: 55px;
}

.b-header.smaller + .b-sidebar,
.b-header.smaller .b-nav-section__btn-field,
.b-header.smaller .b-nav-section__content,
.b-header.smaller .b-search-section__content {
    top: 55px;
}

.b-header.smaller .b-search-section__btn-field {
    top: 152px;
}

@media only screen and (min-width: 768px) {
    .b-header.smaller .b-header__btn {
        height: 55px;
        line-height: 55px;
    }
}

@media only screen and (max-width: 767px) {
    .b-header.smaller .b-nav-btn {
        height: 55px;
    }
    .b-header.smaller .b-mob-nav {
        top: 55px;
    }
}



.b-header__bg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 96px;
    background: #1d1d22;
    z-index: 103;
}

.b-header__logo {
    position: fixed;
    left: 0;
    top: 0;
    width: 288px;
    z-index: 105;
}

.b-logo {
    display: block;
    width: 100%;
    height: 96px;
    line-height: 92px;
    text-align: center;
    text-decoration: none;
    background: #fff;
    font-size: 28px;
    font-weight: bold;
    color: #1f1f23;
    letter-spacing: -0.6px;
    backface-visibility: hidden;
    border-bottom: 1px solid #e9e9e9;
}

.b-mob-nav-btn {
    display: none;
}

.b-mob-nav {

}

@media only screen and (min-width : 768px) {
    .b-mob-nav {
        display: block !important;
    }
}

.b-header__content {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 104;
    backface-visibility: hidden;
}

.b-header__buttons {
    float: right;
    border-left: 1px solid #2f2f34;
}

.b-header__buttons-item {
    float: left;
}

@media only screen and (min-width : 768px) {
    .b-header__btn {
        display: block;
        width: 192px;
        height: 96px;
        line-height: 94px;
        border-color: transparent;
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 3.6px;
    }
}

.b-header__social {
    float: right;
    width: 303px;
    height: 96px;
    padding-top: 24px;
    border-left: 1px solid #2f2f34;
}

.b-social {
    text-align: center;
}

.b-social__link {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 48px;
    height: 48px;
    margin: 0 2px;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.b-social__link:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0.4;
    background-position: 0 0;
    background-repeat: no-repeat;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.b-social__link:hover:before {
    opacity: 1;
}

.b-social__link_vk:before {
    width: 21px;
    height: 12px;
    margin: -6px 0 0 -10px;
    background-image: url('../images/icon-social-vk.png');
}

.b-social__link_fb:before {
    width: 10px;
    height: 19px;
    margin: -10px 0 0 -4px;
    background-image: url('../images/icon-social-fb.png');
}

.b-social__link_tw:before {
    width: 17px;
    height: 16px;
    margin: -8px 0 0 -8px;
    background-image: url('../images/icon-social-tw.png');
}

.b-social__link_yt:before {
    width: 17px;
    height: 12px;
    margin: -7px 0 0 -8px;
    background-image: url('../images/icon-social-yt.png');
}

.b-search-section {

}

.b-search-section__btn-field {
    position: fixed;
    left: 0;
    top: 192px;
    border-bottom: 1px solid #2f2f34;
    z-index: 104;
}

.b-search-section__btn {

}

.b-search-section__content {
    display: none;
    position: fixed;
    left: 96px;
    top: 96px;
    width: 100%;
    max-width: 768px;
    bottom: 0;
    overflow-y: auto;
    border-left: 1px solid #2f2f34;
    border-top: 1px solid #2f2f34;
    background: #1a1a1f;
    padding: 0 96px 0 0;
    z-index: 1100;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
}

.b-search-section__content-inner {
    background: #1d1d22;
    padding: 96px;
}

.b-search-section__content::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.b-search {

}

.b-search__form {

}

input.b-search__input {
    border: none;
    border-bottom: 1px solid #2f2f34;
    background: transparent url('../images/icon-search-btn.png') right 38px no-repeat;
    padding: 20px 32px 27px 0;
    font-size: 36px;
}

.b-search__btn {
    margin-top: 60px;
    width: 100%;
}

.b-nav-section {

}

.b-nav-section__btn-field {
    position: fixed;
    left: 0;
    top: 96px;
    border-bottom: 1px solid #2f2f34;
    z-index: 104;
}

.b-nav-section__btn {

}

.b-nav-section__content {
    display: none;
    position: fixed;
    left: 96px;
    top: 96px;
    width: 100%;
    max-width: 768px;
    bottom: 0;
    padding: 0 96px 0 0;
    overflow-y: scroll;
    border-left: 1px solid #2f2f34;
    border-top: 1px solid #2f2f34;
    background: #1a1a1f;
    z-index: 1100;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
}

.b-nav-section__content-inner {
    background: #1d1d22;
}

.b-nav-section__content::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.b-nav {

}

.b-nav__header {
    padding: 68px 96px 45px 96px;
}

.b-nav__title {
    margin: 0;
    font-size: 35px;
    letter-spacing: -0.7px;
    font-weight: bold;
}

.b-nav__list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}

.b-nav__item {
    border-bottom: 1px solid #2f2f34;
}

.b-nav__link {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 28px 93px 27px;
}

.b-nav__link:hover {
    background: #dd2c14;
}

.b-nav__num {
    min-width: 34px;
    display: inline-block;
}

.b-nav__text {
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.b-sidebar {
    position: fixed;
    left: 0;
    top: 96px;
    bottom: 0;
    width: 96px;
    background: #1d1d22;
    z-index: 101;
}

.b-sidebar__title {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    letter-spacing: 0.5px;
    white-space: nowrap;
    display: inline-block;
    height: 96px;
    line-height: 96px;
    position: absolute;
    right: 96px;
    top: 192px;
    padding: 0 70px;
    background: url('../images/b-1.png') 30px bottom no-repeat;
    border-left: 1px solid #2f2f34;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: right top;
    transform-origin: right top;
}

.b-sidebar__title:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 58px;
    border-bottom: 1px solid #525256;
    margin-right: 37px;
    margin-left: 26px;
}

.b-entry-nav {
    position: absolute;
    left: 0;
    top: 193px;
    font-weight: bold;
}

.b-entry-nav__item {
    border-bottom: 1px solid #2f2f34;
}

.b-entry-nav__link {
    display: block;
    width: 96px;
    height: 96px;
    border: none;
    padding: 0;
    background: transparent;
    cursor: pointer;
    position: relative;
    text-align: center;
    line-height: 96px;
    font-size: 24px;
    color: #fff;
    text-decoration: none;
}

.b-entry-nav__link:hover {
    background: #2f2f34;
}

.b-entry-nav__link.is-active {
    background: #dd2c14;
}

.b-content {
    margin-left: 96px;
    padding-top: 96px;
    min-height: 100vh;
}

.b-footer {
    position: relative;
    background: #1d1d22;
    border-top: 1px solid #27272c;
    padding-left: 96px;
    z-index: 104;
}

.b-footer__inner {
    padding: 143px 96px 91px;
}

.b-footer__inner:after {
    content: '';
    display: table;
    clear: both;
}

.b-footer__part-1 {
    float: left;
    width: 50%;
}

.b-footer__part-2 {
    float: right;
    width: 50%;
    padding-right: 96px;
    padding-left: 124px;
}

.b-footer__buttons {
    float: right;
}

.b-footer__btn {

}

.b-footer__logo-group {
    float: left;
    margin-top: -13px;
}

.b-footer__logo {
    margin-bottom: 11px;
}

.b-second-logo {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    letter-spacing: -0.7px;
}

.b-footer__copyright {
    font-size: 15px;
    line-height: 1.2;
    color: #727277;
}

.b-copyright {

}

.b-footer__social {
    /*float: left;*/
    float: right;
}

.b-footer__dev {
    float: right;
    margin-top: 5px;
}

.b-dev {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 16px;
    color: #717176;
    text-decoration: none;
    letter-spacing: 0.7px;
}

.b-dev:hover {
    color: #fff;
}

.b-main {
    min-height: 828px;
    background: #27272c url('../images/main-bg-desktop.jpg') center top no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 236px;
}

.b-main__header {

}

.b-main__title {
    font-family: 'Baskerville', 'PT Serif', 'Times New Roman', serif;
    text-align: center;
    font-size: 264px;
    line-height: 0.84;
    font-weight: bold;
    letter-spacing: -16px;
    margin: 0 0 0 7px;
}

.b-main__title-text {

}

.b-main__image-field {
    position: absolute;
    left: 0;
    right: 55px;
    top: -21px;
    text-align: center;
    margin: 0;
    pointer-events: none;
    z-index: 104;
}

.b-main__image {
    width: auto;
    height: auto;
    max-width: 100%;
}

.b-main__footer {
    font-size: 16px;
    max-width: 1438px;
    margin: 20px auto 0;
    padding-left: 7px;
}

.b-main__footer:after {
    content: '';
    display: table;
    clear: both;
}

.b-main__description {
    float: left;
}

.b-main__info {
    float: right;
}

.b-catalog-section {
    background: #27272c;
    padding-top: 127px;
}

.b-catalog-section__title {
    position: relative;
    color: #fff;
    text-align: center;
    margin: 0 20px 146px;
    font-size: 36px;
    line-height: 1;
    font-weight: bold;
    padding-top: 37px;
}

.b-catalog-section__title:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 60px;
    height: 4px;
    margin-left: -30px;
    background: #dd2c14;
}

.b-catalog {
    margin-top: -60px;
}

.b-catalog:after {
    content: '';
    display: table;
    clear: both;
}

.b-catalog__item {
    float: left;
    width: 50%;
    visibility: hidden;
}

.b-catalog__item:nth-child(even) {
    float: right;
}

/*
.b-catalog__item:nth-child(2) {
margin-top: 60px;
}
*/

.b-item {
    height: 576px;
    position: relative;
    overflow: hidden;
}

.b-item__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.b-item:hover .b-item__bg {
    transform: scale(1.1);
}

.b-item__inner {
    display: block;
    height: 100%;
    position: relative;
    color: #fff;
    text-decoration: none;
}

.b-item__inner:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #1d1d22;
    opacity: 0.8;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.b-item:hover .b-item__inner:before {
    background: #dd2c14;
}

.b-item__content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 47px 96px;
}

.b-item__share {
    margin-bottom: 103px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.b-item:hover .b-item__share {
    opacity: 1;
    visibility: visible;
}

.b-share-info {
    display: inline-block;
    vertical-align: middle;
}

.b-share-info__icon {
    display: inline-block;
    vertical-align: middle;
    width: 48px;
    height: 48px;
    margin-right: 4px;
    background: url('../images/icon-share.png') 0 0 no-repeat;
}

.b-share-info__count {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.b-item__header {
    min-height: 149px;
}

.b-item__label,
.b-entry__label {
    background-color: #dd2c14;
    color: #fff;
    display: inline-block;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    height: 33px;
    line-height: 31px;
    margin-bottom: 35px;
    text-align: center;
    width: 74px;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.b-entry__label {
    height: 35px;
    line-height: 33px;
    width: 80px;
}



.b-item:hover .b-item__label {
    background-color: #fff;
    color: #dd2c14;
}

.b-item__title {
    font-size: 48px;
    line-height: 1.2;
    font-weight: bold;
    margin: 0;
}

.b-item__subtitle {
    font-size: 24px;
    line-height: 1.2;
    font-weight: bold;
    margin: 0;
}

.b-item__footer {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.b-item:hover .b-item__footer {
    opacity: 1;
    visibility: visible;
}

.b-item__more {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 3.5px;
}

.b-load-more-wrapper {
    padding: 121px 0 95px;
    text-align: center;
}

.b-load-more {
    padding: 0 61px;
}

.b-load-more:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    width: 10px;
    height: 10px;
    margin-left: 18px;
    margin-right: -4px;
    background: url('../images/icon-plus.png') 0 0 no-repeat;
}

.b-load-more.is-loading:after {
    -webkit-animation: rotate 1.5s linear infinite;
    animation: rotate 1.5s linear infinite;
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg);
    }
}

.b-entry {
    font-family: 'PT Serif', 'Times New Roman', serif;
    background: #fff;
    color: #1a1a1f;
}

.b-entry__header {
    color: #fff;
    height: 672px;
    width: 100%;
    position: relative;
    display: table;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /*background-attachment: fixed;*/
}

.b-entry__caption {
    border-right: 3px solid #dd2c14;
    position: absolute;
    bottom: 46px;
    right: 96px;
    font-family: 'PT Serif', 'Times New Roman', serif;
    font-size: 22px;
    line-height: 26px;
    padding-right: 20px;
    text-align: right;  
    z-index: 10;
}

.b-entry__caption p {
    margin-bottom: 0;
    padding-bottom: 8px;
}

.b-entry__caption span {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}

.b-entry__head.smaller {
    top: 55px !important;
}

.b-entry__header-inner {
    display: table-cell;
    vertical-align: middle;
}

.b-entry__header:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
}

.b-entry__header .b-entry__wrapper {
    position: relative;
}

.b-entry__share-info {
    margin-bottom: 42px;
}

.b-entry__title {
    margin: 0 0 58px;
}

.b-entry__lead {
    font-size: 20px;
    line-height: 30px;
    margin: 58px 0 38px;
    letter-spacing: -0.4px;
}

.b-entry__content {
    position: relative;
}

.b-entry__share {
    position: absolute;
    z-index: 100;
    padding: 23px 0 0 23px;
}

.b-share {

}

.b-share__item {
    display: block;
    vertical-align: middle;
    margin-bottom: 15px;
}

.b-share__item:last-child {
    margin-right: 0;
}

.b-share__link {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    color: inherit;
}

.b-share__icon {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 51px;
    height: 51px;
}

.b-share__icon:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.b-share__icon_vk:before {
    background-image: url('../images/share-icon-vk.svg');
}

.b-share__icon_fb:before {
    background-image: url('../images/share-icon-fb.svg');
}

.b-share__icon_tw:before {
    background-image: url('../images/share-icon-tw.svg');
}

.b-share__icon_ok:before {
    background-image: url('../images/share-icon-ok.svg');
}

.b-share__count {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.b-entry__head {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    height: 100vh;
    height: calc(100vh - 96px);
    width: 96px;
    border-left: 1px solid #e9e9e9;
    background: #fff;
    z-index: 101;
    overflow: hidden;
}

.b-entry__head-inner {
    position: absolute;
    left: 100%;
    top: 0;
    padding-left: 96px;
    height: 96px;
    line-height: 96px;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    white-space: nowrap;
    transform: rotate(90deg);
    transform-origin: left top;
}

.b-entry__head-title {
    display: inline;
}

.b-entry__head-subtitle {
    display: inline;
}

.b-entry__head-subtitle-item {
    display: none;
}

.b-entry__head-subtitle-item:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 47px;
    border-bottom: 1px solid #e9e9e9;
    margin-right: 24px;
    margin-left: 24px;
}

.b-entry__head-subtitle-item.is-active {
    display: inline;
}

.b-entry__section {
    position: relative;
    padding: 42px 96px 92px;
    border-bottom: 1px solid #e9e9e9;
}

.b-entry__section + .b-entry__section {
    padding-top: 91px;
}

.b-entry__section-mob-num {
    display: none;
}

.b-entry__wrapper {
    max-width: 770px;
    margin: 0 auto;
}

.b-entry__center {
    text-align: center;
}

.b-entry__author {
    margin-bottom: 50px;
}

@media only screen and (min-width: 611px) {
    .b-entry__author {
        display: flex;
        align-items: center;
    }
}

.b-entry__author > div {
    display: inline-block;
    vertical-align: middle;
}

.b-entry__author .thumb {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    height: 288px;
    margin-right: 46px;
    overflow: hidden;
    width: 288px;
}

.b-entry__author .caption {
    width: calc(100% - 340px);
}

.b-entry__author .caption h4 {
    border-bottom: 1px solid #eaeaea;
    color: #1a1a1f;
    font-size: 22px;
    font-family: 'Baskerville';
    font-weight: bold;
    line-height: 1;
    margin-bottom: 0;
    padding-bottom: 20px;
}

.b-entry__author .caption p {
    color: #74747d;
    font-family: 'Open Sans';
    font-size: 13px;
    margin-bottom: 0;
    padding-top: 10px;
}

.b-entry__author .caption span {
    color: #9a9aa0;
    font-family: 'Open Sans';
    font-size: 12px;
}


@media screen and (max-width: 767px) {
    .b-entry__author {
        margin-top: 100px;
    }
    .b-entry__author .caption {
        width: calc(100% - 260px);
    }
    .b-entry__author .thumb {
        height: 200px;
        width: 200px;
    }
}

@media screen and (max-width: 610px) {
    .b-entry__author {
        text-align: center;
    }

    .b-entry__author .caption,
    .b-entry__author .thumb {
        display: block;
    }

    .b-entry__author .caption {
        width: 100%;
    }

    .b-entry__author .thumb {
        margin: 0 auto 20px;
    }
}


.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  margin-bottom: 20px;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.type__text .instagram-media {
    margin: 0 auto !important;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive::before {
  padding-top: 56.25%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.embed-pay iframe,
.embed-fb iframe {
    max-width: 100%
}

.b-entry__header .b-entry__wrapper {
    max-width: 600px;
}

.b-entry__section-header {
    display: table;
    width: 100%;
    height: 200px;
    text-align: center;
    position: relative;
    margin-bottom: 75px;
}

.b-entry__section-header-inner {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.b-entry__section-num {
	font-family: 'PT Serif', 'Times New Roman', serif;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    font-size: 300px;
    font-weight: bold;
    color: #f6f6f6;
    line-height: 200px;
}

.b-entry__section-title {
	font-family: 'PT Serif', 'Times New Roman', serif;
    margin: 0 0 11px 0;
    letter-spacing: -0.5px;
}

.b-entry__first-letter {
    font-size: 72px;
    float: left;
    margin: 17px 10px 0 0;
}

.b-entry__slider {
    margin: 73px -190px 108px;
    position: relative;
}

.slick-info {
    position: absolute;
    z-index: 100;
    right: 65px;
    bottom: 28px;
    font-size: 20px;
    color: #fff;
}

.slick-info strong {
    font-size: 45px;
    font-weight: normal;
}

.slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -65px;
    text-align: center;
}

.slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin: 0;
}

.slick-dots li button {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    text-indent: -9999px;
}

.slick-dots li button:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 6px;
    height: 6px;
    margin: -3px 0 0 -3px;
    border-radius: 12px;
    background: #1a1a1f;
}

.slick-dots li.slick-active button:before {
    width: 12px;
    height: 12px;
    margin: -6px 0 0 -6px;
    background: #dd2c14;
}

.slick-arrow {
    position: absolute;
    z-index: 100;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    border: none;
    padding: 0;
    background: none;
    cursor: pointer;
    text-indent: -9999px;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.slick-arrow.slick-disabled {
    opacity: 0.14;
    cursor: default;
}

.slick-arrow:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -13px 0 0 -8px;
    width: 17px;
    height: 27px;
}

.slick-prev:before {
    background: url('../images/slider-prev.png') 0 0 no-repeat;
}

.slick-next:before {
    background: url('../images/slider-next.png') 0 0 no-repeat;
}

.b-entry__slider-item {

}

.b-entry__slider-item + .b-entry__slider-item:not(.slick-slide) {
    position: absolute;
    opacity: 0;
}

.b-entry__slider-figure {
    margin: 0;
    position: relative;
}

.b-entry__slider-img {
    display: block;
    width: auto;
    height: 400px;
    margin: 0 auto;
    max-width: 100%;
}

.b-entry__slider-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    color: #fff;
    padding: 96px 130px 27px 60px;
    background: -webkit-linear-gradient(top, rgba(26,26,31,0) 0%, rgba(26,26,31,1) 100%);
    background: linear-gradient(to bottom, rgba(26,26,31,0) 0%, rgba(26,26,31,1) 100%);
}

.b-entry__image-wrapper {
    display: inline-block;
    padding: 19px;
    border: 1px solid #e9e9e9;
    margin: 45px -210px 13px;
}

.b-entry__image-wrapper img {
    display: block;
    width: auto;
    height: auto;
    margin-bottom: 12px;
    max-width: 100%
}

.b-entry__image-wrapper img:last-child {
    margin-bottom: 0;
}

.b-entry__image-text {
    text-align:center;
    padding-bottom:53px;
    font-style:italic;
	font-size: 18px;
}

.b-entry__column {
    margin: 86px -190px 78px;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 96px;
    column-gap: 96px;
}

.b-entry__figure-section {
    margin-left: -96px;
    padding-left: 96px;
    text-align: center;
    color: #fff;
    background-color: #1d1d22;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.b-entry__figure-section:before {
    background-color: rgba(0,0,0,.4);
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.b-entry__figure-section-inner {
    display: table;
    width: 100%;
    height: 672px;
}

.b-entry__figure-section-content {
    display: table-cell;
    vertical-align: middle;
    padding-top: 40px;
}

.b-entry__figure-section-title {
    position: relative;
    padding-bottom: 64px;
    margin: 38px 0 48px;
}

.b-entry__figure-section-title:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 60px;
    height: 4px;
    background: #fff;
    margin-left: -30px;
}

.b-file {
    font-size: 20px;
    line-height: 32px;
    margin: 28px 0 49px;
    position: relative;
}

p + .b-file {
    margin-top: -10px;
}

.b-file__link {
    display: inline-block;
    vertical-align: top;
    color: inherit;
    text-decoration: none;
    padding-left: 30px;
}

.b-file__link:before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 17px;
    height: 18px;
    background: url('../images/icon-file.png') 0 0 no-repeat;
}

.b-file_type_link .b-file__link:before {
    top: 9px;
    width: 18px;
    height: 18px;
    background: url('../images/icon-link.png') 0 0 no-repeat;
}

.b-file__name {
    font-size: 18px;
    font-weight: bold;
    margin-right: 20px;
    border-bottom: 2px solid;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    letter-spacing: -0.3px;
}

.b-file__link:hover .b-file__name {
    color: #dd2c14;
}

.b-file__info {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    color: #74747d;
    border-left: 1px solid #e9e9e9;
    padding-left: 24px;
}

.b-blockquote {
    padding: 48px 96px;
    border-top: 3px solid #1a1a1f;
    border-bottom: 3px solid #1a1a1f;
    margin: 84px 0 48px;
    position: relative;
    font-weight: bold;
}

.b-blockquote:before {
    content: '';
    position: absolute;
    left: 34px;
    top: -18px;
    width: 84px;
    height: 41px;
    background: #fff url('../images/quote.png') center center no-repeat;
}

.b-blockquote__footer {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    color: #74747d;
    font-weight: normal;
    margin-top: 27px;
}

.b-entry hr {
    margin-left: -96px;
    margin-right: -96px;
}

.b-entry .b-blockquote {
    margin-left: -96px;
    margin-right: -96px;
}

.b-popup-btn {
    display: inline-block;
    background: #f6f6f6;
    border: 1px dotted #1a1a1f;
    padding: 0 5px;
    line-height: 32px;
}

.b-popup-btn_icon_link:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 16px;
    height: 16px;
    margin-right: 3px;
    background: url('../images/popup-icon-link.png') 0 0 no-repeat;
}

.b-popup-btn_icon_email:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    width: 16px;
    height: 15px;
    margin-right: 3px;
    background: url('../images/popup-icon-email.png') 0 0 no-repeat;
}

.b-article {

}

.b-article__header {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 34px;
    margin-bottom: 48px;
}

.b-article__meta {
    font-size: 16px;
    margin-bottom: 59px;
    letter-spacing: 1.7px;
}

.b-article__title {
    font-size: 32px;
    line-height: 38px;
    font-weight: bold;
    margin: 0 0 26px;
}

.b-article__subtitle {
    font-size: 22px;
    line-height: 34px;
    font-weight: bold;
    margin: 0 0 26px;
}

.b-article figure {
    padding: 19px;
    border: 1px solid #e9e9e9;
    margin: 65px -20px 42px;
}

.b-article figure img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 12px;
}

.b-article figure img:last-child {
    margin-bottom: 0;
}

.b-page {
    padding: 96px 96px;
    background: url('../images/page-bg.png') center 256px no-repeat;
}

.b-wrapper {
    max-width: 864px;
    margin: 0 auto;
}

.b-page__title {
    position: relative;
    text-align: center;
    padding-top: 42px;
    margin-bottom: 177px;
}

.b-page__title:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 60px;
    height: 4px;
    margin-left: -30px;
    background: #dd2c14;
}

.b-video-section {
    margin: 0 -144px 130px;
}

.b-video-section__content {
    position: relative;
    padding-top: 58.3333%;
    background: #1d1d22;
    box-shadow: 0 7px 62px #1d1d22;
}

.b-video-section__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.b-video-section.is-play .b-video-section__bg {
    opacity: 0;
    visibility: hidden;
}

.b-video-section__bg:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(29,29,34,0.8);
}

.b-video-section__btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: none;
    background: transparent url('../images/play-btn.png') center center no-repeat;
    padding: 0;
    cursor: pointer;
}

.b-video-section__video-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 97%;
}

.b-video-section__video-wrapper iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.b-section {

}

.b-section__title {
    position: relative;
    color: #fff;
    text-align: center;
    margin: 0 auto 23px;
    font-size: 32px;
    line-height: 36px;
    font-weight: bold;
    padding-bottom: 39px;
}

.b-section__title:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 60px;
    height: 4px;
    margin-left: -30px;
    background: #dd2c14;
}

.b-section__text {
    text-align:left;
    color: #74747d;
    font-weight: bold;
}

.b-contacts {
    border-top: 1px solid #3e3e44;
    margin: 86px 0 19px;
    position: relative;
}

.b-contacts:after {
    content: '';
    display: table;
    clear: both;
}

.b-contacts__item {
    float: left;
    width: 50%;
    position: relative;
}

.b-contacts__item:last-child {
    width: 0;
}

.b-contacts__item-inner {
    width: 260px;
    margin-left: -130px;
    position: relative;
    text-align: center;
    padding-top: 72px;
}

.b-contacts__item-inner:before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -5px;
    top: -5px;
    width: 10px;
    height: 10px;
    background: #dd2c14;
    border-radius: 10px;
}

.b-contacts__title {
    margin-bottom: 25px;
}

.b-contacts__description {
    color: #74747d;
}

.b-support {
    border-top: 1px solid #3e3e44;
    padding: 129px 96px;
}

.b-support__form {
    position: relative;
    padding-right: 293px;
    margin: 55px 0 0;
}

input.b-support__input {

}

.b-support__btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 281px;
}

.b-support__footer {
    text-align: center;
}

.b-support__footer-link {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: inherit;
    letter-spacing: 2px;
}

/*.ui-tooltip {
    padding: 8px 12px;
    width: 216px;
    border: none !important;
    border-radius: 3px;
    background: #f6f6f6;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #74747d;
}

.ui-tooltip:before {
    content: '';
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #f6f6f6;
    left: 13px;
    bottom: -10px;
}

.ui-tooltip.top:before {
    border-top: none;
    border-bottom: 10px solid #f6f6f6;
    bottom: auto;
    top: -10px !important;
}*/


.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);

  line-break: auto;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}


.b-search-results {
    font-family: 'PT Serif', 'Times New Roman', serif;
    color: #fff;
    margin-top: 69px;
}

.b-search-results__item {
    border-bottom: 1px solid #343439;
    padding-bottom: 12px;
    margin-bottom: 36px;
}

.b-search-results__item:last-child {
    margin-bottom: 0;
}

.b-search-results__item-title {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 16px 0;
}

.b-search-results__item-title-link {
    color: inherit;
    text-decoration: none;
}

.b-search-results__item-title-link:hover {
    color: #dd2c14;
}

.b-search-results__item-description {
    font-size: 14px;
    line-height: 34px;
}

.b-search-results__highlight {
    color: #dd2c14;
}

.b-down-btn {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: 80px;
    left: 50%;
    margin-left: -20px;
    padding: 0;
    border: none;
    background: none;
    z-index: 1001;
    cursor: default !important;
    -webkit-transform: translateZ(0);
    -webkit-animation: arrows 2s linear 2s infinite;
    animation: arrows 2s linear 2s infinite;
}

.b-down-btn:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -10px;
    width: 20px;
    height: 30px;
    background: url('../images/down-btn.png') 0 0 no-repeat;
}

@-webkit-keyframes arrows {
    0% {margin-bottom: 0;}
    10% {margin-bottom: -12px;}
    20% {margin-bottom: 0;}
    30% {margin-bottom: -12px;}
    40% {margin-bottom: 0;}
    100% {margin-bottom: 0;}
}

@keyframes arrows {
    0% {margin-bottom: 0;}
    10% {margin-bottom: -12px;}
    20% {margin-bottom: 0;}
    30% {margin-bottom: -12px;}
    40% {margin-bottom: 0;}
    100% {margin-bottom: 0;}
}


.word-wrap {
    overflow-wrap: break-word;
}

.video-container {
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.twitter-tweet {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom:40px !important;
}


.b-entry__slider-figure p {
    text-align: center;
    margin-top: 10px;
    font-style: italic;
}