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

*::-webkit-input-placeholder {
	color: #929292;
	opacity: 1;
}
*:-moz-placeholder {
	color: #929292;
	opacity: 1;
}
*::-moz-placeholder {
	color: #929292;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #929292;
	opacity: 1;
}

*{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body {
    font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}

.work{
    width: 100%;
    max-width: 1200px;
    min-width: 320px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.helper{
    width: 100%!important;
    height: 0!important;
    visibility: hidden;
    margin: 0!important;
    padding: 0!important;
}

.hidden {
  display: none !important;
}


input[type='text'],
input[type='password'],
input[type='number'],
input[type='search']{
    width: 100%;
    height: 30px;
    padding: 0 10px;
    background-color: white;
    border: 1px solid #cdcdcd;
    border-radius: 2px;
    color: #929292;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;

}

textarea{
    width: 100%;
    height: 100px;
    padding: 10px 10px;
    background-color: white;
    border: 1px solid #cdcdcd;
    border-radius: 2px;
    color: #929292;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    resize: none;
}

input:focus, a:focus {
    outline: none;
}

input[type='text']:focus,
input[type='password']:focus,
input[type='number']:focus,
input[type='search']:focus{
    border: 1px solid #9dc4e3;
    color: black;
}

textarea:focus{
    outline: none;
}

.btn{
    display: inline-block;
    width: 100%;
    height: 38px;
    background-color: #e3000f;
    border-radius: 3px;
    border: medium none;
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
    transition: .3s;
    -moz-transition: .3s;
}

.btn_land{
    width: 458px;
    height: 56px;
    line-height: 56px;
    font-size: 18px;
    font-weight: 700;
}

.btn_white{
    border: 1px solid #e3000f;
    background: #fff;
    color: #e3000f;
}

.btn:hover{
    background-color: #fc2a37;
}

.btn_white:hover{
    background-color: #e3000f;
    border-color: #e3000f;
    color: #fff;
}

.btn:active{
    background-color: #c1020e;
}

button:focus{
    outline: none;
}

.more{
    width: 100%;
    display: inline-block;
    height: 45px;
    padding: 0 20px;
    background-color: #eaeaea;
    border-radius: 3px;
    color: #363a3f;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 45px;
    transition: .3s;
    -moz-transition: .3s;
    text-align: center;
}

.more:hover{
    background-color: whitesmoke;
}

.more:active{
    background-color: #c9c9c9;
}

.more span{
    width: 24px;
    height: 24px;
    background-color: #c9c9c9;
    margin-right: 12px;
    display: inline-block;
    border-radius: 50%;
    line-height: 25px;
    color: #fff;
    font-size: 16px;
}

.more:hover span{
    background-color: #e2e2e2;
}

.more:active span{
    background-color: white;
    color: #c9c9c9;

}

.load_more{
    padding:  0 40px;
    display: inline-block;
    height: 45px;
    margin-top: 30px;
    background-color: #eaeaea;
    border-radius: 3px;
    color: #363a3f;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 45px;
    transition: .3s;
    -moz-transition: .3s;
    text-align: center;
    border: none;
}

.load_more:hover{
    background-color: whitesmoke;
}

.load_more:active{
    background-color: #c9c9c9;
}

.load_more span{
    width: 24px;
    height: 24px;
    background-color: #c9c9c9;
    margin-right: 12px;
    display: inline-block;
    border-radius: 50%;
    line-height: 25px;
    color: #fff;
    font-size: 16px;
}

.load_more:hover span{
    background-color: #e2e2e2;
}

.load_more:active span{
    background-color: white;
    color: #c9c9c9;

}

.transition{
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
}

.sticky{
    width: 100%;
   position: absolute;
   top: 0px;
   left: 0px;
   transition: .3s ease-in-out;
   -moz-transition: .3s ease-in-out;
}


/*Header*/
.header{
   width: 100%;
   display: block;
   background: #fff;
   position: relative;
   z-index: 2;
   border-bottom: 1px solid #e2e2e2;
}

.header .inner{
   padding-top: 15px;
   padding-bottom: 15px;

}

.header .left{
    width: 18%;
    float: left;
}

.header .right{
    width: 18%;
    float: left;
    text-align: center;
}

.header .center{
    width: 64%;
    float: left;
    text-align: center;
}

.header .logo{
    display: inline-block;
}

.header .logo img{
    height: 72px;
}

.header .select-office {
    padding-top: 20px;
}

.header .select-office p {
    font-size: 20px;
    color: #000;
}

.header .select-office i.fa.fa-map-marker {
    color: #ee1c24;
}

.header .select-office .select-office-default {
    margin-top: 10px;
}

.header .select-office .select-office-default span.select-office-selected {
    border-bottom: 1px dotted #000;
    line-height: 25px;
}

.header .select-office .select-office-default span.select-office-selected:hover {
    border-bottom: 1px dotted #fff;
    cursor: pointer;
}

.select-office-list {
    list-style: none;
    text-align: left;
    padding-left: 15px;
}

.select-office-list .select-office-item {
    margin-bottom: 10px;
}

.select-office-list .select-office-item::before {
    content: "\2014";
    color: #144c78;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.select-office-list .select-office-item a {
    color: #144c78;
}

.select-office-list .select-office-item a:hover {
    text-decoration: underline;
}

.header .phone{
    display: inline-block;
    margin-bottom: 5px;
    color: black;
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}

.header .phone:before{
    content: url("phone.png");
    position: absolute;
    top: 2px;
    left: -45px;
}

.header .feedback{
    display: inline-block;
    margin-bottom: 10px;
    padding-bottom: 2px;
    color: #727272;
    font-size: 13px;
    border-bottom: 1px dashed #727272;
}

.header .feedback:hover{
    border-color: transparent;
}

.header .social{
    text-align: center;
}

.header .social li{
    display: inline-block;
    vertical-align: top;
}

.social img {
    width: 25px;
}

.header .social li:first-child{
    margin-left: 0;
}

/*Nav*/
.nav{
   width: 100%;
   display: block;
   background: #fff;
   position: relative;
   z-index: 3;
}

.nav .inner{
    position: relative;
}

.nav .inner > ul{
    text-align: center;
}

.nav .inner > ul > li{
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    color: #144c78;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}

.nav .inner > ul > li:first-child{
    margin-left: 0;
}

.nav .inner > ul > li > a{
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    color: inherit;
}

.nav .inner > ul > li > a span{
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 2px;
    border-bottom: 1px dashed #144c78;
}

.nav .inner ul li .fa{
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    font-size: 10px;
    position: relative;
    top: -2px;
}

.nav .inner > ul > li:hover > a,
.nav .inner > ul > li.active{
    color: #e3000f;
}

.nav .inner > ul > li:hover > a span,
.nav .inner > ul > li.active span{
    border-color: #e3000f;
}

.nav ul ul{
    display: none;
    width: 270px;
    position: absolute;
    top: 100%;
    left: -20px;
    border-top: 1px solid #243d38;
    background-color: white;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.11);
    text-align: left;
    border-radius: 0 0 5px 5px;
}

.nav .inner > ul > li:hover > ul{
    display: block;
}

.nav .inner > ul > li ul li{
    color: #3a3a3a;
    font-size: 12px;
    text-transform: uppercase;
    border-bottom: 1px solid #f0f0f0;
    list-style: none;
    line-height: 15px;
}

.nav .inner > ul > li ul li:last-child{
    border-bottom: 0;
}

.nav .inner > ul > li ul li a{
    display: block;
    padding: 15px 25px;
    color: inherit;
}

.nav .inner > ul > li ul li:hover > a{
    background-color: #f0f0f0;
    color: #e3000f;
}

.burger{
    width: 30px;
    display: none;
}

.burger span{
    display: block;
    height: 4px;
    margin-bottom: 5px;
    background: #000;
}

.burger span:last-child{
    margin-bottom: 0;
}

/*Intro*/
.intro{
   width: 100%;
   display: block;
   background: url("intro_bg.jpg");
   background-size: cover;
   position: relative;
   /*z-index: 1;*/
}

.intro .inner{
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: right;
}

.intro .container{
    display: inline-block;
    text-align: left;
}

.intro .left{
    display: inline-block;
    vertical-align: top;
    margin-right: 40px;
}

.intro .right{
    display: inline-block;
    vertical-align: top;
}

.intro .item{
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.9);
    border-radius: 4px;
}

.intro .order{
    max-width: 420px;
    padding: 28px 23px 38px;
}

.intro .order.active{
    max-width: none;
    min-width: 700px;
    max-width: 950px;
    padding: 28px 30px 38px;
}

.intro .order .cols{
    margin: 0 -15px;
}

.intro .order .col{
    width: 50%;
    float: left;
    padding: 0 15px;
    margin-bottom: 15px;
}

.intro .order .col_2{
    width: 100%;
    float: left;
    padding: 0 15px;
    margin-bottom: 15px;
}

.intro .order .cols_3{
    margin: 0 -15px;
}

.intro .order .col_3{
    width: 33.33%;
    float: left;
    padding: 0 15px;
    margin-bottom: 15px;
}

.intro .order .col_66{
    width: 66.66%;
    float: left;
    padding: 0 15px;
    margin-bottom: 15px;
}

.dial{
    margin-bottom: 20px;
}

.dial li{
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 4px;
    border-bottom: 2px dashed #0063af;
    display: inline-block;
    color: #0063af;
    font-size: 22px;
    text-align: center;
    margin-right: 30px;
    cursor: pointer;
    position: relative;
}

.dial li:after{
    content: "/";
    position: absolute;
    top: 3px;
    right: -21px;
}

.dial li:last-child:after{
    content: none;
}

.dial li:hover{
    border-color: #e3000f;
    color: #e3000f;
}

.dial li.active{
    border-color: #e3000f;
    color: #e3000f;
}

.tabs_content{
    display: none;
}

.tabs_content.active{
    display: block;
}

.type{
    margin-bottom: 10px;
}

.type li{
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
    margin-bottom: 5px;
}

.custom_text{
    text-align: center;
}

.custom_text > input[type="radio"] {
    display: none;
}

.custom_text > span {
    padding-bottom: 2px;
    border-bottom: 1px dashed #0063af;
    display: inline-block;
    color: #0063af;
    font-size: 15px;
    text-align: center;
}

.dial .custom_text > span{
    font-size: 22px;
    border-width: 2px;
}

.custom_text > span:hover{
    border-color: #e3000f;
    color: #e3000f;
}

.custom_text > input[type="radio"]:checked + span {
   border-color: #e3000f;
   color: #e3000f;
}

.custom_rooms{
    text-align: center;
    margin-left: 11px;
}

.custom_rooms:first-of-type{
    margin-left: 0;
}

.custom_rooms > input[type="radio"] {
    display: none;
}

.custom_rooms > span {
    margin-bottom: 8px;
    display: inline-block;
    height: 32px;
    padding: 0 12px;
    background-color: #a7afba;
    border-radius: 2px;
    text-align: center;
    color: white;
    font-size: 13px;
    line-height: 32px;
}

.custom_rooms > span:hover{
   background-color: #c3cbd6;
}

.custom_rooms > input[type="checkbox"]:checked + span {
   background-color: #595f66;
}

.custom_type_sale > input[type="radio"]:checked + span {
    background-color: #595f66;
}

.custom_rooms > input[type="checkbox"] {
   display: none;
}

.country_sale div.sale {
    margin-right: 20px;
    margin-bottom: 30px;
    vertical-align: baseline;
}

.country_sale button.sale_submit{
    width: 240px;
    margin-left: 0;
}

.custom_type_sale{
    text-align: center;

}

.custom_type_sale:first-of-type{
    margin-left: 0;
}

.custom_type_sale > input[type="radio"] {
    display: none;
}

.custom_type_sale > span {
    margin-right: 8px;
    margin-bottom: 10px;
    width: 175px;
    display: inline-block;
    height: 32px;
    padding: 0 12px;
    background-color: #a7afba;
    border-radius: 2px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    color: white;
    font-size: 13px;
    line-height: 32px;
}

.custom_type_sale > span:hover{
   background-color: #c3cbd6;
}

.custom_type_sale > input[type="checkbox"]:checked + span {
   background-color: #595f66;
}

.custom_type_sale > input[type="checkbox"] {
   display: none;
}

.country_sale div.button {
    margin-right: 20px;
    margin-bottom: 0px;
    margin-left: 47%;
}

div.line.line_first.exchange.button {
    margin-right: 20px;
    margin-bottom: 0px;
    margin-left: 47%;
}

.stick{
    padding: 0 5px;
    height: 22px;
    background-color: #0063af;
    display: inline-block;
    color: white;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 22px;
}

.order_label{
    display: block;
    margin-bottom: 3px;
    color: black;
    font-size: 14px;
    /*height: 18px;*/
}
.order_label_strret{
	margin-top:20px;
}
.intro .order .line{
    text-align: justify;
    /*line-height: 0;*/
    letter-spacing: -1px;
    margin-bottom: 15px;
}

.intro .order .line li{
    display: inline-block;
    vertical-align: top;
    text-align: left;
    line-height: normal;
}

input[type="text"].range{
    width: 78px;
    text-align: center;
}

input[type="text"].range_50{
    width: 48%;
    text-align: center;
}

input[type="text"].range_50:first-of-type{
    margin-right: 5px;
}

input[type="text"].range_100{
    width: 100%;
}

.intro .order .btn_sale{
    margin-top: 30px;
}

.intro .order .btn_container{
    width: 34.5%;
    margin: 20px auto 0;
    padding: 0 15px;
}

sup {
    vertical-align: text-top;
}

/*******SELECT**************/
.select2-container{
    /*width: 100%!important;*/
    height: 30px;
    display: block;
    margin-bottom: 0px;
}

.select2-search__field{
    /*display: none;*/
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    height: 100%;
    padding-left: 10px;
    margin-right: 6px;
    color: #929292;
    font-size: 13px;
    line-height: 28px;
}

.select2-container--default .select2-selection--single{
    height: 100%;
    border: 1px solid #cdcdcd;
    border-radius: 2px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-color: #4d4d4d transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -6px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
    border-color: transparent transparent #4d4d4d transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--open .select2-dropdown--above{
    border-radius: 0;
}

.select2-dropdown{
    border: 1px solid #cdcdcd;
    border-radius: 2px;
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background: transparent;
    color: #929292;
}

.select2-results__option{
    font-size: 13px;
    color: #929292;
}

.select2-results__option:hover{
    color: black!important;
    background: transparent!important;
}

.select2-container--default .select2-results__option[aria-selected=true]:hover{
    color: black;
}
/**************SELECT*********************/

.dis_top{

}

.lenta{
    margin: 0 -46px;
    height: 52px;
    line-height: 38px;
    text-align: center;
    position: relative;
    background: url("lenta.png") center top no-repeat;
    background-size: contain;
    color: white;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.dis_top p{
    margin-bottom: 25px;
    color: #5a6169;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
}

.skill{
    margin-bottom: 27px;
    display: block;
    color: #363a3f;
    font-size: 22px;
    font-weight: 700;
    line-height: 33px;
    text-transform: uppercase;
    text-align: center;
}

.skill span{
    display: block;
    font-size: 30px;
}

.dis_bottom p{
    margin-bottom: 15px;
    font-size: 14px;
    font-style: italic;
    line-height: 24px;
    font-weight: 300;
    color: #434343;
}

.dis_bottom p a{
    color: #0063af;
    text-decoration: underline;
}

.dis_bottom p a:hover{
    text-decoration: none;
}

.dis_bottom span{
    color: #898989;
    font-size: 13px;
    font-style: italic;
}

.intro .link{
    width: 170px;
    height: 225px;
    text-align: center;
    position: relative;
    transition: .3s;
    -moz-transition: .3s;
    padding: 9px;
}

.intro .link:last-of-type{
    margin-top: 61px;
}

.intro .link:hover{
    box-shadow: 0 1px 16px rgba(0, 0, 0, 0.5);
}

.intro .link .container{
    width: 100%;
    height: 100%;
    display: table;
    text-align: center;
}

.intro .link .container > div{
    display: table-cell;
    vertical-align: middle;
}

.intro .link .shild{
    height: 20px;
    background-color: #e3000f;
    padding: 0 5px;
    display: inline-block;
    color: white;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    top: 9px;
    left: 9px;
    line-height: 20px;
}

.intro .link .container span{
    display: block;
    margin-top: 14px;
    margin-bottom: 30px;
    color: black;
    font-size: 15px;
    font-weight: 700;
    line-height: 19px;
}

.intro .link .icon{
    display: inline-block;
    padding-top: 17px;
}

/*objects*/
.objects{
   width: 100%;
   display: block;
   background-color: #fff;
   position: relative;
   z-index: 1;
}

.objects .inner{
    padding-top: 20px;
    padding-bottom: 40px;
}

.objects_type{
    text-align: center;
    border-bottom: 1px solid #ededed;
}

.objects_type li{
    display: inline-block;
    vertical-align: middle;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 15px;
    margin-left: 45px;
    cursor: pointer;
    position: relative;
    top: 1px;
}

.objects_type li:first-of-type{
    margin-left: 0;
}

.objects_type li:hover{
   border-bottom: 1px solid #e3000f;
}

.objects_type li.active{
    border-bottom: 1px solid #e3000f;
}

.objects_type li.active:before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 3px 0 3px;
    border-color: #e3000f transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -3px;
}

.objects_type li .type_name{
    display: inline-block;
    padding-bottom: 2px;
    color: #0063af;
    font-size: 15px;
    border-bottom: 1px dashed #0063af;
}

.objects_type li.active .type_name,
.objects_type li:hover .type_name{
    color: #e3000f;
    border-color: transparent;
}

.objects_type li .num{
    display: inline-block;
    color: #83888e;
    font-size: 9px;
    position: absolute;
    top: 0px;
    left: 100%;
}

.objects .cols{
    padding-top: 45px;
    margin: 0 -14px;
}

.objects .col{
    padding: 0 14px;
    float: left;

}

.objects .col_small{
    width: 21%;
}

.objects .col_big{
    width: 37%;
}

.objects .col > div{

}

.objects .item{
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.objects .item_small{
    height: 166px;
}

.objects .item_small:first-child{
    margin-bottom: 30px;
}

.objects .item_big{
    height: 286px;
}

.objects .item .pic{
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.objects .item .overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.5) url("arrow-1.png") center center no-repeat;
    opacity: 0;
    transition: .3s;
    -moz-transition: .3s;
}

.objects .item:hover .overlay{
    opacity: 1;
}

.objects .item .price{
    display: inline-block;
    padding: 0 10px 0 5px;
    height: 20px;
    background-color: #e3000f;
    line-height: 20px;
    color: white;
    font-size: 13px;
    position: absolute;
    top: 12px;
    left: 12px;
}

.objects .item_big .price{
    height: 34px;
    line-height: 34px;
    font-size: 13px;
}

.objects .item .title{
    width: 100%;
    height: 42px;
    display: table;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    color: white;
    font-size: 13px;
    transition: .3s;
    -moz-transition: .3s;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.objects .item:hover .title{
    background: transparent;
}

.objects .item_big .title{
    height: 61px;
    font-size: 21px;
}

.objects .item .title span{
    display: table-cell;
    vertical-align: middle;
}

.objects .item_big .title span{

}

.objects .more{
    margin-top: 31px;
}

/*advangates*/
.advangates{
   width: 100%;
   display: block;
   background: #ededed  url("advangates_bg.jpg") left bottom no-repeat;
   background-size: cover;
   position: relative;
   z-index: 1;
}

.advangates .inner{
    padding-top: 35px;
    padding-bottom: 30px;
}

.title_line{
    margin-bottom: 50px;
    padding-bottom: 15px;
    color: black;
    font-size: 40px;
    font-weight: 300;
    line-height: 48px;
    text-align: center;
    position: relative;
}

.title_line span{
    display: block;
    color: #838383;
    font-size: 28px;
}

.title_line:before{
    content: "";
    width: 160px;
    height: 1px;
    background-color: #c9c9c9;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-bottom: 1px;
    margin-left: -80px;
}

.title_line:after{
    content: "";
    width: 60px;
    height: 3px;
    background-color: #e3000f;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -30px;
}

.advangates .left{
    width: 270px;
    float: left;
}

.advangates .right{
    margin-left: 270px;
    padding-left: 30px;
}

.advangates .photo{

}

.advangates .photo img{
    width: 100%;
}

.advangates .name{
    display: inline-block;
    height: 34px;
    margin-top: -9px;
    margin-bottom: 5px;
    padding-left: 19px;
    padding-right: 25px;
    background-color: #e3000f;
    color: white;
    font-size: 18px;
    line-height: 34px;
    width: 100%;
    text-align: center;
}

.advangates .progress{
    display: inline-block;
    height: 50px;
    padding-left: 15px;
    padding-right: 30px;
    background-color: #363a3f;
    color: white;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 50px;
    width: 100%;
    text-align: center;
}

.advangates .items{
    margin: 0 -15px;
}

.advangates .item{
    width: 33.33%;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px;
}

.advangates .item > div{
    min-height: 284px;
    padding:  24px 18px;
    background-color: white;
    border-radius: 4px;
}

.advangates .item .icon{
    width: 35px;
    display: inline-block;
    vertical-align: middle;
}

.advangates .item > div > span{
    width: 81%;
    display: inline-block;
    vertical-align: middle;
    color: black;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 21px;
}

.advangates .item > div > span span{
    color: #e3000f;
    font-size: 20px;
}

.advangates .item p{
    margin-top: 15px;
    color: #535353;
    font-size: 14px;
    line-height: 18px;
}

/*cases*/
.cases{
   width: 100%;
   display: block;
   background: #fff;
   position: relative;
   z-index: 1;
}

.cases .inner{
    padding-top: 35px;
    padding-bottom: 35px;
}

.cases .items{
    margin: 0 -15px;
}

.cases .item{
    width: 33.33%;
    float: left;
    padding: 0 15px;
}

.cases .item .result{
    display: block;
    margin-top: 25px;
    margin-bottom: 20px;
    color: black;
    font-size: 20px;
    line-height: 22px;
}

.cases .item p{
    margin-bottom: 15px;
    font-size: 15px;
    color: #7c7c7c;
    font-weight: 400;
    line-height: 19px;
}

.cases .item p span{
    color: black;
    font-weight: 700;
}

.case {
    width: 100%;
    max-width: 1200px;
    min-width: 320px;
    padding: 15px;
    margin: 0 auto;
    margin-bottom: 25px;
    background: #fff;
}

.case .item .clearfix {
    margin: 0 -15px;
}

.case .item{
    text-align: center;
    cursor: pointer;
    width: 25%;
    float: left;
    padding: 10px 15px;
    height: 310px;
}

.case .item:hover{
    background-color: rgba(220, 154, 147, 0.03);
    border: 1px solid rgba(227, 0, 15, 0.39);
    border-radius: 4px;
}

.case div.photo {
    border: 3px ridge bisque;
    height: 196px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
}

img.review_case {
    height: 196px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
}

.case .bottom p {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: black;
    font-size: 17px;
    line-height: 20px;
}

.further{
    display: inline-block;
    padding-bottom: 1px;
    color: #e3000f;
    font-size: 14px;
    border-bottom: 1px dashed #e3000f;
}

.further:hover{
    border-color: transparent;
}

.cases .more{
    width: 305px;
    margin-top: 55px;
}

.slider_pager .bx-pager{
    margin:  10px -5px 0;
}

.slider_pager .bx-pager a{
    width: 33.33%;
    display: block;
    float: left;
    padding: 0 5px;
    border-radius: 11px;
    overflow: hidden;
}

.slider_contacts .bx-pager a{
    width: 25%;
    height: 106px;
    display: block;
    float: left;
    padding: 0 5px;
    border-radius: 11px;
    overflow: hidden;
}

.good .slider_pager .bx-pager a{
    width: 25%;
    margin-bottom: 14px;
}

.slider_pager .bx-pager a > div{
    position: relative;
}

.slider_pager .bx-pager a .overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 1;
}

.slider_pager .bx-pager a.active .overlay{
    opacity: 0;
}

.slider_pager .bx-pager a img{
    width: 100%;
    height: 106px;
    padding: 1px;
    border: 1px solid transparent;
	display:block;
    object-fit: cover;
}

.bx-pager a img:before{

}

.slider_pager .bx-pager a:first-child{
    margin-left: 0;
}

.slider_pager .bx-pager a.active img{
    border: 1px solid #e3000f;
    border-radius: 12px;
    box-shadow: inset 0 0 0 2px white;
}

.slider_pager .bx-wrapper li{
    position: relative;
    overflow: hidden;
    text-align: center;
}

.slider_pager .bx-wrapper{
    border-radius: 4px;
    overflow: hidden;
}

.slider_flat .bx-wrapper{
    overflow: visible;
}

.slider_pager .bx-wrapper li img{
    max-width: 100%;
    max-height: 465px;
}

.slider_pager .bx-wrapper li img.review{
    height: 417px;
}

.slider_pager .bx-wrapper li img.review_preview{
    height: 270px;
}

.slider_pager .bx-wrapper .bx-controls-direction a{
	position: absolute;
	top: 50%;
	outline: 0;
	width: 35px;
    height: 48px;
	text-indent: -9999px;
	z-index: 9;
    transition: all 0.3s ease;
    margin-top: -24px;
    opacity: 0;
}

.slider_flat .right .bx-wrapper .bx-controls-direction a{
    width: 20px;
    height: 12px;
    opacity: 1;
    top: 0px;
    margin-top: 0;
}

.slider_pager .bx-wrapper:hover .bx-controls-direction a{
    opacity: 1;
}




/* DIRECTION CONTROLS (NEXT / PREV) */
.slider_pager .bx-wrapper .bx-prev {
	left: 0px;
	background: rgba(54, 58, 63, 0.61) url("pre-1.png") center center no-repeat;
}

.slider_pager .bx-wrapper .bx-next {
	right: 0px;
	background: rgba(54, 58, 63, 0.61) url("next-1.png") center center no-repeat;
}

.slider_pager .bx-wrapper .bx-prev:hover {
    background-color: #363a3f;
}

.slider_pager .bx-wrapper .bx-next:hover{
    background-color: #363a3f;
}


.slider_flat .right .bx-wrapper .bx-prev {
	top: -60px!important;
    left: 50%;
    margin-left: -10px;
	background: url("") center center no-repeat ;
}

.slider_flat .right .bx-wrapper .bx-next {
	bottom: -60px!important;
    top: auto!important;
    right: 50%;
    margin-right: -10px;
	background: url("") center center no-repeat ;
}

.slider_flat .right .bx-wrapper .bx-prev:hover {
   background: url("") center center no-repeat ;
}

.slider_flat .right .bx-wrapper .bx-next:hover{
    background: url("") center center no-repeat ;
}



.bx-wrapper {
    width: 100%;
    height: 100%;
	position: relative;
	margin: 0 auto 0;
	padding: 0;
	*zoom: 1;
}

.slider_main .bx-wrapper img {
	width: 100%;
}

.bx-wrapper img {
	width: auto;
}

.bx-wrapper .bx-viewport {
	background: transparent;
	height: auto;
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 29px;
	width: 100%;
    z-index: 999;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {

}

.bx-wrapper .bx-next {

}

.bx-wrapper .bx-prev:hover {

}

.bx-wrapper .bx-next:hover{

}


/* PAGER */
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	text-indent: -9999px;
	display: block;
	width: 18px;
	height: 18px;
	margin: 0 8px;
	outline: 0;
    overflow: hidden;
    border: 3px solid #fff;
    background-color: rgba(255,255,255,.3);
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fff;
}

div.travel_media {
    width: 100%;
    height: 360px;
}
img.travel_photo {
    width: 100%;
    height: 100%;
    max-height: 360px;
}

.slider_realtor_travel .right {
    margin-left: 650px;
    padding: 60px 20px;
}

.slider_realtor_travel .right .bx-wrapper .bx-prev {
    top: -60px!important;
    left: 50%;
    margin-left: -10px;
    background: url("") center center no-repeat ;
}

.slider_realtor_travel .right .bx-wrapper .bx-next {
    bottom: -60px!important;
    top: auto!important;
    right: 50%;
    margin-right: -10px;
    background: url("") center center no-repeat ;
}

.slider_realtor_travel .right .bx-wrapper .bx-prev:hover {
    background: url("") center center no-repeat ;
}

.slider_realtor_travel .right .bx-wrapper .bx-next:hover{
    background: url("") center center no-repeat ;
}

.slider_realtor_travel .right .bx-wrapper .bx-controls-direction a{
    width: 20px;
    height: 12px;
    opacity: 1;
    top: 0px;
    margin-top: 0;
}
/*.slider_realtor_travel .left{*/
    /*width: 650px;*/
    /*height: 465px;*/
    /*float: left;*/
    /*border-radius: 4px;*/
    /*overflow: hidden;*/
/*}*/

/*.slider_realtor_travel .right{*/
    /*margin-left: 650px;*/
    /*padding: 60px 20px;*/
/*}*/
.slider_realtor_travel .left{
    width: 900px;
    height: 520px;
    float: left;
    border-radius: 4px;
    overflow: hidden;
}

.slider_realtor_travel .right{
    margin-left: 900px;
    padding: 60px 20px;
}

.slider_realtor_travel .bx-pager{
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0;
}

.slider_realtor_travel .bx-pager a{
    width: 100%;
    /*height: 98px;*/
    padding: 0;
}

.slider_realtor_travel .left li{
    height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider_realtor_travel .bx-wrapper{
     overflow: visible;
}

.travel_video_big{
    height: 520px;
    width: 100%;
}

.travel_video_small{
    /*height: 98px;*/
    width: 100%;
}

.main .main_all{
    width: 1200px;
    padding-right: 30px;
    float: left;
}

.main_all .cases .item{
    max-width: unset;
    padding: 20px 5px 20px 5px;
}

/*about*/
.about{
   width: 100%;
   display: block;
   background: #f7f7f7;
   position: relative;
   z-index: 1;
}

.about .inner{
    padding-top: 45px;
    padding-bottom: 47px;
}

.about .left{
    width: 770px;
    float: left;
    padding: 40px 25px 60px;
    background-color: white;
    border-radius: 4px;
}

.about .right{
    margin-left: 770px;
    padding-left: 30px;
}

.about .left h1{
    margin-bottom: 25px;
    color: black;
    font-size: 28px;
    font-weight: 400;
    line-height: 34px;
}

.about .left p{
    margin-bottom: 25px;
    color: #535353;
    font-size: 14px;
    line-height: 21px;

}

.about .left p span{
    font-weight: 700;
}

.list{
    margin-bottom: 25px;
    list-style: none;
}

.list li{
    margin-bottom: 5px;
    padding-left: 15px;
    color: #535353;
    font-size: 14px;
    line-height: 21px;
    position: relative;
}

.list li:before{
    content: "";
    width: 3px;
    height: 3px;
    border: 2px solid #e3000f;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 0px;
}

.title_line_left{
    margin-bottom: 25px;
    padding-bottom: 15px;
    position: relative;
}

.title_line_left:before{
    content: "";
    width: 110px;
    height: 1px;
    background-color: #c9c9c9;
    position: absolute;
    bottom: 0px;
    left: 0;
    margin-bottom: 1px;
}

.title_line_left_100:before{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #c9c9c9;
    position: absolute;
    bottom: 0px;
    left: 0;
    margin-bottom: 1px;
}


.title_line_left:after {
    content: "";
    width: 60px;
    height: 3px;
    background-color: #e3000f;
    position: absolute;
    bottom: 0px;
    left: 0;
}

.about .right h2{
    margin-bottom: 25px;
    color: black;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.news_item{
    margin-bottom: 35px;
}

.news_item:last-child{
    margin-bottom: 0;
}

.news_item .photo{
    height: 175px;
    margin-bottom: 25px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.news_item .photo .pic{
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.news_item .date{
    display: inline-block;
    padding: 3px 5px;
    background-color: #e3000f;
    color: white;
    font-size: 13px;
    position: absolute;
    top: 12px;
    left: 12px;
}

.news_item h3{
    margin-bottom: 15px;
    color: black;
    font-size: 17px;
    font-weight: 400;
    line-height: 21px;
}

.news_item h3 a{
    color: inherit;
    text-decoration: underline;
}

.news_item h3 a:hover{
    color: #e3000f;
}

.news_item p{
    margin-bottom: 20px;
    color: #727272;
    font-size: 14px;
    line-height: 21px;
}

/*partners*/
.partners{
   width: 100%;
   display: block;
   background: #fff;
   position: relative;
   z-index: 1;
}

.partners .inner{
    padding-top: 35px;
    padding-bottom: 45px;
}

.owl-controls{
    width: 100%;
    margin-top: 30px;
    text-align: center;
}

.owl-controls .owl-prev{
    display: inline-block;
    width: 86px;
    height: 34px;
    background-color: transparent;
    border-radius: 3px;
    background: url("pre.png") center center no-repeat;
    text-indent: -9999px!important;
    transition: .3s;
    -moz-transition: .3s;
}

.owl-controls .owl-prev:hover{
    background: #e3000f url("pre_hover.png") center center no-repeat;
}

.owl-controls .owl-next{
    display: inline-block;
    width: 86px;
    height: 34px;
    margin-left: 5px;
    background-color: transparent;
    border-radius: 3px;
    background: url("next.png") center center no-repeat;
    text-indent: -9999px!important;
    transition: .3s;
    -moz-transition: .3s;
}

.owl-controls .owl-next:hover{
    background: #e3000f url("next_hover.png") center center no-repeat;
}

.carousel .item{
    height: 102px;
}

.carousel .item img{
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

.partners .table{
    width: 100%;
    height: 100%;
    display: table;
    text-align: center;
}

.partners .cell{
    display: table-cell;
    vertical-align: middle;
}

/*footer*/
.footer{
   width: 100%;
   display: block;
   background: #363a3f;
   position: relative;
   z-index: 1;
}

.footer .inner{
    padding-top: 26px;
    padding-bottom: 60px;
    color: #b5b7bb;
    color: #b5b7bb;
    font-size: 14px;
}

.footer .cols{
    margin: 0 -15px;
}

.footer .col{
    width: 25%;
    float: left;
    padding: 0 15px;
}

.footer .col > div{

}

.footer .logo{
    margin-bottom: 28px;
}

.footer .logo img{
    width: 200px;
}

.footer a{
    color: inherit;
}

.footer a:hover{
    text-decoration: none;
}

.footer .copyrights{
    margin-bottom: 23px;
}

.footer .copyrights span{
    display: block;
    margin-bottom: 5px;
}

.footer .copyrights a,
.footer .offer{
    text-decoration: underline;
}

.footer .develop{
    margin-top: 14px;
    padding-bottom: 30px;
    margin-bottom: 18px;
    border-bottom: 1px solid #45494e;
}

.footer .develop span{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.footer .develop a{
    display: inline-block;
    vertical-align: middle;
}

.footer .social li{
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    transition: .3s;
    -moz-transition: .3s;
}

.footer .social li:hover{
    opacity: .7;
}

.footer .links{
    list-style: none;
}

.footer .links li{
    margin-top: 18px;
    color: #b5b7bb;
    font-size: 13px;
    text-transform: uppercase;
}

.footer .links li a{
    color: inherit;
}

.footer .links li a:hover{
    color: #fff;
}

.footer .phone{
    display: block;
    margin-bottom: 28px;
    padding-left: 37px;
    position: relative;
}

.footer .phone:before{
    content: url("phone-1.png");
    position: absolute;
    top: 2px;
    left: 0px;
}

.footer .phone span{
    color: white;
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
}

.footer .callback{
    display: inline-block;
    margin-top: 10px;
    color: #b5b7bb;
    font-size: 13px;
    border-bottom: 1px dashed #b5b7bb;
}

.footer .callback:hover{
    border-color: transparent;
}

.footer .mail{
    display: block;
    margin-bottom: 20px;
    padding-left: 37px;
    position: relative;
}

.footer .mail:before{
    content: url("mail.png");
    position: absolute;
    top: 0px;
    left: 0px;
}


.footer .place{
    display: block;
    margin-bottom: 18px;
    padding-left: 37px;
    position: relative;
    line-height: 18px;
}

.footer .place_2{
    margin-bottom: 30px;
}

.footer .place:before{
    content: url("");
    position: absolute;
    top: -1px;
    left: 0px;
}

.footer .loyalty{
    display: block;
    text-decoration: underline;
    line-height: 25px;
}

.plot_category > label {
    padding-right: 10px;
}

.plot_category .custom_check_black p {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    color: black;
    font-size: 14px;
}

.custom_check_black{
    float: left;
    margin-bottom: 10px;
}

.custom_check_black > input[type="checkbox"] {
    display: none;
}

.custom_check_black > input[type="radio"] {
    display: none;
}

.custom_check_black > span {
    display: inline-block;
    width: 23px;
    height: 23px;
    background: url("empty.png") center center no-repeat;
    border-radius: 2px;
    text-align: center;
    color: white;
    font-size: 13px;
    line-height: 32px;
}

.custom_check_black > input[type="checkbox"]:checked + span {
   background: url("check_black.png") center center no-repeat;
}

.custom_check_black > input[type="radio"]:checked + span {
   background: url("check_black.png") center center no-repeat;
}

/*content*/
.content{
    width: 100%;
    display: block;
    padding-top: 25px;
    padding-bottom:25px;
    background-color: white;
    border: 1px solid #e2e2e2;
    box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.09);
    position: relative;
    z-index: 1;
}

.content.grey{
    background: #f7f7f7;
}

.content h1,
.content h2{
    margin-bottom: 25px;
    padding-left: 15px;
    color: black;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    border-left: 3px solid #e3000f;
}



.breadcrums{
    margin-bottom: 45px;
}

.breadcrums li{
    display: inline-block;
    vertical-align: middle;
    color: #acacac;
    font-size: 14px;
    margin-right: 6px;
}

.breadcrums li .fa{
    font-size: 8px;
    font-weight: 400;
    position: relative;
    top: -1px;
}

.breadcrums li a{
    color: inherit;
}

.pag{
    margin-top: 40px;
    text-align: center;
}

.pag li{
    display: inline-block;
    vertical-align: middle;
    margin: 0 1px;
    color: black;
    font-size: 14px;
}

.pag li:first-child{
    margin-right: 20px;
}

.pag li:last-child{
    margin-left: 20px;
}

.pag li .fa{
    font-size: 12px;
}

.pag li a{
    width: 32px;
    height: 32px;
    display: block;
    border-radius: 2px;
    line-height: 32px;
}

.pag li:first-child a,
.pag li:last-child a{
    width: auto;
}

.pag li.active a{
    background-color: #e3000f;
    color: #fff;
}

.pag li:hover a{
    background-color: #eaeaea;
}

.pag li:first-child:hover a,
.pag li:last-child:hover a{
    background: transparent;
    color: #e3000f;
}

.content .main{

}

.content .main_left{
    width: 900px;
    padding-right: 30px;
    float: left;
}

.content .right_col{
    width: 270px;
    margin-left: 900px;
}

.right_col .title{
    display: block;
    color: black;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}

.col_3 .title{
    display: block;
    color: black;
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
}

.content .left_col{
    width: 270px;
    float: left;
}

.content .main_right{
    margin-left: 270px;
    padding-left: 30px;
}

.content .cols_3{
    margin: 0 -15px;
}

.content .cols_3 .col{
    float: left;
    padding: 0 15px;

}

.content .cols_3 .col_1{
    width: 300px;

}

.content .cols_3 .col_2{
    width: 47.5%;

}

.content .cols_3 .col_3{
    width: 300px;

}

.content .menu{
    list-style: none;
    border-radius: 4px;
    overflow: hidden;
}

.content .menu li{

}

.content .menu li a{
    display: block;
    padding: 14px 10px 14px 27px;
    color: #144c78;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    background-color: #f7f7f7;
    border-bottom: 1px solid #e7e7e7;
}

.content .menu li:last-child{
    border-bottom: 0;
}

.content .menu li:hover > a{
    color: #e3000f;
    background-color: #fcfcfc;
}

.content .menu li.active a{
    color: #e3000f;
    background-color: #fcfcfc;
}

.content .menu li ul{

}

.content .menu li ul li{
}

.content .menu li ul li a{
    color: #8398a9;
    padding-left: 40px;
    font-size: 14px;
    font-weight: 400;
    border: none;
    text-transform: none;
    position: relative;
}

.content .menu li ul li a:before{
    content: "";
    width: 4px;
    height: 4px;
    background-color: #8398a9;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 25px;
    margin-top: -2px;
}

.content .text h2{
    margin-top: 45px;
    margin-bottom: 20px;
    color: black;
    font-size: 20px;
    font-weight: 400;
    padding-left: 0;
    border: none;
}

.content .text p{
    margin-bottom: 20px;
    color: #535353;
    font-size: 14px;
    line-height: 21px;
}

.content .text p span{
    font-weight: 700;
}

/*page_descriotion*/
.page_descriotion{
    width: 100%;
    display: block;
    background: url("") center bottom no-repeat;
    position: relative;
    z-index: 1;
}

.page_descriotion .inner{
    padding-top: 0px;
    padding-bottom: 40px;
}


.page_descriotion .container{
    max-width: 970px;
    padding-top: 30px;
    padding-left: 200px;
}

.page_descriotion .sum{
    width: 209px;
    float: left;
    text-align: center;
}

.page_descriotion .sum .red{
    display: block;
    padding: 10px 0;
    background-color: #e3000f;
    color: white;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.page_descriotion .sum .total{
    display: block;
    background: #fff;
    padding: 50px 0;
    color: #e3000f;
    font-size: 55px;
    font-weight: 700;
    text-transform: uppercase;
}

.page_descriotion .sum .black{
    display: block;
    padding: 10px 0;
    background-color: #363a3f;
    color: white;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.page_descriotion .right{
    margin-left: 245px;
}

.page_descriotion .right span{
    display: block;
    margin-bottom: 23px;
    color: black;
    font-size: 28px;
    font-weight: 700;
}

.page_descriotion .right p{
    margin-bottom: 27px;
    color: black;
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
}

.page_descriotion .right p:last-child{
    margin-bottom: 0;
}

/*how_work*/
.how_work{
    width: 100%;
    display: block;
    background: #fff;
    position: relative;
    z-index: 1;
}

.how_work .grey{
    background: #f7f7f7;
}

.how_work .inner{
    padding-top: 30px;
    padding-bottom: 40px;
}

.how_work .grey .inner{
    padding-top: 50px;
}

.how_work h2{
    margin-bottom: 35px;
    font-weight: 300;
    padding-left: 0;
    border: none;
    font-size: 40px;
    line-height: 48px;
}

.how_work .cols{
    margin: 0 -15px;
}

.how_work .col{
    width: 33.33%;
    float: left;
    padding: 0 15px;
}

.step_item{
    padding-left: 70px;
    position: relative;
}

.step_item .num{
    width: 48px;
    height: 37px;
    display: block;
    background: url("") 0 0 no-repeat;
    background-size: contain;
    color: white;
    font-size: 20px;
    line-height: 37px;
    padding-left: 10px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.step_item .act{
    display: block;
    padding-top: 6px;
    margin-bottom: 25px;
    color: black;
    font-size: 18px;
    font-weight: 300;
    line-height: 21px;
}

.step_item .subtitle{
    display: block;
    margin-bottom: 20px;
    color: black;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.custom_check_blue{
    display: block;
    margin-bottom: 15px;
}

.custom_check_blue > input[type="checkbox"] {
    display: none;
}

.custom_check_blue > span {
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    height: 23px;
    background: url("empty.png") center center no-repeat;
    border-radius: 2px;
    text-align: center;
    color: white;
    font-size: 13px;
    line-height: 32px;
}

.custom_check_blue > input[type="checkbox"]:checked + span {
   background: url("") center center no-repeat;
}

.custom_check_blue p{
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    color: #535353;
    font-size: 14px;
}

.link_metro{
    color: #e3000f;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    position: relative;
}

.link_metro span{
    display: inline-block;
    border-bottom: 1px dashed #e3000f;
}

.link_metro:hover span{
    border-color: transparent;
}

.link_metro:before{
    content: url("");
    position: absolute;
    top: -4px;
    left: -50px;
}

.output{
    margin-top: 64px;
    margin-left: 15px;
    padding-left: 25px;
    position: relative;
}

.output:before{
    content: url("");
    position: absolute;
    top: -2px;
    left: 0px;
}

.output p{
    color: black;
    font-size: 14px;
}

.output p span{
    font-weight: 700;
    text-transform: uppercase;
}

.output ul{
    margin-top: 5px;
}

.output ul li{
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    color: #888;
    font-size: 14px;
}

.how_work .arrow{
    display: block;
    margin-top: 45px;
    padding-bottom: 35px;
    color: black;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    position: relative;
}

.how_work .arrow:before{
    content: url("");
    position: absolute;
    bottom: -7px;
    right: 190px;
}


.many{
    display: block;
    margin-bottom: 25px;
    color: black;
    font-size: 14px;
}

.many span{
    font-weight: 700;
}

.not_find {
    display: block;
    border: none;
    padding: 20px;
    color: black;
    font-size: 20px;
    font-weight: 300;
    line-height: 48px;
    text-align: center;
}

.table_objects{

}

.table_objects .head{
    padding-right: 45px;
    background-color: #8d9196;
    border-radius: 4px;
    color: white;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    overflow: hidden;
}

.table_objects .line{
    background: #fff;
    color: #535353;
    font-size: 14px;
    padding-right: 45px;
    position: relative;
}

.table_objects .full{
    background: #ededed;
}

.table_objects .head .cell{
    height: 64px;
    display: inline-block;
    vertical-align: top;
    padding-left: 21px;
    padding-right: 21px;
    position: relative;
}

.table_objects .line .cell{
    height: 64px;
    display: inline-block;
    vertical-align: top;
    padding-left: 21px;
    padding-right: 21px;
    position: relative;
}

.table_objects .head .cell:nth-child(1),
.table_objects .line .cell:nth-child(1){
    width: 12.5%;
}

.table_objects .head .cell:nth-child(2),
.table_objects .line .cell:nth-child(2){
    width: 7.5%;
}

.table_objects .head .cell:nth-child(3),
.table_objects .line .cell:nth-child(3){
    width: 9.5%;
}


.table_objects .head .cell:nth-child(4),
.table_objects .line .cell:nth-child(4){
    width: 11.5%;
}

.table_objects .head .cell:nth-child(5),
.table_objects .line .cell:nth-child(5){
    width: 11.5%;
}

.table_objects .head .cell:nth-child(6),
.table_objects .line .cell:nth-child(6){
    width: 11.5%;
}

.table_objects .head .cell:nth-child(7),
.table_objects .line .cell:nth-child(7){
    width: 8%;
}

.table_objects .head .cell:nth-child(8),
.table_objects .line .cell:nth-child(8){
    width: 8%;
}

.table_objects .head .cell:nth-child(9),
.table_objects .line .cell:nth-child(9){
    width: 17%;
}

.table_baza .head .cell{

}
.table_baza .head,
.table_baza .line{
	padding:0px 0;
	display:table;
	width:100%;
}
.table_baza .head .cell,
.table_baza .line .cell{
    display:table-cell;
	height:auto;
	padding:20px 0;
	text-align:center;
	width:10% !important;
	vertical-align:middle;
}

.table_baza .head .cell:nth-child(1),
.table_baza .line .cell:nth-child(1){
    width: 7% !important;
}

.table_baza .head .cell:nth-child(2),
.table_baza .line .cell:nth-child(2){
    width: 13% !important;
}



.table_baza .line .cell .phone {
    color: #0063af;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-decoration: underline;
	text-align:center;
	white-space:  nowrap;
}

.table_baza .line .cell .price {
    color: #e3000f;
    font-size: 16px;
    font-weight: 700;
}

.table_objects .head .first, .table_objects .head .first_down{
    padding-right: 35px;
    background: #0063af;
}

.table_objects .head .first:before{
    content: url("");
    position: absolute;
    top: 25px;
    right: 5px;
}
.table_objects .head .first_down:before{
    content: url("");
    position: absolute;
    top: 25px;
    right: 5px;
}

.table_objects .head .cell > div,
.table_objects .line .cell > div{
    width: 100%;
    height: 100%;
    display: table;
    text-align: center;
}

.table_objects .head .cell > div span,
.table_objects .head .cell > div a,
.table_objects .line .cell > div span{
    display: table-cell;
    vertical-align: middle;
}
.table_objects .head .cell > div a{
    color: white;
}

.table_objects .item .down{
    width: 44px;
    height: 64px;
    display: table;
    text-align: center;
    border-left: 1px solid #e7e7e7;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
}

.table_objects .item.active .down{
    background: #e7e7e7;
}

.table_objects .line .down span{
    display: table-cell;
    vertical-align: middle;
}

.table_objects .item .down .fa{
    color: #8d9196;
    font-size: 14px;
    font-weight: 400;
}

.table_objects .item.active .down .fa{
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

.table_objects .full{
    padding: 20px 10px;
    background-color: #ededed;
    text-align: center;
    display: block;
    /*display: none;*/
}

.table_objects .full > div{
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
}

.table_objects .full > div:first-child{
    margin-left: 0;
}

.table_objects .full > div > span{
    display: block;
    color: #535353;
    font-size: 14px;
    /*font-weight: 700;*/
    line-height: 21px;
}

.table_objects .full .phone{
    color: black;
    font-size: 16px;
}

.table_objects .full a{
    color: #e3000f;
    font-size: 14px;
    display: inline-block;
}

.table_objects .full a span{
    display: inline-block;
    border-bottom: 1px dashed #e3000f;
}

.table_objects .full a:hover span{
    border-color: transparent;
}

.table_objects .full .fa{
    color: #e3000f;
    font-size: 15px;
    margin-right: 2px;
}

.table_objects .item{
    margin-top: 10px;
}

.offer .load_more{
    margin-top: 40px;
}

.last_step .inner{
    padding-top: 75px;
    padding-bottom: 20px;
}

.last_step .inner > span{
    display: block;
    margin-bottom: 34px;
    text-align: center;
    color: black;
    font-size: 28px;
}

.last_step .container{
    max-width: 630px;
    margin: 0 auto;
}

.last_step p{
    color: black;
    font-size: 18px;
    font-weight: 300;
    line-height: 21px;
}

.last_step .btn{
    width: 245px;
    margin-top: 20px;
}

.good{
    margin: 0 -15px;
}

.good .col{
    width: 50%;
    padding:  0 15px;
    float: left;
}

.good .border{
    border-bottom: 1px dotted #c9c9c9;
}

.good .place{

}

.good .place > span{
    display: block;
    margin-bottom: 20px;
    height: 14px;
    color: #535353;
    font-size: 14px;
}

.good .place > span span{
    color: #949494;
}

.good .place .fa{
    color: #0063af;
    font-size: 18px;
    margin-right: 10px;
}

.good .place img{
    margin-right: 2px;
}

.good .feature{
    margin-bottom: 28px;
    padding: 18px 0 20px;
}
.good .feature > span{
    width: 49%;
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
    color: #535353;
    font-size: 14px;
}

.good .feature > span span{
    color: black;
    font-weight: 700;
}

.good .prices{
    margin: 0 -15px;
}

.good .prices .item{
    width: 33.33%;
    float: left;
    padding:  0 15px;
}

.good .prices .item span{
    display: block;
    margin-bottom: 10px;
    color: #949494;
    font-size: 14px;
}

.good .prices .item a{
    display: inline-block;
    color: #0063af;
    font-size: 17px;
    border-bottom: 1px dashed #0063af;
}

.good .prices .item a:hover{
    color: #1a8fe9;
    border-color: transparent;
}

.good .description{
    margin-top: 44px;
}

.good .description .subtitle{
    display: block;
    margin-bottom: 22px;
    color: black;
    font-size: 24px;
}

.good .description p{
    color: #535353;
    font-size: 14px;
    line-height: 21px;
}

.map_objects{
    padding-bottom: 45px;
}

.map_objects .subtitle{
    display: block;
    margin-bottom: 45px;
    color: black;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    text-transform: uppercase;
}

.map_objects .map{
    height: 414px;
    background: #ccc;
    position: relative;
}

.builder{
    margin-top: 20px;
    margin-bottom: 20px;
}

.builder img{
    display: inline-block;
    vertical-align: middle;
}

.builder span{
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

.flats{
    background: #f7f7f7;
}

.flats .inner{
    padding-top: 50px;
    padding-bottom: 75px;
}

.flats .sibtitle{
    display: block;
    margin-bottom: 40px;
    color: black;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    text-transform: uppercase;
}

.filter_flats{
    padding: 30px 22px 35px;
    margin-bottom: 15px;
    background: #fff;
}

.filter_flats ul{
    text-align: justify;
    letter-spacing: -1px;
    line-height: 0;
}

.filter_flats ul li{
    display: inline-block;
    vertical-align: top;
    text-align: left;
    letter-spacing: normal;
    line-height: normal;
}

.square{
    display: inline-block;
    margin-left: 15px;
}

.square p{
    margin-left: 3px;
    color: #000;
    font-size: 14px;
}

.filter_flats .cols{
    margin: 0 -15px;
}

.filter_flats .col{
    width: 33.33%;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px;
}

.filter_flats .col_66{
    width: 66.66%;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px;
}

.filter_flats .btn{
    margin-top: 16px;
    padding: 0 20px;
}

.filter_flats_2 .btn{
    max-width: 242px;
    margin-top: 35px;
}

.filter_flats_2 input[type="text"].range{
    width: 122px;
    margin-bottom: 8px;
}

.filter_flats_2 .country_sale input[type="text"].range{
    margin-bottom: 0px;
}

.flats_items{
    margin: 0 -15px;
}

.flats_items .item{
    width: 50%;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px;
}

.flats_items .item > div:hover{
    background-color: rgba(220, 154, 147, 0.03);
    border: 1px solid rgba(227, 0, 15, 0.39);
}

.flats_items .item > div{
    min-height: 400px;
    padding: 20px;
    background-color: white;
    border-radius: 4px;
}

.flats_items .item .photo{
    width: 232px;
    height: 170px;
    float: left;
    border-radius: 4px;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.flats_items .item .right{
    margin-left: 254px;
}

.flats_items .item .price{
    height: 29px;
    display: inline-block;
    margin-bottom: 28px;
    background-color: #e3000f;
    line-height: 29px;
    color: white;
    font-size: 18px;
    font-weight: 400;
}

.flats_items .item .country_price {
    height: 29px;
    display: inline-block;
    margin-bottom: 10px;
    background-color: #e3000f;
    line-height: 29px;
    color: white;
    font-size: 18px;
    font-weight: 400;
}

.flats_items .item .country_price > span{
    display: block;
    height: 29px;
    padding-left: 25px;
    pointer-events: none;
    text-decoration: none;
}

.flats_items .item .country_price span span{
    display: inline-block;
    height: 30px;
    padding: 0 12px;
    color: #949494;
    background-color: #f3f3f3;
    font-size: 14px;
    margin-left: 19px;
    position: relative;
    top: -1px;
}

.flats_items .item .price > span{
    display: block;
    height: 29px;
    padding-left: 25px;
    pointer-events: none;
    text-decoration: none;
}

.flats_items .item .price span span{
    display: inline-block;
    height: 30px;
    padding: 0 12px;
    color: #949494;
    background-color: #f3f3f3;
    font-size: 14px;
    margin-left: 19px;
    position: relative;
    top: -1px;
}

.flats_items .item .place{
    display: table;
    margin-bottom: 11px;
    color: black;
    height: 20px;
    font-size: 12px;
    margin-left: 3px;
}

.flats_items .item span.place.complex{
    margin-left: 1px;
}

.flats_items .item .place a{
    line-height: 15px;
}

.flats_items .item .place .fa{
    color: #0063af;
    font-size: 18px;
    margin-right: 6px;
}

.flats_items .item .metro{
    display: block;
    margin-bottom: 11px;
    color: black;
    font-size: 15px;
}

.flats_items .item .mkad{
    display: block;
    margin-bottom: 11px;
    color: black;
    font-size: 15px;
}

.flats_items .item .name{
    display: block;
    color: #949494;
    font-size: 14px;
    margin-bottom: 11px;
}

.flats_items .item .phone{
    display: block;
    color: #0063af;
    font-size: 14px;
    text-decoration: underline;
}

.flats_items .item p{
    margin-top: 20px;
    color: #535353;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

.flats_items .item .estate_type {
    display: block;
    color: black;
    font-size: 14px;
    margin-bottom: 13px;
    margin-left: 4px;
}

.good_flat{
    margin-bottom: 38px;
}

.good_flat .white{
    padding: 27px 20px 70px;
    background: #fff;
    border-radius: 4px;
}

.good_flat .number{
    display: inline-block;
    vertical-align: top;
    padding: 8px 25px 8px 15px;
    color: #949494;
    font-size: 14px;
    background-color: #f3f3f3;
}

.good_flat .head{
    margin-bottom: 25px;
}

.good_flat .head .right{
    display: inline-block;
    vertical-align: top;
    float: right;
}

.good_flat .head .right a{
    display: inline-block;
    vertical-align: top;
    color: #0063af;
    font-size: 14px;
    margin-left: 26px;
}

.good_flat .head .right a:hover{
    color: #198fe9;
}

.good_flat .head .right a:first-child{
    margin-left: 0;
}

.good_flat .head .right a .fa{
    margin-right: 5px;
}

.good_flat .head .right a span{
    border-bottom: 1px dashed #0063af;
}

.good_flat .head .right a:hover span{
    border-color: transparent;
}

.good_flat .description{
    position: relative;
}

.good_flat .price{
    padding: 0 25px;
    height: 36px;
    background-color: #e3000f;
    line-height: 35px;
    color: white;
    font-size: 22px;
    position: absolute;
    top: 0px;
    right: 0px;
}

div.archive_photo{
    width: 100%;
    height: 100%;
    border-radius: 4px;
    text-align: center;
    display: flex;
    position: relative;
    align-items: center;
    opacity: 0.5;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    background-color: #949494;
}
div.left div.archive_photo{
    width: 650px;
    height: 465px;
    position: absolute;
    z-index: 1;
}
div.archive_photo p{
    -moz-transform: rotate(20deg); /* Для Firefox */
    -ms-transform: rotate(20deg); /* Для IE */
    -webkit-transform: rotate(20deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(20deg); /* Для Opera */
    transform: rotate(20deg);
    margin: 0;
    width: 100%;
    opacity: 0.9;
    text-align: center;
    text-transform: uppercase;
    font-size: 80px;
    font-weight: 600;
}
.photo div.archive_photo p{
    margin: 0;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    padding: 5px;
}
div.info_img {
    width: 215px;
    height: 170px;
    display: flex;
    border-radius: 4px;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
div.info_img div.archive_photo {
    position: absolute;
    max-height: 170px;
    max-width: 215px;
}
div div.archive_photo img + p{
    font-size: 20px;
    position: absolute;
    width: auto;
}

div.table_body div.cell span.number p{
    color: #e3000f;
}

.ipoteka{
    border:1px solid #e3000f;
	text-align:center;
	font-size: 14px;
    position: absolute;
    top: 60px;
    right: 0px;
	padding:5px 20px;
	max-width:200px;
}

.ipoteka img{
	max-height:60px;
}
.ipoteka div{
    padding:5px 0;

}
.ipoteka .ip_price{
   font-weight:bold;
   font-size:16px;
}
.ipoteka .min{
   color:#929292;
   font-size:11px;
}

.good_flat .place > span{
    display: table;
    margin-bottom: 20px;
    height: 14px;
    color: #535353;
    font-size: 14px;
}

.good_flat .place > span span{
    color: #949494;
}

.good_flat .place .fa{
    color: #0063af;
    font-size: 18px;
    margin-right: 10px;
}

.good_flat .place img{
    margin-right: 2px;
}

.good_flat .place a{
    color: #0063af;
    font-size: 14px;
    border-color: #0063af;
}

.good_flat .place a:hover{
    border-color: transparent;
}

.good_flat .option{
    margin-top: 25px;
    margin-bottom: 30px;
}

.good_flat .option .item{
    display: inline-block;
    vertical-align: top;
}

.good_flat .option .item:first-child{
    margin-right: 35px;
}

.good_flat .option .item > span{
    display: block;
    margin-bottom: 10px;
    color: black;
    font-size: 14px;
    font-weight: 700;
}

.good_flat .option .cube{
    width: 86px;
    height: 65px;
    display: inline-block;
    background-color: white;
    border: 1px solid #cdcdcd;
    border-radius: 2px;
    margin-right: 10px;
    text-align: center;
}

.good_flat .option .cube > div{
    width: 100%;
    height: 100%;
    display: table;
}

.good_flat .option .cube > div > span{
    display: table-cell;
    vertical-align: middle;
    color: #929292;
    font-size: 11px;
    text-transform: uppercase;

}

.good_flat .option .cube > div > span span{
    display: block;
    margin-bottom: 10px;
    color: black;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

.slider_flat .left{
    width: 650px;
    height: 465px;
    float: left;
    border-radius: 4px;
    overflow: hidden;
}

.slider_flat .left li{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 465px;
}

.slider_flat .right{
    margin-left: 650px;
    padding: 60px 20px;
}

.slider_flat .bx-pager{
    margin: 0;
}

.slider_flat .bx-pager{
    position: absolute;
    top: 0px;
    left: 0px;
}

.slider_flat .bx-pager a{
    width: 100%;
   /*height: 98px;*/
    padding: 0;
}

.good_flat .bottom{
    padding-top: 40px;
}

.good_flat .bottom .left{
    width: 370px;
    float: left;
}

.good_flat .bottom .right{
    margin-left: 370px;
    padding-left: 30px;
}

.good_flat .characteristic{
    list-style: none;
}

.good_flat .characteristic li{
    padding: 10px 0;
    border-top: 1px dotted #c8c8c8;
    font-size: 14px;
    color: #535353;
}

.good_flat .characteristic li:last-child{
    border-bottom: 1px dotted #c8c8c8;
}

.good_flat .characteristic li span{
    color: black;
    font-weight: 700;
}

.good_flat .bottom p{
    color: #535353;
    font-size: 14px;
    line-height: 21px;
}

.good_flat .bottom .right ul{
    /*margin-bottom: 20px;*/
    text-align: justify;
    letter-spacing: -1px;
    /*line-height: 0;*/
}

.good_flat .bottom .right ul li{
    display: inline-block;
    vertical-align: top;
    text-align: center;
    letter-spacing: normal;
    line-height: normal;
}

.good_flat .bottom .right ul li a{
    display: inline-block;
    color: #0063af;
    font-size: 14px;
    border-bottom: 1px dashed #0063af;
}

.good_flat .bottom .right ul li a:hover{
    border-bottom: transparent;
}

.similar_offers{
    padding-bottom: 129px;
}

.similar_offers .items{
    margin: 0 -15px;
}

.similar_offers .item{
    cursor: pointer;
    width: 25%;
    float: left;
    padding: 10px 15px;
    min-height: 435px;

}

.similar_offers .item:hover{
    background-color: rgba(220, 154, 147, 0.03);
    border: 1px solid rgba(227, 0, 15, 0.39);
    border-radius: 4px;
}

.similar_offers .item .photo{
    height: 196px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
}

.similar_offers .item .price{
    height: 25px;
    padding: 0 12px;
    line-height: 25px;
    background-color: #e3000f;
    color: white;
    font-size: 16px;
    position: absolute;
    top: 12px;
    left: 12px;
}

.similar_offers .item .bottom{
    min-height: 180px;
    padding: 15px;
    background-color: whitesmoke;
    border-radius: 0 0 4px 4px;
    margin-bottom: 33px;
}

.similar_offers .item a{
    display: block;
    margin-bottom: 20px;
    color: #0063af;
    font-size: 14px;
}

.similar_offers .item a:hover{
    color: #198fe9;
    text-decoration: underline;
}



.similar_offers .place > span{
    display: block;
    padding-left: 18px;
    margin-bottom: 15px;
    color: #535353;
    font-size: 14px;
    line-height: 21px;
    position: relative;
}

.similar_offers .place > span:last-child{
    margin-bottom: 0;
}

.similar_offers .place > span span{
    color: #949494;
}

.similar_offers .place .fa{
    color: #0063af;
    font-size: 14px;
    position: absolute;
    top: 3px;
    left: 3px;
}

.similar_offers .place img{
    width: 13px;
    position: absolute;
    top: 6px;
    left: 0px;

}

.manager{

}

.manager .phones{
    margin-bottom: 35px;
    text-align: center;
    position: relative;
    position: relative;
}

.manager .phones:before{
    content: url("");
    position: absolute;
    top: 0px;
    left: 0px;
}

.manager .phones a{
    display: inline-block;
    margin-bottom: 8px;
    color: #0063af;
    font-size: 17px;
    text-transform: uppercase;
    border-bottom: 1px dashed #0063af;
}

.manager .phones a:hover{
    color: #198fe9;
    border-color: transparent;
}

.content .right_col p,
.content .left_col p{
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 21px;
    color: #535353;
}

.content .right_col p a,
.content .left_col p a{
    color: #0063af;
    text-decoration: underline;
}

.content .right_col p a:hover,
.content .left_col p a:hover{
    color: #198fe9;
    text-decoration: none;
}

a.btn_link {
    font-size: 10px;
    font-weight: 600;
    margin-bottom: 20px;
}

.btn_page_type {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 20px;
    border: 1px solid #e3000f;
    background: #fff;
    color: #696969;
    line-height: 34px;
}

.btn_page_type:hover{
    background-color: #e3000f;
    border-color: #e3000f;
    color: #fff;
}

button.btn_exec {
    font-weight: 700;
}

button.btn_adm {
}

a.btn_all {
    border: 1px solid #e3000f;
    background: #fff;
    color: #e3000f;
    line-height: 35px;
}

.manager .photo{
    margin-bottom: 50px;
}

.manager .photo img{
    width: 100%;
}

.manager .name{
    display: inline-block;
    height: 34px;
    margin-top: -9px;
    margin-bottom: 5px;
    padding-left: 19px;
    padding-right: 25px;
    background-color: #e3000f;
    color: white;
    font-size: 18px;
    line-height: 34px;
}

.manager .progress{
    display: inline-block;
    min-height: 50px;
    padding: 10px 30px 10px 15px;
    background-color: #363a3f;
    color: white;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 29px;
}

.how_buy{
    background: #fff;
}

.how_buy .inner{
    padding-top: 60px;
}

.how_buy .inner > span{
    color: black;
    display: block;
    font-size: 28px;
}

.how_buy p{
    color: #535353;
    font-size: 14px;
    line-height: 21px;
    margin-top: 30px;

}

.how_buy p span{
    font-weight: 700;
}

.search{
    padding: 25px 20px;
    margin-bottom: 40px;
    background-color: white;
    border-radius: 4px;
    position: relative;
}

.search .left{
    width: 85%;
    display: inline-block;
}

.search .right{
    width: 113px;
    display: inline-block;
    position: absolute;
    top: 25px;
    right: 20px;
}

.search input[type='text'],.search input[type='search']{
    width: 100%;
    height: 38px;
}

.agents{
    margin: 0 -15px;
}

.agents .item{
    width: 33.33%;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px;
}

.agents .item > div{
    border-radius: 4px;
    overflow: hidden;
}

.agents .item .photo{
    height: 197px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.agents .item .shild{
    display: inline-block;
    height: 25px;
    padding: 0 10px;
    background-color: #363a3f;
    line-height: 25px;
    color: white;
    font-size: 11px;
    text-transform: uppercase;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.agents .item .shild.red{
    background-color: #e3000f;
}

.agents .item .bottom{
    padding: 25px 10px 29px;
    background: #fff;
    text-align: center;
}

.agents .item .bottom .name{
    display: block;
    margin-bottom: 20px;
    color: black;
    font-size: 17px;
    line-height: 21px;
}

.agents .item .bottom .phone{
    display: inline-block;
    position: relative;
    padding-left: 22px;
    color: #535353;
    font-size: 16px;
}

.agents .item .bottom .phone:before{
    content: url("");
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.contacts{
    margin: 0 -15px 40px;
}

.contacts .col{
    width: 50%;
    float: left;
    padding: 0 15px;
}

.contacts_list{
    list-style: none;
}

.contacts_list li{
    margin-bottom: 40px;
    padding-left: 25px;
    position: relative;
    color: #535353;
    font-size: 14px;
}

.contacts_list .phone span{
    color: black;
    font-size: 16px;
    font-weight: 700;
}

.contacts_list a{
    color: #0063af;
    border-bottom: 1px dashed #0063af;
}

.contacts_list a:hover{
    color: #1a8fe9;
    border-color: transparent;
}


.contacts_list .place:before{
    content: url("");
    position: absolute;
    top: -1px;
    left: 0px;
}

.contacts_list .metro:before{
    content: url("");
    position: absolute;
    top: -2px;
    left: -3px;
}

.contacts_list .phone:before{
    content: url("");
    position: absolute;
    top: 0px;
    left: 0px;
}

.contacts_list .mail:before{
    content: url("");
    position: absolute;
    top: 2px;
    left: 0px;
}

.sorting{
    margin-bottom: 20px;
}

.sorting .many{
    margin-bottom: 0;
}

.sorting .sorting_item{
    display: inline-block;
    vertical-align: middle;
    margin-left: 45px;
}

.sorting .sorting_item:first-of-type{
    margin-left: 0;
}

.sorting .sorting_item_right{
    float: right;
    margin-left: 0;
}

.sorting_price span{
    display: inline-block;
    vertical-align: middle;
    color: black;
    font-size: 14px;
}

.sorting_price .up_down{
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    padding: 8px 10px;
    color: white;
    font-size: 14px;
    background-color: #0063af;
    border-radius: 2px;
    cursor: pointer;
}

.sorting_price .up_down.active{
    background-color: #0b77c9;
}

.sorting_price .up_down img{
    margin-left: 5px;
}

.sorting_price .up_down a {
    color: white;
}

.sorting_price .up_down.active img{
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

.view{

}

.view li{
    display: inline-block;
    vertical-align: middle;
    margin-left: 26px;
    color: #0063af;
    font-size: 15px;
}

.view li:first-child{
    margin-left: 0;
}

.view li a{
    color: inherit;
    border-bottom: 1px dashed #0063af;
}

.view li.active{
    color: #e3000f;
}

.view li.active a{
    border-color: #e3000f;
}

.item_grey{
    padding: 18px;
    background-color: #f7f7f7;
    border-radius: 4px;
}

.item_grey .type li{
    margin-bottom: 10px;
}

.item_grey input[type="text"].range {
    width: 110px;
    text-align: center;
}

.item_grey .custom_rooms{
    margin-left: 1px;
}

div.line .sale {
    margin-left: 10px;
}

.filter_flats .line{
    display: inline-block;
    vertical-align: middle;
    margin-left: 45px;
}

.filter_flats .line_first{
    margin-left: 0;
}

.filter_flats .custom_check_black > span{
    display: inline-block;
    vertical-align: middle;
}

.filter_flats .line .custom_check_black p{
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    color: black;
    font-size: 14px;
}

.filter_flats_3 .btn{
    margin-left: 100px;
    margin-top: 0;
    width: 220px;
}

input[type='reset']{
    color: #929292;
    font-size: 14px;
    font-weight: 400;
    border-left: none;
    border-top: none;
    border-right: none;
    padding: 0;
    border-bottom: 1px dashed #929292;
    background: none;
    margin-left: 30px;
    cursor: pointer;
}

.filter_flats_3 ul{
    margin-bottom: 30px;
}

.flats_items_table{
    border-collapse: separate;
}

.flats_items_table table{
    width: 100%;
    border-collapse:separate;
    border-spacing: 0px 14px;
}

.flats_items_table tbody td sup {
    vertical-align: 2px;
}

.flats_items_table table thead tr td{
    height: 39px;
    vertical-align: middle;
    background-color: #8d9196;
    color: white;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.flats_items_table table thead tr td:first-of-type{
    border-radius: 4px 0 0 4px;
}

.flats_items_table table thead tr td:last-of-type{
    border-radius: 0 4px 4px 0;
}

.flats_items_table table tbody tr{

}

.flats_items_table table tbody tr td{
    height: 67px;
    background: #fff;
    color: #535353;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    vertical-align: middle;

}

.flats_items_table table tbody tr td:first-of-type{
    border-radius: 4px 0 0 4px;
}

.flats_items_table table tbody tr td:last-of-type{
    border-radius: 0 4px 4px 0;
}

.flats_items_table table tbody tr td .number{
    color: #949494;
}

.flats_items_table table tbody tr td .price{
    color: #e3000f;
    font-size: 16px;
    font-weight: 700;
}

.flats_items_table table tbody tr td .phone{
    color: #0063af;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-decoration: underline;
}

.flats_items_table .table_body .item > div:hover {
    background-color: rgba(220, 154, 147, 0.03);
    border: 1px solid rgba(227, 0, 15, 0.39);
}

.cases_inner .title_line,
.partners_inner .title_line{
    display: block;
}

.cases_inner .item{
    margin-bottom: 30px;
}

.reviews{
    background: #f7f7f7;
}

.reviews .inner{
    padding-top: 65px;
    padding-bottom: 55px;
}

.reviews_items{
    margin: 0 -15px;
}

.reviews_item{
    width: 25%;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px;
}

.reviews_item > div{
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.reviews_items .item{
    width: 50%;
    height: 695px;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px;
}

.reviews_items .item > div:hover{
    background-color: rgba(220, 154, 147, 0.03);
    border: 1px solid rgba(227, 0, 15, 0.39);
}

.reviews_items .item > div{
    min-height: 400px;
    padding: 20px;
    background-color: white;
    border-radius: 4px;
}

.reviews_items .item .photo{
    /*width: 232px;*/
    height: 400px;
    border-radius: 4px;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

iframe.review_video_big {
    height: 400px;
    width: 100%;
}

iframe.review_video_small {
    height: 106px;
    width: 100%;
}

.main_left .cases_inner .item{
    padding: 20px 5px 20px 5px;
    max-width: unset;
}

.reviews_item > div .overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(227, 0, 15, 0.35) url("") center center no-repeat;
    transition: .3s;
    -moz-transition: .3s;
    opacity: 0;
}

.reviews_item > div:hover .overlay{
    opacity: 1;
}

.reviews_item img{
    width: 100%;
}

.bonus{
    background: #f7f7f7;
}

.bonus .inner{
    padding-top: 65px;
    padding-bottom: 95px;
}

.bonus_items{
    margin: 0 -15px;
}

.bonus_item{
    width: 25%;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px;
}

.bonus_item > div{
    position: relative;
    padding: 10px 10px 25px;
    border-radius: 4px;
    overflow: hidden;
    text-align: center;
    background: #fff;
}

.bonus_item .logo{
    width: 100%;
    height: 160px;
    display: table;
    text-align: center;
}

.bonus_item .logo img{
    max-width: 100%;
}

.bonus_item .logo > div{
    display: table-cell;
    vertical-align: middle;
}

.bonus_item span{
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 22px;
    height: 29px;
    padding: 0 22px;
    background-color: #e3000f;
    line-height: 28px;
    color: white;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.bonus_item a{
    height: 11px;
    color: #0063af;
    font-size: 14px;
    border-bottom: 1px dashed #0063af;
}

.bonus_item a:hover{
    border-color: transparent;
    color: #198fe9;
}

.revard .items{
    margin: 0 -15px;
}

.revard .item{
    width: 33.33%;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px;
    text-align: center;
}

.revard .item > div{
    position: relative;
    border-radius: 4px;
    overflow: hidden;

}

.revard .item img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 200px;
}

.revard .item > div .overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(227, 0, 15, 0.35) url("") center center no-repeat;
    transition: .3s;
    -moz-transition: .3s;
    opacity: 0;
}

.revard .item > div:hover .overlay{
    opacity: 1;
}

.revard .title_line{
    display: block;
    font-size: 30px;
}

.papers .item{
    margin-bottom: 40px;
}

.papers .item .photo{
    width: 170px;
    height: 133px;
    float: left;
    background-position: center center;
    background-repeat: no-repeat;
    /*background-size: cover;*/
    border-radius: 4px;
    margin: 0 15px 10px 0;
}

.papers .item .right{
    margin-left: 170px;
    padding-left: 30px;
}

.papers .item .right h1.news-title {
    border: 0;
    margin: 0;
    padding: 0;
}

.papers .item .right h3, .papers .item .right h1.news-title {
    margin-bottom: 15px;
    color: black;
    font-size: 17px;
    font-weight: 400;
    line-height: 21px;
}

.papers .item .right h3 a {
    color: inherit;
    text-decoration: underline;
}

.papers .item .right h3 a:hover {
    color: #e3000f;
}

.papers .item .center h3 {
    margin-bottom: 15px;
    color: black;
    font-size: 17px;
    font-weight: 400;
    line-height: 21px;
}

.papers .item .center h3 a {
    color: inherit;
    text-decoration: underline;
}

.papers .item .center h3 a:hover {
    color: #e3000f;
}

.papers .item .date {
    display: inline-block;
    margin-bottom: 13px;
    padding: 3px 5px;
    background-color: #e3000f;
    color: white;
    font-size: 13px;
}

.papers .item p{
    margin-bottom: 15px;
    color: #727272;
    font-size: 14px;
    line-height: 21px;
}

.subject_list{
    width: 40px;
    position: absolute;
    top: 50px;
    right: 20px;
    background-color: white;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
}

.subject_list.active{
    width: 255px;
}

.subject_top{
    height: 40px;
    line-height: 40px;
    position: relative;
    background-color: whitesmoke;
}

.subject_top span{
    display: none;
    padding-left: 18px;
    color: #535353;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.subject_list.active .subject_top span{
    display: inline;
}

.subject_list .toggle{
    width: 40px;
    height: 40px;
    background-color: #ececec;
    text-align: center;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
}

.subject_list.active .toggle .fa{
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}


.subject_list ul{
    list-style: none;

}


.subject_list ul li{
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ececec;
    color: #acacac;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    padding-right: 40px;
    cursor: pointer;
}

.subject_list ul li.active{
    color: #1a8fe9;
}


.subject_list ul li .chapter{
    display: none;
}

.subject_list.active ul li .chapter{
    display: inline;
}


.subject_list ul li .icon{
    width: 40px;
    text-align: center;
    display: inline-block;
}

.subject_list ul li .add{
    position: absolute;
    top: 11px;
    right: 10px;
    color: #1a8fe9;
    display: none;
}

.subject_list.active ul li.active .add{
    display: block;
}

.map_dstrict{
    text-align: center;
}

/********************************
************LAND*****************
********************************/
/*action*/
.action{
    width: 100%;
    display: block;
    background: url("") center bottom no-repeat;
    position: relative;
    z-index: 2;
}

.action .inner{
    padding-top: 96px;
    padding-bottom: 100px;
}

.action .title{
    display: block;
    margin-bottom: 90px;
    font-weight: 700;
    line-height: 64px;
    text-transform: uppercase;
    font-size: 69px;
    text-align: center;
    color: #314b5d;
}

.action .title > span{
    display: block;
    font-size: 32px;
}

.action .title .red{
    color: #e3000f;
}


.action .title .blue{
    color: #314b5d;
}

.action ul{
    text-align: center;
}

.action ul li{
    width: 30%;
    display: inline-block;
    vertical-align: top;
}

.action ul li span{
    display: block;
    margin-top: 24px;
    margin-bottom: 27px;
    text-shadow: 0 2px 4px rgba(84, 109, 126, 0.75);
    color: white;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.action ul li p{
    color: white;
    font-size: 13px;
    line-height: 16px;
}

.action .btn{
    margin-top: 55px;
}

/*achievements*/
.achievements{
    width: 100%;
    display: block;
    margin-top: -30px;
    background-color: #f4f4f4;
    position: relative;
    z-index: 1;
}

.achievements .inner{
    padding-top: 69px;
    padding-bottom: 55px;
}

.achievements .title{
    display: block;
    margin-bottom: 42px;
}

.achievements ul{
    text-align: left;
}

.achievements ul li{
    width: 16%;
    padding: 0 10px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    text-align: center;
}

.achievements ul li:before{
    content: "";
    width: 1px;
    height: 182px;
    border-left: 1px dashed #d9d9d9;
    position: absolute;
    top: 0px;
    left: 0px;
}

.achievements ul li:first-child{
    margin-left: 0;
}

.achievements ul li:first-child:before{
    display: none;
}

.achievements ul li .num{
    display: block;
    height: 77px;
    margin-bottom: 30px;
    color: #e3000f;
    font-size: 70px;
    font-family: 'after_disasterregular';
}

.achievements ul li .num span{
    color: #626262;
    font-size: 15px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}

.achievements ul li .num .red{
    display: inline-block;
    vertical-align: middle;
    color: #e3000f;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.achievements ul li p{
    color: #000;
    font-size: 15px;
    line-height: 18px;
}

/*cause*/
.cause{
    width: 100%;
    display: block;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.cause .inner{
    padding-top: 64px;
    padding-bottom: 95px;
}

.cause .title{
    display: block;
    margin-bottom: 52px;
}

.cause ul{
    max-width: 940px;
    margin: 0 auto;
    list-style: none;
}

.cause ul li{
    width: 33.33%;
    padding: 0 10px;
    float: left;
}

.cause ul li > div{

}

.cause ul li .icon{
    height: 222px;
}

.cause ul li .icon_1{
    background: #4e7c9b url("") center center no-repeat;
}

.cause ul li .icon_2{
    background: #e34239 url("") center center no-repeat;
}


.cause ul li .icon_3{
    background: #314b5d url("") center center no-repeat;
}


.cause ul li .description{
    min-height: 248px;
    padding: 40px 25px 15px;
    text-align: center;
    background-color: #f4f4f4;
}

.cause ul li span{
    display: block;
    margin-bottom: 20px;
    color: black;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

.cause ul li p{
    color: black;
    font-size: 16px;
    line-height: 18px;
}

/*become*/
.become{
    width: 100%;
    display: block;
    background: url("") center center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.become .inner{
    padding-top: 60px;
    padding-bottom: 80px;
}

.become .title{
    display: block;
    margin-bottom: 65px;
    color: #fff;
}

.become p{
    margin-bottom: 65px;
    color: white;
    font-size: 25px;
    line-height: 29px;
    text-align: center;
}

/*advangates_job*/
.advangates_job{
    width: 100%;
    display: block;
    background: url("") center center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.advangates_job .inner{
    padding-top: 75px;
    padding-bottom: 85px;
}

.advangates_job .title{
    display: block;
    margin-bottom: 55px;
}

.advangates_job ul{
    max-width: 1030px;
    margin: 0 auto;
}

.advangates_job ul li{
    width: 49%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 12px;
    padding-left: 20px;
}

.advangates_job ul li .num{
    width: 74px;
    height: 118px;
    display: block;
    padding-top: 24px;
    float: left;
    color: white;
    font-size: 22px;
    text-align: center;
}

.advangates_job ul li .num.red{
    background: url("") 0 0 no-repeat;
    background-size: contain;
}

.advangates_job ul li .num.blue{
    background: url("") 0 0 no-repeat;
    background-size: contain;
}

.advangates_job ul li p{
    width: 73%;
    margin-left: 90px;
    padding-top: 10px;
    color: black;
    font-size: 17px;
    line-height: 21px;
}

.advangates_job ul li p span{
    font-weight: 700;
}

.advangates_job .btn{
    margin-top: 45px;
}

/*results_job*/
.results_job{
    width: 100%;
    display: block;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.results_job .inner{
    padding-top: 80px;
    padding-bottom: 55px;
}

.results_job .title{
    display: block;
    margin-bottom: 120px;
}

.results_job ul{
    max-width: 942px;
    list-style: none;
    margin: 0 auto;
}

.results_job ul li{
    width: 33.33%;
    float: right;
    padding: 0 9px;
    margin-bottom: 30px;
    text-align: center;
}

.results_job ul li > div{

    padding: 5px;
    position: relative;
    background-color: #f4f4f4;
}

.results_job ul li .border{
    min-height: 230px;
    border: 1px solid #fff;
    padding: 0 10px;
}

.results_job ul li .icon{
    position: absolute;
    top: -58px;
    left: 50%;
    margin-left: -58px;
}

.results_job ul li span{
    display: block;
    margin-top: 70px;
    margin-bottom: 20px;
    color: black;
    font-size: 20px;
    font-weight: 700;
}

.results_job ul li p{
    color: black;
    font-size: 16px;
    line-height: 20px;
}

/*instructor*/
.instructor{
    width: 100%;
    display: block;
    background: url("") center center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.instructor .inner{
    padding-top: 70px;
    padding-bottom: 90px;
}

.instructor .title{
    display: block;
    margin-bottom: 55px;
    color: #fff;
}

.instructor ul{
    text-align: center;
}

.instructor ul li{
    width: 240px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 60px;
    padding: 0 10px;
}

.instructor ul li .photo{
    margin-bottom: 35px;
}

.instructor ul li .photo img{
    width: 100%;
}

.instructor ul li p{
    color: white;
    font-size: 20px;
    margin-bottom: 7px;
}

.instructor ul li span{
    display: block;
    color: #a0acb5;
    font-size: 16px;
}

/*live*/
.live{
    width: 100%;
    display: block;
    background: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.live .inner{
    padding-top: 58px;
}

.live .title{
    display: block;
    margin-bottom: 55px;
    color: #000;
    text-align: center;
}

.grid{
    margin: 0 -2px;
    overflow: hidden;
}

.grid .item{
    float: left;
    padding: 2px;
}

.grid .item_small{
    width: 12.5%;
}

.grid .item_big{
    width: 25%;
}

.grid .item > div{
    height: 300px;
}

.grid .item .pic{
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/********************************
************LAND*****************
********************************/

/**Popup**/
.popup{
    width: 432px;
    padding: 44px 30px;
    background-color: #fff;
    border-radius: 4px;
}

.popup_2{
    width: 699px;
}


.popup h2{
    margin-bottom: 30px;
    color: black;
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
}

.popup input[type='text']{
    margin-bottom: 25px;
}

.popup textarea.message_suggestion {
    margin-bottom: 23px;
}

.popup .btn{
    height: 46px;
    line-height: 46px;
}

.popup .cols{
    margin: 0 -15px;
}

.popup .col{
    width: 50%;
    float: left;
    padding: 0 15px;
    margin-bottom: 12px;
}

.select2-dropdown{
    z-index: 99999;
}

.range_floor{
    width: 115px;
    display: inline-block;
    vertical-align: top;
    float: right;
    position: relative;
    top: 16px;
    overflow: hidden;
}

.range_floor input[type='text'],
.range_floor input[type='numer']{
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-style: normal;
}

.range_floor .minus{
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    background: #a7afba;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 2px 0 0 2px;
}

.range_floor .plus{
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
    background: #a7afba;
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 0 2px 2px 0;
}

.range_floor .minus:hover,
.range_floor .plus:hover{
    background: #595f66;
}

.floor_choice{
    width: 170px;
    display: inline-block;
    vertical-align: top;
}

.popup .btn{
    margin-top: 35px;
}

.popup_2 .btn{
    max-width: 305px;
}

.agree p{
    margin-left: 30px;
    color: #a5a5a5;
    font-size: 13px;
    line-height: 20px;
}

.agree p a{
    color: inherit;
    text-decoration: underline;
}


.popup .btn:active{
    background-color: #fff;
    color: #000;
}

.fancybox-slide > *{
    padding: 0;
}

.fancybox-close-small:after{
    background: transparent;
    font-size: 39px;
    color: #000;
    background: #fff;
}

.fancybox-bg{
    background: #000;
}

.margin_left{
	margin-left:20px;
	display:inline-block;
}
.margin_top{
	margin-top:10px;
	display:inline-block;
}

.all_link{
	margin-top:20px;
}


#map {
	padding:0 0px;
	width:330px;
}

.metro-tab-container {
    left:50%;
    margin-left:-475px;
    position: absolute;
    opacity: 1;
    display: block;
    padding: 15px 12px;
    background: #fff;
    box-shadow: 0 1px 4px 0 rgba(24, 80, 120, .6);
    z-index: 1000;
}

.metro-tab-container ul.metro-labels {
    list-style: none;
    margin: -2px 5px 0;
    float: right;
    height: 25px;
}

.metro-tab-container ul.metro-labels li {
    margin-right: 0;
    display: inline;
}

.metro-tab-container ul.metro-labels li span {
    border-bottom: 1px dotted #afdbee;
    color: #0091d9;
    cursor: pointer;
    font-size: 12px;
    margin-right: 10px;
}

.cases_inner .item{
    width: 50%;
}

.cases_inner .item .slider_pager .bx-pager a {
    height: 137px;
}

div.bx-pager.clearfix.small_img {
    height: 106px;
    overflow: hidden;
}

.description .place {
    min-height: 80px;
    width: 70%;
}

.fancybox-container {
    z-index: 10!important;
}

.agent-info {
    width: 100%;
    display: inline-block;
    margin-bottom: 38px;
    padding: 27px 20px 0px;
    background: #fff;
    border-radius: 3px;
}

.agent-info .photo {
    float: left;
    max-width: 360px;
}

.agent-info .photo img {
    width: 100%;
    border-radius: 3px;
}

.agent-info .about-list {
    float: left;
    font-size: 15px;
    margin-left: 20px;
}

.agent-info .about-list table {
    border-collapse: inherit;
    border-spacing: 20px;
}

.agent-info .description {
    width: 100%;
    float: left;
    background: #f7f7f7;
    padding: 3% 10%;
    font-size: 14px;
    line-height: 25px;
    margin-top: 20px;
    border-radius: 3px;
}

.agent-info .call-me {
    float: left;
    text-align: center;
    width: 100%;
    padding: 50px;
    font-size: 20px;
    line-height: 27px;
    color: #144c78;
    background-color: #f7f7f7;
}

.agent-estates {
    float: left;
    width: 100%;
}

.metro-mobile-container {
    width: 90%;
    margin: 0;
    max-width: 380px;
    height: 90%;
    display: none;
    padding: 10px;
    overflow-y: auto;
    -webkit-overflow-scrolling:touch;

}

.metro-mobile-container > p {
    font-size: 25px;
    text-align: center;
    padding: 22px 0px;
}

.metro-mobile-container .button-block {
    display: block;
    position: sticky;
    position: -webkit-sticky;
    z-index: 99999;
    left: 0;
    bottom: 15px;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
}

.metro-mobile-container .metro-list {
    padding: 0px 15px 20px 15px;
    display: inline-block;
}

.metro-mobile-container .metro-list label {
    float: left;
    display: inline-flex;
}

.metro-mobile-container .metro-list p {
    min-width: 220px;
    width: 100%;
}

.metro-mobile-container .metro-list label p {
    margin-left: 10px;
    margin-top: 1px;
    font-size: 15px;
    font-weight: 600;
}

div.metro-mobile-container .metro-list label input + span{
    display: block;
    width: 17px;
    height: 17px;
    border: 1px solid grey;
}
div.metro-mobile-container .metro-list label input + span div {
    width: 17px;
    height: 17px;
}
.metro-mobile-container .button-block button {
    width: 60%;
    text-align: center;
    -webkit-transition: background .3s ease,border .3s ease;
    transition: background .3s ease,border .3s ease;
}

.rating-block{
    float: left; width: 100%; margin: 25px 0;
}

.rating-container {
    padding: 20px;
    width: 100%;
    float: left;
    border: solid 1px #f7f7f7;
    margin-bottom: 10px;
    line-height: 20px;
}

.rating-container .rating-date {
    float: right;
    font-size: 11px;
}

.rating-popup {
    display: none; padding: 20px;
}

.rating-popup p.rating-tip {
    margin-bottom: 15px;
    color: #a5a5a5;
    font-size: 13px;
    line-height: 16px;
}

.rating-popup input[type='text'] {
    margin-bottom: 11px;
}

.rating-popup  .order_label {
    display: block;
    margin-bottom: 3px;
    color: #a5a5a5;
    font-size: 13px;
}

.star-block {
    display: inline-block;
}

.star-block .stars-container {
    display: block;
    position: relative;
    box-sizing: border-box;
    float: left;
}

.star-block .stars-container:before {
    content: "\F005\A0\F005\A0\F005\A0\F005\A0\F005";
    position: static;
    color: #ccc;
    font-family: FontAwesome;
}

.star-block .stars-container .stars {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.star-block .stars-container .stars:before {
    content: "\F005\A0\F005\A0\F005\A0\F005\A0\F005";
    bottom: 0;
    color: #ffb447;
    font-family: FontAwesome;
}

.rating-container .rating-text {
    margin: 20px;
}

.rating-controls {
    padding: 20px
}

.rating-plus {
    float: right;
}

.rating-minus
{
    text-align: center;
}

.rating-controls a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    padding: 8px 10px;
    color: white;
    font-size: 15px;
    background-color: #0063af;
    border-radius: 2px;
    cursor: pointer;
}

.base{
    display: block;
    position: relative;
    z-index: 1;
}

.search_buyer{
    padding-top: 60px;
    padding-bottom: 40px;
}

.search_buyer .title_line{
    margin-bottom: 50px;
    padding-bottom: 15px;
    color: black;
    font-size: 40px;
    font-weight: 300;
    line-height: 48px;
    text-align: center;
    position: relative;
    border: none;
}

.type_flat{
    margin: 0 -10px;
}

.custom_base{
    width: 14.2%;
    float: left;
    padding: 0 10px;
    margin-bottom: 30px;
}

.custom_base:first-of-type{

}

.custom_base > input[type="radio"] {
    display: none;
}

.custom_base > span {
    width: 100%;
    height: 45px;
    display: table;
    background-color: white;
    border: 1px solid #cdcdcd;
    border-radius: 1px;
    color: #535353;
    font-size: 14px;
    text-align: center;
}

.custom_base > span > div{
    display: table-cell;
    vertical-align: middle;
}

.custom_base > span:hover{
    background-color: #e8e8e8;
}

.custom_base > input[type="radio"]:checked + span {
    background-color: #e8e8e8;
}

.search_buyer .cols{
    margin: 0 -45px;
}

.search_buyer .col{
    width: 50%;
    float: left;
    padding: 0 45px;
}

.search_buyer .item{
    margin-bottom: 45px;
}

.search_buyer .btn{
    width: 245px;
    height: 45px;
    line-height: 45px;
}

.search_buyer .order_label{
    margin-bottom: 12px;
    color: black;
    font-size: 17px;
    font-weight: 300;
    line-height: 21px;
}

.search_buyer .select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #535353;
}

.base .grey {
    background: #f7f7f7;
}

.base .grey .inner {
    padding-top: 50px;
    padding-bottom: 50px;
}

.new_table{

}

.new_table table thead tr td{
    height: 60px;
}

.new_table table tbody tr{
    cursor: pointer;
}

.new_table table tbody tr:hover td{
    background-color: rgba(220, 154, 147, 0.03);

}

.new_table table tbody tr:hover td{
    border-top: 1px solid rgba(227, 0, 15, 0.39);
    border-bottom: 1px solid rgba(227, 0, 15, 0.39);
}

.new_table table tbody tr:hover td:first-child{
    border-left: 1px solid rgba(227, 0, 15, 0.39);
}

.new_table table tbody tr:hover td:last-child{
    border-right: 1px solid rgba(227, 0, 15, 0.39);
}

.company{

}

.line_new{
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #c9c9c9;
}

ul.company_contact li {
  display: inline-block;
}

ul.company_contact li.right {
    width: 30%;
}

ul.company_contact li.left {
    width: 65%;
}

.company_left{
    width: 100%;
    float: left;
}

.contacts_new{

}
.contacts_new span i.fa{
    width:16px;
}

.contacts_new .company_contact span{
    display: initial;
    font-size: 16px;
    line-height: 27px;
}

.contacts_new span{
    display: block;
    margin-bottom: 15px;
    color: black;
    font-size: 17px;
    line-height: 21px;
}

.contacts_new span a{
    color: inherit;
}

.contacts_new span .fa{
    color: #0063af;
}

.company_photo{

}

.company_photo img{
    max-width: 170px;
    max-height: 150px;
}

.company p{
    margin-bottom: 25px;
    color: #535353;
    font-size: 14px;
    line-height: 21px;
}

.new_map{
    height: 410px;
    margin-top: 20px;
    margin-bottom: 45px;
    background: #ccc;
}

.company_des{
    margin-bottom: 25px;
    color: #535353;
    font-size: 14px;
    line-height: 21px;
}

.specialist{

}

.last_step_new .step_item{
    padding-left: 0;
    text-align: center;
}

.specialist .logo{
    margin-bottom: 15px;
    text-align: center;
}

.specialist .status{
    display: block;
    margin-bottom: 25px;
    color: black;
    font-size: 18px;
    font-weight: 300;
    line-height: 21px;
    text-align: center;
}


.specialist .phones span{
    display: block;
    margin-bottom: 5px;
    color: #2873b9;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.specialist .photo{
    margin-bottom: 15px;
}

.specialist .photo img{
    width: 100%;
}

.specialist .post{
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: black;
    font-size: 14px;
    line-height:18px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px dotted #c9c9c9;
}

.tags{

}

.tags a{
    display: block;
    color: #0063af;
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
}

/*new_ques*/
.new_ques{
    display: block;
    position: relative;
    background: url("") center center no-repeat;
    background-size: cover;
    z-index: 1;
}

.new_ques .inner{
    padding-top: 50px;
    padding-bottom: 50px;
}

.new_ques h2{
    margin-bottom: 25px;
    color: black;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
}

.new_ques .left{
    width: 32%;
    float: left;
}

.new_ques .right{
    width: 68%;
    float: left;
    padding-left: 30px;
}

.new_ques .btn{
    width: 368px;
    height: 45px;
    line-height: 45px;
}

.new_ques input{
    margin-bottom: 19px;
    height: 45px;
}

.new_ques textarea{
    height: 106px;
    margin-bottom: 35px;
}

.tabs_caption_new{
    margin-bottom: 35px;
    text-align: center;
}

.tabs_caption_new li{
    display: inline-block;
    vertical-align: top;
    margin-left: 55px;
    padding-bottom: 2px;
    border-bottom: 1px dashed #0063af;
    display: inline-block;
    color: #0063af;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
}

.tabs_caption_new li:first-child{
    margin-left: 0;
}

.tabs_caption_new li.active{
    border-color: #e3000f;
    color: #e3000f;
}

.similar_offers_new .item{
    margin-bottom: 25px;
}

.similar_offers_new{
    padding-top: 45px;
    padding-bottom: 10px;
}

.last_step_new .inner{
    padding-top: 30px;
    padding-bottom: 50px;
}

.title_line_new span{
    color: #838383;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
}

.grey_new{
    background: #f7f7f7;
}

.grey_new .inner{
    padding-top: 45px;
    padding-bottom: 45px;
}

.offices .title_line{
    display: block;
}

.offices .inner{
    padding-top: 45px;
    padding-bottom: 45px;
}

.grey_new_2{
    background: #f7f7f7;
}

.offices .pic_main{
    margin-bottom: 55px;
    border-radius: 4px;
    overflow: hidden;
}

.offices .pic_main img{
    width: 100%;
}

.get_up{
    text-align: center;
}

.get_up .btn{
    width: 300px;
    height: 45px;
    line-height: 45px;
}

.get_up .btn_white{
    height: 47px;
    margin-left: 30px;
}

.offer_new{

}

.offer_new .title_main{
    display: block;
    text-align: center;
    margin-bottom: 50px;
    color: black;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
}

.offer_new .left{
    width: 50%;
    float: left;
    padding-right: 15px;
}

.offer_new .right{
    width: 50%;
    float: left;
    padding-left: 15px;
}

.offer_new .pic{
    margin-bottom: 55px;
    border-radius: 4px;
    overflow: hidden;
}

.offer_new .pic img{
    width: 100%;
}

.offer_new .sub{
    display: block;
    margin-top: 60px;
    margin-bottom: 35px;
    text-align: center;
    color: #838383;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.4;
}

.offer_new .cols{
    margin: 0 -15px;
}

.offer_new .col{
    width: 33.33%;
    float: left;
    padding: 0 15px;
}

.offer_new .btn{
    width: 100%!important;
}

.offer_new .title{
    display: block;
    font-size: 28px;
    font-weight: 400;
    text-align: left;
    color: black;
}

.offer_new ul{
    list-style: none;
}

.offer_new ul li{
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    color: black;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2;
}

.offer_new ul li:before{
    content: "";
    width: 3px;
    height: 3px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 0px;
}

.offer_new .btn{
    width: 368px;
    height: 45px;
    line-height: 45px;
}

.offer_new input{
    margin-bottom: 19px;
    height: 45px;
}

.filial_choice{
    margin-bottom: 30px;
}

.filial_choice label{
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    margin-bottom: 0;
}

.filial_choice > div{
    width: 295px;
    display: inline-block;
    vertical-align: middle;
}

.filial .items{
    margin: 0 -15px;
}

.filial .item{
    width: 50%;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px;
}

.filial .item > div{
    height: 390px;
    padding: 28px;
    background-color: white;
    border-radius: 4px;
    border: 1px solid transparent;
}



.filial .item > div:hover{
    background-color: rgba(220, 154, 147, 0.03);
    border-color: rgba(227, 0, 15, 0.39);
}

.filial .item .photo{
    width: 160px;
    height: 130px;
    float: left;
}

.filial .item .photo img{
    max-width: 160px;
    max-height: 145px;
}

.filial .item .right{
    margin-left: 160px;
    padding-left: 30px;
    margin-bottom: 20px;
}

.filial .item .name{
    display: block;
    margin-bottom: 10px;
    color: black;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
}

.filial .item .go{
    display: inline-block;
    color: #0063af;
    font-size: 14px;
    line-height: 21px;
    text-decoration: underline;
}

.filial .item p{
    color: #535353;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}


.region .left{
    width: 52%;
    float: left;
    padding-right: 15px;
}

.region .right{
    width: 48%;
    float: left;
}

.region .title{
    display: block;
    font-size: 28px;
    font-weight: 400;
    text-align: left;
    color: black;
}

.region p{
    margin-bottom: 20px;
    color: #535353;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

.region .pic{
    text-align: right;
}

.region .pic img{
    max-width: 100%;
}

.good_flat_new .white{
    padding-bottom: 30px;
}

.good_flat_new .bottom .right{
    margin-left: 0;
    padding-left: 0;
}

.good_flat_new .bottom .right ul{
    max-width: 480px;
}

.garant{
    width: 242px;
    padding: 20px;
    background-color: white;
    border: 1px solid #e3000f;
    position: absolute;
    top: 50px;
    right: 0px;
    text-align: center;
}

.garant .logo{

}

.garant .logo img{

}

.good_flat .place a{
    border-bottom: 1px dashed #0063af;
}

.good_flat .place a.estate_address{
    border-bottom: none;
}

.garant a div{
    display: inline-block;
    margin-top: 20px;
    color: #0063af;
    font-size: 14px;
    border-bottom: 1px dashed #0063af;
}

.garant a:hover div{
    border-color: transparent;
}

.picking{
    position: relative;
    z-index: 1;
}

.picking .inner{
    padding-top: 50px;
    padding-bottom: 50px;
}

.picking .item{
    padding: 10px 15px;
}

.picking .item.active{
    background-color: #f4f4f4;
}

.picking .item .first{
    width: 30%;
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
}

.picking .item .last{
    width: 68%;
    display: inline-block;
    vertical-align: middle;
}

.picking .item .title{
    color: black;
    font-size: 14px;
    font-weight: 700;
}

.picking .item a{
    color: #a2a2a2;
    font-size: 14px;
    text-decoration: underline;
}

.picking input[type='text']{
    margin-bottom: 0;

}

.custom_pick{
    display: inline-block;
    vertical-align: top;
    margin-right: 1px;
}

.custom_pick:last-child{
    margin-right: 0;
}

.custom_pick:first-of-type{

}

.custom_pick > input[type="radio"] {
    display: none;
}

.custom_pick > span {
    width: 100%;
    display: block;
    height: 33px;
    padding: 0 10px;
    background-color: white;
    border: 1px solid #cdcdcd;
    border-radius: 1px;
    color: #a2a2a2;
    font-size: 14px;
    text-align: center;
    line-height: 31px;
}


.custom_pick > span:hover{
    background-color: #e8e8e8;
}

.custom_pick > input[type="radio"]:checked + span {
    color: #fff;
    background-color: #2896ea;
}

.range_new{
    display: inline-block;
    vertical-align: middle;
}

.range_new input[type="text"].range{
    text-align: left;
    color: #a2a2a2;
}

.range_new input[type="text"].range:last-child{
    margin-left: -6px;
}

.content .title_line_new{
    border: none;
    margin-bottom: 50px;
    padding-bottom: 15px;
    color: black;
    font-size: 40px;
    font-weight: 300;
    line-height: 48px;
    text-align: center;
    position: relative;
}

/*progress loader*/
@keyframes spin {
    to { transform: rotate(1turn); }
}
.progress_loader {
    top: 8px;
    margin-left: -115px;
    left: 50%;
    position: absolute;
    width: 5em;
    height: 5em;
    font-size: 4px;
    text-indent: 999em;
    overflow: hidden;
    animation: spin 1s infinite steps(8);
}
.progress_loader:before,
.progress_loader:after,
.progress_loader > div:before,
.progress_loader > div:after {
    content: '';
    position: absolute;
    top: 0;
    left: 2.25em;
    width: .5em;
    height: 1.5em;
    border-radius: .2em;
    background: #eee;
    box-shadow: 0 3.5em #eee;
    transform-origin: 50% 2.5em;
}
.progress_loader:before {
    background: #555;
}
.progress_loader:after {
    transform: rotate(-45deg);
    background: #777;
}
.progress_loader > div:before {
    transform: rotate(-90deg);
    background: #999;
}
.progress_loader > div:after {
    transform: rotate(-135deg);
    background: #bbb;
}
.progress_location {
    height: 46px;
    margin-top: 35px;
    display: block;
    position: relative;
}
div#createRating div.progress_location {
    height: 50px;
}
.popup div.progress_location .btn {
    margin-top: 0;
}
/*end progress loader*/

.after_close_fancybox {
    /*must be empty*/
}

.similar_requests {
    padding: 30px 22px 35px;
    margin-bottom: 15px;
    background: #fff;
}

.similar_requests a {
    padding-bottom: 2px;
    border-bottom: 1px dashed #0063af;
    display: inline-block;
    color: #0063af;
    font-size: 15px;
    text-align: center;
    margin: 15px 0px 0px 0px;
}

.similar_requests span {

}

.count_similar_requests {
    padding: 4px;
    margin-right: 40px;
    color: #7a7a7a;
    font-size: 13px;
}

div.body_sitemap {
    padding-left: 20px;
}

.body_sitemap div {
    padding-bottom: 35px;
}

.body_sitemap ul li a {
    color: #144c78;
}

.body_sitemap ul li a:hover {
    color: #e3000f;
}
.body_sitemap ul li a:visited {
    text-decoration: none;
}

.column_list {
    padding-left: 20px;
}

.map_site {
    width: 100%;
}

.map_site .column > ul > li > a {
    font-size: 15px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    border-bottom: 1px dashed #144c78;
}

.map_site .column > ul > li > ul > li > a {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.map_site .column > ul > li > a:focus {
    outline: -webkit-focus-ring-color auto 5px;
}

.map_site .column ul li {
    list-style-type: none;
}

.map_site .column ul li ul li {
    list-style-type: circle;
    line-height: 25px;
}

.map_site .column {
    float: left;
    width: 33.33%;
    min-width: 320px;
}

.horizontal_list h3 {
    line-height: 35px;
    font-size: 20px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.horizontal_list .column_bottom > ul {
    float: left;
}

.horizontal_list .column_bottom ul li {
    list-style-type: none;
    width: 19%;
    min-width: 230px;
    overflow: hidden;
}

.horizontal_list .column_bottom ul li a{
    font-size: 14px;
    font-weight: normal;
    line-height: 25px;
}

.horizontal_list .column_bottom {
    float: left;
    width: 100%;
}

form .highway {
    width: 100%;
    height: 30px;
}
.highway-container {
    padding: 10px 40px 20px 40px;
    margin: 0;
}
.highway-container > p {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    font-size: 25px;
    text-align: center;
    padding: 15px 0 20px 0;
}
.highway-container span {
    display: block;
    vertical-align: middle;
}
div.highway-list {
    list-style-type: none;
    flex-direction: column;
    flex-wrap: wrap;
    display: flex;
    width: 900px;
    height: 460px;
}
div.highway-list li {
    flex: 1 0 24px;
    width: 300px;
}
div.highway-list .custom_check_black {
    float: left;
    display: inline-flex;
    margin-bottom: 10px;
}
div.highway-list .custom_check_black p{
    margin-left: 10px;
    margin-top: 1px;
    font-size: 15px;
    font-weight: 600;
}
div.highway-list .custom_check_black span{
    display: block;
    width: 17px;
    height: 17px;
    border: 1px solid grey;
}
div.highway-list .custom_check_black span div {
    width: 17px;
    height: 17px;
}
.highway-container .button-block {
    display: block;
    text-align: center;
}
.highway-container .button-block button {
    margin: 5px 5px 5px 0;
    width: 150px;
    justify-content: space-around;
    line-height: 0;
}
.highway-container .button-block button.reset_checkbox {
    border: 1px solid #e3000f;
    background: #fff;
    color: #e3000f;
}
.highway-container .button-block button.reset_checkbox:hover {
    background-color: #ffe6e6;
}

select.recruiting_city_select{
    text-align: center;
}

select.recruiting_city_select ~ span {
    margin-bottom: 20px;
}
div.recruiting_city_select input[type="radio"] {
    display: none;
}
div.recruiting_city_select > input[type="radio"] + label {
    display: inline-block;
    width: 168px;
    height: 32px;
    padding: 0 12px;
    background-color: #a7afba;
    border-radius: 2px;
    text-align: center;
    color: white;
    font-size: 13px;
    line-height: 32px;
    text-transform: uppercase;
    margin: 1px 7px 5px 7px;
    font-weight: 600;
}
div.recruiting_city_select input[type="radio"]:checked + label {
    background-color: #595f66;
}

/*!*intro player*!*/
div.intro div.player {
    max-width: 1920px;
    max-height: 720px;
}
div.intro div.player > div{
    height: 720px;
}
div.intro div.inline-YTPlayer {
    height: 560px;
}
button.play {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 72px;
    height: 72px;
    left: -700px;
    right: 0;
    top: 240px;
    margin: auto;
    border: 1px solid #dee2e6;
    border-radius: 100%;
    cursor: pointer;
    opacity: .5;
    transition: all 0.2s ease-in-out;
    z-index: 2;
}
button.play:hover {
    opacity: 1;
    transform: scale(1);
}
button.play div {
    margin-left: 5px;
    box-sizing: border-box;
    height: 24px;

    border-color: transparent transparent transparent #202020;
    transition: 100ms all ease;
    will-change: border-width;
    cursor: pointer;

    border-style: solid;
    border-width: 16px 0 16px 21px;
}
div.mobile_YT_block {
    border: 5px solid white;
}
div.mobile_YT_block div.inline-YTPlayer {
    height: 200px;
}
div.mobile_YT_block div.playerMobile > div{
    height: 200px;
}
div.mobile_YT_block p {
    text-align: center;
    color: white;
    margin-top: 80px;
    font-size: 30px;
    line-height: 34px;
}
button.play.YTmobile {
    left: 0px;
    right: 0;
    top: 100px;
}

#buyers_rooms input {
    margin-right: 6px;
}

#buyers_rooms label {
    margin-right: 30px;
}
