.clearfix:after{
    content: '';
    display: table;
    clear: both;
}

.topBlock{
    margin-top: 20px;
}
.topBlock .bigBnnr{
    background: url(/images/static/questionBanner.jpg) no-repeat;
    width: 570px;
    height: 227px;
    padding: 55px 0 0 390px;
    margin: 0 auto;
}
.topBlock .bigBnnr .title{
    color: #333;
    font: 36px/normal Arial, sans-serif;
    margin-bottom: 25px;
}
.topBlock .bigBnnr .title+p{
    margin-bottom: 25px;
    line-height: 20px;
}

.topBlock .bigBnnr a{
    float: left;
}
.topBlock .bigBnnr a:not(.newButton){
    color: #5474a2;
    margin-right: 20px;
    line-height: 36px;
    text-decoration: none;
}
.topBlock .bigBnnr a:not(.newButton):hover {
    text-decoration: underline;
}

.topBlock .pros{
    width: 960px;
    margin: 0 auto;
    list-style: none;
    margin-top: 25px;
}
.topBlock .pros li{
    height: 48px;
    float: left;
    width: 255px;
    position: relative;
    color: #7b93b7;
}
.topBlock .pros li a{
    text-decoration: none;
    color: #7b93b7;
    line-height: 17px;
    display: block;
    margin-top: 6px;
}
.topBlock .pros li a:hover{
    text-decoration: underline;
}
.topBlock .pros li span{
    margin-right: 10px;
    font-size: 36px;
    line-height: 48px;
    font-weight: bold;
    float: left;
}
.topBlock .pros li:last-child{
    color: #fff;
    line-height: 48px;
    text-indent: 60px;
    width: 195px;
    background-color: #7b93b7;
}
.topBlock .pros li:last-child:before{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    height: 0;
    width: 0;
    border-left: 14px solid #f6f6f6;
    border-top: 24px solid rgba(0,0,0,0);
    border-bottom: 24px solid rgba(0,0,0,0);
}
.topBlock .pros li i{
    background: url(/images/newQuestionPage.png) no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
}
.topBlock .pros li:last-child i{
    background-position: -93px 0;
    left: 32px;
    margin: -9px 0 0 0;
    width: 18px;
    height: 18px;
}
.topBlock .pros li.consult{
    padding-left: 50px;
    width: 205px;
}
.topBlock .pros li.consult i{
    width: 37px;
    height: 26px;
    margin: -13px 10px 0 0;
}
.topBlock .pros li.feedback{
    padding-left: 35px;
    width: 220px;
}
.topBlock .pros li.feedback i{
    background-position: -37px 0;
    width: 23px;
    height: 26px;
    margin: -13px 10px 0 0;
}
.topBlock .pros li.nowOnline{
    padding-left: 45px;
    width: 210px;
}
.topBlock .pros li.nowOnline i{
    background-position: -60px 0;
    width: 33px;
    height: 30px;
    margin: -15px 10px 0 0;
}

.newBlocks>div>.title{
    font-size: 23px;
    text-align: center;
    height: 70px;
    line-height: 70px;
}
.newBlocks>div>.title+span{
    display: block;
    margin-top: -15px;
    text-align: center;
    padding: 0 20px;
}

.clientsFeedback{
    background-color: #dde5f1;
}
.clientsFeedback .title{
    color: #667d9e;
}

.questionPage .feedbackCard{
    margin-left: 25px;
    width: 260px;
    height: 230px;
}
.questionPage .feedbackCard .front, .questionPage .feedbackCard .back {
    width: 210px !important;
    height: 195px !important;
}

.clientsFeedback .allClientFeedback{
    height: 60px;
    line-height: 60px;
    text-align: center;
}
.clientsFeedback .allClientFeedback a{
    color: #5474a2;
    text-decoration: none;
}
.clientsFeedback .allClientFeedback a:hover{
    text-decoration: underline;
}

.whyWe{
    background-color: #fff;
}

.whyWe .slider {
    position: relative;
    width: 260px;
    height: 240px;
    overflow: hidden;
    padding-bottom: 20px;
}
.slide-group{
    width: 100%;
    height: 100%;
    position: relative;
}
.slide{
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
}
.slide:first-child {
    display: block;
}
.slide-buttons {
    position: absolute;
    height: 20px;
    width: 100%;
    bottom: 20px;
    left: 0;
    text-align: center;
}
.slide-btn {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    bottom: 0px;
    background: none;
    cursor: pointer;
}
.slide-btn:after{
    border-radius: 50%;
    content: '';
    width: 8px;
    height: 8px;
    background-color: #ddd;
    position: absolute;
    top: -4px 0 0 -4px;
}
.slide-btn.active:after, .slide-btn:hover:after {
    background-color: #7b93b7;
}

.whyWe i{
    width: 70px;
    height: 74px;
    display: block;
    background: url(/images/newQuestionPage.png) no-repeat;
    margin: 10px auto 15px auto;
}
.whyWe .quality i{
    background-position: 0 -32px;
}
.whyWe .conf i{
    background-position: -72px -32px;
}
.whyWe .speed i{
    background-position: -144px -32px;
}
.whyWe p{
    text-align: center;
    padding: 0 20px;
    line-height: 20px;
}
.whyWe .slide .title{
    color: #333;
    font-size: 18px;
    margin-bottom: 15px;
    padding: 0;
    line-height: normal;
}
.whyWe p a{
    color: #5474a2;
    text-decoration: none;
}
.whyWe p a:hover {
    text-decoration: underline;
}

.live{
    background-color: #fff;
    padding-bottom: 25px;
}
.live>a{
    text-align: center;
    display: block;
    color: #5474a2;
    text-decoration: none;
}
.live>a:hover{
    text-decoration: underline;
}
.live ul{
    padding: 0 20px;
    list-style: none;
}
.live li>span{
    display: block;
    float: left;
    border-radius: 2px;
    padding: 3px 8px;
    color: #fff;
    font-size: 12px;
    margin-right: 10px;
}
.live .liveQuestion>span{
    background-color: #7b93b7;
}
.live .liveAnswer>span{
    background-color: #a9c987;
}
.live .liveFeedback>span{
    background-color: #e3a07b;
}
.live li>a{
    float: left;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
}
.live li>a:hover{
    text-decoration: underline;
}
.live .liveQuestion>a{
    color: #7b93b7;
}
.live .liveAnswer>a{
    color: #719a44;
}
.live .liveFeedback>a{
    color: #e3a07b;
}
.live li>div{
    margin-bottom: 20px;
    padding-top: 10px;
    clear: both;
    height: 40px;
    overflow: hidden;
}

.newBlocks .bestLawyers{
    background-color: #fff;
    padding-bottom: 25px;
}
.newBlocks .bestLawyers ul{
    margin-top: 25px;
    padding: 0 20px;
    list-style: none;
}
.newBlocks .bestLawyers li{
    clear: both;
    margin-bottom: 20px;
}
.newBlocks .bestLawyers li img{
    margin-right: 15px;
    display: block;
    float: left;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.newBlocks .bestLawyers li a{
    text-decoration: none;
    display: inline-block;
    margin-bottom: 10px;
    color: #667d9e;
    width: 120px;
}
.newBlocks .bestLawyers li a:hover{
    text-decoration: underline;
}
.newBlocks .bestLawyers li .answered{
    color: #333;
    display: inline-block;
    margin-bottom: 10px;
}
.newBlocks .bestLawyers li .chat{
    font-size: 12px;
    color: #333;
    text-decoration: none !important;
    text-transform: lowercase;
}
.newBlocks .bestLawyers li .chat:before{
    content: '';
    display: inline-block;
    margin-right: 7px;
    width: 19px;
    height: 19px;
    vertical-align: middle;
    background: url(/images/newQuestionPage.png) no-repeat -200px 0;
}
.newBlocks .bestLawyers li .chat:hover{
    color: #5474a2;
}
.newBlocks .bestLawyers li .chat:hover:before{
    background-position: -219px 0;
}
.newBlocks .bestLawyers>a{
    text-align: center;
    display: block;
    color: #5474a2;
    text-decoration: none;
}
.newBlocks .bestLawyers>a:hover{
    text-decoration: underline;
}

.chooseLawyer{
    background-color: #fff;
    padding: 0 25px 25px 25px;
}

.chooseLawyer .inputWrapper{
    width: 218px;
    border: 1px solid #bec5cf;
    position: relative;
    height: 36px;
    border-radius: 3px;
    background-color: #fff;
    margin: 10px 0 20px 0;
}
.chooseLawyer>a{
    text-align: center;
    display: block;
    color: #5474A2;
    text-decoration: none;
}
.chooseLawyer>a:hover{
    text-decoration: underline;
}

/* category */

.chooseLawyer .category{
    cursor: pointer;
    position: relative;
    color: #464646;
}
.chooseLawyer .category:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    border-left: 1px solid #bec5cf;
    border-radius: 0 4px 4px 0;
}
.chooseLawyer .category.active:before{
    background-color: #f2f2f2;
}
.chooseLawyer .category:after{
    content: '';
    position: absolute;
    right: 14px;
    top: 13px;
    border-right: 2px solid #bec5cf;
    border-bottom: 2px solid #bec5cf;
    width: 7px;
    height: 7px;
    transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
}

.chooseLawyer .category.active{
    border-radius: 5px 5px 0 0;
}
.chooseLawyer .category.active:before{
    border-radius: 0 4px 0 0;
}
.chooseLawyer .category>span{
    font-size: 12px;
    line-height: 37px;
    padding: 0 0 0 15px;
}
.chooseLawyer .category .list{
    padding: 10px 0;
    display: none;
    border-radius: 0 0 5px 5px;
    border: 1px solid #b2b2b2;
    background: #fff;
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 36px;
    left: -1px;
    height: 266px;
    overflow: hidden;
}
.chooseLawyer .category ul{
    overflow-y: scroll;
    height: 100%;
}
.chooseLawyer .category.active .list{
    display: block;
}
.chooseLawyer .category li{
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    padding: 0 0 0 20px;
}
.chooseLawyer .category .cat{
    font-family: Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}
.chooseLawyer .category li:hover{
    background: #eee;
}

/* city */

.chooseLawyer .cityWrapper{
    overflow: visible;
    border:none;
    /* width: 390px; */
    height: 38px;
}
.chooseLawyer .cityWrapper .ufd{
    border: 1px solid #BEC5CF;
    border-radius: 3px;
    height: 36px;
    width: 216px;
    margin: 0;
    cursor: pointer;
}
.chooseLawyer .wrong .ufd{
    border-color: #9f5c5c;
}
.chooseLawyer .cityWrapper .ufd:before{
    content: '';
    position: absolute;
    top: 1px;
    right: 1px;
    width: 36px;
    height: 36px;
    border-radius: 0 4px 4px 0;
    z-index: 1;
    pointer-events: none;
    border-left: 1px solid #bec5cf;
}
.chooseLawyer .cityWrapper .ufd.focused{
    border-radius: 3px 3px 0 0;
}
.chooseLawyer .cityWrapper .ufd.focused:before{
    background-color: #f2f2f2;
    border-radius: 0 4px 0 0;
}
.chooseLawyer .cityWrapper .ufd.plain input{
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 34px !important;
    color: #464646;
    width: 198px !important;
    height: 34px !important;
    margin: 0 !important;
    border-radius: 2px;
    padding-left: 15px !important;
    cursor: pointer;
}
.chooseLawyer .cityWrapper.active input{
    border-radius: 2px 2px 0 0;
}
.chooseLawyer .cityWrapper .udf-button{
    outline: 0;
    padding: 0;
    margin: 0;
    background: none;
    z-index: 10;
    position: absolute;
    right: 14px;
    top: 13px;
    border-right: 2px solid #bec5cf !important;
    border-bottom: 2px solid #bec5cf !important;
    width: 7px;
    height: 7px;
    transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
}
.chooseLawyer .cityWrapper .ufd-container{
    height: 266px;
    padding: 10px 0;
    background: #fff;
    position: absolute;
    z-index: 1;
    top: 36px;
    margin-right: 2px;
    left: 1px;
    box-shadow: inset 0 0 0 1px #b2b2b2;
}
.chooseLawyer .cityWrapper .ufd-container ul{
    list-style: none;
    overflow-y: scroll;
    height: 100%;
}
.chooseLawyer .cityWrapper .ufd-container .plain, .chooseLawyer .cityWrapper .ufd-container .list-wrapper, .chooseLawyer .cityWrapper .ufd-container .list-scroll{
    height: 100%;
}
.chooseLawyer .cityWrapper .ufd-container .list-scroll{
    border-radius: 0 !important;
    border: none;
    border-left: 1px solid #B2B2B2;
    border-right: 1px solid #B2B2B2;
}
.ufd-container .plain div.list-scroll{
    border: none;
    border-left: 1px solid #BEC5CF;
}
.chooseLawyer .cityWrapper .list-wrapper li{
    min-height: 32px;
    line-height: 32px;
    padding: 0 0 0 20px;
    margin: 0 1px;
}
.chooseLawyer .cityWrapper .list-wrapper li:hover{
    background: #eee;
}
.chooseLawyer .cityWrapper .list-wrapper li span{
    display: block;
}
.chooseLawyer .cityWrapper .subCity{
    height: 20px;
    line-height: 12px;
    font-size: 12px;
    color: #888;
}

/* afterQuestion */

.afterQuestionBnnr{
    margin-top: 30px;
    background-color: #dde5f1;
}
.afterQuestionBnnr>div{
    float: left;
    padding: 20px 30px 25px 30px;
}
.afterQuestionBnnr .title{
    font-size: 23px;
    margin-bottom: 10px;
}
.afterQuestionBnnr .title+p{
    line-height: 18px;
}
.afterQuestionBnnr a{
    color: #5474a2;
    text-decoration: none;
}
.afterQuestionBnnr a:hover{
    text-decoration: underline;
}
.afterQuestionBnnr .left{
    width: 271px;
}
.afterQuestionBnnr .left .title{
    color: #333;
}
.afterQuestionBnnr .right{
    width: 279px;
}
.afterQuestionBnnr .right .title{
    color: #667d9e;
}
.afterQuestionBnnr .left{
    background-color: #fff;
}
.afterQuestionBnnr .left:after{
    background: linear-gradient(45deg, #FFF 4px, rgba(0, 0, 0, 0) 0), linear-gradient(135deg, #FFF 4px, rgba(0, 0, 0, 0) 0);
    background-position: left top;
    background-repeat: repeat-y;
    background-size: 8px 10px;
    content: " ";
    display: block;
    position: absolute;
    top: 0px;
    right: -8px;
    width: 8px;
    height: 100%;
}

.haventFoundSolution{
    background-color: #dde5f1;
}
.haventFoundSolution .title{
    color: #333;
    font-size: 23px;
    margin-bottom: 15px;
}
.haventFoundSolution .title+p{
    line-height: 18px;
    margin-bottom: 15px;
}
.haventFoundSolution>div{
    padding: 25px 30px 30px 30px;
    position: relative;
    float: left;
    width: 250px;
    background-color: #fff;
}
.haventFoundSolution>div:after{
    background: linear-gradient(45deg, #FFF 4px, rgba(0, 0, 0, 0) 0), linear-gradient(135deg, #FFF 4px, rgba(0, 0, 0, 0) 0);
    background-position: left top;
    background-repeat: repeat-y;
    background-size: 8px 10px;
    content: " ";
    display: block;
    position: absolute;
    top: 0px;
    right: -8px;
    width: 8px;
    height: 100%;
}
.haventFoundSolution ul{
    width: 360px;
    float: left;
    list-style: none;
    padding: 20px 0;
}
.haventFoundSolution ul li{
    height: 140px;
    width: 120px;
    float: left;
    color: #667d9e;
    text-align: center;
    line-height: 18px;
}
.haventFoundSolution ul li:not(:last-child){
    width: 119px;
    border-right: 1px solid #c1ccdb;
}
.haventFoundSolution ul li span{
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.haventFoundSolution i{
    display: block;
    margin: 20px auto 15px auto;
    background: url(/images/newQuestionPage.png) no-repeat;
}
.haventFoundSolution .speed i{
    background-position: -112px 0;
    width: 28px;
    height: 29px;
}
.haventFoundSolution .satisfied i{
    background-position: -140px 0;
    width: 30px;
    height: 29px;
}
.haventFoundSolution .questionsToday i{
    background-position: -170px 0;
    width: 28px;
    height: 29px;
}

.newSimilar{
    margin: 30px 0;
    background-color: #fff;
    padding: 25px 30px;
}
.newSimilar .title{
    color: #333;
    font-size: 23px;
    margin-bottom: 25px;
}
.newSimilar ul{
    list-style: none;
}
.newSimilar ul li{
    margin-bottom: 15px;
    position: relative;
    padding-right: 80px;
    border-bottom: 1px dashed #c7c7c7;
}
.newSimilar li>a:first-child{
    text-decoration: none;
    color: #5978a5;
    font-size: 17px;
    display: block;
    margin-bottom: 15px;
}
.newSimilar li>a:first-child:hover{
    text-decoration: underline;
}
.newSimilar li span{
    display: block;
    margin-bottom: 15px;
    color: #888;
    font: italic 12px/normal 'Trebuchet MS', sans-serif;
}
.newSimilar li:last-child{
    border: none;
    margin-bottom: 25px;
}
.newSimilar li .answers{
    position: absolute;
    top: 0;
    right: 0;
    background-color: #dde5f1;
    color: #5474a2;
    font-size: 12px;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 3px;
}
.newSimilar li .answers:hover{
    text-decoration: underline;
}
.newSimilar>a{
    color: #5978a5;
    text-decoration: none;
}
.newSimilar>a:hover{
    text-decoration: underline;
}

.featuredBlogPosts{
    padding: 25px 0 25px 30px;
    background-color: #fff;
}
.featuredBlogPosts .title{
    color: #333;
    font-size: 23px;
    margin-bottom: 25px;
}
.featuredBlogPosts ul{
    list-style: none;
}
.featuredBlogPosts li{
    float: left;
    width: 33.33%;
}
.featuredBlogPosts li:last-child .link{
    padding-right: 30px;
}
.featuredBlogPosts img{
    display: block;
}
.featuredBlogPosts .img{
    background-color: #fff;
    padding: 5px;
    border: 1px solid #ddd;
    display: block;
    margin-bottom: 15px;
    float: left;
    min-height: 103px;
}
.featuredBlogPosts a{
    text-decoration: none;
    display: block;
    clear: both;
    color: #5978a5;
    line-height: 18px;
    max-width: 190px;
}
.featuredBlogPosts a:hover{
    text-decoration: underline;
}

.questionBody+.featuredBlogPosts{
    margin-top: 30px;
}

.socialTrust{
    background-color: #fff;
}
.socialTrust ul{
    list-style: none;
}
.socialTrust .newTabs li{
    cursor: pointer;
    float: left;
    width: 86px;
    color: #74777B;
    background-color: #dde2e0;
    margin-left: 1px;
    height: 32px;
    text-transform: uppercase;
    font: 12px/32px Arial, sans-serif;
    text-align: center;
    transition: background-color 100ms linear, color 100ms linear;
    -webkit-transition: background-color 100ms linear, color 100ms linear;
}
.socialTrust .newTabs li:hover{
    background-color: #eee;
}
.socialTrust .newTabs li.active{
    background-color: #90b866;
    color: #fff;
}
.socialTrust .newTabs li:first-child{
    margin: 0;
}
.socialTrust .newTabContainers li{
    display: none;
}
.socialTrust .newTabContainers li.active{
    display: inline-block;
}

.questionBody h1, .questionBody .questionAdditions{
    font: normal 26px/28px Arial, sans-serif;
}

.hoverLinks .questionCategory a,
.hoverLinks.rightColumn .similarQuestions ul li a,
.hoverLinks.rightColumn .similarQuestions .allSimilarQuestions,
.hoverLinks .userInfo a,
.hoverLinks.rightColumn .allTopOfCategory,
.hoverLinks.rightColumn .questionsDB .allDBQuestions a,
.hoverLinks .commentWrapper a,
.hoverLinks .questionBody p a,
.hoverLinks .questionsDB .tab li a{
    text-decoration: underline;
}
.hoverLinks .questionBody .questionMenu>li>a{
    text-decoration: none !important;
}

.hoverLinks .questionCategory a:hover,
.hoverLinks.rightColumn .similarQuestions ul li a:hover,
.hoverLinks.rightColumn .similarQuestions .allSimilarQuestions:hover,
.hoverLinks .userInfo a:hover,
.hoverLinks.rightColumn .allTopOfCategory:hover,
.hoverLinks.rightColumn .questionsDB .allDBQuestions a:hover,
.hoverLinks .commentWrapper a:hover,
.hoverLinks .questionBody p a:hover,
.hoverLinks .questionBody .questionMenu li a:hover{
    text-decoration: underline;
}

/**
 * Третий этап тестирования
 * @author Сергей Усатов
 */

.stats-info {
    margin: -5px 0 24px;
}
.stats-info li {
    position: relative;
    float: left;
    min-width: 146px;
    margin: 0 35px 0 0;
    padding: 0 0 0 47px;
    list-style-type: none;
}
.stats-info li a:hover p {
    text-decoration: underline;
}
.stats-info li:last-child {
    margin-right: 0;
}
.stats-info li.cons-quant {

}
.stats-info li.feedbacks {
    padding: 0 0 0 34px;
}
.stats-info li.lawyers-now {
    padding: 0 0 0 41px;
}
.stats-info li.guarantes {
    width: 169px;
    padding: 0 0 0 26px;
    background: url(/images/sprite-question-blocks.png) no-repeat 0 -197px;
    height: 42px;
    padding-top: 6px;
    float: right;
}
.stats-info li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
    background: url(/images/sprite-question-blocks.png) no-repeat 0 0;
    width: 37px;
    height: 26px;
}
.stats-info li.cons-quant:before {
}
.stats-info li.feedbacks:before {
    background-position: 0px -26px;
}
.stats-info li.lawyers-now:before {
    background-position: 0px -52px;
}
.stats-info li.guarantes:before {
    display: none;
}
.stats-info li.guarantes span {
    margin-right: 14px;
    color: #55719a;
    font-size: 30px;
}
.stats-info li.guarantes p {
    margin: 0;
    color: #415d8f;
}
.stats-info li span {
    margin: 0 10px 0 0;
    float: left;
    font: bold 36px 'Arial', sans-serif;
    color: #7b93b7;
}
.stats-info li p {
    margin: 4px 0 0 0;
    float: left;
    color: #5474a2;
    font: normal 14px/17px 'Trebuchet MS', 'Arial', sans-serif;
}
.search-block {
    margin: 30px 0 0 0;
    padding: 22px 30px 22px;
    background-color: #e5eedb;
}
.search-block p {
    margin: 0 0 19px 0;
    color: #7e9b60;
    font: normal 23px 'Trebuchet MS', sans-serif;
}
.search-block input {
    height: 39px;
    padding: 0 15px 0 15px;
    width: 478px;
    border-radius: 3px 0 0 3px;
    border: 1px solid #aec497;
    border-right: 0;
    float: left;
    color: #464646;
    color: #888888;
    font: 13px/1 Helvetica,Arial,sans-serif;
}
.search-block input + span {
    display: block;
    float: left;
    position: relative;
    min-width: auto;
    height: 40px;
    padding: 0 24px!important;
    background-color: #90B866;
    border: 1px solid #aec497;
    border-radius: 0 3px 3px 0;
    font: bold 14px/40px 'Arial', sans-serif!important;
    color: #fff;
    cursor: pointer;
}
.search-block input + span.newButton:active {
    padding: 1px 23px 0 25px!important;
    height: 39px;
}
.search-block .clear + p {
    margin: 10px 0 0 0;
    position: relative;
    padding: 0 0 0 24px;
    color: #464646;
    font: normal 14px 'Trebuchet MS', sans-serif;
}
.search-block .clear + p:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    width: 16px;
    height: 16px;
    background: url(/images/sprite-question-blocks.png) no-repeat 0 -83px;
}
.gift-cons {
    margin: 30px 0 0 0;
    background: #88a4cf;
    background: -moz-linear-gradient(left, #88a4cf 0%, #dde5f1 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#88a4cf), color-stop(100%,#dde5f1));
    background: -webkit-linear-gradient(left, #88a4cf 0%,#dde5f1 100%);
    background: -o-linear-gradient(left, #88a4cf 0%,#dde5f1 100%);
    background: -ms-linear-gradient(left, #88a4cf 0%,#dde5f1 100%);
    background: linear-gradient(to right, #88a4cf 0%,#dde5f1 100%);
}
.gift-cons .left-column {
    float: left;
    height: 136px;
    width: 360px;
}
.gift-cons .left-column p {
    margin: 41px 0 0 28px;
    position: relative;
    color: #fff;
    font: normal 18px 'Arial', sans-serif;
}
.gift-cons .left-column p span {
    display: block;
    color: #fff;
    font: bold 30px 'Arial', sans-serif;
    margin-top: 2px;
    /*font-weight: 800;*/
}
.gift-cons .left-column p .from-whom {
    font: normal 18px 'Arial', sans-serif;
    margin-top: 2px;
    /*font-weight: 800;*/
}
.gift-cons .left-column p:after {
    content: '';
    position: absolute;
    top: -22px;
    right: 50px;
    width: 75px;
    height: 98px;
    background: url(/images/sprite-question-blocks.png) no-repeat 0 -99px;
}
.gift-cons .right-column {
    width: 238px;
    height: 136px;
    float: left;
    padding: 0 22px 0 23px;
    background-color: #fff;
    text-align: center;
}
.gift-cons .right-column .top-block {
    padding: 17px 0 12px 0;
    border-bottom: 1px dashed #a2a2a2;
}
.gift-cons .right-column .top-block p {
    float: left;
    text-align: left;
}
.gift-cons .right-column .top-block > span {
    float: right;
    font: normal 20px 'Trebuchet MS', sans-serif;
}
.gift-cons .right-column .top-block > span span {
    font: bold 32px 'Trebuchet MS', sans-serif;
}
.gift-cons .right-column a {
    margin: 18px auto;
    padding-left: 19px!important;
    padding-right: 19px!important;
    font-size: 14px!important;
    font-weight: bold!important;
}
.help-videos {
    background-color: #fff;
    margin: 30px 0 0 0;
    padding: 25px 30px 30px 30px;
}
.help-videos p {
    margin: 0 0 25px;
    color: #333333;
    font: normal 23px 'Trebuchet MS', sans-serif;
}
.help-videos li {
    width: 215px;
    float: left;
    list-style: none;
}
.help-videos li:last-child {
    width: 180px;
}
.help-videos li a {
    display: block;
    position: relative;
    color: #5978a5;
    text-decoration: none;
}
.help-videos li a:after {
    content: '';
    display: block;
    width: 39px;
    height: 27px;
    position: absolute;
    top: -83px;
    top: 45px;
    left: 61px;
    background: url(/images/sprite-question-blocks.png) no-repeat -38px 0;
}
.help-videos li:hover a:after {
    background-position: -38px -28px;
}
.help-videos li:hover a {
    text-decoration: underline;
}
.help-videos li a img {
    display: block;
    margin: 0 0 12px 0;
    border-width: 6px 0;
    border-color: #222222;
    border-style: solid;
}
.help-videos li a span {
    color: #5978a5;
    font: normal 14px 'Trebuchet MS', sans-serif;
}
.pseudo-tags {
    margin: 30px 0 0;
    padding: 25px 30px;
    background-color: #dde5f1;
}
.pseudo-tags p {
    margin: 0 0 20px;
    font: normal 23px 'Trebuchet MS', sans-serif;
    color: #333;
}
.pseudo-tags .tags-container {
    padding: 16px 20px;
    background-color: #fff;
    border-radius: 5px;
}
.pseudo-tags .tags-container a {
    /*display:inline-block;*/
    margin:0 10px 0 0;
    padding: 0;
    text-decoration: none;
    font: normal 14px 'Trebuchet MS', 'Arial', sans-serif;
    color: #4d73a8;
    line-height:32px;
}
.pseudo-tags .tags-container a:hover {
    text-decoration: underline;
}
.pseudo-tags .tags-container .size-1 {
    font-size:14px;
}
.pseudo-tags .tags-container .size-2 {
    font-size:18px;
}
.pseudo-tags .tags-container .size-3 {
    font-size:24px;
}

.search-block input {
    padding: 0 15px 1px 15px;
    color: #464646;
    font: 13px/1 Helvetica,Arial,sans-serif
}

.search-block input::-webkit-input-placeholder {color: #bababa;padding-top:2px}
.search-block input:-moz-placeholder {color: #bababa;padding-top:2px}
.search-block input:-ms-input-placeholder {color: #bababa;padding-top:2px}
.search-block input:focus::-webkit-input-placeholder {color: #fff}
.search-block input:focus:-moz-placeholder {color: #fff}
.search-block input:focus:-ms-input-placeholder {color: #fff}
.search-block input:focus {border-color: #90b866}

/**
 * / Третий этап тестирования
 */
