﻿/*#center-side.b-poll-list {*/
    /*width: 50%;*/
    /*border-right: none;*/
/*}*/
.b-poll-single-right {
    left: calc(50% + 50px);
}
li.question {
    list-style: inherit;
    list-style-position: inside;
}
li.question, div.question {
    font-family: "Roboto";
    color: #5d5d5d;
    font-size: 16px;
}
.question .variants {
    margin-top: 20px;
}
.question .variants select {
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    background: url(../img/select-down-arrow.png) no-repeat right center #fff;
    border-bottom: 1px solid #c6c6c6;
    color: #7c7c7c;
    font-family: Roboto;
    padding-bottom: 3px;
}
/*.b-poll-img-desc img {*/
    /*width: auto;*/
    /*height: 100%;*/
/*}*/
.b-poll-single-right .right-title {
    margin-bottom: 5px;
}
.b-poll-single-right .short-line {
    margin-bottom: 25px;
}
.b-poll-single-right .b-bottom-desc {
    padding-bottom: 30px;
}
.b-poll-single-right .b-big-size-stat {
    font-family: "Roboto Condensed";
}
.b-poll-single-right .right-desc {
    font-family: "Roboto Condensed";
}
.b-poll-single-right .right-desc-inner {
    padding-bottom: 25px;
    margin-bottom: 5px;
    font-size: 18px;
}
.b-poll-single-right .g-like {
    margin-top: 27px;
}
.b-poll-single-right .g-like:before {
    display: inline-block;
    margin-right: 5px;
    content: '';
}
#center-side.b-poll-list > .row {
    display: block;
}
.column ul.themes li {
    background-position: 0 4px;
}
.column .reason a:hover, .column ul.themes li a:hover, .column .other-themes:hover {
    color: #966E9A;
}
.cats-header {
    padding-bottom: 20px;
}
.cats-header .left {
    text-transform: uppercase;
}
.cats-header .right {
    position: absolute;
    margin-right: -20px;
    top: 10px;
    right: 20px;
}
.cats-icons {
    text-align: left;
}
.cats-content {
    padding: 60px 0 30px 0;
}
.cats-content .cats-single {
    margin: 0 10px 30px 15px;
    height: 130px;
}
.cats-content a.back-me {
    margin-top: -10px;
}
a.back-me {
    color: #C9CBCC;
}
.cats-list li {
    background-position: 25px 13px;
}
.cats-header .subcategory {
    text-transform: initial;
}
.cats-popup-wide {
    max-width: 1280px;
}
.cats-popup-wide .cats-content {
    padding-top: 30px;
}
.cats-popup-wide .cats-content-inner {
    overflow-x: hidden;
}
.cats-popup-wide li > a {
    display: block;
    padding-top: 12px;
    padding-right: 20px;
    padding-bottom: 12px;
}
.cats-popup-wide a.back-me {
    margin-top: 20px;
}
.cats-list .cats-list-ul {
    width: 1230px;
}
.cats-list ul {
    width: 600px;
    float: left;
}
.cats-list li {
    width: 100%;
    float: none !important;
    box-sizing: border-box;
}

.popular-categories-popup .cats-list .cats-list-ul {
    width: 830px;
}
.popular-categories-popup .cats-list ul {
    width: 400px;
    float: left;
}

.domaPop .enter-header{
    background-color: #279295;
    color: white;
}
.domaPop .enter-content{
    padding: 2.7em 2.7em 0 2.7em;
    text-align: center;
}

a.domaBtn {
    border: 1px solid gray;
    padding: 9px 27px;
    font-size: 21px;
    color: gray;
}

.domaPop .enter-content h2 {
    color: #6b6b6b;
}
.domaPop .enter-content p {
    font-size: 1.1em;
    color: gray;

}

.enter-content a{
    font-size: 1.1em;
    font-family: inherit;
}

.enter-content a.domaLink {
    text-decoration: underline;
    color: #279295;
}

div.editDistrictBlock {
    padding-bottom: 27px;
}
.editDistrictBlock label, .editDistrictBlock select, .editDistrictBlock button {
    float: left;
}
.editDistrictBlock label{
    margin: 9px 19px 0 0;
}

.editDistrictBlock select{
    width: inherit;
    margin: 3px 19px 0 0;
}