/** ШРИФТЫ **/

@import url(//fonts.googleapis.com/css?family=PT+Serif+Caption&subset=latin,cyrillic-ext,latin-ext,cyrillic);
@import url(//fonts.googleapis.com/css?family=Lato:400,700,900&subset=latin,latin-ext);

@font-face{
    font-family:'Tass-Caucasus';
    src: url('../fonts/tass-caucasus/tass-caucasus-webfont.eot');
    src: url('../fonts/tass-caucasus/tass-caucasus-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/tass-caucasus/tass-caucasus-webfont.woff') format('woff'),
         url('../fonts/tass-caucasus/tass-caucasus-webfont.ttf') format('truetype'),
         url('../fonts/tass-caucasus/tass-caucasus-webfont.svg#Tass-Caucasus') format('svg');
    font-weight: normal;
    font-style: normal;
}

/** ЭЛЕМЕНТЫ **/

html, body {
    height: 100%;
}

body, ul, h1, h2, h3, p {
    margin: 0;
    padding: 0;
}

/** ОБЩИЕ **/

.g-item_alternative {

}


/** БЛОКИ **/

.b-page-longread {

}

/** ЭКРАНЫ И ЭЛЕМЕНТЫ**/

.b-screen {
    height: 100vh;
}

.b-screen_main {
    position: relative;
    min-height: 650px;
    overflow:hidden;
}

.b-screen_slider {
    position: relative;
    min-height: 650px;
}

.b-screen__shadow {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100.5%;
    background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.3) 20%, rgba(0, 0, 0, 0.3) 100%);
}

.b-screen__tass {
    position: absolute;
    left: 40px;
    top: 0;
    width: 60px;
    height: 60px;
    background: url(../img/logo-tass.png) no-repeat;
    z-index: 1;
}

.b-screen__is-caucasus {
	position: absolute;
	top: 40px;
	left: 50%;
	width: 146px;
	height: 117px;
	margin-left: -73px;
	background: url(../img/etokavkaz-logo-white.svg) center no-repeat;
	background-size: contain;
	z-index: 1;
}

.b-screen_slider .b-screen__is-caucasus {
    display: none;
}

.b-screen__link-map {
    position: fixed;
    right: 28px;
    top: 28px;
    font-family: "Tass-Caucasus";
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
    z-index: 1001;
    transition: color ease-out 0.1s;
}

.b-screen__link-map:hover {
    color: #394f7c;
}

.b-screen__link-map.g-color_alternative{
    color: #8899ab;
}

.b-screen__up {
    position: fixed;
    bottom: 34px;
    right: 28px;
    font-family: "Tass-Caucasus";
    font-size: 28px;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
    z-index: 1001;
    transition: color ease-out 0.1s;
}

.b-screen__up:hover {
    color: #394f7c;
}

.b-screen__up.g-color_alternative {
    color: #8899ab;
}

.b-screen__link-main-page {
    position: fixed;
    left: 30px;
    top: 30px;
    font-family: "Lato";
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
    z-index: 1003;
    text-decoration: none;
    transition: color ease-out 0.1s;
    line-height: 28px;
}

.b-screen__link-main-page .fa {
    margin-right: 10px;
    font-size: 38px;
    vertical-align: middle;
    padding-bottom: 5px;
}

.b-screen__link-main-page .fa-arrow-circle-o-left {
    display: none;
}

.b-screen__link-main-page:hover {
    color: #394f7c;
}

.b-screen__link-main-page.g-color_alternative {
    color: #8899ab;
}

/** BACKGROUND's С РОТАЦИЕЙ **/

.b-screen__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.b-page-longread .b-bg {

}

.b-page-longread .b-bg__item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    transition: opacity 1s;
    opacity: 0;
    transform:translateZ(0);
}

.b-page-longread .b-bg__item_current {
    opacity: 1;
}

/** ТЕКСТОВАЯ ОБЛАСТЬ И ЭЛЕМЕНТЫ **/
.b-screen__text-area {
    position: absolute;
    height: 100%;
    width: 100%;
    display: table;
}

.b-text-area__center {
    position: relative;
    display: table-cell;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

.b-text-area {
    color: #ffffff;
    position: relative;
}

.b-text-area__wrapper {
    position: relative;
}

.b-text-area__map {
    position: absolute;
    left: 34px;
    z-index: 1;
}

.b-text-area__title {
    font-family: "Lato", sans-serif;
    font-size: 42px;
    margin-bottom: 25px;
}

.b-text-area__icon {
    font-family: "Tass-Caucasus";
    font-size: 42px;
}

.b-screen_slider .b-text-area__title {
    font-size: 36px;
    max-width: 760px;
    margin: 0 auto;
}

.b-screen_slider .b-text-area__number-slide {
    margin: 0 auto 30px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-color: #394f7c;
    line-height: 30px;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.b-text-area__descript {
    max-width: 800px;
    margin: 25px auto 0;
    font-family: "PT Serif Caption", serif;
    font-size: 15px;
    line-height: 25px;
}

.b-text-area__img {

}

/** БЛОК СТАТИСТИКИ **/

.b-screen__statistics {
    position: absolute;
    bottom: 0;
    height: 50%;
    width: 100%;
    display: table;
}

.b-page-longread .b-statistics {
    position: relative;
    display: table-cell;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
}

.b-statistics__item {
    display: inline-block;
    max-width: 200px;
    vertical-align: top;
    margin: 0 45px;
}

.b-statistics__item  h3 {
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-size: 30px;
}

.b-statistics__item p {
    font-family: "Lato", sans-serif;
    font-size: 13px;
    line-height: 20px;
}

.b-statistics__img {
    margin-top: 5%;
    height: 35%;
}

/** СОЦИАЛКА **/
.b-screen__sharing {
    position: fixed;
    left: 34px;
    bottom: 34px;
    z-index: 60;
}

.b-page-longread .b-sharing {
    font-family: "Tass-Caucasus";
    color: #ffffff;
    cursor: default;
}

.b-page-longread .b-sharing.g-color_alternative {
    color: #8899ab;
}

.b-page-longread .b-sharing__item {
    margin: 0 10px;
    font-size: 28px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    transition: color ease-out 0.1s;
}

.b-page-longread .b-sharing__item:hover {
    color: #394f7c;
}

/** ИНФ-я О СКРОЛЛЕ **/

.b-screen__scroll {
    position: absolute;
    bottom: 34px;
    width: 100%;
}

.b-scroll {
    width: 200px;
    margin: 0 auto;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-size: 10px;
    text-align: center;
    color: #ffffff;
}

.b-scroll__icon {
    font-family: "Tass-Caucasus";
    font-weight: 400;
    font-size: 26px;
    margin-bottom: 18px;
}


/** ИНФ-Я О ПОЗИЦИИ СЛАЙДА **/

.b-screen__slider-position-slide {
    position: absolute;
    bottom: 34px;
    width: 100%;
}

.b-position-slide {
    width: 100px;
    margin: 0 auto;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
}


/** COPYRIGHT **/

.b-screen__copyright {
    position: absolute;
    bottom: 34px;
    right: 90px;
    z-index: 1;
}

.b-copyright {
    font-family: "Lato", sans-serif;
    font-size: 11px;
    color: #989898;
}

/** МЕНЮ **/

.b-screen__menu	{
    display: table;
    position: fixed;
    top: 0;
    right: 28px;
    bottom: 0;
    margin: auto;
    z-index: 1000;
    height: 100%;
}

@media(max-height: 650px) {
    .b-screen__menu {
        display: none;
    }
}

.b-menu-fixed {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    list-style-type: none;
    position: relative;
}

.b-menu-fixed__item {
    cursor: pointer;
    margin: 20px 0;
    text-align: right;
}

.b-menu-fixed__item a {
    display: table;
    width: 100%;
    color: #ffffff;
    text-decoration: none;
}

.b-menu-fixed__item.g-color_alternative a{
    color: #8899ab;
}

.b-menu-fixed__item .icon {
    display: table-cell;
    text-transform: none;
    font-family: "Tass-Caucasus";
    font-size: 28px;
    line-height: 28px;
    transition: color ease-out 0.1s;
}

.b-menu-fixed__item .title {
    display: none;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-size: 10px;
    vertical-align: middle;
    padding-right: 12px;
    max-width: 150px;
    transition: color ease-out 0.1s;
}

.b-menu-fixed__item:hover .title,
.b-menu-fixed__item.active {
    display: table-cell;
}

.b-menu-fixed__item:hover .icon,
.b-menu-fixed__item_current_current .icon,
.b-menu-fixed__item.g-color_alternative:hover .title {
    color: #394f7c;
}

/** СЛАЙДЕР **/
.b-screen__slider {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.b-slider {

}

.b-slider__items {
    position: absolute;
    height: 100%;
    width: 100%;
}

.b-slider__item {
    position: absolute;
    height: 100%;
    width: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    transition: opacity 1s;
    opacity: 0;
}


.b-slider__item_current {
    opacity: 1;
}

.b-slider__navigation {
    position: absolute;
    height: 100%;
    width: 100%;
}

.b-slider__navigation .button {
    position: absolute;
    width: 14px;
    height: 26px;
    top: 50%;
    margin-top: -13px;
    z-index: 100;
    cursor: pointer;
}

.b-slider__navigation .left {
    background: url(../img/slider__left.png) no-repeat;
    left: 190px;
}

.b-slider__navigation .right {
    background: url(../img/slider__right.png) no-repeat;
    right: 190px;
}

/** КОНТЕНТ **/

.b-screen_info {
    position: relative;
    height: auto;
    overflow-x: hidden;
}

.b-screen__content {

}

.b-page-longread .b-content {
    font-family: "PT Serif Caption", serif;
    font-size: 0;
    width: 962px;
    margin: 35px auto;
}

.b-content__column-1,
.b-content__column-2,
.b-content__items,
.b-content__img {
    width: 445px;
    display: inline-block;
    vertical-align: top;
    padding: 18px;
    font-size: 15px;
}

.b-content__column-1,
.b-content__column-2{
    line-height: 25px;
}

.b-content__items{
    line-height: 25px;
}

.b-content__items .items {
    margin-top: 17px;
    margin-bottom: 23px;
}

.b-content__items .item {
    padding: 13px 0;
}
.b-content__items .item .icon{
display: table-cell;
vertical-align: top;
}
.b-content__items .item .caption{
display: table-cell;
vertical-align: top;
}
.b-content__items .icon {
    font-family: "Tass-Caucasus";
    font-size: 28px;
    padding-right: 28px;
}

.b-content__items .caption {
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
    font-family: "Lato", sans-serif;
}

.b-content__items .title {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
}

/** БЛОК МАТЕРИАЛОВ ПО РЕГИОНУ **/

.b-materials-by-region {
    display: table;
    width: 100%;
    border-top: solid 1px #e9e9e9;
    padding: 55px 0 45px;
}

.b-materials-by-region__wrapper {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.b-materials-by-region__title {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 80px;
    letter-spacing: 2px;
}

.b-materials-by-region__items {
    font-size: 0;
    width: 1000px;
    margin: 0 auto !important;
    text-align: left;
}

.b-materials-by-region__item {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    text-align: center;
}

.b-materials-by-region__item .img{
    width: 200px;
    height: 130px;
    margin: 20px 25px;
    background-size: cover;
    background-position: center;
}

.b-materials-by-region__item .dummy{
    width: 100%;
    display: none;
}

.b-materials-by-region__item .title {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #000000;
    width: 200px;
    margin: 0 auto;
    line-height: 2;
    text-transform: uppercase;
}

.b-materials-by-region__navigation {
    display: none;
}

.b-materials-by-region__link-all {
    display: block;
    font-family: "Lato", sans-serif;
    font-size: 13px;
    color: #9d9d9d;
    text-decoration: none;
    margin-top: 80px;
}

.b-materials-by-region__item:hover .title{
    color: #64779a;
}

.b-materials-by-region__item:hover .img{
    opacity: 0.7;
}

/** БЛОК "СМОТРИТЕ ТАКЖЕ" **/

.b-see-also {
    background-color: #eaeaea;
    display: table;
    width: 100%;
    padding-top: 80px;
}

.b-see-also__wrapper {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.b-see-also__title {
    font-family: "Lato", sans-serif;
    font-size: 20px;
    color: #000000;
    margin-bottom: 40px;
    letter-spacing: 2px;
}

.b-see-also__descript {
    font-family: "PT Serif Caption", serif;
    font-size: 15px;
    color: #000000;
    margin-bottom: 65px;
}

.b-see-also__items {
    display: inline-block;
    font-size: 0;
    max-width: 780px;
    text-align: left;
    margin-bottom: 60px;
}

.b-see-also__item {
    display: inline-block;
    width: 240px;
    height: 180px;
    margin: 0 10px 24px;
    text-decoration: none;
}

.b-see-also__item .img {
    display: table;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}

.b-see-also__item .dummy {
    display:none;
}

.b-see-also__item .img:before {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: ' ';
  background-color: rgba(0,0,0,0.3);
}

.b-see-also__item .title {
    display: table-cell;
    width: 100%;
    height: 100%;
    padding: 30px;
    vertical-align: middle;
    text-align: center;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
}

.b-see-also__navigation {
    display: none;
}

.b-see-also__item:hover .img{
    opacity: 0.7;
}

/** FOOTER **/

.b-page-longread .b-footer {
    display: table;
    width: 100%;
    background-color: #8899ab;
}

.b-page-longread .b-footer__wrapper {
    display: table-cell;
    width: 100%;
    text-align: center;
}

.b-page-longread .b-footer__up {
    display: block;
    padding: 50px 0 100px;
    background-color: #eaeaea;
}

.b-page-longread .b-footer__up a{
    display: inline-block;
    text-decoration: none;
    color: #8899ab;
    width: 150px;
}

.b-page-longread .b-footer__up .icon {
    font-family: "Tass-Caucasus";
    font-weight: 400;
    font-size: 28px;
    margin-bottom: 15px;
}

.b-page-longread .b-footer__up .title {
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-size: 10px;
}

.b-page-longread .b-footer__content {
    padding: 25px 15px 40px;
}

.b-page-longread .b-footer__content .logo {
    display: inline-block;
    background: url(../img/logo-tass_white.png) no-repeat center;
    width: 40px;
    height: 39px;
    margin-bottom: 20px;
}

.b-page-longread .b-footer__content .copyright {
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #ffffff;
}

/** МЕНЮ **/

.b-middle-menu {
    display: none;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.95));
    z-index: 2000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.b_middle-menu__button-close {
    position: absolute;
    top: 28px;
    right: 28px;
    background: url(../img/close.png);
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 100;
}

.b-page-longread .b-middle-menu__map {
    position: relative;
    display: inline-block;
    height: 100%;
    width: 50%;
    vertical-align: middle;
}

.b-middle-menu__list {
    position: absolute;
    top: 0;
    right: 5%;
    display: table;
    text-align: left;
    vertical-align: middle;
    height: 100%;
}

.b-middle-menu__list ul {
    list-style-type: decimal-leading-zero;
}

.b-page-longread .b-menu-list {
    position: absolute;
    display: table;
    right: 34px;
    top: 0;
    height: 100%;
    font-family: "Lato";
}

.b-page-longread .b-menu-list ul {
    list-style-type: none;
    font-family: "Lato", sans-serif;
    font-size: 12px;
}

.b-menu-list__item {
    margin: 15px 0;
    color: #ffffff;
    white-space: nowrap;
    cursor: pointer;
    vertical-align: middle;
}

.b-menu-list__icon {
    display: none;
    margin: 10px auto;
    font-family: "Tass-Caucasus";
    font-size: 25px;
}

.b-menu-list__item_hover,
.b-menu-list__item:hover {
    color: #e93030;
}

.b-menu-list__wrapper {
    display: table-cell;
    vertical-align: middle;
}

.b-map__img {
    width: 100%;
    height: 100%;
}

.b-region {

}

.b-region_hover .b-region__fill,
.b-region:hover .b-region__fill{
    fill: #ffffff;
}
.b-region_hover .b-region__marker,
.b-region:hover .b-region__marker{
    display: block;
}

.b-region__contur {

}

.b-region__fill {
    fill: transparent;
}


.b-region__marker {
    display: none;
}


/** АДАПТАЦИЯ **/

@media all and (min-width: 1600px) {

}

@media all and (min-width: 1280px) and  (max-width: 1599px) {
    .b-statistics__item{
        margin: 0 30px;
    }
}

@media all and (min-width: 1024px) and (max-width: 1279px) {
    .b-screen__statistics {
        display: none;
    }

    .b-text-area__map {
        height: 60%;
    }

    .b-scroll__icon {
        margin-bottom: 0;
    }

    .b-scroll__title{
        display: none;
    }

    .b-menu__item {
        margin: 10px 0;
    }

    .b-text-area__descript {
        font-size: 14px;
    }

    .b-slider__navigation .button {
        top: auto;
        margin-top: 0;
        bottom: 30px;
        left: 50%;
    }

    .b-slider__navigation .left {
        margin-left: -93px;
    }

    .b-slider__navigation .right {
        margin-left: 80px;
    }

    .b-page-longread .b-content {
        margin: 70px 120px 30px 150px;
        width: auto;
    }

    .b-content__column-1,
    .b-content__column-2,
    .b-content__items,
    .b-content__img {
        width: 100%;
        padding: 0;
    }

    .b-content__column-1 {
        margin-bottom: 40px;
    }

    .b-content__column-2 {
        margin-bottom: 60px;
    }

    .b-materials-by-region__title {
        margin-bottom: 60px;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .b-page-longread .b-bg__item,
    .b-page-longread .b-slider__item {
        background-size: auto 100%;
    }

    .b-screen__statistics {
        display: none;
    }

    .b-text-area__map {
        height: 60%;
        top: 20%;
    }

    .b-scroll__icon {
        margin-bottom: 0;
    }

    .b-scroll__title{
        display: none;
    }

    .b-menu__item {
        margin: 10px 0;
    }

    .b-text-area__title {
        margin-bottom: 40px;
    }

    .b-text-area__descript {
        max-width: 400px;
    }

    .b-slider__navigation .button {
        top: auto;
        margin-top: 0;
        bottom: 30px;
        left: 50%;
    }

    .b-slider__navigation .left {
        margin-left: -58px;
    }

    .b-slider__navigation .right {
        margin-left: 45px;
    }

    .b-page-longread .b-content {
        margin: 70px 70px 50px;
        width: auto;
    }

    .b-content__column-1,
    .b-content__column-2,
    .b-content__items,
    .b-content__img {
        width: 100%;
        padding: 0;
    }

    .b-content__column-1 {
        margin-bottom: 0;
    }

    .b-content__column-2 {
        margin-bottom: 60px;
    }

    .b-materials-by-region__title {
        margin-bottom: 60px;
    }

    .b-content__items .item {
        padding: 8px 0;
    }

    .b-materials-by-region__items {
        text-align: left;
        width: 750px;
        margin: 0 auto;
    }

    .b-materials-by-region__item {
        margin-bottom: 60px;
    }

    .b-materials-by-region__link-all {
        margin-top: 0;
    }

    .b-see-also__items {
        max-width: 720px;
    }

    .b-see-also__item {
        width: 220px;
        height: 165px;
        margin-bottom: 20px;
    }

    .b-footer__up {
      padding: 60px 0;
    }

    .b-page-longread .b-middle-menu__map {
        position: absolute;
        top: 0;
        left: 40px;
        width: 50%;
    }
}

@media all and (max-width: 767px) {
    body,html{
        min-height: 650px;
        position: relative;
    }
    .b-page-longread .b-bg__item,
    .b-page-longread .b-slider__item {
        background-size: auto 100%;
    }

    .b-screen__link-map {
        position: absolute;
    }

    .b-screen__sharing {
        position: absolute;
    }

    .b-screen__statistics {
        display: none;
    }

    .b-text-area__map {
        display: none;
    }

    .b-screen__scroll {
        display: none;
    }

    .b-screen_main .b-screen__is-caucasus {
        width: 100px;
        margin-left: -50px;
    }

    .b-screen__link-main-page {
        font-size: 0;
    }

    .b-screen__link-main-page .fa {
        font-size: 32px;
    }

    .b-screen__link-main-page .fa-angle-left {
        display: none;
    }

    .b-screen__link-main-page .fa-arrow-circle-o-left {
        display: inline-block;
    }

    .b-screen__menu {
        display: none;
    }

    .b-screen__tass {
        left: 15px;
    }

    .b-screen__link-map {
        right: 20px;
    }

    .b-text-area__title {
        font-size: 26px;
    }

    .b-text-area__descript {
        line-height: 22px;
        max-width: auto;
        padding: 0 20px;
    }

    .b-screen__sharing {
        bottom:60px;
        left: 0;
        width: 100%;
        text-align: center;
    }

    .b-screen_slider .b-sharing,
    .b-screen_info .b-sharing,
    .b-screen_slider .b-screen__link-map,
    .b-screen_info .b-screen__link-map {
        display: none;
    }

    .b-screen__copyright  {
        bottom: 22px;
        left: 0;
        width: 100%;
        text-align: center;
        z-index:1;
    }

    .b-screen_slider .b-text-area__number-slide  {
        font-size: 11px;
        width: 20px;
        height: 20px;
        line-height: 20px;
        border-radius: 10px;
    }

    .b-screen_slider .b-text-area__title {
        font-size: 32px;
    }

    .b-screen_slider .b-text-area__descript {
        font-size: 14px;
        line-height: 25px;
    }

    .b-screen__slider-position-slide {
        bottom: 80px;
    }

    .b-slider__navigation .button {
        top: auto;
        margin: 0;
        bottom: 76px;
    }

    .b-slider__navigation .left {
        left: 35px;
    }

    .b-slider__navigation .right {
        right: 35px;
    }

    .b-screen_slider .b-screen__copyright {
      bottom: 15px;
    }

    .b-page-longread .b-content {
        margin: 50px 10px;
        width: auto;
    }

    .b-content__column-1,
    .b-content__column-2,
    .b-content__items,
    .b-content__img {
        width: 100%;
        padding: 0;
    }

    .b-content__img img {
        width: 100%;
    }

    .b-content__column-1,
    .b-content__column-2 {
        font-size: 16px;
        line-height: 26px;
    }


    .b-content__column-1 {
        margin-bottom: 0;
    }

    .b-content__column-2 {
        margin-bottom: 60px;
    }

    .b-content__items .items {
        margin-top: 17px;
    }

    .b-materials-by-region {
        padding: 45px 0 35px;
    }

    .b-materials-by-region__title {
        margin-bottom: 35px;
    }

    .b-materials-by-region__items {
        text-align: left;
        width: 100%;
        overflow: hidden;
        position: relative;
    }

    .b-materials-by-region__items-wrapper {
        width: 400%;
        -webkit-transition: 1s all;
        -o-transition: 1s all;
        transition: 1s all;
    }

    .b-materials-by-region__item {
        margin-bottom: 0;
        width: 25%;
        padding: 0 0 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .b-materials-by-region__item .img{
        margin: 0;
        width: 100%;
        height: 100%;
    }

    .b-materials-by-region__item .dummy{
        display: block;
    }

    .b-materials-by-region__item .title {
        font-size: 13px;
        line-height: 24px;
        width: 80%;
        text-align: center;
        margin-top: 20px;
    }

    .b-materials-by-region__navigation {
        display: block;
        margin: 45px 0 55px;
        font-size: 0;
    }

    .b-materials-by-region__navigation li,
    .b-see-also__navigation li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 0 7px;
        border-radius: 10px;
        background-color: #d0d0d0;
    }

    .b-materials-by-region__navigation li.current,
    .b-see-also__navigation li.current {
        background-color: #282828
    }

    .b-materials-by-region__link-all {
        margin-top: 0;
    }

    .b-see-also {
        padding-top: 50px;
    }

    .b-see-also__items-wrapper {
        width: 2000%;
        -webkit-transition: 1s all;
        -o-transition: 1s all;
        transition: 1s all;
    }

    .b-see-also__items {
        width: 100%;
        overflow: hidden;
        position: relative;
    }

    .b-see-also__navigation {
        display: block;
        margin: 40px 0 70px;
        font-size: 0;
    }

    .b-see-also__item {
        width: 5%;
        height: auto;
        margin: 0;
        padding: 0 0 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .b-see-also__item .img {
        display: block;
    }

    .b-see-also__item .title {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        width: 90%;
        height: 150px;
        line-height: 150px;
        padding: 0;
        display: inline-block;
    }

    .b-see-also__item .dummy {
        display: block;
        width: 100%;
    }

    .b-see-also__descript {
        margin-bottom: 35px;
        line-height: 25px;
        padding: 0px 40px;
    }

    .b-page-longread .b-footer__up {
      padding: 60px 0;
    }

    .b-page-longread .b-middle-menu__map {
        display: none;
    }

    .b-map__img {
        position: absolute;
        bottom: 0;
        width: 90%;
        height: 50%;
        margin: 0 5%;
    }

    .b-middle-menu__list {
        left: 0;
        right: 0;
        width: 100%;
    }

    .b-middle-menu__list ul {
        list-style-type: none;
        font-size: 14px;
        margin: 0 auto;
        width: 250px;
    }

    .b-menu-list__item {
        margin: 20px 0;
    }

    .b-menu-list__icon {
        display: inline;
        margin: 0 20px;
    }
}

.b-footer a.item__tag {
    color: #dfe6ea;
    text-decoration: none;
}

.b-footer .b-social {
    font-family: "Tass-Caucasus";
    margin-top: 15px;
}

.b-footer .b-social .b-social__icon {
    text-decoration: none;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff;
    text-align: center;
    line-height: 20px;
    margin-right: 10px;
    color: #809bac;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
}

.b-smi2__wrap {
    padding: 60px 0 0;
    width: 950px;
    margin: 0 auto;
}

.b-smi2 .title {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
}

.b-smi2 .sk_wrap_outer_83854 {
    padding-bottom: 25px;
    padding-top: 50px;
}

.b-smi2 .sk_items_83854 {
    margin: 0;
}

.b-smi2 .sk_item_83854 {
    width: 200px;
    padding-bottom: 0;
    margin-bottom: 40px;
    margin-right: 50px;
}

.b-smi2 .sk_item_83854 .sk_item_inner_83854 {
    margin: 0;
}

.b-smi2 .sk_item_83854:nth-child(4n){
    margin-right: 0;
}

.b-smi2 .sk_img_83854 {
    margin-bottom: 17px;
}

.b-smi2 .sk_img_83854 img {
    width: 100%;
    height: auto;
}

.b-smi2 .sk_item_83854:nth-child(4n+1) {
    clear: left;
}

.b-smi2 .sk_text_83854{
    font-size: 14px;
    line-height: 18px;
    color: #1b4156;
    font-family: "Lato", sans-serif;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .b-smi2 {
        padding: 0 35px;
    }

    .b-smi2__wrap {
        width: 728px;
        padding-top: 50px;
    }

    .b-smi2 .sk_item_83854 {
        width: 200px;
        margin-right: 50px;
    }

    .b-smi2 .sk_item_83854:nth-child(3n) {
        margin-right: 0;
    }

    .b-smi2 .sk_wrap_outer_83854 {
        padding-top: 50px;
    }

    .b-smi2 .sk_item_83854 .sk_item_inner_83854 {
        padding-right: 0;
    }

    .b-smi2 .sk_item_83854:nth-child(4n+1) {
        clear: none;
    }

    .b-smi2 .sk_item_83854:nth-child(3n+1) {
        clear: left;
        margin-right: 50px;
    }

    .b-smi2 .sk_item_83854:nth-child(4n) {
        margin-right: 50px;
    }
}

@media (max-width: 767px) {
    .b-smi2 {
        padding: 0;
        min-width: 0;
    }

    .b-smi2__wrap {
        width: 100%;
        padding-bottom: 0;
    }

    .b-smi2 .sk_wrap_outer_83854 {
        max-width: 100%;
        padding-top: 50px;
        padding-bottom: 0;
    }

    .b-smi2 .sk_items_83854 {
        white-space: nowrap;
        -webkit-transition: 1s all;
        -o-transition: 1s all;
        transition: 1s all;
    }

    .b-smi2 .sk_item_83854 {
        padding-bottom: 0;
        margin-bottom: 40px;
        margin-right: 0;
        clear: none !important;
        float: none !important;
        width: 100%;
        display: inline-block;
        padding: 0 60px;
        box-sizing: border-box;
    }

    .b-smi2 .sk_text_83854 {
        white-space: normal;
    }

    .b-smi2 .paginator {
        font-size: 0;
        text-align: center;
        padding-bottom: 65px;
    }

    .b-smi2 .paginator .item {
        display: inline-block;
        border-radius: 10px;
        width: 10px;
        height: 10px;
        background-color: #c5cacd;
        margin-right: 15px;
    }

    .b-smi2 .paginator .item_active {
        background-color: #3e4447;
    }

    .b-smi2 .paginator .item:last-child {
        margin-right: 0;
    }
}