@import "../css/fonts.css";
@import "../css/normalize.css";
html,
body {
    height: 100%;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-size: 100%;
    color: #cdcccc;
    background: #000;
    min-width: 980px;
    height: 15200px;
}
a {
    text-decoration: none;
    color: white;
}
a:visited {
    color: white;
}
a:hover {
    color: white;
}
#b-layout {
    position: relative;
    min-height: 100%;
    width: 100%;
    min-width: 980px;
    margin: 0 auto;
    overflow-x: hidden;
    overflow-y: hidden;
    background: url('../i/bg.png') 0 0 repeat;
    height: 15950px;
}
#b-layout:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 600px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff', endColorstr='#00ffffff', GradientType=0);
}
#b-layout:after {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 15000px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 15%, #000000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(15%, rgba(0, 0, 0, 0)), color-stop(100%, #000000));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 15%, #000000 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 15%, #000000 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 15%, #000000 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 15%, #000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}
.noscroll body {
    height: auto !important;
}
.noscroll #b-layout {
    position: fixed !important;
    overflow: hidden;
    top: 0;
    left: 0;
    height: auto !important;
    max-width: 100%;
}
.noscroll .b-footer {
    display: none;
}
.noscroll .b-white-bottom {
    display: none;
}
.b-wrapper {
    width: 980px;
    margin: 0 auto;
}
.b-link {
    text-decoration: none;
    cursor: pointer;
}
.b-link_color_orange {
    color: #ffb565;
    transition: opacity 0.2s ease-in-out;
}
.b-link_color_orange:visited {
    color: #ffb565;
}
.b-link_color_orange:hover {
    color: #ffb565;
    opacity: .8;
}
.b-link_color_blue {
    color: #004993;
    transition: opacity 0.2s ease-in-out;
}
.b-link_color_blue:visited {
    color: #004993;
}
.b-link_color_blue:hover {
    color: #004993;
    opacity: .8;
}
.b-title {
    margin: 0;
    padding: 0;
    font-weight: 400;
}
.b-title_size_xxl {
    font-size: 5em;
}
.b-title_size_xl {
    font-size: 2.5em;
}
.b-title_size_l {
    font-size: 1.875em;
}
.b-title_size_m {
    font-size: 1.375em;
}
.b-text {
    padding: 0;
    margin: 0;
}
.b-text_size_xl {
    font-size: 1.25em;
}
.b-text_size_l-xl {
    font-size: 1.0625em;
}
.b-text_size_l {
    font-size: 1em;
}
.b-text_size_m-l {
    font-size: 0.9125em;
}
.b-text_size_m {
    font-size: 0.875em;
}
.b-text_size_s-m {
    font-size: 0.8125em;
}
.b-text_size_s {
    font-size: 0.75em;
}
.b-text_color_white {
    color: white;
}
.b-text_color_blue {
    color: #0098d1;
}
.b-text_color_lightgray {
    color: #e7e7e7;
}
.b-text_weight_light {
    font-weight: 300;
}
.b-text_weight_semi {
    font-weight: 600;
}
.b-text_weight_bold {
    font-weight: 700;
}
.b-text_font_notobold {
    font-family: 'noto_serifbold';
}
.b-text_style_italic {
    font-style: italic;
}
.b-text_transform_upper {
    text-transform: uppercase;
}
.b-button {
    position: relative;
    cursor: pointer;
    border: 0;
    display: inline-block;
}
.b-button_blue {
    font-size: 1.125em;
    text-transform: uppercase;
    padding: 9px 35px 10px 35px;
    border-radius: 30px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.7);
    transition: all 0.2s ease-in-out;
    background: #00c5e7;
    background: -moz-linear-gradient(top, #00c5e7 0%, #0061af 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00c5e7), color-stop(100%, #0061af));
    background: -webkit-linear-gradient(top, #00c5e7 0%, #0061af 100%);
    background: -o-linear-gradient(top, #00c5e7 0%, #0061af 100%);
    background: -ms-linear-gradient(top, #00c5e7 0%, #0061af 100%);
    background: linear-gradient(to bottom, #00c5e7 0%, #0061af 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00c5e7', endColorstr='#0061af', GradientType=0);
}
.b-button_blue:hover {
    background: #00a5d3;
    background: -moz-linear-gradient(top, #00a5d3 0%, #004793 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00a5d3), color-stop(100%, #004793));
    background: -webkit-linear-gradient(top, #00a5d3 0%, #004793 100%);
    background: -o-linear-gradient(top, #00a5d3 0%, #004793 100%);
    background: -ms-linear-gradient(top, #00a5d3 0%, #004793 100%);
    background: linear-gradient(to bottom, #00a5d3 0%, #004793 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a5d3', endColorstr='#004793', GradientType=0);
}
.b-ul_unstyled {
    list-style: none;
    margin: 0;
    padding: 0;
}
.b-content__text {
    line-height: 1.6em;
}
.b-content__text p,
.b-content__text div {
    margin: 10px 0;
}
.b-content__text p:first-child,
.b-content__text div:first-child {
    margin-top: 0;
}
.b-header {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 85px;
}
.b-header .b-wrapper {
    position: relative;
}
.b-header-line {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 60px;
    top: 12px;
    left: 0;
    background-color: black;
    box-shadow: 0 5px 1px 2px rgba(0, 0, 0, 0.25);
}
.b-header__progress-wrapper {
    padding-left: 158px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 60px;
}
.b-header-progress {
    display: block;
    width: 7%;
    height: 60px;
    box-shadow: inset 4px 2px 10px rgba(0, 0, 0, 0.25);
    background: #00a3d6;
    background: -moz-linear-gradient(top, #00a3d6 0%, #0074bb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00a3d6), color-stop(100%, #0074bb));
    background: -webkit-linear-gradient(top, #00a3d6 0%, #0074bb 100%);
    background: -o-linear-gradient(top, #00a3d6 0%, #0074bb 100%);
    background: -ms-linear-gradient(top, #00a3d6 0%, #0074bb 100%);
    background: linear-gradient(to bottom, #00a3d6 0%, #0074bb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a3d6', endColorstr='#0074bb', GradientType=0);
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    transform: skewX(-15deg);
}
.b-header__logo {
    position: relative;
    z-index: 2;
    display: inline-block;
    vertical-align: top;
    width: 160px;
    height: 85px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-top: 10px;
    padding-left: 15px;
}
.b-header__logo:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    background-color: white;
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    transform: skewX(-15deg);
}
.b-header__logo img {
    position: relative;
    z-index: 1;
}
.b-header-years {
    display: inline-block;
    width: 710px;
    vertical-align: top;
    position: relative;
    z-index: 2;
    margin-top: 15px;
    margin-left: 50px;
}
.b-header-years:before {
    content: '';
    position: absolute;
    left: 0;
    top: 26px;
    display: block;
    font-size: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
}
.b-header-years__year {
    position: absolute;
    top: 0;
    display: inline-block;
    text-decoration: none;
    color: white;
    transition: color 0.2s ease-in-out;
}
.b-header-years__year:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: black;
    margin: -4px 0 0 -5px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: background 0.2s ease-in-out;
}
.b-header-years__year:visited {
    color: white;
}
.b-header-years__year:hover {
    color: #d4d4d4;
}
.b-header-years__year:hover:before {
    background-color: #2d2d2d;
}
.b-header-years__year.active:before {
    background-color: white;
}
.b-header-years__year-first {
    margin-left: 13px;
    margin-bottom: 17px;
}
.b-header-years__year_1917 {
    left: -18px;
}
.b-header-years__year_1954 {
    left: 90px;
}
.b-header-years__year_1970 {
    left: 259px;
}
.b-header-years__year_1980 {
    left: 360px;
}
.b-header-years__year_1990 {
    left: 507px;
}
.b-header-years__year_1996 {
    left: 610px;
}
.b-header-years__year_2000 {
    left: 690px;
}
.b-content {
    position: relative;
}
.b-beginning {
    position: relative;
}
.b-beginning__bg {
    position: absolute;
    z-index: 1;
    width: 1280px;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -640px;
    background: url('../i/beginning-mainimg.jpg') 50% 0 no-repeat;
}
.b-beginning__wrapper {
    position: relative;
    padding-top: 115px;
}
.b-main-title {
    position: relative;
    z-index: 5;
    display: block;
    text-align: center;
}
.b-main-title__wrapper {
    display: inline-block;
    vertical-align: top;
}
.b-main-title__sub {
    text-transform: uppercase;
    font-size: 1.125em;
    color: #ffb565;
    font-family: 'idealist_sansregular';
    margin: 0;
}
.b-main-title__title {
    position: relative;
    color: white;
    font-size: 6em;
    text-transform: uppercase;
    font-family: 'noto_serifbold';
    text-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
    border-top: 3px solid rgba(255, 255, 255, 0.3);
    line-height: 1.1em;
    letter-spacing: .02em;
    margin: 10px 0 0 0;
}
.b-main-title__title:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -35px;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-top: -4px;
    background-color: white;
}
.b-main-title__title:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -30px;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-top: -4px;
    background-color: white;
}
.b-main-title-first-letter {
    font-size: 1.125em;
}
.b-main-title__title_mini {
    font-size: 3.75em;
    line-height: 1.2em;
}
.b-main-title__est {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 100%;
    margin-top: 10px;
}
.b-main-title__est-leftline {
    float: left;
    width: 50%;
    padding-right: 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.b-main-title__est-leftline:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.3);
}
.b-main-title__est-rightline {
    float: left;
    width: 50%;
    padding-left: 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.b-main-title__est-rightline:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.3);
}
.b-main-title__est-est {
    position: absolute;
    top: -10px;
    left: 50%;
    width: 80px;
    text-align: center;
    margin-left: -40px;
    font-size: 1.125em;
    font-family: 'idealist_sanslight';
    text-transform: uppercase;
}
.b-content-box {
    position: relative;
    z-index: 5;
}
.b-content-box__title {
    text-align: left;
}
.b-content-box__title-year {
    display: inline-block;
    vertical-align: middle;
    width: 45%;
    font-size: 5.375em;
    text-transform: uppercase;
    text-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
    letter-spacing: -0.05em;
}
.b-content-box__title-text {
    display: inline-block;
    vertical-align: middle;
    width: 45%;
    font-size: 1.875em;
    text-transform: uppercase;
    line-height: 1.1em;
    margin-top: -10px;
}
.b-content-box__subtitle {
    color: #b2e8ff;
    text-transform: uppercase;
    line-height: 1.5em;
    margin-top: 10px;
}
.b-content-box__text {
    width: 100%;
    margin-top: 20px;
    line-height: 1.65em;
}
.b-content-box__text p,
.b-content-box__text div {
    margin: 15px 0;
}
.b-content-box__more {
    position: relative;
    margin-top: 15px;
    padding-top: 15px;
}
.b-content-box__more:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 185px;
    height: 1px;
    font-size: 0;
    background: rgba(255, 255, 255, 0.3);
}
.b-content-box__more .b-link {
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: inline-block;
    padding-left: 32px;
}
.b-content-box__more .b-link:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -11px;
    left: 0;
    display: block;
    width: 22px;
    height: 22px;
    border: 1px solid #ffb565;
    border-radius: 50%;
    background: url('../i/arrow.png') 50% 50% no-repeat;
}
.b-beginning__nakadzhima {
    position: absolute;
    z-index: 5;
    font-style: italic;
    color: white;
    top: 640px;
    left: 30px;
}
.b-beginning__tv {
    position: absolute;
    z-index: 99;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    left: 50%;
    margin-left: -250px;
    text-align: center;
    top: 420px;
    padding-top: 195px;
    width: 250px;
    min-height: 220px;
    cursor: pointer;
    background: url('../i/tv.png') 0 0 no-repeat;
}
.b-beginning__tv-title {
    text-transform: uppercase;
    color: #ffb565;
    font-size: .9125em;
    font-weight: 700;
}
.b-beginning__tv-desc {
    font-size: .8125em;
    color: #b6b5b5;
    font-style: italic;
}
.b-slider {
    margin-left: -50px;
}
.b-slider_round .b-slider_round__item {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    border: 5px solid #f1f2f2;
    overflow: hidden;
    text-align: center;
}
.b-slider__item {
    text-align: center;
    -webkit-transform: scale(0.82, 0.82);
    -ms-transform: scale(0.82, 0.82);
    transform: scale(0.82, 0.82);
    transition: transform 0.2s ease-in-out;
}
.b-slider__item:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 280px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
}
.b-slider__item img {
    display: block;
    transition: box-shadow 0.2s ease-in-out;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
}
.b-slider__item.slick-center {
    position: relative;
    z-index: 2;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}
.b-slider__item.slick-center img {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.45);
}
.b-slider__item.slick-center:after {
    opacity: 0;
}
.b-year__1917 {
    width: 410px;
    margin: 10px 0 0 525px;
}
.b-year__1917 .b-content-box__text {
    width: 90%;
}
.b-year__1931 {
    width: 430px;
    margin-left: 25px;
    margin-top: -40px;
}
.b-year__1931 .b-content-box__more {
    max-width: 220px;
}
.b-year__1946 {
    width: 445px;
    margin-top: -20px;
    margin-left: 525px;
}
.b-year__1946-photo {
    position: absolute;
    top: 40px;
    left: -510px;
    width: 495px;
    height: 360px;
    background: url('../i/year-1946_photo.png') 0 0 no-repeat;
}
.b-year__1953 {
    width: 430px;
    margin-left: 25px;
    margin-top: 125px;
}
.b-year__1953-photo {
    position: absolute;
    top: 170px;
    right: -380px;
    width: 392px;
    height: 317px;
    background: url('../i/year-1953_photo.png');
}
.b-year__1953-logo {
    position: absolute;
    top: -50px;
    right: -510px;
    width: 290px;
    padding-top: 180px;
    text-align: center;
    font-style: italic;
    color: #b2e8ff;
    background: url('../i/year-1953_logo.jpg') 50% 50% no-repeat;
}
.b-star {
    position: relative;
    margin-top: 100px;
}
.b-year__1954 {
    width: 440px;
    margin-left: 525px;
    margin-top: 15px;
}
.b-year__1954-photo {
    position: absolute;
    top: 60px;
    left: -550px;
    width: 490px;
    height: 450px;
    text-align: center;
    background: url('../i/year-1954_photo.png') 50% 100% no-repeat;
}
.b-year__1958 {
    width: 430px;
    margin-left: 25px;
    margin-top: 75px;
}
.b-year__1958-photo {
    position: absolute;
    z-index: 1;
    top: 750px;
    margin-left: -20px;
    left: 50%;
    width: 680px;
    height: 584px;
    background: url('../i/year-1958_photo.jpg') 0 0 no-repeat;
}
.b-year__1961 {
    width: 440px;
    margin-left: 525px;
    margin-top: 200px;
}
.b-year__1961-photo {
    position: absolute;
    top: 0;
    left: -500px;
    width: 370px;
    height: 320px;
    background: url('../i/year-1961_photo.png') 0 0 no-repeat;
}
.b-year__1961-slider {
    position: absolute;
    left: -500px;
    top: 280px;
    width: 460px;
    text-align: center;
    overflow: hidden;
}
.b-year__1965 {
    width: 430px;
    margin-left: 25px;
    margin-top: 90px;
}
.b-year__1965 .b-content-box__more {
    max-width: 290px;
}
.b-year__1965 .b-content-box__more,
.b-year__1965 .b-content-box__text {
    position: relative;
    z-index: 2;
}
.b-year__1965-photo {
    position: absolute;
    top: 0;
    right: -500px;
    width: 480px;
    height: 360px;
    background: url('../i/year-1965_photo.png') 0 0 no-repeat;
}
.b-year__1965-photo-2 {
    position: absolute;
    z-index: 1;
    bottom: 435px;
    left: 50%;
    margin-left: -280px;
    width: 370px;
    height: 260px;
    background: url('../i/year-1965_photo-2.jpg') 0 0 no-repeat;
}
.b-year__1965-slider {
    position: absolute;
    top: 320px;
    right: -500px;
    width: 460px;
    overflow: hidden;
}
.b-year__1969 {
    width: 440px;
    margin-left: 525px;
    margin-top: 110px;
}
.b-year__1969-photo {
    position: absolute;
    top: -30px;
    left: -505px;
    width: 430px;
    height: 300px;
    background: url('../i/year-1969_photo.png') 0 0 no-repeat;
}
.b-year__1969-photo-2 {
    position: absolute;
    top: 250px;
    left: -500px;
    width: 425px;
    height: 226px;
    background: url('../i/year-1969_photo-2.png') 0 0 no-repeat;
}
.b-attack {
    position: relative;
    margin-top: 90px;
}
.b-attack__title .b-main-title__title {
    text-shadow: 0 0 200px rgba(255, 255, 255, 0.65);
}
.b-year__1971 {
    width: 440px;
    margin-left: 25px;
    margin-top: 15px;
}
.b-year__1971-photo {
    position: absolute;
    top: 80px;
    width: 545px;
    height: 330px;
    right: -540px;
    background: url('../i/year-1971_photo.png') 0 0 no-repeat;
}
.b-year__1971-slider {
    position: absolute;
    width: 460px;
    overflow: hidden;
    top: 315px;
    right: -470px;
}
.b-year__1972 {
    width: 460px;
    margin-left: 525px;
    margin-top: 130px;
}
.b-year__1972-photo {
    position: absolute;
    top: 40px;
    left: -550px;
    width: 510px;
    height: 400px;
    background: url('../i/year-1972_photo.png') 0 0 no-repeat;
}
.b-year__1977 {
    width: 420px;
    margin-left: 25px;
    margin-top: 100px;
}
.b-year__1977-photo {
    position: absolute;
    top: 20px;
    right: -550px;
    width: 502px;
    height: 474px;
    background: url('../i/year-1977_photo.png') 0 0 no-repeat;
}
.b-year__1977-pics {
    position: absolute;
    top: 450px;
    right: -480px;
    width: 420px;
}
.b-year__1977-pics__item {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 0 0;
    cursor: pointer;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.6);
}
.b-year__1977-pics__item img {
    display: block;
}
.b-horizons {
    position: relative;
    margin-top: 180px;
}
.b-year__1983 {
    width: 450px;
    margin-left: 525px;
    margin-top: 25px;
}
.b-year__1983 .b-content-box__title,
.b-year__1983 .b-content-box__subtitle,
.b-year__1983 .b-content-box__text {
    position: relative;
    z-index: 2;
}
.b-year__1983-photo {
    position: absolute;
    top: 75px;
    left: -625px;
    width: 565px;
    height: 265px;
    background: url('../i/year-1983_photo.png') 0 0 no-repeat;
}
.b-year__1983-photo-2 {
    position: absolute;
    top: -50px;
    right: -30px;
    width: 360px;
    height: 215px;
    background: url('../i/year-1983_photo-2.png') 0 0 no-repeat;
}
.b-year__1984 {
    width: 430px;
    margin-left: 25px;
    margin-top: 120px;
}
.b-year__1984-photo {
    position: absolute;
    width: 570px;
    height: 490px;
    top: 135px;
    right: -550px;
    background: url('../i/year-1984_photo.png') 0 0 no-repeat;
}
.b-year__1984-2 {
    width: 460px;
    margin-left: 525px;
    margin-top: 50px;
}
.b-year__1984-2-photo {
    position: absolute;
    top: 140px;
    left: -540px;
    width: 510px;
    height: 250px;
    background: url('../i/year-1984-2_photo.png') 0 0 no-repeat;
}
.b-year__1985 {
    width: 430px;
    margin-left: 25px;
    margin-top: 60px;
}
.b-year__1985-photo {
    position: absolute;
    top: 100px;
    left: 465px;
    width: 420px;
    height: 260px;
    background: url('../i/year-1985_photo.png') 0 0 no-repeat;
}
.b-year__1985-slider {
    position: absolute;
    top: 310px;
    right: -490px;
    width: 460px;
    overflow: hidden;
}
.b-year__1989 {
    width: 440px;
    margin-left: 525px;
    margin-top: 120px;
}
.b-year__1989-photo {
    position: absolute;
    top: -30px;
    left: -540px;
    width: 513px;
    height: 534px;
    background: url('../i/year-1989_photo.png') 0 0 no-repeat;
}
.b-racing {
    position: relative;
    margin-top: 140px;
}
.b-racing__title {
    position: relative;
}
.b-racing__title:before {
    content: '';
    position: absolute;
    top: -100px;
    left: 55px;
    width: 260px;
    height: 280px;
    background: url('../i/racing.png') 0 0 no-repeat;
}
.b-racing__title:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: -100px;
    right: 55px;
    width: 260px;
    height: 280px;
    background: url('../i/racing.png') 0 0 no-repeat;
    -ms-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.b-racing__title .b-main-title__est {
    z-index: 2;
}
.b-racing__title-button {
    margin-top: 20px;
}
.b-year__1991 {
    width: 440px;
    margin-top: 100px;
    margin-left: 25px;
}
.b-year__1991-photo {
    position: absolute;
    top: 60px;
    right: -550px;
    width: 530px;
    height: 300px;
    background: url('../i/year-1991_photo.png') 0 0 no-repeat;
}
.b-year__1991-slider {
    position: absolute;
    top: 265px;
    right: -500px;
    width: 460px;
    overflow: hidden;
}
.b-year__1992 {
    width: 440px;
    margin-left: 525px;
    margin-top: 210px;
}
.b-year__1992 .b-content-box__more {
    z-index: 2;
    position: relative;
}
.b-year__1992-photo {
    position: absolute;
    width: 420px;
    height: 300px;
    top: 50px;
    left: -470px;
    background: url('../i/year-1992_photo.png') 0 0 no-repeat;
}
.b-year__1992-photo-2 {
    position: absolute;
    bottom: -145px;
    left: -250px;
    width: 439px;
    height: 164px;
    background: url('../i/year-1992_photo-2.png') 0 0 no-repeat;
}
.b-year__1992-2 {
    width: 450px;
    margin-top: 30px;
    margin-left: 25px;
}
.b-year__1992-2-photo {
    position: absolute;
    top: 75px;
    right: -460px;
    width: 450px;
    height: 240px;
    background: url('../i/year-1992-2_photo.png') 0 0 no-repeat;
}
.b-year__1992-2-slider {
    position: absolute;
    right: -470px;
    top: 300px;
    width: 460px;
    overflow: hidden;
}
.b-year__1995 {
    width: 440px;
    margin-left: 525px;
    margin-top: 170px;
    height: 580px;
}
.b-year__1995-photo {
    position: absolute;
    top: 50px;
    left: -650px;
    width: 558px;
    height: 364px;
    background: url('../i/year-1995_photo.png') 0 0 no-repeat;
}
.b-year__1995-slider {
    position: absolute;
    left: -605px;
    top: 305px;
    width: 460px;
    text-align: center;
    overflow: hidden;
}
.b-test {
    position: relative;
    margin-top: 85px;
}
.b-test__title .b-main-title__title {
    text-shadow: 0 0 200px rgba(255, 255, 255, 0.65);
}
.b-year__1997 {
    width: 440px;
    margin-left: 525px;
    margin-top: 20px;
}
.b-year__1997-photo {
    position: absolute;
    top: 160px;
    left: -530px;
    width: 444px;
    height: 195px;
    background: url('../i/year-1997_photo.png') 0 0 no-repeat;
}
.b-think {
    position: relative;
    margin-top: 55px;
}
.b-year_white .b-content-box__subtitle {
    color: #2261a1;
}
.b-year_white .b-content-box__text {
    color: #585858;
}
.b-year_white .b-content-box__more:before {
    background-color: rgba(0, 0, 0, 0.1);
}
.b-year_white .b-content-box__more .b-link:before {
    border-color: #004993;
    background-image: url('../i/arrow_blue.png');
}
.b-year__2002 {
    width: 440px;
    margin-left: 25px;
    margin-top: 25px;
}
.b-year__2002-photo {
    position: absolute;
    width: 480px;
    height: 250px;
    top: 0;
    right: -530px;
    background: url('../i/year-2002_photo.png') 0 0 no-repeat;
}
.b-year__2002-slider {
    position: absolute;
    top: 200px;
    right: -520px;
    width: 460px;
    overflow: hidden;
}
.b-year__2002-slider .slick-dots li button {
    background-color: #c5c5c5;
}
.b-year__2002-slider .slick-dots li.slick-active button {
    background-color: #004993;
}
.b-year__2003 {
    width: 440px;
    margin-left: 525px;
    margin-top: 85px;
}
.b-year__2003-photo {
    position: absolute;
    z-index: 2;
    width: 500px;
    height: 350px;
    top: 220px;
    left: -540px;
    background: url('../i/year-2003_photo.png') 0 0 no-repeat;
}
.b-year__2003-slider {
    position: absolute;
    z-index: 1;
    top: 20px;
    left: -400px;
    width: 300px;
}
.b-year__2003-2 {
    width: 440px;
    margin-left: 25px;
    margin-top: 150px;
}
.b-year__2003-2 .b-content-box__more {
    z-index: 2;
}
.b-year__2003-2-photo {
    position: absolute;
    top: 180px;
    left: 490px;
    width: 451px;
    height: 112px;
    background: url('../i/year-2003-2_photo.png') 0 0 no-repeat;
}
.b-year__2003-3 {
    width: 420px;
    margin-left: 525px;
    margin-top: 60px;
}
.b-year__2003-3-photo {
    position: absolute;
    width: 645px;
    height: 540px;
    top: -60px;
    left: -690px;
    background: url('../i/year-2003-3_photo.png') 0 0 no-repeat;
}
.b-year__2005 {
    width: 440px;
    margin-left: 25px;
    margin-top: 150px;
}
.b-year__2005 .b-content-box__title,
.b-year__2005 .b-content-box__subtitle,
.b-year__2005 .b-content-box__text {
    position: relative;
}
.b-year__2005-photo {
    position: absolute;
    top: -90px;
    right: -530px;
    width: 500px;
    height: 560px;
    background: url('../i/year-2005_photo.png') 0 0 no-repeat;
}
.b-think__continued {
    font-family: 'idealist_sanslight';
    font-size: 1.5em;
    color: #bbbab8;
    text-align: center;
    position: absolute;
    z-index: 10;
    left: 0;
    width: 100%;
    bottom: -180px;
}
.b-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    width: 100%;
    height: 120px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-top: 20px;
    padding-bottom: 10px;
    background-color: #f1f2f2;
}
.b-footer .b-wrapper {
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 25px;
    padding-right: 25px;
}
.b-footer:before {
    content: '';
    position: absolute;
    display: block;
    width: 70%;
    left: 50%;
    margin-left: 20px;
    top: 0;
    height: 40px;
    background-color: white;
    transform: skewX(75deg);
}
.b-footer__logo {
    display: inline-block;
    vertical-align: top;
    width: 105px;
}
.b-footer__info {
    display: inline-block;
    vertical-align: top;
    width: 350px;
    margin-left: 10px;
}
.b-footer__copyright {
    display: inline-block;
    vertical-align: top;
    color: #595959;
    margin: 0;
}
.b-footer__disclaimer {
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    color: #595959;
    line-height: 1.8em;
}
.b-footer__kingbird {
    position: absolute;
    top: 40px;
    right: 10px;
}
.b-footer__kingbird .b-link {
    color: #595959;
    transition: color 0.2s ease-in-out;
}
.b-footer__kingbird .b-link:visited {
    color: #595959;
}
.b-footer__kingbird .b-link:hover {
    color: #727272;
}
.b-footer-social {
    position: absolute;
    top: -18px;
    left: 50%;
    margin-left: 60px;
    background-color: white;
}
.b-footer-social__item {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
}
.b-social__icon {
    display: block;
    vertical-align: top;
    cursor: pointer;
    background-image: url('../i/footer_social.png');
    background-repeat: no-repeat;
}
.b-social__icon_yt {
    width: 45px;
    height: 19px;
    background-position: -67px 0;
}
.b-social__icon_tw {
    width: 24px;
    height: 20px;
    background-position: -42px 0;
}
.b-social__icon_vk {
    width: 20px;
    height: 20px;
    background-position: 0 0;
}
.b-social__icon_fb {
    width: 20px;
    height: 20px;
    background-position: -21px 0;
}
.b-footer-social__item_vklike {
    margin-top: -1px;
}
.b-points {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.b-point {
    position: absolute;
    left: 50%;
    display: block;
    border-radius: 50%;
    background-color: white;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.7);
}
.b-point_1917 {
    top: 310px;
    margin-left: -46px;
    width: 24px;
    height: 24px;
}
.b-point_1931 {
    top: 720px;
    margin-left: -230px;
    width: 16px;
    height: 16px;
}
.b-point_1946 {
    top: 1152px;
    margin-left: -33px;
    width: 24px;
    height: 24px;
}
.b-point_1953 {
    top: 1635px;
    margin-left: -250px;
    width: 16px;
    height: 16px;
}
.b-point_1954 {
    top: 2313px;
    margin-left: -9px;
    width: 30px;
    height: 30px;
}
.b-point_1958 {
    top: 2873px;
    margin-left: -227px;
    width: 20px;
    height: 20px;
}
.b-point_1961 {
    top: 3457px;
    margin-left: -18px;
    width: 26px;
    height: 26px;
}
.b-point_1965 {
    top: 4010px;
    margin-left: -225px;
    width: 20px;
    height: 20px;
}
.b-point_1969 {
    top: 4630px;
    margin-left: 0px;
    width: 18px;
    height: 18px;
}
.b-point_1971 {
    top: 5377px;
    margin-left: -248px;
    width: 26px;
    height: 26px;
}
.b-point_1972 {
    top: 5985px;
    margin-left: -25px;
    width: 18px;
    height: 18px;
}
.b-point_1977 {
    top: 6432px;
    margin-left: -238px;
    width: 26px;
    height: 26px;
}
.b-point_1983 {
    top: 7260px;
    margin-left: -14px;
    width: 18px;
    height: 18px;
}
.b-point_1984 {
    top: 7715px;
    margin-left: -240px;
    width: 38px;
    height: 38px;
}
.b-point_1984-2 {
    top: 8233px;
    margin-left: -46px;
    width: 18px;
    height: 18px;
}
.b-point_1985 {
    top: 8598px;
    margin-left: -240px;
    width: 20px;
    height: 20px;
}
.b-point_1989 {
    top: 9160px;
    margin-left: -29px;
    width: 30px;
    height: 30px;
}
.b-point_1991 {
    top: 10045px;
    margin-left: -290px;
    width: 20px;
    height: 20px;
}
.b-point_1992 {
    top: 10625px;
    margin-left: -22px;
    width: 18px;
    height: 18px;
}
.b-point_1992-2 {
    top: 11023px;
    margin-left: -278px;
    width: 20px;
    height: 20px;
}
.b-point_1995 {
    top: 11676px;
    margin-left: -32px;
    width: 20px;
    height: 20px;
}
.b-point_1997 {
    top: 12515px;
    margin-left: -36px;
    width: 30px;
    height: 30px;
}
.b-point_2002 {
    top: 13213px;
    margin-left: -272px;
    width: 30px;
    height: 30px;
    background-color: #0198d1;
}
.b-point_2003 {
    top: 13671px;
    margin-left: -20px;
    width: 26px;
    height: 26px;
    background-color: #0198d1;
}
.b-point_2003-2 {
    top: 14225px;
    margin-left: -220px;
    width: 26px;
    height: 26px;
    background-color: #0198d1;
}
.b-point_2003-3 {
    top: 14685px;
    margin-left: -8px;
    width: 26px;
    height: 26px;
    background-color: #0198d1;
}
.b-point_2005 {
    top: 15175px;
    margin-left: -215px;
    width: 26px;
    height: 26px;
    background-color: #0198d1;
}
.b-line {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
}
.b-line__big {
    position: absolute;
    top: 0;
    left: -10%;
    width: 120%;
    height: 500px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transform: rotate(17deg);
    -ms-transform: rotate(17deg);
    transform: rotate(17deg);
}
.b-line__small {
    position: absolute;
    top: 550px;
    left: -10%;
    width: 120%;
    height: 130px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transform: rotate(17deg);
    -ms-transform: rotate(17deg);
    transform: rotate(17deg);
}
.b-attack-line_1 {
    top: 220px;
}
.b-attack-line_2 {
    top: 1800px;
}
.b-attack-line_2 .b-line__small {
    height: 235px;
}
.b-attack-line_2 .b-line__img {
    position: absolute;
    top: 344px;
    left: 50%;
    margin-left: -700px;
    width: 755px;
    height: 445px;
    background: url('../i/attack-line-2_bg.png') 0 0 no-repeat;
}
.b-horizons-line_1 {
    top: 1200px;
}
.b-horizons-line_1 .b-line__small {
    top: 0;
    background-color: black;
}
.b-horizons-line_1 .b-line__big {
    top: 180px;
    background-color: black;
}
.b-horizons-line_1__bg {
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -640px;
    width: 1280px;
    height: 830px;
    background: url('../i/horizons-line-1_bg.png') 0 0 no-repeat;
}
.b-racing-line_1 {
    top: 325px;
}
.b-racing-line_1 .b-line__big,
.b-racing-line_1 .b-line__small {
    background-color: black;
}
.b-racing-line_1 .b-line__big {
    height: 640px;
}
.b-racing-line_1 .b-line__small {
    top: 710px;
    height: 310px;
}
.b-racing-line_1__bg {
    position: absolute;
    width: 500px;
    height: 480px;
    top: 505px;
    left: 50%;
    margin-left: -635px;
    background: url('../i/racing-line-1_bg.png') 0 0 no-repeat;
}
.b-racing-line_2 {
    top: 1520px;
}
.b-racing-line_2 .b-line__small {
    top: 0;
}
.b-racing-line_2 .b-line__big {
    top: 180px;
}
.b-test-line_1 {
    top: 260px;
}
.b-test-line_1__bg {
    position: absolute;
    top: -190px;
    left: 50%;
    margin-left: -630px;
    width: 705px;
    height: 554px;
    background: url('../i/test-line-1_bg.png') 0 0 no-repeat;
}
.b-test-line_2 {
    top: 740px;
}
.b-test-line_2 .b-line__small {
    top: 0;
    background-color: #0d3d5f;
    height: 70px;
}
.b-test-line_2 .b-line__big {
    top: 180px;
    background-color: #f1f2f2;
    height: 440px;
}
.b-think-line_1 {
    top: 1065px;
}
.b-think-line_1 .b-line__small {
    top: 0;
    height: 160px;
    background-color: #f8f8f8;
}
.b-think-line_1 .b-line__big {
    background-color: #f1f2f2;
    top: 540px;
    height: 610px;
}
.b-main-line {
    position: absolute;
    z-index: 3;
    top: 330px;
    width: 100%;
    left: 0;
    height: 0;
    overflow: hidden;
}
.b-main-line__wrapper {
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    margin-left: -130px;
    width: 235px;
}
.b-main-line__line {
    position: absolute;
    width: 3px;
    background-color: rgba(255, 255, 255, 0.3);
}
.b-main-line__line_left {
    left: 0;
    -webkit-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
}
.b-main-line__line_right {
    left: 0;
    -webkit-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    transform: rotate(-25deg);
}
.b-main-line__line_1 {
    top: -30px;
    height: 450px;
}
.b-main-line__line_2 {
    top: 376px;
    height: 480px;
    left: 7px;
}
.b-main-line__line_3 {
    top: 808px;
    height: 530px;
    left: -2px;
}
.b-main-line__line_4 {
    top: 1290px;
    height: 730px;
    left: 10px;
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
}
.b-main-line__line_5 {
    top: 1975px;
    height: 600px;
    left: 22px;
    -webkit-transform: rotate(22deg);
    -ms-transform: rotate(22deg);
    transform: rotate(22deg);
}
.b-main-line__line_6 {
    top: 2535px;
    height: 625px;
    left: 17px;
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
}
.b-main-line__line_7 {
    top: 3120px;
    height: 590px;
    left: 18px;
    -webkit-transform: rotate(21deg);
    -ms-transform: rotate(21deg);
    transform: rotate(21deg);
}
.b-main-line__line_8 {
    top: 3670px;
    height: 660px;
    left: 25px;
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
}
.b-main-line__line_9 {
    top: 4290px;
    height: 790px;
    left: 15px;
    -webkit-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    transform: rotate(18deg);
}
.b-main-line__line_10 {
    top: 5040px;
    height: 645px;
    left: 3px;
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
}
.b-main-line__line_11 {
    top: 5640px;
    height: 500px;
    left: 7px;
}
.b-main-line__line_12 {
    top: 6100px;
    height: 855px;
    left: 13px;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
}
.b-main-line__line_13 {
    top: 6915px;
    height: 515px;
    left: 15px;
}
.b-main-line__line_14 {
    top: 7389px;
    height: 540px;
    left: 0px;
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
}
.b-main-line__line_15 {
    top: 7887px;
    height: 415px;
    left: -5px;
    -webkit-transform: rotate(28deg);
    -ms-transform: rotate(28deg);
    transform: rotate(28deg);
}
.b-main-line__line_16 {
    top: 8255px;
    height: 610px;
    left: 7px;
    -webkit-transform: rotate(-21deg);
    -ms-transform: rotate(-21deg);
    transform: rotate(-21deg);
}
.b-main-line__line_17 {
    top: 8825px;
    height: 920px;
    left: -18px;
    -webkit-transform: rotate(17deg);
    -ms-transform: rotate(17deg);
    transform: rotate(17deg);
}
.b-main-line__line_18 {
    top: 9695px;
    height: 640px;
    left: -18px;
}
.b-main-line__line_19 {
    top: 10265px;
    height: 475px;
    left: -12px;
    -webkit-transform: rotate(33deg);
    -ms-transform: rotate(33deg);
    transform: rotate(33deg);
}
.b-main-line__line_20 {
    top: 10680px;
    height: 700px;
    left: -15px;
    -webkit-transform: rotate(-21deg);
    -ms-transform: rotate(-21deg);
    transform: rotate(-21deg);
}
.b-main-line__line_21 {
    top: 11358px;
    height: 840px;
    left: 107px;
}
.b-main-line__line_22 {
    top: 12185px;
    height: 730px;
    left: -12px;
    -webkit-transform: rotate(19deg);
    -ms-transform: rotate(19deg);
    transform: rotate(19deg);
}
.b-main-line__line_22:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 120px;
    display: block;
    background-color: rgba(0, 0, 0, 0.1);
}
.b-main-line__line_23 {
    top: 12861px;
    height: 522px;
    left: -4px;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-transform: rotate(-29deg);
    -ms-transform: rotate(-29deg);
    transform: rotate(-29deg);
}
.b-main-line__line_24 {
    top: 13331px;
    height: 590px;
    left: 21px;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
}
.b-main-line__line_25 {
    top: 13879px;
    height: 510px;
    left: 27px;
    background-color: rgba(0, 0, 0, 0.1);
}
.b-main-line__line_26 {
    top: 14341px;
    height: 535px;
    left: 30px;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-transform: rotate(23deg);
    -ms-transform: rotate(23deg);
    transform: rotate(23deg);
}
.b-main-line__line_27 {
    position: absolute;
    z-index: 1;
    top: 14841px;
    width: 3px;
    height: 280px;
    left: 50%;
    margin-left: -145px;
    transition: opacity 0.2s ease-in-out;
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
    background: -moz-linear-gradient(top, #e5e5e5 0%, #e5e5e5 70%, rgba(229, 229, 229, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e5e5), color-stop(70%, #e5e5e5), color-stop(100%, rgba(229, 229, 229, 0)));
    background: -webkit-linear-gradient(top, #e5e5e5 0%, #e5e5e5 70%, rgba(229, 229, 229, 0) 100%);
    background: -o-linear-gradient(top, #e5e5e5 0%, #e5e5e5 70%, rgba(229, 229, 229, 0) 100%);
    background: -ms-linear-gradient(top, #e5e5e5 0%, #e5e5e5 70%, rgba(229, 229, 229, 0) 100%);
    background: linear-gradient(to bottom, #e5e5e5 0%, #e5e5e5 70%, rgba(229, 229, 229, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#00e5e5e5', GradientType=0);
}
.b-main-line__line_27.done {
    opacity: 1;
}
.b-overlay {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
}
.b-popup {
    display: none;
    position: absolute;
    z-index: 1100;
    top: 0;
    left: 50%;
    width: 980px;
    margin-left: -490px;
    min-height: 100%;
    padding-top: 60px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.b-popup_history {
    padding-top: 30px;
}
.b-popup_history .b-popup__close {
    top: 35px;
}
.b-popup_history .b-popup__title {
    margin-bottom: 20px;
}
.b-popup__wrapper {
    position: relative;
    width: 960px;
}
.b-popup__close {
    position: absolute;
    top: 65px;
    right: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url('../i/close.png') 50% 50% no-repeat;
    transition: opacity 0.2s ease-in-out;
}
.b-popup__close:hover {
    opacity: .8;
}
.b-popup__title {
    width: 100%;
    padding-right: 50px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.b-popup__subtitle {
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    color: #96dfff;
}
.b-popup__content {
    width: 100%;
    margin-top: 20px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 100px;
}
.b-popup__block {
    float: left;
    width: 100%;
    position: relative;
}
.b-popup__block-separator {
    margin-top: 40px;
    width: 100%;
    float: left;
}
.b-popup__block_width_200 {
    width: 200px;
}
.b-popup__block_width_380 {
    width: 380px;
}
.b-popup__block_width_420 {
    width: 420px;
}
.b-popup__block_width_480 {
    width: 480px;
}
.b-popup__block_width_520 {
    width: 520px;
}
.b-popup__block_width_540 {
    width: 540px;
}
.b-popup__block_width_720 {
    width: 720px;
}
.b-popup__block_offset_20 {
    margin-left: 20px;
}
.b-popup__block_offset_40 {
    margin-left: 40px;
}
.b-popup__block_offset_100 {
    margin-left: 100px;
}
.b-popup__table {
    border-collapse: collapse;
    width: 100%;
}
.b-popup__table th {
    font-size: 16px;
    font-weight: 600;
    color: #b2e8ff;
    padding: 40px 15px 8px 15px;
    text-align: left;
}
.b-popup__table td {
    padding: 8px 15px;
}
.b-popup__table td:first-child {
    width: 340px;
}
.b-popup__table tbody tr:nth-child(odd) {
    background-color: rgba(178, 232, 255, 0.1);
}
.b-popup_history__title {
    float: left;
    width: 100%;
    font-size: 22px;
    color: #96dfff;
    font-weight: 700;
    margin-bottom: 20px;
}
.b-popup_history__subtitle {
    font-size: 15px;
    font-weight: 700;
}
.b-popup_history__subtitle-2 {
    font-size: 25px;
    line-height: 28px;
    font-weight: 700;
}
.b-white-bottom {
    position: absolute;
    z-index: 0;
    width: 100%;
    left: 0;
    top: 13250px;
    height: 2700px;
    background-color: white;
}
.b-popup_gallery {
    width: 516px;
    height: 400px;
    left: 50%;
    top: 50%;
    margin: -200px 0 0 -250px;
    padding-top: 0;
    min-height: 0;
}
.b-popup_gallery .b-popup__wrapper {
    width: 100%;
}
.b-popup_gallery .b-slider_gallery__item {
    border: 8px solid white;
}
.b-popup_gallery .b-slider_gallery__item img {
    display: block;
}
.b-popup_gallery .slick-dots {
    margin-left: 0;
}
.b-popup_gallery .b-popup__close {
    top: -30px;
    right: 0;
    width: 18px;
    height: 18px;
    background: url('../i/close_white.png') 0 0 no-repeat;
}