﻿body {
    background-color: #f4f5f8;
}
.card {
    border: none;
    text-decoration: none;
    box-shadow: 0 1px 2px rgba(22,33,54,.16);
}
.formlogin {
    margin: 30px;
}
.sdfgdse {
    width: 100%;
    padding: 0px 30px 0px 30px;
}
.text-link {
    color: gray;
}
.text-coclor {
    color: black;
}
.text-link:hover {
   text-decoration:none;
}
.form-radius{
    border-radius:10px;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
/*блок фильтров*/
.btn-primary {
    color: #fff;
    background-color: #039be5;
    border-color: #039be5;
}

.blok-link-filter {
    background-color: #039be5;
    color: white;
    border-radius: 6px;
    padding: 16px 24px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border: 1px solid white;
}

    .blok-link-filter:hover {
        background-color: #00acff;
        color: white;
    }

    .blok-link-filter:focus {
        background-color: #039be5;
        color: white;
    }

.blok-link-filter {
    margin-top: 0;
    padding: 10px 24px;
}

.input-filter {
    border-radius: 8px;
    border-width: 1px;
    font-size: 15px;
    padding: 10px;
    width: auto;
}

.form-inline-filter {
    margin: 0 0 20px 15px;
}

@media (max-width: 800px) {
    .blfgsdf {
        display: none;
    }

    .imgError {
        width: 80%;
    }

    .dropdown-menu {
        border: none;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .opisanie-blok {
        margin-top: 30px;
    }

    .ppp {
        margin: 10px 0px 10px 0px;
    }

    .ppst p {
        margin: 10px 0px 10px 0px;
    }

    .input-filter {
        width: 100%;
        margin-bottom: 10px;
    }

    .form-inline-filter {
        margin: 0 20px 20px 15px;
    }

    .blok-link-filter {
        width: 100%;
    }
}
.btn-filter {
    background-image: url("../Resources/imgBotton/Filter.png");
    background-color: transparent;
    background-size: 100% 100%;
    width: 35px;
    height: 40px;
    border: none;
}
/*блок фильтров*/

.form-inline-filter {
    margin: 15px;
}


.col-blofas {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 992px) {
    .img-slide {
        width: 190px;
        padding: 5px;
    }

    .imgError {
        width: 400px;
    }

    .fdfdsf {
        display: flex;
    }

    .kloerw {
        width: 500px;
    }

    .dasda {
        padding-bottom: 30px;
    }
    .dsadasdasw {
        float: right;
    }
}

@media (max-width: 992px) {
    .dsadasdasw {
        margin-top: 10px;
    }
    .img-slide {
        width: 165px;
        padding: 5px;
    }

    .fdfdsf {
        display: block;
    }

    .kloerw {
        width: 250px;
    }

    .dasda {
        padding-bottom: 0px;
    }

    .col-blofas {
        padding: 10px 0px 10px 0px;
    }
}
