/*
*   SegoeUI-Light       font-weight: 300;
*   SegoeUI-SemiBold    font-weight: 600;
*   SegoeUI-Italic      font-style: italic;
*   SegoeUI-Bold        font-weight: bold;
*   SegoeUI-BoldItalic  font-weight: bold;  font-style: italic;
*
*
*   yellow      #ffa71d
*   blue        #266185 #2D669E #0072bc
*   light blue  #99ccff
*   shadow blue #0072bc
ffd800
*/

html,
body {
    height: 100%;
    color: #333;
    font-family: Gotham Pro, sans-serif ;
    /* background-color: #f7f7f7;*/
    background-color: #f7f7f7;
    font-size: 16px;

}
.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 130px;
}
.wrap .main-container{padding-top: 14px;width: 100%}
.container {width: 1170px;margin-left: auto;margin-right: auto;}
.no-search-object{text-align: center;margin: 32px auto;font-size: 18px}
.b-lazy {
    -webkit-transition: opacity 500ms ease-in-out;
    -moz-transition: opacity 500ms ease-in-out;
    -o-transition: opacity 500ms ease-in-out;
    transition: opacity 500ms ease-in-out;
    max-width: 100%;
    opacity: 0;
}
.b-lazy.b-loaded {
    opacity: 1;
}

/****** общие ***************/
h1 {text-align: center; font-size: 1.4rem;}
/* .row{padding-left: 0;padding-right: 0;} */
.breadcrumb {

    padding: 7px 15px;
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 500;
    list-style: none;
    color: #555;
    background-color: #fff;
    border-radius: 0;

}
.breadcrumb > .active {
    color: #0072bc;
}
.breadcrumb > li + li::before {
    padding: 0 8px;
    color: #111;
    content: "/";
}
form  .input{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}
form .input div{
    width: 48%;
}
input{margin-bottom: 12px}
form .btn{width: 100%}
textarea.form-control {
    height: 125px;
}
.form-control {
    height: 40px;
    background: #fff;
    border: 2px solid #a6a6a6;
    margin-bottom: 18px;

    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    overflow: hidden;
}
.select2-container--krajee .select2-selection--single .select2-selection__placeholder {
    color: #333 !important;
}
.select-yellow .select2-container--krajee,
.select-yellow .select2-selection {
    height: 40px;
    background: #ffcc00 !important;
    margin-bottom: 18px;

    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    overflow: hidden;
}
.select-yellow .select2-container--krajee .select2-selection{
    border: 1px solid #ffcc00 !important;
}

.select-yellow .select2-container--krajee .select2-selection--single .select2-selection__arrow b {
    border-color: #111 transparent transparent transparent !important;
}
.form-block-btn{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.captcha{margin-right: 36px}
.captcha .form-group{margin: 0}
.form-btn{flex: 1}
.form-btn .btn{text-transform: uppercase}
.white-block{
    display: inline-block;
    padding: 24px;
    background: #fff;
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    overflow: hidden;
}
.white-block div{margin: 18px;}
.white-block span{font-weight: 500;margin-left: 16px}
#scrollup {
    position: fixed; /* фиксированная позиция */
    opacity: 0.8; /* прозрачность */
    padding: 15px 10px 10px; /* отступы */
    background: #0072bc;
    border-radius: 5px; /* скругление углов */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    left: 10px; /* отступ слева */
    bottom: 10px; /* отступ снизу */
    display: none; /* спрятать блок */
    cursor: pointer;
}
.left-bar,.layout-content{padding-top: 24px;}
.left-bar > .row{margin-left: 0;margin-right: 0}
.layout-content{}
.mt10{margin-top: 10px}
.mt20{margin-top: 20px}
a{color: #111;}
.btn-form{width: 100%;}
.error-404{text-align: center; font-size: 24px}
.border-6{
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    border: 0 solid #000000;
    overflow: hidden;
}
.block-shadow{

    -webkit-box-shadow: 0px 2px 26px -8px rgba(125,121,125,1);
    -moz-box-shadow: 0px 2px 26px -8px rgba(125,121,125,1);
    box-shadow: 0px 2px 26px -8px rgba(125,121,125,1);
}
.opacity-7 {
     opacity: 0.7;
     -khtml-opacity: 0.7;
     -moz-opacity: 0.7;

 }
.opacity-8 {
    opacity: 0.8;
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;

}
.opacity-9 {
    opacity: 0.9;
    -khtml-opacity: 0.9;
    -moz-opacity: 0.9;

}
.wr-title{margin-top: 36px}
.start{margin-left: 0}
.end{margin-right: 0}
.icon{display: inline-block}
.title >.icon-bar{padding-left: 6px;font-size: 22px;margin-top: 0}
.item > .icon-bar{font-size: 20px;margin-top: 0}
.line {height: 4px}
.line-content {height: 4px;padding: 6px 0 0 0;
    margin-left: 15px;margin-right: 15px;
    margin-bottom: 16px;border-bottom: 1px #aaa solid}
.favorite-icon{font-size: 1.2em;cursor: pointer}
.white-text{color: #ffffff}
.black-text{color: #111}
.yellow-text{color: #ffcc00}
.yellow-bg{color: #ffcc00}
.blue-bg{color: #0072bc}
.yellow-fill{background: #ffcc00}
.orange-fill{background: #ff9900}
.blue-fill{background: #0072bc}
.gray-fill{background: #eee}
.alert-error{background: #ff8888;}
.alert-success{background: #7ea8bc;color: #fff;}
.num-bg{display: inline-block;height: 24px; background: #000;width: 42px}
.num-value{color: #fff;text-align: center; font-style: normal}
.img .price-mark{
    position: absolute;
    width: 50%;
    right: 0;
    bottom: 8px;
    background: #ffd800;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    text-align: right;
    padding: 6px 24px 6px 6px;
}
.img .discounted-list{position: absolute;top: 0;font-size: 20px;width: 100%;height: 30px; background: #fff;z-index: 2;}
.img  .price{position:relative;color: #111;font-weight: 500 }
.old{font-size: 10px;color:#111;font-weight: 500;text-decoration: line-through}
.old span{margin-left: 4px}
.btn-page{width: 100%;font-size: 18px;font-weight:600;margin-top: 6px;padding-bottom: 6px}
.btn-page:hover{color: #555}
.btn-bar{width: 100%;background: #0072bc;font-size: 17px;font-weight:400;color: #fff;margin-top: 6px;padding-bottom: 6px}
.btn-bar:hover{color: #ccc}

.title-page a.more{color:#fff}
.close {
    font-size: 30px;
    margin-bottom: 16px;
    filter: alpha(opacity=80);
     opacity: .8; /**/
}
.block-counter{float: left;margin-right: 2px}
.block-counter .bn-count{position: relative;top:-14px}
.site-error{
    border: 1px #ff9900 solid;
    padding: 25px;
    background: rgba(245, 160, 26, 0.4);
}
.bar_lot {
    display: -webkit-box;   display: -ms-flexbox;   display: flex;
      -ms-flex-wrap: wrap;       flex-wrap: wrap;
    justify-content: space-between;
}
.bar_lot .body{
   /* flex:1 1 calc(33.33% - 30px); /* отнимем margin и скажем растягиваться */
    width:  calc(33.33% - 30px);
    margin: 5px 9px 20px 9px ;
    min-height: 200px;
    min-width:200px; /* мин. ширина блока, чтобы переносились на другой ряд */
    box-sizing:border-box; /* чтобы внутренний отступ не влиял когда там будет текст... */

}
.pagination {
    margin: 20px 0 50px 0;
}

.one-object{
    display: -webkit-box;    display: -ms-flexbox;     display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
}
.bar_lot .one-object{height: auto;}
.catalog-page .one-object{
    height: 100%;
}
.one-object  .img{
    position:relative;
    margin: 16px;
    width: auto;
}

.bar-char{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
}
.bar-char  .items{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.bar-char  .items .value{
    font-size: 14px;
    font-weight: 500;
    height: 14px;
    padding-left: 6px
}
/************** contactForm *****************/

/************** end contactForm *****************/
.whats-viber{display: none;}
.whats-viber .whats-a{background-color: #5cbe4a;}
.whats-viber .viber-a{background-color: #685da8;}

/*******************************************/
.wr-title-page,
.wr-title{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.title-page,
.wr-title .title
{
    display: inline-block;
    background: none;

    color: #111;
    font-size:22px;
    font-weight: bold;
    margin-bottom: 16px;
    margin-top: 13px;
    text-transform: uppercase;

}
.title-page{
    margin-top: 50px;
}
#title-page-line{
    display: inline-block;
    width: 20%;
    height: 3px;
    background: #ffcc00;
    margin-bottom: 50px;
}
/*
.title-page{background: #0072bc;height: 36px;line-height: 36px;color: #fff;font-size: 16px;font-weight: normal;text-align: center;margin-bottom: 16px;margin-left: -15px;
    margin-right: -15px;}
.title-page-orange{background: #ff9900;height: 36px;line-height: 36px;color: #111;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: bold;text-align: left;
    padding-left: 24px;
    margin-bottom: 16px;margin-left: -15px;
    margin-right: -15px;}
.title-page-right{float: right;color: #f9f9f9;margin-right: 24px;font-weight: 100;font-style: italic;}
*/
.site-index .pref{padding-right: 6px}
.site-index .suf{padding-left: 4px}
.site-index .info{font-size: 1.1em;font-weight: 600}
#counts{

    background: #d5d5d5;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}
#counts .text{
    text-align: center;
    padding-top: 8px;
}
#counts .value{
    font-size: 28px;
    text-align: center;
    color: #ff9900;
}
#counts .button{
    font-size: 20px;
    text-align: center;
    color: #ff9900;
    padding-left: 0;
    padding-top: 0;
    padding-right: 0;
    margin-top: 0;
}
.btn-bar{
    margin-top: 0;
    padding-bottom: 2px;
}
.info .text{}/**/
/************ site-index *****************/
.site-index {margin: 0;padding: 0}
.object{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 28px;
    background: #fff;
    width: 100%;
}
.object .img{
    position: relative;
    width: 33.33333333%;
}
.object .annotation{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 66.6666666%;
    padding-top: 22px;
}
.icon-svg {width: 22px !important; height: 22px !important}
.object .annotation .text{
    padding-left: 24px;
}
.object .title a{
    font-size: 17px;
    color: #111;
    font-weight: 500;
    text-decoration: none;
}
.object .annotation .value-text{font-size: 14px;padding-left: 12px;height: 16px}
.object .annotation .wr-info,
.object .annotation .wr-button{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.object .annotation .wr-info .value{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 22px;
}
.object .annotation .wr-info .square{margin-left: 24px}
.object .annotation .wr-info .item-value,
.object .annotation .bar-char .item-value
{
    color: #2072b3;
}
.wr-button{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 44px;
}
.object .annotation .bar-char{
    padding-right: 32px;
    font-size: 14px;
    font-weight: 500;
}

.object .annotation .wr-button .all-object,
.wr-button .left,
 .wr-button a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 100%;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
}

.object .annotation .wr-button .all-object{color: #2072b3;background: #f3f3f3}
.object .annotation .wr-button .all-price{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 50%;
    height: auto;
    padding: 0 24px;
}
.object .annotation .wr-button .all-price .price-mark{
    color: #2072b3;
    font-size: 25px;
    font-weight: bold;
}
.object .annotation .wr-button .all-price .price-mark span{
    color: #111;
}
.object .annotation .wr-button .all-price .old{
    font-size: 14px;
    color: #640b0b;
}
.site-index .annotation .title a{
    font-size: 18px;text-decoration: none;font-weight: 600
}


.site-index .news-more{font-size: 16px;font-weight: 600;font-style: italic}
.site-index .news-more a{
    font-size: 15px;
    color:#fff;
    font-style: normal;
    font-weight: 600;
    padding: 12px 24px;
    text-transform: uppercase;
}
/***** top-info *****/
.navbar {min-height: 70px;margin-bottom: 0;border: 1px solid transparent;}
.navbar-custom {background-color: #fff; border-bottom: 3px solid #99ccff;}
.logo {height: 80px}
.slogan{
    color: #111;
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    font-style: italic;
    padding-bottom: 6px;
    background: #f1f1f1;
}
.block-tlf, .mess, .bot, .sel{padding-top: 8px;}
.slogan .top{margin-top:0px;margin-bottom: 10px}
.slogan .call{margin-bottom: 6px}
.slogan .but-min{background: #0072bc;height: 24px;line-height: 20px}
.slogan .but-min a{color:#fff; font-size: 14px;cursor: pointer}
.slogan div#google_translate_element {font-size: 11px; color: #666;white-space: nowrap;margin-top:4px;text-align: right;}
.slogan .sel .goog-te-gadget-icon {display: none !important;}
.slogan .sel .goog-te-gadget-simple {
    line-height: 2em !important;
    background-color: #fff !important;
    margin-right: 0.5em;
    color: #555 !important;
    border-left: none !important;
    border-top: none !important;
    border-bottom: none !important;
    border-right: none !important;
    font-size: 10pt;
    display: inline-block;
    padding-top: 0px;
    padding-bottom: 0px !important;
    cursor: pointer;
    zoom: 1;
}
/***************************
********* menu ************/

/************ search ************************/
.banner-top .ban-mark, .banner-top .ban-mark-bg {top: 80%}
#country-menu-line{display: none}
#search-line {
    display: none;
    background: #ffd800;
    height: 36px;
    line-height: 36px;
    color: #111;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    z-index: 2;
    border-bottom: 4px #ffd800 solid;
}
#search .nav-bottom {
    height: 36px;
    line-height: 36px;
    padding: 0 18px;
    color: #fff;
    font-size:  0.9375rem ;
    text-align: center;
    cursor: pointer;
    z-index: 2;
}
#search #country {color: #555;
    padding: 0;padding-left: 8px;line-height: 34px}

#search #search-sale{
    background:  #ffd800;
    color: #111;
    border-top-left-radius: 5px;

}
#search #search-rent{
    background: #0072bc;
    border-top-right-radius: 5px;

}
#search #form-rent{display: none;}
#search .search-content{}
#search .btn-form{
    margin-bottom: 18px;
    background: #ffd800;
    color: #111;
    border: 1px #ffd800 solid;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
/*************** country-menu ****************/
.country-menu .block{
    position: relative;

}
.country-menu a {
    display: block;
    width: 100%;
}
.country-menu a  .img-responsive{
    display: block;
    width: 100%;
    height: auto;
}
/*
.row.country-menu, .country-menu .row{margin-left: -30px;margin-right: -30px}
*/
img {border: 0;outline: 0;margin: 0;padding: 0}

.country-menu .menu-mark{
    background: #004479;
   text-transform:uppercase;
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    font-weight: normal;
    letter-spacing:2px;
    z-index: 3
}
.country-menu a{color: #fff;}
.country-menu a:hover{color: #ffd800;text-decoration: none}
/*************** banner-top ****************/
.banner-top .block{position: relative;}
.banner-top .annotation{padding-top: 0px; font-size: 1.1em;text-align: center }
.banner-top .annotation .table-proposal td{
    color: #fff;
    font-size: 23px;
    height: 71px;
    text-align: center;
}
.banner-top .annotation .table-proposal td a{color: #fff;letter-spacing: 1px;}
.banner-top .annotation .table-proposal td a:hover{ color: #111;}
.banner-top .annotation .table-proposal tr:first-child td{
    background: rgba(245,160,26,.9);}
.banner-top .annotation .table-proposal tr:last-child td{
    background: #0072bc;}
.banner-top .annotation .table-proposal td:hover{
    opacity: 0.8;
}


.banner-top .ban-mark-bg{position: absolute;bottom: 10%;width: 95%;height: 36px;
    background: #ffd800;

    z-index: 2 }
.banner-top .ban-mark{position: absolute;text-transform:uppercase;bottom: 10%;width: 100%;height: 36px;
    line-height: 36px;font-size: 18px; font-weight: normal;letter-spacing:1px;z-index: 3}
.banner-top a{color: #111;}
.banner-top a:hover{color: #006699;text-decoration: none}
/*************** left-bar ****************/
.bar{margin-top: 16px;margin-left: -15px;margin-right: -15px}
.bar .block {
    position: relative;
    margin-bottom: 16px;
    overflow: hidden;
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    border: 0 solid #000000;

    -webkit-box-shadow: 0px 2px 26px -8px rgba(125,121,125,1);
    -moz-box-shadow: 0px 2px 26px -8px rgba(125,121,125,1);
    box-shadow: 0px 2px 26px -8px rgba(125,121,125,1);
}
.bar .title{
    height: 40px;
    color:#fff;
    line-height:43px;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;

    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    border: 0 solid #000000;
}

.bar .block .name {
    font-size: 15px;
    text-align: center;
    background: #e8f1f7;
    padding: 12px 44px;
}
.bar .block .name a{
    font-size: 15px;
    font-weight: 500;
}
.bar .block .img {
   margin: 16px;
}
.bar .item {padding-top: 4px}

.bar .button a{
    position: absolute;
    right: 15px;
    bottom: 24px;
    font-size: 15px;
    background: #ffd800;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    text-align: center;
    padding: 12px 18px;
    width: auto;
}
.bar .button a:hover{background: #2072b3;color: #fff !important;}
.bar-discounted{text-transform: none}
.bar-discounted .title{background: #ffd800 !important;color: #111;}
.bar-discounted .img {width: auto}
.bar-discounted .img a{display: block}
.bar-discounted .img a img{max-height: 100%;width: 100% }


.bar-discounted .img .price-mark .discounted{
    color:#111;
    font-size: 85%;
    font-style: italic;
    text-decoration:line-through; }
.block.one-object .name{
    font-size:15px;
    text-align: center;
    background: #e8f1f7;
    padding: 12px 44px;
}
.bar-discounted .block .loc{color: #111;font-size: 14px;text-align: left;margin-left: 2px;margin-bottom:4px;}
.bar-discounted .value{margin: 6px 0;padding: 0;padding-bottom: 6px;}
.bar-special .title,
.bar .title,
.bar-new .title{background: #2072b3;}

.bar-special .icon-bar,
.bar-new .icon-bar{color: #006699}
.bar-yellow .title{background: #ffd800;}
.bar-yellow .title .text {color: #111;font-weight: normal;letter-spacing: 1px}
.bar-yellow .icon-bar{color: #111}
.bar-yellow .body {margin-top: 0px;margin-left: 0px;}
 .body .icon-bar{color: #777;margin-right: 24px}
.bar-newsletter .body .item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
     align-items: center;
     height: 50px;
     font-size: 17px;
     margin-left: 18px;
     text-transform: uppercase;

 }
.bar-newsletter .body .item .link{
    height: 17px;
    margin-left: 12px;
}
.bar.bar-newsletter  .block{
    padding: 30px 0 30px 24px;
}
 .body .value{font-weight: 400}
.bar-thur .body,.bar-newsletter .body,.bar-contact .body {margin-top: 16px;margin-left: 0}
.bar-thur .text{text-align: center}
.bar-newsletter .body .item{margin-left: 18px}
.bar-newsletter .link a{margin-top: 3px}
.bar-contact .text {
    padding:  16px;
}
.contact-data{
    background: #fff;
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
}
.contact-data div {
   height:32px
}
.contact-data div span {
    padding-left: 16px;
    font-size: 14px;
    font-weight: 500;
}
.bar-contact .btn{
    width: 100%;
    text-transform: uppercase;
    font-weight: 500;
}
.bar-contact .btn:hover{
    color: #fff !important;


}
/*************** object ****************/
.object img {width: 100%;height: 170px;z-index: 1}
.object .block{margin-bottom: 16px;}
.object .line{width:100%;height:2px;background-color:#a3b6c8;margin-bottom: 16px;}
.object .img-responsive{position: relative}
.object .img .price-mark span{padding-left: 4px}
.object .desc{margin-top: 0}
.object .desc a:hover{text-decoration: none}
.object .info .value{text-align: right}
.object .info .value span{font-size: 80%}
.object .favorite .active {display: block}
.object .favorite .hidden {display: none}
.sales-list {
    color: #111;
    background: #ffd800;
    padding: 8px;
    position: absolute;
    top: 1.5%;
    left: 6%;
    font-size: 16px;
    letter-spacing: 1px;
    z-index: 5;
    border-radius: 50px 50px 0px 50px;
    opacity: 0.9;
    -khtml-opacity: 0.9;
    -moz-opacity: 0.9;

}
.stock-list {
    color: #111;
    background: #ffd800;
    padding: 8px;
    position: absolute;
    top: 50%;
    right: 10px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    z-index: 5;
    opacity: 0.9;
    -khtml-opacity: 0.9;
    -moz-opacity: 0.9;

}
/**************** news *****************/
.news{padding: 15px;margin: 0}
.news .block{
    background: #fff;
    margin: 10px 0 20px 0;
    padding: 0;
    float: none;
    overflow: hidden;
}
.news .block .img{padding-left: 0}
.news .block .annotation{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 18px;

}
.news .wr-button .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.news .annotation{padding-right: 0}
.news .annotation .title a{color:  #111;text-decoration: none}
.news .annotation .date{
    font-size: 16px;
    font-weight: 500;
}

.news .annotation .text{margin: 6px 0;padding-right: 32px}
.news .wr-button{padding-left: 32px;font-size: 16px}

.sitenews-sitenew{padding-bottom: 15px}
.sitenews-sitenew img{max-width: 800px}
.sitenews-sitenew .line{width:100%;height:2px;background-color: #4c4c4c;margin-top: 16px; margin-bottom: 16px;}
.sitenews-sitenew .icon-bar {
    position: relative;
    padding-left: 6px;
    font-size: 22px;
    top: 4px;
    color: #ffd800;
}
.link-time{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
    font-weight: 500;
}
.link-time a{
    color: #2072b3;

}
.sitenews-sitenew .link{ display: inline-block;margin-left: 1em}

.news11 img{max-width: 800px}
/**************** site-contact *****************/
.site-contact .address {position: relative;width: 100%}
.site-contact .address div{position: relative;overflow: hidden}
.site-contact .address img{
    width: 100%;
}
.site-contact .contact-data{
    position: absolute;
    display: inline-block;
    padding: 24px 34px;
    top: 40%;
    right: 10%;


}
/**************** footer *****************/
footer {
    margin-top:1em;
    padding:36px 0 0 0;
    background: #004479;
}
footer #wr-footer{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}
footer .link a,.title{
    display: block;
    color: #ffd800;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
footer .sub-title a{
    color: #fff;
    text-decoration: none;
}
footer .sub-title a:hover{
    color: #ffd800;
}
footer .hr{
    height: 1px;
    background: #ffd800;
    width: 100%;
    margin: 16px 0;
}
footer #wr-footer-copyright{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;

}
footer .copyright,footer .privacy-policy{
    font-size: 14px;
    color: #fff;
}

footer .social span{
    display: inline-block;
    margin-top: 12px;
    margin-right: 20px;
}

/******************** placeholder **********************/
.form-control::-webkit-input-placeholder {color: #aaa}
.form-control::-moz-placeholder {color: #aaa}
.form-control:-ms-input-placeholder {color: #aaa}
.form-control:-moz-placeholder {color: #aaa}

.input-yellow .form-control::-webkit-input-placeholder {color: #111}
.input-yellow .form-control::-moz-placeholder {color: #111}
.input-yellow .form-control:-ms-input-placeholder {color: #111}
.input-yellow .form-control:-moz-placeholder {color: #111}

textarea::-webkit-input-placeholder {color: #aaa}
textarea::-moz-placeholder {color: #aaa}
textarea:-ms-input-placeholder {color: #aaa}
textarea:-moz-placeholder {color: #aaa}
/******************** radio **********************/
#radio-block{
    display: none;
    padding: 0;
    margin: 0;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.wr-radio{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.radio-div{
    margin-left: 24px;
    font-size:  0.9375rem ;
    color: #fff;
}
.radio {vertical-align: top; width: 15px;height: 17px;margin: 0 3px 0 0;}
.radio + label { cursor: pointer;}
.radio:not(checked) {position: absolute; opacity: 0;}
.radio:not(checked) + label {position: relative;padding: 0 0 0 35px;top: 3px}
.radio:not(checked) + label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 17px;
    border: 1px solid #a0a2a9;
    border-radius: 50%;
    background: #FFF;
}
.radio:not(checked) + label:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ffd800;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.5);
    opacity: 0;
    transition: all .2s;
}
.radio:checked + label:after {opacity: 1;}
.radio:focus + label:before {box-shadow: 0 0 0 1px #ffd800;}
label {font-weight: 400;font-size:  0.9375rem ;}
/******************** общие **********************/
.hover-red:hover{background: #f95e01;cursor: pointer}
.about-page{background: #fff}
/******************** popup ****************/
/* Всплывающее окно
* при загрузке сайта
*/
/* базовый контейнер, фон затемнения*/
#overlay-popup {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 114, 188, 0.45);
    z-index: 999;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
    overflow: auto;
    cursor:pointer;

}
/* модальный блок */
.popup {
    position: fixed;
    display: none;
    top: 25%;
    left: 0;
    right: 0;
    font-size: 14px;
    margin: auto;
    width: 85%;
    min-width: 320px;
    max-width: 600px;
    padding: 0;
    border: 1px solid #383838;
    background: #fefefe;
    z-index: 1001;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font: 14px/18px 'Tahoma', Arial, sans-serif;
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
}

/* кнопка закрытия */
#popup .close {
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    position: absolute;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: #0072bc;
    cursor: pointer;
    outline: none;

}
#popup .close:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    font-family:  Arial, Helvetica, sans-serif;

    font-weight: normal;
    text-decoration: none;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/* кнопка закрытия при наведении */
#popup .close:hover {
    background-color: #ffd800;
}

.popup .left{
    background: #ffd800;
    height: auto;
}
.popup .left img{
    width: 77px;
    height: 320px;
}
.popup .right{
    background: #0072bc;
    height: 320px;
}
/* изображения в модальном окне */
.popup .right img {
    width: 100%;
    height: auto;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
/* заголовки в модальном блоке */
.popup .right .top {
    font-size: 26px;
    line-height: 32px;
    color: #fff;
    font-weight: 300;
    padding: 32px 16px;
    text-shadow: 1px 2px 4px #ddd;
}
.popup .right .middle {
    background: #0a6aa1;
    font-size: 20px;
    font-style: italic;
    line-height: 30px;
    color: #fff;
    text-align: center;
    letter-spacing: 0.05em;
    padding: 20px 12px;
}
.popup .right a.bottom {
    display: inline-block;
    background: #ffd800;
    font-size: 18px;
    line-height: 20px;
    color: #000;
    text-align: center;
    letter-spacing: 0.1em;
    margin-top: 16px;
    padding: 8px 16px;
    border: 0;
    
    webkit-box-shadow: 6px 8px 19px -1px rgba(0,0,0,0.31);
    -moz-box-shadow: 6px 8px 19px -1px rgba(0,0,0,0.31);
    box-shadow: 6px 8px 19px -1px rgba(0,0,0,0.31);
}
.popup .right a.bottom:hover {
    text-decoration: none;
    -webkit-box-shadow: inset 6px 8px 19px -1px rgba(0,0,0,0.31);
    -moz-box-shadow: inset 6px 8px 19px -1px rgba(0,0,0,0.31);
    box-shadow: inset 6px 8px 19px -1px rgba(0,0,0,0.31);
}
/* анимация при появлении блоков с содержанием */
@-moz-keyframes fade {
    from { opacity: 0; }
    to { opacity: 1 }
}
@-webkit-keyframes fade {
    from { opacity: 0; }
    to { opacity: 1 }
}
@keyframes fade {
    from { opacity: 0; }
    to { opacity: 1 }
}
/***** fix-bar */
#fix-bar{
    position: fixed;
    left: 0;
    top: 200px;
    border-radius: 0 5px 5px 0;
    box-shadow: 0 0 6px rgba(0,0,0,0.2);
    background: #fff;
    z-index: 999;
}

#fix-bar ul {
    list-style: none;
    display: block;
    margin: 0px;
    padding: 0px;
}
#fix-bar ul li {
    display: block;
    width: 50px;
    height: 66px;
    cursor: pointer;
    position: relative;
    padding: 16px 8px ;
}

#fix-bar ul li.whatsapp {
    border-bottom: 1px solid #B3B3B3;
}
.whatsapp > a,.viber > a {
    width: 100%;
    cursor: pointer;
    color: #fff;
    background-repeat: no-repeat;
    text-decoration: none;
    display: block;
    background-size: cover;
}
.whatsapp > a{
    background: url("../images/icon/icon-whats.png");

}
#fix-bar ul li.whatsapp:hover,#fix-bar ul li.viber:hover{background:#eee; }

.viber > a { background: url("../images/icon/icon-viber.png");}
#fix-bar ul li.whatsapp a,
#fix-bar ul li.viber a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
#fix-bar ul li a > div {
    background: #fff;
    color: #333;
    position: absolute;
    top: 0px;
    left: 100%;
    z-index: 100000;
    border-radius: 0 5px 5px 0;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
    padding: 15px;
}
#fix-bar  ul li.whatsapp a > div, #fix-bar  ul li.viber a > div {
    width: 240px;
    height: 92px;
   box-sizing: border-box;  /* */
    padding: 12px;
    padding-top: 38px;
}
#fix-bar ul li.whatsapp a > div,#fix-bar ul li.viber a > div {
    width: 240px;
    height: 64px;
    padding: 12px;
    padding-top: 24px;
}
.modal-container .title-page {
    margin-top: 0;
}
.ansdiv {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    background: #7ea8bc;
    color: #fff;

}
#one-news{display: none}

@media only screen and (max-width : 1026px){
    .object .annotation .wr-button .all-price .price-mark {font-size: 20px;}
}
