.ab_content {
    padding: 60px 0;
    background-color: #52c41a;
    margin-top: 100px;
    margin-bottom: 100px;
}

.ab_block {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    padding: 0 70px;
    border-left: #80ebb2 solid 2px;
    color: #fff;
    width: 24%;
    min-height: 126px;
}


.top_ab_block span.tab_blod {
    font-size: 52px;
    font-weight: bold;
    line-height: 0.7em;
    padding-right: 10px
}

.bottom_ab_block {
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 20px;
    font-size: 16px;
}

.about_block {
    width: 63%;
    padding: 100px 0;
}

.about_block p {
    font-size: 23px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.otziv_block {
    text-align: center;
    padding: 100px 0 80px 0
}

.otziv_block .title {
    color: #52c41a;
    display: block;
    margin-bottom: 24px;
}

.otziv_block .title:after {
    border-bottom-color: #52c41a;
}

.wrapper {
    max-width: 1174px;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
}

#index_top {
    background: url(/upload/medialibrary/bge_about.jpg)no-repeat top center;
    background-size: cover;
    position: relative;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.14) 0 1px 20px;
    margin-top: 86px;
}

#index_top.bgr_about {
    /*background-image:url(images/bge_about.jpg);*/
    min-height: 700px
}

#otziv_id .gl_block {
    height: 390px;
}
.googl_cont {
    text-align: center;
    padding-bottom: 10px;
}

.wow {
    margin-top: 10rem;
}

.ab_title {
    font-size: 36px;
    max-width: 760px;
    margin: 0 auto 160px auto;
}

.ab_title a {
    color: #000;
    text-decoration: underline;
}
.ab_title a:hover {
    color: #52c41a; !important;
    text-decoration: none;
}

.contact-block p a {
    text-decoration: underline;
}

.contact-block p a:hover  {
    color: #52c41a; !important;
    text-decoration: none;
}

.new_otziv {
    display: inline-block !important;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    width: 270px;
    margin: 0 10px 13px 10px;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
}

.new_otziv:hover {
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.1) 0 5px 40px;
    -webkit-transform: scale(1.05, 1.05);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 150ms;
    -moz-transform: scale(1.05, 1.05);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 150ms;
}
#press .new_otziv {
    text-align: center;
    min-height: 290px;
}
#press .new_otziv:hover {
    background-color: #fff
}
.gl_block {
    padding: 40px 20px;
    text-align: left;
    width: 270px;

}

#otziv_id .gl_block {
    height: 390px;
}
.gl_block .no_title {
    margin-bottom: 5px;
}

.time_block {
    font-size: 14px;
    color: #999;
    margin-bottom: 20px;
}

.gl_block .no_text {
    margin-bottom: 40px;
}

.gl_block .blog_next a {
    padding: 0;
}
.gl_block .blog_next {
    opacity: 0;
}

.gl_block:hover .blog_next {
    opacity: 1;
}
.img_googl {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    background: #999;
    margin-bottom: 10px;
}
.no_title {
    font-family: 'roboto-black';
    font-size: 18px;
    margin-bottom: 8px;
    line-height: 1.2em;
}
.gl_block .no_title {
    margin-bottom: 5px;
}
#press .no_title {
    margin-bottom: 30px;
    padding: 0 32px;
}
.no_text {
    font-size: 15px;
    /*font-weight:bold;*/
}
.gl_block .no_text {
    margin-bottom: 40px;
}
.faq_class {
    /*background: url(images/bgr_fac_cont.jpg)repeat center top;*/
    padding: 100px 0 80px 0;
}

#faqRoot {
    padding: 0;
}

#faqindex {
    display: none
}

#faq .faqcontent {
    padding: 46px 80px 34px 80px;
    margin-bottom: 26px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 10px;
    background: #fff;
    font-size: 18px;
    margin-top: -45px;
    position: relative;
}

#faq h3.faqopened,
#faq h3.faqclosed {
    cursor: pointer;
    color: #000;
    font-size: 23px;
    font-family: 'roboto-black';
    padding: 46px 80px;
    background: #fff;
    margin-bottom: 26px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 1px 10px;
    position: relative;
}

#faq h3 .fa {
    position: absolute;
    right: 56px;
    font-size: 54px;
    top: 50%;
    margin-top: -27px;
}

#faq h3.faqclosed:hover {
    color: #3DD89D;
}

#faq h3.faqopened .fa {
    transform: rotate(-180deg);
    color: #cccccc;
}

#faq h3.faqopened:hover .fa {
    color: #3DD89D;
}

#faq .faqcontent ul {
    counter-reset: myCounter;
}

#faq .faqcontent ul li {
    display: block;
    position: relative;
    margin-bottom: 26px;
    padding-left: 46px;
}

#faq .faqcontent ul li:before {
    counter-increment: myCounter;
    content: counter(myCounter);
    display: inline-block;
    text-align: center;
    line-height: 1.7em;
    border: #3DD89D solid 1px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: -3px;
}

#faq .faqcontent p {
    margin-bottom: 26px
}
/*
//_________________________*/
#index_top {
    background: url(images/gr_header_h.jpg)no-repeat top center;
    background-size: cover;
    position: relative;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.14) 0 1px 20px;
}

#index_top:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(7, 7, 7, 0.4);
    z-index: 2;
}
#index_top.bgr_no_img:after {
    display: none
}
#index_top.bgr_mentor:after {
     display: none
 }
#index_top.bgr_no_img .wrapper {
      padding-top: 160px;
      padding-bottom: 100px
  }

.title_cont_descr {
    font-size: 18px;
    color: #fff; !important;
    max-width: 480px;
    margin: 0 auto;
}

#index_top.bgr_faq {
    min-height: 450px;
}

.owl-carousel-googl .owl-nav div {
    top: 41%;
}
#press .owl-carousel-googl {
    padding: 0 50px;
}
.owl-carousel-googl .owl-stage-outer {
    padding: 30px 0
}
.bolshe_foto .item {
    position: relative;
}