.podbor ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.podbor ul.margined {
    margin-left: 150px;
}
.question1>li>ul {
    display: none;
}
.catalog .citem2 {
    break-inside: avoid-column;
    -moz-column-break-inside: avoid;
    -webkit-column-break-inside: avoid;
}
.bimg img {
    max-height: 175px;
    max-width: 90%;
}
.q1q2, .q2q3, .q3q4, .q4q5 {display: none;}
.catalog .citem2.unheighted {height: auto;}

.question1 [class^="icon-"], .question1 [class*=" icon-"] {
    background-color: #d3f1fb;
}
.question2 [class^="icon-"], .question2 [class*=" icon-"] {
    background-color: #9eddf2;
}
.question3 [class^="icon-"], .question3 [class*=" icon-"] {
    background-color: #7bcae4;
}
.question4 [class^="icon-"], .question4 [class*=" icon-"] {
    background-color: #80ceea;
}
.question5 [class^="icon-"], .question5 [class*=" icon-"] {
    background-color: #52b2d2;
}


@font-face {
    font-family: 'ikonu';
    src:url('/podbor/fonts/ikonu.eot?vfwhjv');
    src:url('/podbor/fonts/ikonu.eot?vfwhjv#iefix') format('embedded-opentype'),
    url('/podbor/fonts/ikonu.ttf?vfwhjv') format('truetype'),
    url('/podbor/fonts/ikonu.woff?vfwhjv') format('woff'),
    url('/podbor/fonts/ikonu.svg?vfwhjv#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'ikonu';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    display: block;
    width: 80px;
    height: 80px;
    font-size: 80px;
    border-radius: 50%;
    float:left;
    margin: 0px 30px 20px 0;
}

.icon-icon:before {
    content: "\e900";
}
.icon-kreshenie:before {
    content: "\e901";
}
.icon-venchanie:before {
    content: "\e902";
}
.icon-searchicon:before {
    content: "\e903";
}
.icon-roditeli:before {
    content: "\e904";
}
.icon-drug:before {
    content: "\e905";
}
.icon-rodstvennik:before {
    content: "\e906";
}
.icon-podarok:before {
    content: "\e907";
}
.icon-vzrosliy:before {
    content: "\e908";
}
.icon-v_dom:before {
    content: "\e909";
}
.icon-semeynaya:before {
    content: "\e90a";
}
.icon-otrok:before {
    content: "\e90b";
}
.icon-rebenok:before {
    content: "\e90c";
}
.icon-14:before {
    content: "\e90d";
}
.icon-v_hram:before {
    content: "\e90e";
}
.icon-povod:before {
    content: "\e90f";
}
.icon-beremennost:before {
    content: "\e910";
}
.icon-zamuzh:before {
    content: "\e911";
}
.icon-family:before {
    content: "\e912";
}
.icon-ucheba:before {
    content: "\e913";
}
.icon-novoselie:before {
    content: "\e914";
}
.icon-profession:before {
    content: "\e915";
}
.icon-bolyashim:before {
    content: "\e916";
}

.question1, .question2, .question3, .question4, .question5 {
    margin-bottom: 20px;
    min-height: 100px;
    padding: 20px;
    border: 1px solid #dedede;
}

.question2, .question4 {
    background: #f9fafa;
}

.columns3 {
    column-count: 3;
    column-gap: 20px;
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    -moz-column-rule-color: #ccc;
    -moz-column-rule-style: dashed;
    -moz-column-rule-width: 1px;
    -webkit-column-rule-color: #ccc;
    -webkit-column-rule-style: dashed;
    -webkit-column-rule-width: 1px;
}
.columns3>li {
    padding: 10px;
}

.podbor .question_title {
    padding-left: 150px;
}
.podbor .active {
    font-weight: bold;
}
.question2, .question3, .question4, .question5 {
    display: none;
    margin-top: 20px;
    position: relative;
}

.citem2 {
    margin-top: 10px;
    width: 240px;
    padding-right: 40px;
}

.citem2 p {
    padding: 5px;
}

.clear {
    clear: both;
    content: "";
}

.float_left {
    float:left;
}