@media (min-width: 1600px) {

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1430px;
    }
}

@font-face {
    font-family: 'Tilda Sans';
    src: url('/fonts/tilda-sans.woff2') format('woff2'),
        url('/fonts/tilda-sans.woff') format('woff'),
        url('/fonts/tilda-sans.ttf') format('truetype'),
}

body {
    font-family: 'Tilda Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #1b1b1b;
}

main img {
    max-width: 100%;
    height: auto;
}

main iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
}

.text-small {
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
}

.text-bold {
    font-weight: 700;
}

.border-yellow {
    --bs-border-color: #facf0c;
}

.btn-light {
    --bs-btn-bg: #f3f3f7;
}

.bg-black {
    background-color: #1b1b1b;
}

.bg-white {
    background-color: #ffffff;
}

.bg-af-white {
    background-color: #F3F3F7;
}

.bg-red {
    background-color: #c00b0b;
}

.bg-green {
    background-color: #308830;
}

.bg-blue {
    background-color: #0062cc;
}

.bg-yellow {
    background-color: #f8a90d;
}

.text-black {
    color: #1b1b1b;
}

.text-white {
    color: #ffffff;
}

.text-secondary {
    color: #767676;
}

.text-red {
    color: #c00b0b;
}

.text-green {
    color: #308830;
}
.text-green-am {
    color: #3caa3c;
}
.text-blue {
    color: #0062cc;
}

.text-yellow {
    color: #f8a90d;
}

.text-small {
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
}

.link-base {
    color: #1b1b1b;
    text-decoration: none;
}

.callback_link {
    color: #fff;
    background-color: #f00e0e;
    padding: 2px 10px;
    border-radius: 5px;
}

.icon-tile {
    display: inline-block;
    height: 16px;
    width: 24px;
    background-image: url('/images/tile.svg');
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.btn-big {
    padding: 13px 27px;
    line-height: 24px;
}

.btn-red {
    font-weight: 700;
    font-size: 16px;
    --bs-btn-color: #fff;
    --bs-btn-bg: #f00e0e;
    --bs-btn-border-color: #f00e0e;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #C00B0B;
    --bs-btn-hover-border-color: #b02a37;
    --bs-btn-focus-shadow-rgb: 225, 83, 97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b02a37;
    --bs-btn-active-border-color: #a52834;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #dc3545;
    --bs-btn-disabled-border-color: #dc3545;
}

.btn-animate-red {
    font-weight: 700;
    font-size: 16px;
    --bs-btn-color: #fff;
    --bs-btn-bg: #f00e0e;
    --bs-btn-border-color: #f00e0e;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #C00B0B;
    --bs-btn-hover-border-color: #b02a37;
    --bs-btn-focus-shadow-rgb: 225, 83, 97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b02a37;
    --bs-btn-active-border-color: #a52834;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #dc3545;
    --bs-btn-disabled-border-color: #dc3545;
}

.form-control:focus {
    box-shadow: 0 0 0 .1rem rgb(248 169 13);
}

.btn-close:focus {
    box-shadow: none;
}

footer a {
    color: #1b1b1b;
    text-decoration: none;
}


/* basket */
.basket-item-block-amount {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    -ms-flex-align: start;
    padding: 0 10px;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: end;
    justify-content: flex-end;
}
.basket-item-amount-btn-plus, .basket-item-amount-btn-minus {
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: 300ms all ease;
    -webkit-user-select: none;
    background-color: #f6f6f6;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    margin: 0 5px;
    min-width: 40px;
}
.basket-item-amount-btn-plus:before, .basket-item-amount-btn-plus:after, .basket-item-amount-btn-minus:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -5px;
    width: 10px;
    height: 2px;
    background-color: #979797;
    content: "";
    transition: 300ms all ease;
}
.basket-item-amount-filed-block {
    position: relative;
}
.basket-item-amount-filed, .basket-item-block-amount.disabled .basket-item-amount-filed:hover {
    padding: 0;
    width: 60px !important;
    height: 40px;
    height: 40px;
    height: 40px;
    outline: none;
    border: 1px solid #e4e4e4;
    border-radius: 1px;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
    transition: 300ms all ease;
}
.basket-item-amount-btn-plus:before, .basket-item-amount-btn-plus:after, .basket-item-amount-btn-minus:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -5px;
    width: 10px;
    height: 2px;
    background-color: #979797;
    content: "";
    transition: 300ms all ease;
}
.basket-item-amount-btn-plus:before {
    margin-top: -5px;
    margin-left: -1px;
    width: 2px;
    height: 10px;
}
.basket-list-delete {
    color: red;
    cursor: pointer;
    position: absolute;
    right: 5px;
    font-size: 24px;
    top: 0;
    text-align: right;
}

.wrapQuestionReaspekt {
    color: #1b1b1b;
}

.preloader .it-icon-w {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><circle fill="none" stroke-opacity="1" stroke="%23ffffff" stroke-width=".5" cx="100" cy="100" r="0"><animate attributeName="r" calcMode="spline" dur="1" values="1;80" keyTimes="0;1" keySplines="0 .2 .5 1" repeatCount="indefinite"></animate><animate attributeName="stroke-width" calcMode="spline" dur="1" values="0;25" keyTimes="0;1" keySplines="0 .2 .5 1" repeatCount="indefinite"></animate><animate attributeName="stroke-opacity" calcMode="spline" dur="1" values="1;0" keyTimes="0;1" keySplines="0 .2 .5 1" repeatCount="indefinite"></animate></circle></svg>') !important;
    background-size: 100% 100% !important
}

.preloader .it-icon {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><circle fill="none" stroke-opacity="1" stroke="%23000000" stroke-width=".5" cx="100" cy="100" r="0"><animate attributeName="r" calcMode="spline" dur="1" values="1;80" keyTimes="0;1" keySplines="0 .2 .5 1" repeatCount="indefinite"></animate><animate attributeName="stroke-width" calcMode="spline" dur="1" values="0;25" keyTimes="0;1" keySplines="0 .2 .5 1" repeatCount="indefinite"></animate><animate attributeName="stroke-opacity" calcMode="spline" dur="1" values="1;0" keyTimes="0;1" keySplines="0 .2 .5 1" repeatCount="indefinite"></animate></circle></svg>') !important;
    background-size: 100% 100% !important
}

.navbar .btn-basket,
.navbar .btn-basket,
header .btn-comparison {
    position: relative;
}

.navbar .btn-basket span,
.btn-comparison span {
    position: absolute;
    font-size: 13px;
    line-height: 16px;
    color: #fff;
    border-radius: 8px;
    top: 6px;
    width: 16px;
    height: 16px;
    font-weight: 600;
}

.navbar .btn-basket span {
    background-color: #f00e0e;
}

.btn-comparison span {
    background-color: #1b1b1b
}

@media (max-width: 576px) {
    .footer-menu {
        display: none;
        list-style: disc;
        margin-left: 20px;
    }

    .footer-menu.show {
        display: block;
    }

	.footer-menu-title {
		position: relative;
		display: inline-block;
		min-width: 200px;
	}

	.footer-menu-title:after {
		content: " ";
		border-left: 2px solid #2b2b2b;
		border-bottom: 2px solid #2b2b2b;
		height: 12px;
		width: 12px;
		position: absolute;
		right: 0px;
		transform: rotate(-45deg);
		border-radius: 2px;
		top: 4px;
	}

	.footer-menu-title.open:after {
		transform: rotate(135deg);
		top: 10px;
	}
}

@media (min-width: 768px) {
    .border-md {
        border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }
}

@media (max-width: 676px) {
    .swiper-button-next, .swiper-button-prev {
        display: none;
    }
}

@media (max-width: 1199px) {
	jdiv[class^="wrap__"] {
		bottom: 78px;
	}
}