site-nav__sub-item@charset "utf-8";

/* CSS Document */

html {

    padding: 0px 0px 0px 0px;

    height: 100%;

    margin: 0px;

}

body {

    margin: 0px;

    min-width: 320px;

    padding: 0px;

    position: relative;

    height: 100%;

    font-family: Roboto;

    font-size: 12px;

    font-weight: normal;

    line-height: 1.25;

    color: #939498;

    background-color: #f4f4f4;

    -webkit-text-size-adjust: none;

}

.wrapper {

    overflow: hidden;

}

/* = Custom

---------------------------------------------

--------------------------------------------- */

* {

    outline: none;

}

div, section, aside, nav, header, footer, h1, h2, h3, p, a, ul, li, figure, input, textarea, span, i {

    box-sizing: border-box;

}

.title-2 {

    display: block;

    font-family: Roboto;

    font-size: 34px;

    font-weight: bold;

    color: #252429;

    margin: 25px 0px;

}

a {

    color: #000;

    text-decoration: none;

}

a:hover {

    text-decoration: underline;

}

p {

    margin: 18px 0px;

}

blockquote {

    position: relative;

    font-size: 16px;

    font-weight: normal;

    line-height: 1.88;

    color: #252429;

    margin: 25px 0px;

    padding-left: 55px;

}

blockquote:before {

    content: '';

    position: absolute;

    left: 15px;

    top: 5px;

    display: block;

    width: 20px;

    height: 20px;

    background:url(/imgs/blockquote.png) left top no-repeat;

}

.style-text-pp {

	font-size: 18px;

	line-height: 1.5;
	
	color: #252429

}

.uppcase {

    text-transform: uppercase;

}

.gray, .grey {

    color: #9b9b9b;

}

.social__link {

    display: inline-block;

    width: 24px;

    line-height: 24px;

    margin: 0px 5px;

    opacity: 0.5;

}

.social__link:hover {

    opacity: 0.9;

}

.more-link {

    color: #000;

    font-weight: bold;

    display: inline-block;

    padding: 0px 28px 0px 0px;

    text-transform: uppercase;

    text-decoration: none;

    background: url(/imgs/arrowright.svg) right top no-repeat;

}

.more-link:hover {

    text-decoration: underline;

}

.block-link {

    position: absolute;

    display: block;

    left: 0px;

    top: 0px;

    right: 0px;

    bottom: 0px;

    z-index: 30;

}

.more-wrap {

    text-align: center;

    margin: 30px 0px 0px 0px;

}

.more-load {

    width: 270px !important;

}

.rating__star {

}

.rating__num {

}

.section-open, .accordion-open {

    display: none;

    position: absolute;

    cursor: pointer;

    z-index: 25;

    right: 15px;

    top: 15px;

    width: 30px;

    height: 30px;

    background: #252429;

}

.accordion-open {

    display: block;

    right: 30px;

    top: 30px;

}

.section-open:hover, .accordion-open:hover {

    background-color: #38393e;

}

.section-open:before, .section-open:after, .accordion-open:before, .accordion-open:after {

    content: '';

    display: block;

    position: absolute;

    width: 10px;

    height: 2px;

    left: 10px;

    top: 14px;

    background: #979797;

}

.section-open:hover:before, .section-open:hover:after, .accordion-open:hover:before, .accordion-open:hover:after {

    background: #ccccce;

}

.section-open:after {

    transform: rotate(90deg);

    display: block;

}

.section-open.active:after {

    display: none;

}

.accordion-open:after {

    transform: rotate(90deg);

}

.hidden-desktop {

    display: none;

}

.company-logo {

    background: #ececec;

}

.company-logo:hover {

    background: #fff;

}

.company-logo img {

    display: block;

    width: 100%;

    -webkit-filter: grayscale(100%);

    -moz-filter: grayscale(100%);

    -ms-filter: grayscale(100%);

    -o-filter: grayscale(100%);

    filter: grayscale(100%);

}

.company-logo:hover img {

    -webkit-filter: grayscale(0%);

    -moz-filter: grayscale(0%);

    -ms-filter: grayscale(0%);

    -o-filter: grayscale(0%);

    filter: grayscale(0%);

}

.mobile-visible {

    display: none;

}

@media (max-width: 1100px) {

    .hidden-desktop {

        display: block;

    }

    .company-logo img {

        -webkit-filter: grayscale(0%);

        -moz-filter: grayscale(0%);

        -ms-filter: grayscale(0%);

        -o-filter: grayscale(0%);

        filter: grayscale(0%);

    }

}

@media (max-width: 700px) {

    .section-open {

        display: block;

    }

    .more-link {

        font-size: 10px;

    }

    .more-wrap {

        margin: 15px 0px 0px 0px;

    }

    .more-load {

        width: 100% !important;

    }

    .hidden-section {

        display: none;

    }

    .hidden-section.active {

        display: block;

    }

    .desktop-visible {

        display: none;

    }

    .mobile-visible {

        display: block;

    }

}

/* = Forms

---------------------------------------------

--------------------------------------------- */

input, textarea, button {

    -webkit-appearance: none;

    -webkit-border-radius: 0px;

    -moz-border-radius: 0px;

    border-radius: 0px;

}

.button {

    cursor: pointer;

    display: inline-block;

    width: 230px;

    height: 50px;

    background: #04fa93;

    border: none;

    font-family: Roboto;

    font-size: 12px;

    font-weight: 900;

    letter-spacing: 3px;

    padding-top: 20px;

    color: #000000;

    text-align: center;

    text-transform: uppercase;

    text-decoration: none;

}

.button:hover {

    background: #5affba;

    text-decoration: none;

}

.button:active {

    background: #00df82;

    border-top: 2px solid #00c271;

}

.button_green {

    border: 2px solid #04fa93;

    background: none;

    color: #04fa93;

    padding-top: 17px;

}

.button_green:hover {

    color: #000;

}

.button_black {

    border: 2px solid #000;

    background: none;

    color: #000;

    padding-top: 17px;

}

input.button_black {

	padding-top: 0

}

.button_black:hover {

    color: #04fa93;

    background: #252429;

    border-color: #252429;

}

.button_black:active {

    background: #000;

    color: #04fa93;

    border-top: 2px solid #4a4a4a;

}

/* = ui-selectmenu */

.ui-selectmenu-button {

    cursor: pointer;

    position: relative;

    z-index: 50 !important;

    font-family: Roboto;

    font-size: 14px;

    font-weight: bold;

    text-transform: uppercase;

    line-height: 1;

    height: 40px;

    min-width: 130px;

    color: #9b9b9b;

    display: inline-block;

    padding: 13px 20px 5px 15px;

    margin: 0px 0px 0px 0px !important;

    box-sizing: border-box;

    border: 1px solid #979797;

    background: #252429;

}

.ui-selectmenu-button span.ui-icon {

    border-style: solid;

    border-width: 6px 4.5px 0 4.5px;

    border-color: #949494 transparent transparent transparent;

    position: absolute;

    z-index: 100;

    top: 17px;

    right: 15px;

}

.ui-selectmenu-menu {

    position: absolute;

    z-index: 99999 !important;

    font-size: 14px;

    font-weight: bold;

    margin-top: -1px !important;

    text-transform: uppercase;

    cursor: pointer;

    display: none;

    background: #252429;

}

.ui-menu {

    border: 1px solid #fff;

    border-top-color: #252429;

    padding: 0px;

    position: relative;

    z-index: 100;

    margin: -1px 0px 0px 0px;

    overflow: auto;

    overflow-x: hidden;

    list-style: none;

    line-height: 40px;

    text-indent: 15px;

    color: #9b9b9b;

    background: #252429;

}

.ui-menu-item:hover {

    color: #fff;

    cursor: pointer;

}

.ui-selectmenu-open {

    display: block;

}

.ui-selectmenu-button span.ui-selectmenu-text {

    text-align: left;

    display: block;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

}

.ui-selectmenu-menu .ui-state-hover, .ui-selectmenu-menu .ui-state-focus {

    color: #fff;

}

.ui-selectmenu-button.ui-state-focus {

    border-color: #fff;

}

/* = TopBar

---------------------------------------------

--------------------------------------------- */

.top-banner {

    line-height: 90px;

    text-align: center;

}

.topbar {

    position: relative;

    z-index: 50;

    text-align: right;

    background-color: #000000;

}

.topbar__inner {

    position: relative;

    max-width: 1440px;

    height: 55px;

    margin: 0px auto;

}

.topbar a {

    color: #939498;

    text-decoration: none;

}

.topbar a:hover {

    color: #fff;

}

.topbar__about {

    position: absolute;

    left: 22px;

    top: 21px;

}

.topbar__social {

    display: inline-block;

    width: 155px;

    margin: 0px;

    height: 55px;

    position: relative;

    text-align: left;

    padding-top: 19px;

}

.topbar__cabinet {

    float: right;

    text-align: left;

    display: inline-block;

    margin-right: 60px;

    min-width: 171px;

    max-width: 400px;

    height: 55px;

    right: 60px;

    top: 0px;

    text-transform: uppercase;

    border-left: 1px solid #979797;

}

.cabinet__link, .cabinet__name {

    position: relative;

    z-index: 10;

    cursor: pointer;

    font-style: normal;

    overflow: hidden;

    display: block;

    line-height: 55px;

    margin: 0px;

    white-space: nowrap;

    padding: 0px 0px 0px 20px;

}

.cabinet__link:before, .cabinet__name:before {

    content: '';

    display: block;

    position: absolute;

    top: 0px;

    right: 0px;

    bottom: 0px;

    width: 20px;

    border-right: 5px solid #000;

    background: rgba(0,0,0,0.01);

    background: -moz-linear-gradient(left, rgba(0,0,0,0.01) 0%, #000000 100%);

    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0.01)), color-stop(100%, #000000));

    background: -webkit-linear-gradient(left, rgba(0,0,0,0.01) 0%, #000000 100%);

    background: -o-linear-gradient(left, rgba(0,0,0,0.01) 0%, #000000 100%);

    background: -ms-linear-gradient(left, rgba(0,0,0,0.01) 0%, #000000 100%);

    background: linear-gradient(to right, rgba(0,0,0,0.01) 0%, #000000 100%);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );

}

.topbar__cabinet:hover .cabinet__name {

    color: #fff;

}

.cabinet__nav {

    position: relative;

    display: none;

    left: 0px;

    padding: 0px;

    margin: 0px;

    list-style: none;

}

.topbar__cabinet:hover .cabinet__nav {

    display: block;

}

.cabinet__nav li {

    background-color: #252429;

}

.cabinet__nav li a {

    display: block;

    padding: 15px 0px 15px 20px;

}

.cabinet__nav li:hover {

    background: #000;

}

.topbar__languages {

    position: absolute;

    right: 0px;

    top: 0px;

    height: 55px;

    width: 60px;

    text-transform: uppercase;

    border-left: 1px solid #979797;

}

.languages__nav {

    padding: 0px;

    margin: 0px;

    list-style: none;

}

.languages__nav li {

    display: none;

    text-align: center;

    background-color: #252429;

}

.languages__nav a {

    display: block;

    line-height: 55px;

}

.languages__nav li:first-child {

    display: block !important;

    background: none;

}

.languages__nav:hover li {

    display: block;

}

.languages__nav li:hover {

    background: #000;

}

@media (max-width: 1100px) {

    .topbar__about {

        display: none;

    }

    .topbar__social {

        position: absolute;

        right: auto;

        left: 22px;

    }

    .topbar__cabinet:hover .cabinet__nav {

        display: none;

    }

    .cabinet__open, .languages__open {

        cursor: pointer;

        display: block;

        position: absolute;

        left: 0px;

        top: 0px;

        right: 0px;

        bottom:0px;

        z-index: 30;

    }

    .cabinet__open.active, .languages__open.active {

        display: none;

    }

    .languages__open.activec {

        display: block;

        border: 5px solid #fff;

    }

    .cabinet__name.active {

        color: #fff;

    }

    .cabinet__nav.open, .topbar__cabinet:hover .cabinet__nav.open {

        display: block;

    }

    .languages__nav:hover li {

        display: none;

    }

    .languages__nav.open li {

        display: block;

    }

}

@media (max-width: 700px) {

    .topbar__social {

        display: none;

    }

    .topbar__cabinet {

        position: absolute;

        float: none;

        width: auto;

        left: 0px;

        right: 60px;

        border-left: none;

    }

}

/* = Header

---------------------------------------------

--------------------------------------------- */

.site-header {

    position: relative;

    max-width: 1440px;

    height: 65px;

    background: #fff;

    margin: 0px auto;

    padding: 1px 0 0;

}

.site-header:before, .site-header:after {

    content: '';

    display: block;

    width: 2000px;

    position: absolute;

    left: -2000px;

    top: 0px;

    bottom: 0px;

    background: #fff;

}

.site-header:after {

    left:auto;

    right: -2000px;

}

.logo {

    position: absolute;

    left: 22px;

    top: 11px;

}

.logo img {
    height: 44px;

}

.site-nav {

    position: absolute;

    right: 27px;

    top: 24px;

    z-index: 1000;

}

.site-nav__list {

    padding: 0px;

    margin: 0px;

    list-style: none;

    text-transform: uppercase;

    display: block;

    text-align: right;

    font-weight: bold;
    max-width: 1030px;

}

.site-nav__item {

    position: relative;

    display: inline-block;

    margin: 0px 0px 0px 30px;

}

.site-nav__link {

    color: #000;

    position: relative;

    display: block;

    font-size: 14px;

    padding-bottom: 9px;

    text-decoration: none;
    border-bottom: 5px solid #fff;
    margin-bottom: 3px;

}

.site-nav a:hover {

    text-decoration: none;

}

.site-nav__item:hover {

}

.site-nav__item_active .site-nav__link, .site-nav__link:hover {

    border-bottom: 5px solid #04fa93;

}

.site-nav__item_arr .site-nav__link:hover {

    border-bottom: none;

}

.site-nav__item_arr .site-nav__link {

    margin-right: 13px;

}

.site-nav__item_arr .site-nav__link:before {

    content: '';

    position: absolute;

    right: -15px;

    top: 5px;

    width: 0;

    height: 0;

    border-style: solid;

    border-width: 5px 4.5px 0 4.5px;

    border-color: #000000 transparent transparent transparent;

}

.site-nav__sub-list {

    display: none;

    padding: 0px;

    margin: 0px;

    list-style: none;

    width: 200px;

    position: absolute;

    z-index: 250;

    left: 0px;

    top: 26px;

    text-align: left;

    padding: 8px 14px;

    background-color: #252429;

}

.site-nav__item:hover .site-nav__sub-list {

    display: block;

}

.site-nav__sub-item {

    padding: 10px 0px;

}

.site-nav__sub-link {

    background: none;

    color: #939498;

    text-decoration: none;

}

.site-nav__sub-link:hover {

    color: #fff;

}

.nav-open {

    cursor: pointer;

    display: none;

    width: 46px;

    height: 40px;

    position: absolute;

    z-index: 10;

    top: 42px;

    right: 32px;

    border-top: 8px solid #939498;

    border-bottom: 8px solid #939498;

}

.nav-open:before {

    content: '';

    display: block;

    position: absolute;

    z-index: 15;

    height: 8px;

    width: 46px;

    top: 8px;

    left: 0px;

    background: #939498;

}

.site-nav__item_social {

    display: none;

}

@media (max-width: 1250px) {

    .site-header {

        height:70px;

        min-height: 50px;

    }

    .nav-open {
        top:15px;
        display: block;

    }

    .logo {

        left: 50%;

        margin-left: -105px;

    }

    .site-nav {

        -moz-transition: max-height .3s;

        -ms-transition: max-height .3s;

        transition: max-height .3s;

        max-height: 0px;

        overflow: hidden;

        position: relative;

        width: 100%;

        top: 0px;

        right: 0px;

        margin: 122px 0 0;

        padding: 0 95px;

        background-color: #f4f4f4;

    }

    .site-nav.open {

        display: block;

        max-height: 1000px;

        border-bottom: 15px solid  #f4f4f4;

    }

    .site-nav__list {

        text-align: left;

    }

    .site-nav__sub-list {

        -moz-transition: max-height .3s;

        -ms-transition: max-height .3s;

        transition: max-height .3s;

        display: block;

        max-height: 0px;

        overflow: hidden;

        border: none;

    }

    .site-nav__sub-list.open {

        max-height: 1000px;

    }

    .site-nav__item {

        display: block;

        padding: 0px;

        margin: 0px 0px 0px 0px;

        border-bottom: 1px solid #eaeaea;

    }

    .site-nav__sub-item {

        display: block;

        padding: 0px;

        margin: 0px 0px 0px 0px;

    }

    .site-nav__sub-list.open .site-nav__sub-item {

        border-bottom: 1px solid #eaeaea;

    }

    .site-nav__sub-item:last-child {

        //display: none;

    }

    .site-nav__link, .site-nav__sub-link {

        display: block;

        font-size: 12px;

        font-weight: 500;

        color: #939498;

        line-height: 1.2;

        padding: 13px 0px;

    }

    .site-nav__item_active .site-nav__link, .site-nav__link:hover {

        border-bottom: none;

    }

    .site-nav__item_arr .site-nav__link:before {

        top: 20px;

        border-color: #939498 transparent transparent transparent;

    }

    .site-nav__item_arr {

        border-bottom: none;

    }

    .site-nav__sub-list {

        width: 100%;

        position: relative;

        z-index: 250;

        top: 0px;

        padding: 0px;

        background-color: transparent;

        border-top: 1px solid #eaeaea;

    }

    .site-nav__sub-link {

        padding-left: 30px;

    }

    .site-nav__sub-link:hover {

        color: #939498;

    }

    .site-nav__item_social {

        display: none;

    }

}

@media (max-width: 700px) {

    .site-header {

        min-height: 50px;

    }

    .nav-open {

        display: block;

    }

    .logo {

        left: 15px;

        margin-left: 0px;

    }

    .logo img {

        width: 127px;

    }

    .site-nav {

        margin: 100px 0 0;

        padding: 0 15px;

    }

    .nav-open {

        width: 24px;

        height: 20px;

        right: 15px;

        border-top: 4px solid #939498;

        border-bottom: 4px solid #939498;

        top:29px;

    }

    .nav-open:before {

        height: 4px;

        width: 24px;

        top: 4px;

        left: 0px;

    }

    .site-nav__item_social {

        display: block;

        overflow: hidden;

        padding: 13px 0px 2px 0px;

    }

    .site-nav__item_social .social__link {

        opacity: 1;

    }

    .site-nav__item_social .svg path {

        fill: #939498;

    }

}

/* = Slideshow

---------------------------------------------

--------------------------------------------- */

.slideshow {

    position: relative;

    z-index: 10;

    width: 100%;

    color: #fff;

    /*max-width: 1440px;*/

    margin: 0px auto;

    overflow: hidden;

}

.slideshow a {

    color: #fff;

}

.slideshow a:hover {

    text-decoration: none;

}

.rslides {

    position: relative;

    z-index: 10;

    padding: 0px;

    margin: 0px;

    list-style: none;

}

.slideshow__title {

    position: absolute;

    left: 20px;

    right: 20px;

    top: 29px;

    z-index: 20;

    text-align: center;

    font-size: 16px;

    font-weight: bold;

    text-transform: uppercase;

    overflow: hidden;

}

.slideshow__title a, .slideshow__title span {

    display: inline-block;

    position: relative;

}

.slideshow__title a:before, .slideshow__title a:after,
.slideshow__title span:before, .slideshow__title span:after
 {

    content: '';

    position: absolute;

    left: -2020px;

    top: 10px;

    display: block;

    width: 2000px;

    height: 2px;

    background: rgba(208,166,75,0.6)

    /*opacity: 0.5;*/

}

.slideshow__title a:after, .slideshow__title span:after {

    right: -2020px;

    left: auto;

}

.slideshow .slide {

    width: 100%;

    text-align: center;

    overflow: hidden;

}

.slideshow .slide p {

}

.slide__img {

    position: relative;

    width: 100%;

    margin: 0px;

}

.slide__img:before {

    content: '';

    position: absolute;

    z-index: 25;

    width: 50%;

    right: 0px;

    top: 0px;

    bottom: 0px;

    display: block;

    background: rgba(25,115,75,0.0); /* фильтр справа на большом слайдере главной страницы */

}

.slide__img img {

    position: relative;

    z-index: 10;

    width: 100%;

    display: block;

}

.slide__caption {

    position: absolute;

    left: 20%;

    right: 20%;

    z-index: 30;

    top: 41%;

    font-weight: bold;

    font-size: 16px;

    line-height: 1.15;

}

.slide__caption p {

    margin: 23px 0px 27px 0px;

}

.slide__title {

    font-size: 72px;

    font-weight: bold;

    display: block;

    margin: 0

}

.slide__title a,
.slide__title span
 {

    color: #fff;

    text-decoration: none;

}

.slide__title a:hover {

    text-decoration: underline;

}

.slide__next, .slide__prev {

    display: block;

    position: absolute;

    color: #fff;

    z-index: 30;

    left: 76px;

    top: 45.5%;

    max-width: 190px;

    overflow: hidden;

}

.slide__prev {

    left: auto;

    right: 76px;

    text-align: right;

}

.slideshow .rslides_nav, .modal-photo__nav {

    position: absolute;

    top: 44%;

    z-index: 30;

    text-indent: -9999px;

    overflow: hidden;

    width: 43px;

    height: 43px;

    border: 1px solid #fff;

    -webkit-border-radius: 25px;

    -moz-border-radius: 25px;

    border-radius: 25px;

}

.slideshow .rslides_nav:hover, .modal-photo__nav:hover {

    background-color: rgba(0, 0, 0, 0.2);

}

.slideshow .rslides_nav:before, .rslides_nav:after,  .modal-photo__nav:before,  .modal-photo__nav:after {

    content: '';

    display: block;

    width: 16px;

    height: 1px;

    position: absolute;

    left: 10px;

    top: 25px;

    background: #fff;

    transform: rotate(45deg);

}

.slideshow .rslides_nav:after, .modal-photo__nav:after {

    transform: rotate(-45deg);

    top: 15px;

}

.slideshow .rslides_nav.prev, .modal-photo__nav_prev {

    left: 20px;

}

.slideshow .rslides_nav.next, .modal-photo__nav_next {

    right: 20px;

}

.slideshow .rslides_nav.next:before, .modal-photo__nav_next:before {

    top: 15px;

    left: 15px;

}

.slideshow .rslides_nav.next:after, .modal-photo__nav_next:after {

    top: 25px;

    left: 15px;

}

.rslides_tabs {

    position: absolute;

    z-index: 50;

    bottom: 125px;

    left: 0px;

    right: 0px;

    padding: 0px;

    text-align: center;

    margin: 0px;

    height: 10px;

    list-style: none;

}

.rslides_tabs li {

    display: inline-block;

    margin: 0px 2px;

}

.rslides_tabs a {

    position: relative;

    text-indent: -999px;

    display: inline-block;

    width: 10px;

    height: 10px;

    overflow: hidden;

    border: 1px solid #fff;

    -webkit-border-radius: 10px;

    -moz-border-radius: 10px;

    border-radius: 10px;

}

.rslides_tabs a:before {

    content: '';

    display: none;

    position: absolute;

    left: 1px;

    top: 1px;

    width: 6px;

    height: 6px;

    margin: 0px;

    -webkit-border-radius: 10px;

    -moz-border-radius: 10px;

    border-radius: 10px;

    background: #fff;

}

.rslides_tabs a:hover:before, .rslides_here a:before {

    display: block;

}

@media (max-width: 1500px) {

	.slide__caption {

		top: 30%

	}



	.slide__title {

		font-size: 50px;

	}

}

@media (max-width: 1100px) {

    .slide__caption {

        left: 10%;

        right: 10%;

        top: 28%;

    }

    .slide__next, .slide__prev {

        display: none;

    }

    .rslides_tabs {

        bottom: 72px;

    }

	.slide__caption {

		top: 27%

	}

	.slide__title {

		font-size: 35px;

	}

}

@media (max-width: 900px) {

    /*

    .slide__img {

        height: 450px;

        width: 100%;

        overflow: hidden;

    }

    .slide__img img {

        width: auto;

        height: 450px;

        margin-left: -5%;

    }

    */

}

@media (max-width: 700px) {

    .slide__caption p {

        display: none;

    }

    .slideshow__title {

        font-size: 12px;

    }

    .slideshow__title a:before, .slideshow__title a:after {

        top: 6px;

    }

    .slide__caption {

        left: 75px;

        right: 75px;

        top: 41%;

    }

    /*

    .slide__img {

        height: 300px;

    }

    .slide__img img {

        height: 300px;

        margin-left: -19%;

    }

    */

    .slide__title {

        font-size: 24px;

    }

    .rslides_tabs {

        bottom: 30px;

    }

}

/* sponsor slideshow */

.sponsor-slideshow {

    position: relative;

    z-index: 10;

    background: #000;

    padding: 190px 0px 250px 0px;

    max-width: 1230px;

    margin: -190px auto -160px auto;

    height: 840px;

}

.sponsor-slideshow_page {

    padding: 30px 0px 30px 0px;

    margin: 0px auto -45px auto;

    height: 568px;

}

.sponsor-slideshow:before, .sponsor-slideshow:after {

    content: '';

    position: absolute;

    display: block;

    background: #000;

    width: 2000px;

    top: 0px;

    bottom: 0px;

    left: -2000px;

}

.sponsor-slideshow:after {

    left: auto;

    right: -2000px;

}

.sponsor-slide {

    height: 400px;

    width: 100%;

}

.sponsor-slide__head {

    float: left;

    display: block;

    width: 50%;

    height: 401px;

    padding: 30px;

    background-color: #252429;

}

.sponsor-slide__title {

    position: relative;

    font-size: 47px;

    font-weight: bold;

    margin: 0px 0px 50px 0px;;

    color: #fff;

    display: block;

    max-height: 150px;

    overflow: hidden;

    padding: 26px 0px 0px 0px;

}

.sponsor-slide__title:before {

    content: '';

    display: block;

    position: absolute;

    top: 0px;

    left: 0px;

    width: 50px;

    height: 8px;

    background-color: #04fa93;

}

.sponsor-slide__logo {

    margin: 0px;

    /* width: 260px; */

	width: 100%;

    height: 145px;

    overflow: hidden;

}

.sponsor-slide__logo img {

    max-width: 550px;

    max-height: 145px;

}

.sponsor-slide__content{

    float: right;

    width: 50%;

    line-height: 1.5;

}

.sponsor-slide__quote{

    position: relative;

    width: 78%;

    float: right;

	font-size: 14px;

    margin-right: 30px;

    padding: 65px 0px 45px 75px;

}

.sponsor-slide__quote:before {

    line-height: 1;

    content: '«';

    position: absolute;

    left: -23px;

    top: -20px;

    font-size: 400px;

    display: block;

    color: #252429;

    z-index: -1;

}

.sponsor-slide__quote:after {

    line-height: 1;

    /* content: '»'; */

    position: absolute;

    right: -15px;

    bottom: -290px;

    font-size: 400px;

    display: block;

    color: #252429;

	z-index: -1;

}

.sponsor-slide__quote p {

    position: relative;

    z-index: 15;

    margin: 0px 0px 25px 0px;

}

.sponsor-slide__author {

    display: block;

}

.sponsor-slideshow .rslides_tabs {

    bottom: 202px;

}

.sponsor-slideshow_page .rslides_tabs {

    bottom: 90px;

}

.sponsor-slideshow .rslides_nav {

    cursor: pointer;

    position: absolute;

    display: block;

    z-index: 55;

    width: 30px;

    height: 30px;

    right: 30px;

    bottom: 192px;

    overflow: hidden;

    text-indent: -9999px;

    background-color: #252429;

}

.sponsor-slideshow_page .rslides_nav {

    bottom: 80px;

}

.sponsor-slideshow .rslides_nav.prev {

    right: 60px;

}

.sponsor-slideshow .rslides_nav:before, .sponsor-slideshow .rslides_nav:after {

    content: '';

    display: block;

    width: 16px;

    height: 1px;

    background: #979797;

    transform: rotate(45deg);

    position: absolute;

    left: 7px;

    top: 10px;

}

.sponsor-slideshow .rslides_nav.next:after {

    transform: rotate(-45deg);

    top: 20px;

}

.sponsor-slideshow .rslides_nav.prev:before {

    top: 20px;

}

.sponsor-slideshow .rslides_nav.prev:after {

    transform: rotate(-45deg);

    top: 10px;

}

.sponsor-slideshow .rslides_nav.prev:hover, .sponsor-slideshow .rslides_nav.next:hover {

    background: #38393e;

}

.sponsor-slideshow .rslides_nav.prev:hover:before, .sponsor-slideshow .rslides_nav.next:hover:before, .sponsor-slideshow .rslides_nav.prev:hover:after, .sponsor-slideshow .rslides_nav.next:hover:after {

    background: #fff;

}

@media (max-width: 1100px) {

    .sponsor-slideshow {

        margin: -190px auto 0px auto;

        padding: 210px 65px 130px 65px;

        height: auto;

        overflow:hidden;

    }

    .sponsor-slideshow_page {

        height: auto;

        margin: 0px auto -45px auto;

        padding: 30px 65px 150px 65px;

    }

    .sponsor-slideshow .rslides {

        overflow: hidden;

    }

    .sponsor-slide {

        height: auto;

        width: 100%;

        text-align: center;

    }

    .sponsor-slide__head {

        float: none;

        width: 100%;

        height: auto;

        padding: 0px;

        background-color: transparent;

    }

    .sponsor-slide__title {

        position: relative;

        font-size: 48px;

        margin: 0px 0px 30px 0px;;

        max-height: 1000px;

        overflow: visible;

        display: block;

        line-height: 1.5;

        padding: 26px 0px 0px 0px;

    }

    .sponsor-slide__title:before {

        left: 50%;

        margin-left: -25px;

    }

    .sponsor-slide__logo {

        display: block;

        margin: 0px;

        width: 100%;

        height: auto;

        overflow: hidden;

    }

    .sponsor-slide__logo img {

        width: 100%;

        max-width: 260px;

        max-height: 125px;

    }

    .sponsor-slide__content{

        float: none;

        width: 100%;

    }

    .sponsor-slide__quote{

        position: relative;

        width: 100%;

        float: none;

        margin: 20px 0px 0px 0px;

        padding: 0px 30px;

    }

    .sponsor-slide__quote:before, .sponsor-slide__quote:after {

        display: none;

    }

    .sponsor-slide__quote p {

        position: relative;

        z-index: 15;

        margin: 0px 0px 20px 0px;

    }

    .sponsor-slideshow .rslides_tabs {

        bottom: 35px;

    }

    .sponsor-slideshow .rslides_nav {

        right: 95px;

        bottom: 30px;

    }

    .sponsor-slideshow_page .rslides_tabs {

        bottom: 80px;

    }

    .sponsor-slideshow_page .rslides_nav {

        bottom: 75px;

    }

    .sponsor-slideshow .rslides_nav.prev {

        right: 125px;

    }

}

@media (max-width: 700px) {

    .sponsor-slideshow {

        margin: 0px auto;

        padding: 15px 15px 65px 15px;

    }

    .sponsor-slide__title {

        position: relative;

        font-size: 24px;

        margin: 0px 0px 20px 0px;

        line-height: 1.3;

        padding: 23px 0px 0px 0px;

    }

    .sponsor-slide__title:before {

        left: 50%;

        margin-left: -25px;

    }

    .sponsor-slide__logo img {

        max-width: 150px;

        max-height: 57px;

    }

    .sponsor-slide__content{

        float: none;

        width: 100%;

    }

    .sponsor-slide__quote{

        padding: 0px 0px;

    }

    .sponsor-slide__quote:before, .sponsor-slide__quote:after {

        display: none;

    }

    .sponsor-slideshow .rslides_tabs {

        bottom: 23px;

    }

    .sponsor-slideshow .rslides_nav {

        right: 15px;

        bottom: 15px;

    }

    .sponsor-slideshow .rslides_nav.prev {

        right: 45px;

    }

}

/* = News

---------------------------------------------

--------------------------------------------- */

.news-section {

    position: relative;

    max-width: 1230px;

    margin: -107px auto 0px auto;

    padding-bottom: 80px;

    position: relative;

    z-index: 20;

}

.news-list {

    position: relative;

    overflow: hidden;

    background: #fff;

    margin: 0px auto;

}

.news-list:before, .news-list:after {

    content: '';

    display: block;

    position: absolute;

    z-index: 15;

    height: 254px;

    width: 5px;

    background: #fff;

    right: 0px;

    top: 0px;

}

.news-list:after {

    right: 0px;

    top: auto;

    bottom: 1px;

}

.news-prw {

    position: relative;

    float: left;

    width: 25%;

    height: 255px;

    line-height: 1.25;

    padding: 29px 20px 10px 30px;

    border-right: 1px solid #d7d7d7;

    border-bottom: 1px solid #d7d7d7;

}

.news-prw a {

    text-decoration: none;

}

.news-prw a:hover {

    text-decoration: underline;

}

.news-prw__date {

    display: block;

    font-size: 10px;

    color: #939498;

}

.news-prw__title {

    font-size: 16px;

    font-weight: bold;

    max-height: 60px;

    overflow: hidden;

    color: #000;

    margin: 15px 0px 16px 0px;

    display: block;

}

.news-prw__title a {

    color: #000;

}

.news-prw__text {

    max-height: 45px;

    font-family: Roboto;

    font-size: 13px;

    font-weight: normal;

    overflow: hidden;

}

.news-prw__text a {

    color: #939498;

}

.news-prw__text a:hover {

    text-decoration: none;

}

.news-prw__text:after {

    content: '';

}

.news-prw__more {

    cursor: pointer;

    position: absolute;

    left: 30px;

    bottom: 30px;

    color: #000;

    font-weight: bold;

    text-transform: uppercase;

}

.news-prw .block-link {

    display: none;

}

.news-section .more-link {

    position: absolute;

    left: 30px;

    bottom: 37px;

}

@media (max-width: 1100px) {

    .news-section {

        padding: 0px 65px 75px 65px;

        margin-top: -30px;

    }

    .news-prw {

        width: 50%;

    }

    .news-list {

        height: 510px;

        overflow: hidden;

    }

    .news-section .more-link {

        left: 95px;

    }

}

@media (max-width: 700px) {

    .news-section {

        padding: 0px 0px 60px 0px;

        margin-top: 0px;

    }

    .news-list {

        height: 290px;

    }

    .news-list:before, .news-list:after {

        height: 144px;

    }

    .news-prw {

        width: 50%;

        height: 145px;

        line-height: 1;

        padding: 15px 15px 5px 15px;

    }

    .news-prw__title {

        font-size: 16px;

        font-weight: bold;

        max-height: 65px;

        margin: 15px 0px 16px 0px;

    }

    .news-prw__text {

        display: none;

    }

    .news-prw__more {

        font-size: 10px;

        left: 15px;

        bottom: 15px;

    }

    .news-prw .block-link {

        display: block;

    }

    .news-section .more-link {

        left: 15px;

        bottom: 25px;

    }

}

/* = About

---------------------------------------------

--------------------------------------------- */

.about {

    background-color: #000000;

}

.about__inner {

    max-width: 1230px;

    margin: 0px auto;

    position: relative;

    padding: 40px 0px;

    overflow:hidden;

}

.about__head {

    float: left;

    width: 50%;

    min-height: 370px;

    padding: 35px 30px 15px 30px;

    background-color: #252429;

}

.about__title {

    position: relative;

    font-size: 47px;

    font-weight: bold;

    line-height: 1.53;

    margin: 0px;

    color: #fff;

    width: 250px;

    padding: 26px 0px 0px 0px;

}

.about__title:before {

    content: '';

    display: block;

    position: absolute;

    top: 0px;

    left: 0px;

    width: 50px;

    height: 8px;

    background-color: #04fa93;

}

.about__content {

    float: right;

    width: 50%;

	font-size: 14px;

    line-height: 1.5;

    background: #fff;

    padding: 39px 35px 33px 35px;

}

.about__content a {

	color: #939498

}

.about__content a:hover {

	color: #000

}

.about__download {

    font-size: 12px;

    position: absolute;

    left: 30px;

    bottom: 65px;

    color: #fff;

    text-decoration: none;

    text-transform: uppercase;

}

.about__download:hover {

    text-decoration: underline;

}

@media (max-width: 1100px) {

    .about__inner {

        padding: 30px 65px 75px 65px;

    }

    .about__head {

        float: none;

        width: 100%;

        min-height: 0px;

        padding: 28px 30px 10px 30px;

    }

    .about__title {

        font-size: 48px;

        font-weight: bold;

        width: 100%;

        padding: 18px 0px 0px 0px;

    }

    .about__content {

        float: none;

        width: 100%;

        background: #252429;

        padding: 5px 30px 15px 30px;

    }

	.about__content a {

		color: #939498

	}

	.about__content a:hover {

		color: #fff;

		text-decoration: underline;

	}

    .about__download {

        font-size: 12px;

        bottom: 30px;

        left: 95px;

    }

}

@media (max-width: 700px) {

    .about__inner {

        padding: 25px 15px 15px 15px;

    }

    .about__head {

        padding: 0px;

        background: none;

    }

    .about__title

    {

        width: 150px;

        font-size: 24px;

    }

    .about__content {

        padding: 0px;

        background: none;

    }

    .about__download {

        font-size: 10px;

        position: relative;

        bottom: 0px;

        left: 0px;

    }



}

/* = Participate

---------------------------------------------

--------------------------------------------- */

.participate {

    background: #252429;

    color: #fff;

    text-align: center;

    font-size: 16px;

    font-weight: bold;

    line-height: 1.13;

    padding: 39px 0px 68px 0px;

}

.participate__inner {

    max-width: 1230px;

    margin: 0px auto;

}

.participate__title {

    display: block;

    font-size: 72px;

    font-weight: bold;

}

.participate p {

    max-width: 770px;

    margin: 37px auto;

}

.participate__buttons {

}

@media (max-width: 1100px) {

    .participate {

        padding: 52px 65px 56px 65px;

    }

    .participate__title {

        font-size: 47px;

    }

    .participate p {

        max-width: 490px;

        margin: 33px auto 30px auto;

    }

}

@media (max-width: 700px) {

    .participate {

        padding: 30px 15px 30px 15px;

    }

    .participate__title {

        font-size: 24px;

        line-height: 1.5;

    }

    .participate p {

        margin: 15px auto 30px auto;

    }

}

/* = Projects

---------------------------------------------

--------------------------------------------- */

.projects-section {

    position: relative;

    overflow: hidden;

    /*max-width: 1440px;*/

    margin: 0px auto;

}

.project-prw {

    text-align: center;

    float: left;

    width: 25%;

    position: relative;

}

.project-prw.tablet-visible, .project-prw.mobile-visible {

    display: block;

}

.project-prw__thumb {

    position: relative;

    z-index: 10;

    margin: 0px;

}

.project-prw__thumb img {

    display: block;

    width: 100%;

    -webkit-filter: grayscale(100%);

    -moz-filter: grayscale(100%);

    -ms-filter: grayscale(100%);

    -o-filter: grayscale(100%);

    filter: grayscale(100%);

}

.project-prw:hover img {

    -webkit-filter: grayscale(0%);

    -moz-filter: grayscale(0%);

    -ms-filter: grayscale(0%);

    -o-filter: grayscale(0%);

    filter: grayscale(0%);

}

.project-prw__info {

    display: none;

    position: absolute;

    z-index: 15;

    left: 20px;

    top: 20px;

    right: 20px;

    bottom: 20px;

    padding: 20px 15px 15px 15px;

    color: #ffffff;

    background-color: rgba(0, 0, 0, 0.8);

}

.project-prw:hover .project-prw__info {

    display: block;

}

.project-prw .block-link {

    display: none;

}

.project-prw__category {

    font-size: 12px;

    font-weight: bold;

    display: block;

    text-transform: uppercase;

}

.project-prw__title {

    display: block;

    font-size: 24px;

    font-weight: bold;

    line-height: 1.5;

    max-height: 72px;

    overflow: hidden;

    margin: 25px 0px 10px 0px;

}

.project-prw__author {

    display: block;

    font-size: 16px;

    white-space: nowrap;

    overflow: hidden;

}

.project-prw__rating {

    font-size: 16px;

    font-weight: bold;

    text-align: center;

    max-width: 56px;

    margin: 10px auto;

    position: relative;

    padding: 20px 0px 0px 0px;

}

.project-prw__rating:before {

    content: '';

    display: block;

    position: absolute;

    left: 3px;

    top: 0px;

    width: 50px;

    height: 4px;

    background-color: #04fa93;

}

.project-prw__rating  .rating__star {

    float: left;

    margin-right: 5px;

}

.project-prw__more {

    position: absolute;

    bottom: 20px;

    left: 50%;

    margin-left: -115px;

}

.project-prw__link {

}

.projects-section .more-link__wrap {

    clear: both;

    max-width: 1230px;

    padding: 46px 30px 35px 30px;

    margin: 0px auto;

}

@media (max-width: 1300px) {

    .project-prw__info {

        left: 10px;

        top: 10px;

        right: 10px;

        bottom: 10px;

        padding: 15px 15px 15px 15px;

        color: #ffffff;

        background-color: rgba(0, 0, 0, 0.8);

    }

    .project-prw__title {

        margin: 10px 0px 10px 0px;

        line-height: 1.2;

        max-height: 55px;

    }

    .project-prw__thumb img {

        -webkit-filter: grayscale(0%);

        -moz-filter: grayscale(0%);

        -ms-filter: grayscale(0%);

        -o-filter: grayscale(0%);

        filter: grayscale(0%);

    }

}

@media (max-width: 1100px) {

    .project-prw {

        display: none;

        text-align: center;

        float: left;

        width: 33.33%;

        position: relative;

    }

    .project-prw.tablet-visible {

        display: block;

    }

    .project-prw__info {

        padding: 25px 15px 15px 15px;

    }

    .project-prw:hover .project-prw__info {

        display: none;

    }

    .project-prw__title {

        margin: 7px 0px 7px 0px;

        line-height: 1.2;

        max-height: 55px;

    }

    .project-prw__more {

        display: none;

    }

    .project-prw__rating {

        display: none;

        padding: 10px 0px 0px 0px;

    }

    .project-prw .block-link {

        display: block;

    }

    .projects-section .more-link__wrap {

        padding: 30px 95px 35px 95px;

    }

}

@media (max-width: 700px) {

    .project-prw {

        width: 50%;

        display: none;

    }

    .project-prw.tablet-visible {

        display: none;

    }

    .project-prw.mobile-visible {

        display: block;

    }

    .project-prw__info, .project-prw:hover .project-prw__info  {

        display: none;

    }

    .projects-section .more-link__wrap {

        padding: 20px 15px 25px 15px;

    }

    .project {
        display: contents!important;
    }

}

/* = Jury

---------------------------------------------

--------------------------------------------- */

.jury-section {

}

.jury-member {

    text-align: center;

    overflow: hidden;

    position: relative;

}

.jury-preview {

    float: left;

    width: 25%;

    margin-bottom: 30px;

}

.jury-preview .jury-member {

    margin-right: 30px;

}

.jury-member__photo {

    margin: 0px;

    position: relative;

    z-index: 10;

}

.jury-member__photo img {

    width: 100%;

    -webkit-filter: grayscale(100%);

    -moz-filter: grayscale(100%);

    -ms-filter: grayscale(100%);

    -o-filter: grayscale(100%);

    filter: grayscale(100%);

}

.jury-member:hover .jury-member__photo img {

    -webkit-filter: grayscale(0%);

    -moz-filter: grayscale(0%);

    -ms-filter: grayscale(0%);

    -o-filter: grayscale(0%);

    filter: grayscale(0%);

}

.jury-member__name {

    position: absolute;

    max-width: 85%;

    overflow: hidden;

    z-index: 15;

    left: 0px;

    color: #000;

    text-align: left;

    font-size: 16px;

    font-weight: bold;

    bottom: 20px;

    display: inline-block;

    background: #04fa93;

    padding: 2px 15px 2px 13px;

    white-space: nowrap;

}

.jury-member__name .f-n, .jury-member__name .l-n {

    font-style: normal;

}

.jury-member__name:before {

    content: '';

    display: block;

    position: absolute;

    right: 0px;

    top: 0px;

    bottom: 0px;

    width: 15px;

    background: #04fa93;

    background: -moz-linear-gradient(left, #04fa93 0%, #04fa93 100%);

    background: -webkit-gradient(left top, right top, color-stop(0%, #04fa93), color-stop(100%, #04fa93));

    background: -webkit-linear-gradient(left, #04fa93 0%, #04fa93 100%);

    background: -o-linear-gradient(left, #04fa93 0%, #04fa93 100%);

    background: -ms-linear-gradient(left, #04fa93 0%, #04fa93 100%);

    background: linear-gradient(to right, #04fa93 0%, #04fa93 100%);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04fa93', endColorstr='#04fa93', GradientType=1 );

}

.jury-member__info {

    display: none;

    position: absolute;

    z-index: 15;

    left: 20px;

    top: 20px;

    right: 20px;

    bottom: 20px;

    padding: 20px 15px 15px 15px;

    color: #ffffff;

    font-size: 12px;

    background-image: url(/imgs/info.svg);

    background-repeat: no-repeat;

    background-position: center 56%;

    background-color: rgba(0, 0, 0, 0.8);

}

.jury-member:hover .jury-member__info {

    display: block;

}

.jury-member:hover .jury-member__name {

    display: none;

}

.member__name {

    display: block;

    font-size: 16px;

    font-weight: normal;

    line-height: 0.94;

    max-height: 35px;

    overflow: hidden;

}

.member__description {

    margin: 5px 0px;

    line-height: 1.25;

    max-height: 45px;

    overflow: hidden;

}

.member__from {

    text-transform: uppercase;

    position: absolute;

    line-height: 1.25;

    left: 10px;

    bottom: 10px;

    right: 10px;

    max-height: 45px;

    overflow: hidden;

}

@media (max-width: 1000px) {

    .jury-member:hover .jury-member__info {

        display: none;

    }

    .jury-member:hover .jury-member__name {

        display: block;

    }

}

@media (max-width: 1100px) {

    .jury-preview {

        float: left;

        width: 33.33%;

    }

    .jury-member__name {

        white-space: normal;

        font-size: 12px;

        font-weight: bold;

        bottom: 20px;

        display: inline-block;

        background: none;

        padding: 0px;

    }

    .jury-member__name:before {

        display: none;

    }

    .jury-member__name .f-n, .jury-member__name .l-n {

        background: #04fa93;

        float: left;

        clear: both;

        display: inline-block;

        padding: 0px 10px 0px 10px;

    }

	.jury-member__photo img {

		-webkit-filter: grayscale(0%);

		-moz-filter: grayscale(0%);

		-ms-filter: grayscale(0%);

		-o-filter: grayscale(0%);

		filter: grayscale(0%);

	}

}

@media (max-width: 700px) {

    .jury-preview {

        width: 50%;

        margin-bottom: 15px;

    }

    .jury-preview .jury-member {

        margin-right: 15px;

    }



    .jury-member__info {

        font-size: 8px;

        right: 30px;

        left: 15px;

        top: 15px;

        bottom: 15px;

    }

    .jury-member:hover .jury-member__info {

        display: none;

    }

    .jury-member:hover .jury-member__name {

        display: block;

    }

    .member__name {

        font-size: 12px;

    }

    .member__description {

        max-height: 20px;

    }

    .member__from {

        max-height: 30px;

    }

}

/* = Carousel

---------------------------------------------

--------------------------------------------- */

.carousel-section {

    position: relative;

    z-index: 25;

}

.carousel-section__inner {

    position: relative;

    max-width: 1230px;

    margin: 0px auto 30px auto;

    background: #fff;

    padding: 30px 0px 90px 30px;

}

.carousel-section__inner:before {

    content: '';

    display: block;

    position: absolute;

    right: 0px;

    z-index: 50;

    top: 0px;

    bottom: 0px;

    width: 30px;

    background: #fff;

}

.carousel__slide {

}

.slide__inner {

    margin-right: 30px;

}

.carousel-section .more-link {

    position: absolute;

    left: 30px;

    bottom: 35px;

}

.owl-carousel .owl-wrapper:after {

    content: ".";

    display: block;

    clear: both;

    visibility: hidden;

    line-height: 0;

    height: 0;

}

.owl-carousel{

    display: none;

    position: relative;

    width: 100%;

    -ms-touch-action: pan-y;

}

.owl-carousel .owl-wrapper{

    display: none;

    position: relative;

    -webkit-transform: translate3d(0px, 0px, 0px);

}

.owl-carousel .owl-wrapper-outer{

    overflow: hidden;

    position: relative;

    width: 100%;

}

.owl-carousel .owl-wrapper-outer.autoHeight{

    -webkit-transition: height 500ms ease-in-out;

    -moz-transition: height 500ms ease-in-out;

    -ms-transition: height 500ms ease-in-out;

    -o-transition: height 500ms ease-in-out;

    transition: height 500ms ease-in-out;

}

.owl-carousel .owl-item{

    float: left;

}

.owl-controls .owl-page,

.owl-controls .owl-buttons div{

    cursor: pointer;

}

.owl-controls {

    -webkit-user-select: none;

    -khtml-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;

    -webkit-tap-highlight-color: #000000;

}

.grabbing {

    cursor:url(grabbing.png) 8 8, move;

}

.owl-carousel  .owl-wrapper,

.owl-carousel  .owl-item{

    -webkit-backface-visibility: hidden;

    -moz-backface-visibility:    hidden;

    -ms-backface-visibility:     hidden;

    -webkit-transform: translate3d(0,0,0);

    -moz-transform: translate3d(0,0,0);

    -ms-transform: translate3d(0,0,0);

}



.owl-buttons {

    position: absolute;

    right: 30px;

    bottom: -65px;

}

.owl-buttons div {

    cursor: pointer;

    position: relative;

    display: inline-block;

    width: 30px;

    height: 30px;

    background: #000;

    overflow: hidden;

    text-indent: -9999px;

    background-color: #252429;

}

.owl-buttons div:first-child:before, .owl-buttons div:last-child:before, .owl-buttons div:first-child:after, .owl-buttons div:last-child:after {

    content: '';

    display: block;

    width: 16px;

    height: 1px;

    background: #979797;

    transform: rotate(45deg);

    position: absolute;

    left: 25%;

    top: 10px;

}

.owl-buttons div:last-child:after {

    transform: rotate(-45deg);

    top: 20px;

}

.owl-buttons div:first-child:before {

    top: 20px;

}

.owl-buttons div:first-child:after {

    transform: rotate(-45deg);

    top: 10px;

}

.owl-buttons div:hover {

    background: #38393e;

}

.owl-buttons div:hover:before, .owl-buttons div:hover:after {

    background: #fff;

}

@media (max-width: 1100px) {

    .carousel-section {

        padding: 0px 65px

    }

    .carousel-section__inner {

        margin: 30px auto 30px auto;

    }

}

@media (max-width: 700px) {

    .carousel-section {

        padding: 0px;

    }

    .carousel-section__inner {

        position: relative;

        max-width: 1230px;

        margin: 0px auto 0px auto;

        padding: 15px 0px 60px 15px;

    }

    .carousel-section__inner:before {

        width: 15px;

    }

    .slide__inner {

        margin-right: 15px;

    }

    .owl-buttons {

        right: 15px;

        bottom: -50px;

    }

    .carousel-section .more-link {

        left: 15px;

        bottom: 21px;

    }

}

/* = Footer

---------------------------------------------

--------------------------------------------- */

.site-footer {

    position: relative;

    height: 233px;

    max-width: 1230px;

    margin: 65px auto 0;

    background-color: #252429;

}

.site-footer:before, .site-footer:after {

    content: '';

    display: block;

    position: absolute;

    left: -2000px;

    top: 0px;

    bottom: 0px;

    width: 2000px;

    background-color: #252429;

}

.site-footer:after {

    right: -2000px;

    left: auto;

}

.footer__nav {

    position: absolute;

    left: 30px;

    top: 75px;

    padding: 0px;

    margin: 0px;

    list-style: none;

    text-transform: uppercase;

}

.footer__nav li {

    margin: 0px 0px 5px 0px;

}

.footer__nav a {

    color: #fff;

    text-decoration: none;

}

.footer__nav a:hover {

    color: #939498;

}

.footer__logo {

    position: absolute;

    top: 75px;

    left: 50%;

    margin-left: -103px;

}

.footer__logo img {

}

.footer__social {

    position: absolute;

    width: 160px;

    right: 240px;

    top: 77px;

}

.footer__title {

    display: block;

    font-weight: bold;

    margin: 0px 0px 28px 0px;

    text-transform: uppercase;

}

.footer__social .social__link {

    margin: 0px -3px 0px 0px;

}

.footer__sponsor {

    position: absolute;

    width: 180px;

    right: 20px;

    top: 77px;

}

.footer__sponsor-logo {

    margin: -8px 0px 0px 0px;

}

.footer__copyrights {

    position: absolute;

    bottom: 15px;

    left: 50%;

    width: 300px;

    color: #fff;

    margin-left: -150px;

    text-align: center;

}

@media (max-width: 1100px) {

    .footer__social {

        display: none;

    }

    .site-footer {

        height: 166px;

    }

    .footer__nav {

        top: 32px;

        left: 65px;

    }

    .footer__nav li {

        margin: 0px 0px 12px 0px;

    }

    .footer__logo {

        top: 30px;

        margin-left: -83px;

    }

    .footer__logo img {

        width: 166px;

    }

    .footer__sponsor {

        top: 30px;

        right: 65px;

    }

    .footer__copyrights {

        bottom: 12px;

    }

}

@media (max-width: 700px) {

    .site-footer {

        height: auto;

        text-align: center;

        padding: 40px 10px 55px 10px;

    }

    .footer__nav {

        position: relative;

        top: 0px;

        left: 0px;

        width: 100%;

        padding: 0px 10px;

        margin-bottom: 65px;

    }

    .footer__nav li {

        margin: 0px 0px 15px 0px;

    }

    .footer__logo {

        position: relative;

        top: 0px;

        left: 0px;

        margin: 0px 0px 60px 0px;

        text-align: center;

        width: 100%;

    }

    .footer__logo img {

    }

    .footer__title {

        margin: 0px 0px 18px 0px;

    }

    .footer__sponsor {

        position: relative;

        top: 0px;

        right: 0px;

        width: 100%;

        text-align: center;

    }

    .footer__sponsor-logo img {

        margin: 0px auto;

        float: none;

        display: inline-block;

    }

    .footer__copyrights {

        left: 0px;

        margin-left: 0px;

        width: 100%;

        bottom: 12px;

    }

}

/* = Page Head

---------------------------------------------

--------------------------------------------- */

.page__head {

    overflow: hidden;

    max-width: 1230px;

    margin: 0px auto;

    padding: 10px 30px 10px 30px;

}

.page__title {

    float: left;

    width: 60%;

    font-size: 24px;

    font-weight: normal;

    margin: 0px;

    color: #000;

}

.wrapper-bx-breadcrumb {

	float:right;

	padding-top: 8px;

	width: 40%;

}

.bx-breadcrumb {

	margin: 0;

}

.bx-breadcrumb .bx-breadcrumb-item {

	margin-bottom: 0

}

.bx-breadcrumb .bx-breadcrumb-item span {

	font-family: Roboto;

	font-size: 12px;

	text-transform: uppercase;

}

.bx-breadcrumb .bx-breadcrumb-item:last-child {

	margin-right: 0

}







.breadcrumb {

    float: right;

    width: 40%;

    color: #000;

    padding: 8px 0px 0px 0px;

    margin: 0px;

    list-style: none;

    text-transform: uppercase;

    text-align: right;

}

.breadcrumb li {

    position: relative;

    display: inline-block;

    margin-right: 11px;

}

.breadcrumb li:last-child {

    margin-right: 0px;

}

.breadcrumb li:before {

    content: '&gt;';

    position: absolute;

    right: -10px;

    top: -1px;

    font-size: 12px;

    color: #000;

}

.breadcrumb li:last-child:before {

    display: none;

}

.breadcrumb a {

    text-decoration: none;

    color: #000;

}

.breadcrumb a:hover {

    text-decoration: underline;

}

@media (max-width: 1100px) {

    .page__head {

        padding-left: 95px;

        padding-right: 95px;

    }

}

@media (max-width: 700px) {

    .page__head {

        padding: 33px 20px 35px 20px;

    }

    .page__title {

        float: none;

        width: 100%;

    }

    .breadcrumb, .wrapper-bx-breadcrumb {

        display: none;

    }

}

/* = Press

---------------------------------------------

--------------------------------------------- */

.press-section {

    margin: 30px 0px;

}

.press-section__inner {

    background: #fff;

    max-width: 1230px;

    margin: 0px auto;

    padding: 30px 30px 30px 30px;

}

.section__title {

    display: block;

    font-size: 47px;

    font-weight: bold;

    color: #000000;

    line-height: 1.5;

    position: relative;

    margin: 0px 0px 25px 0px;

    padding: 30px 0px 0px 0px;

}

.section__title:before {

    content: '';

    display: block;

    position: absolute;

    top: 0px;

    left: 0px;

    width: 50px;

    height: 8px;

    background-color: #04fa93;

}

.press-nav {

    overflow: hidden;

    margin: 0px -30px -30px 0px;

}

.press-nav__list {

    padding: 0px;

    margin: 0px;

    list-style: none;

}

.press-nav__item {

    float: left;

    width: 25%;

    text-align: center;

}

.press-nav__item a {

    display: block;

    position: relative;

    height: 270px;

    color: #252429;

    border: 2px solid #000;

    padding-top: 55px;

    margin: 0px 30px 30px 0px;

}

.press-nav__item a:hover {

    color: #fff;

    background-color: #252429;

}

.press-nav__label {

    display: block;

    position: absolute;

    left: 10px;

    right: 10px;

    bottom: 15px;

    font-size: 24px;

    font-weight: bold;

    text-transform: uppercase;

}

.pess-nav__ico {

    width: 100%;

    height: 150px;

    width: 300px;

    vertical-align: middle;

    display: table-cell;

}

.press-nav .svg path, .press-nav .svg polyline {

    fill: #252429;

}

.press-nav__item a:hover .svg path, .press-nav__item a:hover .svg polyline  {

    fill: #04fa93;

}

.ico_press{

    width: 54px;

    height: 72px;

}

.ico_camera{

    width: 72px;

    height: 66px;

}

.ico_add{

    width: 139px;

    height: 44px;

}

@media (max-width: 1100px) {

    .press-section {

        padding: 0px 65px;

    }

    .press-nav__item {

        width: 33.33%;

    }

    .press-nav__item a {

        height: 172px;

        padding-top: 49px;

    }

    .pess-nav__ico {

        height: 75px;

    }

    .section__title {

        font-size: 37.5px;

        position: relative;

        margin: 0px 0px 20px 0px;

        padding: 17px 0px 0px 0px;

    }

    .press-nav__label {

        font-size: 12px;

        line-height: 1.25;

    }

    .ico_press{

        width: 27px;

        height: 36px;

    }

    .ico_camera{

        width: 36px;

        height: 34px;

    }

    .ico_add{

        width: 77px;

        height: 25px;

    }

}

@media (max-width: 700px) {

    .press-section {

        padding: 0px;

        margin: 0px;

    }

    .press-section__inner {

        margin: 0px auto;

        padding: 29px 15px 15px 15px;

    }

    .section__title {

        font-size: 24px;

        margin: 0px 0px 10px 0px;

        padding: 15px 0px 0px 0px;

    }

    .press-nav {

        overflow: hidden;

        margin: 0px -15px -15px 0px;

    }

    .press-nav__item {

        width: 50%;

    }

    .press-nav__item a {

        height: 138px;

        padding-top: 30px;

        margin: 0px 15px 15px 0px;

    }

}

/* = Filters

---------------------------------------------

--------------------------------------------- */

.filters {

    position: relative;

    z-index: 20;

    height: 80px;

    max-width: 1230px;

    padding: 20px 30px;

    margin: 0px auto 0px auto;

    background-color: #252429;

}

.filters:before, .filters:after {

    content: '';

    display: block;

    position: absolute;

    width: 2000px;

    top: 0px;

    height: 240px;

    left: -2000px;

    background-color: #252429;

}

.filters:after {

    left: auto;

    right: -2000px;

}

.filters__select {

    float: left;

}

.filters__select .ui-selectmenu-button {

    width: 100% !important;

}

.filters__select_a {

    width: 140px;

}

.filters__select_c {

    float: right;

    margin-left: 30px;

    width: 135px;

}

.filters__select_b {

    float: right;

    width: 210px;

}

.filters__list {

    padding: 15px 0px 0px 0px;

    margin: 0px;

    list-style: none;

    font-size: 14px;

    font-weight: bold;

    text-align: center;

}

.filters__list li {

    display: inline-block;

    margin: 0px 8px;

    text-transform: uppercase;

}

.filters__list a {

    color: #898a8e;

    text-decoration: none;

}

.filters__list a:hover, .filters__list li.active a {

    color: #fff;

}

@media (max-width: 1100px) {

    .filters {

        /*padding: 20px 95px;*/
        padding-right: 55px;

    }

    .filters:before {

        height: 210px;

        left: -1935px;

    }

    .filters:after {

        height: 210px;

        right: -1935px;

    }

    /*.filters__list {

        text-align: center;

        margin-right: -39px;

        margin-left: -39px;

    }

    .filters__list li {

        margin: 0px 3px 0px 0px;

    }*/

    .filters__list {

        cursor: pointer;

        position: relative;

        z-index: 990 !important;

        font-size: 14px;

        font-weight: bold;

        text-transform: uppercase;

        line-height: 1;

        height: 40px;

        width: 100%;

        text-align: left;

        color: #9b9b9b;

        display: lock;

        padding: 40px 0px 0px 0px;

        margin: 0px 0px 0px 0px !important;

        box-sizing: border-box;

        border: 1px solid #979797;

        background: #252429;

        max-width: 270px;

        box-sizing: border-box;

    }

    .filters__list:before {

        content: '';

        display: block;

        border-style: solid;

        border-width: 6px 4.5px 0 4.5px;

        border-color: #949494 transparent transparent transparent;

        position: absolute;

        z-index: 100;

        top: 17px;

        right: 15px;

    }

    .filters__list li {

        margin: 0px -1px;

        display: none;

        background: #252429;

        border: 1px solid #979797;

        border-top: none;

        border-bottom: none;

    }

    .filters__list li a {

        padding: 13px 20px 10px 15px;

        display: block;

    }

    .filters__list.active {

        border-color: #fff;

        height: auto;

        border-bottom: 1px solid #979797;

    }

    .filters__list.active li {

        display: block;

        border-color: #fff;

    }

    .filters__list li.active {

        display: block;

        color: #9b9b9b;

        position: absolute;

        left: 0px;

        top: 0px;

        width: 100%;

        border-right: none;

    }

    .filters__list li.active a {

        color: #9b9b9b;

    }

    .filters__list.active li.active a {

        color: #fff;

    }

}

@media (max-width: 750px) {

    .filters__select_c {

        margin-left: 5px;

    }

}

@media (max-width: 1000px) {

    .filters {

        z-index: 100;

        height: auto;

        padding: 20px 20px;

        margin: 0px auto;

    }

    .filters:before, .filters:after {

        display: none;

    }

    .filters__select {

        float: none;

        width: 100%;

        margin: 20px 0px 0px 0px;

    }

    .filters__select:first-child {

        margin-top: 0px;

    }

    .filters__list {

        max-width: 1000px;

    }

}

/* = Content

---------------------------------------------

--------------------------------------------- */

.site-content {

    position: relative;

    z-index: 15;

    margin-bottom: 45px;

}

.site-content_white {

    margin-bottom: 0px;

    background: #fff;

}

.site-content__inner {

    position: relative;

    max-width: 1230px;

    margin: 0px auto;

    background: #fff;

    padding: 30px;

}

.site-content__banner {

    text-align: center;

    margin: 0px 0px 30px 0px;

    width: 100%;

}

.site-content__banner img {

    width: 100%;

}

.sub-section__title {

    display: block;

    clear: both;

    font-size: 24px;

    font-weight: bold;

    color: #252429;

    position: relative;

    padding-top: 25px;

    padding-bottom: 39px;

    text-align: center;

    margin: 0px 30px 30px 0px;

    text-transform: uppercase;

}

.sub-section__title:before {

    content: '';

    display: block;

    position: absolute;

    left: 50%;

    bottom: 0px;

    margin-left: -25px;

    width: 50px;

    height: 8px;

    background-color: #252429;

}

.sub-section__title:first-child {

    padding-top: 0px;

}

.sub-section__sponsor {

    display: block;

    clear: both;

    font-size: 16px;

    font-weight: bold;

    text-align: center;

    color: #9b9b9b;

    line-height: 1;

    text-transform: uppercase;

    margin: -2px 0px 60px 0px;

}

.content_left {

    padding-right: 300px;

    margin-bottom: 50px;

}

.content_right {

    float: right;

    width: 270px;

}

@media (max-width: 1100px) {

    .site-content {

        padding: 0px 65px;

        margin-bottom: 30px;

    }

    .site-content_white {

        margin-bottom: 0px;

    }

    .content_left {

        padding-right: 0px;

    }

    .content_right {

        float: none;

        width: 100%;

        margin: 0px 0px 30px 0px;

    }

    .sub-section__sponsor {

        margin: -2px 0px 35px 0px;

    }

}

@media (max-width: 700px) {

    .site-content {

        padding: 0px;

        margin-bottom: 0px;

    }

    .site-content_white {

        margin-bottom: 0px;

    }

    .site-content__inner {

        padding: 20px;

    }

    .site-content__banner {

        margin: 0px 0px 15px 0px;

    }

    .sub-section__title {

        padding-top: 0px;

        padding-bottom: 30px;

        margin: 30px 0px 20px 0px;

    }

    .sub-section__title:first-child {

        margin-top: 0px;

    }

    .sub-section__sponsor {

        margin: 10px 0px 20px 0px;

    }

    .content_right {

        margin: 0px 0px 10px 0px;

    }

}

/* = Nomination

---------------------------------------------

--------------------------------------------- */

.nomination-sponsor {

    float: left;

    width: 50%;

    color: #fff;

    font-size: 16px;
/*
    font-weight: bold;
*/
    margin-bottom: 30px;

}

.nomination-sponsor__inner {

    position: relative;

    margin-right: 30px;

    background: #000;

    height: 540px;

    padding: 30px 60px 30px 30px;

}

.nomination-sponsor__title {

    position: relative;

    z-index: 15;

    display: block;

    font-size: 34px;

    font-weight: bold;

    padding: 35px 0px 0px 0px;

}

.nomination-sponsor__title:before {

    content: '';

    position: absolute;

    left: 0px;

    top: 0px;

    width: 50px;

    height: 8px;

    background: #04fa93;

}

.nomination-sponsor p {

    position: relative;

    z-index: 15;

    margin: 15px 0px;
/*
    max-height: 80px;
*/
    overflow: hidden;

}

.nomination-sponsor__logo {
/*
    margin: 80px 0px 0px 0px;
*/
    margin: -100px 0 0 0;
    width: 100%;

    text-align: left;

}

.nomination-sponsor__logo img {
/*
    max-height: 195px;
*/
    max-width: 100%;

}

@media (max-width: 1100px) {

    .nomination-sponsor {

        width: 33.33%;

        font-size: 10px;

        font-weight: bold;

        line-height: 1.2;

    }

    .nomination-sponsor__inner {

        margin-right: 30px;

        height: 450px;

        padding: 30px 10px 10px 10px;

    }

    .nomination-sponsor__inner:before {

        content: '»';

        position: absolute;

        z-index: 10;

        display: block;

        font-size: 320px;

        font-weight: bold;

        left: 0px;

        top: -105px;

        line-height: 1;

        color: #252429;

    }

    .nomination-sponsor__title {

        font-size: 16px;

        line-height: 0.94;

        padding: 0px;

    }

    .nomination-sponsor__title:before {

        display: none;

    }

    .nomination-sponsor p {

        max-height: 130px;

        overflow: hidden;

    }

    .nomination-sponsor__logo {

        margin: 0px 0px 0px 0px;

        position: absolute;

        bottom: 10px;

        left: 10px;

        right: 10px;

        width: auto;

        max-width: 150px;

        text-align: left;

    }

    .nomination-sponsor__logo img {
/*
        max-height: 1000px;

        max-width: 60%;
*/
    }

}

@media (max-width: 800px) {

    .nomination-sponsor__inner {

        height: 360px;

    }

}

@media (max-width: 700px) {

    .nomination-sponsor {

        width: 100%;

        float: none;

        font-size: 16px;

        font-weight: bold;

        line-height: 1.2;

        margin-bottom: 15px;

    }

    .nomination-sponsor__inner {

        margin-right: 0px;

        height: auto;

        padding: 32px 15px 20px 15px;

    }

    .nomination-sponsor__inner:before {

        left: 34%;

        top: -95px;

    }

    .nomination-sponsor__title {

        position: relative;

        display: block;

        font-size: 24px;

        font-weight: bold;

        line-height: 1.25;

        padding: 0px;

    }

    .nomination-sponsor__title:before {

        display: none;

    }

    .nomination-sponsor p {

        max-height: 1000px;

        overflow: hidden;

        margin-top: 30px;

    }

    .nomination-sponsor__logo {

        margin: 70px 0px 0px 0px;

        position: relative;

        bottom: 0px;

        left: 0px;

        right: 0px;

        width: auto;

    }

}

/* = Previews

---------------------------------------------

--------------------------------------------- */

.previews, .jury-previews  {

    overflow: hidden;

    min-height: 200px;

    margin: 0px -30px -30px 0px;

}

.previews__section {

    overflow: hidden;

    width: 100%;

}

.preview {

    float: left;

    width: 24%;

    margin-bottom: 30px;

}

.preview__inner {

    position: relative;

    margin-right: 30px;

	background: #f4f4f4;

    height: 540px;

}

.preview__thumb {

    position: relative;

    z-index: 10;

    margin: 0px;

}

.preview__thumb_video:before {

    content: '';

    display: block;

    position: absolute;

    z-index: 15;

    left: 0px;

    top: 0px;

    right: 0px;

    bottom: 0px;

    background: url(/imgs/play.svg) center center no-repeat;

}

.preview__thumb a {

	display: block;

}

.preview__thumb img {

    display: block;

    width: 100%;

    position: relative;

    z-index: 10;

    -webkit-filter: grayscale(100%);

    -moz-filter: grayscale(100%);

    -ms-filter: grayscale(100%);

    -o-filter: grayscale(100%);

    filter: grayscale(100%);

}

.preview:hover .preview__thumb img {

    -webkit-filter: grayscale(0%);

    -moz-filter: grayscale(0%);

    -ms-filter: grayscale(0%);

    -o-filter: grayscale(0%);

    filter: grayscale(0%);

}

.preview__rating, .project__rating {

    height: 45px;

    color: #939498;

    overflow: hidden;

    background: #252429;

}

.rating__cell {

    float: left;

    width: 33.33%;

    display: block;

    height: 45px;

    text-align: center;

    padding: 12px 0px 12px 0px;

}

a.rating__cell {

	color: #fff;

}

.rating__wrap {

    display: inline-block;

    margin: 0px auto;

    position: relative;

    white-space: nowrap;

}

.likes__informer {

    font-size: 16px;

}

.likes__informer .likes__heart, .rating__informer .rating__star {

    width: 20px;

    margin-right: 10px;

    float: left;

    opacity: 0.5;

}

.likes__informer .likes__heart {

    position: relative;

    top: 1px;

}

.likes__num, .rating__num {

    display: inline-block;

    float: left;

}

.rating__informer {

    background: #424146;

    font-size: 16px;

}

.vote__informer {

    text-align: center;

    font-size: 10px;

    font-weight: bold;

    text-align: center;

    padding: 0 5px;

}

.vote__wrapper-informer {

	display: table;

	height: 45px;

	font-size: 10px;

	width: 100%;

}

.vote__informer i {

	display: table-cell;

	height: 100%;

	vertical-align: middle;

	width: 100%;

	font-style: normal;

}

.private-office__main .vote__informer {

	font-size: 10px;

	padding: 0 5px;

}

.private-office__main .vote__informer a {

	color: #fff;

	display: table;

	height: 45px;

	width: 100%;

}

.place__informer {

    font-size: 16px;

    font-weight: bold;

/*     padding: 13px 2px; */

    text-transform: uppercase;

}

 .place__informer_small {

    padding: 9px 12px;

}

.open__informer {

}

.open__label {

    font-size: 7px;

    font-weight: bold;

    text-align: left;

    padding: 15px 20px 0px 20px;

    float: left;

    width: 115px;

}

.open__days {

    float: right;

    width: 110px;

    font-size: 24px;

    font-weight: bold;

    padding-top: 5px;

}

.attach__informer {

    display: inline-block;

    font-size: 16px;

    color: #252429;

    background: #252429;

    height: 45px;

    font-size: 16px;

    color: #939498;

    min-width: 90px;

    position: absolute;

    z-index: 20;

    margin-top: -45px;

    padding: 13px 10px 10px 41px;

}

.attach__informer:before {

    content: '';

    display: inline-block;

    width: 18px;

    height: 18px;

    position: absolute;

    left: 14px;

    top: 14px;

    background: url(/imgs/clip.svg) center center no-repeat;

    opacity: 0.5;

}

.preview:hover .preview__rating, .preview:hover .attach__informer {

    color: #fff;

}

.preview:hover .likes__informer .likes__heart, .preview:hover .rating__informer .rating__star, .preview:hover .attach__informer:before, .project__rating:hover .likes__heart, .project__rating:hover .rating__star {

    opacity: 1.0;

}

.preview__info {

    padding: 15px;

    font-size: 16px;

    color: #252429;

}

.preview__title {

    display: block;

    max-height: 90px;

    font-size: 19px;

    font-weight: bold;

    line-height: 1.25;

    color: #252429;

    overflow: hidden;

    margin: 0px 0px 8px 0px;

}

.preview__authors {

    max-height: 90px;

    overflow: hidden;

}

.preview__authors p {

    margin: 0px 0px 10px 0px;

}

.preview__description {

    max-height: 62px;

    overflow: hidden;

    font-size: 12px;

    line-height: 1.25;

}

.preview__description p {

    margin: 0px;

}

.preview__sponsor {

    position: absolute;

    left: 15px;

    right: 15px;

    bottom: 10px;

    height: 105px;

}

.sponsor__label {

    display: block;

}

.sponsor__logo {

    width: 500px;

    height: 85px;

    display: table-cell;

    text-align: left;

    vertical-align: middle;

    margin: 0px;

}

.sponsor__logo img {

    max-width: 100%;

}

.preview__opening {

    position: relative;

    display: block;

    width: 100%;

}

.preview__opening img {

    width: 100%;

    position: relative;

    z-index: 10;

}

.opening__info {

    position: absolute;

    z-index: 15;

    display: block;

    left: 15px;

    right: 15px;

    bottom: 15px;

    color: #898a8e;

    font-size: 14px;

    font-weight: bold;

    text-transform: uppercase;

    padding: 22px 0px 0px 0px;

}

.opening__info:before {

    content: '';

    display: block;

    position: absolute;

    z-index: 30;

    left: 0px;

    top: 0px;

    width: 50px;

    height: 8px;

    background: #04fa93;

}

.opening__days {

    color: #fff;

}

.news-preview .preview__info {

    padding: 30px;

}

.preview__date {

    display: block;

    font-size: 12px;

/*    font-weight: bold;   */

    color: #939498;

    margin-bottom: 15px;

}

.preview__text {

    max-height: 47px;

    font-size: 12px;

    line-height: 1.25;

    color: #939498;

    overflow: hidden;

}

.preview__more {

    position: absolute;

    font-weight: bold;

    color: #ffffff;

    text-transform: uppercase;

    left: 30px;

    bottom: 30px;

    text-decoration: none;

}

@media screen and (max-width: 1190px) and (min-width: 1099px) {

	.vote__wrapper-informer {

		font-size: 8px;

	}

}

@media screen and (max-width: 1030px) and (min-width: 701px) {

	.vote__wrapper-informer {

		font-size: 7px;

	}

}

@media (max-width: 1100px) {

    .preview {

        width: 33.33%;

    }

    .preview__inner {

        height: 450px;
		background: #f4f4f4;

    }

    .preview__thumb {

        position: relative;

        z-index: 10;

        margin: 0px;

    }

    .preview__thumb img {

        display: block;

        width: 100%;

        -webkit-filter: grayscale(0%);

        -moz-filter: grayscale(0%);

        -ms-filter: grayscale(0%);

        -o-filter: grayscale(0%);

        filter: grayscale(0%);

    }

    .preview__rating, .project__rating {

        color: #fff;

    }

    .rating__cell {

        padding: 15px 0px 12px 0px;

    }

    .likes__informer {

        font-size: 14px;

    }

    .project .likes__informer, .project .rating__informer {

        font-size: 16px;

    }

    .project .rating__wrap {

        position: relative;

        top: -3px;

    }

    .likes__informer .likes__heart, .rating__informer .rating__star {

        /*width: 15px;*/

        margin-right: 5px;

        opacity: 1;

        position: relative;

        top: -1px;

    }

    .rating__informer .rating__star {

        top: -2px;

    }

    .project .likes__informer .likes__heart, .project .rating__informer .rating__star {

        margin-right: 10px;

        top: 0px;

    }

    .project .likes__informer .likes__heart {

        top: 2px;

    }

    .attach__informer:before {

        opacity: 1;

    }

    .rating__informer {

        font-size: 14px;

    }

    .vote__informer {

        padding: 0 5px;

    }

    .place__informer {

        font-size: 8px;

        /* padding-top: 18px; */

    }

    .place__informer_small {

        padding: 9px 2px;

    }

    .open__label {

        padding: 15px 20px 0px 10px;

        width: 80px;

    }

    .open__days {

        width: 80px;

        font-size: 18px;

        padding-top: 10px;

    }

    .attach__informer {

        color: #fff;

    }

    .preview__info {

        padding: 10px;

        color: #252429;

    }

    .preview__title {

        font-size: 16px;

        line-height: 0.94;

    }

    .preview__authors {

        font-size: 12px;

    }

    .preview__authors p {

        margin: 3px 0px;

    }

    .preview__description {

        max-height: 33px;

        line-height: 0.95;

    }

    .preview__description p {

        margin: 0px;

    }

    .preview__sponsor {

        left: 10px;

        right: 10px;

        bottom: 10px;

        height: 80px;

    }

    .sponsor__label {

        display: block;

        margin-bottom: 5px;

    }

    .sponsor__logo {

        width: 500px;

        height: 65px;

        display: table-cell;

        text-align: left;

        vertical-align: middle;

        margin: 0px;

    }

    .sponsor__logo img {

        max-width: 100%;

        max-height: 65px;

    }

    .news-preview .preview__info {

        padding: 15px;

    }

    .preview__date {

        font-size: 7.7px;

        margin-bottom: 12px;

    }

    .preview__text {

        max-height: 60px;

        font-size: 12px;

        line-height: 1.25;

        color: #939498;

        overflow: hidden;

    }

    .preview__more {

        font-size: 8px;

        left: 15px;

        bottom: 15px;

    }

}

@media (max-width: 800px) {

    .preview__inner {

        height: 360px;

    }



}

@media (max-width: 760px) {

    .likes__num, .rating__num {

        padding-top: 2px;

        font-size: 10px;

    }

    .likes__informer .likes__heart, .rating__informer .rating__star {

        width: 15px;

        top: -1px;

    }

    .project .likes__informer .likes__heart, .project  .rating__informer .rating__star {

        width: 20px;

        margin-right: 10px;

    }

    .project .likes__num, .project .rating__num {

        font-size: 16px;

        padding-top: 0px;

    }

}

@media (max-width: 700px) {

    .previews  {

        margin: 0px 0px 0px 0px;

    }

    .jury-previews {

        margin-right: -15px;

        margin-bottom: -15px;

    }

    .preview {

        float: none;

        width: 100%;

        margin-bottom: 15px;

        /**/

    }

    .preview:last-child {

        margin-bottom: 0px;

    }

    .preview__inner {

        height: auto;

        /*min-height: 840px;*/

        margin: 0px;

    }

    .rating__cell {

        padding: 14px 0px 12px 0px;

    }

    .likes__informer {

        font-size: 16px;

    }

    .likes__informer .likes__heart, .rating__informer .rating__star {

        position: relative;

        width: 20px;

        margin-right: 10px;

    }

    .likes__num, .rating__num {

        font-size: 16px;

        padding-top: 0px;

    }

    .vote__informer {

        padding: 0px 5px;

    }

    .place__informer {

        font-size: 16px;

        /* padding: 13px 2px; */

    }

    .place__informer_small {

        padding: 9px 12px;

    }

    .open__informer {

    }

    .open__label {

        padding: 15px 20px 0px 20px;

        width: 115px;

    }

    .open__days {

        width: 110px;

        font-size: 24px;

        padding-top: 6px;

    }

    .preview__info {

        padding: 15px;

        font-size: 12px;

        min-height: 0px;

    }

    .preview__title {

        max-height: 100px;

        font-size: 20px;

        line-height: 1.25;

    }

    .preview__authors {

        display: block;

        max-height: 90px;

        overflow: hidden;

        font-size: 16px;

    }

    .preview__authors p {

        margin: 0px 0px 10px 0px;

    }

    .preview__description {

        max-height: 62px;

        font-size: 12px;

        line-height: 1.25;

    }

    .preview__sponsor {

        position: relative;

        left: 0px;

        right: 0px;

        bottom: 0px;

        height: 105px;

        padding: 0px 15px;

        margin: 50px 0px 0px 0px;

    }

    .project .rating__wrap {

        top: -1px;

    }

    .sponsor__label {

        display: block;

    }

    .sponsor__logo {

        width: 500px;

        height: 85px;

        display: table-cell;

        text-align: left;

        vertical-align: middle;

        margin: 0px;

    }

    .sponsor__logo img {

        max-width: 100%;

    }

    .news-preview .preview__info {

        padding: 30px;

    }

    .preview__date {

        font-size: 12px;

        margin-bottom: 15px;

    }

    .preview__text {

        max-height: 60px;

        font-size: 12px;

    }

    .preview__more {

        position: relative;



        font-size: 12px;

        left: 30px;

        bottom: 30px;

    }

}

@media (max-width: 600px) {

    .preview__inner {

        /*min-height: 750px;*/

    }

}

@media (max-width: 500px) {

    .preview__inner {

        /*min-height: 640px;*/

    }

}

@media (max-width: 350px) {

    .preview__inner {

        /*min-height: 540px;*/

    }

}

/* = Winner

---------------------------------------------

--------------------------------------------- */

.winner {

    position: relative;

    overflow: hidden;

    margin: 0px 0px 30px 0px;

}

.winner__info {

    position: absolute;

    width: 50%;

    left: 0px;

    top: 0px;

    bottom: 0px;

}

.winner__info .info__inner {

    background: #000;

    position: absolute;

    right: 30px;

    left: 0px;

    top: 0px;

    bottom: 0px;

}

.winner__info .info__inner:before {

    content: '»';

    position: absolute;

    z-index: 10;

    display: block;

    font-size: 520px;

    font-weight: bold;

    right: -19px;

    top: -207px;

    line-height: 1;

    color: #252429;

}

.winner__text {

    position: absolute;

    z-index: 30;

    left: 30px;

    bottom: 35px;

    font-size: 16px;

    color: #ffffff;

}

.winner__title {

    display: block;

    font-size: 24px;

    font-weight: bold;

    line-height: 1.25;

    width: 100px;

    margin: 0px 0px 33px 0px;

}

.winner p {

    margin: 10px 0px 0px 0px;

}

.winner .preview {

    width: 50%;

    float: right;

    margin: 0px;

}

.winner .preview__thumb img {

    -webkit-filter: grayscale(0%);

    -moz-filter: grayscale(0%);

    -ms-filter: grayscale(0%);

    -o-filter: grayscale(0%);

    filter: grayscale(0%);

}

.winner .preview__rating, .winner .preview__info {

    display: none;

}

.winner .preview__inner {

    height: auto;

}

.sub-winner__wrap {

}

.sub-winner {

    float: left;

    width: 25%;

    margin-bottom: 30px;

}

.sub-winner__inner {

    position: relative;

    margin-right: 30px;

    background: #000;

    height: 540px;

}

.sub-winner__inner:before {

    content: '»';

    position: absolute;

    z-index: 10;

    display: block;

    font-size: 520px;

    font-weight: bold;

    left: -10px;

    top: -167px;

    line-height: 1;

    color: #252429;

}

.sub-winner__title {

    position: absolute;

    left: 15px;

    right: 15px;

    top: 15px;

    width: 224px;

    font-size: 24px;

    font-weight: bold;

    line-height: 1.17;

    overflow: hidden;

    text-transform: uppercase;

    color: #ffffff;

    z-index: 20;

}

.sub-winner__sponsor {

    font-size: 16px;

    font-weight: bold;

    text-transform: uppercase;

    color: #9b9b9b;

    position: absolute;

    z-index: 50;

    left: 15px;

    bottom: 15px;

    right: 15px;

    overflow: hidden;

}

.sub-winner__sponsor a {

    text-decoration: none;

    color: #9b9b9b;

    position: relative;

    z-index: 50;

}

.sub-winner__sponsor a:hover {

    color: #fff;

}

.sub-winner__label {

    display: block;

}

@media (max-width: 1100px) {

    .winner__info {

        width: 33.33%;

    }

    .winner__info .info__inner:before {

        font-size: 320px;

        width: 400px;

        right: auto;

        left: 50%;

        margin-left: -80px;

        top: -100px;

    }

    .winner__text {

        left: 10px;

        bottom: 10px;

        font-size: 12px;

        color: #ffffff;

    }

    .winner__title {

        font-size: 16px;

        font-weight: bold;

        line-height: 0.94;

        margin: 0px 0px 8px 0px;

    }

    .winner p {

        margin: 0px;

    }

    .winner .preview {

        width: 66.66%;

    }

    .sub-winner__wrap {

        position: relative;

        overflow: hidden;

        width: 100%;

    }

    .sub-winner__wrap .preview {

        width: 66.66%;

        float: right;

    }

    .sub-winner__wrap .preview .block-link {

        display: block;

        right: 30px;

        bottom: 30px;

    }

    .sub-winner__wrap .preview__inner {

        position: static;

        height: auto;

    }

    .sub-winner__wrap .preview__thumb img {

        -webkit-filter: grayscale(0%);

        -moz-filter: grayscale(0%);

        -ms-filter: grayscale(0%);

        -o-filter: grayscale(0%);

        filter: grayscale(0%);

    }

    .sub-winner__wrap .preview__rating {

        display: none;

        height: auto;

    }

    .sub-winner__wrap .preview__info {

        position: absolute;

        left: 0px;

        bottom: 30px;

        color: #fff;

    }

    .sub-winner__wrap .preview__title {

        display: none;

    }

    .sub-winner__wrap .preview__authors {

        max-height: 160px;

    }

    .sub-winner {

        position: absolute;

        left: 0px;

        top: 0px;

        bottom: 0px;

        height: auto;

        float: none;

        width: 33.33%;

    }

    .sub-winner__inner {

        position: absolute;

        left: 0px;

        top: 0px;

        right: 0px;

        bottom: 0px;

        height: auto;

    }

    .sub-winner__inner:before {

        font-size: 320px;

        width: 400px;

        right: auto;

        left: 50%;

        margin-left: -80px;

        top: -100px;

    }

    .sub-winner__title {

        position: absolute;

        left: 10px;

        top: 10px;

        width: auto;

        font-size: 16px;

        line-height: 0.94;

    }

    .sub-winner__sponsor {

        line-height: 0.94;

        left: 10px;

        top: 80px;

        display: block;

    }

}

@media (max-width: 700px) {

    .winner__info {

        display: none;

    }

    .winner .preview {

        width: 100%;

        float: none;

        margin: 0px;

    }

    .winner .preview__thumb img {

        -webkit-filter: grayscale(0%);

        -moz-filter: grayscale(0%);

        -ms-filter: grayscale(0%);

        -o-filter: grayscale(0%);

        filter: grayscale(0%);

    }

    .winner .preview__rating, .winner .preview__info {

        display: block;

    }

    .sub-winner__wrap {

        margin: 0px 0px 0px 0px;

    }

    .sub-winner {

        position: relative;

        float: none;

        width: 100%;

        text-align: center;

        margin: 20px 0px;

    }

    .sub-winner__inner {

        position: relative;

        margin-right: 0px;

        background: none;

        height: auto;

    }

    .sub-winner__inner:before {

        display: none;

    }

    .sub-winner__title, .sub-winner__sponsor {

        position: relative;

        left: 0px;

        right: 0px;

        top: 0px;

        width: 100%;

        font-size: 16px;

        font-weight: bold;

        text-align: center;

        color: #9b9b9b;

        overflow: visible;

        max-height: 1000px;

    }

    .sub-winner__sponsor {

        padding-top: 5px;

    }

    .sub-winner__sponsor a:hover {

        color: #9b9b9b;

    }

    .sub-winner__label {

        display: inline;

    }

    .sub-winner__wrap .preview {

        width: 100%;

        float: none;

    }

    .sub-winner__wrap .preview .block-link {

        right: 0px;

        bottom: 0px;

    }

    .sub-winner__wrap .preview__inner {

        position: relative;

    }

    .sub-winner__wrap .preview__thumb img {

        -webkit-filter: grayscale(0%);

        -moz-filter: grayscale(0%);

        -ms-filter: grayscale(0%);

        -o-filter: grayscale(0%);

        filter: grayscale(0%);

    }

    .sub-winner__wrap .preview__rating, .sub-winner__wrap .preview__info {

        display: block;

    }

    .sub-winner__wrap .preview__rating {

        display: none;

        height: auto;

    }

    .sub-winner__wrap .preview__info {

        position: relative;

        left: 0px;

        bottom: 0px;

        color: #000;

    }

    .sub-winner__wrap .preview__title {

        display: block;

    }

    .sub-winner__wrap .preview__authors {

        height: auto;

        max-height: 90px;

    }

}

/* = Post

---------------------------------------------

--------------------------------------------- */

.post-slideshow img {

    width: 100%;

}

.post-date {

    display: block;

    margin: -25px 0px 25px 0px;

}

.post-nav {

    clear: both;

    position: relative;

    z-index: 100;

    background: #f4f4f4;

    height: 90px;

    padding: 20px;

    margin: 30px 0px -30px 0px;

}

.post-nav:before, .post-nav:after {

    content: '';

    display: block;

    position: absolute;

    left: -2000px;

    top: 0px;

    bottom: 0px;

    width: 2000px;

    background: #f4f4f4;

}

.post-nav:after {

    left: auto;

    right: -2000px;

}

.post-nav__link {

    position:absolute;

    display: block;

    top: 30px;

    font-size: 12px;

    font-weight: normal;

    color: #252429;

    height: 30px;

    text-decoration: none;

    border-color: #252429;

	width: 40%;

}

.post-nav__link:hover {

    border-color: #38393e;

    text-decoration: none;

}

.post-nav__link:before, .post-nav__link:after{

    content: '';

    display: block;

    width: 16px;

    height: 1px;

    background: #979797;

    transform: rotate(45deg);

    position: absolute;

    left: -23px;

    top: 20px;

}

.post-nav__link:after{

    transform: rotate(-45deg);

    top: 10px;

}

.post-nav__link:hover:before, .post-nav__link:hover:after{

    background: #fff;

}

.post-nav__link_next:before {

    left: auto;

    right: -23px;

    top: 10px;

}

.post-nav__link_next:after {

    left: auto;

    right: -23px;

    top: 20px;

}

.post-nav__link_prev {

    left: 0px;

    padding-left: 15px;

    border-left: 30px solid;

}

.post-nav__link_next {

    right: 0px;

    text-align: right;

    padding-right: 15px;

    border-right: 30px solid;

}

.post-nav__label {

    display: block;

    margin: -1px 0px 2px 0px;

}

.post-nav__title, .post-nav__label_large {

    display: block;

    font-size: 15px;

    font-weight: bold;

    line-height: 1;

    text-transform: uppercase;

}

.post-nav__title {

    height: 18px;

    max-width: 500px;

    white-space: nowrap;

    overflow: hidden;

    position: relative;

}

.post-nav__link_next .post-nav__title {

    padding-right: 15px;

    right: -15px;

	float: right;

}

.post-nav__title:before {

    content: '';

    position: absolute;

    right: 0px;

    top: 0px;

    bottom: 0px;

    width: 15px;

    background: #f4f4f4;

    background: -moz-linear-gradient(left, #f4f4f4 0%, #f4f4f4 45%, #f4f4f4 100%);

    background: -webkit-gradient(left top, right top, color-stop(0%, #f4f4f4), color-stop(45%, #f4f4f4), color-stop(100%, #f4f4f4));

    background: -webkit-linear-gradient(left, #f4f4f4 0%, #f4f4f4 45%, #f4f4f4 100%);

    background: -o-linear-gradient(left, #f4f4f4 0%, #f4f4f4 45%, #f4f4f4 100%);

    background: -ms-linear-gradient(left, #f4f4f4 0%, #f4f4f4 45%, #f4f4f4 100%);

    background: linear-gradient(to right, #f4f4f4 0%, #f4f4f4 45%, #f4f4f4 100%);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#f4f4f4', GradientType=1 );

}

.post-nav__back {

    background:url(/imgs/board.svg) center center no-repeat;

    position: absolute;

    left: 50%;

    margin-left: -15px;

    top: 30px;

    width: 30px;

    height: 30px;

}

.post-nav__back:hover {

    opacity: 0.8;

}

@media (max-width: 1100px) {

    .post-nav {

        margin: 30px 0px -35px 0px;

    }

    .post-slideshow {

        box-sizing: content-box;

        padding: 0px 95px;

        width: auto;

        margin: -30px -95px 0px -95px;

    }

    .content_left .post-slideshow {

        margin-top: 0px;

    }

    .post-slideshow  .rslides {

        width: auto;

        margin-left: -95px;

        margin-right: -95px;

    }

    .post-slideshow  li {

        width: 100%;

    }

    .post-nav__label {

		display: table-cell;

        font-size: 16px;

        font-weight: bold;

        line-height: 1;

		height: 30px;

        text-transform: uppercase;

		vertical-align: middle;

		width: 170px;

    }

    .post-nav__title {

        display: none;

    }

	.post-nav__link {

		display: table;

	}

	.post-nav__link_next {

		text-align:right;

	}

	.post-nav__link_prev .post-nav__label {

		width: 100%;

	}

	.post-nav__link_next .post-nav__label {

		width: 100%;

	}

}

@media (max-width: 700px) {

    .post-slideshow {

        box-sizing: content-box;

        padding: 0px 20px;

        width: 100%;

        margin: -20px -20px 0px -20px;

    }

    .post-slideshow  .rslides {

        width: auto;

        margin-left: -20px;

        margin-right: -20px;

    }

    .post-nav {

        margin: 30px 0px -20px 0px;

    }

    .post-nav__label {

        display: none;

    }

	.post-nav__link {

		width: inherit;

	}

}

/* = Accordion

---------------------------------------------

--------------------------------------------- */

.accordion {

    position: relative;

    z-index: 20;

    max-width: 1230px;

    margin: 0px auto;

}

.accordion__item {

    position: relative;

    background: #fff;

    padding: 20px 30px 20px 30px;

    margin-bottom: 30px;

    -moz-transition: max-height .9s;

    -ms-transition: max-height .9s;

    transition: max-height .9s;

    /*max-height: 90px;

	-webkit-transition: all .3s ease;

	-moz-transition: all .3s ease;

	-o-transition: all .3s ease;

	transition: all .3s ease;

*/

}

.accordion__item.accordion__item_active {

    /*	max-height: 10000px;

        -moz-transition: max-height .9s;

        -ms-transition: max-height .9s;

        transition: max-height .9s;*/

}

.accordion__head {

    cursor: pointer;

}

.accordion__title {

    position: relative;

    display: block;

    max-height: 63px;

    max-width: 85%;

    overflow: hidden;

    font-size: 46px;

    font-weight: bold;

    color: #252429;

    padding-right: 15px;

    padding-bottom: 2px;

    line-height: 1;

    white-space: nowrap;

}

.accordion__title:before {

    position: absolute;

    content: '';

    display: block;

    right: 0px;

    top: 0px;

    bottom: 0px;

    width: 15px;

    background: #ffffff;

    background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 100%);

    background: -webkit-gradient(left top, right top, color-stop(0%, #ffffff), color-stop(100%, #ffffff));

    background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 100%);

    background: -o-linear-gradient(left, #ffffff 0%, #ffffff 100%);

    background: -ms-linear-gradient(left, #ffffff 0%, #ffffff 100%);

    background: linear-gradient(to right, #ffffff 0%, #ffffff 100%);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );

}

.accordion__content {

    display: none;

    overflow: hidden;

    margin: 30px 0px 5px 0px;

}

.accordion__content_active {

    display: block;

}

.accordion__item_active .accordion-open:after {

    display: none;

}

.gallery {

    overflow: hidden;

    margin: 0px -30px -30px 0px;

}

.gallery__item {

    float: left;

    width: 25%;

    margin: 0px 0px 30px 0px;

}

.gallery__img {

    margin: 0px 30px 0px 0px;

}

.gallery img {

    width: 100%;

}

@media (max-width: 1100px) {

    .accordion {

        padding: 0px 65px;

    }

    .accordion__item  {

        padding: 30px 30px 32px 30px;

    }

    .accordion__title {

        max- height: 32px;

        font-size: 24px;

    }



    .gallery {

        margin: 0px -30px -32px 0px;

    }

    .gallery__item {

        width: 33.33%;

    }

}

@media (max-width: 700px) {

    .accordion {

        padding: 0px 0px;

    }

    .accordion__item  {

        padding: 22px 20px 20px 20px;

        margin-bottom: 2px;

    }

    .accordion__title {

        max- height: 15px;

        font-size: 16px;

        line-height: 0.94;

    }

    .accordion-open {

        right: 20px;

        top: 15px;

    }

    .gallery {

        margin: 0px -15px -15px 0px;

    }

    .gallery__item {

        width: 50%;

        margin-bottom: 15px;

    }

    .gallery__img {

        margin: 0px 15px 0px 0px;

    }

}

/* = Project

---------------------------------------------

--------------------------------------------- */

.information {

    position: relative;

    overflow: hidden;

}

.information__photo {

    width: 270px;

    margin: 0px 0px 30px 0px;

}

.information__photo img {

    max-width: 270px;

    display: block;

}

.information__text {

    color: #252429;
    margin-bottom:  65px;

}

.information__title {

    display: block;

    font-size: 24px;

    font-weight: bold;

    color: #252429;

    margin: 0px 0px 28px 0px;

}

.information__text p {

    margin: 10px 0px;

}

.information a:hover {

    text-decoration: underline;

}



@media (max-width: 1100px) {

    .information {

        padding-left: 300px;

        min-height: 270px;

    }

    .information__photo {

        position: absolute;

        left: 0px;

        top: 0px;

        margin: 0px 0px 0px 0px;

    }

}

@media (max-width: 700px) {

    .information {

        padding-left: 0px;

    }

    .information__photo {

        position: relative;

        width: 100%;

        margin: 0px 0px 20px 0px;

    }

    .information__photo img {

        width: 100%;

        max-width: 1000px;

    }

}

/* = Project

---------------------------------------------

--------------------------------------------- */

.project {

    display: table;

    width: 100%;

}

.project__side {

	color:#939498;

	font: 400 14px Roboto;

    float: right;

    width: 270px;

    z-index: 999;

}

.project__side:after {

    content: '';

    display: block;

    height: 70px;

}

.project__action {

	display: table;

	width: 100%;

}

.project__action a {

	color:#939498;

	display: table-cell;

	font: 700 12px Roboto;

	background: url(/imgs/arrowright-return.svg) 10px center no-repeat;

	padding-left: 35px;

	font-style: normal;

	height: 45px;

	text-transform: uppercase;

	vertical-align: middle;

}

.project__action a:hover {

	color:#fff;

	background-image: url(/imgs/white-arrowright-return.svg);

	text-decoration: none;

}

.project__side.fixed {

    position: fixed;

    top: 10px;

    margin-left: 900px;

}

.project__side.fixed-bottom {

    position: absolute;

    top: auto;

    bottom: 50px;

    z-index: 50;

    margin-left: 900px;

}

.project__info {

    padding: 10px;

    line-height: 1.5;

    background: #f4f4f4;

}

.project__rating {

    overflow: hidden;

    background: #252429;

    margin: -10px -10px 10px -10px;

}

.project__rating:hover {

    color: #fff;

}

.project .open__label {

    text-transform: uppercase;

    padding: 15px 10px 0px 12px;

    width: 150px;

}

.project__head {

    position: relative;

}

.project__title {

    font-size: 24px;

    font-weight: bold;

    line-height: 1.17;

    color: #252429;

    display: block;

    margin: 0px 0px 10px 0px;

    text-transform: uppercase;
    overflow: hidden;

}

.project__author {

    display: block;

    width: 100%;

    min-height: 50px;

    position: relative;

    padding-left: 60px;

}

.author__avatar {

    position: absolute;

    left: 0px;

    top: 0px;

    width: 50px;

    margin: 0px;

}

.author__avatar img {

    max-width: 50px;

    max-height: 50px;

    -webkit-filter: grayscale(100%);

    -moz-filter: grayscale(100%);

    -ms-filter: grayscale(100%);

    -o-filter: grayscale(100%);

    filter: grayscale(100%);

}

.author__name {

    display: block;

    font-size: 16px;

    font-weight: normal;

    line-height: 1.13;

    color: #252429;

    padding-right: 20px;

    margin-bottom: 2px;

}

.authors__link {

    cursor: pointer;

    position: relative;

    top: 7px;

    display: block;

    font-size: 16px;

    font-weight: normal;

    line-height: 1.13;

    color: #252429;

    width: 110px;

    padding-right: 20px;

    margin-bottom: 2px;

}

.authors__link:after {

    cursor: pointer;

    content: '';

    position: relative;

    top: 14px;

    right: -5px;

    width: 0;

    height: 0;

    border-style: solid;

    border-width: 5px 4.5px 0 4.5px;

    border-color: #000 transparent transparent transparent;

}

.authors__link:before {

    content: '';

    cursor: pointer;

    position: absolute;

    z-index: 35;

    width: 60px;

    height: 50px;

    left: -60px;

    top: -10px;

}

.author__info {

}

.project__specification {

    margin: 11px 0px 0px 0px;

    color: #252429;

}

.project__specification p {

    margin: 0px;

}

.project__description {

    margin: 15px 0px 0px 0px;

    color: #252429;

}

/* .project__description p {

    margin: 2px 0px;

}

.project__description .hidden  {

    display: none;

}

.project__description .hidden.active {

    display: inline;

} */

.description-text {

	max-height: 5000px;

	overflow: hidden;

	-webkit-transition: all 0.3s linear;

	-moz-transition: all 0.3s linear;

	-ms-transition: all 0.3s linear;

	-o-transition: all 0.3s linear;

	transition: all 0.3s linear;

}

.description-text.open {

	max-height: 5000px;

	-webkit-transition: all 0.3s linear;

	-moz-transition: all 0.3s linear;

	-ms-transition: all 0.3s linear;

	-o-transition: all 0.3s linear;

	transition: all 0.3s linear;

}

.description-more {

    cursor: pointer;

    text-transform: uppercase;

    font-weight: bold;

    color: #f4f4f4;

    line-height: 1.5;

    font-family: Roboto;

}

.description-more:hover {

    text-decoration: underline;

}

.description-more__show {

    display: block;

}

.description-more__hide {

    display: none;

}

.description-more.active .description-more__show {

    display: none;

}

.description-more.active .description-more__hide {

    display: block;

}

.project__share {

    background: #f4f4f4;

    padding: 5px 10px 0px 10px;

}

.block-label {

    text-transform: uppercase;

    font-weight: bold;

    color: #252429;

    line-height: 1.5;

    display: block;

    margin: 0px 0px 8px 0px;

}

.share__links {

    overflow: hidden;

    margin: 0px -10px;

}

.share__link {

    background: #9b9b9b;

    display: block;

    float: left;

    width: 33.33%;

    text-align: center;

}

.share__link:first-child {

    background: #bfbfbf;

}

.share__link:last-child {

    background: #bfbfbf;

}

.share__link:hover {

    background: #4a4a4a;

}

.share__link img {

    display: block;

    margin: 0px auto;

    padding: 7px 0px;

}

.project__access {

    overflow: hidden;

}

.project__access .inner {

    position: relative;

    padding: 10px 10px;

    background: #f4f4f4;

    overflow: hidden;

    padding: 10px 10px;

}

.access__yes {

    float: left;

    width: 120px;

}

.access__no {

    float: right;

    width: 120px;

    margin: 0px 0px 10px 0px;

}

.access__line {

    height: 10px;

    background: #fff;

    position: relative;

    margin-bottom: 10px;

}

.access__color {

    position: absolute;

    display: block;

    top: 0px;

    bottom: 0px;

}

.access__color_yes {

    left: 0px;

    background: #04fa93;

}

.access__color_no {

    right: 0px;

    background: #ff0000;

}

.access__button {

    display: block;

    height: 50px;

    width: 100%;

    text-align: center;

    line-height: 50px;

    text-transform: uppercase;

    border: 2px solid #252429;

    font-weight: bold;

}

.access__button_yes {

    background: #252429;

    color: #04fa93;

}

.access__button_no {

}

.access__button:hover {

    border-color: #5affba;

    background: #5affba;

    color: #000;

}

.project__public-vote {

    background: #f4f4f4;

    margin: 0px;

}

.project__public-vote .inner {

    padding: 10px 10px;

}

.project__public-vote .button {

    margin: 18px 0px 0px 0px;

    width: 100%;

}

.project__proffi-vote {

    background: #f4f4f4;

    margin: 0px;

}

.project__proffi-vote .inner {

    padding: 10px 10px;

}

.average-rating {

    display: block;

    color: #9b9b9b;

    margin: -7px 0px 0px 0px;

    text-transform: uppercase;

}

.average-rating__label {

    margin: 0px 8px 0px 0px;

}

.average-rating .svg path {

    fill: #939498;

}

.average-rating__star {

    width: 12px;

    position: relative;

    top: 4px;

}

.average-rating__num {

}

.proffi-vote__select {

    position: relative;

    height: 18px;

    margin-top: 42px;

}

.br-theme-stars .br-widget {

    height: 18px;

    width: 290px;

    white-space: nowrap;

}

.br-theme-stars .br-widget a {

    display: block;

    width: 18px;

    padding: 5px 0;

    height: 18px;

    float: left;

    margin: 0px 8px 0px 0px;

    text-align: center;

    background: url(/imgs/star-empty.svg) left top no-repeat;

}

.br-theme-stars .br-widget a:before {

    content: '';

    background: url(/imgs/star-green.svg) left top no-repeat;

}

.br-theme-stars .br-widget a.br-active,

.br-theme-stars .br-widget a.br-selected {

    background: url(/imgs/star-green.svg) left top no-repeat;

}

.br-theme-stars .br-widget .br-current-rating {

    font-size: 20px;

    line-height: 2;

    float: left;

    padding: 0 20px 0 20px;

    color: #edb867;

    font-weight: 400;

}

.br-theme-stars .br-readonly a {

    cursor: default;

}

.br-theme-stars .br-readonly a.br-active,

.br-theme-stars .br-readonly a.br-selected {

    background: url(/imgs/star-green.svg) left top no-repeat;

}

.br-theme-stars .br-readonly .br-current-rating {

    color: #f2cd95;

}

.project__main {

    margin-right: 300px;

    position: relative;

    padding-bottom: 70px;

}

.project__gallery {

    position: relative;

    z-index: 10;

}

.project__img {

    position: relative;

    margin: 0px 0px 30px 0px;

}

.project__img a {

    display: block;

    position: absolute;

    z-index: 15;

    left: 0px;

    top: 0px;

    right: 0px;

    bottom: 0px;

}

.project__img a:hover:before, .project__img a:hover:after {

    content: '';

    display: block;

    position: absolute;

    z-index: 15;

    left: 15px;

    top: 15px;

    bottom: 15px;

    right: 15px;

    background: rgba(0,0,0,0.3);

}

.project__img a:hover:after {

    background: url(/imgs/zoom.svg) center center no-repeat;

}

.project__img img {

    position: relative;

    z-index: 10;

    margin-bottom: -4px;

    width: 100%;

}

.project__sponsor {

    width: 270px;

    position: absolute;

    left: 0px;

    overflow: hidden;

    color: #252429;

    font-weight: bold;

}

.project__sponsor a {

    color: #252429;

    text-decoration: nonel

}

.project__sponsor a:hover {

    text-decoration: underline;

}

.project__sponsor .inner {

    height: 70px;

    background: #f4f4f4;

    padding: 10px;

}

.project__sponsor p {

    margin: 3px 0px;

}

.project__votes {

    position: absolute;

    z-index: 15;

    left: 300px;

    right: 0px;

}

.project__votes .inner {

    position: relative;

    padding: 10px;

    height: 70px;

    background: #f4f4f4;

}

.project__sponsor .block-label, .project__votes .block-label {

    width: 150px;

    line-height: 1;

    padding-top: 20px;

    margin-bottom: 0px;

}

.votes__persons {

    position: absolute;

    left: 200px;

    right: 10px;

    top: 10px;

    bottom: 10px;

    overflow: hidden;

}

.votes__person {

    float: right;

    overflow: hidden;

    margin-left: 9px;

}

.votes__person img {

}

.votes__num {

    cursor: pointer;

    display: block;

    float: right;

    width: 50px;

    height: 50px;

    background: #d8d8d8;

    color: #fff;

    font-size: 24px;

    text-align: center;

    padding-top: 12px;

    font-weight: bold;

    margin-left: 9px;

}

.persons__list {

    width: 270px;

    height: 318px;

    position: absolute;

    z-index: 150;

    background: #252429;

    padding: 3px 0px;

}

.persons__list:before, .persons__list:after {

    content: '';

    display: block;

    width: 14px;

    height: 3px;

    right: 0px;

    top: 0px;

    position: absolute;

    background: #e9e9e9;

}

.persons__list:after {

    top: auto;

    bottom: 0px;

}

.persons__inner {

    width: 270px;

    overflow: auto;

    height: 312px;

}

.votes__list {

    bottom: 80px;

    right: -9000px;

}

.authors__list {

    top: 120px;

    left: -9000px;

}

.votes__list.active {

    right: 0px;

}

.authors__list.active {

    left: -10px;

}

.person__item {

    overflow: hidden;

    min-height: 50px;

    position: relative;

    padding-left: 58px;

    margin: 8px 10px 11px 10px;

    line-height: 1.3;

    width: 238px;

}

.person__avatar {

    position: absolute;

    left: 0px;

    top: 0px;

    margin: 0px;

}

.person__avatar img  {

    max-width: 50px;

    max-height: 50px;

}

.person__name {

    padding-right: 50px;

    font-size: 16px;

    font-weight: normal;

    line-height: 1.13;

    color: #fff;

}

.person__name a {

    color: #fff;

    text-decoration: none;

}

.person__name a:hover {

    text-decoration: underline;

}

.person__info {

    white-space: nowrap;

    font-size: 12px;

}



@media (max-width: 1230px) {

    .project__side.fixed {

        margin-left: 0px;

        right: 30px;

    }

    .project__side.fixed-bottom {

        margin-left: 0px;

        right: 30px;

    }

}

@media (max-width: 1100px) {

    .project__side:after {

        display: none;

    }

    .project {

        position: relative;

    }

    .project__side {

        float: none;

        width: 100%;

        position: static !important;

    }

    .project__side.fixed, .project__side.fixed-bottom {

        position: static;

        top: auto;

        bottom: auto;

        margin-left: 0px;

    }

    .project__head {

        float: left;

        width: 33.3%;

    }

    .project__specification {

        float: right;

        width: 50%;

        margin: 0px 0px 0px 0px;

    }

    .project__description {

        clear: both;

        padding: 15px 0px 0px 0px;

        margin: 0px;

    }

    .project__description .hidden  {

        display: inline !important;

    }

    .description-more {

        display: none;

    }

    .project__share {

        position: absolute;

        z-index: 10;

        right: 0px;

        width: 50%;

        height: 70px;

        bottom: 0px;

        background: #fff;

        padding: 0px 0px 0px 0px;

    }

    .project__share .inner {

        padding-left: 15px;

    }

    .share__links {

        overflow: hidden;

        margin: 0px;

    }

    .vote-box {

        position: absolute;

        z-index: 10;

        left: 0px;

        width: 50%;

        padding-right: 15px;

        bottom: 0px;

    }

    .vote-box .inner {

        height: 115px;

    }

    .access__yes {

        width: 48%;

    }

    .access__no {

        width: 48%;

    }

    .project__public-vote {

    }

    .proffi-vote__select {

    }

    .br-theme-stars .br-widget a {

        margin: 0px 5px 0px 0px;

    }

    /**/

    .project__main {

        position: inherit;

        margin: 30px 0px 0px 0px;

/*        padding-bottom: 215px; */

    }

    .project__gallery {

        margin: 0px -95px;

    }

    .project__img a {

        display: none;

    }

    .project__img a:hover:before, .project__img a:hover:after {

        display: none;

    }

    .project__sponsor {

        width: 50%;

        left: auto;

        right: 0px;

        padding-left: 15px;

    }

    .project__sponsor .inner {

        padding-top: 55px;

        height: 115px;

    }

    .project__votes {

        position: absolute;

        z-index: 15;

        left: 0px;

        right: auto;

        bottom: 0px;

        width: 50%;

        margin: 0px;

        padding-right: 15px;

    }

    .project__votes .inner {

        height: 70px;

    }

    .votes__persons {

        left: 150px;

    }

    .author__avatar img {

        -webkit-filter: grayscale(0%);

        -moz-filter: grayscale(0%);

        -ms-filter: grayscale(0%);

        -o-filter: grayscale(0%);

        filter: grayscale(0%);

    }

}

@media (max-width: 700px) {

    .project__head {

        float: none;

        width: 100%;

    }

    .project__specification {

        float: none;

        width: 100%;

        margin: 15px 0px 0px 0px;

    }

    .project__description {

        clear: both;

        padding: 15px 0px 0px 0px;

        margin: 0px;

    }

    .project__description .hidden  {

        display: none !important;

    }

    .description-more {

        display: inline;

    }

    .project__share {

        width: 100%;

        bottom: 0px;

    }

    .project__share .inner {

        padding-left: 0px;

    }

    .share__links {

        overflow: hidden;

        margin: 0px;

    }

    .vote-box {

        width: 100%;

        padding-right: 0px;

        bottom: -40px;

        height: 92px;

    }

    /**/

    .project__main {

        margin: 15px 0px 0px 0px;

/*        padding-bottom: 365px; */

    }

    .project__gallery {

        margin: 0px -20px;

    }

    .project__img {

        margin: 0px 0px 15px 0px;

    }

    .project__sponsor {

        width: 100%;

        bottom: 168px;

        padding-left: 0px;

    }

    .project__sponsor .inner {

        padding-top: 10px;

        height: 70px;

    }

    .project__votes {

        bottom: 82px;

        width: 100%;

        margin: 0px;

        padding-right: 0px;

    }

}

/* = Comments

---------------------------------------------

--------------------------------------------- */

.comments {

    margin: 30px 300px 55px 0px;

}

.comments__head {

    position: relative;

    border: 1px solid #f4f4f4;

    padding: 15px 30px 35px 30px;

}

.comments__title {

    display: block;

    font-size: 24px;

    font-weight: bold;

    color: #252429;

}

.comments__note {

    display: block;

    margin: 23px 0px 0px 0px;

}

.comments__head a {

    color: #9b9b9b;

    text-decoration: underline;

}

.comments__head a:hover {

    color: #252429;

}

.comments__authorization {

    position: absolute;

    right: 30px;

    top: 30px;

    font-size: 12px;

    font-weight: bold;

    padding-left: 25px;

    text-transform: uppercase;

    background: url(/imgs/comment.svg) left top no-repeat;

}

.comments__authorization a {

    position: relative;

    display: inline-block;

    margin-left: 10px;

    color: #939498;

    text-decoration: none;

}

.comments__authorization a:hover {

    text-decoration: underline;

}

.comments__authorization a:before {

    content: '/';

    position: absolute;

    left: -7px;

}

.comments__authorization a:first-child {

    margin-left: 0px;

}

.comments__authorization a:first-child:before {

    display: none;

}

.comment__form {

    position: relative;

    padding-left: 60px;

    min-height: 60px;

}

.comment__textarea {

    width: 100%;

    resize: none;

    border: 1px solid #e9e9e9;

    font-family: Roboto;

    font-size: 12px;

    height: 50px;

    padding: 18px 24px 3px 24px;

    -moz-transition: height .3s;

    -ms-transition: height .3s;

    transition: height .3s;

}

.comment__textarea::-webkit-input-placeholder {color: #9b9b9b;}

.comment__textarea:-moz-placeholder {color: #9b9b9b; opacity: 1;}

.comment__textarea::-moz-placeholder {color: #9b9b9b; opacity: 1;}

.comment__textarea:-ms-input-placeholder {color: #9b9b9b;}

.comment__textarea:focus::-webkit-input-placeholder {color: #fff;}

.comment__textarea:focus:-moz-placeholder {color: #fff; opacity: 1;}

.comment__textarea:focus::-moz-placeholder {color: #fff; opacity: 1;}

.comment__textarea:focus:-ms-input-placeholder { color: #fff;}

.comment__textarea:focus {

    height: 100px;

}

.comment {

    margin: 60px 0px 0px 0px;

    padding: 0px 0px 0px 60px;

    position: relative;

    z-index: 10;

}

.comment:first-child {

    margin: 50px 0px 0px 0px;

}

.comment__avatar {

    width: 50px;

    position: absolute;

    left: 0px;

    top: 0px;

}

.comment__avatar img {

    max-width: 50px;

    max-height: 50px;

}

.comment__head {

}

.comment__author, .comment__author a {

    font-size: 16px;

    font-weight: normal;

    line-height: 1.13;

    color: #252429;

}

.comment__date {

    position: relative;

    margin-left: 10px;

}

.comment__date:before {

    content: '-';

    position: absolute;

    left: -7px;

    top: 0px;

}

.comment__body {

    color: #252429;

    margin: 20px 0px 0px 0px;

}

.comment__body p {

    margin: 0px;

}

@media (max-width: 1100px) {

    .comments {

        margin: 30px 0px 55px 0px;

    }

    .comment {

        margin: 55px 0px 0px 0px;

    }

    .comment:first-child {

        margin: 50px 0px 0px 0px;

    }

}

@media (max-width: 700px) {

    .comments {

        margin: 30px 0px 55px 0px;

    }

    .comments__head {

        padding: 10px 10px 15px 10px;

    }

    .comments__note {

        display: block;

        margin: 10px 0px 0px 0px;

    }

    .comments__authorization {

        display: none;

    }

    .comment {

        margin: 60px 0px 0px 0px;

        padding: 0px 0px 0px 60px;

        position: relative;

        z-index: 10;

    }

    .comment:first-child {

        margin: 30px 0px 0px 0px;

    }

}

/* = Scroll

---------------------------------------------

--------------------------------------------- */

.jspContainer {

    overflow: hidden;

    position: relative;

    z-index: 900;

}

.jspPane {

    position: absolute;

}

.jspVerticalBar {

    position: absolute;

    top: 0;

    right: 0;

    width: 14px;

    height: 100%;

    background: #e9e9e9;

}

.jspHorizontalBar {

    position: absolute;

    bottom: 0;

    left: 0;

    width: 100%;

    height: 14px;

    background: #e9e9e9;

}

.jspCap {

    display: none;

}

.jspHorizontalBar .jspCap {

    float: left;

}

.jspTrack {

    background: #e9e9e9;

    position: relative;

}

.jspDrag {

    background: #9b9b9b;

    position: relative;

    top: 0;

    left: 3px;

    cursor: pointer;

    width: 8px;

    border-radius: 10px 10px 10px 10px;

    -moz-border-radius: 10px 10px 10px 10px;

    -webkit-border-radius: 10px 10px 10px 10px;

}

.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {

    float: left;

    height: 100%;

}

.jspArrow {

    background: #50506d;

    text-indent: -20000px;

    display: block;

    cursor: pointer;

    padding: 0;

    margin: 0;

}

.jspArrow.jspDisabled {

    cursor: default;

    background: #80808d;

}

.jspVerticalBar .jspArrow {

    height: 14px;

}

.jspHorizontalBar .jspArrow {

    width: 14px;

    float: left;

    height: 100%;

}

.jspVerticalBar .jspArrow:focus {

    outline: none;

}

.jspCorner {

    background: #eeeef4;

    float: left;

    height: 100%;

}

/* = LightBox

---------------------------------------------

--------------------------------------------- */

.fancybox-wrap,

.fancybox-skin,

.fancybox-outer,

.fancybox-inner,

.fancybox-image,

.fancybox-wrap iframe,

.fancybox-wrap object,

.fancybox-nav,

.fancybox-nav span,

.fancybox-tmp {

    padding: 0;

    margin: 0;

    border: 0;

    outline: none;

    vertical-align: top;

}

.fancybox-wrap {

    box-sizing: border-box;

    position: absolute;

    top: 0;

    left: 0;



    z-index: 8020;

}

.fancybox-skin {

    position: relative;

    padding: 0 60px 25px 60px !important;

    color: #fff;

    text-shadow: none;

}

.fancybox-opened {

    z-index: 8030;

}

.fancybox-outer, .fancybox-inner {

    position: relative;

}

.fancybox-inner {

    overflow: hidden;

}

.fancybox-type-iframe .fancybox-inner {

    -webkit-overflow-scrolling: touch;

}

.fancybox-error {

    margin: 0;

    padding: 15px;

    white-space: nowrap;

}

.fancybox-image, .fancybox-iframe {

    display: block;

    width: 100%;

    height: 100%;

}

.fancybox-image {

    max-width: 100%;

    max-height: 100%;

}

.fancybox-close {

    position: absolute;

    top: -1px;

    right: 56px;

    cursor: pointer;

    display: block;

    width: 25px;

    height: 25px;

    z-index: 8070;

}

.fancybox-close:before, .fancybox-close:after {

    position: absolute;

    content: '';

    position: relative;

    background: #fff;

    display: block;

    width: 24px;

    height: 2px;

    transform: rotate(45deg);

    left: 0px;

    top: 10px;

}

.fancybox-close:after {

    transform: rotate(-45deg);

    top: 8px;

}

.fancybox-close:hover {

    cursor: pointer;

    opacity: 0.7;

}

.fancybox-nav {

    display: block;

    position: absolute;

    top: 48%;

    z-index: 30;

    text-indent: -9999px;

    overflow: hidden;

    width: 43px;

    height: 43px;

    border: 1px solid #fff;

    -webkit-border-radius: 25px;

    -moz-border-radius: 25px;

    border-radius: 25px;

    z-index: 8040;

}

.fancybox-nav:before, .fancybox-nav:after {

    content: '';

    display: block;

    width: 16px;

    height: 1px;

    position: absolute;

    left: 10px;

    top: 25px;

    background: #fff;

    transform: rotate(45deg);

}

.fancybox-nav:after {

    transform: rotate(-45deg);

}

.fancybox-next:before {

    top: 15px;

    left: 15px;

}

.fancybox-next:after {

    top: 25px;

    left: 15px;

}

.fancybox-prev:after {

    top: 15px;

}

.fancybox-prev {

    left: -60px;

}

.fancybox-next {

    right: -60px;

}

.fancybox-nav span {

    position: absolute;

    top: 50%;

    width: 36px;

    height: 34px;

    margin-top: -18px;

    cursor: pointer;

    z-index: 8040;

    visibility: hidden;

}

.fancybox-prev span {

    left: 10px;

    background-position: 0 -36px;

}

.fancybox-next span {

    right: 10px;

    background-position: 0 -72px;

}

.fancybox-nav:hover span {

    visibility: visible;

}

.fancybox-tmp {

    position: absolute;

    top: -99999px;

    left: -99999px;

    visibility: hidden;

    max-width: 99999px;

    max-height: 99999px;

    overflow: visible !important;

}



/* Overlay helper */

.fancybox-lock {

    overflow: hidden !important;

    width: auto;

}

.fancybox-lock body {

    overflow: hidden !important;

}

.fancybox-lock-test {

    overflow-y: hidden !important;

}

.fancybox-overlay {

    position: absolute;

    top: 0;

    left: 0;

    overflow: hidden;

    display: none;

    z-index: 8010;

    padding: 0px 100px;

    background-color: rgba(36, 36, 41, 0.9);

}

.fancybox-overlay-fixed {

    position: fixed;

    bottom: 0;

    right: 0;

}

.fancybox-lock .fancybox-overlay {

    overflow: auto;

    overflow-y: scroll;

}

/* Title helper */

.fancybox-title {

    visibility: hidden;

    text-shadow: none;

    z-index: 8050;

    font-family: Roboto;

    font-size: 16px;

    font-weight: 400;

    color: #ffffff;

}

.fancybox-title .num {

    position: absolute;

    left: 60px;

    bottom: -10px;

}

.fancybox-opened .fancybox-title {

    visibility: visible;

}

.fancybox-title-float-wrap {

    position: absolute;

    bottom: 0;

    right: 50%;

    margin-bottom: -35px;

    z-index: 8050;

    text-align: center;

}

.fancybox-title-float-wrap .child {

    display: inline-block;

    margin-right: -100%;

    padding: 2px 20px;

    background: transparent;

    white-space: nowrap;

}

.fancybox-title-outside-wrap {

    position: relative;

    margin-top: 10px;

    color: #fff;

}

.fancybox-title-inside-wrap {

    padding-bottom: 15px;

}

.fancybox-title-over-wrap {

    position: absolute;

    bottom: 0;

    left: 0;

    color: #fff;

    padding: 10px;

    background: #000;

    background: rgba(0, 0, 0, .8);

}





.mrgn-t-0 {

    margin-top: 0px !important;

}

.mrgn-t-10 {

    margin-top: 10px !important;

}

.mrgn-t-15 {

    margin-top: 15px !important;

}

.mrgn-b-5 {

    margin-bottom: 5px !important;

}

.mrgn-b-15 {

    margin-bottom: 15px !important;

}

a.underline {

    text-decoration: underline;

}

a.underline:hover {

    text-decoration: none;

}

a.not-underline {

    text-decoration: none !important;

}

a.not-underline:hover {

    text-decoration:  underline !important;

}



.fs-14 {

    font-size: 14px;

}

.fs-16 {

    font-size: 16px;

}

.modal ::-webkit-input-placeholder {color: #939498;}

.modal :-moz-placeholder {color: #939498; opacity: 1;}

.modal ::-moz-placeholder {color: #939498; opacity: 1;}

.modal :-ms-input-placeholder {color: #939498;}

.modal input:focus::-webkit-input-placeholder {color: #fff;}

.modal input:focus:-moz-placeholder {color: #fff; opacity: 1;}

.modal input:focus::-moz-placeholder {color: #fff; opacity: 1;}

.modal input:focus:-ms-input-placeholder {color: #fff;}

.modal textarea:focus::-webkit-input-placeholder {color: #fff;}

.modal textarea:focus:-moz-placeholder {color: #fff; opacity: 1;}

.modal textarea:focus::-moz-placeholder {color: #fff; opacity: 1;}

.modal textarea:focus:-ms-input-placeholder { color: #fff;}

/* = Private Office

---------------------------------------------

--------------------------------------------- */

.site-content_po {

    background: none;

}

.site-content_po .site-content__inner {

    background: none;

    padding: 0px;

}

.private-office {

    display: table;

    width: 100%;

}

.private-office p:last-child {

    margin-bottom: 0px;

}

@media (max-width: 1100px) {



}

@media (max-width: 850px) {

    .site-content_po {

        padding: 0px 15px;

    }

    .filters:before {

        height: 210px;

        left: -1985px;

    }

    .filters:after {

        height: 210px;

        right: -1985px;

    }

}

@media (max-width: 700px) {

    .site-content_po {

        padding: 0px;

    }

    .site-content_po .site-content__inner {

        background: #fff;

        padding: 20px;

    }

}

/* = Private Nav

---------------------------------------------

--------------------------------------------- */

.profile-nav {

/* padding: 15px 0px 0px 0px; */

    padding: 0;

    margin: 0px;

    list-style: none;

    font-size: 14px;

    font-weight: bold;

    text-align: center;

    text-transform: uppercase;

}

.profile-nav__list {

    position: relative;

    display: inline-block;

    list-style: none;

    margin: 0px 33px 0px 0px;

    padding: 0px;

}

.profile-nav__list &gt; li {

    display: inline-block;

    margin: 0px 8px;

    text-transform: uppercase;

}

.profile-nav a {

    color: #898a8e;

    text-decoration: none;

}

.profile-nav a:hover {

    color: #fff;

}

.profile-nav__list li.active &gt; a  {

    color: #fff;

}

.profile-nav__list li.drop-down {

    position: relative;

}

.profile-nav__list li.drop-down &gt; a {

    padding-right: 13px;

    padding-bottom: 20px;

}

.profile-nav__list li.drop-down &gt; a:before {

    content: '';

    position: absolute;

    right: 0px;

    top: 7px;

    width: 0;

    height: 0;

    border-style: solid;

    border-width: 5px 4px 0 4px;

    border-color: #909195 transparent transparent transparent;

}

.profile-nav__list li.drop-down:hover &gt; a, .profile-nav__list li.drop-down.active &gt; a, .profile-nav__list li.drop-down.open &gt; a {

    color: #fff;

}

.profile-nav__list li.drop-down.active a:before, .profile-nav__list li.drop-down:hover &gt; a:before, .profile-nav__list li.drop-down.open a:before {

    border-color: #fff transparent transparent transparent;

}

.profile-nav__sub-list {

    display: none;

    list-style: none;

    position: absolute;

    left: -7px;

    top: 28px;

    width: 200px;

    padding: 9px 0px 5px 0px;

    text-align: left;

    background: #252429;

    border: 1px solid #979797;

}

.profile-nav__list li:hover .profile-nav__sub-list {

    display: block;

}

.profile-nav__sub-list &gt; li {

    padding: 8px 15px;

    text-transform: none;

}

.profile-nav__sub-list &gt; li:first-child {

    padding-top: 5px;

}

.profile-nav__sub-list &gt; li:last-child {

    padding-bottom: 5px;

}

.profile-nav__add {

    font-weight: normal;

}

.profile-nav__link {

    display: none;

}

@media (max-width: 1100px) {

    .profile-nav__sub-list {

        display: none !important;

    }

    .profile-nav__sub-list.open {

        display: block  !important;

    }

    .profile-nav__list.open:before {

        content: '';

        display: block;

        position: absolute;

        z-index: 50;

        cursor: pointer;

        left: 0px;

        right: 0px;

        top: 0px;

        height: 20px;

    }

}

@media (max-width: 700px) {

    .profile-nav {

        position: relative;

        padding: 12px 0px 12px 15px;

        text-align: left;

        text-transform: uppercase;

    }

    .profile-nav.active:before {

        content: '';

        position: absolute;

        z-index: 10;

        display: block;

        left: 0px;

        top: 0px;

        bottom: 0px;

        width: 150px;

        cursor: pointer;

    }

    .profile-nav__link {

        display: inline-block;

        color: #898a8e;

        position: relative;

        z-index: 5;

        margin-right: 33px;

        padding-right: 13px;

    }

    .profile-nav__link:before {

        content: '';

        position: absolute;

        right: 0px;

        top: 7px;

        width: 0;

        height: 0;

        border-style: solid;

        border-width: 5px 4px 0 4px;

        border-color: #909195 transparent transparent transparent;

    }



    .profile-nav__link.active {

        color: #fff;

    }

    .profile-nav__link.active:before, .profile-nav__link:hover:before {

        border-color: #fff transparent transparent transparent;

    }



    .profile-nav__list {

        display: none;

        margin: 0px;

        position: absolute;

        left: 0px;

        top: 39px;

        width: 100%;

        padding: 9px 10px 5px 15px;

        text-align: left;

        background: #252429;

        border: 1px solid #979797;

    }

    .profile-nav__list.active {

        display: block;

    }

    .profile-nav li {

        position: static;

        display: none;

        margin: 0px -1px;

        background: #252429;



        border-top: none;

        border-bottom: none;

        display: block;

        border-color: #fff;

    }

    .profile-nav li a {

        padding: 8px 0px 7px 0px;

        display: block;

    }



    .profile-nav li.drop-down:hover a {

        color: #909195;

    }

    .profile-nav li.drop-down a:hover {

        color: #fff;

    }

    .profile-nav li.drop-down a:before {

        display: none;

    }

    .profile-nav__sub-list {

        display: block !important;

        position: static;

        width: 100%;

        padding: 0px 0px 5px 0px;

        margin: -13px 0px 0px 0px;

        border: none;

    }

    .profile-nav__sub-list &gt; li {

        padding: 0px 15px;

    }

    .profile-nav__sub-list &gt; li:last-child {

        display: none;

    }

}

/* = Private Side

---------------------------------------------

--------------------------------------------- */

.private-office__side {

    position: relative;

    z-index: 20;

    float: left;

    width: 270px;

}

.user__photo {

    position: relative;

    display: table-cell;

    width: 270px;

    height: 270px;

    vertical-align: middle;

    text-align: center;

    background-color: #d3d2d3;

}

.user__photo img {

    margin-bottom: -5px;

    max-width: 270px;

    max-height: 270px;

}

.photo__link {

    position: absolute;

    left: 0px;

    top: 0px;

    right: 0px;

    bottom: 0px;

    z-index: 50;

}

.edit-link {

    position: absolute;

    display: inline-block;

    z-index: 50;

    right: 8px;

    top: 7px;

    width: 18px;

    height: 18px;

    opacity: 0.45;

    background:url(/imgs/pencil.svg) center center no-repeat;

}

.edit-link:hover {

    opacity: 1.0;

}

.user__about {

    position: relative;

    z-index: 10;

    margin-bottom: 30px;

}

.user__inner {

    position: relative;

    background: #fff;

    height: 93px;

    padding: 8px 13px;

}

.user__name {

    font-size: 16px;

    font-weight: normal;

    line-height: 1.13;

    color: #252429;

    max-height: 36px;

    padding-right: 100px;

    display: block;

    overflow: hidden;

    margin: 0px;

}

.user__name_company {

    padding-right: 20px;

    height: 36px;

}

.user__info {

    position: absolute;

    display: block;

    left: 13px;

    right: 13px;

    max-width: 100%;

    bottom: 8px;

    max-height: 35px;

    font-size: 12px;

    font-weight: bold;

    line-height: 1.5;

    color: #9b9b9b;

    overflow: hidden !important;

}

.user__info:after {

    content: '';

    display: block;

    position: absolute;

    right: 0px;

    top: 0px;

    bottom: 0px;

    width: 12px;

    background: #ffffff;

    background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 100%);

    background: -webkit-gradient(left top, right top, color-stop(0%, #ffffff), color-stop(100%, #ffffff));

    background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 100%);

    background: -o-linear-gradient(left, #ffffff 0%, #ffffff 100%);

    background: -ms-linear-gradient(left, #ffffff 0%, #ffffff 100%);

    background: linear-gradient(to right, #ffffff 0%, #ffffff 100%);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );

}

.user__position {

    display: block;

}

.po__inner {

    background: #fff;

    padding: 8px 13px;

}

.po__persons {

    margin-bottom: 30px;

}

.po__persons person__avatar img {

    width: 50px;

}

.po__persons .person__item {

    min-height: 50px;

    padding: 0px 0px 0px  59px;

    margin: 10px 0px 0px 0px;

}

.po__companies .person__item {

    padding: 9px 0px 0px 59px;

}

.private-office .person__name {

    font-size: 16px;

    font-weight: normal;

    line-height: 1.13;

    color: #252429;

    padding-right: 90px;

}

.person__name_company {

    height: 35px;

    display: block;

    overflow: hidden;

}

.po__companies .person__name {

    padding: 9px 0px 0px 0px;

}

.private-office .person__name a {

    color: #252429;

}

.po__persons .person__name a:hover {

    text-decoration: underline;

}

.po__persons .person__info {

    display: block;

    font-weight: bold;

    margin: 3px 0px 0px 0px;

}

.add-item {

    position: relative;

    display: block;

    height: 50px;

    font-size: 12px;

    color: #252429;

    line-height: 50px;

    padding-left: 8px;

    border-left: 50px solid #d8d8d8;

}

.add-item:hover {

    text-decoration: underline;

    border-color: #252429;

}

.add-item:before, .add-item:after {

    content: '';

    display: inline-block;

    width: 16px;

    height: 2px;

    background: #fff;

    position: absolute;

    left: -33px;

    top: 24px;

}

.add-item:after {

    transform: rotate(90deg);

}

.hidden {

    display: none;

}

.hidden.active {

    display: block;

}

.hidden-more {

    cursor: pointer;

    color: #252429;

    font-size: 12px;

    line-height: 1.5;

    display: block;

    margin: 10px 0px 0px 0px;

}

.hidden-more:hover {

    text-decoration: underline;

}

.hidden-more__hide {

    display: none;

}

.hidden-more.active .hidden-more__show {

    display: none;

}

.hidden-more.active .hidden-more__hide {

    display: block;

}

.po__statistics {

    margin-bottom: 30px;

}

.statistics__list {

}

.statistics__item {

    color: #252429;

    overflow: hidden;

    margin: 10px 0px 0px 0px;

}

.statistics__ico {

    float: left;

    width: 18px;

    height: 18px;

    padding-top: 0px;

    margin: 0px;

    display: block;

}

.statistics__item:first-child .statistics__ico {

    padding-top: 2px;

}

.statistics__item:last-child .statistics__ico {

    padding-top: 3px;

}

.statistics__ico img {

    width: 18px;

}

.statistics__ico .svg {

    width: 18px;

}

.statistics__ico .svg path {

    fill: #252429;

}

.statistics__title {

    float: left;

    line-height: 18px;

    margin-left: 12px;

    width:140px;

    display: block;

    overflow: hidden;

    font-size: 12px;

}

.statistics__num {

    display: block;

    float: right;

    font-size: 16px;

    width: 65px;

    text-align: right;

}

.po__awards {

    margin-bottom: 30px;

}

.awards__years {

    display: table;

    width: 105%;

}

.awards__year {

    position: relative;

    float: left;

    width: 40px;

    height: 45px;

    margin: 0px 10px 5px 0px;

    background: #212025;

}

.awards__year:first-child {

    margin-left: 0px;

}

.awards__year:before {

    content: '';

    display: block;

    position: absolute;

    z-index: 5;

    left: 0px;

    bottom: 0px;

    width: 0;

    height: 0;

    border-style: solid;

    border-width: 0 20px 15px 20px;

    border-color: transparent transparent #ffffff transparent;

}

.year__title {

    position: relative;

    z-index: 10;

    cursor: pointer;

    display: block;

    font-size: 14px;

    font-weight: bold;

    color: #ffffff;

    text-align: center;

    padding: 8px 0px 23px 0px;

}

.awards__list {

    display: none;

    margin: 0px;

    padding: 0px;

    list-style: none;

    position: absolute;

    z-index: 500;

    width: 200px;

    left: 0px;

    top: 30px;

    padding: 2px 15px 8px 15px;

    background: #252429;

}

.awards__year:hover .awards__list {

    display: block;

}

.awards__list li {

    margin: 10px 0px 0px 0px;

    font-size: 12px;

    color: #ffffff;

}

.awards__list a {

    color: #ffffff;

}

.awards__list a:hover {

    color:#fff;

    text-decoration: none;

}

.award__name {

    display: block;

    font-size: 12px;

    font-weight: bold;

    color: #939498;

}

.awards__list a .award__name {

    color: #939498;

}

.awards__list a:hover .award__name {

    text-decoration: underline;

    color: #fff;

}

.po__social {

    margin-bottom: 30px;

}

.po__social .po__inner {

    overflow: hidden;

}

.po__social .social__link {

    float: left;

    width: 30px;

    height: 30px;

    display: inline-block;

    -webkit-border-radius: 50px;

    -moz-border-radius: 50px;

    border-radius: 50px;

    opacity: 1.0;

    text-align: center;

}

.po__description {

    margin-bottom: 30px;

    overflow: hidden;

    color: #252429;

}

.po__description p {

    margin: 0px;

}

.po__description .description-more {

    display: block;

    text-transform: none;

    font-size: 12px;

    font-weight: normal;

    margin: 9px 0px 0px 0px;

}

@media (max-width: 1100px) {

    /* = side */

    .private-office__side {

        float: none;

        width: 100%;

        height: 230px;

        background: #fff;

        padding: 30px;

        margin: 0px 0px 30px 0px;

    }

    .private-office__side:before {

        display: none;

    }

    .user__photo {

        width: 170px;

        height: 170px;

    }

    .user__photo img {

        max-width: 170px;

        max-height: 170px;

    }

    .user__photo img.avatar-template {

        max-width: 100px;

        max-height: 100px;

    }

    .edit-link {

        opacity: 1.0;

    }

    .user__about {

        position: absolute;

        width: 66.66%;

        margin: 0px;

        left: 0px;

        top: 30px;

        padding-left: 230px;

    }

    .user__inner {

        background: #f2f2f2;

        height: 70px;

        padding: 8px 13px;

    }

    .user__name {

        padding-right: 75%;

    }

    .user__name_company {

        padding-right: 20px;

    }

    .user__info {

        position: relative;

        display: block;

        left: 0px;

        right: 0px;

        bottom: 0px;

        font-size: 12px;

        white-space: nowrap;

        max-height: 15px;

    }

    .user__info:after {

        background: #f2f2f2;

        background: -moz-linear-gradient(left, #f2f2f2 0%, #f2f2f2 100%);

        background: -webkit-gradient(left top, right top, color-stop(0%, #f2f2f2), color-stop(100%, #f2f2f2));

        background: -webkit-linear-gradient(left, #f2f2f2 0%, #f2f2f2 100%);

        background: -o-linear-gradient(left, #f2f2f2 0%, #f2f2f2 100%);

        background: -ms-linear-gradient(left, #f2f2f2 0%, #f2f2f2 100%);

        background: linear-gradient(to right, #f2f2f2 0%, #f2f2f2 100%);

        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#f2f2f2', GradientType=1 );

    }

    .user__position {

        display: inline;

    }

    .po__inner {

        background: #f2f2f2;

        padding: 8px 13px;

    }

    .block-label {

        display: none;

    }

    .po__persons {

        display: none;

    }

    .po__statistics {

        position: absolute;

        width: 66.66%;

        margin: 0px;

        left: 0px;

        top: 130px;

        padding-left: 230px;

    }

    .po__statistics .po__inner {

        height: 70px;

        padding: 3px 13px 2px 13px;

    }

    .block-label {

        display: none;

    }

    .statistics__item {

        color: #252429;

        overflow: hidden;

        margin: 1px 0px 0px 0px;

    }

    .statistics__ico {

        padding-top: 2px;

    }

    .statistics__item:last-child .statistics__ico {

        padding-top: 7px;

    }

    .statistics__title {

        display: none;

    }

    .po__awards {

        position: absolute;

        width: 33.33%;

        right: 0px;

        padding: 0px 30px;

        top: 30px;

        margin-bottom: 0px;

    }

    .po__awards .block-label {

        display: block;

    }

    .awards__year:before {

        border-color: transparent transparent #f2f2f2 transparent;

    }

    .awards__list {

        width: 170px;

        display: none !important;

    }

    .awards__list.active {

        display: block !important;

    }

    .awards__year.open:after {

        content: '';

        display: block;

        position: absolute;

        z-index: 150;

        left: 0px;

        top: 0px;

        width: 35px;

        height: 30px;

        cursor: pointer;

    }

    .awards__years {

    }

    .po__social {

        position: absolute;

        width: 33.33%;

        right: 0px;

        padding: 0px 30px;

        top: 148px;

        margin-bottom: 0px;

    }

    .po__social .po__inner {

        height: 53px;

        padding-top: 12px;

        padding-right: 5px;

    }

    .po__social .social__link {

        margin: 0px 10px 0px 0px;

    }

    .po__social .social__link:last-child {

        margin: 0px;

    }

    .po__description {

        display: none;

    }

}

@media (max-width: 750px) {

    .awards__years {

        display: table;

        width: 110%;

    }

    .po__social .social__link {

        width: 30px;

        margin-right: 5px;

        padding-top: 0px;

    }

    .po__social .social__link img{

        width: 30px;

        height: 30px;

    }

}

@media (max-width: 700px) {

    .private-office__side {

        height: auto;

        background: none;

        padding: 0px;

        margin: 0px 0px 30px 0px;

    }

    .user__photo {

        display: block;

        margin: 0px auto;

        width:100%;

        height: auto;

    }

    .user__photo img {

        max-width: 100%;

        max-height: 100%;

        width: 100%;

    }

    .user__photo img.avatar-template {

        box-sizing: border-box;

        width: 270px;

        height: 270px;

        padding: 20px;

        max-width: 270px;

        max-height: 270px;

        margin: 0px auto;

    }

    .user__about {

        position: relative;

        width: 100%;

        min-width: 100px;

        margin: 0px 0px 15px 0px;

        left: 0px;

        top: 0px;

        padding-left: 0px;

    }

    .user__name {

        padding-right: 30%;

    }

    .user__info {

        max-height: 35px;

        position: absolute;

        display: block;

        left: 13px;

        right: 13px;

        max-width: 100%;

        bottom: 8px;

    }

    .user__position {

        display: block;

    }

    .user__inner {

        height: 72px;

    }

    .po__inner {

        background: #f2f2f2;

        padding: 8px 13px;

    }

    .block-label {

        display: none;

    }

    .po__persons {

        display: none;

    }

    .po__statistics {

        position: relative;

        width: 100%;

        margin: 0px;

        left: 0px;

        top: 0px;

        margin-bottom: 15px;

        padding-left: 0px;

    }

    .po__statistics .po__inner {

        height: 62px;

        overflow: hidden;

        padding: 8px 13px 15px 13px;

    }

    .po__statistics .block-label {

        display: block;

    }

    .statistics__item {

        position: relative;

        top: -8px;

        float: left;

        width: 33.33%;

        line-height: 20px;

        color: #252429;

        overflow: hidden;

        text-align: center;

        margin: 0px 0px 0px 0px;

    }

    .statistics__item:first-child {

        padding-top: 3px;

    }

    .statistics__item:last-child {

        top: -11px;

    }

    .statistics__ico {

        float: none;

        position: relative;

        top: 3px;

        padding-top: 0px;

        margin: 0px 6px 0px 0px;

        display: inline-block;

    }

    .statistics__item:last-child .statistics__ico {

        top: 1px;

    }

    .statistics__num {

        display: inline-block;

        float: none;

        font-size: 16px;

        width: auto;

        text-align: left;

    }

    .po__awards {

        display: none;

    }

    .po__social {

        position: relative;

        width: 100%;

        right: 0px;

        padding: 0px 0px;

        top: 0px;

        margin-bottom: 0px;

    }

    .po__social .block-label {

        display: block;

    }

    .po__social .po__inner {

        height: auto;

        padding-top: 8px;

    }

    .po__social .social__link {

        width: 30px;

        margin-right: 10px;

        padding-top: 0px;

    }

    .po__social .social__link img{

        width: 30px;

        height: 30px;

    }

}

/* = Private Main

---------------------------------------------

--------------------------------------------- */

.private-office__main {

    position: relative;

    margin-left: 300px;

    padding: 30px;

    font-size: 14px;

    color: #252429;

    background: #fff;

}

.private-office__main:before {

    content: '';

    display: block;

    width: 300px;

    height: 160px;

    position: absolute;

    left: -300px;

    top: 0px;

    background: #252429;

}

.private-office__nav {

    overflow: hidden;

    text-align: center;

    padding: 0px;

    margin: -12px 0px 15px 0px;

}

.private-office__nav li {

    display: inline-block;

    margin: 0px 16px;

    font-size: 14px;

    font-weight: bold;

    text-transform: uppercase;

}

.private-office__nav a {

    color: #000;

    display: block;

    padding: 0px 0px 5px 0px;

}

.private-office__nav li.active a, .private-office__nav a:hover {

    border-bottom: 5px solid #04fa93;

    text-decoration: none;

}

.private-office__main .preview {

    width: 33.33%;

}

.private-office__main .preview__thumb img {

    -webkit-filter: grayscale(0%);

    -moz-filter: grayscale(0%);

    -ms-filter: grayscale(0%);

    -o-filter: grayscale(0%);

    filter: grayscale(0%);

}

.private-office__main .preview__rating {

    color: #fff;

}

.private-office__main .likes__heart, .private-office__main .rating__star {

    opacity: 1.0;

}

.private-office__main .edit-link {

	background: rgba(255,255,255,0.8) url(/imgs/iconmonstr-pencil-4.svg) center center no-repeat;

	opacity: 1;

	padding: 15px;

	right: inherit;

	left: 0px;

	top: 0px;

}

.private-office__main .edit-link:hover {

	background: #fff url(/imgs/pencil.svg) center center no-repeat;

}

.private-office__main .del-photo {

	background-color: rgba(255,255,255,0.8);

	padding: 15px;

	right: 0px;

	top: 0px;

	opacity: 1;

}

.private-office__main .del-photo:before, .private-office__main .del-photo:after {

	opacity: 0.45;

	left: 5px;

    top: 13px;

}

.private-office__main .del-photo:hover:before, .private-office__main .del-photo:hover:after {

	opacity: 1;

}

.private-office__main .del-photo:hover {

	background-color: #ffffff;

}

@media (max-width: 1100px) {

    .private-office__main {

        margin-left: 0px;

    }

    .private-office__main:before {

        display: none;

    }

    .private-office__nav {

        display: block;

        margin: -10px 0px 15px 0px;

    }

}

@media (max-width: 700px) {

    /* = main */

    .private-office__main  {

        padding: 10px 0px 0px 0px;

    }

    .private-office__main .preview {

        width: 100%;

    }

    .private-office__nav li {

        margin: 0px 8px 0px -9px;

        font-size: 14px;

        font-weight: bold;

        text-transform: uppercase;

    }

    .private-office__nav li:first-child {

        display: none;

    }

    .private-office__nav li:last-child {

        margin: 0px -7px 0px 0px;

    }

}



/* = Page Nav

---------------------------------------------

--------------------------------------------- */

.page-nav {

    float: left;

    position: relative;

    z-index: 999;

    width: 270px;

    padding: 30px 13px;

    background: #fff;

    font-size: 14px;

    font-weight: bold;

    color: #000000;

    text-transform: uppercase;

}

.page-nav_float.fixed {

    position: fixed;

    z-index: 999;

    top: 20px;

}

.page-nav ul {

    padding: 0px;

    margin: 0px;

    list-style: none;

}

.page-nav li {

    border-top: 2px solid #cbcbcb;



}

.page-nav li:first-child {

    border-top: none;

}

.page-nav a {

    display: block;

    border-left: 5px solid #fff;

    padding: 6px 10px 5px 10px;

}

.page-nav li.active a, .page-nav li:hover a {

    border-left: 5px solid #04fa93;

    text-decoration: none;

}

.section__ancor {

    width: 1px;

    height: 1px;

    position: absolute;

    left: 0px;

    top: 107px;

    display: block;

}

.section__ancor_large {

    top: 137px;

}

.page-section:first-child .section__ancor {

    top: -270px;

}

.section__ancor_last {

    top: -35px;

}

.section__ancor_large.section__ancor_last {

    top: -75px;

}

@media (max-width: 1100px) {

    .page-nav {

        display: none !important;

    }

}

/* = Page Section

---------------------------------------------

--------------------------------------------- */

.private-office__main.nobkg {

    background: none;

    padding: 0px;

}

.page-section {

    position: relative;

    background: #fff;

    margin: 0px 0px 30px 0px;

    padding: 29px 30px;

}

.password-edit {

    text-transform: uppercase;

    position: absolute;

    right: 30px;

    top: 30px;

    z-index: 50;

    font-size: 14px;

    font-weight: bold;

    color: #252429;

}

.password-edit:hover {

    text-decoration: underline;

}

.page-section__title {

    font-size: 24px;

    font-weight: bold;

    color: #000000;

    display: block;

    margin: 0px 0px 20px 0px;

    text-transform: uppercase;

}

.page-section__content {

    display: table;

    width: 100%;

}

@media (max-width: 1100px) {

    .page-section__title {

        margin-bottom: 10px;

    }

}

@media (max-width: 700px) {

    .page-section {

        padding: 0px;

    }

    .page-section__title {

        font-size: 20px;

        margin-bottom: 10px;

    }

}

/* = Form

---------------------------------------------

--------------------------------------------- */

.edit__avatar {

    float: left;

    width: 270px;

    padding-top: 21px;

}

.upload-file {

}

.input__file {

    cursor: pointer;

    display: inline-block;

    width: 230px;

    line-height: 50px;

    background: #04fa93;

    border: none;

    font-family: Roboto;

    font-size: 12px;

    font-weight: 900;

    letter-spacing: 3px;

    color: #000000;

    text-align: center;

    text-transform: uppercase;

    text-decoration: none;

    overflow: hidden;

    width: 100%;

    border: 2px solid #000;

    background: none;

    color: #000;

}

.input__file:hover {

    color: #04fa93;

    background: #252429;

    border-color: #252429;

}

.avatar__upload {

    cursor: pointer;

    font-size: 14px;

    font-weight: bold;

    color: #252429;

    display: inline-block;

    padding: 0px 28px 0px 0px;

    margin-top: 11px;

    text-transform: uppercase;

    background: url(/imgs/upload.svg) right center no-repeat;

}

.form {

    margin: 0px -15px

}

.form_right {

    margin-left: 285px;

}

.form__row {

    display: table;

    width: 100%;

}

.form__row:last-child {

    margin-right: 0px;

}

.form__cell {

    font-size: 14px;

    padding: 0px 15px;

    margin: 0px 0px 14px 0px;

}

.form__cell p {

    margin: 10px 0px;

}

.cell_size-1 {

    float: left;

    width: 66.66%;

}

.cell_size-2 {

    float: left;

    width: 50%;

}

.cell_size-3 {

    float: left;

    width: 33.33%;

}

.form__label {

    display: block;

    font-size: 14px;

    font-weight: bold;

    color: #252429;

    margin-bottom: 4px;



}

.form__note {

    display: block;

    font-size: 12px;

    line-height: 1.58;

    color: #252429;

    padding: 3px 0px;

}

.form__input {

    font-family: Roboto;

    font-size: 14px;

    color: #252429;

    border: 1px solid #f4f4f4;

    background: #f4f4f4;

    width: 100%;

    height: 38px;

    padding: 0px 10px;

}

.form__textarea {

    font-family: Roboto;

    font-size: 14px;

    color: #252429;

    border: 1px solid #f4f4f4;

    background: #f4f4f4;

    width: 100%;

    height: 80px;

    padding: 10px;

    resize: none;

}

.form .select {

}

.input__date {

    position: relative;

    z-index: 20;

    background: none;

    border: none;

    cursor: pointer;

}

.input__date-wrap {

    position: relative;

    z-index: 10;

    width: 100%;



    background: #f4f4f4;

}

.input__date-wrap:before {

    content: '';

    display: block;

    width: 38px;

    height: 38px;

    position: absolute;

    right: 0px;

    top: 0px;

    z-index: 15;

    border-left: 10px solid #fff;

    background: url(/imgs/calendar.svg) center center no-repeat;

}

.input__phone-wrap {

    position: relative;

    padding-right: 48px;

}

.checking {

    display: block;

    height: 38px;

    width: 38px;

    background: #f4f4f4;

    position: absolute;

    top: 0px;

    right: 0px;

}

.checking_true:before, .checking_true:after {

    content: '';

    display: inline-block;

    background: #04fa93;

    height: 3px;

    width: 18px;

    position: absolute;

    transform: rotate(-45deg);

    top: 18px;

    left: 14px;

}

.checking_true:after {

    width: 11px;

    top: 20px;

    left: 9px;

    transform: rotate(45deg);

}

.checking_false:before, .checking_false:after {

    content: '';

    display: inline-block;

    background: #ff0000;

    height: 3px;

    width: 18px;

    position: absolute;

    transform: rotate(-45deg);

    top: 18px;

    left: 10px;

}

.checking_false:after {

    transform: rotate(45deg);

}

.form-persons {

    margin: -10px -30px 0px 0px;

    overflow: hidden;

}

.form-person__item {

    float: left;

    width: 50%;

    height: 51px;

    position: relative;

    margin: 10px 0px 0px 0px;

    padding: 0px 30px 0px 59px;

}

.form-person__avatar {

    position: absolute;

    left: 0px;

    top: 0px;

    margin: 0px;

    width: 50px;

}

.form-person__avatar img {

    max-width: 50px;

}

.form-person__name {

    display: block;

    font-size: 16px;

    line-height: 1.1;

    margin-right: 80px;

    height: 37px;

    position: relative;

    top -1px;

    overflow: hidden;

}

.form-person__info {

    color: #9b9b9b;

    font-weight: bold;

    overflow: hidden;

    margin-right: 0px;

    height: 20px;

    right: 30px;

    left: 59px;

    position: absolute;

    display: block;

    overflow: hidden;

    font-size: 12px;

    white-space: nowrap;

}

.form-person__name:after, .form-person__info:after {

    content: '';

    display: block;

    position: absolute;

    right: 0px;

    top: 0px;

    bottom: 0px;

    width: 12px;

    background: #ffffff;

    background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 100%);

    background: -webkit-gradient(left top, right top, color-stop(0%, #ffffff), color-stop(100%, #ffffff));

    background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 100%);

    background: -o-linear-gradient(left, #ffffff 0%, #ffffff 100%);

    background: -ms-linear-gradient(left, #ffffff 0%, #ffffff 100%);

    background: linear-gradient(to right, #ffffff 0%, #ffffff 100%);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );

}

.form-persons .del__item {

    right: 30px;

}

.form-persons .add-item {

    float: left;

    width: 50%;

    padding-left: 10px;

    margin: 10px 0px 0px 0px;

}

.social__connect {

    position: relative;

    border: 1px solid #f4f4f4;

    background-color: #f4f4f4;

    width: 100%;

    height: 38px;

    line-height: 38px;

    display: block;

    padding: 0px 25px 0px 10px;

    text-align: right;

    font-size: 14px;

    background-position: 4px 4px;

    background-repeat: no-repeat;

}

.connect_fb {

    background-image:url(/imgs/fb-cb.svg);

}

.connect_vk {

    background-image:url(/imgs/vk-cb.svg);

}

.connect_tw {

    background-image:url(/imgs/tw-cb.svg);

}

.connect_ig {

    background-image:url(/imgs/ig-cb.svg);

}

.connect__link {

    display: block;

    text-align: right;

    font-size: 14px;

    font-weight: bold;

    color: #252429;

    padding-right: 10px;

    line-height: 38px;

    margin: 0px -25px 0px -10px;

    text-transform: uppercase;

}

.del__item {

    cursor: pointer;

    position: absolute;

    right: 10px;

    top: 16px;

    line-height: 1;

    display: block;

    font-size: 14px;

    text-transform: lowercase;

    padding: 0px 20px 0px 0px;

}

.del__item:before, .del__item:after {

    content: '';

    display: block;

    width: 12px;

    height: 2px;

    background: #252429;

    transform: rotate(45deg);

    position: absolute;

    right: 0px;

    top: 6px;

}

.del__item:after {

    transform: rotate(-45deg);

}

.del__item:hover {

    color: #939498;

    text-decoration: none;

}

.del__item:hover:before, .del__item:hover:after {

    background: #939498;

}

.connect__link_del {

    font-weight: normal;

    text-transform: none;

    padding-right: 25px;

}

.connect__link_del:before, .connect__link_del:after {

    content: '';

    display: block;

    width: 12px;

    height: 2px;

    background: #252429;

    transform: rotate(45deg);

    position: absolute;

    right: 8px;

    top: 18px;

}

.connect__link_del:after {

    transform: rotate(-45deg);

}

.connect__link_del:hover {

    color: #939498;

    text-decoration: none;

}

.connect__link_del:hover:hover:before, .connect__link_del:hover:hover:after {

    background: #939498;

}

.form__awards {

    border-top: 2px solid #cfcfcf;

    padding: 5px 0px 0px 0px;

    margin: 0px 15px;

}

.awards__item {

    position: relative;

    padding-right: 150px;

    margin: 12px 0px 0px 0px;

}

.awards__item .del__item {

    position: absolute;

    right: 0px;

    top: 1px;

}

.award__label {

    font-size: 14px;

    font-weight: bold;

}

.award__status {

    text-transform: uppercase;

    font-size: 14px;

    font-weight: bold;

    position: absolute;

    right: 0px;

    top: 0px;

}

.award__remove {

}

.buttons__section {

    text-align: center;

    overflow: hidden;

    padding: 0px 30px;

}

.form__button {

    width: 270px;

    line-height: 50px;

    border: 2px solid #000;

    background: none;

    color: #000;

    padding-top: 0px;

}

.form__button:hover {
    color: #04fa93;
    background: #252429;
    border-color: #252429;
    text-decoration: none!important;
}

.form__button:active {

    background: #000;

    color: #04fa93;

    border-top: 2px solid #4a4a4a;

}

.button_left {

    float: left;

}

.button_right {

    float: right;

}

/* = ui-selectmenu */

.form .ui-selectmenu-button {

    height: 38px;

    min-width: 130px;

    color: #252429;

    width: 100% !important;

    padding: 13px 20px 5px 10px;

    border: 1px solid #f4f4f4;

    background: #f4f4f4;

    font-weight: normal;

}

.form .ui-selectmenu-button span.ui-icon {

    border-width: 5px 4.5px 0 4.5px;

    border-color: #232227 transparent transparent transparent;

    top: 17px;

    right: 10px;

}

/*.select_grey {

	font-weight: normal;

	background: #f4f4f4;

	border: 1px solid #979797 !important;

}

*/



/* = ui-datepicker */

.ui-datepicker {

    width: 222px;

    padding: 0px 10px 10px 10px;

    display: none;

    font-size: 14px;

    background: #fff;

    border: 1px solid #ccc;

    -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.15);

    -moz-box-shadow:    0px 5px 5px 0px rgba(50, 50, 50, 0.15);

    box-shadow:         0px 5px 5px 0px rgba(50, 50, 50, 0.15);

}

.ui-datepicker a {

    color: #000;

    cursor: pointer;

}

.ui-datepicker .ui-datepicker-header {

    position: relative;

    padding: 22px 0px 10px 0px;

    margin: -12px 0px 0px -10px;

    background: url(img/calendar.png) right top no-repeat;

    width: 222px;

}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {

    position: absolute;

    top: 24px;

    height: 20px;

    width: 20px;

    overflow: hidden;

    text-indent: 500px;

}

.ui-datepicker .ui-datepicker-prev {

    left: 10px;

    top: 30px;

    width: 0;

    height: 0;

    border-style: solid;

    border-width: 3.5px 4px 3.5px 0;

    border-color: transparent #000 transparent transparent;

}

.ui-datepicker .ui-datepicker-next {

    right: 12px;

    top: 30px;

    width: 0;

    height: 0;

    border-style: solid;

    border-width: 3.5px 0 3.5px 4px;

    border-color: transparent transparent transparent #000;

}

.ui-datepicker-today {

    background-color: #f4f4f4;

}

.ui-datepicker-other-month {

    color: #999;

}

.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;

    background: #fff;

    clear: both;

}

.ui-datepicker .ui-datepicker-title select {

    margin: 1px 0;

}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {

    width: 45%;

}

.ui-datepicker table {

    width: 100%;

    font-size: 14px;

    border-collapse: collapse;

    margin: 1px;

    position: relative;

    left: -3px;

}

.ui-datepicker th {

    text-align: center;

    font-weight: normal;

    border: 0;

    background: #fff;

    padding: 3px;

}

.ui-datepicker td {

    border: 0;

    padding: 0px;

    text-align: cente !important;

    position: relative;

}

.ui-datepicker td span, .ui-datepicker td a {

    display: block;

    padding: 3px;

    text-align: center;

    text-decoration: none;

}

.ui-datepicker td a:hover {

    color: #000;

    background-color: #f4f4f4;

}

.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;

}

/*upload place*/

.upload-place {

    position: relative;

    cursor: pointer;

    height: 270px;

    margin: 15px 0px;

    background: #f4f4f4 url(/imgs/upload.svg) center 79px no-repeat;

    background-size: 97px 73px;

}

.upload-place:first-child {

    margin-top: 20px;

}

.upload-place__label {

    position: absolute;

    font-size: 16px;

    font-weight: bold;

    color: #252429;

    text-transform: uppercase;

    left: 30px;

    right: 30px;

    top: 162px;

    display: block;

    text-align: center;

}

.upload-place__note {

    position: absolute;

    font-size: 14px;

    font-weight: bold;

    color: #252429;

    text-transform: uppercase;

    left: 170px;

    right: 170px;

    top: 210px;

    display: block;

    text-align: center;

}

.upload-place__zone {

    display: none;

    position: absolute;

    z-index: 50;

    left: 0px;

    top: 0px;

    right: 0px;

    bottom: 0px;

    background: rgba(244, 244, 244, 0.7);

    border: 11px dashed #979797;

}

.upload-place__zone.active {

    display: block;

}

@media (max-width: 1100px) {

    .edit__avatar {

        width: 170px;

        padding-top: 21px;

    }

    .form_right {

        margin-left: 185px;

    }

    .form__row {

        margin: 0px;

    }

    .form__cell {

        font-size: 12px;

        margin: 0px 0px 14px 0px;

    }

    .form__cell p {

        margin: 5px 0px;

    }

    .cell_size-t-2 {

        width: 50%;

    }

    .input__file {

        width: 100%;

    }

    .upload-place__label {

        left: 20px;

        right: 20px;

    }

    .upload-place__note {

        left: 30px;

        right: 30px;

    }

    .button_right, .button_left {

        width: 29%;

    }

}

@media (max-width: 700px) {

    .edit__avatar {

        float: none;

        width: 100%;

        padding-top: 0px;

        margin-bottom: 30px;

    }

    .avatar__upload {

        margin-top: 15px;

    }

    .password-edit {

        top: auto;

        right: 0px;

        margin-top: -48px;

    }

    .input__file {

        line-height: 38px;

    }

    .form {

        margin: 0px 0px;

    }

    .form_right {

        margin-left: 0px;

    }

    .form__row {

        margin: 0px;

    }

    .form__cell {

        float: none;

        margin: 0px 0px 13px 0px;

        padding: 0px 0px;

    }

    .form__cell p {

        margin: 10px 0px;

    }

    .cell_size-1 {

        float: none;

        width: 100%;

    }

    .cell_size-2 {

        float: none;

        width: 100%;

    }

    .cell_size-3 {

        float: none;

        width: 100%;

    }

    .form__textarea {

        height: 122px;

    }

    .form-persons {

        margin: -10px 0px 0px 0px;

        overflow: hidden;

    }

    .form-person__item {

        float: none;

        width: 100%;

        padding: 0px;

        padding: 0px 0px 0px 56px;

        margin: 10px 0px 0px 0px;

    }

    .form-person__name {

        padding-right: 0px;

        display: block;

        min-width: 1px;

        width: auto;

        margin-right: 100px;

    }

    .form-person__info {

        right: 0px;

    }

    .form-persons .del__item {

        right: 0px;

    }

    .form-persons .add-item {

        display: none;

    }

    .form__awards {

        margin: 0px;

    }

    .awards__item {

        margin: 5px 0px 0px 0px;

    }

    .upload-place {

        background-position:center 69px;

    }

    .upload-place__label {

        top: 162px;

        font-size: 14px;

        left: 30px;

        right: 30px;

    }

    .upload-place__note {

        font-size: 12px;

        left: 10px;

        right: 10px;

        bottom: 30px;

        top: auto;

    }

    .buttons__section {

        text-align: center;

        padding: 0px 0px;

    }

    .form__button {

        width: 100%;

    }

    .button_right, .button_left {

        width: 46%;

    }

}

/* = Photo

---------------------------------------------

--------------------------------------------- */

.photo-gallery {

    overflow: hidden;

    margin: -10px -15px 0px -15px;

}

.photo__item {

    position: relative;

    z-index: 10;

    float: left;

    width: 33.33%;

    padding: 0px 15px;

    height: 270px;

    overflow: hidden;

    margin: 30px 0px 0px 0px;

}

.photo__thumb {

    position: relative;

    z-index: 10;

    background: #f4f4f4;

    margin: 0px;

    text-align: center;

    vertical-align: middle;

    display: table-cell;

    width: 270px;

    height: 270px;

}

.photo__thumb img {

    max-width: 100%;

    max-height: 270px;

    margin-bottom: -4px;

}

.photo__item .edit-link {

    position: absolute;

    left: 20px;

    top: 5px;

    z-index: 20;

    opacity: 0.45;

}

.del-photo {

    position: absolute;

    z-index: 20;

    right: 20px;

    top: 5px;

    display: inline-block;

    width: 18px;

    height: 18px;

    opacity: 0.45;

}

.del-photo:before, .del-photo:after {

    content: '';

    display: inline-block;

    width: 22px;

    height: 2px;

    background: #000;

    position: absolute;

    left: -3px;

    top: 7px;

    transform: rotate(45deg);

}

.del-photo:after {

    transform: rotate(-45deg);

}

.photo__item:hover .photo__thumb:before {

    content: '';

    border: 2px solid #252429;

    position: absolute;

    z-index: 15;

    display: block;

    left: 0px;

    right: 0px;

    top: 0px;

    bottom: 0px;

    box-sizing: border-box;

}

.edit-link:hover, .del-photo:hover {

    opacity: 1.0;

}

.photo-upload {

}

.photo-upload a {

    display: block;

    height: 270px;

    color: #252429;

    padding-top: 99px;

    background: #f4f4f4;

    text-align: center;

}

.photo-upload__ico {

    margin: 0px;

}

.photo-upload__ico .svg{

    width: 97px;

    height: 63px;

}

.photo-upload__label {

    text-transform: uppercase;

    font-size: 16px;

    font-weight: bold;

    padding-top: 13px;

    display: block;

}

.photo-upload a:hover {

    background-color: #252429;

    text-decoration: none;

    color: #fff;

}

.photo-upload a:hover .svg path {

    fill: #fff;

}

@media (max-width: 1100px) {

    .photo-upload__ico .svg{

        width: 62px !important;

        height: 47px !important;

    }

}

@media (max-width: 800px) {

    .photo__item {

        height: 170px;

    }

    .photo__thumb {

        height: 170px;

    }

    .photo__thumb img {

        max-height: 170px;

    }

    .photo-upload a {

        height: 170px;

        padding-top: 57px;

    }

    .photo-upload__label {

        padding-top: 5px;

    }



}

@media (max-width: 700px) {

    .photo__item {

        width: 50%;

        height: 270px;

    }

    .photo__thumb {

        width: 500px;

        height: 270px;

    }

    .photo__thumb img {



        max-height: 270px;

    }

    .photo-upload a {

        height: 270px;

        padding-top: 99px;

    }

    .photo-upload__label {

        font-size: 14px;

    }

}

@media (max-width: 500px) {

    .photo__item {

        height: 170px;

    }

    .photo__thumb {

        height: 170px;

    }

    .photo__thumb img {

        max-height: 200px;

    }

    .photo-upload a {

        height: 170px;

        padding-top: 49px;

    }

}

/* = Autocomplete

---------------------------------------------

--------------------------------------------- */

.inputosaurus-container {

    font-family: Roboto;

    font-size: 14px;

    color: #252429;

    border: 1px solid #f4f4f4;

    background: #f4f4f4;

    width: 100%;

    min-height: 38px;

    padding: 0px 2px;

	margin: 0;

    max-height: 300px;

    overflow: hidden;

    overflow-y: auto;

    position: relative;

}

.inputosaurus-container li {

    display: block;

    float: left;

    overflow: hidden;

    margin: 3px 2px 0px 0px;

    padding: 0px 42px 0px 4px;

    white-space: nowrap;

    overflow: hidden;

    background-color: #f4f4f4;

    border: 1px solid #979797;

    line-height: 28px;

    box-sizing: border-box;

    color: #252429;

    cursor: default;

    position: relative;

}

.inputosaurus-container li.inputosaurus-selected { background-color: #bdd6eb; }

.inputosaurus-container li a {

    width: 28px;

    height: 28px;

    display: block;

    font-size: 16px;

    color: #5b9bcd;

    text-indent: 100px;

    overflow: hidden;

    position: absolute;

    right: 0px;

    top: 0px;

    box-sizing: content-box;

    border-left: 1px solid #979797;



}

.inputosaurus-container li a:before, .inputosaurus-container li a:after {

    content: '';

    display: block;

    width: 18px;

    height: 1px;

    position: absolute;

    left: 5px;

    top: 14px;

    background: #252429;

    transform: rotate(45deg);

}

.inputosaurus-container li a:after {

    transform: rotate(-45deg);

}

.inputosaurus-container li a:hover:before, .inputosaurus-container li a:hover:after {

    background: #939498;

}

.inputosaurus-container .inputosaurus-input {

    border: none;

    box-shadow: none;

    background: none;

    margin-top: 0px;

}

.inputosaurus-container .inputosaurus-input input {

    border: none;

    margin: 0;

    outline: none;

    width: 25px;

    -webkit-box-shadow: none;

    -moz-box-shadow: none;

    box-shadow: none;

    font-family: Roboto;

    font-size: 14px;

    color: #252429;

    border: 1px solid #f4f4f4;

    background: #f4f4f4;

    height: 36px;

    padding: 0px 0px;

}

.inputosaurus-container .inputosaurus-input input:hover {

    -webkit-box-shadow: none;

    -moz-box-shadow: none;

    box-shadow: none;

}

.inputosaurus-input-hidden { display: none; }

/* = Modal

---------------------------------------------

--------------------------------------------- */

html.remodal-is-locked {

    overflow: hidden;

}

.remodal, [data-remodal-id] {

    visibility: hidden;

}

.remodal-overlay {

    position: fixed;

    z-index: 90000;

    top: -5000px;

    right: -5000px;

    bottom: -5000px;

    left: -5000px;

    display: none;

}

.remodal-wrapper {

    position: fixed;

    z-index: 90001;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    display: none;

    overflow: auto;

    text-align: center;

    -webkit-overflow-scrolling: touch;

}

.remodal-wrapper:after {

    display: inline-block;

    height: 100%;

    margin-left: -0.05em;

    content: "";

}

.remodal-overlay, .remodal-wrapper {

    -webkit-transform: translateZ(0px);

}

.remodal-bg {

    -webkit-transition: -webkit-filter 0.2s ease-out;

    -moz-transition: -moz-filter 0.2s ease-out;

    -o-transition: -o-filter 0.2s ease-out;

    transition: filter 0.2s ease-out;

}

body.remodal-is-active .remodal-bg {

    -webkit-filter: blur(3px);

    -ms-filter: blur(3px);

    filter: blur(3px);

    -moz-filter: blur(3px);

    -o-filter: blur(3px);

}

.remodal-overlay {

    -webkit-transition: opacity 0.2s ease-out;

    -moz-transition: opacity 0.2s ease-out;

    -o-transition: opacity 0.2s ease-out;

    transition: opacity 0.2s ease-out;

    opacity: 0;

    background: rgba(0, 0, 0, 0.75);

}

body.remodal-is-active .remodal-overlay {

    opacity: 1;

}

body.remodal-is-active .remodal {

    -webkit-transform: scale(1);

    -moz-transform: scale(1);

    -ms-transform: scale(1);

    -o-transform: scale(1);

    transform: scale(1);

    opacity: 1;

}

.remodal,.remodal-wrapper:after {

    vertical-align: middle;

}

.remodal-close {

    cursor: pointer;

    width: 18px;

    height: 18px;

    position: absolute;

    right: 8px;

    top: 8px;

}

.remodal-close:before, .remodal-close:after {

    content: '';

    display: block;

    width: 23px;

    height: 2px;

    background: #252429;

    transform: rotate(45deg);

    position: absolute;

    left: -3px;

    top: 6px;

}

.remodal-close:after {

    transform: rotate(-45deg);

}

.remodal-close:hover:before, .remodal-close:hover:after {

    background: #939498;

}

.remodal {

    position: relative;

    display: inline-block;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

    -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;

    -moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out;

    -o-transition: -o-transform 0.2s ease-out, opacity 0.2s ease-out;

    transition: transform 0.2s ease-out, opacity 0.2s ease-out;

    -webkit-transform: scale(0.95);

    -moz-transform: scale(0.95);

    -ms-transform: scale(0.95);

    -o-transform: scale(0.95);

    transform: scale(0.95);

    opacity: 0;

    color: #252429;

    text-align: left;

    background: #f4f4f4;

    padding: 35px 30px 30px 30px;

    background-clip: padding-box;

    -webkit-border-radius: 0px;

    -moz-border-radius: 0px;

    border-radius: 0px;

}

.modal {

    max-width: 350px;

    width: 100%;

}

.modal_small {

    max-width: 300px;

}

.modal__head {

    margin: 0px 0px 25px 0px;

}

.modal__title {

    display: block;

    font-size: 18px;

    text-transform: uppercase;

}

.modal__content {

    font-size: 16px;

}

.modal__content p {

    margin: 2px 0px;

}

.modal__content &gt; p &gt; a {

    text-decoration: underline;

}

.modal__content &gt; p &gt; a:hover {

    text-decoration: none;

}

.modal__form {

    margin: 15px 0px 0px 0px;

}

.modal__form:first-child {

    margin: 0px;

}

.modal__cell {

    margin: 0px 0px 15px 0px;

}

.modal__label {

    display: block;

    font-size: 16px;

    margin: 0px 0px 4px 0px;

}

.modal__form .form__input {

    background: #fff;

    height: 39px;

    font-size: 16px;

}

.input__wrap {

    position: relative;

}

.modal .button {

    width: 100%;

    margin-top: 20px;

}

.modal .form__button {

    margin-top: 0px;

}

.modal__buttons {

    display: table;

    width: 100%;

}

.modal .button_left {

    float: left;

    width: 140px;

}

.modal .button_right {

    float: right;

    width: 140px;

}

.modal__form .inputosaurus-container {

    margin: 0px;

    background: #fff;

}

.modal__form .inputosaurus-container .inputosaurus-input input {

    border: 1px solid #fff;

    background: #fff;

}

.input__drop-down {

    position: absolute;

    z-index: 50;

    left: 0px;

    top: 40px;

    right: 0px;

    color: #9b9b9b;

    background: #252429;

    border: solid 1px #979797;

}

.input__persons .person__item {

    width: auto;

    line-height: 1;

}

.persons__new {

    padding: 5px 10px 9px 10px;

    font-size: 14px;

    font-weight: bold;

    color: #939498;

    border-bottom: 1px solid #979797;

}

.persons__new p {

    margin: 2px 0px;

}

.new-link {

    color: #fff;

    display: block;

    text-transform: uppercase;

}

.modal-person__item {

    position: relative;

    padding: 0px 0px 0px 0px;

    line-height: 1.1;

    min-height: 50px;

    margin: 20px 0px 0px 0px;

    padding: 0px 0px 0px 59px;

}

.modal-person__item a {

    color: #252429;

}

.modal-person__item .person__info {

    color: #9b9b9b;

    overflow: hidden;

    position: absolute;

    left: 59px;

    right: 0px;

    top: 37px;

}

.modal-person__item .person__info:after {

    content: '';

    display: block;

    position: absolute;

    right: 0px;

    top: 0px;

    bottom: 0px;

    width: 12px;

    background: #f4f4f4;

    background: -moz-linear-gradient(left, #f4f4f4 0%, #f4f4f4 100%);

    background: -webkit-gradient(left top, right top, color-stop(0%, #f4f4f4), color-stop(100%, #f4f4f4));

    background: -webkit-linear-gradient(left, #f4f4f4 0%, #f4f4f4 100%);

    background: -o-linear-gradient(left, #f4f4f4 0%, #f4f4f4 100%);

    background: -ms-linear-gradient(left, #f4f4f4 0%, #f4f4f4 100%);

    background: linear-gradient(to right, #f4f4f4 0%, #f4f4f4 100%);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#f4f4f4', GradientType=1 );

}

.modal__social {

    text-align: center;

    margin: 20px -23px 0px -23px;

}

.modal__social .social__link {

    opacity: 1;

    width: 41px;

    margin: 0px 19px;

}

.modal__social .social__link:first-child {

    margin-left: 0px;

}

.modal__social .social__link:last-child {

    margin-right: 0px;

}

.modal__social .social__link img {

    width: 40px;

    margin-bottom: -8px;

}

.or {

    margin: 10px 0px -3px 0px;

    display: block;

    text-align: center;

}

.authorization-tabs {

}

.authorization-tabs .tabs {

    text-transform: uppercase;

    display: table;

    width: 100%;

    padding: 0px;

    margin: 0px 0px 10px 0px;

    list-style: none;

    position: relative;

    top: -2px;

}

.authorization-tabs__item {

    float: left;

    width: 48%;

    font-size: 18px;

    text-align: center;

    padding-bottom: 5px;

    border-bottom: 2px solid #8c8c8e;

}

.authorization-tabs__item:last-child {

    width: 52%;

}

.authorization-tabs .ui-tabs-active  {

    border-bottom: 4px solid #252429;

	padding-bottom: 3px;

}

.modal_small .authorization-tabs__item {

    text-align: left;

}

.authorization-tabs__item a {

    position: relative;

    display: block;

    height: 21px;

    color: #252429;

    text-decoration: none;

}

.modal-scroll {

    overflow: auto;

	/* height: 180px; */

    max-height: 400px;

    width: 290px;

    margin: 15px 0px 30px 0px;

}

.jspTrack {

    background: #f4f4f4;

}

.modal-scroll .jspDrag {

    background: #939498;

    width: 5px;

    left: 6px;

    border-radius: 3px;

    -moz-border-radius: 3px;

    -webkit-border-radius: 3px;

}

.modal-checkbox {

    position: absolute;

    left: -9999px;

}

.modal-checkbox__label {

    position: relative;

    z-index: 10;

    display: block;

    padding: 1px 0px 1px 35px;

    min-height: 25px;

    font-size: 14px;

    cursor: pointer;

    line-height: 1.2;

    margin: 0px 0px 8px 0px;

}

.modal-checkbox__text {

    vertical-align: middle;

    display: table-cell;

    height: 25px;

    width: 390px;

}

.modal-checkbox__text:before {

    box-sizing: border-box;

    content: '';

    position: absolute;

    left: 0px;

    top: 0px;

    display: block;

    width: 25px;

    height: 25px;

    border: 2px solid #252429;

}

.modal-checkbox:checked + .modal-checkbox__label:before, .modal-checkbox:checked + .modal-checkbox__label:after {

    content: '';

    display: inline-block;

    background: #252429;

    height: 3px;

    width: 15px;

    position: absolute;

    transform: rotate(-45deg);

    top: 12px;

    left: 8px;

}

.modal-checkbox:checked + .modal-checkbox__label:after {

    width: 10px;

    top: 14px;

    left: 3px;

    transform: rotate(45deg);

}

.modal-checkbox__label_gray .modal-checkbox__text:before {

    border-color: #939498;

}

.modal-checkbox:checked + .modal-checkbox__label_gray:before, .modal-checkbox:checked + .modal-checkbox__label_gray:after {

    background: #939498;

}

.modal-awards__list {

    margin: 0px;

    padding: 0px;

    list-style: none;

    font-size: 14px;

    line-height: 1.21;

}

.modal-awards__list li {

    margin: 0px 0px 9px 0px;

}

.modal-photo {

    position: relative;

    width: 100%;

    padding: 0px;

    max-width: 1220px;

    overflow: hidden;

    background: #ffffff;

}

.modal-photo__gallery {

    position: relative;

    margin-right: 330px;

    background: #252429;

    height: 605px;

}

.modal-photo__gallery:before {

    content: '';

    position: absolute;

    z-index: 1;

    left: 0px;

    top: 0px;

    right: 0px;

    bottom: -1000px;

    display: block;

    background: #252429;

}

.modal-photo__thumb {

    position: relative;

    z-index: 10;

    display: table-cell;

    width: 890px;

    height: 605px;

    vertical-align: middle;

    text-align: center;

}

.modal-photo__thumb img {

    width: 100%;

}

.modal-photo__side {

    float: right;

    width: 330px;

    padding: 35px 30px 70px 30px;

}

.modal-photo__buttons {

    z-index: 50;

    position: absolute;

    right: 30px;

    width: 270px;

    bottom: 30px;

}

@media (max-width: 1100px) {

    .modal-photo {

        max-width: 700px;

    }

    .modal-photo__gallery {

        height: 450px;

        margin-right: 230px;

    }

    .modal-photo__thumb {

        height: 450px;

    }

    .modal-photo__side {

        width: 230px;

    }

    .modal-photo__buttons {

        width: 170px;

    }

}

@media (max-width: 700px) {

    .remodal-overlay {

        background: #f4f4f4;

    }

    .remodal {

        min-height: 98.5%;

    }

    .modal-photo {

        display: none;

    }

}

@media (min-width: 1000px) {
    .fancybox-navigation .fancybox-button {
        top: calc(50% - 150px);
        width: auto;
        height: 300px;
    }
}

@media (max-width: 700px) {
    .project__gallery a img {
        width: calc(100% - 5px)!important;
    }
}



.filters__nomination_filter_itemA {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 40px;
    text-indent: 15px;
    color: #9b9b9b;
}
.filters__nomination_filter_itemA_selected {
    color: #ffffff;
}

.filters__select_c_nomination_filter{
    float: right;
    margin-left: 15px;
    /*width: 250px;*/
}

.filters__select_b_nomination_filter{
    float: right;
    /*		width: 435px;*/
    border-right: 1px dotted #9b9b9b;
}

.filters__select_c_nomination_filter a,.filters__select_b_nomination_filter a {
    padding-right: 15px;
}

@media (max-width: 1000px) {
    .filters__select_b_nomination_filter, .filters__select_c_nomination_filter {
        float:none;
        margin: 0;
    }
    .filters__select_c_nomination_filter a,.filters__select_b_nomination_filter a {
        padding: 0;
        margin: 5px;
    }
    .filters__select_b_nomination_filter, .filters__select_c_nomination_filter {
        border: none;
    }
    .filters {
        padding: 5px;
    }

    .filters__select_c_nomination_filter {
        margin-top: 15px;
    }
    .filters {
        /*height: 120px;*/
        padding-left:30px;
    }
}

.style-text-pp a:link {color: #0000FF;}
.style-text-pp a:visited {color: #520051;}
.style-text-pp a:hover {color: #0000FF;opacity: 50%;}
.style-text-pp a:active {color: #0000FF;opacity: 50%;}

.news_banner_text .grey a:link {color: #0000FF;}
.news_banner_text .grey a:visited {color: #520051;}
.news_banner_text .grey a:hover {color: #0000FF;opacity: 50%;}
.news_banner_text .grey a:active {color: #0000FF;opacity: 50%;}

.project__description a:link {color: #FF0000}
.project__description a:visited {color: #00008B}
.project__description a:hover {color: #FF00FF}
.project__description a:active {color: #0000FF}


@media (min-width: 1000px) {
    .filters__select_middle__nomination_filter {
        padding-left: 20px;
    }
}
@media (max-width: 1000px) {
    #NomFilterForm {
        padding: 0 40px;
    }
}
@media (max-width: 700px) {
    .preview {
        display: inline-block;
    }
}

@media (max-width: 1100px) {
    .filters__select_b_nomination_filter, .filters__select_c_nomination_filter {
        border: none;
    }

}
@media (max-width: 1200px) {
    .catalog_prd_ver {
        float: left !important;
        padding-right:30px;
    }
}

@media (max-width: 1200px) {
    .catalog_prd_ver {
        float: left !important;
    }
}

@media (max-width: 1200px) {
    .catalog_prd_ver {
        padding-left:15px;
        font-size:13px;
        float: left !important;
    }
    .catalog_read_ver {
        font-size:13px;
    }
}

@media (max-width: 750px) {
    .catalog_prd_ver {
        font-size:12px;
    }
    .catalog_read_ver {
        font-size:12px;
    }
    .banner-top-logo-right {
        width: inherit!important;
    }
}


.news_banner_text {
    padding: 0 10px;
    margin-bottom: 10px;
    margin-top: 28px
}

.news_banner_photo {
    position: inherit;
}

@media (max-width: 1100px) {
    .news_banner_text {
        float: right;
    }
    .news_banner_photo {
        float:left;
    }
}

.news_banner_photo img {
    width:258px;
    border-radius: 4px;
}


.real-hint {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 10px;
    display: none;
    padding: 5px 10px;
    position: absolute;
   /* width: 250px;*/
    z-index: 1000;
}

.real-hint .hint-caption {
    font-weight: bold;
    text-transform: uppercase;
}

.real-show-hint {
    cursor: pointer;
    /* padding: 5px 10px; */
    /* background-color: white; */
    color: #a5a5a5;
    /* border-radius: 15px; */
    /* border: 1px solid black; */
    position: absolute;
    right: 15px;
    /* top: 15px; */
    margin-top: 7px;
    line-height: initial;
    font-size: 10px;
}

.nom_top_banner {
    text-align: right;
    width: 100%;
    font-size: 10px;
}

.desktop-visible, .mobile-visible {
    text-align: right;
}

.subscr_div {
    text-align: right;
}


.banner-top-logo-right {
    border-left: 3px solid Gray;
    margin-left: 10px;
    padding-left: 10px;
}