.navbar-brand
{
    margin-right: 0 !important;
}

a.mx-1.func-btn img {
    max-width: 100%;
}

/* Start:/local/components/bitrix/form.result.new/templates/.default/style.css?1626091778743*/
table.form-table {
    width: 100%;
    background-color: white;
    border-collapse: collapse;
    font-size: 100%;
    font-weight: normal;
    line-height: 160%;
}

table.form-table th, table.form-table td {
    border: 1px solid #d9d9d9;
    padding: 5px 5px;
    vertical-align: top;
}

table.form-table th {
    background-image: url(/local/components/bitrix/form.result.new/templates/.default/images/table_head.png);
    background-repeat: repeat-x;
    text-align: left;
    color: #da251d;
}

table.form-table tfoot th {
    background: transparent;
}

table.form-table td {
    padding: 15px 5px;
}

.form-required {
    color: red;
}

.multiple-fx {
    min-height: 150px;
}

.error-fld {
    display: block;
    float: left;
    height: 13px;
    width: 15px;
    background-repeat: no-repeat;
    background-image: url(/local/components/bitrix/form.result.new/templates/.default/images/icon_warn.gif);
}

.mt-fix {
    margin-top: 0 !important;
}

/* End */


/* Start:/local/templates/ilmax/components/bitrix/news.list/tests_list/style.css?1630249129150*/
div.news-list {
    word-wrap: break-word;
}

div.news-list img.preview_picture {
    float: left;
    margin: 0 4px 6px 0;
}

.news-date-time {
    color: #486DAA;
}

/* End */
/* /local/components/bitrix/form.result.new/templates/.default/style.css?1626091778743 */
/* /local/templates/ilmax/components/bitrix/news.list/tests_list/style.css?1630249129150 */

.contact_nav ul li a {
    background-color: #3f3f38 !important;
    color: #fff !important;
}

.personal-link {

}

.personal-link img {
    max-height: 45px;
}

.personal-link:hover {
    transform: scale(1.1);
}

/*

.wrap-popup{

	width: 200px;
	height: 200px;
	z-index: 9999;
}
*/

.wrap-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 9000;
}

.btn_close {
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    top: 0;
    cursor: pointer;
}

.wrap-popup-text {
    position: relative;
    width: 360px;
    background: #ffffff;
    z-index: 9000;
    padding: 15px;
    display: flex;
    flex-direction: column;
}

.popup-score {
    font-size: 14px;
    font-weight: bold;
}

.popup-img {
    text-align: center;
    height: 150px;
    margin: 10px;
}

.popup-img img {
    height: 100%;
    max-width: 200px;
}

.popup-name {
    text-align: left;
    font-size: 14px;
    color: #666666;

}

.div-choice-sku {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: flex-start;
    margin: 10px -5px 20px -5px;
    margin: 0;
}

.sku-child {
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    /*background: #1A1A1A;*/
    padding: 5px 16px 5px 16px;
    border-radius: 8px;
    border: 1px solid #D9D9D9;
    cursor: pointer;
    width: calc(1 / 2 * 100% - 10px);
   /* width: calc(1 / 4 * 100% - 10px);*/
    margin: 5px;
}

.sku-child:hover {
    background: #1A1A1A;
    color: #ffffff;
    border: 1px solid #1A1A1A;
    transition-duration: 0.5s;
}

.popup-product-item-amount {
    text-align: center;
    display: flex;
    flex-direction: row;

    border-radius: 8px;
    /*border: 1px solid #D9D9D9;*/
    background: #CE0E2D;

    width: 200px;
    margin: 20px auto 0 auto;
}

.product-item-amount-input {
    max-width: 100px;
    height: 30px;
    margin-top: 5px;
    width: 33%;

    text-align: center;
    border: 0px solid #ffffff;

    background: #CE0E2D;
    color: #ffffff;
}

.btn_q {
    font-size: 30px;
    width: 33%;
    height: 30px;
    line-height: 28px;
    margin: 5px;
    color: #ffffff;


}

.btn_q:hover {
    color: #ffffff;
}

.sku-name {
    margin-bottom: 5px;
    font-size: 14px;
}

.choice-sku {
    width: 100%;
    border: 1px solid #e8edef;
}

.sku-1 {
    text-align: left;
}

.btn_q:hover {
    text-decoration: none;
}

.btn_q:focus {
    text-decoration: none;
    color: #ffffff;
}

.popup-sku {
    margin-top: 10px;
}

.btn-wrap {
    margin-top: 20px;
    display: flex;
    flex-direction: row;


    flex-wrap: wrap;

    align-content: flex-start;

}

.btn-wrap div {
    text-align: center;

    font-size: 18px;
    cursor: pointer;


    width: calc(1 / 2 * 100% - 10px);
    margin: 5px;

}

.btn_bottom {
    border-radius: 8px;
    /*border: 1px solid #D9D9D9;*/
    background: #CE0E2D;
    color: #ffffff;
    padding: 8px 16px 8px 16px;
    text-align: center;
}

.btn_basket_in {
    border-radius: 8px;
    border: 1px solid #CE0E2D;
    background: #ffffff;
    color: #CE0E2D;
    padding: 8px 16px 8px 16px;
    text-align: center;
}

.btn-wrap-basket {
    width: 200px;
    margin: 20px auto;
    cursor: pointer;

}

.skuprop-hidden {
    display: none;
}

.sku-active {
    background: #1A1A1A;
    color: #ffffff;
    border: 1px solid #1A1A1A;
}

.goods__button_view {
    cursor: pointer;
    width: 100%;
}

.score-all{
    display: flex;
    padding: 10px 0px;

}
.score-all-txt{
    width: 400px;
    padding: 5px 10px;
    font-size: 13px;
}

.transfer{
    font-size: 13px;
}

.www {
    border: 1px solid red;
}


.catalog-wrap{
    margin-top: 30px;
}




.loader,
.loader:after {
    overflow:hidden;
    border-radius: 50%;
    width: 5em;
    height: 5em;
}
.loader {

    font-size: 0.375rem;/*6px*/
    margin: 20px auto;
    text-indent: -9999em;
    border-top: 0.5em solid rgba(101,171,248, 0.2);
    border-right: 0.5em solid rgba(101,171,248, 0.2);
    border-bottom: 0.5em solid rgba(101,171,248, 0.2);
    border-left:0.5em solid #CF142B;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
