@media (max-width: 1250px) { .container { margin-left: 20px } }

.mnuList {
    width: 67px;
    height: 100%;
    position: fixed;
    top: 75px;
    right: 0;
    z-index: 999;
    background-color: RGBA(0, 0, 0, 0.7);
}
.mnuList ul {
    list-style-type: none;
    margin-top: 75px;
    padding: 0;
    text-align: center;
}
.mnuList ul li {
    width: 50px;
    height: 50px;
    padding-top: 8px;
    margin: 0 auto;
    display: block;
}
.mnuList ul li:hover {
    border: 1px solid #90c74b;
    border-radius: 50px; 
}
.somemnu > span {
    display: inline-block;
    font-weight: 400;
    font-size: 24px; 
    color: #fff;
    font-family: Open Sans;
}
.langList {
    display: inline-block;
    vertical-align: top;
    margin-top: 8px;
    padding-left: 20px;
}
.langList li {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 50px; 
    padding: 3px 5px 5px;
    height: 26px;
    font-weight: 400;
    font-size: 10px; 
    color: #fff;
    font-family: Open Sans;
}
.langList li:hover {
    background-color: #545454;
}
.somemnu .oneMoreBtn {
    width: 260px;
    height: 50px;
    line-height: 50px;
    border-radius: 30px;
    background-color: #e85050;
    border: none;
    font-weight: 400;
    font-size: 16px; 
    color: #fff;
    font-family: Open Sans;
    text-transform: uppercase;
    position: fixed;
    top: 50px;
    right: 100px;
}

.somemnu .closeBtn {
    position: fixed;
    top: 56px;
    right: 125px;
    z-index: 25;
    cursor: pointer;
}
.somemnu .closeBtn {
    opacity: 0;
}
.somemnu .callform {
    display: none;
}
.somemnu .active {
    display: block;
    opacity: 1;
}
.somemnu .active2 {
    border-radius: 30px 30px 0 0;
}
.logoUp {
    margin-left: 100px;
    float: left;
    width: 110px;
    height: 57px;
    background: url('/templates/reil/images/riel_logo.png');
    background-size: 110px 57px;
    background-repeat: no-repeat;
}

.logoUp:hover,
.logoUp:focus,
.logoUp:active {
    text-decoration: none;
}

:focus {
    outline: none;
}
.jkItem a {
    display: block;
}
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}

.somemnu {
    /*display: none;*/
}
.somemnu.visible {
    display: block;
}
.main_header_2 .mnuList {
    transition: width 1s;
}
.main_header_21 .mnuList {
    top: 0;
}
.main_header_2 .mnuList:hover {
    width: 220px;
    background-color: #000;
}

.main_header_21 .mnuList ul {
    margin-top: 30px;
}
.main_header_2 .mnuList ul li {
    margin: 0;
    padding: 0 0 0 10px;
    height: 40px;
    width: auto;
    line-height: 40px;
    display: block;
    text-align: left;
}
.main_header_2 .mnuList ul li:hover {
    border: 0;
    /*background-color: #333;*/
    border-radius: 0;
}
.main_header_2 .mnuList li a {
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    width: 200px;
    display: inline-block;
    color: #fff;
    padding: 0 20px;
    border-radius: 5px;
}
.main_header_2 .mnuList li a:hover {
    background-color: #333;
    border-radius: 5px;
}
.main_header_2 .mnuList li a img,
.main_header_2 .mnuList li a span {
    display: inline-block;
}
.main_header_2 .mnuList li a img {
    margin-right: 25px;
}
.main_header_2 .mnuList li a span {

}
.blog.news .ya-share2 {
    display: none;
}

/* start change 06/05/16 */
.pull-left.item-image {
    margin-right: 15px;
    max-width: 30%;
}
/* over change 06/05/16 */


/* start change 01/06/16 */
.lviv_menu_item {
    background-color: #98c132;
}
.kiev_menu_item {
    background-color: #67b9e8;
    margin-top: 5px;
}
/*.menu_search:before {
content: '\f002';
font-family: fontawesome;
}*/

.menu_logo {
    width: 180px;
    margin-top: 55px;
    margin-left: 14px;
}
.menu_logo1 {
    width: 40px;
    margin-right: 20px;
}
.menu_logo2 {
    width: 120px;
}
.menu_search {
    width: 200px;
    overflow: hidden;
    margin-top: 40px;
}
.menu_search button {
    background: none;
    border: none;
    padding-left: 30px;
    padding-right: 20px;
    font-size: 25px;
    color: #575757;
}
.menu_search #mod-search-searchword {
    background: none;
    border: none;
    border-bottom: 1px solid #515151;
    color: #e9e9e9;
    width: 110px;
    font-size: 18px;
}
.menu_search .element-invisible {
    display: none;
}
.phone_ico {
    width: 180px;
    margin-left: 32px;
    margin-top: 40px;
}

.phone_ico br {
    display: none;
}

.phone_ico img {
    margin-right: 25px;
}
.phone_ico span {
    font-size: 19px;
    color: rgb(123, 123, 123);
}
.pdf_ico {
    width: 190px;
    margin-left: 32px;
    margin-top: 10px;
}
.pdf_ico a {
    color: rgb(123, 123, 123);
    text-decoration: none;
}
.pdf_ico img {
    margin-right: 25px;
}
.pdf_ico span {
    font-size: 17px;
    width: 100px;
    display: inline-block;
    vertical-align: middle;
}
.home.visible .mnuList {
    width: 220px;
}
/* over change 01/06/16 */

/* test */



/**/

.head_menu {
    width: 800px;
    margin: 0 auto;
    float: left;
    padding-left: 40px;
}
.head_menu ul {
    text-align: justify;
}
.head_menu ul::after {
    content: '';
    display: inline-block;
    width: 100%;
}
.head_menu ul li {
    display: inline-block;
    line-height: 60px;
}
.head_menu ul li a {
    display: inline-block;
    line-height: 30px;
    font-size: 15px;
    font-family: Arial, sans-serif;
    color: #fdfdfd;
    text-decoration: none;
}
.head_menu a:hover {
    color: #fcbf02;
    background: url(../images/nav_marker.png) no-repeat bottom;
}
.object_first_block {
    background-image: url(../images/promo-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: justify;
    padding: 100px 120px 50px 50px;
    height: 720px;
    font-family: Arial, sans-serif;
}
.object_first_block::after {
    content: '';
    display: inline-block;
    width: 100%;
}
.object_first_block > div {
    display: inline-block;
    vertical-align: top;
    max-width: 50%;
    text-align: left;
}
.object_first_left {
    color: #fff;
}
.object {
    font-family: Arial, sans-serif;
}
.object_first_heading {
    margin-bottom: 100px;
}
.object_first_heading h1 {
    text-align: left;
    position: relative;
    padding: 0;
    display: block;
    margin-bottom: 20px;
}
.object_first_heading h1::before {
    content: '';
    width: 2px;
    background-color: #FCBF02;
    height: 80%;
    position: absolute;
    left: -15px;
    transform: translateY(-50%);
    top: 50%;
}
.object_first_heading p {
    text-transform: uppercase;
    font-weight: bold;
}
.building_set span {
    display: table-cell;
    height: 70px;
    color: #fff;
    vertical-align: middle;
}
.table_head_a1 {
    display: inline-block;
    color: #fff;
    cursor: pointer;
}
.table_head_a1:hover {
    color: #fcbf02;
}
.saled_flat_count,
.build_remaining_count {
    width: 67px;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}
.saled_flat_count i,
.build_remaining_count i {
    font-weight: normal;
}
.saled_flat, .build_remaining {
    padding-left: 5px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
}
.building_nr1 {
    width: 130px;
    font-size: 14px;
    background: url(../images/build-under.png) no-repeat 1px 29px;
}
.building_nr2 {
    width: 130px;
    font-size: 14px;
    background: url(../images/build-under2.png) no-repeat 1px 29px;
}
.building_nr3 {
    width: 130px;
    font-size: 14px;
    background: url(../images/build-under3.png) no-repeat 1px 29px;
}
.building_nr4 {
    width: 130px;
    font-size: 14px;
    background: url(../images/build-under4.png) no-repeat 1px 29px;
}
.saled_flat_count.p90 {
    background: url(../images/percent/90.png) no-repeat 11px 12px;
}
.building_nr1 span,
.building_nr2 span,
.building_nr3 span,
.building_nr4 span {
    display: inline-block;
    height: auto;
    margin-top: 6px;
    font-size: 17px;
    font-weight: bold;
}
.build_remaining_count.p70 {
    background: url(../images/percent/70.png) no-repeat 21px 12px;
}
.saled_flat_count.p93 {
    background: url(../images/percent/93.png) no-repeat 11px 12px;
}
.build_remaining_count {
    padding-left: 23px;
    background: url(../images/yellow.png) no-repeat 21px 12px;
}
.saled_flat_count.p55 {
    background: url(../images/percent/55.png) no-repeat 11px 12px;
}
.build_remaining_count.p25 {
    background: url(../images/percent/25.png) no-repeat 21px 12px;
}
.saled_flat_count.p40 {
    background: url(../images/percent/40.png) no-repeat 11px 12px;
}
.build_remaining_count.p5 {
    background: url(../images/percent/5.png) no-repeat 21px 12px;
}
.object_first_right {
    /*float: right;*/
    float: left;
    width: 400px;
    margin-left: 10%;
}
.text_review {
    text-align: left;
    font-size: 22px;
}
.text_review span {
    color: #f0ab07;
}
.note_review {
    font-size: 12px;
    color: #848484;
    margin-bottom: 40px !important;
    text-align: left;
}
.note_review span {
    color: #bbb;
}
.main_content .gbs3 .gcore-display-table {
    display: inherit;
}
.main_content .gbs3 .A {
    width: 100% !important;
    border: none;
}
#chronoform-object1form1 {
    margin-top: 20px;
}
#chronoform-object1form1 #review_name {
    padding-left: 41px;
    background: url(/images/objects/user.svg) no-repeat 18px center;
}
#chronoform-object1form1 #review_phone {
    padding-left: 41px;
    background: url(/images/objects/input-phone.svg) no-repeat 18px center;
}
#review_button {
    height: 40px;
    margin-top: 20px;
    background-color: #fcbf02;
    background-image: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}
#review_button:hover {
    background-color: #fc8302;
}
.object_first_phone {
    text-align: center;
    margin-top: 30px;
}
.object_first_phone > span {
    padding-left: 32px;
    background: url(../images/phone.svg) no-repeat left;
    font-size: 20px;
}
.sppb-img-responsive, .sppb-carousel-inner > .sppb-item > img, .sppb-carousel-inner > .sppb-item > a > img {
    min-width: 100%;
}
#sp-page-builder .page-content .sppb-section {
    margin-top: 0;
}
.sppb-carousel-arrow.right {
    right: 70px;
}
.sppb-section h3 {
    position: relative;
    padding: 90px 10px 10px 10px;
}
.sppb-section h3:after {
    content: '';
    width: 23px;
    height: 2px;
    border-bottom: 2px solid #fcbf02;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
}
.char_set {
    max-width: 500px;
}
.char_set ul {
    padding: 40px;
    border: 1px solid #ddd;
}
.char_set li {
    margin-bottom: 28px;
    background: url(/images/objects/dot.png) repeat-x bottom left;
    color: #333;
    font-size: 13px;
    line-height: 13px;
}
.char_set li span {
    /*background-color: #f7f7f7;*/
    background-color: #fff;
}
.char_set li span:first-child {
    padding-right: 5px;
}
.char_set li span:last-child {
    float: right;
    padding-left: 5px;
}
h4.sppb-addon-title {
    text-align: center;
}
.sppb-nav-pills > li.active > a, .sppb-nav-pills > li.active > a:hover, .sppb-nav-pills > li.active > a:focus {
    color: #ffffff;
    background-color: #fcbf02;
    font-weight: bold;
}
.sppb-nav {
    display: flex;
    justify-content: center;
    /*margin-bottom: 90px;*/
    margin-bottom: 50px;
}
.sppb-nav > li > a {
    padding: 2px 15px;
    color: #6f6f6f;
    font-weight: bold;
}
.arg_cards {
    width: 91%;
    border-top: 1px solid #5e5e5e;
    border-left: 1px solid #5e5e5e;
    margin: 84px auto 140px;
}
.arg_cards ul {
    overflow: hidden;
    clear: both;
    border-bottom: 1px solid #5e5e5e;
    text-align: center;
    margin: 0;
}
.arg_cards li {
    float: left;
    height: 208px;
    width: 25%;
    border-right: 1px solid #5e5e5e;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    vertical-align: top;
}
.arg_cards div {
    width: 333px;
    height: 105px;
    display: table-cell;
    text-align: center;
    vertical-align: bottom;
    background-position: center 20px;
}
.arg_cards p {
    margin-top: 17px;
    font-size: 14px;
    color: #f4f4f4;
    padding: 0 21px;
}
.arg_cards h3 {
    margin-top: 10px;
    font-size: 21px;
    color: #fdfdfd;
}
.arg_cards li hr {
    width: 15px;
    height: 2px;
    background-color: #fcbf02;
    border-style: none;
    margin: 6px auto 0;
}
.arg_arch {
    background: url(/images/sampledata/arch.svg) no-repeat;
}
.arg_elev {
    background: url(/images/sampledata/elev.svg) no-repeat;
}
.arg_park {
    background: url(/images/sampledata/park.svg) no-repeat;
}
.arg_playhouse {
    background: url(/images/sampledata/playhouse.svg) no-repeat;
}
.arg_subway {
    background: url(/images/sampledata/build.png) no-repeat;
}
.arg_hand {
    background: url(/images/sampledata/hand.svg) no-repeat;
}
.arg_cart {
    background: url(/images/sampledata/TC.png) no-repeat;
}
.arg_coffe {
    background: url(/images/sampledata/school.png) no-repeat;
}
.arg_map {
    background: url(/images/sampledata/map.png) no-repeat;
}

.arg_map h3 {
    font-size: 1.2em !important;
}

.price_info {
    overflow: hidden;
    width: 100%;
    margin-bottom: 25px;
    text-align: left;
}
.price_info span {
    display: inline-block;
    font-size: 13px;
    color: #848484;
    text-align: center;
}
.price_info span:nth-child(1) {
    width: 27%;
}
.price_info span:nth-child(2) {
    width: 14%;
}
.price_info span:nth-child(3) {
    width: 16%;
}
.price_info span:nth-child(4) {
    width: 18%;
}
.price_info span:nth-child(5) {
    width: 22%;
}
.price_table_e, .table_body_e {
    /*	height: 200px;*/
    height: 167px;
    position: relative;

    border: 1px solid #e4e4e4;
    margin-bottom: 15px;
}
.table_head {
    float: left;
    width: 26%;
    text-align: center;
}
.build_order {
    margin-top: 13px;
    text-align: center;
}
.build_order span:first-child {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #fcbf02;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
}
.build_order span:last-child {
    font-size: 13px;
    color: #f0ab07;
}
.table_head_u {
    display: inline-block;
    height: 32px;
    margin-top: 30px;
    padding-left: 46px;
    padding-top: 0;
    background: url(/images/sampledata/table_head.svg) no-repeat 0 0;
    text-align: left;
}
.table_head_u_e, .table_head_a_e {
    margin-top: 12px;
}
.table_head li {
    font-size: 13px;
    color: #6f6f6f;
}
.table_head li span, .table_row li span {
    font-size: 15px;
    font-weight: bold;
}
.table_head_a {
    display: inline-block;
    /*	margin-top: 38px;*/
    margin-top: 16px;
    padding-bottom: 2px;
    font-size: 12px;
    color: #f0ab07;
    border-bottom: 1px solid #f0ab07;
}
.table_body {
    float: right;
    width: 73.7%;
    height: 166px;
    border-left: 1px solid #e4e4e4;
    /*	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;*/
    cursor: pointer;
}
.table_body > li {
    /*height: 48px;*/
    height: 55px;
    border-bottom: 1px solid #e4e4e4;
}
.table_row {
    padding-top: 14px;
}
.table_row li {
    display: inline-block;
    font-size: 13px;
    color: #333;
    text-align: center;
    vertical-align: text-top;
}
.table_row li:nth-child(1), .table_row li:nth-child(2) {
    width: 21%;
}
.table_row li:nth-child(3) {
    width: 25%;
}
.table_row li:nth-child(4) {
    width: 29%;
}
.form_head_logo {
    height: 34px;
    text-align: center;
    position: relative;
}
.form_head_logo img {
    max-height: inherit;
}
.form_body_cont {
    padding-top: 75px;
    border: 1px solid #e4e4e4;
    background-color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
}
.form_body_cont > span {
    display: inline-block;
    margin-bottom: 34px;
    font-size: 24px;
    color: #414141;
    font-weight: bold;
}
#chronoform-object1form2 #price_name {
    padding-left: 41px;
    background: url(/images/objects/user.svg) no-repeat 18px center;
}
#chronoform-object1form2 #price_phone {
    padding-left: 41px;
    background: url(/images/objects/input-phone.svg) no-repeat 18px center;
}
#chronoform-object1form2 #price_email {
    padding-left: 41px;
    background: url(/images/objects/email.svg) no-repeat 18px center;
}
#chronoform-object1form2 #price_message {
    padding-left: 41px;
    background: url(/images/objects/speech.svg) no-repeat 18px 12px;
}
.form_body_cont {
    padding: 50px;
    background-color: #fff;
}
.table_body:hover ~ .row4_popup {
    display: block !important;
}
.row4_popup {
    position: absolute;
    right: -280px;
    width: 287px;
    height: 96px;
    padding-top: 22px;
    padding-left: 24px;
    z-index: 10;
    background-color: #fff;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #ddd;
}
.row4_popup li {
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
}
.row4_popup.p90 ul > li:nth-child(1) {
    background: url(../images/percent/90.png) no-repeat 0 0;
}
.row4_popup ul > li:nth-child(1) {
    width: 47px;
    height: 47px;
    font-size: 14px;
    color: #db2926;
    text-align: center;
}
.row4_popup ul > li:nth-child(3) {
    width: 47px;
    height: 47px;
    font-size: 14px;
    color: #fcb202;
    text-align: center;
}
.row4_popup ul > li:nth-child(2) {
    padding-left: 10px;
    padding-right: 10px;
    color: #db2926;
}
.row4_popup.p70 ul > li:nth-child(3) {
    background: url(../images/percent/70.png) no-repeat 0 0;
}
.row4_popup ul > li:nth-child(4) {
    padding-left: 10px;
    color: #fcb202;
}
.row4_popup span {
    font-size: 11px;
    font-weight: normal;
}
.row4_popup.p93 ul > li:nth-child(1) {
    background: url(../images/percent/93.png) no-repeat 0 0;
}
.row4_popup.p64 ul > li:nth-child(3) {
    background: url(.../images/percent/64.png) no-repeat 0 0;
}
.price_set .price_table_e:last-child {
    height: 222px;
}
ul.table_body.table_body_e.pt4 {
    height: 221px;
}
.object_first_heading img {
    float: left;
    width: 55px;
    margin-right: 10px;
}
.zhk-velika-britaniya-4a #jcemediabox-popup-container {
    overflow: visible;
}
.zhk-velika-britaniya-4a #jcemediabox-popup-img {
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
}
.zhk-velika-britaniya-4a #jcemediabox-popup-img.active {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);
}
body .djslider-default .navigation-container .prev-button,
body .djslider-default .navigation-container .next-button {
    /*position: static;*/
}
.gbs3 .form_message {
    background-color: #fff;
    padding: 10px;
    color: #009b00;
    font-size: 20px;
    text-align: center;
    border-radius: 50px;
    font-weight: bold;
}
.gbs3 .gcore-display-table {
    margin: 0 auto;
    width: 100%;
}
.callform .callback_form {
    width: 260px;
    position: absolute;
    right: 100px;
    top: 100px;
    padding: 20px;
    background-color: #fff;
    border-radius: 0 0 15px 15px;
    border: solid 2px #E85050;
    color: #686673;
}
.callform .gbs3 .A {
    width: 100% !important;
}
#fin-callback_submit > input {
    border-radius: 30px;
    height: 50px;
    background-color: #e85050;
    background-image: none;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}
.footer_callback .form_body_cont > span {
    display: block;
    text-align: center;
}
.footer_callback .chronoform-container .form-group {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 5px 20px 0px;
}
.footer_callback .chronoform-container .form-group input,
.footer_callback .chronoform-container .form-group textarea,
.footer_callback .chronoform-container .form-group select {
    border: 1px solid #ccc;
    border-radius: 5px;
}
.footer_callback #form-row-price_message {
    float: left;
    width: 31%;
    padding: 0;
    padding-top: 6px;
}
.footer_callback .form_body_cont {
    margin: 0 auto;
    width: 70%;
}
.footer_callback #review_button {
    margin: 0;
    height: 32px;
    border: none;
    background-color: #98C132;
}
.footer_callback #review_button:hover {
    opacity: 0.8;
}
#fin-dropdown13 {
    position: relative;
}
#fin-dropdown13:before {
    content: '\f041';
    font-family: FontAwesome;
    position: absolute;
    font-size: 20px;
    left: 18px;
    top: 2px;
    color: #6F6F6F;
}
#dropdown13 {
    padding-left: 36px;
}

.footer_callback #chronoform-container-15 {
    width: 63%;
    display: inline-block;
}
.footer_callback .form_head_logo {
    display: none;
}
.footer_callback #fin-review_button {
    width: 240px;
}


.sppb-tab-pane .item .fancybox{
    float:left;
}

/*Start changes 12.08.2016 A.S.*/
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
/**
* For IE 6/7 only
* Include this rule to trigger hasLayout and contain floats.
*/
.cf {
    *zoom: 1;
}

.sppb-section h3 {
    padding: 0.5em;
}

.price_table_e, .table_body_e {
    /*height: auto;*/
}

.container--general {
    width: auto;
}

.img--general {
    padding: 0;
}

/*.FourthBlk {
margin: 2em auto;
clear: both;
}*/

.FifthBlk {
    margin: 1em auto;
}

/*Chronoform*/

#chronoform-object1form1 #review_name, #chronoform-object1form2 #price_name,
#chronoform-object1form1--America #review_name, #chronoform-object1form2--America #price_name,
#chronoform-object1form1--Renuar #review_name, #chronoform-object1form2--Renuar #price_name,
#chronoform-object1form1--SherlockHolms #review_name, #chronoform-object1form2--SherlockHolms #price_name ,
#chronoform-object1form1--Monako #review_name, #chronoform-object1form2--Monako #price_name,
#chronoform-object1form1--Mone #review_name, #chronoform-object1form2--Mone #price_name,
#chronoform-object1form1--Manhattan #review_name, #chronoform-object1form2--Manhattan #price_name,
#chronoform-object1form1--vorhol #review_name, #chronoform-object1form2--vorhol #price_name,
#chronoform-object1form1--Polo #review_name, #chronoform-object1form2--Polo #price_name,
#chronoform-object1form1--Rafael #review_name, #chronoform-object1form2--Rafael #price_name{
    padding-left: 41px;

    background-color: #fff;
    background-image: url(/images/objects/user.svg);
    background-position: 18px center;
    background-repeat: no-repeat;
}

#chronoform-object1form1 #review_phone, #chronoform-object1form2 #price_phone, #chronoform-object1form1--America #review_phone, #chronoform-object1form2--America #price_phone, #chronoform-object1form1--Renuar #review_phone, #chronoform-object1form2--Renuar #price_phone, #chronoform-object1form1--SherlockHolms #review_phone, #chronoform-object1form2--SherlockHolms #price_phone , #chronoform-object1form1--Monako #review_phone, #chronoform-object1form2--Monako #price_phone, #chronoform-object1form1--Mone #review_phone, #chronoform-object1form2--Mone #price_phone, #chronoform-object1form1--Manhattan #review_phone, #chronoform-object1form2--Manhattan #price_phone, #chronoform-object1form1--vorhol #review_phone, #chronoform-object1form2--vorhol #price_phone, #chronoform-object1form1--Polo #review_phone, #chronoform-object1form2--Polo #price_phone, #chronoform-object1form1--Rafael #review_phone, #chronoform-object1form2--Rafael #price_phone {
    padding-left: 41px;

    background-color: #fff;
    background-image: url(/images/objects/input-phone.svg);
    background-position: 18px center;
    background-repeat: no-repeat;
}

#chronoform-object1form1 #price_email, #chronoform-object1form2 #price_email, #chronoform-object1form1--America #price_email, #chronoform-object1form2--America #price_email, #chronoform-object1form1--Renuar #price_email, #chronoform-object1form2--Renuar #price_email, #chronoform-object1form1--SherlockHolms #price_email, #chronoform-object1form2--SherlockHolms #price_email , #chronoform-object1form1--Monako #price_email, #chronoform-object1form2--Monako #price_email, #chronoform-object1form1--Mone #price_email, #chronoform-object1form2--Mone #price_email, #chronoform-object1form1--Manhattan #price_email, #chronoform-object1form2--Manhattan #price_email, #chronoform-object1form1--vorhol #price_email, #chronoform-object1form2--vorhol #price_email, #chronoform-object1form1--Polo #price_email, #chronoform-object1form2--Polo #price_email, #chronoform-object1form1--Rafael #price_email, #chronoform-object1form2--Rafael #price_email {
    padding-left: 41px;

    background-color: #fff;
    background-image: url(/images/objects/email.svg);
    background-position: 18px center;
    background-repeat: no-repeat;
}

#chronoform-object1form1 #price_message, #chronoform-object1form2 #price_message, #chronoform-object1form1--America #price_message, #chronoform-object1form2--America #price_message, #chronoform-object1form1--Renuar #price_message, #chronoform-object1form2--Renuar #price_message, #chronoform-object1form1--SherlockHolms #price_message, #chronoform-object1form2--SherlockHolms #price_message , #chronoform-object1form1--Monako #price_message, #chronoform-object1form2--Monako #price_message, #chronoform-object1form1--Mone #price_message, #chronoform-object1form2--Mone #price_message, #chronoform-object1form1--Manhattan #price_message, #chronoform-object1form2--Manhattan #price_message, #chronoform-object1form1--vorhol #price_message, #chronoform-object1form2--vorhol #price_message, #chronoform-object1form1--Polo #price_message, #chronoform-object1form2--Polo #price_message, #chronoform-object1form1--Rafael #price_message, #chronoform-object1form2--Rafael #price_message {
    padding-left: 41px;

    background-color: #fff;
    background-image: url(/images/objects/speech.svg);
    background-position: 18px 12px;
    background-repeat: no-repeat;
}


/*end Chronoform*/

.arg_cards h3 {
    font-size: 1.25em;
}

.table_body {
    height: auto;
}

.table_body > li:last-child {
    border-bottom: none;
}

.table_head {
    /*height: 100%;*/
}

.form_body_cont {
    /*padding: 1em 3em;*/
}

.chronoform .text_review {
    margin: 0;
}

.pdf_ico span {
    font-size: 1em;
    line-height: 1;
}

.head_menu a {
    transition: color 0.1s linear 0.1s;
}
.price__head {
    text-align: center;
    font-size: 2em;
    padding: 0.5em;
    margin: 0.5em auto;
}
.blockLine {
    width: 25%;
    margin: 0px auto;
    height: 3px;
    border-bottom: 3px solid rgb(152, 193, 50);
    overflow: hidden;
}

.form_body_cont {
    background: rgba(103, 185, 232, 0.1);
}

.text_review {
    text-align: center;
}

.logo__img--VB {
    height: 7em;
    position: absolute;
    left: 10em;
    top: -5em;
}

.logo__img--mone {
    height: 10em;
    position: absolute;
    left: 7em;
    top: -7em;
}

.logo__img--america {
    height: 8em;
    position: absolute;
    left: 7em;
    top: -5em;
}

.logo__img--renuar {
    height: 8em;
    position: absolute;
    left: 8em;
    top: -5em;
}

.logo__img--monako {
    height: 8em;
    position: absolute;
    left: 10em;
    top: -5em;
}

.logo__img--manhattan {
    height: 8em;
    position: absolute;
    left: 7em;
    top: -5em;
}

.logo__img--sherlok {
    height: 8em;
    position: absolute;
    left: 7em;
    top: -5em;
}

.logo__img--Vorhol {
    height: 8em;
    position: absolute;
    left: 8em;
    top: -5em;
}

.logo__img--rafael {
    height: 8em;
    position: absolute;
    left: 8em;
    top: -5em;
}
.logo__img--polo {
    height: 8em;
    position: absolute;
    left: 8em;
    top: -5em;
}



.form_head_logo {
    height: auto;
}

.object_first_heading__logo--mone {
    width: 5em;
    height: 5em;
}

.object_first_heading img {
    width: 7em;
    height: 6em;

    display: inline-block;
}

.object_first_heading--monako img{
    width: 6em;
    height: 6em;

    display: inline-block;
}

.build_remaining_count {
    padding-left: 0;
}

.build_remaining_count.p25 {
    background-position: 12px 12px;
}

.build_remaining_count.p5 {
    background-position: 12px 12px;
}

.build_remaining_count {
    background-position: 12px 12px;
}

.arg_cards li {
    height: 240px;
}

.sppb-nav > li > a {
    transition: all 0.1s linear 0.1s;
}

.map__wrap {
    width: 100%;
    height: 40em;

    margin: 2em auto;
}

.map__wrap--doneWork {
    height: 35em;
}

.map__iframe {
    pointer-events: none;
}

div .map__iframe--open {
    pointer-events:  auto;
}

.mapOverlay {
    background:transparent;
    position:relative;
    width:100%;
    height:40em;
    top:40em;
    margin-top:-40em;
}

.map__wrap iframe {
    width: 80%;
    height: 100%;

    display: block;
    margin: 0 auto;
}

.map__wrap--doneWork iframe {
    width: 100%;
}

.covert {
    display: none;
}

.item .fancybox:hover:before {
    transform: rotateX(0deg);
    transition: rotateX, 0.5s;
}

.fancybox {
    position: relative;
}

.fancybox:before {
    content: "";
    width: 89px;
    height: 89px;
    position: absolute;
    background-image: url(../images/look.png);
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: rotateX(90deg);
    margin: auto;
    transition: all 0.1s linear 0.1s;
}

div .fancybox-nav {
    width: 15%;
}

.langList li {
    cursor: pointer;

    transition: background 0.1s linear 0.1s,
        color 0.3s linear 0.1s;
}

.langList li:hover {
    background: rgba(152, 193, 50, 1);
    color: #fff;
}

.somemnu .oneMoreBtn {
    border-radius: 5px;
    background: #67b9e8;

    transition: all 0.2s linear 0.1s;
}

.somemnu .oneMoreBtn:hover {
    background: rgba(152, 193, 50, 1);
}


.text_review span {
    /*color: #67b9e8;*/
    color: rgba(152, 193, 50, 1);
}

.object_first_heading h1::before {
    background: rgba(152, 193, 50, 1);
}

#review_button {
    background: rgba(152, 193, 50, 1);
    transition: all 0.2s linear 0.1s;
}

#review_button:hover {
    background: #67b9e8;
}

.footer_callback #review_button:hover {
    opacity: 1;
    background: #67b9e8;
}

.sppb-section h3:after {
    border-bottom: 2px solid #98c133;
}

.sppb-nav-pills > li.active > a, .sppb-nav-pills > li.active > a:hover, .sppb-nav-pills > li.active > a:focus {
    background-color: #98c133;
}

.build_order span:first-child {
    background: #67b9e8;
}
.build_order span:last-child {
    color: #67b9e8;
}

.table_head_a {
    color: #98c133;
    transition: all 0.1s linear 0.1s;
}

.table_head_a {
    border-bottom: 1px solid #98c133;
}

.table_head_a:hover {
    color: #67b9e8;
    text-decoration: none;
}


.ownerText p:first-child:before {
    position: absolute;
    content: '"';
    top: -22px;
    left: -33px;
    color: #98c133;
}

.ownerText p:first-child:after {
    position: absolute;
    content: '"';
    bottom: -45px;
    right: -30px;
    color: #98c133;
    font-family: Open Sans;
    font-size: 60px;
    font-weight: 400;
    font-style: normal;
}

.main_header_2 .mnuList li a {
    transition: background 0.1s linear 0.1s,
        color 0.3s  linear 0.1s;
}

.main_header_2 .mnuList li a span {
    transition: all 0.3s linear 0.1s;
}

.main_header_2 .mnuList li a:hover span {
    color: #98c133;
}

.main_header_2 .mnuList li:last-child a:hover span {
    color: #67b9e8;
}

.callform .callback_form {
    border: 2px solid #67b9e8;
}

#fin-callback_submit > input {
    border-radius: 5px;
    border: none;
    outline: none;
    background-color: #67b9e8;

    transition: all 0.1s linear 0.1s;
}

#fin-callback_submit > input:hover {
    background: #98c133;
}

.sppb-img-responsive, .sppb-carousel-inner > .sppb-item > img, .sppb-carousel-inner > .sppb-item > a > img {
    /*height: 800px;*/
}

.rielCarousel {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    max-width: 1440px;

    margin: 0 auto;
}

.sppb-carousel-inner {
    height: 100%;
    max-height: 45em;
}

.sppb-carousel-arrow {
    width: 7.5%;
    color: #67b9e8;
    /*color: rgba(152, 193, 50, 1);*/
    /*background: rgba(255, 255, 255, 0);*/
    font-size: 2.5em;
    text-align: center;

    transition: background 0.1s linear 0.1s,
        font-size 0.3s linear 0.1s,
        color 0.5s linear 0.1s;
}

.sppb-carousel-arrow.right {
    width: 10%;

    right: 0;
}

.sppb-carousel-arrow:hover {
    color: white;
    background: rgba(152, 193, 50, 0.6);
    font-size: 3em;
}

.sppb-carousel-inner > .sppb-item > img {
    height: 100%;
    /*max-height: 600px;*/
    max-height: 45em;
    object-fit: cover;
    /*object-position: left center;*/
}
.sppb-carousel-indicators {
    margin-bottom: 7.5;
}

.arrowDown {
    /*height: 40px;*/
    background: orange;
    position: relative;

    display: none;
}

.arrowDown__content {
    width: 10%;

    position: absolute;
    top: -7.5em;
    right: 49%;
}

.arrowDown__img {
    width: 100%;

    text-align: center;

}

.arrowDown__img svg {
    display: inline-block;
    width: 100%;
    /*float: left;*/

    fill: #67b9e8;
    transition: all 0.2s linear 0.1s;
}

.arrowDown__img:hover svg {
    fill: rgba(152, 193, 50, 1);
}
/*.fa {
width: 69px;
height: 70px;
vertical-align: middle;
background: orange;
border-radius: 50%;
}

.fa-chevron-right {
color: orange;
border: none;
}*/

.AS-list {
    text-align: center;
}


.AS-list:after {
    width: 100%;
    height: 0;

    content: '';
    display: inline-block;
}

.AS-item {
    display: inline-block;
}

.item--planningHome {
    width: 25%;

    margin: 1em 2em;

}

.AS-fancybox {
    display: block;
    float: none;
}

.item__img {
    width: 100%;

    display: inline-block;
}

.item__img--planningHome {
    max-height: 12em;
}

.list--Mone {
    text-align: center;
}

.list--Rafael {
    text-align: center;
}

.list--Polo {
    text-align: center;
}

.list--America li {
    width: 19%;
}

.list--Monako li {
    width: 19%;
}


.sppb-nav > li > a:hover, .sppb-nav > li > a:focus {
    background: #67b9e8;
}

.sppb-tab-pane .item .fancybox--building {
    float: none;
}

.fancybox--building {
    width: 80%;
    display: block;
    margin: 0 auto;
}

.img--building {
    width: 100%;
    max-height: 28em;
}

.table_body:hover ~ .row4_popup {
    display: none !important;
}

.genplan__list--Mone {
    text-align: center;
}

.genplan__list--America {
    text-align: center;
}

.genplan__list--Renuar {
    text-align: center;
}

.genplan__list--Sherlok {
    text-align: center;
}

.genplan__list--Monako {
    text-align: center;
}

.genplan__list--Manhattan {
    text-align: center;
}

.genplan__list--Rafael {
    text-align: center;
}

.genplan__list--VB {
    text-align: center;
}

.genplan__list--Polo {
    text-align: center;
}


.genplan__item {
    width: 23%;
    margin: 1em 1.5em;
}

.genplan__item--Mone {
    width: 40%;
}

.genplan__item--America {
    width: 40%;
}

.genplan__item__img {
    max-width: 25em;
    max-height: 20em;
}

.genplan__content {
    width: 80%;
    margin: 1em auto;
}
.america .genplan,
.america-2 .genplan,
.america .genplan__content,
.america-2 .genplan__content {
    width: 100%;
}
.america .genplan__content a,
.america-2 .genplan__content a {
    display: inline-block;
    width: 33%;
    margin: 0 20px;
}


.sherlok_genplan .genplan,
.sherlok_genplan .genplan__content {
    width: 100%;
}

.sherlok_genplan .genplan__content a {
    display: inline-block;
    width: 40%;
    margin: 0 20px;
}


.genplan__img {
    width: 100%;
    max-height: 37em;
}


/*Question for Riel*/
.question {
    width: 70%;

    margin: 0 auto;
}

.item--question {
    width: 50%;
}

.about__nav {
    width: 50%;

    margin: 0 auto;
    border-bottom: 1px solid #98c133;

    text-align: center;
}

.about__nav .item--about {
    display: inline-block;
    float: none;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    background: #67b9e8;

    color: #fff;
    font-size: 1.25em;
}

.nav-tabs>li>a {
    transition: all 0.2s linear 0.1s;
}

.nav-tabs>li>a {
    color: #fff;
    background: #98c133;
}

.nav-tabs>li>a:hover {
    background: #71972F;

    color: #fff;
}

.item--question {
    font-size: 1.25em;
}

.question__point {
    padding: 1em 1.5em 0em;

    background: rgba(103, 185, 232, 0.2);

    font-size: 1.3em;
    font-weight: 800;
    /*color: rgba(152, 193, 50, 1);*/
}

.question__point--engineer {
    padding: 1em 1.5em 0em;

    background: rgba(152, 193, 51, 0.4);

    font-size: 1.125em;
    font-weight: 800;
    /*color: rgba(152, 193, 50, 1);*/
}

.question__buttonWrap {
    padding: 0.5em 1.5em;
    background: rgba(103, 185, 232, 0.2);
    text-align: right;
    border-bottom: 2px solid #98c133;
}

.question__buttonWrap--enginner {
    padding: 0.5em 1.5em;
    background: rgba(152, 193, 51, 0.4);
    text-align: right;
    border-bottom: 2px solid rgba(103, 185, 232, 1);
}

.question__button {
    padding: 0.75em 0;
    width: 20%;

    outline: none;
    border: none;
    background: #98c133;
    color: #fff;

    transition: background 0.3s linear 0.1s,
        color 0.3s linear 0.1s;
}

.question__button--engineer {
    background: rgba(103, 185, 232, 1);
    color: #fff;
}

.question__button:hover {
    background: rgba(103, 185, 232, 1);
    color: #000;
}

.question__button--engineer:hover {
    background: #98c133;
}

.question__answer {
    padding: 0.5em 1.5em;

    background: rgba(103, 185, 232, 0.3);

    font-size: 1.25em;
    text-align: justify;
    /*transition: all 0.1s linear 0.1s;*/
    border-bottom: 2px solid #98c133;
}

/*end Question for Riel*/

/*Contacts page*/
.contacts {
    width: 90%;

    margin: 0 auto;
}

.contacts__head {
    padding: 1.125em 0 0.625em;

    color: rgba(51, 51, 51, 1);
    font-size: 2em;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
}


.contacts__lviv, .contacts__kiev {
    padding: 0.75em 0;

    border-bottom: 2px solid #98c133;
}

.contacts__kiev {
    padding: 0.75em 0 2.25em;
    margin: 1em auto 0;
}


.lviv__head, .kiev__head {
    padding: 0 0 0.85em 0;

    color: rgba(152, 193, 50, 1);
    font-size: 1.75em;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
}

.lviv__head {
    color: rgba(152, 193, 50, 1);
}


.lviv__content, .kiev__content {
    width: 45%;

    float: left;
}

.lviv__map, .kiev__map {
    width: 55%;

    float: right;
}

.infoBlock__head {
    width: 30%;

    display: inline-block;
    margin: 1%;
    vertical-align: top;

    color: rgba(152, 193, 50, 1);
    font-size: 1em;
    font-weight: 800;
}

.infoBlock__head--littleHead {
    margin: 0 1%;
    font-size: 0.75em;
}

.block__head--genplan {
    font-weight: 700;
}

.sorry {
    color: rgba(152, 193, 50, 0);
    font-size: 0.5em;
}

.infoBlock__text {
    width: 60%;

    display: inline-block;
    margin: 1%;
}

.infoBlock__link {
    color: rgba(0, 0, 0, 1);

    text-decoration: none;
    border-bottom: rgba(103, 185, 232, 1);

    transition: color 0.2s linear 0.1s,
        border 0.5s linear 0.1s;
}

.infoBlock__link--autoPhone {
    display: block;

    margin: 0;
}

.infoBlock__link--autoPhone p {
    margin: 0;
}

.infoBlock__link:hover {
    color: rgba(103, 185, 232, 1) ;
    border-bottom: 1px solid rgba(152, 193, 50, 1);
    text-decoration: none;
}

.infoBlock__link--autoPhone:hover {
    border-bottom: none;
}

.map__wrap--contacts {
    width: 100%;
    height: 20em;

    margin: 0 auto;
}

.contacts__seo {
    width: 100%;

    margin: 2em auto;
}

.contacts__seo__text {
    padding: 0 5% 0 1%;

    font-size: 1em;
}

/*end Contacts page*/


/*Start About Company*/
.block__head {
    padding: 1.125em 0 0.625em;

    color: rgba(51, 51, 51, 1);
    font-size: 2em;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
}

.block__head--genplan {
    padding: 0;

    font-weight: 700;
}



.form_body_cont {
    padding: 40px 20px 20px 20px;

    margin-top: 8em;
    margin-top: 2em;

}

.note_review {
    margin: 10px !important;
    text-align: center;
}


.object_first_phone {
    margin-top: 10px;
}

.nav-tabs>li a {
    font-size: 1.25em;
}

.companyHistory, .companyManagement,  .companyMission, .companyServices{
    padding-bottom: 3em;
}

.companyHistory__head, .companyManagement__head, .companyMission__head, .companyServices__head, .genplan h6 {
    padding: 1em 0 0.85em 0;

    color: rgba(51, 51, 51, 1);
    font-size: 1.75em;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
}

.companyHistory__img {
    width: 20%;

    float: left;

    margin: 0 1.5em;
}

.companyHistory__img img {
    max-height: 25em;
    width: 100%;

    display: inline-block;
}

.companyHistory__text {
    /*width: 75%;*/
    padding: 0 5% 0 1.5%;

    /*float: right;*/
}

.companyHistory__block {
    margin: 0.5em 0;

    font-size: 1.25em;
    line-height: 1.4;
}

.companyManagement__content {
    width: 70%;

    margin: 0 auto;
}

.companyManagement__block {
    margin: 1.5em 0;
    border: 1px solid rgba(103, 185, 232, 1);
}

.companyManagement__block--greenBorder {
    border: 1px solid #9ac336;
}

.companyManagement__block__head {
    border-bottom: 1px solid rgba(103, 185, 232, 1);
}

.companyManagement__block__head--greenBorder {
    border-bottom: 1px solid #9ac336;
}

.companyManagement__block__personName {
    width: 40%;
    padding: 0.85em 0;

    background: rgba(103, 185, 232, 1) ;
    display: inline-block;

    color: rgba(51, 51, 51, 1);
    font-size: 1.5em;
    text-transform: uppercase;
    text-align: center;
}

.companyManagement__block__personName--greenBorder {
    background: #9ac336;
}

.companyManagement__block__positionName {
    padding: 0.75em;
    width: 55%;

    display: inline-block;

    font-size: 1.25em;
    font-weight: 800;
}

.companyManagement__block__info {
    padding: 1em;
    font-size: 1.125em;
}

.list--companyMission {
    width: 80%;

    margin: 0 auto;
}

.item--companyMission {
    padding: 1em;
    width: 30%;
    height: 10em;

    border: 1px solid #9ac336;
    border-radius: 5px;
    vertical-align: top;

    font-size: 1.25em;
    font-weight: 800;
    text-align: left;
}

.companyMission__footer {
    margin: 1.25em 0;

    font-size: 1.5em;
    font-weight: 800;
    text-align: center;
}

#services {
    width: 95%;

    margin: 0 auto;
}

.companyServices__img {
    width 25%;

    float: left;
    margin: 0 1.5em;
}

.companyServices__img img {
    width: 100%;
    max-width: 30em;
    max-height: 15em;

    display: inline-block;

}

.companyServices__img--rightSide {
    float: right;
}

.companyServices__content {
    padding: 0 5% 0 1.5%;
    font-size: 1.25em;
}

.companyServices__content p {
    margin: 0.75em 0;
}

.companyServices__bold {
    font-weight: 800;
}

.companyServices__footer__head {
    font-weight: 800;
}

.companyServices__footer {
    font-size: 1.5rem;
}

.companyServices__footer__link {
    color: #67b9e8;
    font-size: 1.25em;
    font-weight: 800;

    transition: all 0.1s linear 0.1s;
}

.companyServices__footer__link:hover {
    color: rgba(152, 193, 50, 1);
}

/*end About Company*/

/*end Question for Riel*/



/*end changes 12.08.2016*/
.genplan {
    width: 75%;
    margin: 0 auto;
}
footer {
    background-color: #676767;
    padding: 20px;
}
.footermenu {
    text-align: center;
}
.footermenu > p {
    display: inline-block;
    text-align: left;
}
.footermenu a {
    color: #fff;
    line-height: 1.8;
    text-decoration: underline;
}
.footermenu a:hover {
    opacity: 0.6;
}
.clearfix {
    clear: both;
}
.copyright {
    text-align: center;
    font-style: italic;
    color: #fff;
}

/* Great gritain - 4 build progress */
.vb-hid-4 .sppb-nav-pills {
    display: block;
    margin-bottom: 10px;
}

.vb-hid-4 .sppb-nav-pills li:nth-child(3) {
    clear: both;
}

.vb-hid-4 .sppb-nav-pills li:nth-child(1) {
    margin-left: 85px;
    position: relative;
}

.vb-hid-4 .sppb-nav-pills li:nth-child(3) {
    margin-left: 85px;
    position: relative;
}

.vb-hid-4 .sppb-nav-pills li:nth-child(1):before {
    position: absolute;
    content: "Ð‘ÑƒÐ´Ð¸Ð½Ð¾Ðº 1:";
    font-weight: bold;
    top: 0;
    left: -85px;
}

.vb-hid-4 .sppb-nav-pills li:nth-child(3):before {
    position: absolute;
    content: "Ð‘ÑƒÐ´Ð¸Ð½Ð¾Ðº 2:";
    font-weight: bold;
    top: 0;
    left: -85px;
}

body.page.home {
    padding-top: 0;
}

.page.home .somemnu {
    display: none;
}

/*.page.home .FourthBlk {
margin-top: -2px !important;
}*/

.sppb-carousel .sppb-carousel-indicators {
    bottom: 95px;
}

/* About Main */
.no-indents>[class*='col-'] {
    padding-right: 0;
    padding-left: 0;
    position: relative;
}

#about_section {
    background: #a6c247;
}

#about_section img {
    z-index: 1;
}

#about_section .about_circle {
    position: absolute;
    color: #fff;
    text-align: center;
    z-index: 2;
    bottom: -100px;
    left: 50px;
    width: 200px;
    height: 200px;
    background: #a6c247;
    border-radius: 100%;
}

#about_section .about_circle p {
    font-size: 70px;
    margin-top: 8px;
    margin-bottom: 0;
}

#about_section .about_circle span {
    font-size: 22px;
    line-height: 26px;
}

#about_section .about_text {
    padding: 30px 0;
    background: #88b9e6;
    color: #fff;
    text-align: justify;
}

#about_section .about_text img {
    width: 200px;
    margin: 0 70px 35px;
}

/* /About Main */

/**/
#creato > .sppb-container {
    width: 100%;
    padding: 0;
}

#creato .FifthBlk {
    margin: 0;
}

.news .row-3 #blog_introtext,
.news .row-10 #blog_introtext,
.news .row-16 #blog_introtext {
    height: 88px;
}

@media (min-width: 1200px) {
    #creato .container {
        width: 1120px;
    }
}

@media (max-width: 1350px) {
    .home .container {
        padding: 0 55px;
    }
}
/**/

/* test */
.sppb-addon-content .america {
    /*font-family: 'DINPro-Regular', sans-serif;*/
}

/* RIEL QUESTIONS ALT */

.question__wrap_alt .tab-content.question__content {
    margin-top: 10px;
    margin-bottom: 20px;
}

.question__wrap_alt #lawyer,
.question__wrap_alt #engineer {
    border: 1px solid #bbb;
}

.question__wrap_alt .question__point,
.question__wrap_alt .question__buttonWrap {
    background: #fff;
    padding-bottom: 10px;
}

.question__wrap_alt .question__buttonWrap {
    border-bottom: 1px solid #bbb;
}

.question__wrap_alt .question__point {
    float: left;
}

/**/