@import url('https://fonts.googleapis.com/css?family=Ubuntu');

body {
    font-family: "Ubuntu Neue", Ubuntu, Arial, sans-serif;
/*    font-family: 'Ubuntu', -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";*/
    line-height: 1.42857143;
    font-size: 14px;
}


.cursor-point {
    cursor: pointer;
}

.cursor-def {
    cursor: default;
}

.map {
    height: calc(100vh - 128px);
}
@media screen and (max-width: 991px) {
    .map {
        height: calc(100vh - 201px);
    }
}


.caretsize {
    position: absolute;
    bottom: 4px;
}
.specsize {
    left: 60px;
}
.advsize {
    left: 81px;
}
@media screen and (max-width: 500px) {
    .textsmall {
        font-size: .875em;
    }
    .specsize {
        left: 50px;
    }
    .advsize {
        left: 70px;
    }
}
@media screen and (max-width: 400px) {
    .textsmall {
        font-size: .7em;
    }
    .specsize {
        left: 35px;
    }
    .advsize {
        left: 50px;
    }
}


a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}


.container-flued {
    min-width: 320px;
}


/*
.container {
    max-width: 1027px;
    padding-left: 0px;
    padding-right: 0px;
}

@media screen and (max-width: 1199px) {
    .container {
        max-width: 684px;
    }
}

@media screen and (max-width: 714px) {
    .container {
        max-width: 320px;
    }
}

@media screen and (max-width: 685px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 349px) {

    .container {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

@media screen and (max-width: 320px) {
    .container {
        width: 320px;
    }
}
*/



/* ФОРМА ПОИСКА */
/* из search_field.css*/

.search-form {
    width: calc(100% - 20px);

    margin-top: 0px;
    margin-bottom: 20px;
}

@media screen and (max-width: 714px) {
    .search-form {
        width: 320px;
    }
}


/*
@media screen and (max-width: 714px) {
    .search-form {
        width: 100%;
        margin-top: 5px;
    }
}
*/


/* НАДО ПРОВЕРИТЬ НЕТ ЛИ ЭТОГО СТИЛЯ В ОБЩИХ */
.search-form .form-control {
    padding: 0 20px 1px 12px;
}



/* ЕСЛИ НЕ НУЖЕН УДАЛИТЬ */
.slct {
    width: 320px;
    font-size: 18px;
}



/* ЦВЕТ placeholder */

.frm_input::-webkit-input-placeholder {color:#9aa0a6; opacity:1;}/* webkit */
.frm_input::-moz-placeholder          {color:#9aa0a6; opacity:1;}/* Firefox 19+ */
.frm_input:-moz-placeholder           {color:#a3a1b4; opacity:1;}/* Firefox 18- */
.frm_input:-ms-input-placeholder      {color:#a3a1b4; opacity:1;}/* IE */



/* ЛОГОТИП */

.sm {
  margin-right: 50px;
}

@media screen and (max-width: 419px) {
    .sm {
        margin-right: 10px;
    }
}

@media screen and (max-width: 320px) {
    .logo {
        margin-top: 20px;
    }
}



/* НАЗВАНИЕ ГОРОДА */

.gorod {
    right: 80px;
    font-size: 14px;
}

.gorod a {
    color: #337ab7;
    text-decoration: none;
}

@media screen and (max-width: 1199px) {
    .gorod {
        bottom: 100px;
        right: 30px;
    }
}

@media screen and (max-width: 991px) {
    .gorod {
        position: absolute;
        margin-top: 5px;;
        bottom: auto;
        right: auto;
    }
}

@media screen and (max-width: 1199px) {
    .gorod {
        top: auto;
        left: auto;
    }
}




/* ИГРА КНОПОК */

@media screen and (max-width: 1199px) {
    .btns1 {
        right: 20px;
        bottom: 30px;
    }
}

@media screen and (max-width: 991px) {
    .btns1 {
        right: 5px;
        bottom: 5px;
    }
}


@media screen and (max-width: 419px) {
    .btns1 {
        display: none;
    }
}


.newbtn {
    top: 50px;
    color: #ccc;
    border: none;
    position: absolute;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 2px;
    padding-top: 9px;
    display: none;
}

@media screen and (max-width: 419px) {
    .newbtn {
        display: inline-block;
    }
}

@media screen and (max-width: 320px) {
    .newbtn {
        top: 35px;
        left: 265px;
    }
}



/* НАВИГАЦИЯ */

.nav {
  margin: 5px 0;
  padding-top: 0px;
}

@media screen and (min-width: 1200px) {
    .nav {
        margin-bottom: 50px!important;
    }
}

@media screen and (max-width: 1199px) {
    .nav {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 713px) {
    .nav {
        margin-bottom: 10px!important;
    }
}



/* КАРТОЧКИ */

@media screen and (max-width: 500px) {
    .card {
        position: relative;
        vertical-align: top;
        display: inline-block;
        margin: 0px 0px 0px 0;
        border: none;
        box-shadow: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 0px;
        height: 70px;
        width: 320px;
        overflow: hidden;
        background-size: cover;
        background-repeat: no-repeat;
        background-position-y: 100px;
    }
}

@media screen and (max-width: 500px) {
    .card_name {
        font-size: 14px;
        position: absolute;
        top: 18px;
        left: 10px;
    }
}

@media screen and (max-width: 500px) {
    .card_telephone {
        font-size: 14px;
        position: absolute;
        top: 45px;
        left: 10px;
    }
}



/* Цвет placeholder в поле*/

.field_clr {
    font-size: 14px;
}

.field_clr::-webkit-input-placeholder {color:#9aa0a6; opacity:1;}/* webkit */
.field_clr::-moz-placeholder          {color:#9aa0a6; opacity:1;}/* Firefox 19+ */
.field_clr:-moz-placeholder           {color:#a3a1b4; opacity:1;}/* Firefox 18- */
.field_clr:-ms-input-placeholder      {color:#a3a1b4; opacity:1;}/* IE */


/* СООБЩЕНИЕ НА ГЛАВНОЙ СТРАНИЦЕ */

.mesaga2 {
    text-align: center;
}

.mesaga2 > .modal-footer {
    text-align: center;
}

@media screen and (min-width: 321px) {
    .mesaga {
        width: 320px;
    }
    .mesaga #id_content {
        height: 120px;
    }
}

@media screen and (min-width: 714px) {
    .mesaga {
        width: calc(100% - 20px);
    }
    .mesaga #id_content {
        height: 60px;
    }
}



/* МОДАЛЬНОЕ ОКНО СООБЩЕНИЯ */

.captcha {
    text-align: right;
}

#id_email {
    border-radius: 4px;
}

#id_captcha {
    width: 370px;
    border-radius: 4px;
    font-size: 14px!important;
}

@media screen and (max-width: 714px) {
    .captcha {
        text-align: left;
    }
    #id_captcha {
        width: 100%;
    }
}

@media screen and (max-width: 320px) {
    #id_content {
        height: 80px;
        margin-top: 20px;
    }

    #id_captcha, #id_content {
        font-size: 14px;
    }
}



/* ВИДЖЕТЫ НА СТРАНИЦЕ ПОИСКА */

.cnsl {
    height: 50px!important;
    font-size: 18px!important;
    padding-top: 10px!important;
    margin-left: 15px;
}

@media screen and (min-width: 321px) {
    .vidzhet {
        width: 350px;
        margin-left: -15px;
    }
    .cnsl {
        width: 320px;
    }
}

@media screen and (min-width: 714px) {
    .vidzhet {
        width: 693px;
        margin-left: -15px;
    }
    .cnsl {
        width: 662px;
    }
}

@media screen and (min-width: 1200px) {
    .vidzhet {
        width: 1038px;
        margin-left: -15px;
    }
    .cnsl {
        width: 1006px;
    }
}


@media screen and (max-width: 500px) {
    .card_name, .card_telephone {
        left: 70px!Important;
    }
    .card_name {
        top: 15px!Important;
    }
   .card_telephone {
        top: 35px!Important;
    }
}

@media screen and (max-width: 350px) {

    .card_name, .card_telephone {
        left: 70px!Important;
    }
    .card_name {
        top: 5px!Important;
    }
   .card_telephone {
        top: 35px!Important;
    }
}


/* sbtn КНОПКА СЛЕВА */
.sbtn {
    top: 22px;
    border: none;
    position: absolute;
    display: none;
}

@media screen and (max-width: 500px) {
    .sbtn {
        display: block;
        right: 10px;
    }
}


.im_photo {
    z-index: 2;
}


@media screen and (max-width: 500px) {
    .card {
        width: 100%;
    }
}


.thumb {
    padding-right: 5px!Important;
    padding-bottom: 5px!Important;
}


.empty_search_result_message {
    font-size: 14px;
}



/* ФОН С ПРОЗРАЧНЫМ МЕНЮ */

.navrel {
    position: relative;
}

.navtrans {
    height: 75px;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.navtrans-right {
    height: 100%;
    font-size: 1.0625rem;
    letter-spacing: .05625rem;
    border-left: 1px solid rgba(255, 255, 255, .1);
}

/*
.navtrans-back {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 300px;
    position: absolute;
    overflow: hidden;
    min-width: 320px;
    z-index: -100;
}*/

.navtrans-img {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
/*    transform-style: preserve-3d;*/
/*    will-change: transform, opacity;*/
/*    transform: translate3d(0px, -21.4px, 0px);*/
/*    backface-visibility: hidden;*/
    pointer-events: none;
/*    margin-top: 21.4px;*/
    overflow: hidden;
}

.navtrans-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #333;
    opacity: 0.6;
}

/*
.navtrans-text {
    top: 0;
    left: 0;
    width: 1000px;
    height: 100%;
    position: absolute;
    font-size: 1.25rem;
}*/

/*
.navtrans-next {
    margin-top: 225px;
}*/

/*
.navtrans-zk {
    top: 160px;
    right: 33px;
    position: absolute;
    cursor: pointer;
}*/


@media screen and (max-width: 1199px) {
/*    .navtrans-back {
       height: 200px;
    }*/
/*    .navtrans-next {
        margin-top: 125px;
    }*/
/*    .navtrans-text {
        font-size: 0.8rem;
        width: 660px;
    }*/
    .navtrans-zk {
        top: 140px;
    }
}


@media screen and (max-width: 714px) {
/*    .navtrans-back {
       height: 250px;
    }*/
/*    .navtrans-next {
        margin-top: 175px;
    }*/
/*    .navtrans-text {
        font-size: 0.6rem;
        width: 500px;
    }*/
    .navtrans-zk {
        top: 120px;
    }
}

/*
@media screen and (max-width: 550px) {
    .navtrans-text {
        font-size: 0.6rem;
        width: 100%;
    }
}*/



/* МЕНЮ ВЫБОРА ЦВЕТА */
.clr_filter {
    width: 12px;
    height: 12px;
    display: inline-block;
}

