

/* Start:/local/templates/kmkit/components/bitrix/news.detail/main-offer/style.css?17568972463623*/
.main-page-offer {

}

.main-page-offer-flex {
	display: flex;
}

.main-page-offer-flex-col:nth-child(1) {
	position: relative;
	display: flex;
	flex-flow: column nowrap;

}

.main-page-offer-flex-col:nth-child(2) {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
}

.main-page-offer-flex-col:nth-child(2) video {
	display: block;
	width: 100%;
	margin: auto;
}

.main-page-offer-flex-col > span {
	border-radius: 20px;
	border: 1px solid #000;
	padding: 4px 10px;
	margin-bottom: 10px;
	display: inline-block;
	margin-right: auto;
}

.main-page-offer-flex-col h1 {
	color: #000;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	text-align: justify;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
}

.main-page-offer-flex-col h1 span {

}

.main-page-offer-flex-col > p {
	color: #000;
	font-size: 23px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	letter-spacing: -0.5px;
	opacity: .8;
}

.main-page-offer-flex-action-col {
	margin-bottom: 30px;
}

.main-page-offer-flex-action-col p {
	color: rgba(0, 0, 0, 0.90);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px; /* 138.889% */
	letter-spacing: -0.5px;
}

.main-page-offer-flex--buttons {
	display: flex;
	justify-content: flex-start;
	gap: 10px;
}

.main-page-offer-flex--buttons a {
	display: inline-flex;
	padding: 10px 30px;
	justify-content: center;
	align-items: center;
	gap: 5px;
	border-radius: 44px;
}

.main-page-offer-flex--buttons a:nth-child(1) {
	background: #9D7B65;
	color: #fff;
}

.main-page-offer-flex--buttons a:nth-child(2) {
	border: 1px solid rgba(0, 0, 0, 0.80);
	background: rgba(0, 0, 0, 0.01);
	backdrop-filter: blur(5px);
	color: #000;
}

.main-page-offer-flex--buttons a:nth-child(2) span {
	color: #000;
}

@media (min-width: 320px) {
	.main-page-offer-flex-col h1 {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 20px;
	}
	.main-page-offer-flex {
		flex-flow: column nowrap;
		justify-content: flex-start;
		gap: 40px;
		min-height: calc(100svh - 81px);
	}

	.main-page-offer-flex-col:nth-child(1) {
		width: 100%;
		justify-content: flex-start;
	}

	.main-page-offer-flex-col:nth-child(2) {
		width: 100%;
	}
	.main-page-offer-flex-col > p {
		margin-bottom: 35px;
	}
	.main-page-offer-flex-col > span {
		margin-top: 30px;
	}
	.main-page-offer-flex--buttons {
		flex-flow: column nowrap;
	}
}

@media (min-width: 410px) {

}

@media (min-width: 640px) {
	.main-page-offer-flex-col h1 {
		font-size: 50px;
		line-height: 54px;
	}
	.main-page-offer-flex {
		flex-flow: column nowrap;
		justify-content: flex-start;
		gap: 40px;
		min-height: calc(100svh - 81px);
	}

	.main-page-offer-flex-col:nth-child(1) {
		width: 100%;
	}

	.main-page-offer-flex-col:nth-child(2) {
		width: 100%;
	}
	.main-page-offer-flex-col > p {
		margin-bottom: 35px;
	}
	.main-page-offer-flex-col > span {
		margin-top: 30px;
	}
	.main-page-offer-flex--buttons {
		flex-flow: row nowrap;
	}
}

@media (min-width: 1024px) {
	.main-page-offer-flex-col h1 {
		font-size: 50px;
		line-height: 46px;
	}
	.main-page-offer-flex {
		flex-flow: row nowrap;
		justify-content: space-between;
		gap: 20px;
		min-height: calc(100svh - 81px);
	}

	.main-page-offer-flex-col:nth-child(1) {
		width: 60%;
		justify-content: center;
	}

	.main-page-offer-flex-col:nth-child(2) {
		width: 40%;
	}
	.main-page-offer-flex-col > p {
		margin-bottom: 165px;
	}
	.main-page-offer-flex-col > span {
		margin-top: 100px;
	}
}

@media (min-width: 1280px) {
	.main-page-offer-flex-col h1 {
		font-size: 64px;
		line-height: 60px;
	}

}

@media (min-width: 1440px) {

}
/* End */


/* Start:/local/templates/kmkit/components/bitrix/news.list/common-advantages/style.css?17569714032121*/
.coop-formats {
    margin-bottom: var(--component-bottom-margin);
}

.coop-formats-flex {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 -5px;
}

.coop-format-num-col, .coop-format-col {
    padding: 5px;
}

.coop-format-num-col-inner {
    background-color: #F2F2F2;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    padding: 15px;
    height: 100%;
    border-radius: 15px;
}

.coop-format-num-col-header {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-bottom: 10px;
}

.coop-format-num-col-icon {

}

.coop-format-num-col-num {
    color: rgba(0, 0, 0, 0.40);
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px; /* 125% */
}

.coop-format-num-col-title {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
}

.coop-format-num-col-description {
    color: rgba(0, 0, 0, 0.80);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.coop-format-col-inner {
    border-radius: 15px;
    background-image: url('/local/templates/kmkit/images/format-col-bg.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 -5px;
    padding: 15px;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
    color: #FFF;
    font-size: 29px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

@media (min-width: 320px) {
    .coop-format-num-col, .coop-format-col {
        width: 100%;
    }
}

@media (min-width: 410px) {

}

@media (min-width: 640px) {
    .coop-format-num-col, .coop-format-col {
        width: 50%;
    }
}

@media (min-width: 1024px) {

}

@media (min-width: 1280px) {
    .coop-format-num-col, .coop-format-col {
        width: 33.3333%;
    }
}

@media (min-width: 1440px) {

}
/* End */


/* Start:/local/templates/kmkit/components/bitrix/catalog.section.list/main-page-sections/style.css?17572577673380*/
.main-page-sections {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    margin-bottom: var(--component-bottom-margin);
}

.main-page-sections-title {
    color: #000;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.main-page-sections-flex {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    margin-bottom: 40px;
}

.main-page-sections-flex-item {
    border-bottom: 1px solid rgba(49, 48, 48, 0.12);
}

.main-page-sections-flex-item:hover {
    background-color: var(--color-primary);
}

.main-page-sections-flex-item-inner a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.main-page-sections-flex-title {
    color: #000;
    font-style: normal;
    font-weight: 300;
}

.main-page-sections-flex-item:hover .main-page-sections-flex-title {
    color: #fff;
}

.main-page-sections-flex-video {
    position: relative;
    border-radius: 15px;
}

.main-page-sections-flex-video video {
    display: none;
    position: absolute;
    top: -70px;
    right: 0;
    border-radius: 15px;
}

.main-page-sections-flex-item:hover .main-page-sections-flex-video video {
    display: block;
}

.main-page-sections-footer {

}

.main-page-sections-footer a {
    display: inline-flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    gap: 10px;
    align-items: center;
}

.main-page-sections-footer a span {
    display: inline-block;
}

.main-page-sections-flex-num {
    width: 40px;
    height: 40px;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background-color: var(--color-primary);
    color: #fff;
    border-radius: 50%;
    margin-right: 15px;
    font-size: 20px;
}

.main-page-sections-flex-num span {
    display: inline-block;
    margin: auto;
}


@media (min-width: 320px) {
    .main-page-sections-title {
        font-size: 34px;
    }
    .main-page-sections-title br {
        display: none;
    }
    .main-page-sections-flex-title {
        font-size: 20px;
        padding: 20px 0;
    }
    .main-page-sections-flex-item-inner {
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
        align-items: center;
        position: relative;
    }
    .main-page-sections-flex-num {
        display: flex;
    }
    .main-page-sections-flex-video {
        display: none;
    }
}

@media (min-width: 410px) {

}

@media (min-width: 640px) {
    .main-page-sections-title {
        font-size: 54px;
    }
    .main-page-sections-title br {
        display: inline-block;
    }
    .main-page-sections-flex-title {
        font-size: 40px;
        padding: 24px 0;
    }
}

@media (min-width: 1024px) {
    .main-page-sections-flex-video {
        display: block;
    }
}

@media (min-width: 1280px) {
    .main-page-sections-title {
        font-size: 64px;
    }
    .main-page-sections-flex-title {
        font-size: 60px;
        padding: 32px 0;
    }
    .main-page-sections-flex-item-inner {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: flex-start;
        position: relative;
    }
    .main-page-sections-flex-num {
        display: none;
    }
}

@media (min-width: 1440px) {

}



























/* End */


/* Start:/local/templates/kmkit/components/bitrix/news.list/patents-slider/style.css?175861474068*/
.patents-list {
    margin-bottom: var(--component-bottom-margin);
}
/* End */
/* /local/templates/kmkit/components/bitrix/news.detail/main-offer/style.css?17568972463623 */
/* /local/templates/kmkit/components/bitrix/news.list/common-advantages/style.css?17569714032121 */
/* /local/templates/kmkit/components/bitrix/catalog.section.list/main-page-sections/style.css?17572577673380 */
/* /local/templates/kmkit/components/bitrix/news.list/patents-slider/style.css?175861474068 */
