body {
    /*background-image: url('background.jpg'); !* Путь к изображению фона *!*/
    background-color: rgba(233, 252, 248, 0.56); /* Путь к изображению фона */
    background-size: cover; /* Растягивает фон на всю ширину и высоту экрана */
    background-repeat: no-repeat; /* Запрещает повторение фонового изображения */
}


.page-container {
    padding-bottom: 200px;
}


.btn_color_2 {
    color: #fff;
    background-color: #f04325;
    border-color: #f04325;
}

.col-lg-456 {
    position: relative;
    z-index: 1;
    min-height: 1px;
    padding-right: 30px;
    padding-left: 30px;
}

.box {
    float: right;
}

.cleared {
    clear: both;
}

.my_bg {
    background-color: #e2faeb;
}

.div_hidden {
    visibility: hidden;
    display: none;
}

.height-200 {
    height: 200px;
}

.car_fixed {
    margin: 10px;
    /*  right: 50px; /* Расстояние от правого края окна браузера */
    /*     top: 20%; /* Расстояние сверху */
    /*     padding: 10px; /* Поля вокруг текста */
    /*      background: #ffe; /* Цвет фона */
    /*    border: 1px solid #333; /* Параметры рамки */


    position: fixed; /* Фиксированное позиционирование */
    top: 15px; /* Положение от нижнего края */
    right: 15px; /* Положение от правого края */
    z-index: 200;
    background-size: cover;
}

.btn_color_2:hover {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37;
}


.btn-info:hover {
    color: #fff;
    background-color: #42a2b6;
    border-color: #b02a37;
}

.div_hidden {
    visibility: hidden;
    display: none;
}

.my_bg {
    background-color: #e2faeb;
}

.text-shadow_1 {
    text-shadow: 0.5px 0.5px 0.5px #000;
}

.color_red {
    color: #dc3545;
}

.color_green {
    color: #146c43;
}

.my_color {
    color: #dc3545;
}


html {
    font-size: 16px;
}

@media screen and (min-width: 320px) {
    html {
        font-size: calc(16px + 6 * ((100vw - 320px) / 680));
    }
}


@media screen and (max-width: 576px) {
    /*.power {*/
    /*    width: 100px;*/
    /*    height: 100px;*/
    /*    background-color: #00FFFF;*/
    /*}*/
}

@media (max-width: 800px) {
    /*   разрешение макисмаольное до 800*/
    .width-200 {
        width: 150px;

    }

    .padding {
        padding: 5px !important;
    }

    .navbar-text, .mb-30, .btn {
        font-size: medium;
    }

    .container {
        padding-right: 10px;
        padding-left: 10px;
    }

    .car_fixed {
        /*   right: 15px;*/
        padding: 1px; /* Поля вокруг текста */
        /*   background: #fff; /* Цвет фона */
        border: 0px solid #333; /* Параметры рамки */

    }

    .car_fixed img {
        width: 100px;
    }

    .img_50 {
        width: 100%;
        padding: 2px;
    }
}

@media screen and (min-width: 800px) {
    .img_50 {
        width: 48%;
        padding: 2px;
    }
}


@media screen and (min-width: 1000px) {
    html {
        font-size: 22px;
    }


}

@media screen  and (max-width: 400px) {
    .power {
        width: 120px;
        height: 100px;
    }

    .type {
        width: 120px;
        height: 130px;
    }

    .brend {
        width: 120px;
        height: 130px;
    }

    .maps {
        width: 100%;
        height: 500px;
        margin: 3px;
    }

}

@media screen and (min-width: 400px) and (max-width: 600px) {
    .power {
        width: 130px;
        height: 100px;
    }

    .type {
        width: 130px;
        height: 130px;
    }

    .brend {
        width: 130px;
        height: 130px;
    }

    .maps {
        width: 100%;
        height: 600px;
        margin: 3px;
    }
}


@media screen and (min-width: 600px) and (max-width: 800px) {
    .power {
        width: 150px;
        height: 130px;
    }

    .type {
        width: 150px;
        height: 150px;
    }

    .brend {
        width: 150px;
        height: 150px;
    }

    .maps {
        width: 100%;
        height: 600px;
        margin: 3px;
    }
}


@media screen and (min-width: 800px) and (max-width: 1000px) {
    .power {
        width: 150px;
        height: 100px;

    }

    .type {
        width: 150px;
        height: 130px;

    }

    .brend {
        width: 150px;
        height: 130px;

    }

    .maps {
        width: 49%;
        height: 600px;
        margin: 3px;
    }
}


@media screen and (min-width: 1000px) and (  max-width: 1200px) {
    .power {
        width: 160px;
        height: 100px;

    }

    .type {
        width: 160px;
        height: 130px;

    }

    .brend {
        width: 160px;
        height: 130px;

    }

    .maps {
        width: 49%;
        height: 600px;
        margin: 3px;
    }
}

@media screen and (min-width: 1200px) {
    html {
        font-size: 22px;
    }

    .power {
        width: 170px;
        height: 100px;

    }

    .type {
        width: 170px;
        height: 130px;

    }

    .brend {
        width: 170px;
        height: 130px;

    }

    .maps {
        width: 49%;
        height: 600px;
        margin: 3px;
    }
}


.b-input input {
    width: 47%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 10px;
    float: left;

}

.b-input_10 input {
    width: 30%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 5px;
    float: left;

}

.b-input {
    /* default: 2px border + 1px padding */
    margin-right: 2px;
}

.quirks .b-input {
    margin-right: 0;
}

.float-left_1 {
    float: left;
    height: 100%;
    font-size: 1.5em;
    height: 40px;
    vertical-align: middle;
}

.div_hidden {
    visibility: hidden;
    display: none;
}

.cleared {
    clear: both;
}

body {
    /*         border: 1px solid red;*/
}

.border_green {
    border: 1px solid green;
    padding: 2px;
}

.border_red {
    border: 1px solid red;
    padding: 2px;
}


@media (max-width: 1000px) {

    .b-input input {
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        margin: 10px;
        float: left;

    }
}

@media (max-width: 800px) {

    .width-200 {
        width: 150px;

    }

    .padding {
        padding: 5px !important;
    }

    .navbar-text, .mb-30, .btn {
        font-size: medium;
    }

    .row_1 {
        font-size: medium;
    }

    .container {
        padding-right: 10px;
        padding-left: 10px;
    }

    .float-left_1 {
        float: left;
        height: 100%;
        font-size: 1em;
        line-height: 2;
    }


}

@media (max-width: 500px) {

    .float-left_1 {
        float: left;
        height: 100%;

        line-height: 2;
        font-size: 0.7em;
    }


}

.number {
    display: inline-block;
    position: relative;
    max-width: 70px;
    min-width: 50px;
}

.number input[type="number"] {
    display: block;
    height: 32px;
    line-height: 32px;
    width: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-align: center;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
}

.number input[type="number"]::-webkit-outer-spin-button,
.number input[type="number"]::-webkit-inner-spin-button {
    display: none;
}

.number-minus {
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    width: 20px;
    padding: 0;
    display: block;
    text-align: center;
    border: none;
    border-right: 1px solid #ddd;
    font-size: 16px;
    font-weight: 600;
}

.number-plus {
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    width: 20px;
    padding: 0;
    display: block;
    text-align: center;
    border: none;
    border-left: 1px solid #ddd;
    font-size: 16px;
    font-weight: 600;
}


.purple-border textarea {
    border: 1px solid #ba68c8;
}

.purple-border .form-control:focus {
    border: 1px solid #ba68c8;
    box-shadow: 0 0 0 0.2rem rgba(186, 104, 200, .25);
}

.green-border-focus .form-control:focus {
    border: 1px solid #8bc34a;
    box-shadow: 0 0 0 0.2rem rgba(139, 195, 74, .25);
}


.b-input input {
    width: 47%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 10px;
    float: left;

}

.b-input_10 input {
    width: 30%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 5px;
    float: left;

}

.b-input {
    /* default: 2px border + 1px padding */
    margin-right: 2px;
}

.quirks .b-input {
    margin-right: 0;
}

.float-left_1 {
    float: left;
    height: 100%;
    font-size: 1.5em;
    height: 40px;
    vertical-align: middle;
}

.div_hidden {
    visibility: hidden;
    display: none;
}

.cleared {
    clear: both;
}

body {
    /*         border: 1px solid red;*/
}

.border_green {
    border: 1px solid green;
    padding: 2px;
}

.border_red {
    border: 1px solid red;
    padding: 2px;
}


@media (max-width: 1000px) {

    .b-input input {
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        margin: 10px;
        float: left;

    }
}

@media (max-width: 800px) {

    .width-200 {
        width: 150px;

    }

    .padding {
        padding: 5px !important;
    }

    .navbar-text, .mb-30, .btn {
        font-size: medium;
    }

    .row_1 {
        font-size: medium;
    }

    .container {
        padding-right: 10px;
        padding-left: 10px;
    }

    .float-left_1 {
        float: left;
        height: 100%;
        font-size: 1em;
        line-height: 2;
    }


}

@media (max-width: 500px) {

    .float-left_1 {
        float: left;
        height: 100%;

        line-height: 2;
        font-size: 0.7em;
    }


}

.number {
    display: inline-block;
    position: relative;
    max-width: 70px;
    min-width: 50px;
}

.number input[type="number"] {
    display: block;
    height: 32px;
    line-height: 32px;
    width: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-align: center;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
}

.number input[type="number"]::-webkit-outer-spin-button,
.number input[type="number"]::-webkit-inner-spin-button {
    display: none;
}

.number-minus {
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    width: 20px;
    padding: 0;
    display: block;
    text-align: center;
    border: none;
    border-right: 1px solid #ddd;
    font-size: 16px;
    font-weight: 600;
}

.number-plus {
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    width: 20px;
    padding: 0;
    display: block;
    text-align: center;
    border: none;
    border-left: 1px solid #ddd;
    font-size: 16px;
    font-weight: 600;
}


.purple-border textarea {
    border: 1px solid #ba68c8;
}

.purple-border .form-control:focus {
    border: 1px solid #ba68c8;
    box-shadow: 0 0 0 0.2rem rgba(186, 104, 200, .25);
}

.green-border-focus .form-control:focus {
    border: 1px solid #8bc34a;
    box-shadow: 0 0 0 0.2rem rgba(139, 195, 74, .25);
}

