@charset "UTF-8";

.mtb-40 {
	margin-top: 40px;
	margin-bottom: 40px;
}

.modal-open .modal {
	z-index: 99999;
}

.modal {
	z-index: 99999;
}

.usluga-p {
	font-weight: bold;
}

.usluga-p span {
	font-weight: normal;
}

.bitrix-logo {
	width: 200px;
}

.cookie-agree {
    z-index: 999999999;
    position: fixed;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    height: auto;
    padding-top: 35px;
    padding-bottom: 35px;
    background-color: #131536;
}

.cookie-agree__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cookie-agree__left {
    width: 80%;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
}

.cookie-agree__left a {
	text-decoration: underline;
	color: #fff;
}

.cookie-agree__right {
    width: 20%;
    text-align: right;
}

@media (max-width: 767px) {
    .cookie-agree__row {
        flex-wrap: wrap;
    }

    .cookie-agree__left {
        width: 100%;
        margin-bottom: 20px;
    }

    .cookie-agree__right {
        width: 100%;
        text-align: left;
    }
}