@media only screen and (min-width: 650px) {
    .touch_phone {
        /*pointer-events:none;*/
    }
}

.action_drop,
.action_drop_mob {
    position: relative;
    box-sizing: border-box;
}

.action_drop:hover {
    cursor: pointer;
}

.sub_action {
    display: none;
    position: absolute;
    background: #fff;
    min-width: 200px;
    padding: 20px;
    box-sizing: border-box;
    left: -50%;
    /* margin-top: 0; */
    line-height: 24px;
    /* border: 1px solid #f7761f; */
    -webkit-box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.25);
    list-style: none;
}

.sub_action a,
.sub_action_mob a {
    color: #f7761f;
}

.sub_action a:hover,
.sub_action_mob a:hover {
    color: #495966;
}

.sub_action_wrap {
    display: none;
    position: fixed;
    background: #fff;
    width: 102%;
    bottom: 53px;
    height: 145px;
    padding: 20px;
    box-sizing: border-box;
    z-index: 999;
    line-height: 32px;
}

.sub_action_mob {
    list-style: none;
}

#toTop {
    background-color: rgb(243, 109, 7);
    top: auto;
    bottom: 40px;
    right: 40px;
    position: fixed;
    width: 60px;
    height: 60px;
    opacity: 0.5;
    border-radius: 64px;
    z-index: 99;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 36px;
}

#toTop.show {
    visibility: visible;
}

#toTop:hover {
    opacity: 1;
    cursor: pointer;
}

@media (min-width: 1024px) {
    .dddf {
        position: absolute;
        bottom: 0;
    }
}

@media (min-width: 767px) {

    .bn_index0,
    .bn_index10 {
        display: none;
    }
}

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

    .bn_index,
    .bn_index1 {
        display: none;
    }
}

.center_btn {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    /* height: 300px; */
    justify-content: space-around;
}

.center_btn .send_button {
    width: 23%;
    /* float: left; */
    /* clear: none; */
    /* margin: 0 auto; */
}

.mini_arrow {
    position: relative;
}

.mini_arrow:after {
    content: '';
    display: block;
    width: 30px;
    height: 50px;
    position: absolute;
    background: url(/img/chevron-right-solid.svg) no-repeat;
    right: 0;
    top: 30%;
}

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

    .bn_index,
    .bn_index1 {
        display: block !important;
    }

    .mini_arrow:after {
        display: none
    }
}

.bolder {
    font-weight: bold;
}

.bolder {
    font-weight: bold;
}

.bn_index:hover {
    box-shadow: rgb(141, 141, 141) 0px 10px 15px -10px;
    margin-top: -2px;
}

#BNimage6 {
    clear: none;
    color: rgb(0, 0, 0);
    float: left;
    height: auto;
    margin-left: 0;
    margin-top: 0;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
}

.one_text p {
    margin-bottom: 10px;
}

#but_test,
#but_kredit,
#but_sales {
    background-color: #ed6b21 !important;
}

#but_test:hover,
#but_kredit:hover,
#but_sales:hover {
    background-color: #db804c !important;
}

#text23,
#bigbuttons div p {
    color: #fff;
}

#bigbuttons div {
    background-image: none !important;
}

.fancybox-nav span {
    visibility: visible;
    display: block;
}

#zagolovok p {
    margin-bottom: 15px;
}

#zagolovok img {
    max-width: 100%;
}

#zagolovok object {
    width: 100%;
    height: 350px;
    float: none;
    clear: both;
    margin: 2px auto;
}

.news a.chapter {
    font-size: 21px;
    font-weight: normal;
    line-height: normal;
    margin: 10px 0px 0px;
    color: rgb(73, 89, 102);
    font-family: PragmaticaC;
    overflow: hidden;
    height: 100px;
}

.news_one_text img {
    max-width: 100%;
}

/* слой затемнения */

.dm-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.65);
    display: none;
    overflow: auto;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

/* активируем модальное окно */

.dm-overlay:target {
    display: block;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
}

/* блочная таблица */

.dm-table {
    display: table;
    width: 100%;
    height: 100%;
}

/* ячейка блочной таблицы */

.dm-cell {
    display: table-cell;
    padding: 0 1em;
    vertical-align: middle;
    text-align: center;
}

/* модальный блок */

.dm-modal {
    display: inline-block;
    padding: 10px;
    width: 360px;
    min-height: 400px;
    background: #fff;
    -webkit-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
    color: #cfd8dc;
    text-align: left;
}

/* изображения в модальном окне */

.dm-modal img {
    width: 100%;
    height: auto;
}

.dm-modal iframe {
    height: 550px !important;
}

/* миниатюры изображений */

.pl-left,
.pl-right {
    width: 25%;
    height: auto;
}

/* миниатюра справа */

.pl-right {
    float: right;
    margin: 5px 0 5px 15px;
}

/* миниатюра слева */

.pl-left {
    float: left;
    margin: 5px 15px 5px 0;
}

/* рисуем кнопарь закрытия */

.close {
    z-index: 9999;
    float: right;
    width: 30px;
    height: 30px;
    color: #cfd8dc;
    text-align: center;
    text-decoration: none;
    line-height: 26px;
    cursor: pointer;
}

.close:after {
    display: block;
    border: 2px solid #cfd8dc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: 'X';
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
}

/* кнопка закрытия при наведении */

.close:hover:after {

    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* варианты фонвой заливки модального блока */

/* движуха при появлении блоков с содержанием */

@-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
    }
}

.amoforms-footer-copyright {
    display: none !important;
}

@media only screen and (max-width: 475px) {
    #CarBoxInfo {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 475px) {
    .center_btn .send_button {
        width: 100%;
    }
}

.centers {
    text-align: center;
}

.landform {
    padding: 0px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.landform .chapter {
    font-family: "Bebas Neue Book";
    font-weight: bold;
    font-size: 36px;
    color: #ed6b21;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
}

.landform .subchapter {
    font-family: "PragmaticaC";
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
}

.landform input {
    font-size: 16px;
    font-family: "PragmaticaC";
    height: 52px;
    width: 100%;
    border: 2px solid #ccc;
    border-radius: 0px;
    box-shadow: none;
    padding-left: 15px !important;
    margin: 0 0 20px 0 !important;
}

.landform input:focus, .landform input:active {
    outline: none;
    border: 2px solid #ed6b21;
    box-shadow: none;
}

.landform input.has-error {
    border: 2px solid #ed2129;
}

.landform .sendbtn {
    margin: 10px 0px 30px 0px;
    width: auto;
    padding: 10px;
    font-size: 24px;
    font-family: "Bebas Neue Book";
    line-height: 22px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    background-color: #ed6b21 !important;
    box-shadow: none;
}

.landform .sendbtn:hover {
    opacity: 0.9;
}

.landform .sendest {
    background-color: #ccc !important;
}
.landform .privacy {
    text-align: left;
    font-size: 13px;
    font-family: "PragmaticaC";
    margin-bottom: 10px;
}

.landform .ajax-messages {
    text-align: center;
}

.nalichie-pts {
    position: absolute; 
    top:45px; 
    left:15px; 
    width: 100px; 
    height: 100px;
}

@media (max-width: 575px) {
    .nalichie-pts {
        left: auto;
        right: 15px;
    }
}