

/* Start:/local/templates/dmm/css/mainpage.css?17574153258713*/
@keyframes scroll-arrow {
    from {
        transform: translateY(0px);
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    to {
        transform: translateY(15px);
        opacity: 0;
    }
}
.section-title {
    font-family: 'Montserrat Bold', sans-serif;
    font-size: 28px;
}
.section-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
}
.link-more {
    display: flex;
    align-items: center;
}
.link-more p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    margin-right: 15px;
}
.link-more i {
    transform: rotate(270deg);
}
.main-headbanner {
    position: relative;
    width: 100%;
    height: 100%;
}
.main-headbanner:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -120px;
    left: auto;
    right: auto;
    margin: auto;
    display: block;
    width: 100%;
    height: calc(100% + 120px);
    background: url("/local/templates/dmm/images/headbanner-bg.jpg") center no-repeat;
    background-size: cover;
    background-color: #041f3c;
}
.main-headbanner .headbanner-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    min-height: 220px;
}
.main-headbanner .headbanner-block > div {
    min-width: 60%;
}
.main-headbanner .headbanner-block > div > img {
    width: fit-content;
    min-height: 90px;
    padding-right: 5%;
    margin-right: 5%;
    border-right: 1px solid var(--color-lightgray);
}
.main-headbanner .headbanner-block > div > h1 {
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 24px;
    color: white;
    text-align: left;
    line-height: 1.5;
    opacity: .8;
}
.main-headbanner .headbanner-block i.icon-scroll {
    cursor: pointer;
    margin: 70px auto 10px;
}
.main-headbanner .headbanner-block i.icon-arrow-v-w {
    width: 14px;
    height: 7px;
    margin: 0 auto;
    background-size: cover;
    animation-name: scroll-arrow;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
.main-sections {
    position: relative;
    width: 100%;
    height: 100%;
}
.main-sections:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: auto;
    right: auto;
    margin: auto;
    display: block;
    width: 100%;
    height: 100%;
    background: url("/local/templates/dmm/images/main-sections-bg.jpg") center no-repeat;
    background-size: cover;
}
.main-sections .main-sections-block,
.main-catalog-slider .main-catalog-slider-block,
.main-contacts .main-contacts-block {
    padding: 100px 0;
}
.main-sections .main-sections-block .main-sections-title,
.main-catalog-slider .main-catalog-slider-block .main-catalog-slider-title,
.main-contacts .main-contacts-block .main-contacts-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.main-sections .main-sections-block .sections-slider {
    margin-top: 70px;
}
.main-sections .main-sections-block .sections-slider .owl-stage-outer {
    padding: 10px 0;
    overflow-y: visible;
}
.main-sections .main-sections-block .sections-slider .sections-slider-item a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 370px;
    padding: 30px 10px;
    background-color: #0166B310;
    border: 1px solid var(--color-blue);
    border-radius: 10px;
    backdrop-filter: blur(15px);
    transition: transform 0.5s ease;
}
.main-sections .main-sections-block .sections-slider .sections-slider-item a:hover {
    cursor: pointer;
    transform: translateY(-10px);
}
.main-sections .main-sections-block .sections-slider .sections-slider-item .sections-item-textblock {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}
.main-sections .main-sections-block .sections-slider .sections-slider-item .item-title {
    font-family: 'Montserrat Bold', sans-serif;
    font-size: 16px;
    text-align: center;
    height: 70px;
    margin-bottom: 20px;
    color: white;
}
.main-sections .main-sections-block .sections-slider .sections-slider-item .item-cnt {
    font-family: 'Montserrat Medium', sans-serif;
    font-size: 14px;
    text-align: center;
    color: white;
    opacity: .7;
}
.main-sections .main-sections-block .sections-slider .sections-slider-item .item-img {
    width: 90%;
    height: 50%;
    margin: 0 auto;
}
.main-about {
    margin: 150px 0;
}
.main-about .main-about-top,
.main-about .main-about-bottom {
    justify-content: space-between;
}
.main-about .main-about-top {
    height: 250px;
    margin-bottom: 100px;
    overflow: hidden;
}
.main-about .main-about-top > .col-lg-4 {
    height: 100%;
}
.main-about .main-about-top img {
    object-fit: cover;
    border-radius: 10px;
}
.main-about .main-about-top h2 {
    margin-bottom: 70px;
}
.main-about .main-about-bottom .about-tizers {
    display: flex;
    align-items: center;
    height: 60px;
}
.main-about .main-about-bottom .about-tizers img {
    max-width: 60px;
    max-height: 60px;
    margin-right: 15px;
}
.main-about .main-about-bottom .about-tizers p {
    font-family: 'Montserrat SemiBold', sans-serif;
}

.main-slider-wide {}
.main-slider-wide .main-slider-block {
    width: 100%;
    height: 300px;
    background: url("/local/templates/dmm/images/main-slider-d.jpg") center no-repeat;
    background-size: cover;
}

.main-prefs {
    position: relative;
    background: linear-gradient(to bottom, #00040F 50%, #03428F 100%);
    overflow: hidden;
}
.main-prefs .main-prefs-top {
    position: relative;
    padding: 100px 0 150px;
}
.main-prefs .main-prefs-top:before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("/local/templates/dmm/images/main-prefs-bg.jpg") center no-repeat;
    opacity: .2;
}
.main-prefs .main-prefs-top:after {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #00040F 0%, transparent 10%, transparent 90%, #00040F 100%);
}
.main-prefs .main-prefs-top .main-prefs-item {
    position: relative;
    z-index: 1;
    display: flex;
    text-align: center;
    flex-direction: column;
    height: 100%;
    max-height: 350px;
    padding: 70px 10px;
    background-color: #0166B310;
    border: 1px solid var(--color-blue);
    border-radius: 10px;
    backdrop-filter: blur(15px);
}
.main-prefs .main-prefs-top .col-lg-3:first-child .main-prefs-item {
    background-color: transparent;
    border: none;
    align-items: center;
    justify-content: space-around;
    backdrop-filter: none;
}
.main-prefs .main-prefs-top .col-lg-3:first-child .main-prefs-item img {
    width: 185px;
    height: 100px;
}
.main-prefs .main-prefs-top .col-lg-3:first-child .main-prefs-item p {
    font-size: 24px;
}
.main-prefs .main-prefs-top .main-prefs-item .number {
    font-family: 'Montserrat Bold', sans-serif;
    font-size: 100px;
    line-height: 1;
    color: white;
}
.main-prefs .main-prefs-top .main-prefs-item .note {
    font-family: 'Montserrat Bold', sans-serif;
    font-size: 36px;
    line-height: 1;
    margin-bottom: 50px;
    color: white;
}
.main-prefs .main-prefs-top .main-prefs-item span {
    font-family: 'Montserrat Light', sans-serif;
    font-size: 18px;
    color: white;
    width: 85%;
    margin: 0 auto;
}
.main-prefs .main-prefs-bottom {
    min-height: 800px;
}
.main-prefs .main-prefs-bottom h2 {
    position: relative;
    z-index: 1;
    font-family: 'Montserrat Bold', sans-serif;
    font-size: 60px;
    margin-bottom: 80px;
    color: white;
    text-transform: uppercase;
    width: 50%;
}
.main-prefs .main-prefs-bottom p {
    position: relative;
    z-index: 1;
    font-family: 'Montserrat Medium', sans-serif;
    font-size: 28px;
    color: white;
    width: 40%;
}
.main-prefs .main-prefs-bottom img {
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: 0;
    max-height: 800px;
    object-position: right;
}
.main-contacts .main-contacts-map {
    border: 1px solid var(--color-gray);
    background-color: #F5F5F5;
}
.main-contacts .main-contacts-map .col-lg-4 {
    padding: 80px 0;
}
.main-contacts .main-contacts-map .contacts-left {
    margin: 0 70px 15px;
}
.main-contacts .main-contacts-map .contacts-left > p:first-child {
    font-family: 'Montserrat SemiBold', sans-serif;
}
/* End */


/* Start:/local/templates/dmm/components/bitrix/catalog.section/dmm-catalog-slider/style.css?17561901366552*/
.js-products-wrapper .owl-stage-outer {
	padding: 15px;
	margin: -15px;
}
.js-products-wrapper .card {
	padding: 20px;
	border: 1px solid var(--color-gray);
	border-radius: 5px;
	transition: all 0.3s ease;
}
.js-products-wrapper .card:hover {
	border-color: transparent;
	box-shadow: 0 0 20px #EEE;
}
.js-products-wrapper .card .card__picture {
	max-width: 285px;
	max-height: 285px;
	overflow: hidden;
	margin-bottom: 20px;
	border-bottom: 1px solid var(--color-gray);
}
.js-products-wrapper .card .card__title {
	font-family: 'Montserrat SemiBold' ,sans-serif;
	font-size: 14px;
	display: block;
	line-height: 1.5;
	text-decoration: none !important;
	margin-bottom: 30px;
	min-height: 65px;
	text-transform: uppercase;
}
.js-products-wrapper .card .card-price-block {
	display: flex;
	flex-wrap: nowrap;
	align-items: baseline;
	margin-bottom: 25px;
}
.js-products-wrapper .card .card__price,
.js-products-wrapper .list .list__price {
	font-size: 20px;
	font-weight: 600;
	margin-right: 10px;
}
.js-products-wrapper .card .card__oldprice,
.js-products-wrapper .list .list__oldprice {
	font-size: 16px;
	color: var(--color-darkgray);
	font-weight: 500;
	text-decoration: underline;
}
.js-products-wrapper .card .card-chars-short {
	min-height: 65px;
	margin-bottom: 20px;
}
.js-products-wrapper .card .card-chars-short .chars-short__line {
	position: relative;
	display: flex;
	align-items: start;
	justify-content: space-between;
	margin: 0 0 5px 0;
}
/*.js-products-wrapper .card .card-chars-short .chars-short__line:after {
	content: '';
	position: absolute;
	z-index: -1;
	bottom: 6px;
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed var(--color-darkgray);
}*/
.js-products-wrapper .card .card-chars-short .chars-short__line p {
	padding: 0 5px 0 0;
	background-color: white;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	color: var(--color-darkgray);
}
.js-products-wrapper .card .card-chars-short .chars-short__line p.text-end {
	padding: 0 0 0 5px;
	background-color: white;
	font-family: 'Montserrat Medium', sans-serif;
	color: var(--color-black);
}
.js-products-wrapper .card .card-button-block .btn-main span {
	font-family: 'Montserrat SemiBold', sans-serif;
}
.js-products-wrapper .card .compare-btn-block {
	display: none;
	position: absolute;
	z-index: 99;
	top: 20px;
	right: 20px;
}
.js-products-wrapper .card:hover .compare-btn-block {
	display: block;
}
.js-products-wrapper .card .compare-btn-block .compare-btn {
	position: relative;
	display: block;
	width: 20px;
	height: 20px;
}
.js-products-wrapper .card .compare-btn-block .compare-btn input[type="checkbox"] {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.js-products-wrapper .card .compare-btn-block .compare-btn label i {
	cursor: pointer;
	width: 20px;
	height: 20px;
	background-size: contain;
	background-repeat: no-repeat;
}
.js-products-wrapper .card .compare-btn-block .compare-btn label {
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
	border-radius: 3px;
	border: 1px solid transparent;
	transition: all .3s ease;
}
.js-products-wrapper .card .compare-btn-block .compare-btn label:hover,
.js-products-wrapper .card .compare-btn-block .compare-btn label.checked {
	border: 1px solid var(--color-darkgray);
}
.js-products-wrapper .card .compare-btn-block .compare-btn label:hover i,
.js-products-wrapper .card .compare-btn-block .compare-btn label.checked i {
	background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1IDE2VjYuNzY5MjNNOS44IDE2VjRNNSAxNlY5LjA3NjkyIiBzdHJva2U9IiMwMDA0MEYiIHN0cm9rZS13aWR0aD0iMiIvPgo8L3N2Zz4K');
}

.owl-carousel .owl-nav {
	position: absolute;
	z-index: -1;
	top: calc(50% - 42px);
	right: 0;
	left: 0;
	margin: auto -40px;
	width: calc(100% + 80px);
	display: flex;
	justify-content: space-between;
}
.owl-carousel .owl-nav button {
	width: 36px;
	height: 36px;
	border: 1px solid var(--color-darkgray) !important;
	border-radius: 5px !important;
}
.owl-carousel .owl-nav button:hover {
	background: #FFF !important;
}
.owl-carousel .owl-nav button:not(.disabled):hover {
	border-color: var(--color-blue) !important;
}
.owl-carousel .owl-nav button span {
	font-size: 32px;
	line-height: .7;
	color: var(--color-darkgray) !important;
}
.owl-carousel .owl-nav button:not(.disabled):hover span {
	color: var(--color-blue) !important;
}
.owl-carousel .owl-dots {
	margin-top: 20px;
}
.owl-carousel .owl-dots .owl-dot span {
	border-radius: 3px !important;
}

@media(max-width: 450px) {
	.catalog-section {
		margin-bottom: 50px !important;
	}
	.js-products-wrapper .catalog-item {
		margin-bottom: -1px;
		padding: 0 !important;
	}
	.catalog-section .catalog-items .owl-stage-outer {
		padding: 15px 30px;
		margin: -15px -30px;
	}
	.js-products-wrapper .card {
		border-radius: 0;
		margin-right: -1px;
	}
	.js-products-wrapper .card .card__picture {
		max-width: 100%;
		max-height: 100%;
	}
	.js-products-wrapper .card .card__title {
		height: auto !important;
		min-height: 70px;
		margin-bottom: 15px !important;
		font-size: 11px !important;
	}
	.js-products-wrapper .card p.d-price {
		font-size: 20px !important;
	}
	.js-products-wrapper .card .card-chars-short {
		height: auto !important;
		min-height: 100px;
	}
	.js-products-wrapper .card .card-chars-short .chars-short__line {
		flex-direction: column !important;
		margin: 0 0 5px 0 !important;
	}
	.js-products-wrapper .card .card-chars-short .chars-short__line:after {
		display: none;
	}
	.js-products-wrapper .card .card-chars-short .chars-short__line p {
		font-size: 10px !important;
		padding: 0 !important;
		text-align: left;
	}
	.js-products-wrapper .card p.d-price {
		font-size: 20px !important;
		margin: 0 0 10px 0;
	}
	.js-products-wrapper .card .card-chars-short .chars-short__line {
		flex-direction: column;
		margin-bottom: 10px;
	}
	.js-products-wrapper .card .card-chars-short .chars-short__line p {
		font-size: 10px !important;
	}
	.js-products-wrapper .card .card-button-block {
		flex-direction: column;
	}
	.js-products-wrapper .card .card-button-block .btn-gray {
		display: none;
	}
	.js-products-wrapper .card .card-button-block .btn-main {
		width: 100%;
	}
}
@media(max-width: 375px) {
	.js-products-wrapper .card .card__title {
		min-height: 65px;
		font-size: 14px !important;
	}
	.js-products-wrapper .card .card-chars-short {
		min-height: 135px;
	}
	.js-products-wrapper .card .card-chars-short .chars-short__line p {
		font-size: 14px !important;
	}
}
/* End */
/* /local/templates/dmm/css/mainpage.css?17574153258713 */
/* /local/templates/dmm/components/bitrix/catalog.section/dmm-catalog-slider/style.css?17561901366552 */
