

/* Start:/bitrix/components/bitrix/catalog/templates/kk/style.css?17754832313522*/
.grid {}

.grid .bx_content_section { margin-bottom: 15px; }

.grid .bx_sidebar { margin-bottom: 15px; }

/* grid2x1 */
.grid2x1 {}

.grid2x1 .bx_content_section {
	float: left;
	width: 66%;
	margin-bottom: 15px;
}

.grid2x1 .bx_sidebar {
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	box-sizing: border-box;
}

@media (max-width: 960px) {
	.grid2x1 .bx_sidebar { padding-left: 4%; }
}

@media (max-width: 640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar {
		width: 100%;
		float: none;
	}

	.grid2x1 .bx_sidebar { padding-left: 3%; }
}

@media (max-width: 479px) {
	.grid2x1 .bx_sidebar { padding-left: 1%; }
}

.catalog-block-header {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin: 5px 0;
	padding: 5px 0;
	border-bottom: 2px solid #d9dee6;
	border-bottom-color: var(--primary);
	color: #000;
}


.banner {
	position: relative;
	height: fit-content;
	margin-top: 80px;
}

.banner img {
	width: 100%;
	height: auto;
}

.banner h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-style: italic;
	font-weight: 700;
	font-size: 80px;
	line-height: 100%;
	text-transform: uppercase;
	color: #FFFFFF;
	text-shadow: 4px 0px 10px #262529;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.banner__arrows {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	width: fit-content;
	cursor: pointer;
}

.banner__arrows img {
	width: 50px;
}

.banner__arrows img:nth-child(1),
.banner__arrows img:nth-child(2),
.banner__arrows img:nth-child(3) {
	animation-name: arrows-transition;
	animation-iteration-count: infinite;
	animation-duration: 2s;
	animation-delay: 0s;
	animation-timing-function: ease;
}

.banner__arrows img:nth-child(2) {
	animation-delay: .4s;
}

.banner__arrows img:nth-child(3) {
	animation-delay: .8s;
}

@keyframes arrows-transition {
	0% {
		opacity: 1;
	}

	50% {
		opacity: .4;
	}

	100% {
		opacity: 1;
	}

}

/* .h+.b {
	display: none;
} */

@media (max-width: 1024px) {
	.banner {
		margin-top: 70px;
		height: auto;
		overflow: hidden;
	}

	.banner h1 {
		font-size: 40px;
		line-height: 118.5%;
	}

	.banner__arrows {
		display: none;
	}
}

.gde-kupit__left {
	background-color: #1f1e21c2;
	height: 820px;
	margin-left: auto;
	width: 50%;
	justify-content: center;
	display: flex;
	align-items: center;
	padding: 0 65px 0 52px;
}

.gde-kupit__content h2 {
	font-family: "Roboto Condensed";
	font-style: normal;
	font-weight: 500;
	font-size: 48px;
	line-height: 56px;
	color: #ffffff;
	padding: 42px 0;
}

.gde-kupit__content a {
	width: fit-content;
	background: #670d22;
	gap: 30px;
	display: flex;
	padding: 18px;
	justify-content: space-between;
	align-items: center;
	font-family: "Roboto Condensed";
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
}

.gde-kupit__line {
	width: 297px;
	height: 1px;
	background-color: white;
	margin: 0;
	opacity: 1;
}


.gde-kupit {
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	max-height: 100vh;
}

@media (max-width: 768px) {


	.gde-kupit__left {
		height: 500px;
		padding: 0 3px 0 25px;
	}

	.gde-kupit__content h2 {
		font-size: 28px;
		line-height: 33px;
	}

	.gde-kupit__left {
		width: 100%;
	}
}

@media (max-width: 768px) {


	.gde-kupit__left {
		padding: 0;
	}

	.gde-kupit__line {
		width: 100%;
	}

	.gde-kupit__content {
		align-items: center;
		display: flex;
		flex-direction: column;
	}


}
/* End */


/* Start:/bitrix/templates/hisun/components/bitrix/catalog.section.list/catalog_sections/style.css?177548285112154*/
.b {
    display: none
}
.sections * {
    font-family: 'Roboto Condensed', sans-serif;
}
.gde-kupit__left,
.banner {
    /* height: calc(100vh - 80px); */
    overflow: hidden;
}
/* .banner img {
    height: 100%;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */
.banner h1 {
    width: 100%;
    text-align: center;
}
.sections {
    display: flex;
    flex-direction: column;
    padding: 0 5%;
    background-color: #2b2930;
}

.section {
    display: flex;
    justify-content: space-between;
    padding: 88px 0 100px 0;
    gap: 20px;
    max-height: 100vh;
}

.section:nth-child(even) {
    flex-direction: row-reverse;
}

.section:not(:last-child) {
    border-bottom: 1px solid #DBD9E2;
}

.section__image img {
    width: 70%;
}

.section:nth-child(even) .section__image {
    display: flex;
    justify-content: flex-start;
}

.section:nth-child(odd) .section__image a {
    display: flex;
    justify-content: flex-end;
}

.section__image img {
    height: auto;
}

.section__image {
    height: fit-content;
}

.section__title {
    position: relative;
    display: flex;
    flex-direction: column;
}

.section__title h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    text-transform: uppercase;
    z-index: 2;
    color: #FFFFFF;
    margin-bottom: 0;
    position: relative;
}

.section__title p {
    font-style: italic;
    font-weight: 700;
    font-size: 96px;
    line-height: 100%;
    text-transform: uppercase;
    color: rgba(237, 28, 36, 0.6);
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    /* -webkit-text-stroke: 1px black; */
    white-space: nowrap;
    margin-bottom: 0;
    z-index: 1;
    /* transform: translate(-30%, 35%); */
}

.section__actions {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 0;
    margin: 0;
    margin-bottom: 40px;
}

.section__actions li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 12px;

}

.section__actions {
    margin-bottom: 0;
}

.section__actions li a {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    white-space: nowrap;
}

.section__actions li:before {
    content: '';
    background-image: url(/assets/img/sections_page_images/arrow-action.svg);
    width: 36px;
    height: 36px;
    background-size: 100%;
    flex: 0 0 36px;
    display: block;
    background-repeat: no-repeat;
}

.section__info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.section__image-between {
    display: none;
}

@media (max-width: 1545px) {
    .section__image img {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .section__image-between {
        display: inline;
        max-height: 40vh;
        width: auto;
    }

    .section__info {
        width: 100%;
    }

    .section__image {
        display: none !important;
    }

    .section__title h2 {
        font-size: 40px;
    }

    .section__title p {
        font-size: 64px;
        transform: unset;
        text-align: left;
    }

    .section__title {
        display: flex;
        flex-direction: column;
        gap: 10px
    }

    .section__actions {
        gap: 30px;
        margin-top: 34px;
    }

    .section__actions a {
        font-size: 20px;
        line-height: 23px;
    }

    .section {
        padding: 80px 0;
    }

    .section__actions li a {
        white-space: normal;
    }
}

@media (max-width: 768px) {
    .section {
        max-height: unset;
    }

    .section__title p {
        font-size: 64px;
        transform: unset;
        text-align: right;
    }

    .section__image-between {
        max-height: unset;
        width: 100%;
    }

    .section__actions li a {
        font-size: 20px;
        line-height: 23px;
    }
    /* .banner
    .gde-kupit__left {
        height: calc(100vh - 70px)
    } */
}

.grid {}

.grid .bx_content_section { margin-bottom: 15px; }

.grid .bx_sidebar { margin-bottom: 15px; }

/* grid2x1 */
.grid2x1 {}

.grid2x1 .bx_content_section {
	float: left;
	width: 66%;
	margin-bottom: 15px;
}

.grid2x1 .bx_sidebar {
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	box-sizing: border-box;
}

@media (max-width: 960px) {
	.grid2x1 .bx_sidebar { padding-left: 4%; }
}

@media (max-width: 640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar {
		width: 100%;
		float: none;
	}

	.grid2x1 .bx_sidebar { padding-left: 3%; }
}

@media (max-width: 479px) {
	.grid2x1 .bx_sidebar { padding-left: 1%; }
}

.catalog-block-header {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin: 5px 0;
	padding: 5px 0;
	border-bottom: 2px solid #d9dee6;
	border-bottom-color: var(--primary);
	color: #000;
}


.banner {
	position: relative;
	height: fit-content;
	margin-top: 80px;
}

.banner img {
	width: 100%;
	height: auto;
}

.banner h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-style: italic;
	font-weight: 700;
	font-size: 80px;
	line-height: 100%;
	text-transform: uppercase;
	color: #FFFFFF;
	text-shadow: 4px 0px 10px #262529;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.banner__arrows {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	width: fit-content;
	cursor: pointer;
}

.banner__arrows img {
	width: 50px;
}

.banner__arrows img:nth-child(1),
.banner__arrows img:nth-child(2),
.banner__arrows img:nth-child(3) {
	animation-name: arrows-transition;
	animation-iteration-count: infinite;
	animation-duration: 2s;
	animation-delay: 0s;
	animation-timing-function: ease;
}

.banner__arrows img:nth-child(2) {
	animation-delay: .4s;
}

.banner__arrows img:nth-child(3) {
	animation-delay: .8s;
}

@keyframes arrows-transition {
	0% {
		opacity: 1;
	}

	50% {
		opacity: .4;
	}

	100% {
		opacity: 1;
	}

}

/* .h+.b {
	display: none;
} */

@media (max-width: 1024px) {
	.banner {
		margin-top: 70px;
		height: auto;
		overflow: hidden;
	}

	.banner h1 {
		font-size: 40px;
		line-height: 118.5%;
	}

	.banner__arrows {
		display: none;
	}
}

.gde-kupit__left {
	background-color: #1f1e21c2;
	height: 820px;
	margin-left: auto;
	width: 50%;
	justify-content: center;
	display: flex;
	align-items: center;
	padding: 0 65px 0 52px;
}

.gde-kupit__content h2 {
	font-family: "Roboto Condensed";
	font-style: normal;
	font-weight: 500;
	font-size: 48px;
	line-height: 56px;
	color: #ffffff;
	padding: 42px 0;
}

.gde-kupit__content a {
	width: fit-content;
	background: #670d22;
	gap: 30px;
	display: flex;
	padding: 18px;
	justify-content: space-between;
	align-items: center;
	font-family: "Roboto Condensed";
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
}

.gde-kupit__line {
	width: 297px;
	height: 1px;
	background-color: white;
	margin: 0;
	opacity: 1;
}


.gde-kupit {
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	max-height: 100vh;
}

@media (max-width: 768px) {


	.gde-kupit__left {
		height: 500px;
		padding: 0 3px 0 25px;
	}

	.gde-kupit__content h2 {
		font-size: 28px;
		line-height: 33px;
	}

	.gde-kupit__left {
		width: 100%;
	}
}

@media (max-width: 768px) {


	.gde-kupit__left {
		padding: 0;
	}

	.gde-kupit__line {
		width: 100%;
	}

	.gde-kupit__content {
		align-items: center;
		display: flex;
		flex-direction: column;
	}


}
/* End */


/* Start:/bitrix/templates/hisun/components/bitrix/catalog.section.list/catalog_sections/style.css?17122269044305*/
.b {
    display: none
}
.sections * {
    font-family: 'Roboto Condensed', sans-serif;
}
.gde-kupit__left,
.banner {
    /* height: calc(100vh - 80px); */
    overflow: hidden;
}
/* .banner img {
    height: 100%;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */
.banner h1 {
    width: 100%;
    text-align: center;
}
.sections {
    display: flex;
    flex-direction: column;
    padding: 0 5%;
    background-color: #2b2930;
}

.section {
    display: flex;
    justify-content: space-between;
    padding: 88px 0 100px 0;
    gap: 20px;
    max-height: 100vh;
}

.section:nth-child(even) {
    flex-direction: row-reverse;
}

.section:not(:last-child) {
    border-bottom: 1px solid #DBD9E2;
}

.section__image img {
    width: 70%;
}

.section:nth-child(even) .section__image {
    display: flex;
    justify-content: flex-start;
}

.section:nth-child(odd) .section__image a {
    display: flex;
    justify-content: flex-end;
}

.section__image img {
    height: auto;
}

.section__image {
    height: fit-content;
}

.section__title {
    position: relative;
    display: flex;
    flex-direction: column;
}

.section__title h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    text-transform: uppercase;
    z-index: 2;
    color: #FFFFFF;
    margin-bottom: 0;
    position: relative;
}

.section__title p {
    font-style: italic;
    font-weight: 700;
    font-size: 96px;
    line-height: 100%;
    text-transform: uppercase;
    color: rgba(237, 28, 36, 0.6);
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    /* -webkit-text-stroke: 1px black; */
    white-space: nowrap;
    margin-bottom: 0;
    z-index: 1;
    /* transform: translate(-30%, 35%); */
}

.section__actions {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 0;
    margin: 0;
    margin-bottom: 40px;
}

.section__actions li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 12px;

}

.section__actions {
    margin-bottom: 0;
}

.section__actions li a {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    white-space: nowrap;
}

.section__actions li:before {
    content: '';
    background-image: url(/assets/img/sections_page_images/arrow-action.svg);
    width: 36px;
    height: 36px;
    background-size: 100%;
    flex: 0 0 36px;
    display: block;
    background-repeat: no-repeat;
}

.section__info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.section__image-between {
    display: none;
}

@media (max-width: 1545px) {
    .section__image img {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .section__image-between {
        display: inline;
        max-height: 40vh;
        width: auto;
    }

    .section__info {
        width: 100%;
    }

    .section__image {
        display: none !important;
    }

    .section__title h2 {
        font-size: 40px;
    }

    .section__title p {
        font-size: 64px;
        transform: unset;
        text-align: left;
    }

    .section__title {
        display: flex;
        flex-direction: column;
        gap: 10px
    }

    .section__actions {
        gap: 30px;
        margin-top: 34px;
    }

    .section__actions a {
        font-size: 20px;
        line-height: 23px;
    }

    .section {
        padding: 80px 0;
    }

    .section__actions li a {
        white-space: normal;
    }
}

@media (max-width: 768px) {
    .section {
        max-height: unset;
    }

    .section__title p {
        font-size: 64px;
        transform: unset;
        text-align: right;
    }

    .section__image-between {
        max-height: unset;
        width: 100%;
    }

    .section__actions li a {
        font-size: 20px;
        line-height: 23px;
    }
    /* .banner
    .gde-kupit__left {
        height: calc(100vh - 70px)
    } */
}

.gde-kupit__content p {
    display: block;
    padding: 0 20px;
}


.section-description {
    background-color: #232323;
    padding: 30px 0;
}
.section-description h2 {
    margin: 30px 0;
}
.section-description * {
    color: white;
    line-height: 140%;
    letter-spacing: 1px;
}
.section-description p,
.section-description li {
    font-size: 24px;
}
/* End */
/* /bitrix/components/bitrix/catalog/templates/kk/style.css?17754832313522 */
/* /bitrix/templates/hisun/components/bitrix/catalog.section.list/catalog_sections/style.css?177548285112154 */
