/****** Настройки Страниц ******/

body div {
    font-family: 'Calibri', sans-serif;
}

form {
    width: 100%;
}

a {
    color: #013cff;
}

.btn {
    /* border-radius: 25px; */
    border: 2px solid transparent;
    cursor: pointer;
}

.btn-secondary {
    color: #013cd0;
    border-radius: 0.5rem;
    padding: 0.785rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.6;
    border: 1px solid #013cd0;
    transition: color .2s ease-in-out,
        background-color .2s ease-in-out,
        border-color .2s ease-in-out,
        box-shadow .2s ease-in-out;
}

/*.btn-secondary:hover {
    color: #fff !important;
    border-color: #d9534f !important;
    background-color: #d9534f !important;
}*/

.btn-secondary:hover {
    color: #fff !important;
    border-color: #013cd0 !important;
    background-color: #013cd0 !important;
}

.form-control:focus {
    border-color: #013cd0 !important;
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(175, 207, 48, .5);
    box-shadow: 0 0 0 2px rgba(175, 207, 48, .5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    border-color: #DFDFDF;
    color: #DFDFDF;
}

.btn-outline-success.active,
.btn-outline-success:active,
.show>.btn-outline-success.dropdown-toggle {
    background-color: #013cd0;
    border-color: #013cd0;
    color: #fff;
}

.btn-outline-success {
    color: #013cd0;
    border-color: #013cd0;
    border: 1px solid #013cd0;
    border-radius: 0.5rem;
    padding: 0.785rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.6;
    transition: color .2s ease-in-out,
        background-color .2s ease-in-out,
        border-color .2s ease-in-out,
        box-shadow .2s ease-in-out;
}

.btn-outline-success:hover {
    background-color: #013cd0;
    border-color: #013cd0;
    color: #fff;
}

.form-control {
    border-radius: 25px;
    padding: 0.785rem 1.125rem;
    font-size: 1rem;
    border-radius: 0.5rem;
    display: block;
    width: 100%;
    padding: 0.625rem 1rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    color: #565973;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #d4d7e5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: inset 0 0 0 rgb(0 0 0 / 0%);
    transition: border-color .15s ease-in-out,
        box-shadow .15s ease-in-out;
}

/* Обложка страницы*/
.site-wrapper {
    /*    background: url('/images/blurmaps.png');*/
    background-size: cover;
    background-repeat: no-repeat;
    display: table;
    width: 100%;
    height: 100%;
    min-height: 100%;
}

.site-wrapper .row:first-child {
    margin: 0px;
}

.site-wrapper-inner {
    display: table-cell;
    vertical-align: top;
    background: rgba(255, 255, 255, 0.1);
    vertical-align: middle;
}

/* Футер страницы*/

.mastfoot {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #5f5f5f;
    width: 100%;
}

.footer-mobile {
    text-align: center;
    display: none;
    font-size: 14px;
    color: #5f5f5f;
    padding-top: 20px;
}

/*/*/

/******* Index Стрраница ******/

.wrap-main-block {
    width: 100%;
    padding-top: 20px;
}

.wrap-main-h {
    width: 100%;
    text-align: center;
}

.wrap-main-h>span {
    color: #99979c;
    font-size: 13px;
}


/*/*/

/***** Корзина *****/

.wrap-cart-block {
    padding-top: 20px;
}

.wrap-cart-block .table td {
    vertical-align: middle;
    border-bottom: 1px solid #eceeef;
}

.wrap-cart-block .table thead th {
    white-space: nowrap;
}

/*/*/

.list-group-my-style {
    border-radius: 25px;
    border: 2px solid #808080;
    overflow: hidden;
    margin-bottom: 20px;
}

.list-group-my-style .list-group-item {
    border-color: #808080;
    padding: 5px 20px;
    border: 0px;
}

.list-group-my-style .list-group-item.active {
    background: #013cd0;
}

.footer-information-block {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 460px;
    margin: auto;
}

.footer-information-block-bg {
    padding: 30px;
}
.footer-information-block h5 {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #99979c;
}
.footer-pay-block-h5 {
    text-align: center;
}
.footer-pay-block {
    max-width: 385px;
    text-align: center;
    margin-top: 15px;
}
.footer-pay-block img {
    width: 80px;
    height: 40px;
    margin: 5px;
    border-radius: 5px;
    overflow: hidden;
    border:1px solid #013cd0;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    object-fit: contain;
}

/**** Адаптивность все страниц ****/

@media (max-width: 640px) and (max-height: 640px) {

    /* Обложка */
    .site-wrapper {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    /* Футер */
    .mastfoot {
        background: red;
        display: none;
    }

    .footer-mobile {
        display: block;
    }

}