.tos-wrapper a {
    outline: 0 none
}

.tos-noanimation {
    -webkit-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -o-transition-property: none !important;
    transition-property: none !important
}

.tos-fastanimation {
    -webkit-transition-duration: 0.2s !important;
    -moz-transition-duration: 0.2s !important;
    -ms-transition-duration: 0.2s !important;
    -o-transition-duration: 0.2s !important;
    transition-duration: 0.2s !important;
    -webkit-transition-timing-function: ease-out !important;
    -moz-transition-timing-function: ease-out !important;
    -ms-transition-timing-function: ease-out !important;
    -o-transition-timing-function: ease-out !important;
    transition-timing-function: ease-out !important
}

.tos-wrapper {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -ms-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    display: none;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden
}

.tos-wrapper.tos-opened {
    display: block
}

.tos-wrapper.tos-opening {
    opacity: 1
}

.tos-wrapper.tos-fixed {
    background-color: black;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9000
}

.tos-wrapper.tos-inline {
    position: relative
}

.tos-slider {
    white-space: nowrap;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: relative
}

.tos-wrapper.tos-fx-slide .tos-slider {
    left: 0;
    -webkit-transition: left 0.4s ease;
    -moz-transition: left 0.4s ease;
    -ms-transition: left 0.4s ease;
    -o-transition: left 0.4s ease;
    transition: left 0.4s ease
}

.tos-wrapper.tos-fx-slide.tos-fixed .tos-slider {
    position: absolute
}

.tos-wrapper.tos-fx-fade .tos-slider {
    opacity: 1;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -ms-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease
}

.tos-uibg {
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -ms-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1
}

.tos-desktop .tos-wrapper:hover .tos-uibg, .tos-touch .tos-wrapper.tos-hover .tos-uibg {
    opacity: 1
}

.tos-slide.tos-image, .tos-slide.tos-loading {
    line-height: 1px
}

.tos-slide {
    -webkit-overflow-scrolling: touch;
    text-align: center;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative
}

.tos-slide.tos-html {
    overflow: auto
}

.tos-slide:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

.tos-slide.tos-loading > * {
    opacity: 0
}

.tos-slide > * {
    opacity: 1;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -ms-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease
}

.tos-slide > * {
    vertical-align: middle;
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    box-sizing: border-box
}

.tos-slide.tos-html > div {
    -webkit-overflow-scrolling: touch
}

.tos-slide.tos-html > div * {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none
}

.tos-wrapper.tos-fill .tos-slide.tos-image > img {
    max-height: none;
    max-width: none;
    min-height: 100%;
    min-width: 100%
}

.tos-wrapper.tos-fixed .tos-slide.tos-html > div {
    box-sizing: border-box;
    display: inline-block
}

.tos-desktop .tos-wrapper.tos-fixed {
    background-color: rgba(0, 0, 0, 0.85)
}

.tos-desktop .tos-wrapper.tos-fixed.tos-fit .tos-slide.tos-image, .tos-desktop .tos-wrapper.tos-fixed.tos-fit .tos-slide.tos-loading {
    padding: 20px
}

.tos-prev, .tos-next, .tos-close {
    opacity: 0;
    display: block;
    width: 35px;
    position: absolute;
    z-index: 100;
    background: url(/img/newsSlider.png) no-repeat;
    background-size: 92px auto;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -ms-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    cursor: pointer
}

.tos-prev, .tos-next {
    height: 66px;
    margin-top: -40px;
    top: 50%
}

.tos-prev.tos-disabled, .tos-next.tos-disabled {
    cursor: default
}

.tos-prev {
    left: 20px
}

.tos-next {
    right: 20px;
    background-position: -34px 0
}

.tos-close {
    background-position: -69px 0;
    width: 24px;
    height: 24px;
    top: 20px;
    right: 20px
}

.tos-desktop .tos-wrapper:hover .tos-prev, .tos-desktop .tos-wrapper:hover .tos-next, .tos-desktop .tos-wrapper:hover .tos-close, .tos-touch .tos-wrapper.tos-hover .tos-prev, .tos-touch .tos-wrapper.tos-hover .tos-next, .tos-touch .tos-wrapper.tos-hover .tos-close {
    opacity: 0.5
}

.tos-desktop .tos-wrapper:hover .tos-prev:hover, .tos-desktop .tos-wrapper:hover .tos-next:hover, .tos-desktop .tos-wrapper:hover .tos-close:hover, .tos-touch .tos-wrapper.tos-hover .tos-prev:hover, .tos-touch .tos-wrapper.tos-hover .tos-next:hover, .tos-touch .tos-wrapper.tos-hover .tos-close:hover {
    opacity: 1
}

.tos-desktop .tos-wrapper:hover .tos-prev.tos-disabled, .tos-desktop .tos-wrapper:hover .tos-next.tos-disabled, .tos-desktop .tos-wrapper:hover .tos-close.tos-disabled, .tos-touch .tos-wrapper.tos-hover .tos-prev.tos-disabled, .tos-touch .tos-wrapper.tos-hover .tos-next.tos-disabled, .tos-touch .tos-wrapper.tos-hover .tos-close.tos-disabled {
    opacity: 0.2
}

.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-prev .tos-slide.tos-image, .tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-next .tos-slide.tos-image, .tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-close .tos-slide.tos-image, .tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-prev .tos-slide.tos-loading, .tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-next .tos-slide.tos-loading, .tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-close .tos-slide.tos-loading {
    padding-left: 80px;
    padding-right: 80px
}

.tos-inline {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -ms-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    display: inline-block;
    margin: 0;
    position: relative;
    top: auto;
    left: auto;
    right: auto
}

.tos-inline.tos-prev {
    margin-right: -60px
}

.tos-inline.tos-next {
    margin-left: -60px
}

.tos-loading .tos-inline {
    opacity: 0 !important
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-prev, .tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-next, .tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-close {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2)
}

.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-prev, .tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-next, .tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-close {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3)
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-prev, .tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-prev {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-next, .tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-next {
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-close, .tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-close {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top
}

.tos-caption {
    top: 31px;
    left: 12%;
    font-size: 13px;
    color: white;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -ms-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    width: 90%;
    position: absolute;
    z-index: 1
}

.tos-caption:after {
    content: '';
    display: block;
    clear: both
}

.tos-caption > div {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    box-sizing: border-box
}

.tos-desktop .tos-wrapper:hover .tos-caption, .tos-touch .tos-wrapper.tos-hover .tos-caption {
    opacity: 1
}

.tos-wrapper.tos-has-caption .tos-uibg {
    height: 100px
}

.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-caption .tos-slide {
    padding-bottom: 60px
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-caption {
    line-height: 40px;
    font-size: 30px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
    height: 80px
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-caption .tos-uibg {
    height: 200px
}

.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-caption {
    line-height: 60px;
    font-size: 45px;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.8);
    height: 120px
}

.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-caption .tos-uibg {
    height: 300px
}

.tos-wrapper.tos-fx-slide .tos-slider {
    -webkit-transition-property: left, margin;
    -moz-transition-property: left, margin;
    -ms-transition-property: left, margin;
    -o-transition-property: left, margin;
    transition-property: left, margin
}

.tos-pagination {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -ms-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 12%;
    z-index: 1
}

.tos-pagination a {
    opacity: 0.5;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    display: inline-block
}

.tos-pagination a:hover, .tos-pagination a:active, .tos-pagination a:focus {
    opacity: 0.9
}

.tos-pagination a.tos-selected {
    opacity: 1
}

.tos-pagination.tos-bullets a {
    background-color: rgba(255, 255, 255, 0.2)
}

.tos-pagination.tos-bullets a:hover {
    background-color: rgba(255, 255, 255, 0.5)
}

.tos-pagination.tos-bullets a.tos-selected {
    background-color: rgba(255, 255, 255, 0.9)
}

.tos-desktop .tos-wrapper:hover .tos-pagination, .tos-touch .tos-wrapper.tos-hover .tos-pagination {
    opacity: 1
}

.tos-wrapper .tos-pagination:before, .tos-wrapper .tos-pagination:after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 10px
}

.tos-wrapper.tos-has-bullets .tos-pagination {
    height: 30px
}

.tos-wrapper.tos-has-bullets .tos-pagination a {
    border-radius: 10px;
    width: 10px;
    height: 10px;
    margin: 0 5px
}

.tos-wrapper.tos-has-bullets .tos-caption {
    bottom: 30px
}

.tos-wrapper.tos-has-bullets .tos-uibg {
    height: 90px
}

.tos-wrapper.tos-has-bullets.tos-has-caption .tos-uibg {
    height: 130px
}

.tos-wrapper.tos-has-thumbnails .tos-pagination {
    height: 90px
}

.tos-wrapper.tos-has-thumbnails .tos-pagination a {
    background-position: center center;
    background-size: cover;
    width: 90px;
    height: 62px;
    margin-right: 11px
}

.tos-wrapper.tos-has-thumbnails .tos-uibg {
    height: 130px
}

.tos-wrapper.tos-has-thumbnails.tos-has-caption .tos-uibg {
    height: 170px
}

.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-bullets .tos-slide {
    padding-bottom: 50px
}

.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-bullets.tos-has-caption .tos-slide {
    padding-bottom: 80px
}

.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-thumbnails .tos-slide {
    padding-bottom: 90px
}

.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-thumbnails.tos-has-caption .tos-slide {
    padding-bottom: 120px
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-pagination:before, .tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-pagination:after {
    content: '';
    display: inline-block;
    width: 40px;
    height: 20px
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination {
    height: 60px
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination a {
    border-radius: 20px;
    width: 20px;
    height: 20px;
    margin: 0 10px
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-caption {
    bottom: 60px
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-uibg {
    height: 180px
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets.tos-has-caption .tos-uibg {
    height: 260px
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination {
    height: 140px
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination a {
    background-position: center center;
    background-size: cover;
    width: 100px;
    height: 100px;
    margin: 0 10px
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-caption {
    bottom: 140px
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-uibg {
    height: 260px
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails.tos-has-caption .tos-uibg {
    height: 340px
}

.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-pagination:before, .tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-pagination:after {
    content: '';
    display: inline-block;
    width: 60px;
    height: 30px
}

.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination {
    height: 90px
}

.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination a {
    border-radius: 30px;
    width: 30px;
    height: 30px;
    margin: 0 15px
}

.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-caption {
    bottom: 90px
}

.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-uibg {
    height: 270px
}

.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets.tos-has-caption .tos-uibg {
    height: 390px
}

.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination {
    height: 210px
}

.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination a {
    background-position: center center;
    background-size: cover;
    width: 150px;
    height: 150px;
    margin: 0 15px
}

.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-caption {
    bottom: 210px
}

.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-uibg {
    height: 390px
}

.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails.tos-has-caption .tos-uibg {
    height: 510px
}

.tos-slide .tos-html {
    -webkit-overflow-scrolling: touch
}

.tos-play {
    background: black;
    opacity: 0;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -ms-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease
}

.tos-play:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%
}

.tos-desktop .tos-wrapper:hover .tos-play, .tos-touch .tos-wrapper.tos-hover .tos-play {
    opacity: 0.5
}

.tos-desktop .tos-wrapper:hover .tos-play:hover, .tos-touch .tos-wrapper.tos-hover .tos-play:hover {
    opacity: 0.9
}

.tos-wrapper .tos-play {
    border-radius: 80px;
    width: 80px;
    height: 80px;
    margin: -40px
}

.tos-wrapper .tos-play:after {
    border: 20px solid transparent;
    border-left-color: white;
    border-left-width: 30px;
    margin-top: -20px;
    margin-left: -10.5px
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-play {
    border-radius: 160px;
    width: 160px;
    height: 160px;
    margin: -80px
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-play:after {
    border: 40px solid transparent;
    border-left-color: white;
    border-left-width: 60px;
    margin-top: -40px;
    margin-left: -21px
}

.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-play {
    border-radius: 240px;
    width: 240px;
    height: 240px;
    margin: -120px
}

.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-play:after {
    border: 60px solid transparent;
    border-left-color: white;
    border-left-width: 90px;
    margin-top: -60px;
    margin-left: -31.5px
}

.sliderShare {
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -ms-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    font-size: 13px;
    position: absolute;
    z-index: 1;
    overflow: hidden;
    opacity: 0;
    top: 31px;
    right: 13%;
    color: white
}

.sliderShare span {
    float: left;
    margin-top: 1px
}

.sliderShare a {
    background: url(/img/facebook.svg) -232px -214px no-repeat;
    background-size: 514px auto;
    width: 10px;
    height: 19px;
    float: left;
    margin-left: 15px
}

.sliderShare a.facebook:hover {
    background-position: -232px -233px;
    margin-top: 1px;
    height: 18px
}

.sliderShare a.twitterShare {
    width: 19px;
    background: url(/img/twitter.svg) -243px -243px no-repeat;
    background-size: 504px auto;
    height: 16px;
    margin-top: 2px
}

.sliderShare a.twitterShare:hover {
    background-position: -243px -259px
}

.sliderShare a.google {
    width: 20px;
    background: url(/img/g+.svg) -236px -235px no-repeat;
    background-size: 491px auto
}

.sliderShare a.google:hover {
    background-position: -236px -254px
}

.tos-desktop .tos-wrapper:hover .sliderShare, .tos-touch .tos-wrapper.tos-hover .sliderShare {
    opacity: 1
}

@media screen and (max-width: 990px), only screen and (max-device-width: 990px) {
    .tos-caption {
        left: 0;
        top: 62px;
        text-align: center;
        padding: 0 3%
    }

    .tos-pagination {
        left: 0;
        text-align: center
    }

    .sliderShare {
        top: 22px
    }
}

@media screen and (max-width: 540px), only screen and (max-device-width: 540px) {
    .sliderShare {
        right: 23%;
        display: none
    }
}

/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.comf
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-clearfix {
    min-height: 0
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    min-height: 0;
    font-size: 100%
}

.ui-accordion .ui-accordion-icons {
    padding-left: 2.2em
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
    padding-left: 2.2em
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default
}

.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible
}

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
    text-decoration: none
}

.ui-button-icon-only {
    width: 2.2em
}

button.ui-button-icon-only {
    width: 2.4em
}

.ui-button-icons-only {
    width: 3.4em
}

button.ui-button-icons-only {
    width: 3.7em
}

.ui-button .ui-button-text {
    display: block;
    line-height: normal
}

.ui-button-text-only .ui-button-text {
    padding: .4em 1em
}

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px
}

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em
}

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em
}

.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em
}

input.ui-button {
    padding: .4em 1em
}

.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px
}

.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
    left: .5em
}

.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
    right: .5em
}

.ui-buttonset {
    margin-right: 7px
}

.ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -.3em
}

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

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 45%
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-dialog {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer
}

.ui-dialog .ui-resizable-se {
    width: 12px;
    height: 12px;
    right: -5px;
    bottom: -5px;
    background-position: 16px 16px
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: none
}

.ui-menu .ui-menu {
    position: absolute
}

.ui-menu .ui-menu-item {
    position: relative;
    margin: 0;
    padding: 3px 1em 3px .4em;
    cursor: pointer;
    min-height: 0;
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
    margin: -1px
}

.ui-menu-icons {
    position: relative
}

.ui-menu-icons .ui-menu-item {
    padding-left: 2em
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%
}

.ui-progressbar .ui-progressbar-overlay {
    background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
    height: 100%;
    filter: alpha(opacity=25);
    opacity: 0.25
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none
}

.ui-resizable {
    position: relative
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
    display: none
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    padding: 2px 0.4em;
    margin: 0.5em 0 0 0;
    height: auto;
    border: 0
}

.ui-selectmenu-open {
    display: block
}

.ui-selectmenu-button {
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    cursor: pointer
}

.ui-selectmenu-button span.ui-icon {
    right: 0.5em;
    left: auto;
    margin-top: -8px;
    position: absolute;
    top: 50%
}

.ui-selectmenu-button span.ui-selectmenu-text {
    text-align: left;
    padding: 0.4em 2.1em 0.4em 1em;
    display: block;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle
}

.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 22px
}

.ui-spinner-button {
    width: 16px;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0
}

.ui-spinner a.ui-spinner-button {
    border-top: none;
    border-bottom: none;
    border-right: none
}

.ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0
}

.ui-spinner-up {
    top: 0
}

.ui-spinner-down {
    bottom: 0
}

.ui-spinner .ui-icon-triangle-1-s {
    background-position: -65px -16px
}

.ui-tabs {
    position: relative;
    padding: .2em
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa
}

body .ui-tooltip {
    border-width: 2px
}

.ui-widget {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1em
}

.ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #fff url("/img/ui/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
    color: #222222
}

.ui-widget-content a {
    color: #222222
}

.ui-widget-header {
    border: 1px solid #aaaaaa;
    background: #ccc url("/img/ui/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
    color: #222222;
    font-weight: bold
}

.ui-widget-header a {
    color: #222222
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url("/img/ui/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #555555
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #555555;
    text-decoration: none
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: 1px solid #999999;
    background: #dadada url("/img/ui/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #212121
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
    color: #212121;
    text-decoration: none
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #aaaaaa;
    background: #fff url("/img/ui/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #212121
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #212121;
    text-decoration: none
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1;
    background: #fbf9ee url("/img/ui/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
    color: #363636
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
    color: #363636
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #fef1ec url("/img/ui/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
    color: #cd0a0a
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
    color: #cd0a0a
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
    color: #cd0a0a
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
    font-weight: bold
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35)
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon, .ui-widget-content .ui-icon {
    background-image: url("/img/ui/ui-icons_222222_256x240.png")
}

.ui-widget-header .ui-icon {
    background-image: url("/img/ui/ui-icons_222222_256x240.png")
}

.ui-state-default .ui-icon {
    background-image: url("/img/ui/ui-icons_888888_256x240.png")
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
    background-image: url("/img/ui/ui-icons_454545_256x240.png")
}

.ui-state-active .ui-icon {
    background-image: url("/img/ui/ui-icons_454545_256x240.png")
}

.ui-state-highlight .ui-icon {
    background-image: url("/img/ui/ui-icons_2e83ff_256x240.png")
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url("/img/ui/ui-icons_cd0a0a_256x240.png")
}

.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-carat-1-n {
    background-position: 0 0
}

.ui-icon-carat-1-ne {
    background-position: -16px 0
}

.ui-icon-carat-1-e {
    background-position: -32px 0
}

.ui-icon-carat-1-se {
    background-position: -48px 0
}

.ui-icon-carat-1-s {
    background-position: -64px 0
}

.ui-icon-carat-1-sw {
    background-position: -80px 0
}

.ui-icon-carat-1-w {
    background-position: -96px 0
}

.ui-icon-carat-1-nw {
    background-position: -112px 0
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-seek-first {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 4px
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 4px
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 4px
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 4px
}

.ui-widget-overlay {
    background: #aaa url("/img/ui/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaa url("/img/ui/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30);
    border-radius: 8px
}

@font-face {
    font-family: 'icons';
    font-style: normal;
    font-weight: normal;
    src: url("/fonts/icons.eot") format("embedded-opentype"), url("/fonts/icons.woff2") format("woff2"), url("/fonts/icons.woff") format("woff"), url("/fonts/icons.ttf") format("truetype"), url("/fonts/icons.svg#fontawesomeregular") format("svg")
}

.icon-eye:before {
    content: '\e800'
}

.icon-mail:before {
    content: '\e801'
}

.icon-home:before {
    content: '\e802'
}

.icon-pinterest:before {
    content: '\e803'
}

.icon-globe:before {
    content: '\e804'
}

.icon-search:before {
    content: '\e805'
}

.icon-spin4:before {
    content: '\e834'
}

.icon-twitter:before {
    content: '\f058'
}

.icon-facebook-1:before {
    content: '\f09a'
}

.icon-rss:before {
    content: '\f09e'
}

.icon-youtube-play:before {
    content: '\f16a'
}

.icon-telegram:before {
    content: '\f2c6'
}

.icon-instagram:before {
    content: '\f32d'
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 icons;
    font-size: inherit;
    moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
    webkit-font-smoothing: antialiased
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    text-align: center;
    width: 1.28571429em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.14285714em;
    padding-left: 0
}

.fa-ul > li {
    position: relative
}

.fa-li {
    left: -2.14285714em;
    position: absolute;
    text-align: center;
    top: .14285714em;
    width: 2.14285714em
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    border: solid .08em #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    animation: fa-spin 2s infinite linear;
    webkit-animation: fa-spin 2s infinite linear
}

.fa-pulse {
    animation: fa-spin 1s infinite steps(8);
    webkit-animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        transform: rotate(0deg);
        webkit-transform: rotate(0deg)
    }
    100% {
        transform: rotate(359deg);
        webkit-transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg);
        webkit-transform: rotate(0deg)
    }
    100% {
        transform: rotate(359deg);
        webkit-transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    ms-transform: rotate(90deg);
    transform: rotate(90deg);
    webkit-transform: rotate(90deg)
}

.fa-rotate-180 {
    ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    ms-transform: rotate(180deg);
    transform: rotate(180deg);
    webkit-transform: rotate(180deg)
}

.fa-rotate-270 {
    ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    ms-transform: rotate(270deg);
    transform: rotate(270deg);
    webkit-transform: rotate(270deg)
}

.fa-flip-horizontal {
    ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    webkit-transform: scale(-1, 1)
}

.fa-flip-vertical {
    ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    ms-transform: scale(1, -1);
    transform: scale(1, -1);
    webkit-transform: scale(1, -1)
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2em
}

.fa-stack-1x, .fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

@-webkit-keyframes wrench {
    0% {
        transform: rotate(-12deg);
        webkit-transform: rotate(-12deg)
    }
    8% {
        transform: rotate(12deg);
        webkit-transform: rotate(12deg)
    }
    10% {
        transform: rotate(24deg);
        webkit-transform: rotate(24deg)
    }
    18%, 20% {
        transform: rotate(-24deg);
        webkit-transform: rotate(-24deg)
    }
    28%, 30% {
        transform: rotate(24deg);
        webkit-transform: rotate(24deg)
    }
    38%, 40% {
        transform: rotate(-24deg);
        webkit-transform: rotate(-24deg)
    }
    48%, 50% {
        transform: rotate(24deg);
        webkit-transform: rotate(24deg)
    }
    58%, 60% {
        transform: rotate(-24deg);
        webkit-transform: rotate(-24deg)
    }
    68% {
        transform: rotate(24deg);
        webkit-transform: rotate(24deg)
    }
    100%, 75% {
        transform: rotate(0deg);
        webkit-transform: rotate(0deg)
    }
}

@keyframes wrench {
    0% {
        ms-transform: rotate(-12deg);
        transform: rotate(-12deg);
        webkit-transform: rotate(-12deg)
    }
    8% {
        ms-transform: rotate(12deg);
        transform: rotate(12deg);
        webkit-transform: rotate(12deg)
    }
    10% {
        ms-transform: rotate(24deg);
        transform: rotate(24deg);
        webkit-transform: rotate(24deg)
    }
    18%, 20% {
        ms-transform: rotate(-24deg);
        transform: rotate(-24deg);
        webkit-transform: rotate(-24deg)
    }
    28%, 30% {
        ms-transform: rotate(24deg);
        transform: rotate(24deg);
        webkit-transform: rotate(24deg)
    }
    38%, 40% {
        ms-transform: rotate(-24deg);
        transform: rotate(-24deg);
        webkit-transform: rotate(-24deg)
    }
    48%, 50% {
        ms-transform: rotate(24deg);
        transform: rotate(24deg);
        webkit-transform: rotate(24deg)
    }
    58%, 60% {
        ms-transform: rotate(-24deg);
        transform: rotate(-24deg);
        webkit-transform: rotate(-24deg)
    }
    68% {
        ms-transform: rotate(24deg);
        transform: rotate(24deg);
        webkit-transform: rotate(24deg)
    }
    100%, 75% {
        ms-transform: rotate(0deg);
        transform: rotate(0deg);
        webkit-transform: rotate(0deg)
    }
}

.faa-parent.animated-hover:hover > .faa-wrench, .faa-wrench.animated, .faa-wrench.animated-hover:hover {
    animation: wrench 2.5s ease infinite;
    transform-origin-x: 90%;
    transform-origin-y: 35%;
    transform-origin-z: initial;
    webkit-animation: wrench 2.5s ease infinite
}

.faa-parent.animated-hover:hover > .faa-wrench.faa-fast, .faa-wrench.animated-hover.faa-fast:hover, .faa-wrench.animated.faa-fast {
    animation: wrench 1.2s ease infinite;
    webkit-animation: wrench 1.2s ease infinite
}

.faa-parent.animated-hover:hover > .faa-wrench.faa-slow, .faa-wrench.animated-hover.faa-slow:hover, .faa-wrench.animated.faa-slow {
    animation: wrench 3.7s ease infinite;
    webkit-animation: wrench 3.7s ease infinite
}

@-webkit-keyframes ring {
    0% {
        transform: rotate(-15deg);
        webkit-transform: rotate(-15deg)
    }
    2% {
        transform: rotate(15deg);
        webkit-transform: rotate(15deg)
    }
    4% {
        transform: rotate(-18deg);
        webkit-transform: rotate(-18deg)
    }
    6% {
        transform: rotate(18deg);
        webkit-transform: rotate(18deg)
    }
    8% {
        transform: rotate(-22deg);
        webkit-transform: rotate(-22deg)
    }
    10% {
        transform: rotate(22deg);
        webkit-transform: rotate(22deg)
    }
    12% {
        transform: rotate(-18deg);
        webkit-transform: rotate(-18deg)
    }
    14% {
        transform: rotate(18deg);
        webkit-transform: rotate(18deg)
    }
    16% {
        transform: rotate(-12deg);
        webkit-transform: rotate(-12deg)
    }
    18% {
        transform: rotate(12deg);
        webkit-transform: rotate(12deg)
    }
    100%, 20% {
        transform: rotate(0deg);
        webkit-transform: rotate(0deg)
    }
}

@keyframes ring {
    0% {
        ms-transform: rotate(-15deg);
        transform: rotate(-15deg);
        webkit-transform: rotate(-15deg)
    }
    2% {
        ms-transform: rotate(15deg);
        transform: rotate(15deg);
        webkit-transform: rotate(15deg)
    }
    4% {
        ms-transform: rotate(-18deg);
        transform: rotate(-18deg);
        webkit-transform: rotate(-18deg)
    }
    6% {
        ms-transform: rotate(18deg);
        transform: rotate(18deg);
        webkit-transform: rotate(18deg)
    }
    8% {
        ms-transform: rotate(-22deg);
        transform: rotate(-22deg);
        webkit-transform: rotate(-22deg)
    }
    10% {
        ms-transform: rotate(22deg);
        transform: rotate(22deg);
        webkit-transform: rotate(22deg)
    }
    12% {
        ms-transform: rotate(-18deg);
        transform: rotate(-18deg);
        webkit-transform: rotate(-18deg)
    }
    14% {
        ms-transform: rotate(18deg);
        transform: rotate(18deg);
        webkit-transform: rotate(18deg)
    }
    16% {
        ms-transform: rotate(-12deg);
        transform: rotate(-12deg);
        webkit-transform: rotate(-12deg)
    }
    18% {
        ms-transform: rotate(12deg);
        transform: rotate(12deg);
        webkit-transform: rotate(12deg)
    }
    100%, 20% {
        ms-transform: rotate(0deg);
        transform: rotate(0deg);
        webkit-transform: rotate(0deg)
    }
}

.faa-parent.animated-hover:hover > .faa-ring, .faa-ring.animated, .faa-ring.animated-hover:hover {
    animation: ring 2s ease infinite;
    transform-origin-x: 50%;
    transform-origin-y: 0;
    transform-origin-z: initial;
    webkit-animation: ring 2s ease infinite
}

.faa-parent.animated-hover:hover > .faa-ring.faa-fast, .faa-ring.animated-hover.faa-fast:hover, .faa-ring.animated.faa-fast {
    animation: ring 1s ease infinite;
    webkit-animation: ring 1s ease infinite
}

.faa-parent.animated-hover:hover > .faa-ring.faa-slow, .faa-ring.animated-hover.faa-slow:hover, .faa-ring.animated.faa-slow {
    animation: ring 3s ease infinite;
    webkit-animation: ring 3s ease infinite
}

@-webkit-keyframes vertical {
    0% {
        transform: translate(0, -3px);
        webkit-transform: translate(0, -3px)
    }
    4% {
        transform: translate(0, 3px);
        webkit-transform: translate(0, 3px)
    }
    8% {
        transform: translate(0, -3px);
        webkit-transform: translate(0, -3px)
    }
    12% {
        transform: translate(0, 3px);
        webkit-transform: translate(0, 3px)
    }
    16% {
        transform: translate(0, -3px);
        webkit-transform: translate(0, -3px)
    }
    20% {
        transform: translate(0, 3px);
        webkit-transform: translate(0, 3px)
    }
    100%, 22% {
        transform: translate(0, 0);
        webkit-transform: translate(0, 0)
    }
}

@keyframes vertical {
    0% {
        ms-transform: translate(0, -3px);
        transform: translate(0, -3px);
        webkit-transform: translate(0, -3px)
    }
    4% {
        ms-transform: translate(0, 3px);
        transform: translate(0, 3px);
        webkit-transform: translate(0, 3px)
    }
    8% {
        ms-transform: translate(0, -3px);
        transform: translate(0, -3px);
        webkit-transform: translate(0, -3px)
    }
    12% {
        ms-transform: translate(0, 3px);
        transform: translate(0, 3px);
        webkit-transform: translate(0, 3px)
    }
    16% {
        ms-transform: translate(0, -3px);
        transform: translate(0, -3px);
        webkit-transform: translate(0, -3px)
    }
    20% {
        ms-transform: translate(0, 3px);
        transform: translate(0, 3px);
        webkit-transform: translate(0, 3px)
    }
    100%, 22% {
        ms-transform: translate(0, 0);
        transform: translate(0, 0);
        webkit-transform: translate(0, 0)
    }
}

.faa-parent.animated-hover:hover > .faa-vertical, .faa-vertical.animated, .faa-vertical.animated-hover:hover {
    animation: vertical 2s ease infinite;
    webkit-animation: vertical 2s ease infinite
}

.faa-parent.animated-hover:hover > .faa-vertical.faa-fast, .faa-vertical.animated-hover.faa-fast:hover, .faa-vertical.animated.faa-fast {
    animation: vertical 1s ease infinite;
    webkit-animation: vertical 1s ease infinite
}

.faa-parent.animated-hover:hover > .faa-vertical.faa-slow, .faa-vertical.animated-hover.faa-slow:hover, .faa-vertical.animated.faa-slow {
    animation: vertical 4s ease infinite;
    webkit-animation: vertical 4s ease infinite
}

@-webkit-keyframes horizontal {
    0% {
        transform: translate(0, 0);
        webkit-transform: translate(0, 0)
    }
    6% {
        transform: translate(5px, 0);
        webkit-transform: translate(5px, 0)
    }
    12% {
        transform: translate(0, 0);
        webkit-transform: translate(0, 0)
    }
    18% {
        transform: translate(5px, 0);
        webkit-transform: translate(5px, 0)
    }
    24% {
        transform: translate(0, 0);
        webkit-transform: translate(0, 0)
    }
    30% {
        transform: translate(5px, 0);
        webkit-transform: translate(5px, 0)
    }
    100%, 36% {
        transform: translate(0, 0);
        webkit-transform: translate(0, 0)
    }
}

@keyframes horizontal {
    0% {
        ms-transform: translate(0, 0);
        transform: translate(0, 0);
        webkit-transform: translate(0, 0)
    }
    6% {
        ms-transform: translate(5px, 0);
        transform: translate(5px, 0);
        webkit-transform: translate(5px, 0)
    }
    12% {
        ms-transform: translate(0, 0);
        transform: translate(0, 0);
        webkit-transform: translate(0, 0)
    }
    18% {
        ms-transform: translate(5px, 0);
        transform: translate(5px, 0);
        webkit-transform: translate(5px, 0)
    }
    24% {
        ms-transform: translate(0, 0);
        transform: translate(0, 0);
        webkit-transform: translate(0, 0)
    }
    30% {
        ms-transform: translate(5px, 0);
        transform: translate(5px, 0);
        webkit-transform: translate(5px, 0)
    }
    100%, 36% {
        ms-transform: translate(0, 0);
        transform: translate(0, 0);
        webkit-transform: translate(0, 0)
    }
}

.faa-horizontal.animated, .faa-horizontal.animated-hover:hover, .faa-parent.animated-hover:hover > .faa-horizontal {
    animation: horizontal 2s ease infinite;
    webkit-animation: horizontal 2s ease infinite
}

.faa-horizontal.animated-hover.faa-fast:hover, .faa-horizontal.animated.faa-fast, .faa-parent.animated-hover:hover > .faa-horizontal.faa-fast {
    animation: horizontal 1s ease infinite;
    webkit-animation: horizontal 1s ease infinite
}

.faa-horizontal.animated-hover.faa-slow:hover, .faa-horizontal.animated.faa-slow, .faa-parent.animated-hover:hover > .faa-horizontal.faa-slow {
    animation: horizontal 3s ease infinite;
    webkit-animation: horizontal 3s ease infinite
}

@-webkit-keyframes flash {
    0%, 100%, 50% {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

@keyframes flash {
    0%, 100%, 50% {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

.faa-flash.animated, .faa-flash.animated-hover:hover, .faa-parent.animated-hover:hover > .faa-flash {
    animation: flash 2s ease infinite;
    webkit-animation: flash 2s ease infinite
}

.faa-flash.animated-hover.faa-fast:hover, .faa-flash.animated.faa-fast, .faa-parent.animated-hover:hover > .faa-flash.faa-fast {
    animation: flash 1s ease infinite;
    webkit-animation: flash 1s ease infinite
}

.faa-flash.animated-hover.faa-slow:hover, .faa-flash.animated.faa-slow, .faa-parent.animated-hover:hover > .faa-flash.faa-slow {
    animation: flash 3s ease infinite;
    webkit-animation: flash 3s ease infinite
}

@-webkit-keyframes bounce {
    0%, 10%, 100%, 20%, 50%, 80% {
        transform: translateY(0);
        webkit-transform: translateY(0)
    }
    40%, 60% {
        transform: translateY(-15px);
        webkit-transform: translateY(-15px)
    }
}

@keyframes bounce {
    0%, 10%, 100%, 20%, 50%, 80% {
        ms-transform: translateY(0);
        transform: translateY(0);
        webkit-transform: translateY(0)
    }
    40%, 60% {
        ms-transform: translateY(-15px);
        transform: translateY(-15px);
        webkit-transform: translateY(-15px)
    }
}

.faa-bounce.animated, .faa-bounce.animated-hover:hover, .faa-parent.animated-hover:hover > .faa-bounce {
    animation: bounce 2s ease infinite;
    webkit-animation: bounce 2s ease infinite
}

.faa-bounce.animated-hover.faa-fast:hover, .faa-bounce.animated.faa-fast, .faa-parent.animated-hover:hover > .faa-bounce.faa-fast {
    animation: bounce 1s ease infinite;
    webkit-animation: bounce 1s ease infinite
}

.faa-bounce.animated-hover.faa-slow:hover, .faa-bounce.animated.faa-slow, .faa-parent.animated-hover:hover > .faa-bounce.faa-slow {
    animation: bounce 3s ease infinite;
    webkit-animation: bounce 3s ease infinite
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
        webkit-transform: rotate(0deg)
    }
    100% {
        transform: rotate(359deg);
        webkit-transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        ms-transform: rotate(0deg);
        transform: rotate(0deg);
        webkit-transform: rotate(0deg)
    }
    100% {
        ms-transform: rotate(359deg);
        transform: rotate(359deg);
        webkit-transform: rotate(359deg)
    }
}

.faa-parent.animated-hover:hover > .faa-spin, .faa-spin.animated, .faa-spin.animated-hover:hover {
    animation: spin 1.5s linear infinite;
    webkit-animation: spin 1.5s linear infinite
}

.faa-parent.animated-hover:hover > .faa-spin.faa-fast, .faa-spin.animated-hover.faa-fast:hover, .faa-spin.animated.faa-fast {
    animation: spin .7s linear infinite;
    webkit-animation: spin .7s linear infinite
}

.faa-parent.animated-hover:hover > .faa-spin.faa-slow, .faa-spin.animated-hover.faa-slow:hover, .faa-spin.animated.faa-slow {
    animation: spin 2.2s linear infinite;
    webkit-animation: spin 2.2s linear infinite
}

@-webkit-keyframes float {
    0% {
        transform: translateY(0);
        webkit-transform: translateY(0)
    }
    50% {
        transform: translateY(-6px);
        webkit-transform: translateY(-6px)
    }
    100% {
        transform: translateY(0);
        webkit-transform: translateY(0)
    }
}

@keyframes float {
    0% {
        ms-transform: translateY(0);
        transform: translateY(0);
        webkit-transform: translateY(0)
    }
    50% {
        ms-transform: translateY(-6px);
        transform: translateY(-6px);
        webkit-transform: translateY(-6px)
    }
    100% {
        ms-transform: translateY(0);
        transform: translateY(0);
        webkit-transform: translateY(0)
    }
}

.faa-float.animated, .faa-float.animated-hover:hover, .faa-parent.animated-hover:hover > .faa-float {
    animation: float 2s linear infinite;
    webkit-animation: float 2s linear infinite
}

.faa-float.animated-hover.faa-fast:hover, .faa-float.animated.faa-fast, .faa-parent.animated-hover:hover > .faa-float.faa-fast {
    animation: float 1s linear infinite;
    webkit-animation: float 1s linear infinite
}

.faa-float.animated-hover.faa-slow:hover, .faa-float.animated.faa-slow, .faa-parent.animated-hover:hover > .faa-float.faa-slow {
    animation: float 3s linear infinite;
    webkit-animation: float 3s linear infinite
}

@-webkit-keyframes pulse {
    0% {
        transform: scale(1.1);
        webkit-transform: scale(1.1)
    }
    50% {
        transform: scale(0.8);
        webkit-transform: scale(0.8)
    }
    100% {
        transform: scale(1.1);
        webkit-transform: scale(1.1)
    }
}

@keyframes pulse {
    0% {
        ms-transform: scale(1.1);
        transform: scale(1.1);
        webkit-transform: scale(1.1)
    }
    50% {
        ms-transform: scale(0.8);
        transform: scale(0.8);
        webkit-transform: scale(0.8)
    }
    100% {
        ms-transform: scale(1.1);
        transform: scale(1.1);
        webkit-transform: scale(1.1)
    }
}

.faa-parent.animated-hover:hover > .faa-pulse, .faa-pulse.animated, .faa-pulse.animated-hover:hover {
    animation: pulse 2s linear infinite;
    webkit-animation: pulse 2s linear infinite
}

.faa-parent.animated-hover:hover > .faa-pulse.faa-fast, .faa-pulse.animated-hover.faa-fast:hover, .faa-pulse.animated.faa-fast {
    animation: pulse 1s linear infinite;
    webkit-animation: pulse 1s linear infinite
}

.faa-parent.animated-hover:hover > .faa-pulse.faa-slow, .faa-pulse.animated-hover.faa-slow:hover, .faa-pulse.animated.faa-slow {
    animation: pulse 3s linear infinite;
    webkit-animation: pulse 3s linear infinite
}

.faa-parent.animated-hover:hover > .faa-shake, .faa-shake.animated, .faa-shake.animated-hover:hover {
    animation: wrench 2.5s ease infinite;
    webkit-animation: wrench 2.5s ease infinite
}

.faa-parent.animated-hover:hover > .faa-shake.faa-fast, .faa-shake.animated-hover.faa-fast:hover, .faa-shake.animated.faa-fast {
    animation: wrench 1.2s ease infinite;
    webkit-animation: wrench 1.2s ease infinite
}

.faa-parent.animated-hover:hover > .faa-shake.faa-slow, .faa-shake.animated-hover.faa-slow:hover, .faa-shake.animated.faa-slow {
    animation: wrench 3.7s ease infinite;
    webkit-animation: wrench 3.7s ease infinite
}

@-webkit-keyframes tada {
    0% {
        transform: scale(1);
        webkit-transform: scale(1)
    }
    10%, 20% {
        transform: scale(0.9) rotate(-8deg);
        webkit-transform: scale(0.9) rotate(-8deg)
    }
    30%, 50%, 70% {
        transform: scale(1.3) rotate(8deg);
        webkit-transform: scale(1.3) rotate(8deg)
    }
    40%, 60% {
        transform: scale(1.3) rotate(-8deg);
        webkit-transform: scale(1.3) rotate(-8deg)
    }
    100%, 80% {
        transform: scale(1) rotate(0);
        webkit-transform: scale(1) rotate(0)
    }
}

@keyframes tada {
    0% {
        ms-transform: scale(1);
        transform: scale(1);
        webkit-transform: scale(1)
    }
    10%, 20% {
        ms-transform: scale(0.9) rotate(-8deg);
        transform: scale(0.9) rotate(-8deg);
        webkit-transform: scale(0.9) rotate(-8deg)
    }
    30%, 50%, 70% {
        ms-transform: scale(1.3) rotate(8deg);
        transform: scale(1.3) rotate(8deg);
        webkit-transform: scale(1.3) rotate(8deg)
    }
    40%, 60% {
        ms-transform: scale(1.3) rotate(-8deg);
        transform: scale(1.3) rotate(-8deg);
        webkit-transform: scale(1.3) rotate(-8deg)
    }
    100%, 80% {
        ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
        webkit-transform: scale(1) rotate(0)
    }
}

.faa-parent.animated-hover:hover > .faa-tada, .faa-tada.animated, .faa-tada.animated-hover:hover {
    animation: tada 2s linear infinite;
    webkit-animation: tada 2s linear infinite
}

.faa-parent.animated-hover:hover > .faa-tada.faa-fast, .faa-tada.animated-hover.faa-fast:hover, .faa-tada.animated.faa-fast {
    animation: tada 1s linear infinite;
    webkit-animation: tada 1s linear infinite
}

.faa-parent.animated-hover:hover > .faa-tada.faa-slow, .faa-tada.animated-hover.faa-slow:hover, .faa-tada.animated.faa-slow {
    animation: tada 3s linear infinite;
    webkit-animation: tada 3s linear infinite
}

@-webkit-keyframes passing {
    0% {
        opacity: 0;
        transform: translateX(-50%);
        webkit-transform: translateX(-50%)
    }
    50% {
        opacity: 1;
        transform: translateX(0%);
        webkit-transform: translateX(0%)
    }
    100% {
        opacity: 0;
        transform: translateX(50%);
        webkit-transform: translateX(50%)
    }
}

@keyframes passing {
    0% {
        ms-transform: translateX(-50%);
        opacity: 0;
        transform: translateX(-50%);
        webkit-transform: translateX(-50%)
    }
    50% {
        ms-transform: translateX(0%);
        opacity: 1;
        transform: translateX(0%);
        webkit-transform: translateX(0%)
    }
    100% {
        ms-transform: translateX(50%);
        opacity: 0;
        transform: translateX(50%);
        webkit-transform: translateX(50%)
    }
}

.faa-parent.animated-hover:hover > .faa-passing, .faa-passing.animated, .faa-passing.animated-hover:hover {
    animation: passing 2s linear infinite;
    webkit-animation: passing 2s linear infinite
}

.faa-parent.animated-hover:hover > .faa-passing.faa-fast, .faa-passing.animated-hover.faa-fast:hover, .faa-passing.animated.faa-fast {
    animation: passing 1s linear infinite;
    webkit-animation: passing 1s linear infinite
}

.faa-parent.animated-hover:hover > .faa-passing.faa-slow, .faa-passing.animated-hover.faa-slow:hover, .faa-passing.animated.faa-slow {
    animation: passing 3s linear infinite;
    webkit-animation: passing 3s linear infinite
}

@-webkit-keyframes passing-reverse {
    0% {
        opacity: 0;
        transform: translateX(50%);
        webkit-transform: translateX(50%)
    }
    50% {
        opacity: 1;
        transform: translateX(0%);
        webkit-transform: translateX(0%)
    }
    100% {
        opacity: 0;
        transform: translateX(-50%);
        webkit-transform: translateX(-50%)
    }
}

@keyframes passing-reverse {
    0% {
        ms-transform: translateX(50%);
        opacity: 0;
        transform: translateX(50%);
        webkit-transform: translateX(50%)
    }
    50% {
        ms-transform: translateX(0%);
        opacity: 1;
        transform: translateX(0%);
        webkit-transform: translateX(0%)
    }
    100% {
        ms-transform: translateX(-50%);
        opacity: 0;
        transform: translateX(-50%);
        webkit-transform: translateX(-50%)
    }
}

.faa-parent.animated-hover:hover > .faa-passing-reverse, .faa-passing-reverse.animated, .faa-passing-reverse.animated-hover:hover {
    animation: passing-reverse 2s linear infinite;
    webkit-animation: passing-reverse 2s linear infinite
}

.faa-parent.animated-hover:hover > .faa-passing-reverse.faa-fast, .faa-passing-reverse.animated-hover.faa-fast:hover, .faa-passing-reverse.animated.faa-fast {
    animation: passing-reverse 1s linear infinite;
    webkit-animation: passing-reverse 1s linear infinite
}

.faa-parent.animated-hover:hover > .faa-passing-reverse.faa-slow, .faa-passing-reverse.animated-hover.faa-slow:hover, .faa-passing-reverse.animated.faa-slow {
    animation: passing-reverse 3s linear infinite;
    webkit-animation: passing-reverse 3s linear infinite
}

@-webkit-keyframes burst {
    0% {
        opacity: .6
    }
    50% {
        opacity: 0;
        transform: scale(1.8);
        webkit-transform: scale(1.8)
    }
    100% {
        opacity: 0
    }
}

@keyframes burst {
    0% {
        opacity: .6
    }
    50% {
        ms-transform: scale(1.8);
        opacity: 0;
        transform: scale(1.8);
        webkit-transform: scale(1.8)
    }
    100% {
        opacity: 0
    }
}

.faa-burst.animated, .faa-burst.animated-hover:hover, .faa-parent.animated-hover:hover > .faa-burst {
    animation: burst 2s infinite linear;
    webkit-animation: burst 2s infinite linear
}

.faa-burst.animated-hover.faa-fast:hover, .faa-burst.animated.faa-fast, .faa-parent.animated-hover:hover > .faa-burst.faa-fast {
    animation: burst 1s infinite linear;
    webkit-animation: burst 1s infinite linear
}

.faa-burst.animated-hover.faa-slow:hover, .faa-burst.animated.faa-slow, .faa-parent.animated-hover:hover > .faa-burst.faa-slow {
    animation: burst 3s infinite linear;
    webkit-animation: burst 3s infinite linear
}

@media screen and (max-width: 540px), only screen and (max-device-width: 540px) {
    .uatv_news {
        display: none
    }
}

.uatv_news {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    margin-bottom: 40px;
    height: 44px;
    line-height: 44px;
    position: relative;
    background-color: #f7f7f7
}

.marquee {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    animation: marquee 30s linear infinite;
    background-color: #f7f7f7;
    height: 44px;
    line-height: 44px
}

.marquee span {
    margin: 0 20px 0 0
}

.marquee span span {
    color: #b2b2b2;
    margin: 0 5px 0 0
}

.marquee:hover {
    animation-play-state: paused
}

.uatv_news .UT {
    background: transparent url("/img/logo/logo-small.svg") no-repeat center center;
    background-size: contain;
    position: absolute;
    left: 0;
    height: 44px;
    width: 93px
}

@keyframes marquee {
    0% {
        text-indent: 100%
    }
    100% {
        text-indent: -100%
    }
}

body {
    -webkit-font-smoothing: antialiased;
    margin: 0 !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    min-width: 320px;
    background: #f7f7f7
}

iframe {
    border: 0
}

iframe body {
    background-color: #000
}

figure {
    display: block;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    margin: 0
}

img {
    border: none
}

a {
    text-decoration: none;
    color: #808282
}

a:visited {
    color: #808282
}

.mainMenu a:visited {
    color: #dfe0e0 !important
}

.leftMenu a:visited {
    color: #222222 !important
}

h1 {
    margin: 0 0 18px;
    color: #333333;
    font-size: 21px;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 0
}

h2 {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    color: #939799;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    padding: 8px 0
}

h2 a {
    text-decoration: none;
    color: #939799
}

h2.rubric a, h2.rubric a:visited {
    color: #2954d4 !important;
    text-transform: uppercase;
    font-size: 29px;
    font-weight: normal;
    font-family: fantasy
}

h3 {
    text-transform: uppercase;
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    color: #222222
}

h4 {
    margin: 0 0 29px;
    color: #333333;
    font-size: 21px
}

table {
    font-family: Arial, Helvetica, sans-serif;
    color: #666;
    font-size: 12px;
    text-shadow: 1px 1px 0 #fff;
    background: #eaebec;
    margin: 20px;
    border: #ccc 1px solid;
    border-collapse: separate;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1
}

table th {
    font-weight: bold;
    padding: 21px 25px 22px 25px;
    border-top: 1px solid #fafafa;
    border-bottom: 1px solid #e0e0e0;
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
    background: -moz-linear-gradient(top, #ededed, #ebebeb)
}

table th:first-child {
    text-align: left;
    padding-left: 20px
}

table tr:first-child th:first-child {
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px
}

table tr:first-child th:last-child {
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px
}

table tr {
    text-align: center;
    padding-left: 20px
}

table tr td:first-child {
    text-align: left;
    padding-left: 20px;
    border-left: 0
}

table tr td {
    padding: 18px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    background: #fafafa;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
    background: -moz-linear-gradient(top, #fbfbfb, #fafafa)
}

table tr:nth-child(even) td {
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
    background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6)
}

table tr:last-child td {
    border-bottom: 0
}

table tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px
}

table tr:last-child td:last-child {
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px
}

table tr:hover td {
    background: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
    background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0)
}

table a:link {
    color: #666;
    font-weight: bold;
    text-decoration: none
}

table a:visited {
    color: #999999;
    font-weight: bold;
    text-decoration: none
}

table a:active, table a:hover {
    color: #bd5a35;
    text-decoration: underline
}

.photoVideo h2 a, .pressCenter h2 a, .photoVideo h2 {
    color: #4c4c4c
}

.pressBottom h2 a {
    position: relative
}

#wrapper {
    background: white;
    width: 1260px;
    margin: 0 auto;
    position: relative;
    overflow: hidden
}

.greyLine {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 42px
}

.greyLine div {
    width: 1260px;
    margin: 0 auto;
    height: 100%;
    background: #ececec
}

#leftMenu {
    margin-left: 16px;
    top: 0;
    width: 149px;
    position: fixed;
    z-index: 2
}

.siteMenu form {
    background: #ececec;
    padding: 12px 0 13px
}

.siteMenu form div {
    width: 142px;
    margin: 0 auto;
    padding-left: 7px;
    overflow: hidden
}

.siteMenu form input[type="text"] {
    font: 12px/17px 'Open Sans', sans-serif;
    color: #9c9c9c;
    border: none;
    background: #ececec;
    padding: 0;
    margin: 0;
    float: left;
    width: 127px
}

.siteMenu form input[type='text']::-moz-placeholder {
    color: #9c9c9c;
    opacity: 1
}

.siteMenu form input[type='text']::-webkit-input-placeholder {
    color: #9c9c9c;
    opacity: 1
}

.siteMenu form input[type='text']:-ms-input-placeholder {
    color: #9c9c9c;
    opacity: 1
}

.siteMenu form a {
    width: 15px;
    height: 17px;
    float: left;
    color: #9c9c9c
}

.leftMenuBody {
    margin: 28px auto 0;
    width: 134px
}

.newMenu {
    margin: 0 0 23px;
    padding: 0 0 10px;
    list-style: none;
    font-size: 14px;
    border-bottom: 1px solid #eaeaea;
    display: none
}

.newMenu li {
    padding: 0;
    margin: 0 0 15px
}

.newMenu .current a {
    font-weight: 500;
    color: #222222
}

.newMenu a {
    text-decoration: none;
    color: #666666
}

.leftMenu {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    border-bottom: 2px solid #f5f5f5;
    z-index: 2
}

.leftMenu li {
    padding: 0;
    margin: 0 0 13px
}

.leftMenu a {
    color: #222222;
    text-decoration: none
}

.leftMenu a:hover, .leftMenu a:active, .leftMenu a:focus {
    color: #4c79db
}

.leftMenu span {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    background: #f7c313;
    padding: 3px 5px 3px 5px;
    margin: -6px;
    color: #222222
}

.greyMenu {
    margin: 0 0 13px;
    padding: 0;
    list-style: none;
    font-size: 13px
}

.greyMenu li {
    padding: 0;
    margin: 0 0 11px
}

.greyMenu li:nth-child(9), .greyMenu li:nth-child(10) {
    display: none
}

.greyMenu a {
    color: #666666;
    text-decoration: none
}

.greyMenu a:hover, .greyMenu a:active, .greyMenu a:focus, .newMenu a:hover, .newMenu a:active, .newMenu a:focus {
    color: #4c79db
}

.social {
    overflow: hidden;
    border-top: 2px solid #f5f5f5;
    padding-top: 17px
}

.social a {
    float: left;
    margin-left: 1px
}

.social a, #mobileMenu .social a, #footerSocial li a {
    width: 24px;
    height: 24px;
    border: 0px solid #000;
    margin: 0 1px
}

.social a:nth-child(1):hover {
    color: #d63b67
}

.social a:nth-child(2):hover {
    color: #3b5999
}

.social a:nth-child(3):hover {
    color: #1da1f3
}

.social a:nth-child(4):hover {
    color: #ce201f
}

.social a:nth-child(5):hover {
    color: #0088cc
}

#mobileMenu {
    position: absolute;
    width: 360px;
    left: 0;
    top: 42px;
    background: white;
    z-index: 5;
    display: none;
    filter: alpha(opacity=0);
    -webkit-box-shadow: 1px 1px 3px 0 #e7e7e7;
    -moz-box-shadow: 1px 1px 3px 0 #e7e7e7;
    box-shadow: 1px 1px 3px 0 #e7e7e7
}

#mobileMenu form {
    padding: 12px 14px 13px 22px
}

#mobileMenu form div {
    width: auto;
    padding: 0
}

#mobileMenu form input[type="text"] {
    width: 309px
}

#mobileMenu .leftMenuBody {
    padding: 6px 0 0 22px;
    width: auto
}

#mobileMenu .leftMenu {
    font-size: 13px;
    border: none;
    float: left
}

#mobileMenu .leftMenu li {
    margin-bottom: 17px
}

#mobileMenu .greyMenu {
    font-size: 14px;
    padding: 3px 0 0 174px
}

#mobileMenu .greyMenu li {
    margin-bottom: 20px
}

#mobileMenu .social {
    margin-right: 21px;
    padding: 25px 0 28px
}

#container {
    position: relative;
    background: white;
    margin-left: 180px;
    -webkit-box-shadow: inset 1px 0 3px 0 #e7e7e7;
    -moz-box-shadow: inset 1px 0 3px 0 #e7e7e7;
    box-shadow: inset 1px 0 3px 0 #e7e7e7
}

.topLine {
    background: #353b4b;
    height: 42px
}

.mobileButton {
    float: left;
    border-bottom: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    width: 20px;
    height: 10px;
    margin: 13px 39px 0 0;
    display: none
}

.mobileButton span {
    border-top: 2px solid #ffffff;
    display: block;
    width: 100%;
    margin-top: 4px
}

.language {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 15px;
    float: right;
    font-size: 13px;
    cursor: pointer
}

.language > li {
    margin: 0;
    padding: 0
}

.language div {
    padding: 0 0 3px 23px;
    background: url("/img/lang.svg") -234px -224px no-repeat;
    background-size: 485px auto;
    opacity: 0.6;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
    height: 38px;
    line-height: 38px
}

.language div:hover {
    opacity: 1
}

.language ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    display: none;
    z-index: 3;
    filter: alpha(opacity=0);
    position: absolute;
    right: 31px;
    top: 41px;
    background: #353b4a
}

.language ul li {
    padding: 11px 0 15px;
    margin: 0;
    border-top: 1px solid #2f3334;
    width: 79px
}

.language a {
    color: #CCCCCC;
    text-decoration: none
}

.language a:hover, .language a:active, .language a:focus {
    color: #ffffff
}

.language div a {
    color: #ffffff;
    background: url("/img/lang-arrow.svg") -212px -224px no-repeat;
    background-size: 485px auto;
    padding-right: 15px;
    display: block
}

.mainMenu {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: 500;
    font-size: 14px;
    overflow: hidden;
    height: 42px;
    line-height: 42px
}

.mainMenu li {
    padding: 0 0 9px 13px;
    margin: 0 0 0 10px;
    float: left
}

.mainMenu li:first-child {
    padding-left: 0;
    margin-left: 0
}

.mainMenu a {
    color: #dfe0e0;
    text-decoration: none;
    line-height: 38px;
    height: 38px;
    display: table
}

[data-id="uatv"] {
    background: transparent url("/img/logo/dom-top.png") no-repeat center center;
    color: rgba(255, 0, 0, 0) !important;
    background-size: 52px;
    width: 52px
}

s.mainMenu a:hover, .mainMenu a:active, .mainMenu a:focus {
    color: #ffffff
}

.mainMenu li.current {
    padding-bottom: 0
}

.mainMenu .current a {
    color: white;
    border-bottom: 4px solid #f6c312
}

.logo {
    text-align: center;
    position: relative
}

.uatv {
    padding: 9px 0 13px 0 !important
}

.uatv span.slogan, .uatv h1 {
    margin: 0 auto 0 !important
}

.logo a {
    display: table;
    margin: 0 auto
}

.logo p {
    margin: 0;
    color: #9c9c9c;
    font-size: 11px;
    position: absolute
}

.logo span.slogan, .logo h1 {
    margin: 3px auto 0;
    font-size: 11px;
    letter-spacing: -0.3px;
    color: #9c9c9c;
    font-weight: normal;
    padding: 0;
    line-height: 11px;
    display: table
}

.topLineBody {
    width: 90%;
    margin: auto
}

.topAnons {
    overflow: hidden;
    margin-bottom: 25px
}

.topAnons a {
    float: left;
    position: relative;
    width: 360px;
    height: 240px;
    text-decoration: none;
    background: black;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.5)
}

.topAnons img {
    position: absolute;
    max-width: 360px;
    overflow: auto
}

.topAnons span {
    position: relative;
    z-index: 2
}

.topAnons span.anonGradient {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s
}

.topAnons span.anonGradient {
    background: -moz-linear-gradient(to top, #151515, transparent 40%);
    background: -webkit-linear-gradient(to top, #151515, transparent 40%);
    background: -o-linear-gradient(to top, #151515, transparent 40%);
    background: linear-gradient(to top, #151515, transparent 40%)
}

.topAnons a:hover img {
    opacity: 0.8
}

.anonText {
    display: table-cell;
    vertical-align: bottom;
    height: 220px;
    padding: 0 19px
}

.anonTitle {
    font-size: 15px;
    font-weight: 500;
    color: white;
    display: block;
    line-height: 24px;
    margin-bottom: -2px;
    text-shadow: 1px 1px 2px black, 0 0 1em black
}

.anonDate {
    font-size: 11px;
    color: #dededd
}

.topAnons a.anonBig {
    height: 480px
}

.anonBig .anonText {
    height: 460px
}

.anonBig .anonTitle {
    font-size: 21px;
    line-height: 32px
}

.anonTitle span {
    padding: 3px 6px 3px 8px;
    margin: 0 0 7px 0;
    background: #f7c313;
    color: #36312e;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: table;
    font-size: 11px;
    line-height: 18px;
    text-shadow: none
}

.infoBlock {
    width: 970px;
    margin: 20px auto 42px;
    overflow: hidden
}

.sliderMenu {
    margin: 0 0 29px;
    overflow: hidden;
    background-color: #f7f7f7
}

.sliderMenu dt {
    float: left;
    background: #e7b100;
    font-weight: 600;
    color: white;
    padding: 10px 13px 12px 17px;
    font-size: 14px
}

.sliderMenu dd {
    margin: 0;
    width: 980px
}

.sliderMenu dd ul {
    display: none
}

.sliderMenu .bx-wrapper {
    position: relative;
    font-size: 14px;
    overflow: hidden;
    *zoom: 1
}

.sliderMenu .bx-viewport {
    width: 840px !important;
    float: left
}

.sliderMenu .bx-controls {
    width: 65px;
    float: left;
    padding: 9px 0 0 1px
}

.sliderMenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden
}

.sliderMenu .bx-wrapper li {
    padding: 12px 12px 12px 17px;
    width: auto !important;
    margin: 0;
    background: url("/img/dot.png") 0 20px no-repeat
}

.sliderMenu .bx-wrapper li a {
    display: block;
    height: 20px;
    text-decoration: none;
    color: #333333
}

.sliderMenu .bx-wrapper li a:hover, .sliderMenu .bx-wrapper li a:active, .sliderMenu .bx-wrapper li a:focus {
    color: #e7b100
}

.sliderMenu .bx-wrapper .bx-viewport {
    left: -5px;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0)
}

.sliderMenu .bx-wrapper .bx-pager, .sliderMenu .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%
}

.sliderMenu .bx-wrapper .bx-loading {
    min-height: 50px;
    background: url("/img/bx_loader.gif") center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20
}

.sliderMenu .bx-wrapper .bx-pager .bx-pager-item, .sliderMenu .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline
}

.sliderMenu .bx-controls-direction a {
    background: url("/img/arrow-left-right.svg") no-repeat;
    background-size: 492px auto;
    float: left;
    outline: 0;
    width: 24px;
    height: 25px;
    text-indent: -9999px;
    z-index: 9
}

.sliderMenu .bx-controls-direction a.bx-prev {
    background-position: -221px -234px
}

.sliderMenu .bx-controls-direction a.bx-next {
    background-position: -245px -234px;
    margin-left: 7px
}

.sliderMenu .bx-controls-direction a.disabled {
    opacity: 0.3;
    filter: alpha(opacity=30)
}

.others {
    float: left;
    margin-right: 30px
}

.others > div {
    background: #f7f7f7;
    width: 301px;
    padding: 21px 0 40px
}

.othersBody {
    padding: 0 16px;
    font-size: 14px;
    line-height: 20px
}

.othersBody div {
    margin-bottom: 20px
}

.othersBody div a {
    text-decoration: none;
    color: #222222
}

.othersBody div a:hover, .othersBody div a:active, .othersBody div a:focus {
    color: #4c79db
}

.othersBody div a .otherTime {
    color: #b2b2b2;
    font-size: 13px
}

.othersBody div a .othersPrefix {
    background: #f7c313;
    color: #36312e;
    font-size: 10px;
    padding: 5px 8px;
    margin: 0 5px 5px 3px;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 0;
    font-weight: 600
}

.othersBold {
    font-weight: 600
}

.othersBody div.othersBold a .otherTime {
    color: #e7b100
}

.othersBoldRed {
    font-weight: 600
}

.othersBody div.othersBoldRed a .otherTime, .othersBody div.othersBoldRed a {
    color: #ed4400
}

.othersBoldItalic {
    font-style: italic
}

.othersDay {
    margin: -2px 0 18px;
    color: #666666;
    font-size: 12px;
    text-align: center;
    position: relative
}

.othersDay div {
    border-top: 2px solid #eeeeee;
    position: absolute;
    width: 100%;
    left: 0;
    top: 9px
}

.othersDay p {
    margin: 0;
    position: relative;
    background: #f7f7f7;
    display: inline-block;
    padding: 0 9px
}

.more {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 11px;
    text-align: center;
    position: relative;
    width: 301px;
    height: 50px;
    margin: 0 auto
}

.others .more {
    margin: 37px 20px 0
}

.more div {
    border-top: 1px solid #ededed;
    position: absolute;
    left: 0;
    width: 100%;
    top: 7px
}

.more a {
    text-decoration: none;
    border: 1px solid #e4e4e4;
    color: #000000;
    padding: 9px 20px;
    position: relative;
    background: white;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    z-index: 1
}

.others .more {
    width: auto
}

.more a:hover, .more a:active, .more a:focus, .more a:hover + div, .publishing .more a:hover {
    border-color: #D2D2D2;
    color: #222222;
    background: #E9E9E9
}

.analitic {
    margin: 0 0 52px 332px
}

.analiticBody {
    overflow: hidden;
    margin-bottom: 20px
}

.analiticBody div {
    float: left;
    width: 300px;
    margin: 0 0 36px 30px
}

.analitic .analiticBody div:nth-child(odd) {
    margin-left: 0;
    clear: left
}

.analiticBody div > a {
    display: block;
    height: auto;
    position: relative;
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 10px;
    background: #000000
}

.analiticBody img {
    display: block;
    z-index: 1;
    width: 100%
}

.analiticBody span.analiticGradient {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
    top: 0
}

.analiticBody span.analiticGradient {
    background: -moz-linear-gradient(to top, #151515, transparent 50%);
    background: -webkit-linear-gradient(to top, #151515, transparent 50%);
    background: -o-linear-gradient(to top, #151515, transparent 50%);
    background: linear-gradient(to top, #151515, transparent 50%)
}

.analiticBody div > a:hover img {
    opacity: 0.8
}

.analiticText {
    display: table-cell;
    vertical-align: bottom;
    position: absolute;
    bottom: 20px;
    left: 15px;
    padding: 0 10px 0 0
}

.analiticText span {
    color: white;
    text-shadow: 1px 1px 2px black, 0 0 1em black
}

.analiticBody p {
    margin: 3px 0 0
}

.analiticName {
    font-size: 13px;
    line-height: 20px
}

.analiticName a {
    color: #666666;
    text-decoration: none
}

.analiticName a:hover, .analiticName a:active, .analiticName a:focus, .rest dd p a:hover, .rest dd p a:active, .rest dd p a:focus, .restText p a:hover, .restText p a:active, .restText p a:focus {
    color: #222222
}

.analiticDate {
    color: #b2b2b2;
    font-size: 11px;
    margin: 0 0 5px 0
}

.analiticDate font {
    margin: 0 5px
}

.analiticDate a {
    color: #999;
    font-weight: bold
}

.interview {
    font-size: 13px;
    width: 309px;
    line-height: 20px;
    float: left;
    margin-right: 20px
}

.interview img {
    width: 80px;
    border-radius: 50px
}

.interview dl {
    margin: 0 0 9px;
    color: #333333;
    overflow: hidden
}

.interview dt {
    float: left
}

.interview dd {
    margin: 10px 0 0 92px
}

.interview dd div {
    font-weight: 500
}

.interview dd div a {
    text-decoration: none;
    color: #333333
}

.interview dd div a:hover, .interview dd div a:active, .interview dd div a:focus {
    color: #4c79db
}

.interview dd p {
    margin: 3px 0 0;
    font-style: italic
}

.interview dd p a {
    text-decoration: none;
    color: #333333
}

.interview dd p a:hover, .interview dd p a:active, .interview dd p a:focus {
    color: #222222
}

.interview .more {
    margin-top: 28px;
    width: auto
}

.projectsPartner {
    overflow: hidden;
    clear: left;
    padding-top: 39px
}

.projectsPartner > aside {
    margin: auto
}

.projectsBlock {
    float: left
}

.projects {
    width: 300px
}

.projects .bx-wrapper {
    position: relative
}

.projects .bx-wrapper .bx-viewport {
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0)
}

.projects ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.projects li {
    padding: 0;
    margin: 0;
    position: relative;
    width: 300px;
    height: 251px
}

.projects a {
    text-decoration: none
}

.projects ul img {
    z-index: 1;
    position: absolute;
    width: 100%
}

.projectGradient, .projectGradientHover {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    transition-duration: 0.2s
}

.projectGradient {
    opacity: 0.7;
    background: -moz-linear-gradient(to right, #a97414, #994614 85%);
    background: -webkit-linear-gradient(to right, #a97414, #994614 85%);
    background: -o-linear-gradient(to right, #a97414, #994614 85%);
    background: linear-gradient(to right, #a97414, #994614 85%)
}

.projectGradientHover {
    opacity: 0;
    background: -moz-linear-gradient(to bottom right, #d59a0a, #b5380a 99%);
    background: -webkit-linear-gradient(to bottom right, #d59a0a, #b5380a 99%);
    background: -o-linear-gradient(to bottom right, #d59a0a, #b5380a 99%);
    background: linear-gradient(to bottom right, #d59a0a, #b5380a 99%)
}

.projects:hover .projectGradient {
    opacity: 0
}

.projects:hover .projectGradientHover {
    opacity: 0.6
}

.projectText {
    display: table;
    position: relative;
    width: 90%;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    color: white;
    font-size: 18px;
    z-index: 3;
    margin: 0px auto;
    line-height: 245px
}

.projects .bx-controls {
    position: absolute;
    left: 0;
    bottom: 28px;
    width: 100%;
    text-align: center
}

.projects .bx-wrapper .bx-pager, .projects .bx-wrapper .bx-controls-auto {
    position: absolute;
    width: 100%
}

.projects .bx-wrapper .bx-loading {
    min-height: 50px;
    background: url("/img/bx_loader.gif") center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4
}

.projects .bx-wrapper .bx-pager .bx-pager-item, .projects .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block
}

.projects .bx-wrapper .bx-pager.bx-default-pager a {
    opacity: 0.4;
    background-color: #FFF;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.projects .active {
    background: white;
    opacity: 0.8 !important
}

.googleCompanion {
    float: left;
    margin: 44px 29px 0 30px
}

.partner {
    float: left;
    width: 301px
}

.partner > div {
    border-top: 2px solid #e6e6e6;
    padding: 13px 0 10px
}

.partnerBody {
    margin-bottom: 31px
}

.partnerBody div {
    margin-bottom: 19px;
    line-height: 18px
}

.partnerBody p {
    margin: 0 0 5px;
    font-size: 11px;
    color: #666666
}

.partnerBody a {
    text-decoration: none;
    color: #222222;
    font-size: 14px
}

.partnerBold {
    font-weight: 500
}

.partnerBold p {
    color: #e7b100
}

.partner .more {
    width: auto
}

.photoVideo {
    background: #f1f1f1;
    padding: 0
}

.photoVideo > div {
    width: 970px;
    margin: 0 auto
}

.youtube {
    float: right;
    margin-top: 25px
}

.youtube p a {
    color: #666666;
    text-decoration: none
}

.youtube p a:hover, .youtube p a:active, .youtube p a:focus {
    color: #4c79db
}

.topVideo {
    padding-bottom: 10px;
    display: table;
    width: 100%
}

.topVideo h2 {
    float: left;
    display: table
}

.topPlayer {
    width: 640px;
    float: left
}

.video_ads {
    width: auto;
    float: right;
    display: table;
    background: #FFF;
    padding: 28px;
    line-height: 0;
    clear: right
}

.topVideoFrame {
    height: 360px;
    width: 640px
}

.topVideoFrame iframe {
    height: 100% !important;
    width: 100% !important
}

.photoVideo h2 {
    margin-top: 23px
}

.slash {
    position: absolute;
    right: 138px;
    top: 13px;
    font-size: 11px;
    color: #eeeeee
}

.jp-duration {
    right: 73px;
    display: inline;
    cursor: pointer
}

.jp-video .jp-current-time {
    color: #eeeeee
}

.jp-video .jp-duration {
    color: #808080
}

.jp-video-play {
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    background-color: transparent
}

.jp-video-360p .jp-video-play {
    margin-top: -360px;
    height: 360px
}

.jp-video-full .jp-video-play {
    height: 100%
}

.jp-video-play-icon {
    position: relative;
    display: block;
    width: 71px;
    height: 71px;
    left: 44%;
    top: 40%;
    background: url(/img/video.png) no-repeat;
    text-indent: -9999px;
    border: none;
    padding: 0;
    cursor: pointer
}

.jp-video-play-icon:focus {
    background: url(/img/video.png) 0 -71px no-repeat
}

.jp-jplayer {
    width: 0;
    height: 0
}

.jp-jplayer {
    background-color: #000000
}

.jp-toggles {
    padding: 0;
    margin: 0 auto;
    overflow: hidden
}

.jp-video .jp-toggles {
    position: absolute;
    right: 0;
    width: 83px
}

.jp-toggles button {
    display: block;
    float: left;
    text-indent: -9999px;
    line-height: 100%;
    border: none;
    cursor: pointer
}

.jp-full-screen {
    margin-left: 20px;
    background: url(/img/video.png) -129px 0 no-repeat;
    padding: 0;
    width: 21px;
    height: 16px
}

.jp-state-full-screen .jp-full-screen {
    background: url(/img/video.png) -129px -16px no-repeat
}

.jp-repeat {
    background: url(/img/video.png) -107px 0 no-repeat;
    padding: 0;
    width: 22px;
    height: 16px
}

.jp-state-looped .jp-repeat {
    background: url(/img/video.png) -107px -16px no-repeat
}

.videoName {
    width: 500px;
    line-height: 32px;
    font-size: 21px;
    margin: 10px 0 7px 0
}

.videoName a {
    color: #222222;
    text-decoration: none
}

.videoName a:hover, .videoName a:active, .videoName a:focus {
    color: #4c79db
}

.videoInfo {
    color: #808282;
    font-size: 11px
}

.videoBlocks {
    overflow: hidden;
    border-bottom: 0 solid #d0d0d0;
    padding-bottom: 26px;
    margin-bottom: 22px;
    border-top: 0 solid #d0d0d0;
    margin-top: 25px
}

.videoBlocks dl {
    margin: 0 0 0 20px;
    float: left;
    width: 225px
}

.videoBlocks h2 + dl {
    margin-left: 0
}

.videoBlocks dt {
    position: relative;
    line-height: 0
}

.videoBlocks dt img {
    width: 100%
}

.videoBlocks dt span {
    position: absolute;
    top: 30%;
    left: 39%;
    background: url(/img/video.png) no-repeat;
    width: 49px;
    height: 50px;
    background-size: 105px auto
}

.videoBlocks dt a:hover span {
    background-position: 0 -50px;
    width: 50px
}

.videoBlocks dd {
    margin: 7px 0 0
}

.videoBlocks dd p {
    margin: 0 0 2px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px
}

.videoBlocks dd p a {
    color: #222222;
    text-decoration: none
}

.videoBlocks dd p a:hover, .videoBlocks dd p a:active, .videoBlocks dd p a:focus {
    color: #4c79db
}

.videoBlocks dd div {
    color: #808282;
    font-size: 11px
}

.photoreports {
    overflow: hidden;
    line-height: 18px;
    margin-bottom: 47px
}

.photoreports div {
    width: 225px;
    float: left;
    margin-left: 20px
}

.photoreports div:first-child {
    margin-left: 0
}

.photoreports a {
    font-weight: 500;
    text-decoration: none;
    color: #222222;
    font-size: 14px
}

.photoreports a:hover, .photoreports a:active, .photoreports a:focus {
    color: #ffffff
}

.photoreportsImage {
    background: black;
    display: block
}

.photoreports img {
    display: block;
    margin-bottom: 7px;
    width: 100%
}

.photoreports a:hover img {
    opacity: 0.8
}

.photoreports p {
    margin: 4px 0 0;
    color: #808282;
    font-size: 11px
}

.photoVideo .more div, .photoVideo .more a, .pressCenter .more div, .pressCenter .more a {
    border-color: #d0d0d0
}

.photoVideo .more a, .pressCenter .more a {
    background: #FFF;
    color: #222222
}

.photoVideo .more a:hover, .photoVideo .more a:active, .photoVideo .more a:focus, .photoVideo .more a:hover + div, .pressCenter .more a:hover {
    border-color: #d0d0d0;
    color: #222222;
    background: #f1f1f1
}

.publicBlock {
    width: 970px;
    margin: 0 auto
}

.platform {
    overflow: hidden;
    margin-bottom: 29px
}

.redactionChoose {
    float: left;
    position: relative;
    width: 630px;
    height: auto;
    text-decoration: none;
    margin-right: 30px;
    background: black
}

.redactionChoose > img {
    width: 100%;
    display: block
}

.redactionChoose span {
    position: relative
}

.redactionChoose span.redactionGradient {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
    bottom: 0;
    padding: 0;
    margin: 0
}

.redactionChoose span.redactionGradient {
    background: -moz-linear-gradient(to top, #151515, transparent 31%);
    background: -webkit-linear-gradient(to top, #151515, transparent 31%);
    background: -o-linear-gradient(to top, #151515, transparent 31%);
    background: linear-gradient(to top, #151515, transparent 31%)
}

.redactionChoose:hover > img {
    opacity: 0.8
}

.redactionRed {
    font-weight: 500;
    background: #f1592f;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0 5px;
    margin: 9px 0 0 8px;
    display: inline-block;
    font-size: 14px;
    line-height: 22px
}

.redactionTitle {
    vertical-align: bottom;
    display: table-cell;
    padding: 0 210px 0 23px;
    font-size: 21px;
    line-height: 32px;
    position: absolute !important;
    bottom: 15px !important
}

.redactionTitle span {
    color: #ffffff;
    text-shadow: 1px 1px 2px black, 0 0 1em black
}

.redactionChoose span.redactionAuthor {
    overflow: hidden;
    line-height: 15px;
    position: absolute;
    bottom: 13px;
    right: 19px
}

.redactionAuthor img {
    float: left;
    width: 40px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}

.redactionInfo {
    float: left;
    margin: 2px 0 0 5px
}

.redactionName {
    font-weight: 500;
    font-size: 12px;
    color: #ffffff;
    display: block
}

.redactionDate {
    font-size: 11px;
    color: #bebbb5
}

.platformBlocks {
    overflow: hidden
}

.platform + .platformBlocks {
    padding-bottom: 52px
}

.platformBlocks dl {
    margin: 0 0 0 30px;
    float: left;
    width: 300px
}

.platform + .platformBlocks dl {
    margin-bottom: 35px
}

.platformBlocks dl:first-child {
    margin-left: 0
}

.platformBlocks dt > a {
    background: black;
    display: block
}

.platformBlocks dt p {
    margin: 5px 0 0;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500
}

.platformBlocks dt p a {
    color: #333333;
    text-decoration: none
}

.platformBlocks dt p a:hover, .platformBlocks dt p a:active, .platformBlocks dt p a:focus {
    color: #4c79db
}

.platformBlocks dt img {
    width: 100%;
    display: block
}

.platformBlocks dt > a:hover img {
    opacity: 0.8
}

.platformBlocks dd {
    margin: 9px 0 0;
    overflow: hidden
}

.platformBlocks dd > a {
    float: left
}

.platformBlocks dd a img {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    width: 40px
}

.authorInfo {
    margin-left: 46px
}

.authorInfo p {
    margin: 0 0 2px;
    color: #333333;
    font-size: 12px;
    font-weight: 500
}

.platformBlocks dd a img {
    color: #000
}

.authorInfo a {
    color: #999
}

.authorInfo a:hover {
    color: #333
}

.authorInfo div {
    font-size: 12px
}

.platformBlocks .more {
    clear: left;
    margin-top: 20px
}

.dayPhoto {
    padding: 35px 0 26px;
    background: #262a2b
}

.dayPhoto > div img {
    width: 100%
}

.dayPhoto > div {
    width: 970px;
    margin: 0 auto
}

.dayPhoto h2 {
    margin-bottom: 12px
}

.dayPhoto p {
    margin: 0 0 9px;
    color: #999999;
    font-size: 14px
}

.pressCenter {
    background: #f1f1f1;
    overflow: hidden;
    padding: 35px 0 38px
}

.pressCenter > div {
    width: 970px;
    margin: 0 auto
}

.pressCenter .bxPager {
    height: 384px
}

.bxPager {
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
    font-size: 13px;
    width: 330px;
    line-height: 19px;
    float: right;
    background-color: #FFF
}

.bxPager li {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #f1f1f1
}

.bxPager li:last-child {
    border: 0
}

.bxPager a {
    color: #666;
    text-decoration: none;
    display: block;
    padding: 10px 25px 10px 25px
}

.bxPager a.active {
    border-left: 3px solid #bec0c0;
    padding: 10px 25px 10px 25px;
    color: #e7b100
}

.bxPager a:hover, .bxPager a:active, .bxPager a:focus {
    color: #4c79db
}

.bxPager span {
    text-transform: uppercase;
    background: #83ae00;
    font-size: 10px;
    padding: 0 4px 1px;
    font-weight: 400;
    margin-right: 2px;
    color: #ffffff
}

.pressBanner {
    float: right;
    clear: right;
    margin-bottom: 25px
}

.pressVideoFrame iframe {
    width: 100% !important;
    height: 100% !important
}

.pressTabs .bx-wrapper {
    position: relative
}

.pressTabs .bx-wrapper .bx-viewport {
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0)
}

.pressTabs .bx-wrapper .bx-loading {
    min-height: 50px;
    background: url("/img/bx_loader.gif") center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.pressTabs ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.pressTabs li {
    padding: 0;
    margin: 0;
    overflow: hidden
}

.pressTabs dl {
    margin: 10px 0 0 0
}

.pressTabs dt {
    font-size: 21px;
    line-height: 32px
}

.pressTabs dt a {
    text-decoration: none;
    color: #222222
}

.pressTabs dt a:hover, .pressTabs dt a:active, .pressTabs dt a:focus {
    color: #4c79db
}

.pressTabs dd {
    margin: 7px 0 0
}

.pressTabs dd strong {
    font-weight: normal
}

.pressTabs dd a {
    color: #909191
}

.pressTabs dd div {
    color: #808282;
    font-size: 11px
}

.pressTabs dd p {
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 20px;
    color: #909191
}

.pressCenter .more {
    display: none
}

.pressBottom {
    border-top: 1px solid #d2d2d2;
    clear: both;
    padding-top: 23px
}

.pressBottom h2 {
    margin-bottom: -26px
}

.pressAnons .bx-wrapper {
    max-width: none !important;
    position: relative
}

.pressAnons .bx-wrapper .bx-viewport {
    padding-top: 38px;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0)
}

.pressAnons .bx-wrapper .bx-loading {
    min-height: 50px;
    background: url("/img/bx_loader.gif") center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.pressAnons ul {
    margin: 0;
    padding: 20px 0;
    list-style: none;
    line-height: 18px
}

.pressAnons li {
    padding: 0;
    float: left;
    width: 30% !important
}

.pressAnons li div {
    color: #4c79db;
    font-size: 11px;
    padding-right: 10px
}

.pressAnons li p {
    margin: 2px 0 0;
    font-size: 14px;
    padding-right: 10px
}

.pressAnons li a {
    color: #222222;
    text-decoration: none
}

.pressAnons li a:hover, .pressAnons li a:active, .pressAnons li a:focus {
    color: #4c79db
}

.pressAnons .bx-controls {
    position: absolute;
    right: 0;
    top: 0;
    height: 25px;
    width: 55px
}

.pressAnons .bx-wrapper .bx-controls-direction a {
    background: url(/img/arrow-left-right.svg) no-repeat;
    background-size: 492px auto;
    top: 0;
    position: absolute;
    outline: 0;
    width: 24px;
    height: 25px;
    text-indent: -9999px
}

.pressAnons .bx-wrapper .bx-controls-direction a.bx-prev {
    background-position: -221px -234px;
    left: 0
}

.pressAnons .bx-wrapper .bx-controls-direction a.bx-next {
    background-position: -245px -234px;
    right: 0
}

.pressAnons .bx-wrapper .bx-controls-direction a.disabled {
    opacity: 0.3;
    filter: alpha(opacity=30)
}

#footer {
    overflow: hidden;
    padding: 39px 0 33px;
    width: 970px;
    margin: 0 auto
}

.footerMenu {
    font-size: 12px;
    float: right
}

.footerMenu div {
    float: left;
    width: 141px;
    margin-left: 20px
}

.footerMenu p {
    margin: 0 0 11px;
    color: #262626;
    font-weight: 500;
    text-transform: uppercase
}

.footerMenu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.footerMenu li {
    padding: 0 0 0 10px;
    margin: 0 0 10px;
    background: url(/img/dot.png) 0 8px no-repeat
}

.footerMenu a {
    text-decoration: none;
    color: #6e6e6e
}

.footerMenu a:hover, .footerMenu a:active, .footerMenu a:focus {
    color: #4c79db
}

.footerCarte {
    margin: 0 0 0 53px;
    padding: 0;
    list-style: none;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    float: right;
    width: 144px
}

.footerCarte li {
    padding: 0;
    margin: 0 0 11px
}

.footerCarte a {
    text-decoration: none;
    color: #222222
}

.footerCarte a:hover, .footerCarte a:active, .footerCarte a:focus {
    color: #4c79db
}

.footerSocial {
    margin: 0;
    padding: 0 0 0 7px;
    list-style: none;
    font-size: 14px;
    float: left;
    display: none
}

.footerSocial li {
    padding: 0;
    margin: 0 0 15px
}

.footerSocial a {
    color: #585858;
    text-decoration: none;
    overflow: hidden;
    display: block
}

.socialIcon {
    height: 19px;
    float: left
}

.socialName {
    float: left
}

.footerSocial li .socialIcon {
    width: 25px;
    height: 25px;
    -webkit-filter: opacity(25%)
}

.footerSocial li a:hover {
    -webkit-filter: none
}

.footerSocial li:nth-child(1) .socialIcon {
    background: url(/img/social.png) -25px -25px no-repeat;
    background-size: 150px auto
}

.footerSocial li:nth-child(2) .socialIcon {
    background: url(/img/social.png) -50px -25px no-repeat;
    background-size: 150px auto
}

.footerSocial li:nth-child(3) .socialIcon {
    background: url(/img/social.png) -125px -25px no-repeat;
    background-size: 150px auto
}

.footerSocial li:nth-child(4) .socialIcon {
    background: url(/img/social.png) -75px -25px no-repeat;
    background-size: 150px auto
}

.footerSocial li:nth-child(5) .socialIcon {
    background: url(/img/social.png) -100px -25px no-repeat;
    background-size: 150px auto
}

.social-media {
    border-top: 2px solid #f5f5f5;
    padding-top: 17px;
    font-size: 16px
}

.social-media-footer {
    font-size: 16px
}

.social-media a {
    color: #808282
}

.social-media a:nth-child(1):hover {
    color: #d63b67
}

.social-media a:nth-child(2):hover {
    color: #3b5999
}

.social-media a:nth-child(3):hover {
    color: #1da1f3
}

.social-media a:nth-child(4):hover {
    color: #ce201f
}

.social-media a:nth-child(5):hover {
    color: #0088cc
}

.social-media-footer a {
    color: #808282
}

#footer > p {
    margin: 0 0 16px;
    color: #666666;
    font-size: 11px;
    line-height: 16px
}

.design {
    color: #666666;
    font-size: 12px;
    margin-top: 103px
}

.design a {
    color: #222222;
    text-decoration: none
}

.design a:hover, .design a:active, .design a:focus {
    color: #4c79db
}

.full {
    color: #000000;
    text-decoration: none;
    background: #f7f7f7;
    padding: 10px 0 11px;
    text-align: center;
    font-size: 14px;
    display: none
}

.innerPage #header {
    background: #f7f7f7 !important
}

.logo {
    padding: 26px 0 16px 0
}

.logo p {
    top: 37px;
    right: 48px
}

.innerPage #content {
    overflow: hidden;
    padding-top: 32px
}

.innerPage #contentAdvanced {
    overflow: hidden;
    padding-top: 0
}

.innerBlock {
    width: 970px;
    margin: 0 auto;
    padding: 10px 0;
    overflow: hidden
}

.right {
    float: right;
    width: 301px
}

.projectsTitle {
    display: none
}

.banner {
    margin-top: 44px;
    display: block;
    background-color: #999
}

.right .googleCompanion {
    margin: 0
}

.right .projects {
    margin: 14px 0 19px
}

.rest, .restList {
    width: 630px
}

.rest {
    margin-bottom: 15px
}

.rest > a {
    display: block;
    background: black
}

.rest > a img {
    display: block
}

.rest > a:hover img {
    opacity: 0.8
}

.rest > a > img {
    width: 100%;
    position: relative
}

.rest dl {
    margin: 10px 0 0;
    overflow: hidden
}

.rest dt {
    float: left;
    color: #f28c73;
    font-size: 14px;
    padding-top: 8px
}

.rest dd {
    margin: 0
}

.rest dd div {
    font-weight: 500;
    font-size: 21px;
    line-height: 30px
}

.rest dd div a {
    color: #222222;
    text-decoration: none
}

.rest dd p {
    margin: 11px 0 0;
    font-size: 14px;
    line-height: 21px
}

.rest dd p a {
    color: #666666;
    text-decoration: none
}

.restList article {
    display: block;
    margin: 20px 0;
    min-height: 140px
}

.restList figure {
    float: left;
    width: 200px;
    margin: 0px
}

.restList figure img {
    overflow: hidden;
    border-top: 1px solid #f4f4f4;
    width: 100%
}

.restList article section {
    color: #b2b2b2;
    font-size: 14px;
    margin-left: 210px
}

.restList article section time {
    float: left;
    font-size: 16px;
    padding: 0 5px 0 0;
    display: inline;
    font-weight: 500;
    height: auto;
    line-height: 24px;
    text-decoration-style: solid;
    text-transform: none;
    width: auto
}

.restList article section a {
    text-decoration: none;
    color: #222222
}

.restList article section h2 {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-transform: none;
    padding: 0 0;
    margin: 0 0 4px 0
}

.restList article section p {
    color: #666;
    margin: 0
}

.restList article section p a {
    color: #666666;
    text-decoration: none
}

.rest dd div a:hover, .rest dd div a:active, .rest dd div a:focus, .restText div a:hover, .restText div a:active, .restText div a:focus {
    color: #4c79db
}

.restDay {
    text-align: center;
    color: #ed4400;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    margin: 18px 0 2px
}

.restDay div {
    position: absolute;
    width: 100%;
    left: 0;
    top: 13px;
    border-top: 1px solid #f5f5f5
}

.restDay p {
    margin: 0;
    display: inline-block;
    position: relative;
    background: white;
    padding: 0 17px
}

.prefix {
    background: #f7c313;
    color: #36312e;
    font-size: 10px;
    padding: 5px 8px;
    margin: 0 5px 5px 3px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px
}

.extract {
    background: #f7c313;
    color: #fff !important;
    font-size: 10px;
    padding: 10px 10px 10px 10px;
    margin: 0 2px 0 3px;
    text-transform: uppercase;
    float: right
}

.extract a, .extract a:visited {
    color: #fff !important;
    font-weight: bold
}

.extract:hover {
    text-decoration: underline
}

.extract:after {
    content: "▶";
    margin: 0 8px 0 8px
}

.restList .more {
    margin-top: 28px
}

.actual {
    background: #262a2b
}

.actual > div {
    width: 970px;
    margin: 0 auto;
    padding: 38px 0 10px
}

.analiticMenu {
    font-size: 14px;
    float: right;
    margin: 0;
    padding: 5px 0 0;
    list-style: none
}

.analiticMenu li {
    padding: 0;
    margin: 0 0 0 18px;
    float: left
}

.analiticMenu a {
    color: #999
}

.analiticMenu a:hover, .analiticMenu a:active, .analiticMenu a:focus {
    color: #ddd;
    text-decoration: underline
}

.analiticMobile, .analiticMobile ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.analiticMobile {
    font-size: 14px;
    float: right;
    padding-top: 5px;
    display: none
}

.analiticMobile li {
    padding: 0;
    margin: 0
}

.analiticMobile > li {
    padding-right: 12px;
    background: url(/img/lang-arrow.svg) -167px -232px no-repeat;
    background-size: 485px auto;
    opacity: 0.6
}

.analiticMobile > li:hover {
    opacity: 1
}

.analiticMobile ul {
    text-align: center;
    display: none;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    right: 0;
    top: 68px;
    background: #262a2b
}

.analiticMobile ul li {
    padding: 11px 0;
    border-top: 1px solid #2f3334;
    width: 83px
}

.analiticMobile a {
    color: #CCCCCC;
    text-decoration: none
}

.analiticMobile a:hover, .analiticMobile a:active, .analiticMobile a:focus {
    color: #ffffff
}

.analiticMobile > li a {
    color: #ffffff
}

.actual h2 {
    margin-bottom: 24px
}

.actual .analiticBody div {
    margin-bottom: 19px;
    height: auto
}

.actual .analiticBody div:nth-child(3n+1), .publishing .analiticBody div:nth-child(3n+1) {
    margin-left: 0
}

.right .others {
    float: none;
    margin: 20px 0
}

.banner720 {
    display: none
}

.googleCompanion720 {
    display: none
}

.rubricPicture {
    position: relative;
    display: block;
    width: 630px;
    height: 364px;
    text-decoration: none;
    color: white;
    font-weight: 500;
    line-height: 30px
}

.rubricPicture img {
    position: absolute !important;
    left: 0;
    top: 0
}

.rubricPicture span {
    position: relative
}

.rubricPicture span.rubricGradient, .rubricPicture span.rubricGradientHover {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s
}

.rubricPicture span.rubricGradient {
    background: -moz-linear-gradient(to top, #151515, transparent 31%);
    background: -webkit-linear-gradient(to top, #151515, transparent 31%);
    background: -o-linear-gradient(to top, #151515, transparent 31%);
    background: linear-gradient(to top, #151515, transparent 31%)
}

.rubricPicture:hover span.rubricGradientHover {
    opacity: 1
}

.rubricText {
    display: table-cell;
    vertical-align: bottom;
    padding: 0 10px 0 52px;
    height: 339px
}

.rubricRed {
    text-transform: uppercase;
    background: #f1592f;
    font-size: 14px;
    padding: 1px 8px;
    margin-right: 6px
}

.rubricDate {
    font-size: 13px
}

.rubricTitle {
    display: block;
    font-size: 22px;
    margin-top: 3px
}

.publishing {
    -webkit-box-shadow: inset 1px 0 3px 0 #e7e7e7;
    -moz-box-shadow: inset 1px 0 3px 0 #e7e7e7;
    box-shadow: inset 1px 0 3px 0 #e7e7e7
}

.publishing > div {
    width: 970px;
    margin: 0 auto;
    padding: 39px 0 57px
}

.canals {
    color: #83ae00;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    padding: 2px 0 17px;
    display: none
}

.otherNews .bxPager {
    float: none;
    border: none;
    text-align: center;
    line-height: 20px;
    margin: 0;
    background: #f7f7f7;
    width: 630px
}

.otherNews .bxPager li {
    display: table-cell;
    border: none;
    vertical-align: bottom;
    padding: 0 10px 25px;
    height: 60px;
    width: 50%
}

.otherNews .bxPager a {
    color: #222222;
    padding: 0
}

.otherNews .bxPager a.active {
    border: none;
    padding: 0
}

.otherNews .bxPager span {
    background: none;
    color: #83ae00;
    font-size: 13px;
    font-weight: 500;
    padding: 0;
    margin: 0
}

.otherNews .pressTabs dt a {
    color: #222222;
    font-weight: 500
}

.otherNews .pressTabs dd p {
    color: #666666
}

.pressTabs .bx-controls-direction a, .otherNews .bx-controls-direction a {
    background: url(/img/arrow-left-right.svg) no-repeat;
    background-size: 492px auto;
    width: 24px;
    height: 25px;
    text-indent: -9999px;
    display: block;
    float: left
}

.pressTabs .bx-has-controls-direction, .otherNews .bx-has-controls-direction {
    position: absolute;
    top: -41px;
    right: 0;
    display: none
}

.pressTabs .bx-controls-direction .bx-prev, .otherNews .bx-controls-direction .bx-prev {
    background-position: -221px -234px
}

.pressTabs .bx-controls-direction .bx-next, .otherNews .bx-controls-direction .bx-next {
    background-position: -245px -234px;
    margin-left: 22px
}

.pressTabs .bx-controls-direction .disabled, .otherNews .bx-controls-direction .disabled {
    opacity: 0.3
}

.publishing .videoBlocks {
    border: none;
    margin-bottom: 10px
}

.publishing .videoBlocks dd p a {
    color: #222222
}

.newsPage .right {
    padding: 0
}

.newsPage .banner {
    margin: 0 0 22px
}

.votingForm {
    background: #f7f7f7;
    width: 300px;
    padding: 20px 0 23px
}

.votingForm p {
    margin: 0 auto 17px;
    color: #ed4400;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    width: 200px;
    line-height: 24px
}

.votingForm input[type="radio"] {
    display: none
}

.votingForm div {
    overflow: hidden;
    color: #222222;
    font-size: 14px;
    line-height: 20px;
    margin: 0 22px 20px 30px
}

.votingForm input[type="radio"] + label .radioIcon {
    margin-top: 1px;
    float: left;
    width: 14px;
    height: 17px;
    background: url(/img/radio.png) no-repeat;
    cursor: pointer
}

.votingForm input[type="radio"]:checked + label .radioIcon {
    background-position: -14px 0
}

.radioText {
    margin-left: 21px;
    display: block
}

.votingForm input[type="submit"] {
    font: 600 14px 'Open Sans';
    color: #ed4400;
    border: none;
    background: none;
    padding: 0;
    margin: 0 auto;
    cursor: pointer;
    width: 112px;
    display: block
}

.news {
    width: 630px
}

.newsNoPicture {
    width: 100%;
    display: table;
    margin: 0 0 25px 0
}

.newsNoPicture h1 {
    display: table-row;
    font-size: 21px;
    margin: 0 0 5px 0
}

.newsNoPicture .newsMetaBlock {
    display: table-row;
    position: static;
    left: auto;
    bottom: auto;
    color: #d3d3d3
}

.newsPicture {
    display: block;
    position: relative;
    width: 630px;
    height: auto;
    text-decoration: none;
    color: white;
    margin-bottom: 19px;
    background: black
}

.newsImage {
    width: 100%;
    display: block
}

.newsPicture:hover .newsImage {
    opacity: 0.8
}

.newsPicture span.newsGradient, .newsPicture span.newsGradientHover {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s
}

.newsPicture span.newsGradient {
    background: -moz-linear-gradient(to top, #151515, transparent 50%);
    background: -webkit-linear-gradient(to top, #151515, transparent 50%);
    background: -o-linear-gradient(to top, #151515, transparent 50%);
    background: linear-gradient(to top, #151515, transparent 50%)
}

.newsPicture:hover span.newsGradientHover {
    opacity: 1
}

.newsTitle {
    display: table-cell;
    vertical-align: bottom;
    font-weight: 500;
    font-size: 23px;
    line-height: 39px;
    position: absolute;
    bottom: 60px;
    left: 35px;
    padding-right: 35px;
    color: #FFF;
    margin: 0;
    text-shadow: 1px 1px 2px black, 0 0 1em black;
    text-transform: none
}

.newsMetaBlock {
    font-size: 11px;
    overflow: hidden;
    display: block;
    position: absolute;
    bottom: 26px;
    left: 35px;
    color: #fff
}

.newsMetaBlock img {
    float: left;
    margin-right: 9px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    width: 30px
}

.newsMetaBlock > div {
    float: left;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
    padding: 0 9px
}

.newsMetaBlock a {
    color: #fff;
    float: left
}

.newsAuthor a:hover, .newsAuthor a:visited {
    color: #f7c313
}

.newsName {
    font-size: 12px
}

.newsPrefix {
    background: #f7c313;
    color: #36312e;
    font-size: 10px;
    padding: 5px 8px;
    margin: 0 5px 5px 3px;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 1px
}

.newsViews {
    margin: 5px 11px 0 24px
}

.newsViews span {
    background: url(/img/sprite.png) 0px -8px no-repeat;
    display: inline-block;
    width: 14px;
    height: 9px;
    margin-right: 2px
}

.newsComments span {
    background: url(/img/sprite.png) -15px 0 no-repeat;
    display: inline-block;
    width: 14px;
    height: 11px;
    margin: 0 3px -3px 0
}

.newsPublisher {
    display: none
}

.newsText {
    color: #333333;
    font-size: 14px;
    line-height: 26px;
    overflow: hidden
}

.newsText img {
    max-width: 100%;
    height: auto !important
}

.subscribe_photo_text, figcaption {
    color: #9c9c9c;
    font-style: italic;
    font-size: 11px;
    line-height: 18px;
    margin: 0 0 15px 0
}

.newsText p {
    margin: 0 0 20px
}

.newsHolderContainer .publishing {
    margin-bottom: 30px;
    box-shadow: none;
    height: 330px;
    overflow: hidden
}

.newsHeading {
    font-weight: 500;
    font-size: 17px;
    padding: 0 0 20px 0
}

.newsText p a, .read a {
    color: #4d7bd6;
    text-decoration: none
}

.read {
    background: #f7f7f7;
    padding: 6px 16px 8px;
    margin: -7px 0 15px
}

.newsText b {
    font-weight: 500
}

.read a {
    font-style: italic
}

.newsPortrait {
    display: block;
    position: relative;
    width: 630px;
    height: 364px;
    text-decoration: none;
    color: white;
    font-size: 13px;
    margin-bottom: 20px;
    background: black
}

.newsPortrait img {
    position: absolute;
    top: 0;
    left: 0
}

.newsPortrait:hover img {
    opacity: 0.8
}

.newsPortrait span.portraitGradient, .newsPortrait span.portraitGradientHover {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s
}

.newsPortrait span.portraitGradient {
    background: -moz-linear-gradient(to top, #151515, transparent 50%);
    background: -webkit-linear-gradient(to top, #151515, transparent 50%);
    background: -o-linear-gradient(to top, #151515, transparent 50%);
    background: linear-gradient(to top, #151515, transparent 50%)
}

.newsPortrait:hover span.portraitGradientHover {
    opacity: 1
}

.portraitArrow {
    background: url(/img/newsSlider.png) -25px 0 no-repeat;
    background-size: 60px auto;
    width: 20px;
    height: 40px;
    display: block;
    position: absolute;
    top: 45%;
    right: 2%
}

.newsSignature {
    position: relative;
    display: table-cell;
    height: 356px;
    padding: 0 15px;
    vertical-align: bottom;
    color: #fff
}

.newsSlider {
    display: none
}

.tags {
    overflow: hidden;
    padding-bottom: 10px;
    text-align: center
}

.tags div {
    text-align: center;
    display: inline-block
}

.tags a {
    color: #b2b2b2;
    text-decoration: none;
    font-size: 12px;
    border: 2px solid #f2f2f2;
    float: left;
    padding: 5px 9px 6px;
    margin: 0 9px 10px 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px
}

.tags a.tag {
    color: #b2b2b2;
    border: 2px solid #f2f2f2
}

.tags a.theme {
    color: #bbb;
    background-color: #eee;
    border: 2px solid #ccc
}

.share {
    display: flex;
    padding: 0 0 10px 0;
    text-align: center;
    width: 100%
}

.share ul {
    list-style: none;
    text-align: center;
    margin: auto;
    border-bottom: 1px solid #b2b2b2;
    padding: 0px 36px 10px 36px
}

.share ul li {
    float: left;
    display: inline;
    padding-right: 10px
}

.share ul li a {
    color: #808282
}

.publishing .photoreports a {
    color: #222222
}

.publishing .photoreports {
    margin: 0
}

.register {
    width: 317px;
    display: none;
    background: white;
    text-align: left;
    padding: 17px 0 23px;
    white-space: normal
}

.tos-wrapper .register {
    display: block
}

.register h3 {
    width: 277px;
    margin: 0 auto 18px
}

.register .share {
    border-top: 2px solid #ebebeb;
    padding: 20px 20px 0;
    margin-bottom: 9px
}

.register .share a {
    margin: 14px 0 0;
    height: 31px;
    width: 100%;
    text-align: center;
    font-size: 13px
}

.register .share a:first-child {
    margin: 0
}

.register .shareSocial {
    margin: 8px 0 0 19px
}

.register .shareText {
    float: none;
    display: inline-block;
    margin: 5px 0 0
}

.register .share a:nth-child(3) .shareSocial {
    margin-top: 7px
}

.register .othersDay {
    width: 277px;
    margin: 0 auto 12px
}

.register .othersDay div {
    border-width: 1px
}

.register .othersDay p {
    background: white
}

.register form {
    margin-bottom: 18px
}

.register form div {
    width: 277px;
    margin: 0 auto 17px
}

.register div > input {
    padding: 6px 5px 9px 10px;
    margin: 0 0 7px;
    color: #333333;
    border: 1px solid #dddddd;
    font: 13px 'Open Sans';
    width: 260px;
    display: block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.register div > input::-moz-placeholder {
    color: #9c9c9c;
    opacity: 1
}

.register div > input::-webkit-input-placeholder {
    color: #9c9c9c;
    opacity: 1
}

.register div > input:-ms-input-placeholder {
    color: #9c9c9c;
    opacity: 1
}

.register form div a, .getRegister a {
    color: #ed4400;
    text-decoration: none
}

.register form div a {
    float: right;
    font-size: 13px;
    margin-top: 6px
}

.register form p {
    margin: 15px 0 0;
    color: #9c9c9c;
    font-size: 13px;
    line-height: 14px
}

input[type="checkbox"] {
    display: none
}

input[type="checkbox"] + label span {
    width: 13px;
    height: 13px;
    float: left;
    margin-right: 7px;
    border: 1px solid #d7d7d7;
    cursor: pointer
}

input[type="checkbox"]:checked + label span {
    background: #333333
}

.register form > input {
    font-weight: 500;
    color: white;
    background: #b2b2b2;
    margin: 0;
    padding: 11px 0 12px;
    border: none;
    cursor: pointer;
    width: 100%;
    font: 14px 'Open Sans';
    text-transform: uppercase
}

.getRegister {
    color: #222222;
    font-size: 13px;
    text-align: center
}

.registerText {
    color: #222222;
    border-top: 2px solid #ebebeb;
    font-size: 13px;
    line-height: 19px;
    width: 277px;
    margin: 0 auto 16px;
    padding-top: 16px
}

.innerBlock .analiticBody div:nth-child(3n+1) {
    margin-left: 0;
    clear: left
}

.analiticTitle {
    margin: 0;
    font-weight: 600
}

.analiticTitle a {
    color: #333333;
    text-decoration: none
}

ul.pagination {
    display: block;
    font-weight: 500;
    color: #333333;
    text-align: center;
    margin: 0px auto;
    padding-bottom: 40px;
    line-height: 31px;
    border-bottom: 2px solid #f7f7f7
}

li.page-item {
    float: left;
    color: #333333;
    text-decoration: none;
    margin: 0px;
    min-width: 31px;
    list-style: none;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    border: 2px solid #fff
}

li.active {
    color: #4c79db;
    border-color: #f1592f
}

a.page-link {
    color: #666666;
    font-weight: 400;
    font-size: 13px;
    margin: 0 5px
}

.textPage .banner {
    display: none
}

.newsText h1 {
    font-size: 31px;
    margin-bottom: 30px
}

.newsText > img {
    width: 100%
}

.interviewPage #leftMenu {
    padding-top: 28px
}

.interviewPage .leftMenuBody {
    margin-top: 18px
}

.leftLogo img {
    width: 100%
}

.leftLogo p {
    margin: 30px 5px -10px;
    color: #2954d4;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 900
}

.interviewPage #header {
    background: none !important;
    position: fixed
}

.interviewPage .topLine {
    background: none;
    padding: 0
}

.interviewPage .topLineBody {
    width: auto
}

.interviewPage .mobileButton {
    float: none;
    margin: 21px 0 0 40px;
    position: relative
}

.interviewPage .mobileButton, .interviewPage .mobileButton span {
    border-color: #000
}

.interviewPage #content {
    padding: 0
}

.firstPicture {
    position: relative;
    text-align: center;
    color: white;
    padding-bottom: 56%;
    width: 100%;
    display: table;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.firstPicture div {
    position: relative
}

.firstTitle {
    font-weight: 500;
    font-size: 40px;
    display: table;
    margin: 0 auto;
    position: absolute !important;
    width: 100%;
    text-align: center;
    bottom: 80px;
    padding: 0 50px !important;
    box-sizing: border-box;
    text-shadow: 1px 1px 2px black, 0 0 1em black
}

.firstClarification {
    font-size: 21px;
    font-weight: 500
}

.firstPicture div.firstDate {
    bottom: 36px;
    left: 0;
    position: absolute;
    width: 100%;
    font-size: 11px
}

.firstViews {
    margin-left: 21px
}

.firstViews span {
    background: url(/img/sprite.png) no-repeat;
    height: 10px;
    width: 16px;
    display: inline-block;
    margin: 0 5px -1px 0;
    background-size: 106px auto
}

.socialBlock {
    color: #ababab;
    font-size: 12px;
    opacity: 0.9;
    margin-left: 970px
}

.socialBlockSimple {
    margin: 0 auto;
    width: 100%;
    color: #ababab;
    font-size: 12px;
    padding: 0 0 50px 0;
    display: none
}

.socialBlockSimple ul {
    width: 289px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    list-style: none
}

.socialBlockSimple li:first-child {
    margin: 0
}

.socialBlockSimple li {
    margin: 0 0 0 15px;
    float: left;
    width: 86px
}

.stickyContainer #sharedFixed {
    font-size: 20px;
    text-align: center
}

.stickyContainer #sharedFixed ul li {
    list-style: none;
    width: 100px
}

.stickyContainer #sharedFixed ul {
    margin: 0;
    padding: 0
}

#sharedFixed i.fa-facebook {
    color: #3b5999
}

#sharedFixed i.fa-twitter {
    color: #1da1f3
}

#sharedFixed i.fa-google-plus {
    color: #ce201f
}

#sharedFixed i.fa-telegram {
    color: #0088cc
}

.socialBlockFixed {
    position: fixed;
    top: 20px;
    width: 70px
}

.socialBlockStatic {
    position: absolute;
    top: 20px
}

.interviewText {
    font-size: 14px;
    line-height: 26px;
    color: #333333;
    width: 689px;
    margin: 40px 0 70px 134px
}

.interviewText > p {
    margin: 0 0 26px
}

.interviewText p a {
    color: #ed4400;
    text-decoration: none
}

.interviewText p.bigFont {
    font-size: 23px;
    line-height: 39px;
    margin-bottom: 49px
}

.interviewText b {
    font-weight: 500
}

.italicSection {
    padding-top: 4px;
    text-align: center;
    font: italic 22px/39px 'PT Serif'
}

.italicSection div {
    border-top: 2px solid #f1f1f1;
    width: 151px;
    margin: 0 auto 35px
}

.italicSection p {
    margin: 0 0 17px
}

.italicSection div:last-child {
    margin-top: 39px
}

.picturePack {
    overflow: hidden;
    padding: 0 0 0;
    width: 970px;
    margin: 0 auto 58px
}

.pictureBig {
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px;
    margin-bottom: 50px
}

.picturePack img {
    float: left
}

.picturePack img:nth-child(1) {
    margin-right: 30px
}

.picturePack img:nth-child(2) {
    margin-bottom: 25px
}

.leftSection {
    font-weight: 500;
    font-size: 22px;
    line-height: 33px;
    float: left;
    width: 310px;
    margin: 6px 0 20px 0
}

.leftSection div {
    border-top: 2px solid #ed4400;
    width: 100px
}

.leftSection p {
    margin: 11px 0 0
}

.rightSection {
    font-weight: 500;
    font-size: 22px;
    line-height: 33px;
    float: right;
    width: 310px;
    margin: 6px -101px 20px 59px
}

.rightSection div {
    border-top: 2px solid #ed4400;
    width: 100px
}

.rightSection p {
    margin: 11px 0 0
}

.quotations {
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    overflow: hidden;
    width: 612px;
    margin: 44px auto 43px
}

.quotations dl {
    margin: 0;
    width: 147px;
    float: left
}

.quotations dl:nth-child(2) {
    margin: 0 85px
}

.quotations dt {
    font-weight: 500
}

.quotations dt div {
    padding-top: 6px
}

.quotations dd {
    margin: 1px 0 0;
    font-style: italic
}

.interviewBlock > img {
    margin-bottom: 52px
}

#extended {
    display: none;
    position: absolute;
    top: 62px;
    left: 0;
    width: 82%;
    margin: 0 9%
}

.tos-wrapper #extended {
    display: block
}

.searchDiv {
    position: relative;
    margin-bottom: 15px
}

.searchDiv input[type='submit'] {
    background: #f1592f url(/img/extended.png) 14px 13px no-repeat;
    margin: 0;
    padding: 0;
    border: none;
    width: 42px;
    height: 42px;
    background-size: 15px auto;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0
}

.searchDiv input[type='text'] {
    width: 97%;
    margin: 0;
    padding: 10px 0 11px 21px;
    color: #333333;
    font: 16px/21px 'Open Sans';
    border: none;
    background: white;
    display: block
}

.searchDiv input[type='text']::-moz-placeholder {
    color: #9c9c9c;
    opacity: 1
}

.searchDiv input[type='text']::-webkit-input-placeholder {
    color: #9c9c9c;
    opacity: 1
}

.searchDiv input[type='text']:-ms-input-placeholder {
    color: #9c9c9c;
    opacity: 1
}

.extendedAncor {
    float: right;
    color: #fefefe;
    font-size: 13px;
    margin: 18px 0 0 0
}

.extendedClose {
    display: none
}

.searchClose .extendedClose {
    display: block
}

.searchClose .extendedOpen {
    display: none
}

.calendarBlock {
    display: none
}

.rubrics {
    float: left;
    margin-right: 65px
}

.selectbox {
    text-align: left;
    cursor: pointer
}

.select {
    background: #f1592f;
    color: white;
    width: 173px
}

.trigger {
    background: url(/img/sprite.png) -99px 0 no-repeat;
    position: absolute;
    display: block;
    right: 11px
}

.dropdown {
    background: white;
    color: #9c9c9c;
    overflow-y: hidden !important
}

.dropdown ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.dropdown li {
    margin: 0;
    width: 173px
}

.dropdown li:hover {
    background: #fbfbfb
}

.sel {
    background: #f0f0f0
}

.rubrics .selectbox {
    font-size: 16px;
    line-height: 18px
}

.rubrics .select, .rubrics li {
    padding: 10px 5px 14px 22px
}

.rubrics .trigger {
    width: 15px;
    height: 10px;
    top: 16px
}

.popup_calendar_wrap * {
    box-sizing: border-box
}

.popup_calendar_wrap .dropdown {
    top: 42px
}

.popup_calendar_wrap .selectbox {
    font-size: 13px;
    line-height: 14px
}

.popup_calendar_wrap .select, .popup_calendar_wrap .dropdown li {
    padding: 5px 5px 8px 11px
}

.popup_calendar_wrap .trigger {
    background-size: 100px auto;
    background-position: -76px 0;
    height: 8px;
    width: 11px;
    top: 10px
}

.popup_calendar_wrap .dropdown {
    top: 27px
}

.select_date_wrap {
    color: #9c9c9c;
    float: left
}

.select_date_wrap > div {
    float: left
}

.select_date_wrap .select_title {
    color: #9c9c9c;
    font-size: 14px;
    line-height: 16px;
    margin: 12px 10px 0 0;
    text-transform: uppercase
}

.select_date_wrap .date {
    cursor: pointer;
    font-size: 15px;
    line-height: 16px;
    padding: 12px 21px 14px 36px;
    position: relative;
    background: white
}

.date div {
    background: url(/img/sprite.png) -114px 0 no-repeat;
    width: 16px;
    height: 18px;
    position: absolute;
    top: 11px;
    left: 12px
}

.clicked {
    color: #4c79db
}

.dash {
    margin: 8px 10px 0
}

.popup_calendar_wrap {
    clear: both;
    position: relative
}

.popup_calendar {
    background-color: #fff;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.11);
    display: none;
    left: 50%;
    margin-left: -280px;
    padding: 30px;
    position: absolute;
    top: 17px;
    width: 560px
}

.popup_calendar .selectbox {
    margin: 0 10px 10px 0
}

.calendar {
    clear: both;
    font-size: 13px;
    line-height: 15px;
    text-align: center
}

.calendar .day_name {
    border-bottom: 1px solid #9c9c9c;
    color: #9c9c9c;
    overflow: hidden;
    padding: 10px 0
}

.calendar .day_name > div {
    float: left;
    width: 7.143%
}

.calendar .day_name .sunday {
    color: #4c79db
}

.calendar .day {
    color: #ccc;
    overflow: hidden;
    padding: 3px 0
}

.calendar .day > div {
    float: left;
    padding: 6px;
    width: 7.143%
}

.calendar .day a {
    color: #666666
}

.calendar .day .today {
    padding: 0
}

.calendar .day .today span {
    background-color: #4c79db;
    color: #fff;
    display: block;
    font-weight: 700;
    height: 27px;
    line-height: 27px;
    margin: auto;
    width: 27px
}

.calendar .day .no_anons {
    color: #999
}

.calendar.big .day > div, .calendar.big .day_name > div {
    width: 4.762%
}

@media screen and (max-width: 1280px), only screen and (max-device-width: 1280px) {
    #wrapper, .greyLine div {
        max-width: 1255px;
        width: 100%
    }

    #leftMenu {
        margin-left: 12px
    }

    #container {
        margin-left: 174px
    }

    .topAnons a {
        width: 33.33%;
        max-width: 360px
    }
}

@media screen and (max-width: 1245px), only screen and (max-device-width: 1245px) {
    .topAnons a {
        height: 222px
    }

    .anonText {
        height: 202px
    }

    .topAnons a.anonBig {
        height: 444px
    }

    .anonBig .anonText {
        height: 424px
    }

    .socialBlock {
        margin-left: 894px
    }
}

@media screen and (max-width: 1200px) {
    .design {
        display: none !important
    }

    br {
        display: none !important
    }
}

@media screen and (max-width: 1165px), only screen and (max-device-width: 1165px) {
    #wrapper {
        width: auto
    }

    #leftMenu {
        display: none
    }

    #container {
        width: auto;
        float: none;
        margin: 0
    }

    .topLine {
        padding: 0
    }

    .mobileButton {
        display: block
    }

    .topAnons {
        width: 970px;
        margin: 0 auto 25px
    }

    .topAnons a {
        width: 320px;
        height: 213px
    }

    .anonText {
        height: 193px
    }

    .topAnons a.anonBig {
        height: 426px
    }

    .anonBig .anonText {
        height: 406px
    }

    .logo {
        width: 970px;
        margin: 0 auto
    }

    .logo p {
        right: 0 !important
    }

    .firstPicture, .interviewBlock > img {
        width: 100%
    }

    .socialBlock {
        margin-left: 970px
    }

    .interviewPage #mobileMenu {
        top: 0;
        padding-top: 23px
    }

    .rubrics {
        margin: 0 0 10px
    }

    .select_date_wrap {
        clear: left
    }
}

@media (min-width: 990px) and (max-width: 1060px) {
    .socialBlock {
        margin-left: 915px
    }
}

@media screen and (max-width: 990px), only screen and (max-device-width: 990px) {
    .othersBody div:nth-child(9), .othersBody div:nth-child(10), .othersBody div:nth-child(11), .othersBody div:nth-child(12), .partnerBody div:nth-child(3), .bxPager li:nth-child(4), .bxPager li:nth-child(5), .pressBanner, .youtube div {
        display: none
    }

    .youtube div {
        display: block
    }

    .logo {
        width: 820px;
        margin: 0 auto
    }

    .logo p {
        right: 0
    }

    .topAnons {
        width: 820px
    }

    .topAnons a {
        width: 273px;
        height: 182px
    }

    .anonText {
        height: 162px
    }

    .topAnons a.anonBig {
        height: 364px
    }

    .anonBig .anonText {
        height: 344px
    }

    .infoBlock {
        width: 840px
    }

    .sliderMenu dd {
        width: 840px
    }

    .sliderMenu .bx-viewport {
        width: 700px !important
    }

    .others {
        margin-right: 20px;
        width: 260px
    }

    .others > div {
        width: 260px
    }

    .right, .right .others, .right .others > div {
        width: 301px
    }

    .analitic {
        margin-left: 280px
    }

    .analiticBody div {
        width: 260px;
        overflow: hidden;
        margin-left: 20px
    }

    .analiticBody div > a {
        width: 100%
    }

    .interview {
        width: 260px
    }

    .twitter {
        width: 260px;
        float: right
    }

    .twitterPic {
        width: 260px;
        height: 577px
    }

    .projects, .projects li, .projects ul img {
        width: 260px;
        height: 217px
    }

    .googleCompanion {
        margin: 44px 20px 0
    }

    .googlePic {
        width: 260px
    }

    .partner {
        width: 220px
    }

    .photoVideo > div {
        width: 820px
    }

    .topVideoFrame {
        width: 502px;
        height: 293px
    }

    .topPlayer {
        width: 502px
    }

    .videoBlocks dl, .photoreports div {
        width: 190px
    }

    .videoBlocks dt img, .photoreports img {
        width: 100%
    }

    .publicBlock {
        width: 820px
    }

    .redactionChoose {
        margin-right: 20px
    }

    .redactionChoose {
        width: 540px
    }

    .redactionChoose > img {
        width: 100%
    }

    .platformBlocks dl {
        width: 260px;
        margin-left: 20px
    }

    .platformBlocks dt img {
        width: 100%
    }

    .dayPhoto > div {
        width: 820px
    }

    .dayPhoto img {
        width: 100%
    }

    .pressCenter > div {
        width: 820px
    }

    .bxPager {
        width: 279px
    }

    .pressCenter .bxPager {
        height: 334px
    }

    .pressBottom {
        width: 819px
    }

    .pressAnons li {
        width: 273px !important
    }

    #footer {
        width: 820px
    }

    .design {
        margin: 0
    }

    .innerBlock {
        width: 820px
    }

    .banner img {
        width: 260px
    }

    .rest, .restList {
        width: 500px
    }

    .rest img {
        width: 500px
    }

    .restList dd > a {
        width: 125px !important
    }

    .restText {
        margin-left: 140px !important
    }

    .actual > div, .publishing > div {
        width: 820px
    }

    .rubricPicture, .newsPicture, .newsPortrait {
        width: 500px
    }

    .rubricText {
        padding: 0 5px 0 53px;
        height: 292px
    }

    .otherNews .bxPager {
        width: 500px
    }

    .otherNews .bxPager li {
        padding: 0 5px 25px
    }

    .otherNews .jp-video-270p, .otherNews .jp-video-270p .jp-jplayer, .otherNews .jp-video-270p .jp-jplayer img, .otherNews .jp-video-270p .jp-jplayer video, .otherNews .pressTabs {
        width: 500px !important
    }

    .otherNews .jp-video-270p .jp-jplayer, .otherNews .jp-video-270p .jp-jplayer img, .otherNews .jp-video-270p .jp-jplayer video {
        height: 300px !important
    }

    .votingForm {
        width: 260px
    }

    .votingForm div {
        margin: 0 10px 13px
    }

    .news, .newsImage, .newsPortrait img {
        width: 500px
    }

    .newsTitle {
        font-size: 24px;
        line-height: 36px
    }

    .newsSignature {
        height: 303px
    }

    .commentaryForm textarea {
        width: 448px
    }

    .interviewText {
        margin: 40px auto 70px
    }

    .picturePack {
        width: 820px
    }

    .picturePack img {
        width: 395px
    }

    .picturePack img:nth-child(2) {
        margin-bottom: 21px
    }

    .rightSection {
        margin-right: -65px
    }

    .firstPicture {
        padding-bottom: 56%;
        background-attachment: inherit;
        background-position: center
    }

    .pictureBig {
        height: 500px;
        background-attachment: inherit;
        background-position: center
    }

    .socialBlock {
        margin-left: 850px
    }
}

@media (min-width: 840px) and (max-width: 950px) {
    .socialBlock {
        margin-left: 815px
    }
}

@media screen and (max-width: 840px), only screen and (max-device-width: 840px) {
    .topAnons a:nth-child(4), .topAnons a:nth-child(5), .videoBlocks dl:nth-child(5), .photoreports div:nth-child(4) {
        display: none
    }

    .othersBody div:nth-child(9), .othersBody div:nth-child(10), .othersBody div:nth-child(11), .othersBody div:nth-child(12), .partnerBody div:nth-child(3) {
        display: block
    }

    .logo {
        width: 720px;
        margin: 0 auto
    }

    .logo p {
        right: 0
    }

    .topAnons {
        width: 720px
    }

    .topAnons a {
        width: 360px;
        height: 240px
    }

    .anonText {
        height: 220px
    }

    .topAnons a.anonBig {
        height: 480px
    }

    .anonBig .anonText {
        height: 460px
    }

    .infoBlock {
        width: 680px
    }

    .sliderMenu dd {
        width: 700px
    }

    .sliderMenu .bx-viewport {
        width: 545px !important
    }

    .others {
        margin-right: 20px;
        width: 330px
    }

    .others > div {
        width: 330px
    }

    .analitic {
        margin-left: 350px
    }

    .analiticBody div, .analiticBody div > a, .analitic .more {
        width: 330px
    }

    .analiticBody div {
        margin: 0 0 26px
    }

    .analiticBody div > a {
        font-size: 14px
    }

    .analiticBody img {
        width: 100%
    }

    .interview {
        width: 330px
    }

    .twitterPic {
        width: 330px;
        height: 537px
    }

    .twitter {
        width: 330px
    }

    .twitter iframe {
        width: 330px !important;
        max-width: 330px !important;
        height: 600px !important
    }

    .connective, .projectsPartner {
        display: table
    }

    .googleCompanion {
        border: 1px solid #e8e8e8;
        padding: 14px;
        margin: 44px 0 0 20px
    }

    .googlePic {
        width: auto
    }

    .projects, .projects li, .projects ul img {
        width: 330px;
        height: 280px
    }

    .projectsBlock {
        margin-bottom: 33px
    }

    .projectText {
        line-height: 280px
    }

    .partner, .videoName {
        width: auto
    }

    .partner > div {
        border: none;
        padding-top: 0
    }

    .partnerBody {
        overflow: hidden
    }

    .partnerBody div {
        float: left;
        width: 220px;
        margin-left: 10px
    }

    .partnerBody div:first-child {
        margin-left: 0
    }

    .photoVideo > div {
        width: 680px
    }

    .topVideoFrame {
        width: 680px;
        height: 382px
    }

    .topPlayer {
        width: 100%
    }

    .video_ads {
        display: none
    }

    .topVideo, .jp-video-270p, .jp-video-270p .jp-jplayer, .jp-video-270p .jp-jplayer img, .jp-video-270p .jp-jplayer video, .pressTabs {
        width: 680px !important
    }

    .jp-video-270p .jp-jplayer, .jp-video-270p .jp-jplayer img, .jp-video-270p .jp-jplayer video {
        height: 378px !important
    }

    .videoBlocks dl, .photoreports div {
        width: 213px
    }

    .photoVideo .more {
        width: auto;
        margin: 0
    }

    .publicBlock {
        width: 680px
    }

    .platform, .platformBlocks {
        overflow: visible
    }

    .redactionChoose {
        float: none;
        display: block;
        margin: 0 0 29px;
        width: 680px
    }

    .redactionTitle {
        padding-right: 170px
    }

    .redactionChoose span.redactionAuthor {
        bottom: 14px;
        right: 20px
    }

    .platform .platformBlocks {
        float: left;
        overflow: visible;
        margin-right: 20px
    }

    .platform + .platformBlocks {
        width: auto
    }

    .platformBlocks dl {
        margin: 0 0 25px;
        width: 330px
    }

    .platform + .platformBlocks dl:nth-child(2) {
        margin-right: 20px
    }

    .dayPhoto > div {
        width: 680px
    }

    .pressCenter > div {
        width: 680px
    }

    .bxPager {
        float: none;
        overflow: hidden;
        width: auto;
        border: none;
        height: auto;
        margin: 0
    }

    .pressCenter .bxPager {
        height: auto
    }

    .bxPager li {
        width: 226px;
        display: table-cell;
        margin: 0
    }

    .bxPager a.active {
        border-left: none;
        border: 0
    }

    .pressBottom {
        width: 678px
    }

    .pressAnons li {
        width: 226px !important
    }

    .pressAnons .bx-controls {
        width: 64px
    }

    #footer {
        width: 680px;
        padding-top: 26px
    }

    .footerMenu {
        margin: 0 176px 16px 0
    }

    .footerMenu div {
        width: 155px
    }

    .footerCarte {
        float: none;
        margin: 0
    }

    #footer .footerSocial + p {
        clear: both;
        border-top: 1px solid #e5e5e5;
        padding-top: 24px;
        margin-right: 21px
    }

    .innerBlock {
        width: 680px
    }

    .banner {
        display: none
    }

    .right {
        float: none;
        overflow: hidden;
        padding-top: 43px
    }

    .projectsTitle {
        display: block
    }

    .right .projects {
        float: left;
        margin: 0 20px 0 0
    }

    .rest, .restList {
        width: auto
    }

    .rest img, .newsImage, .newsPortrait img {
        width: 100%
    }

    .restList .more {
        width: auto
    }

    .actual > div, .publishing > div {
        width: 680px
    }

    .actual .analiticBody div:nth-child(2n+1), .publishing .analiticBody div:nth-child(2n+1) {
        margin-right: 20px
    }

    .right .others {
        float: left !important;
        margin-right: 20px
    }

    .banner720 {
        display: block;
        border: 1px solid #e8e8e8;
        float: left;
        padding: 14px;
        margin-top: 20px
    }

    .banner720 img {
        width: auto;
        display: block
    }

    .right .othersBody div:nth-child(7), .right .othersBody div:nth-child(8), .right .othersBody div:nth-child(9), .right .othersBody div:nth-child(10), .right .othersBody div:nth-child(11), .right .othersBody div:nth-child(12) {
        display: none
    }

    .right {
        width: 680px;
        margin: 0 auto 28px
    }

    .right > div {
        float: right;
        margin-top: 62px
    }

    .right {
        display: none
    }

    .right > div.socialBlockSlide:nth-child(1) {
        display: block
    }

    .right .googleCompanion720 {
        display: block;
        margin-top: 13px
    }

    .rubricPicture, .newsPicture, .newsPortrait {
        width: 100%
    }

    .rubricText {
        padding: 0 10px 0 52px;
        height: 367px
    }

    .otherNews .bxPager, .otherNews .bxPager li {
        width: auto
    }

    .otherNews .bxPager a, .otherNews .bxPager a.active {
        padding: 0 !important
    }

    .otherNews .jp-video-270p, .otherNews .jp-video-270p .jp-jplayer, .otherNews .jp-video-270p .jp-jplayer img, .otherNews .jp-video-270p .jp-jplayer video, .otherNews .pressTabs {
        width: 680px !important
    }

    .otherNews .jp-video-270p .jp-jplayer, .otherNews .jp-video-270p .jp-jplayer img, .otherNews .jp-video-270p .jp-jplayer video {
        height: 378px !important
    }

    .news {
        width: auto
    }

    .news div.banner-video {
        display: none
    }

    .news .analiticBody {
        margin-bottom: 0
    }

    .news .analiticBody div {
        margin-bottom: 0
    }

    .newsSignature {
        height: 383px
    }

    .commentaryForm textarea {
        width: 588px
    }

    .newsPage .publishing {
        margin-bottom: 34px
    }

    .newsPage .banner {
        display: block
    }

    .votingForm {
        float: left;
        margin-bottom: 20px;
        width: 330px
    }

    .votingForm div {
        margin: 0 22px 20px 30px
    }

    .newsPage .banner {
        border: 1px solid #e8e8e8;
        float: left;
        padding: 14px
    }

    .newsPage .banner img {
        width: auto;
        display: block
    }

    .innerBlock .analiticBody div:nth-child(3n+1) {
        clear: none
    }

    .innerBlock .analiticBody div:nth-child(2n+1) {
        margin: 0 20px 26px 0
    }

    .textPage .right {
        border-top: 1px solid #f2f2f2;
        padding-top: 32px;
        margin: 32px 0 0
    }

    .textPage .banner {
        display: block;
        float: left;
        border: 1px solid #e8e8e8;
        padding: 14px;
        margin-top: 18px
    }

    .textPage .banner img {
        width: auto;
        display: block
    }

    .pictureBig {
        height: 500px
    }

    .firstTitle {
        font-size: 31px;
        padding: 0
    }

    .firstClarification {
        font-size: 17px
    }

    .firstPicture div.firstDate {
        bottom: 22px
    }

    .socialBlock {
        margin-left: 0;
        width: 100%;
        padding: 15px 0;
        opacity: 1
    }

    .socialBlock ul {
        width: 289px;
        margin: 0 auto;
        overflow: hidden
    }

    .socialBlock li {
        margin: 0 0 0 15px;
        float: left;
        width: 86px
    }

    .socialBlock li:first-child {
        margin: 0
    }

    .socialBlockFixed {
        top: 0 !important
    }

    .socialBlock + .interviewText {
        padding-top: 66px
    }

    .socialBlockStatic {
        top: 10px !important
    }

    .interviewText p.bigFont {
        font-size: 19px;
        line-height: 32px;
        margin-bottom: 24px
    }

    .picturePack {
        width: 720px
    }

    .picturePack img {
        width: 350px
    }

    .picturePack img:nth-child(1) {
        margin-right: 20px
    }

    .picturePack img:nth-child(2) {
        margin-bottom: 19px
    }

    .rightSection {
        font-size: 18px;
        line-height: 26px;
        width: 252px;
        margin: 6px 68px 84px 61px
    }

    .rightSection p {
        margin-top: 13px
    }

    .stickyContainer #sharedFixed ul li {
        width: 50px;
        padding-bottom: 10px
    }

    .stickyContainer #sharedFixed ul {
        margin: 0 auto
    }

    #extended form input[type="text"] {
        width: 91%
    }
}

@media screen and (max-width: 760px), only screen and (max-device-width: 760px) {
    #some-element {
        display: none
    }
}

@media screen and (max-width: 740px), only screen and (max-device-width: 740px) {
    .interview dl:nth-child(6), .videoBlocks dl:nth-child(4), .photoreports div:nth-child(3) {
        display: none
    }

    .logo {
        width: 520px;
        margin: 0 auto
    }

    .logo p {
        display: none
    }

    .topAnons {
        width: 520px
    }

    .topAnons a {
        width: 260px;
        height: 190px
    }

    .anonText {
        height: 175px
    }

    .topAnons a.anonBig {
        height: 380px
    }

    .anonBig .anonText {
        height: 365px
    }

    .topAnons img {
        width: 110%
    }

    .sliderMenu dd {
        width: 540px
    }

    .sliderMenu .bx-viewport {
        width: 384px !important
    }

    .infoBlock {
        width: 520px
    }

    .others {
        margin: 0 12px 50px 0;
        width: 254px
    }

    .others > div {
        width: 254px
    }

    .analitic {
        margin-left: 266px
    }

    .connective {
        clear: left
    }

    .interview {
        width: 254px;
        margin-right: 12px
    }

    .twitterPic {
        width: 254px;
        height: 474px
    }

    .twitter {
        width: 254px
    }

    .twitter iframe {
        width: 254px !important;
        max-width: 254px !important;
        height: 600px !important
    }

    .projects, .projects li, .projects ul img {
        width: 208px;
        height: 252px
    }

    .projectText {
        line-height: 259px;
        margin-top: 0;
        font-size: 14px
    }

    .googleCompanion {
        border: none;
        padding: 0;
        margin-left: 12px
    }

    .googlePic {
        width: 254px
    }

    .partnerBody div {
        width: 166px
    }

    .photoVideo > div {
        width: 520px
    }

    .topVideoFrame {
        width: 520px;
        height: 292px
    }

    .topVideo, .jp-video-270p, .jp-video-270p .jp-jplayer, .jp-video-270p .jp-jplayer img, .jp-video-270p .jp-jplayer video, .pressTabs {
        width: 520px !important
    }

    .jp-video-270p .jp-jplayer, .jp-video-270p .jp-jplayer img, .jp-video-270p .jp-jplayer video {
        height: 378px !important
    }

    .videoBlocks dl, .photoreports div {
        width: 254px;
        margin-left: 12px
    }

    .publicBlock {
        width: 520px
    }

    .redactionChoose {
        width: 520px
    }

    .platform .platformBlocks, .platform + .platformBlocks dl:nth-child(2) {
        margin-right: 12px
    }

    .platformBlocks dl {
        width: 254px
    }

    .dayPhoto > div {
        width: 520px
    }

    .pressCenter > div {
        width: 520px
    }

    .pressBottom {
        width: 519px
    }

    .pressAnons li {
        width: 173px !important
    }

    #footer {
        width: 520px
    }

    .footerMenu {
        margin-right: 15px
    }

    .innerPage #header {
        background: #f7f7f7
    }

    .innerBlock {
        width: 520px
    }

    .right .projects {
        margin-right: 12px
    }

    .actual > div, .publishing > div {
        width: 520px
    }

    .actual .analiticBody div, .publishing .analiticBody div {
        margin-bottom: 11px
    }

    .actual .analiticBody div:nth-child(2n+1), .publishing .analiticBody div:nth-child(2n+1) {
        margin-right: 12px
    }

    .right .others {
        margin-right: 12px
    }

    .banner720 {
        padding: 0;
        border: none;
        margin-top: 12px
    }

    .banner720 img {
        width: 254px
    }

    .rubricText {
        padding: 0 5px 0 53px;
        height: 286px
    }

    .right {
        width: 520px;
        display: none
    }

    .otherNews .bxPager li {
        height: 65px;
        padding: 0 1px 25px
    }

    .otherNews .jp-video-270p, .otherNews .jp-video-270p .jp-jplayer, .otherNews .jp-video-270p .jp-jplayer img, .otherNews .jp-video-270p .jp-jplayer video, .otherNews .pressTabs {
        width: 520px !important
    }

    .otherNews .jp-video-270p .jp-jplayer, .otherNews .jp-video-270p .jp-jplayer img, .otherNews .jp-video-270p .jp-jplayer video {
        height: 289px !important
    }

    .newsSignature {
        height: 292px
    }

    .commentaryForm textarea {
        width: 428px
    }

    .votingForm {
        width: 254px;
        margin-bottom: 12px
    }

    .votingForm div {
        margin: 0 10px 13px
    }

    .newsPage .banner {
        border: none;
        padding: 0
    }

    .newsPage .banner img {
        width: 254px
    }

    .innerBlock .analiticBody div:nth-child(2n+1) {
        margin-right: 12px
    }

    .textPage .banner {
        padding: 0;
        border: none
    }

    .textPage .banner img {
        width: 254px
    }

    .interviewText, .picturePack {
        width: 520px
    }

    .picturePack img {
        width: 255px
    }

    .picturePack img:nth-child(1) {
        margin-right: 10px
    }

    .picturePack img:nth-child(2) {
        margin-bottom: 14px
    }

    .rightSection {
        margin: 6px 0 30px 30px
    }

    .quotations {
        width: 492px
    }

    .quotations dl:nth-child(2) {
        margin: 0 25px
    }

    .popup_calendar {
        margin-left: -260px;
        width: 520px
    }
}

@media screen and (max-width: 540px), only screen and (max-device-width: 540px) {
    .mainMenu, .logo p, .topAnons a:nth-child(2), .topAnons a:nth-child(3), .analitic .analiticBody div:nth-child(4), .others .othersDay, .othersDay + .othersBody, .twitter, .googleCompanion, .platformBlocks dl:nth-child(2), .platformBlocks dl:nth-child(3), .dayPhoto, .bxPager li:nth-child(2), .bxPager li:nth-child(3) {
        display: none
    }

    .photoreports div:nth-child(3), .newMenu {
        display: block
    }

    #mobileMenu {
        width: 320px;
        -webkit-box-shadow: 0 1px 3px 0 #e7e7e7;
        -moz-box-shadow: 0 1px 3px 0 #e7e7e7;
        box-shadow: 0 1px 3px 0 #e7e7e7
    }

    #mobileMenu form div {
        width: 177px;
        margin: 0 0 0 95px
    }

    #mobileMenu form input[type="text"] {
        float: right;
        width: 155px;
        font-size: 14px
    }

    #mobileMenu .leftMenuBody {
        padding-left: 0;
        text-align: center;
        margin-top: 19px
    }

    #mobileMenu .leftMenu {
        float: none;
        font-size: 13px;
        border-bottom: 1px solid #eaeaea;
        padding-bottom: 6px;
        margin-bottom: 23px
    }

    #mobileMenu .leftMenu li {
        margin-bottom: 15px
    }

    #mobileMenu .greyMenu {
        padding: 0 0 10px;
        border-bottom: 1px solid #eaeaea
    }

    #mobileMenu .greyMenu li {
        margin-bottom: 15px
    }

    #mobileMenu .social {
        margin: 0 auto;
        width: 167px;
        border: none;
        padding: 6px 0 25px
    }

    .logo {
        width: auto
    }

    .logo a img {
        width: 218px
    }

    .topAnons {
        margin-bottom: 17px
    }

    .topAnons, .topAnons a.anonBig {
        width: 100%
    }

    .topAnons img {
        width: 100%
    }

    .anonBig .anonTitle {
        font-size: 18px;
        line-height: 24px
    }

    .infoBlock {
        width: 90%
    }

    .sliderMenu {
        margin-bottom: 23px;
        font-weight: 500;
        position: relative
    }

    .sliderMenu dt {
        font-size: 15px;
        line-height: 24px;
        padding: 7px 0 12px 16px;
        float: none
    }

    .sliderMenu .bx-wrapper {
        font-size: 15px;
        line-height: 24px;
        overflow: visible
    }

    .sliderMenu .bx-wrapper .bx-viewport {
        width: 100%;
        left: 0
    }

    .sliderMenu .bx-wrapper li {
        background-position: 15px 19px;
        padding: 6px 10px 6px 23px
    }

    .sliderMenu .bx-wrapper li a {
        display: inline;
        height: auto
    }

    .sliderMenu .bx-controls {
        float: none;
        position: absolute;
        right: 0;
        top: -43px;
        width: 100%;
        padding: 8px 16px 10px 0
    }

    .sliderMenu .bx-controls-direction a.bx-next {
        margin-left: 25px
    }

    .sliderMenu .bx-controls-direction a.disabled {
        opacity: 0.4;
        filter: alpha(opacity=40)
    }

    .sliderMenu .bx-controls-direction {
        float: right
    }

    .others {
        margin: 0 0 23px;
        width: 100%
    }

    .others > div {
        width: auto
    }

    .othersBody {
        font-size: 14px;
        line-height: 25px
    }

    .othersBody div a .otherTime {
        font-size: 14px
    }

    .othersBody div a .othersPrefix {
        font-size: 12px;
        padding: 2px 6px
    }

    .analitic {
        margin: 0 0 36px
    }

    .interview {
        width: auto;
        margin: 0
    }

    .projectsBlock {
        margin-bottom: 23px
    }

    .projects, .projects li, .projects ul img {
        width: 290px;
        height: 246px;
        margin: auto
    }

    .projectText {
        line-height: 246px
    }

    .partnerBody {
        margin-bottom: 18px
    }

    .partnerBody div {
        margin: 0 0 16px;
        float: none;
        width: auto;
        line-height: 24px
    }

    .partnerBody p {
        font-size: 14px;
        margin-bottom: 1px
    }

    .partnerBody a {
        font-size: 16px
    }

    .photoVideo {
        padding: 23px 0 40px
    }

    .photoVideo > div {
        width: 290px
    }

    .topVideoFrame {
        width: 290px;
        height: 163px
    }

    .youtubeNormal {
        display: none
    }

    .youtube320 {
        display: inline
    }

    .photoVideo h2 {
        margin-bottom: 33px
    }

    .topVideo, .jp-video-270p, .jp-video-270p .jp-jplayer, .jp-video-270p .jp-jplayer img, .jp-video-270p .jp-jplayer video {
        width: 290px !important
    }

    .jp-video-270p .jp-jplayer, .jp-video-270p .jp-jplayer img, .jp-video-270p .jp-jplayer video {
        height: 161px !important
    }

    .pressTabs {
        width: 288px !important
    }

    .pressTabs ul {
        margin-left: -1px
    }

    .topVideo {
        min-height: 0;
        padding-bottom: 21px;
        margin-bottom: 18px
    }

    .jp-video-270p {
        margin-bottom: 9px
    }

    .jp-video-play-icon {
        top: 67%;
        left: 39%
    }

    .jp-controls button.jp-stop, .jp-toggles button.jp-repeat {
        display: none
    }

    .jp-volume-controls {
        left: 54px
    }

    .jp-video .jp-toggles {
        width: 53px
    }

    .jp-duration {
        right: 13px
    }

    .slash {
        right: 78px
    }

    .jp-current-time {
        right: 52px
    }

    .videoName {
        font-size: 17px;
        line-height: 27px
    }

    .videoInfo {
        font-size: 13px
    }

    .videoBlocks {
        padding: 0
    }

    .videoBlocks h2 {
        margin-bottom: 13px
    }

    .videoBlocks dl, .photoreports div {
        width: 100%;
        margin: 0
    }

    .videoBlocks dl {
        margin-bottom: 32px
    }

    .videoBlocks dd {
        margin-top: 10px
    }

    .videoBlocks dt span {
        top: 72px;
        left: 120px
    }

    .videoBlocks dd p {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 8px
    }

    .videoBlocks dd div {
        font-size: 13px
    }

    .videoBlocks + h2 {
        margin-bottom: 14px
    }

    .photoreports {
        line-height: 23px;
        margin-bottom: 8px
    }

    .photoreports div {
        margin-bottom: 26px
    }

    .photoreports a {
        font-size: 15px
    }

    .photoreports img {
        margin-bottom: 12px
    }

    .photoreports p {
        font-size: 13px;
        margin-top: 7px
    }

    .publicBlock {
        width: 290px
    }

    .redactionChoose {
        width: 290px;
        height: auto;
        margin-bottom: 36px;
        background: none
    }

    .redactionChoose:hover > img {
        opacity: 1
    }

    .redactionTitle span {
        color: #222222;
        text-shadow: none
    }

    .redactionRed {
        margin: 5px 0 0 5px
    }

    .redactionTitle {
        position: static !important;
        padding: 0;
        display: block;
        margin: 10px 0 0 0;
        font-size: 17px;
        line-height: 27px;
        height: auto
    }

    .redactionChoose span.redactionGradient, .redactionChoose span.redactionGradientHover {
        display: none
    }

    .redactionChoose span.redactionAuthor {
        position: static;
        overflow: hidden;
        display: block;
        margin: 10px 0 0 0
    }

    .redactionName {
        color: #333333;
        font-size: 14px
    }

    .platform .platformBlocks {
        margin: 0
    }

    .platformBlocks dl {
        width: 290px;
        margin-bottom: 30px
    }

    .pressCenter > div {
        width: 290px
    }

    .bxPager {
        display: none
    }

    .pressTabs {
        margin-bottom: 35px
    }

    .pressTabs dt {
        font-size: 17px;
        line-height: 27px
    }

    .pressTabs dd div {
        font-size: 14px
    }

    .pressTabs dd p {
        font-size: 13px;
        line-height: 21px
    }

    .pressTabs li img {
        width: 100%
    }

    .pressTabs li {
        width: 290px !important
    }

    .pressCenter .more {
        display: block
    }

    .pressBottom {
        border: none;
        width: 290px;
        padding-top: 43px
    }

    .pressAnons .bx-wrapper .bx-viewport {
        height: auto !important;
        padding: 0;
        margin-top: 38px
    }

    .pressAnons ul {
        line-height: 24px
    }

    .pressAnons li {
        width: 290px !important;
        margin-bottom: 13px
    }

    .pressAnons li div {
        font-size: 13px
    }

    .pressAnons li p {
        font-size: 15px;
        margin: -2px 0 0
    }

    .pressAnons .bx-controls {
        width: 72px;
        top: -37px
    }

    #footer {
        width: 290px;
        padding-bottom: 26px
    }

    .footerMenu {
        margin: 0 0 10px;
        float: left;
        width: 145px;
        font-size: 14px
    }

    .footerMenu div {
        margin: 0;
        width: 130px;
        padding-right: 8px
    }

    .footerMenu div:first-child {
        min-height: 324px;
        margin-bottom: 25px
    }

    .footerMenu p {
        margin-bottom: 14px
    }

    .footerMenu li {
        margin-bottom: 15px
    }

    .footerCarte {
        width: 130px;
        float: left;
        font-size: 14px;
        min-height: 324px;
        margin-bottom: 20px
    }

    .footerCarte li {
        margin-bottom: 15px
    }

    .footerSocial {
        display: block
    }

    #footer > p {
        color: #262626
    }

    .full {
        display: block
    }

    h1 {
        font-size: 19px;
        margin: 10px 0 10px 0
    }

    .newsPicture h1 {
        font-size: 19px
    }

    .innerPage #content {
        padding-top: 10px
    }

    .innerBlock {
        width: 90%;
        margin: 0 auto;
        padding: 8px 0 8px 0
    }

    .rest dt {
        font-size: 17px;
        padding: 1px 4px 0 0;
        color: #ed4400
    }

    .rest dd {
        margin: 0
    }

    .rest dd div {
        font-size: 18px;
        line-height: 27px
    }

    .rest dd p {
        font-size: 13px;
        line-height: 20px;
        margin-top: 7px
    }

    .rest > a {
        background: #FFF
    }

    .restList article figure {
        width: 100%
    }

    .restList article section {
        margin-left: 0px
    }

    .restText {
        margin: 6px 0 0 !important
    }

    .restText div {
        text-indent: 42px
    }

    .right .projects {
        margin: 0
    }

    .actual > div, .publishing > div {
        width: 290px;
        position: relative;
        padding-top: 33px
    }

    .analiticMenu {
        display: none
    }

    .analiticMobile {
        display: block
    }

    .actual .analiticBody div, .publishing .analiticBody div {
        margin: 0 0 19px !important;
        float: none
    }

    .actual .analiticBody div:nth-child(5), .actual .analiticBody div:nth-child(6), .publishing .analiticBody div:nth-child(5), .publishing .analiticBody div:nth-child(6) {
        display: none
    }

    .analiticBody div > a {
        margin: 0
    }

    .innerBlock .analiticBody div:nth-child(2n+1) {
        margin: 0 0 26px 0
    }

    .banner720 {
        display: none
    }

    .rubricPicture {
        line-height: 27px;
        height: auto
    }

    .rubricPicture img {
        position: static;
        margin-bottom: 5px
    }

    .rubricPicture span.rubricGradient, .rubricPicture span.rubricGradientHover {
        display: none
    }

    .rubricText {
        display: inline;
        padding: 0
    }

    .rubricDate {
        color: #818181
    }

    .rubricTitle {
        color: #222222;
        font-size: 18px
    }

    .rubricTitle:hover {
        color: #4c79db
    }

    .rubricPicture + dl {
        margin: 0
    }

    .right {
        width: 290px;
        display: none
    }

    .right .googleCompanion720 {
        display: none
    }

    .canals, .pressTabs .bx-has-controls-direction, .otherNews .bx-has-controls-direction {
        display: block
    }

    .otherNews .jp-video-270p, .otherNews .jp-video-270p .jp-jplayer, .otherNews .jp-video-270p .jp-jplayer img, .otherNews .jp-video-270p .jp-jplayer video, .otherNews .pressTabs {
        width: 290px !important
    }

    .otherNews .jp-video-270p .jp-jplayer, .otherNews .jp-video-270p .jp-jplayer img, .otherNews .jp-video-270p .jp-jplayer video {
        height: 161px !important
    }

    .newsPicture span.newsGradient, .newsPicture span.newsGradientHover, .votingForm, .newsPage .banner, .newsPortrait span.portraitGradient, .newsPortrait span.portraitGradientHover {
        display: none
    }

    .newsPicture {
        margin-bottom: 14px;
        height: auto;
        overflow: hidden;
        background: none
    }

    .newsImage, .newsPicture span, .newsPicture h1 {
        position: static;
        text-shadow: none
    }

    .newsTitle {
        display: inline-block;
        color: #222222;
        padding: 3px 0 5px;
        font-size: 19px;
        line-height: 28px;
        height: auto
    }

    .newsMetaBlock {
        overflow: visible;
        left: 0;
        padding: 0;
        position: static
    }

    .newsMetaBlock > div {
        height: 30px;
        color: #000
    }

    .newsName {
        color: #333
    }

    .newsMetaBlock > .newsDate {
        margin: 0;
        background: none;
        left: 14px;
        top: 142px
    }

    .newsMetaBlock > .newsViews {
        margin: 0;
        left: 105px;
        top: 142px
    }

    .newsMetaBlock > .newsComments {
        margin: 0;
        left: 162px;
        top: 142px
    }

    .newsText {
        border-top: 1px solid #e5e5e5;
        padding-top: 9px
    }

    .newsPortrait {
        height: auto;
        line-height: 19px;
        margin-bottom: 14px;
        background: none
    }

    .newsPortrait img {
        position: static;
        display: block;
        margin-bottom: 8px
    }

    .newsSignature {
        display: inline;
        color: #b2b2b2;
        padding: 0
    }

    .commentaryForm img {
        display: none
    }

    .commentaryForm div {
        margin: 0
    }

    .commentaryForm textarea {
        width: 266px
    }

    .comments div.comment:first-child {
        border: none;
        padding: 0
    }

    .comment > a {
        margin-right: 10px
    }

    .comment > a img {
        width: 41px
    }

    .comment dl {
        margin: 0;
        position: relative
    }

    .comment dt div {
        position: absolute;
        left: 0;
        top: 46px
    }

    .comment dd {
        margin-top: 29px
    }

    .comment .comment {
        margin: 16px 0 0;
        padding: 11px 0 0 52px
    }

    .right .others {
        margin: 0
    }

    .portraitArrow {
        top: 30%
    }

    .newsPage .publishing > div {
        padding-bottom: 5px
    }

    .textPage .newsText {
        border: none
    }

    .textPage .right {
        border: none;
        padding: 0
    }

    .textPage .banner {
        display: none
    }

    .interviewPage .mobileButton {
        margin: 14px 0 0 14px
    }

    .interviewPage #content {
        padding: 0
    }

    .firstPicture {
        padding-bottom: 56%;
        background-attachment: inherit
    }

    .pictureBig {
        height: 400px;
        background-attachment: inherit
    }

    .firstTitle {
        font-size: 23px;
        padding: 0;
        bottom: 40px !important
    }

    .firstClarification {
        font-size: 15px;
        margin-bottom: 10px
    }

    .firstPicture div.firstDate {
        color: #b2b2b2;
        font-size: 12px
    }

    .firstViews {
        margin-left: 11px
    }

    .firstViews span {
        background-position: -79px 0;
        height: 11px;
        background-size: auto;
        width: 20px
    }

    .interviewText {
        width: 290px;
        margin-bottom: 31px
    }

    .interviewText > p {
        margin-bottom: 10px
    }

    .interviewText p.bigFont {
        margin-bottom: 15px;
        font-size: 17px;
        line-height: 27px
    }

    .italicSection {
        font-size: 17px;
        line-height: 27px
    }

    .italicSection div {
        margin-bottom: 18px
    }

    .italicSection div:last-child {
        margin-top: 23px
    }

    .picturePack {
        width: 320px;
        margin-bottom: 14px
    }

    .picturePack img, .picturePack img:nth-child(1), .picturePack img:nth-child(2) {
        width: 100%;
        margin: 0 0 10px
    }

    h4 {
        font-size: 17px;
        line-height: 27px;
        margin-bottom: 13px
    }

    .rightSection {
        float: none;
        margin: 0 0 19px
    }

    .interviewBlock > img {
        margin-bottom: 20px
    }

    .quotations {
        width: 147px;
        margin: 26px auto 7px
    }

    .quotations dl, .quotations dl:nth-child(2) {
        width: 147px;
        margin: 0 0 20px
    }

    .interviewPage #mobileMenu {
        padding-top: 0
    }

    .socialBlock {
        position: absolute
    }

    .socialBlockSimple {
        display: block
    }

    .socialBlockFixed {
        top: 10px !important
    }

    #extended {
        margin: 0 0 0 7%
    }

    #extended > a {
        margin-bottom: 14px
    }

    .select_date_wrap {
        width: 284px
    }

    .select_date_wrap > div.select_title {
        float: none;
        text-align: left;
        margin-bottom: 10px
    }

    .dash {
        margin: 8px 9px 0
    }

    .calendar .day > div, .calendar .day_name > div {
        width: 14.286%
    }

    .calendar .day_name .no_mob {
        display: none
    }

    .popup_calendar {
        width: 310px;
        left: 0;
        margin-left: -18px;
        overflow: hidden
    }

    .popup_calendar_wrap .select, .popup_calendar_wrap .dropdown li {
        width: 118px
    }

    .rest > a:hover img {
        opacity: 1
    }
}

@media screen and (max-width: 375px), only screen and (max-device-width: 375px) {
    .topLine {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 5
    }

    #mobileMenu {
        position: static;
        margin-top: 32px;
        overflow-y: scroll;
        height: 500px;
        -webkit-overflow-scrolling: touch
    }

    .logo {
        padding-top: 70px
    }

    .pressTabs li {
        width: 290px !important
    }

    .interviewPage #mobileMenu {
        margin-top: -28px
    }
}

.otherNews .pressTabs dt a:hover, .otherNews .pressTabs dt a:active, .otherNews .pressTabs dt a:focus, .publishing .videoBlocks dd p a:hover, .publishing .videoBlocks dd p a:active, .publishing .videoBlocks dd p a:focus, .photoreports a:hover, .photoreports a:active, .photoreports a:focus, .analiticTitle a:hover, .analiticTitle a:active, .analiticTitle a:focus, #extended > a:hover, #extended > a:active, #extended > a:focus {
    color: #4c79db
}

.leftMenu a, .greyMenu a, .mainMenu a, .language a, .sliderMenu .bx-wrapper li a, .othersBody div a, .analiticName a, .more a, .interview dd div a, .interview dd p a, .videoName a, .videoBlocks dd p a, .photoreports a, .platformBlocks dt p a, .bxPager a, .pressTabs dt a, .pressAnons li a, .footerCarte a, .footerMenu a, .design a, .more div, .newMenu a, .analiticMobile > li, .analiticMenu a, .rest dd div a, .restText div a, .rubricTitle, .rest dd p a, .restText p a, .topAnons img, .analiticBody img, .redactionChoose > img, .newsImage, .newsPortrait img, .photoreports img, .platformBlocks dt img, .analiticTitle a, #extended > a, .rest > a img {
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s
}

::-moz-selection {
    background: #d8e4ff
}

@media screen and (min-width: 540px) {
    .socialBlockStaticBottom {
        position: absolute;
        bottom: -60px
    }
}

@media screen and (min-width: 990px) {
    .pressVideoFrame {
        height: 354px;
        width: 633px
    }

    .pressTabs, .pressTabs dl {
        width: 630px
    }
}

@media (max-width: 989px) and (min-width: 840px) {
    .pressVideoFrame {
        height: 304px;
        width: 540px
    }

    .pressTabs, .pressTabs dl {
        width: 540px
    }
}

@media (max-width: 839px) and (min-width: 740px) {
    .pressVideoFrame {
        height: 382px;
        width: 680px
    }

    .pressTabs, .pressTabs dl {
        width: 680px
    }
}

@media (max-width: 739px) and (min-width: 540px) {
    .pressVideoFrame {
        height: 292px;
        width: 520px
    }

    .pressTabs, .pressTabs dl {
        width: 520px
    }
}

@media (max-width: 539px) and (min-width: 320px) {
    .pressVideoFrame {
        height: 163px;
        width: 290px
    }

    .pressTabs, .pressTabs dl {
        width: 290px
    }
}

@media screen and (min-width: 1200px) {
    .language {
        display: block
    }
}

@media (max-width: 1200px) and (min-width: 320px) {
    .language {
        display: block
    }
}

.submenu {
    display: none;
    background: white;
    position: absolute;
    top: 42px;
    left: 162px;
    padding: 12px;
    width: 130px;
    -webkit-box-shadow: inset 0 0 3px 1px #e7e7e7;
    -moz-box-shadow: inset 0 0 3px 1px #e7e7e7;
    box-shadow: inset 0 0 3px 1px #e7e7e7
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.banner970 {
    display: table;
    clear: both;
    overflow: hidden;
    margin: 0 auto 15px
}

.bannerReturned {
    display: table;
    clear: both;
    overflow: hidden;
    margin: 0 auto 35px;
    height: 65px;
    max-height: 100px
}

.nas100mln {
    background-image: url("/img/nas100mln.svg");
    background-repeat: no-repeat;
    background-color: #ddd;
    height: 65px;
    width: 300px
}

.europafm {
    background-image: url("/img/europa.fm.png");
    background-repeat: no-repeat;
    height: 60px;
    width: 187px
}

.nas100mln_eng {
    background-position: 65px -124px
}

.nas100mln_rus {
    background-position: 65px 0
}

.nas100mln_ukr {
    background-position: 65px -62px
}

.europafm_eng {
    background-position: 0px -124px
}

.europafm_rus {
    background-position: 0px 0px
}

.europafm_ukr {
    background-position: 0px -62px
}

.banner-video {
    position: relative
}

.banner-video iframe, .banner-video object, .banner-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media screen and (max-width: 990px) {
    .banner970 {
        display: none
    }
}

.video_news img {
    display: table;
    margin: 0 0 5px 0;
    width: 100%
}

.video_news a {
    display: table
}

.topAnons a.oneanon {
    height: auto;
    width: 100% !important;
    float: left;
    position: relative;
    text-decoration: none;
    background: black;
    max-width: 100% !important;
    border: none
}

.topAnons a.oneanon img {
    position: static;
    width: 100% !important;
    height: auto;
    max-width: 100%
}

.topAnons a.oneanon .anonText_big {
    position: absolute;
    padding: 0 40px;
    bottom: 40px;
    height: auto;
    width: 95%
}

.topAnons a.oneanon .anonTitle_big {
    font-size: 40px;
    font-weight: normal;
    color: white;
    display: block;
    line-height: 52px;
    margin-bottom: 5px;
    width: 99%;
    text-shadow: 1px 1px 2px black, 0 0 1em black
}

#circleG {
    width: 100%;
    height: 36px;
    text-align: center;
    background-color: white
}

#circleG ul {
    width: 86px;
    list-style: none;
    margin: 9px auto;
    padding: 0
}

#circleG li {
    background-color: #fff;
    float: left;
    height: 18px;
    width: 18px !important;
    margin-left: 10px;
    animation-name: bounce_circleG;
    animation-duration: 1.8475s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    border-radius: 12px
}

#circleG li:nth-child(1) {
    animation-delay: 0.3695s
}

#circleG li:nth-child(2) {
    animation-delay: 0.8655s
}

#circleG li:nth-child(3) {
    animation-delay: 1.1085s
}

@keyframes bounce_circleG {
    0% {
    }
    50% {
        background-color: #f6c312
    }
    100% {
    }
}

img.pixel {
    width: 1px;
    height: 1px
}

@media screen and (max-width: 840px), only screen and (max-device-width: 840px) {
    .topAnons a.oneanon .anonTitle_big {
        font-size: 30px;
        line-height: 42px
    }
}

@media screen and (max-width: 540px), only screen and (max-device-width: 540px) {
    .topAnons a.oneanon .anonTitle_big {
        font-size: 16px;
        line-height: 24px;
        width: 100%
    }

    .topAnons a.oneanon .anonText_big {
        padding: 0 25px;
        bottom: 15px
    }
}

@media screen and (max-width: 768px) {
    #SinoptikInformer {
        display: none !important
    }
}

@media screen and (max-width: 768px) {
    .publishing {
        display: none !important
    }
}
