.photoArticle__header {
    position: relative;
    padding: 15px 0;
    margin: 0 0 20px;
    background: #1c1c1c;
    border-bottom: 1px solid #4a4a4a;
    text-align: center;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.3);
    box-shadow: 0 2px 5px rgba(0,0,0,.3);
    height: 74px
}

.photoArticle__header span {
    height: 43px;
    display: block;
    margin: 0 auto
}

.photoArticle__header img {
    height: 43px
}

.photoArticle__close {
    position: relative;
    display: inline-block;
    padding: 8px 0;
    font-size: 14px;
    font-weight: 700;
    color: #3ca5dd
}

.photoArticle__close:hover {
    color: #fff
}

.photoArticle__list {
    position: relative;
    width: 100%;
    height: auto
}

.photoArticle__item {
    background: rgba(28,28,28,0);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.photoArticle__img,.photoArticle__item {
    width: 100%;
    position: relative;
    text-align: center
}

.photoArticle__img {
    height: 493.33333px;
    background: #262626;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.photoArticle__img img {
    max-width: none;
    height: 100%;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: center;
    margin: 0 auto;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.photoArticle__caption {
    white-space: normal;
    text-align: left;
    padding: 10px 0;
    font-size: 12px;
    line-height: 1.5;
    color: #fff
}

.photoArticle__control {
    position: relative;
    padding: 0 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.photoArticle__control__left {
    position: relative;
    width: 50%;
    padding: 0 15px 0 0
}

.photoArticle__control__right {
    position: relative;
    width: 50%;
    text-align: right
}

.photoArticle__nav {
    position: relative;
    width: 140px;
    margin-right: 10px
}

.photoArticle__fs__btn,.photoArticle__nav {
    display: inline-block;
    vertical-align: bottom
}

.photoArticle__fs__btn {
    padding: 8px 12px;
    border: 1px solid #fff;
    border-radius: 20px;
    font-size: 13px;
    line-height: 1;
    color: #fff
}

.photoArticle__fs__btn:hover {
    color: #fff
}

.photoArticle__fs__btn span {
    vertical-align: middle;
    margin-right: 5px;
    font-size: 15px
}

.photoArticle__fs__btn.-disabled {
    border: 1px solid #525252;
    color: #525252
}

.photoArticle__fs__btn.-disabled span {
    opacity: .3
}

.photoArticle__fs__close {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    display: block;
    padding: 8px;
    z-index: -1;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.photoArticle__fs__close i {
    position: relative;
    display: inline-block;
    width: 23px;
    height: 2px;
    color: #fff;
    font: 700 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -105px;
    background: transparent;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.photoArticle__fs__close i:after,.photoArticle__fs__close i:before {
    content: "";
    width: 27px;
    height: 2px;
    background: #000;
    position: absolute;
    right: 0;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease
}

.photoArticle__fs__close i:before {
    width: 23px;
    top: 0;
    background: #fff;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.photoArticle__fs__close i:after {
    width: 23px;
    bottom: 0;
    background: #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.photoArticle__counter {
    color: #fff;
    padding: 8px;
    text-align: center
}

.photoArticle__button {
    padding: 9px 12px 7px;
    background: #3ca5dd;
    border: 1px solid transparent;
    border-radius: 100%;
    line-height: 1;
    position: absolute;
    top: 0
}

.photoArticle__button .icon {
    width: 9px;
    height: 14px
}

.photoArticle__button.-left {
    left: 0
}

.photoArticle__button.-right {
    right: 0
}

.photoArticle__button.-disabled {
    background: transparent;
    border: 1px solid #525252
}

.photoArticle__button.-disabled .icon {
    opacity: .3
}

.photoArticle__partner {
    position: relative;
    padding: 20px;
    background: #3a3a3a
}

.photoArticle__partner__header {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px
}

.photoArticle__partner__lead {
    font-size: 14px;
    font-weight: 400;
    color: #fff
}

.photoArticle__partner__logo {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0 10px
}

.photoArticle__partner__logoLabel {
    padding-right: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #b2b2b2
}

.photoArticle__partner__logoImg,.photoArticle__partner__logoImg img {
    height: 25px
}

.-photoArticle,.-photoArticle .wrap {
    width: 100%;
    height: 100%;
    position: relative;
    background: #1c1c1c
}

.-photoArticle .wrap {
    padding: 0 0 70px
}

.-photoArticle.-fullscreen .photoArticle__item {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1c1c1c
}

.-photoArticle.-fullscreen .photoArticle__fs__close {
    visibility: visible;
    opacity: 1;
    z-index: 2
}

.-photoArticle.-fullscreen .photoArticle__img {
    height: 100%
}

.-photoArticle.-fullscreen .photoArticle__img img {
    max-width: none
}

.-photoArticle .kcm__big:before {
    background-color: #262626
}

.photo-infographic img:hover~.photo__icon,.photo img:hover~.photo__icon {
    background: #3ca5dd;
    color: #fff
}

.photo-infographic img:hover .photo__icon.photo__icon__style,.photo img:hover .photo__icon.photo__icon__style,.photo img:hover~.photo__icon.photo__icon__style {
    background: rgba(0,0,0,.5);
    color: #fff
}

.photo__icon.photo__icon__style:hover {
    background: #3ca5dd;
    color: #fff
}

.photo__icon__expand {
    pointer-events: none
}

.photo__icon {
    opacity: 0;
    background: rgba(0,0,0,.5)
}

.photo__icon__style {
    pointer-events: inherit;
    cursor: pointer
}

.icon-style {
    width: 14px;
    height: 14px;
    margin-right: 5px
}

.icon-expand,.icon-style,.icon-zoom {
    background-size: contain
}

.-gallery img,.-photoArticle img {
    cursor: pointer
}

.-gallery .photo__icon,.-photoArticle .photo__icon {
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.-gallery .photo__icon__expand,.-photoArticle .photo__icon__expand {
    width: auto;
    height: 28px;
    min-width: 97px;
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
    line-height: 1;
    padding: 0 10px
}

.-gallery .icon-expand,.-gallery .icon-zoom,.-photoArticle .icon-expand,.-photoArticle .icon-zoom {
    font-size: 14px;
    margin-right: 5px;
    vertical-align: top
}

.-photoArticle .photo__tooltips__box {
    visibility: hidden;
    top: 60px
}

.-photoArticle img {
    cursor: inherit
}

.-fullscreen .photo__icon {
    display: none
}

.photo-infographic .photo__icon {
    opacity: 1
}
