

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}


/* Блок больших экранов */
.bigfut {
    display: block!Important;
}

/* Блок мобильных экранов */
.smallfut {
    display: none!Important;
}

@media screen and (max-width: 500px) {
    .bigfut {
        display: none!Important;
    }
    .smallfut {
        display: block!Important;
    }
}


/* Кнопка действия */
.btg {
    border: none!important;
    position: absolute;
    right: 5px;
    top: 30px;
}

@media screen and (max-width: 1056px) {
    .btg {
        top: 10px;
    }
}

@media screen and (max-width: 469px) {
    .btg {
        top: 34px;
    }
}
/* Конец кнопки действия */


/* Отмена тени карты на маленьких экранах */
@media screen and (max-width: 469px) {
    .card:hover {
        box-shadow: none;
    }
}
/* Конец кнопки действия */



/* BOOTSTRAP 4 */

.d-inline-block { display: inline-block!Important; }

@media (min-width: 576px) { 
    .d-sm-inline-block { display: inline-block!important; }
}

@media (min-width: 768px) {
    .d-md-inline-block { display: inline-block!important; }
}

@media (min-width: 992px) {
    .d-lg-inline-block { display: inline-block!important; }
}

@media (min-width: 1200px) {
    .d-xl-inline-block { display: inline-block!important; }
}


.d-none { display: none!Important; }
.d-block { display: block!Important; }

@media (min-width: 576px) { 
    .d-sm-none { display: none!important; }
    .d-sm-block { display: block!important; }
}

@media (min-width: 768px) {
    .d-md-none { display: none!important; }
    .d-md-block { display: block!important; }
}

@media (min-width: 992px) {
    .d-lg-none { display: none!important; }
    .d-lg-block { display: block!important; }
}

@media (min-width: 1200px) {
    .d-xl-none { display: none!important; }
    .d-xl-block { display: block!important; }
}


.mt-0, .my-0 { margin-top: 0!important; }
.mt-1, .my-1 { margin-top: .25rem!important; } .mt-1 { margin-top: 5px; }
.mt-2, .my-2 { margin-top: .25rem!important; }
.mt-3, .my-3 { margin-top: 1rem!important; }
.mt-4, .my-4 { margin-top: 1.5rem!important; }

.mb-0, .my-0 { margin-bottom: 0!important; }
.mb-1, .my-1 { margin-bottom: .25rem!important; }
.mb-2, .my-2 { margin-bottom: .5rem!important; }
.mb-3, .my-3 { margin-bottom: 1rem!important; }
.mb-4, .my-4 { margin-bottom: 1.5rem!important; }

.mr-0, .mx-0 { margin-right: 0!important; }
.mr-1, .mx-1 { margin-right: .25rem!important; }
.mr-2, .mx-2 { margin-right: .5rem!important; }
.mr-3, .mx-3 { margin-right: 1rem!important; }
.mr-4, .mx-4 { margin-right: 1.5rem!important; }

.ml-0, .mx-0 { margin-left: 0!important; }
.ml-1, .mx-1 { margin-left: .25rem!important; }
.ml-2, .mx-2 { margin-left: .5rem!important; }
.ml-3, .mx-3 { margin-left: 1rem!important; }
.ml-4, .mx-4 { margin-left: 1.5rem!important; }

@media (min-width: 992px) {
    .mt-lg-0, .my-lg-0 { margin-top: 0!important; }
    .mt-lg-1, .my-lg-1 { margin-top: .25rem!important; }
    .mt-lg-2, .my-lg-2 { margin-top: .5rem!important; }
    .mt-lg-3, .my-lg-3 { margin-top: 1rem!important; }
    .mt-lg-4, .my-lg-4 { margin-top: 1.5rem!important; }
    .mt-lg-5, .my-lg-5 { margin-top: 3rem!important; }

    .mb-lg-0, .my-lg-0 { margin-bottom: 0!important; }
    .mb-lg-1, .my-lg-1 { margin-bottom: .25rem!important; }
    .mb-lg-2, .my-lg-2 { margin-bottom: .5rem!important; }
    .mb-lg-3, .my-lg-3 { margin-bottom: 1rem!important; }
    .mb-lg-4, .my-lg-4 { margin-bottom: 1.5rem!important; }
    .mb-lg-5, .my-lg-5 { margin-bottom: 3rem!important; }

    .mr-lg-0, .mx-lg-0 { margin-right: 0!important; }
    .mr-lg-1, .mx-lg-1 { margin-right: .25rem!important; }
    .mr-lg-2, .mx-lg-2 { margin-right: .5rem!important; }
    .mr-lg-3, .mx-lg-3 { margin-right: 1rem!important; }
    .mr-lg-4, .mx-lg-4 { margin-right: 1.5rem!important; }
    .mr-lg-5, .mx-lg-5 { margin-right: 3rem!important; }

    .ml-lg-0, .mx-lg-0 { margin-left: 0!important; }
    .ml-lg-1, .mx-lg-1 { margin-left: .25rem!important; }
    .ml-lg-2, .mx-lg-2 { margin-left: .5rem!important; }
    .ml-lg-3, .mx-lg-3 { margin-left: 1rem!important; }
    .ml-lg-4, .mx-lg-4 { margin-left: 1.5rem!important; }
    .ml-lg-5, .mx-lg-5 { margin-left: 3rem!important; }
}

@media (min-width: 768px) {
    .mt-md-0, .my-md-0 { margin-top: 0!important; }
    .mt-md-1, .my-md-1 { margin-top: .25rem!important; }
    .mt-md-2, .my-md-2 { margin-top: .5rem!important; }
    .mt-md-3, .my-md-3 { margin-top: 1rem!important; }
    .mt-md-4, .my-md-4 { margin-top: 1.5rem!important; }
    .mt-md-5, .my-md-5 { margin-top: 3rem!important; }

    .mb-md-0, .my-md-0 { margin-bottom: 0!important; }
    .mb-md-1, .my-md-1 { margin-bottom: .25rem!important; }
    .mb-md-2, .my-md-2 { margin-bottom: .5rem!important; }
    .mb-md-3, .my-md-3 { margin-bottom: 1rem!important; }
    .mb-md-4, .my-md-4 { margin-bottom: 1.5rem!important; }
    .mb-md-5, .my-md-5 { margin-bottom: 3rem!important; }

    .mr-md-0, .mx-md-0 { margin-right: 0!important; }
    .mr-md-1, .mx-md-1 { margin-right: .25rem!important; }
    .mr-md-2, .mx-md-2 { margin-right: .5rem!important; }
    .mr-md-3, .mx-md-3 { margin-right: 1rem!important; }
    .mr-md-4, .mx-md-4 { margin-right: 1.5rem!important; }
    .mr-md-5, .mx-md-5 { margin-right: 3rem!important; }

    .ml-md-0, .mx-md-0 { margin-left: 0!important; }
    .ml-md-1, .mx-md-1 { margin-left: .25rem!important; }
    .ml-md-2, .mx-md-2 { margin-left: .5rem!important; }
    .ml-md-3, .mx-md-3 { margin-left: 1rem!important; }
    .ml-md-4, .mx-md-4 { margin-left: 1.5rem!important; }
    .ml-md-5, .mx-md-5 { margin-left: 3rem!important; }
}

@media (min-width: 576px) {
    .mt-sm-0, .my-sm-0 { margin-top: 0!important; }
    .mt-sm-1, .my-sm-1 { margin-top: .25rem!important; }
    .mt-sm-2, .my-sm-2 { margin-top: .5rem!important; }
    .mt-sm-3, .my-sm-3 { margin-top: 1rem!important; }
    .mt-sm-4, .my-sm-4 { margin-top: 1.5rem!important; }
    .mt-sm-5, .my-sm-5 { margin-top: 3rem!important; }

    .mb-sm-0, .my-sm-0 { margin-bottom: 0!important; }
    .mb-sm-1, .my-sm-1 { margin-bottom: .25rem!important; }
    .mb-sm-2, .my-sm-2 { margin-bottom: .5rem!important; }
    .mb-sm-3, .my-sm-3 { margin-bottom: 1rem!important; }
    .mb-sm-4, .my-sm-4 { margin-bottom: 1.5rem!important; }
    .mb-sm-5, .my-sm-5 { margin-bottom: 3rem!important; }

    .mr-sm-0, .mx-sm-0 { margin-right: 0!important; }
    .mr-sm-1, .mx-sm-1 { margin-right: .25rem!important; }
    .mr-sm-2, .mx-sm-2 { margin-right: .5rem!important; }
    .mr-sm-3, .mx-sm-3 { margin-right: 1rem!important; }
    .mr-sm-4, .mx-sm-4 { margin-right: 1.5rem!important; }
    .mr-sm-5, .mx-sm-5 { margin-right: 3rem!important; }

    .ml-sm-0, .mx-sm-0 { margin-left: 0!important; }
    .ml-sm-1, .mx-sm-1 { margin-left: .25rem!important; }
    .ml-sm-2, .mx-sm-2 { margin-left: .5rem!important; }
    .ml-sm-3, .mx-sm-3 { margin-left: 1rem!important; }
    .ml-sm-4, .mx-sm-4 { margin-left: 1.5rem!important; }
    .ml-sm-5, .mx-sm-5 { margin-left: 3rem!important; }
}


/*
.pt-0, .py-0 { margin-top: 0!important; }
.pt-1, .py-1 { margin-top: .25rem!important; }
.pt-2, .py-2 { margin-top: .25rem!important; }
.pt-3, .py-3 { margin-top: 1rem!important; }
.pt-4, .py-4 { margin-top: 1.5rem!important; }

.pb-0, .py-0 { margin-bottom: 0!important; }
.pb-1, .py-1 { margin-bottom: .25rem!important; }
.pb-2, .py-2 { margin-bottom: .5rem!important; }
.pb-3, .py-3 { margin-bottom: 1rem!important; }
.pb-4, .py-4 { margin-bottom: 1.5rem!important; }

.pr-0, .px-0 { margin-right: 0!important; }
.pr-1, .px-1 { margin-right: .25rem!important; }
.pr-2, .px-2 { margin-right: .5rem!important; }
.pr-3, .px-3 { margin-right: 1rem!important; }
.pr-4, .px-4 { margin-right: 1.5rem!important; }

.pl-0, .px-0 { margin-left: 0!important; }
.pl-1, .px-1 { margin-left: .25rem!important; }
.pl-2, .px-2 { margin-left: .5rem!important; }
.pl-3, .px-3 { margin-left: 1rem!important; }
.pl-4, .px-4 { margin-left: 1.5rem!important; }

@media (min-width: 992px) {
    .pt-lg-0, .py-lg-0 { margin-top: 0!important; }
    .pt-lg-1, .py-lg-1 { margin-top: .25rem!important; }
    .pt-lg-2, .py-lg-2 { margin-top: .5rem!important; }
    .pt-lg-3, .py-lg-3 { margin-top: 1rem!important; }
    .pt-lg-4, .py-lg-4 { margin-top: 1.5rem!important; }
    .pt-lg-5, .py-lg-5 { margin-top: 3rem!important; }

    .pb-lg-0, .py-lg-0 { margin-bottom: 0!important; }
    .pb-lg-1, .py-lg-1 { margin-bottom: .25rem!important; }
    .pb-lg-2, .py-lg-2 { margin-bottom: .5rem!important; }
    .pb-lg-3, .py-lg-3 { margin-bottom: 1rem!important; }
    .pb-lg-4, .py-lg-4 { margin-bottom: 1.5rem!important; }
    .pb-lg-5, .py-lg-5 { margin-bottom: 3rem!important; }

    .pr-lg-0, .px-lg-0 { margin-right: 0!important; }
    .pr-lg-1, .px-lg-1 { margin-right: .25rem!important; }
    .pr-lg-2, .px-lg-2 { margin-right: .5rem!important; }
    .pr-lg-3, .px-lg-3 { margin-right: 1rem!important; }
    .pr-lg-4, .px-lg-4 { margin-right: 1.5rem!important; }
    .pr-lg-5, .px-lg-5 { margin-right: 3rem!important; }

    .pl-lg-0, .px-lg-0 { margin-left: 0!important; }
    .pl-lg-1, .px-lg-1 { margin-left: .25rem!important; }
    .pl-lg-2, .px-lg-2 { margin-left: .5rem!important; }
    .pl-lg-3, .px-lg-3 { margin-left: 1rem!important; }
    .pl-lg-4, .px-lg-4 { margin-left: 1.5rem!important; }
    .pl-lg-5, .px-lg-5 { margin-left: 3rem!important; }
}

@media (min-width: 768px) {
    .pt-md-0, .py-md-0 { margin-top: 0!important; }
    .pt-md-1, .py-md-1 { margin-top: .25rem!important; }
    .pt-md-2, .py-md-2 { margin-top: .5rem!important; }
    .pt-md-3, .py-md-3 { margin-top: 1rem!important; }
    .pt-md-4, .py-md-4 { margin-top: 1.5rem!important; }
    .pt-md-5, .py-md-5 { margin-top: 3rem!important; }

    .pb-md-0, .py-md-0 { margin-bottom: 0!important; }
    .pb-md-1, .py-md-1 { margin-bottom: .25rem!important; }
    .pb-md-2, .py-md-2 { margin-bottom: .5rem!important; }
    .pb-md-3, .py-md-3 { margin-bottom: 1rem!important; }
    .pb-md-4, .py-md-4 { margin-bottom: 1.5rem!important; }
    .pb-md-5, .py-md-5 { margin-bottom: 3rem!important; }

    .pr-md-0, .px-md-0 { margin-right: 0!important; }
    .pr-md-1, .px-md-1 { margin-right: .25rem!important; }
    .pr-md-2, .px-md-2 { margin-right: .5rem!important; }
    .pr-md-3, .px-md-3 { margin-right: 1rem!important; }
    .pr-md-4, .px-md-4 { margin-right: 1.5rem!important; }
    .pr-md-5, .px-md-5 { margin-right: 3rem!important; }

    .pl-md-0, .px-md-0 { margin-left: 0!important; }
    .pl-md-1, .px-md-1 { margin-left: .25rem!important; }
    .pl-md-2, .px-md-2 { margin-left: .5rem!important; }
    .pl-md-3, .px-md-3 { margin-left: 1rem!important; }
    .pl-md-4, .px-md-4 { margin-left: 1.5rem!important; }
    .pl-md-5, .px-md-5 { margin-left: 3rem!important; }
}

@media (min-width: 576px) {
    .pt-sm-0, .py-sm-0 { margin-top: 0!important; }
    .pt-sm-1, .py-sm-1 { margin-top: .25rem!important; }
    .pt-sm-2, .py-sm-2 { margin-top: .5rem!important; }
    .pt-sm-3, .py-sm-3 { margin-top: 1rem!important; }
    .pt-sm-4, .py-sm-4 { margin-top: 1.5rem!important; }
    .pt-sm-5, .py-sm-5 { margin-top: 3rem!important; }

    .pb-sm-0, .py-sm-0 { margin-bottom: 0!important; }
    .pb-sm-1, .py-sm-1 { margin-bottom: .25rem!important; }
    .pb-sm-2, .py-sm-2 { margin-bottom: .5rem!important; }
    .pb-sm-3, .py-sm-3 { margin-bottom: 1rem!important; }
    .pb-sm-4, .py-sm-4 { margin-bottom: 1.5rem!important; }
    .pb-sm-5, .py-sm-5 { margin-bottom: 3rem!important; }

    .pr-sm-0, .px-sm-0 { margin-right: 0!important; }
    .pr-sm-1, .px-sm-1 { margin-right: .25rem!important; }
    .pr-sm-2, .px-sm-2 { margin-right: .5rem!important; }
    .pr-sm-3, .px-sm-3 { margin-right: 1rem!important; }
    .pr-sm-4, .px-sm-4 { margin-right: 1.5rem!important; }
    .pr-sm-5, .px-sm-5 { margin-right: 3rem!important; }

    .pl-sm-0, .px-sm-0 { margin-left: 0!important; }
    .pl-sm-1, .px-sm-1 { margin-left: .25rem!important; }
    .pl-sm-2, .px-sm-2 { margin-left: .5rem!important; }
    .pl-sm-3, .px-sm-3 { margin-left: 1rem!important; }
    .pl-sm-4, .px-sm-4 { margin-left: 1.5rem!important; }
    .pl-sm-5, .px-sm-5 { margin-left: 3rem!important; }
}
*/


/*
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
*/


.btn-primary { color: #fff; background-color: #007bff; border-color: #007bff; }
.btn-secondary { color: #fff; background-color: #6c757d; border-color: #6c757d; }
.btn-success { color: #fff; background-color: #28a745; border-color: #28a745; }
.btn-danger { color: #fff; background-color: #dc3545; border-color: #dc3545; }
.btn-warning { color: #212529; background-color: #ffc107; border-color: #ffc107; }
.btn-info { color: #fff; background-color: #17a2b8; border-color: #17a2b8; }
.btn-light { color: #212529; background-color: #f8f9fa; border-color: #f8f9fa; }
.btn-dark { color: #fff; background-color: #343a40; border-color: #343a40; }
.btn-primary:hover { color: #fff; background-color: #0069d9; border-color: #0062cc; }
.btn-secondary:hover { color: #fff; background-color: #5a6268; border-color: #545b62; }
.btn-success:hover { color: #fff; background-color: #218838; border-color: #1e7e34; }
.btn-danger:hover { color: #fff; background-color: #c82333; border-color: #bd2130; }
.btn-warning:hover { color: #212529; background-color: #e0a800; border-color: #d39e00; }
.btn-info:hover { color: #fff; background-color: #138496; border-color: #117a8b; }
.btn-light:hover { color: #212529; background-color: #e2e6ea; border-color: #dae0e5; }
.btn-dark:hover { color: #fff; background-color: #23272b; border-color: #1d2124; }


.btn-outline-primary { color: #007bff; border-color: #007bff; }
.btn-outline-secondary { color: #6c757d; border-color: #6c757d; }
.btn-outline-success { color: #28a745; border-color: #28a745; }
.btn-outline-danger { color: #dc3545; border-color: #dc3545; }
.btn-outline-warning { color: #ffc107; border-color: #ffc107; }
.btn-outline-info { color: #17a2b8; border-color: #17a2b8; }
.btn-outline-light { color: #f8f9fa; border-color: #f8f9fa; }
.btn-outline-dark { color: #343a40; border-color: #343a40; }
.btn-outline-primary:hover { color: #fff; background-color: #007bff; border-color: #007bff; }
.btn-outline-secondary:hover { color: #fff; background-color: #6c757d; border-color: #6c757d; }
.btn-outline-success:hover { color: #fff; background-color: #28a745; border-color: #28a745; }
.btn-outline-danger:hover { color: #fff; background-color: #dc3545; border-color: #dc3545; }
.btn-outline-warning:hover { color: #212529; background-color: #ffc107; border-color: #ffc107;  }
.btn-outline-info:hover { color: #fff; background-color: #17a2b8; border-color: #17a2b8;  }
.btn-outline-light:hover { color: #212529; background-color: #f8f9fa; border-color: #f8f9fa;  }
.btn-outline-dark:hover { color: #fff; background-color: #343a40; border-color: #343a40;  }


.btn-lg { padding: .5rem 1rem; font-size: 1.25rem; line-height: 1.5; border-radius: .3rem; }
.btn-sm { padding: .25rem .5rem; font-size: .875rem; line-height: 1.5; border-radius: .2rem; }


.btn-block { display: block; width: 100%; }


.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}


/*
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, 
.col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, 
.col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, 
.col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, 
.col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, 
.col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, 
.col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, 
.col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
*/


.text-primary { color: #007bff!important; }
.text-secondary { color: #6c757d!important; }
.text-success { color: #28a745!important; }
/*.text-danger { color: #dc3545!important; }*/ .text-danger { color: #ff0000; }
.text-warning { color: #ffc107!important; }
.text-info { color: #17a2b8!important; }
.text-light { color: #f8f9fa!important; }
.text-dark { color: #343a40!important; }
.text-body { color: #212529!important; }
.text-muted { color: #6c757d!important; }
.text-white { color: #fff!important; }
.text-black-50 { color: rgba(0,0,0,.5)!important; }
.text-white-50 { color: rgba(255,255,255,.5)!important; }



/* BOOTSTRAP 3 */

.btn-default { color: #333; background-color: #fff; border-color: #ccc; }
.btn-default:hover { color: #333; background-color: #e6e6e6; border-color: #adadad; }





/* SPINNER LOADER */

.loader{
  width: 100px;
  height: 100px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}

/* LOADER 2 */

#loader-2 span{
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #3498db;
  margin: 35px 5px;
}

#loader-2 span:nth-child(1){
  animation: bounce 1s ease-in-out infinite;
}

#loader-2 span:nth-child(2){
  animation: bounce 1s ease-in-out 0.33s infinite;
}

#loader-2 span:nth-child(3){
  animation: bounce 1s ease-in-out 0.66s infinite;
}

@keyframes bounce{
  0%, 75%, 100%{
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  25%{
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}





/* CURSOR MAP */
.infoyes { cursor: pointer; color: #0078A8; }
.infono { cursor: pointer; color: #212529; }


/* BTN BTNS */
.btn-btns { color: #7A7A7A; background-color: #f6f5ff; border-color: transparent; }
.btn-btns:hover { color: #fff; background-color: #7A7A7A; border-color: transparent; }


/* MODAL CUSTOM */
body {
    min-width: 320px;
}


/* CART CUSTOM */
.cart {
    font-size: 22px;
    position: absolute;
    right: 15px;
    top: 15px;
}


/* Кнопка избранные */
.btt {
    width: 64px;
    height: 64px;
    position: fixed;
    cursor: pointer;
    text-align: center;
    border-radius: 32px;
    z-index: 30;
    color: #fff;
    right: 5px;
/*    right: 70px;*/
}
@media screen and (max-width: 1199px) {
    .btt {
        right: 5px;
    }
}


/* Положение первой кнопки */
.btt1 {
    bottom: 140px;
/*    bottom: 180px;*/
}/*
@media screen and (max-width: 1199px) {
    .btt1 {
        bottom: 160px;
    }
}*/

/* Положение второй кнопки */
.btt2 {
    bottom: 220px;
/*    bottom: 260px;*/
}/*
@media screen and (max-width: 1199px) {
    .btt2 {
        bottom: 230px;
    }
}*/

/* Сниний цвет кнопки */
.btt_sn {
  background-color: #069dfa;
}
.btt_sn:hover {
  background-color: #1fa7fb;
  border-color: #2aabd2;
}

/* Оранжевый цвет кнопки */
.btt_or {
  background-color: #f0ad4e;
}
.btt_or:hover {
  background-color: #ec971f;
  border-color: #eb9316;
}

/* Выравнивание иконки */
.btt_mm .fa {
  margin-top: 23px;
  margin-left: 2px;
  font-size: 18px;
  color: #fff;
}


/* CART LOGO */
.idcart {
    font-size: 22px;
    position: absolute;
    bottom: 10px;
    left: 10px;
}

@media screen and (max-width: 1056px) {
    .idcart {
        bottom: 1px;
    }
}

@media screen and (max-width: 711px) {
    .idcart {
        bottom: 1px;
        font-size: 16px;
    }
}

@media screen and (max-width: 469px) {
    .idcart {
        top: 9px;
        right: 10px;
        bottom: auto;
        left: auto;
        font-size: 22px;
    }
}

