

/* Start:/local/templates/mpc/components/bitrix/news.detail/articles/style.css?17397936007028*/
h2 {
	font-size: 25px;
	font-weight: 700;
	text-align: center;
	color: var(--title);
	text-transform: uppercase;
	margin-bottom: 22px !important;
}

.title-black {
	line-height: 1.1;
	font-size: 24px;
	color: #000000;
	font-weight: 700;
	margin-bottom: 20px;
	text-align: left;
}

@media screen and (max-width: 767px) {
	h2 {
		font-size: 18px;
	}

	.section-title {
		font-size: 17px;
		margin: 25px 0;
		line-height: 1.2;
	}

	.title-black {
		font-size: 17px;
	}
}

.articles-detail__image {
	width: 405px;
	min-width: 405px;
}

.articles-detail__image img {
	border-radius: 8px;
	box-shadow: 0 35px 25px -29px #00000085;
	height: auto;
	max-width: 100%;
}

.articles-detail__date {
	background: var(--primary);
	color: #ffffff;
	font-size: 16px;
	padding: 6px 17px;
	display: inline-block;
	margin-bottom: 20px;
}

.articles-detail__name {
	color: #000000;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 1.4;
	text-wrap: wrap;
}

.articles-detail__container {
	display: flex;
	gap: 50px 60px;
	align-items: center;
	margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
	.articles-detail__container {
		flex-direction: column;
	}
}

@media screen and (max-width: 600px) {
	.articles-detail__container {
		flex-direction: column;
	}

	.articles-detail__image {
		width: 100%;
		min-width: 100%;
	}

	.articles-detail__name {
		font-size: 14px;
		margin-bottom: 15px;
	}

	.articles-detail__date {
		font-size: 14px;
		padding: 4px 12px;
		margin-bottom: 15px;
	}
}

.materials-table {
	width: 100%;
	border-spacing: 0px;
}

.materials-table tr th:not(:first-child) {
	width: 217px;
}

.materials-table td .rectangle {
	margin: 0 auto;
}

.materials-table tr td,
.materials-table tr th {
	padding: 10px;
}

.materials-table tr td:nth-child(even),
.materials-table tr th:nth-child(even) {
	background-color: #f5f5f5;
}

html[data-theme="dark"] .materials-table tr td:nth-child(even),
html[data-theme="dark"] .materials-table tr th:nth-child(even) {
	background-color: var(--secondary);
}

.materials-table tr th:first-child {
	text-align: start;
}

.materials-table tr th {
	text-transform: uppercase;
}

.bgcolor_blue {
	background-color: #4cb1dd;
}

.bgcolor_green {
	background-color: #47c95c;
}

.bgcolor_yellow {
	background-color: #f6e015;
}

.bgcolor_red {
	background-color: #e43838;
}

.simple-table {
	max-width: 1180px;
	margin: 0 auto;
	border-spacing: 0;
}

.simple-table tr th {
	text-align: start;
	text-transform: uppercase;
	padding-bottom: 10px;
	padding-top: 30px;
}

.simple-table tr td {
	padding-bottom: 10px;
	padding-top: 10px;
}

.simple-table tr th:first-child {
	width: 200px;
}

.simple-table tr th:nth-child(2),
.simple-table tr td:nth-child(2) {
	padding-left: 30px;
	padding-right: 30px;
	text-transform: uppercase;
	background-color: #f5f5f5;
}

html[data-theme="dark"] .simple-table tr th:nth-child(2),
html[data-theme="dark"] .simple-table tr td:nth-child(2) {
	background-color: var(--secondary);
}

.simple-table tr:last-child td:last-child {
	padding-bottom: 30px;
}

.circle {
	width: 60px;
	height: 60px;
	border-radius: 50%;
}

.colors-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
}

.color-item {
	display: flex;
	align-items: center;
	gap: 15px;
}

.rectangle {
	width: 40px;
	height: 22px;
	border-radius: 4px;
}

@media (max-width: 1390px) {
	.colors-wrapper {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 767px) {
	.circle {
		width: 32px;
		height: 32px;
	}
}

@media (max-width: 480px) {
	.colors-wrapper {
		grid-template-columns: 1fr;
	}
	.simple-table tr th:first-child {
		width: 130px;
	}
	.simple-table tr th {
		font-size: 13px;
		padding-top: 15px;
	}
	.simple-table tr td {
		padding-bottom: 10px;
		padding-top: 10px;
		font-size: 12px;
	}
	.simple-table tr th:nth-child(2),
	.simple-table tr td:nth-child(2) {
		padding-left: 15px;
		padding-right: 15px;
	}
	.simple-table tr:last-child td:last-child {
		padding-bottom: 15px;
	}
}

.guests-table,
.climatic_zones-table {
	border-spacing: 0;
}

.guests-table .orange_border_left,
.climatic_zones-table .orange_border_left {
	margin: 0;
}

.guests-table th:not(:first-child),
.climatic_zones-table th:not(:first-child) {
	width: 260px;
	text-align: center;
	background-color: #f5f5f5;
	padding: 10px;
}

.guests-table th:first-child,
.climatic_zones-table th {
	width: 400px;
	min-width: 110px;
}

.climatic_zones-table th {
	text-transform: uppercase;
}

.guests-table tr td,
.climatic_zones-table tr td {
	padding: 30px 0;
	border-bottom: 1px solid #cccccc;
}

.climatic_zones-table tr td {
	text-align: center;
}

.climatic_zones-table tr:not(:last-child) td {
	border-bottom: none;
}

.guests-table tr td:not(:first-child),
.guests-table tr th:not(:first-child),
.climatic_zones-table tr th:not(:first-child),
.climatic_zones-table tr th:not(:first-child) {
	text-align: center;
}

.guests-table tr th:nth-child(even),
.climatic_zones-table tr th:nth-child(even) {
	background-color: #e2e2e2;
}

.guests-table tr td img,
.climatic_zones-table tr td img {
	margin: 0 auto;
	margin-bottom: 10px;
}

.guests-table .grid-table-td {
	display: grid;
	grid-template-rows: 100px 100px 100px 100px;
	justify-items: center;
	align-items: center;
}

.guests-table .grid-table-td--3 {
	display: grid;
	grid-template-rows: 100px 100px 100px;
	justify-items: center;
	align-items: center;
}

@media (max-width: 767px) {
	.guests-table th:not(:first-child),
	.climatic_zones-table th:not(:first-child) {
		min-width: 160px;
	}

	.guests-table th:first-child,
	.climatic_zones-table th:first-child {
		width: 30%;
	}

	.guests-table .orange_border_left,
	.climatic_zones-table .orange_border_left {
		padding-right: 15px;
	}
}

.size-table tr:nth-child(4) td {
	border-bottom: none;
}

.size-table .orange_border_left {
	padding-left: 20px;
	text-align: left;
	text-transform: uppercase;
}

.guests-table.size-table .height th:not(:first-child) {
	font-weight: 500;
	background: #f5f5f5;
	min-width: 80px;
}

.guests-table.size-table th:first-child {
	min-width: 180px;
	width: 180px;
}

.size-shoes {
	width: 100%;
}

.size-shoes tr th {
	text-align: left;
	width: 400px;
}

.size-headdress tr th {
	width: 250px;
	text-align: left;
}

.size-shoes tr th .orange_border_left,
.size-headdress tr th .orange_border_left {
	margin-bottom: 0;
}

.size-shoes tr th,
.size-shoes tr td,
.size-headdress tr td,
.size-headdress tr th {
	padding: 20px;
}

.size-shoes tr th,
.size-headdress tr th {
	padding-left: 0;
}

.size-shoes tr td,
.size-headdress tr td {
	text-align: center;
}

.size-headdress {
	max-width: 990px;
	margin: 0 auto;
}

.articles-list__item picture {
	height: inherit;
}

@media (min-width: 1200px) {
	.articles-detail__img {
		max-width: none;
	}
}

h3 {
	margin-bottom: 22px !important;
}

html[data-theme="dark"] .guests-table th:not(:first-child),
html[data-theme="dark"] .climatic_zones-table th:not(:first-child),
html[data-theme="dark"] .guests-table.size-table .height th:not(:first-child) {
	background-color: var(--secondary);
}

/* End */


/* Start:/local/templates/cf/components/bitrix/catalog.products.viewed/main/style.css?17646575803476*/
.section-crosslink {
    margin-bottom: 80px;
    margin-top: 75px;
}

.crosslink {}

.crosslink-nav {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.crosslink:not(.swiper-initialized) .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.crosslink:not(.swiper-initialized) .swiper-slide:nth-child(n+4) {
    display: none;
}

.crosslink__item,
.crosslink__item.swiper-slide {
    padding: 25px 20px 0 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    gap: 30px 25px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 8px;
    overflow: hidden;
    -webkit-box-shadow: 0 37px 25px -20px #00000059;
    box-shadow: 0 37px 25px -20px #00000059;
    border: 1px solid #e7e7e7;
    min-height: 185px;
    width: 33.333%
}


.crosslink__picture {
    position: relative;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 35px;
}

.crosslink__img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom;
    object-position: bottom;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    height: 150px;
}

.crosslink__item:hover .crosslink__img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.crosslink__price {
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--primary);
    color: #ffffff;
    padding: 6px 32px;
    border-radius: 0 8px 0 0;
    white-space: nowrap;
    font-size: 17px;
    font-weight: 600;
    width: 100%;
    text-align: center;
}

.crosslink__content {
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px;
    padding-bottom: 30px;
}

.crosslink__title {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.4;
    font-weight: 600;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.crosslink__title:hover {
    color: var(--primary)
}


@media (max-width: 640px) {
    .crosslink:not(.swiper-initialized) .swiper-wrapper {
        flex-direction: column;
    }

    .crosslink__item {
        width: 100%
    }
}


@media (max-width: 576px) {

    .section-crosslink {
        margin-bottom: 20px;
        margin-top: 30px;
    }
    
    .crosslink__title {
        font-size: 14px;
    }

    .crosslink__item, .crosslink__item.swiper-slide {
        margin: 0;
        min-height: auto;
        box-shadow: 0 18px 14px -14px #00000059;
        width: 100%
    }

    .crosslink-nav {
        margin-top: 35px;
    }

    .crosslink__price {
        padding: 4px 25px;
        font-size: 15px;
    }

    .crosslink__picture {
        padding-bottom: 25px;
    }
}

/* End */


/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?17140788002260*/
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
    display: flex;
    align-items: center;
    gap: 25px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.bx-pagination .bx-pagination-container ul li span{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    color: var(--title);
    font-weight: 700;
    transition: .3s;
}
.bx-pagination .bx-pagination-container ul li a {
    color: var(--title);
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	color: var(--primary);
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
    color: #ffffff;
    background: var(--primary);
    padding: 8px 16px;
    border-radius: 8px;
    line-height: 1;
}

.bx-pagination .bx-pagination-container ul li.last-link,
.bx-pagination .bx-pagination-container ul li.first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
            align-items: baseline;
}

.bx-pagination .bx-pagination-container ul li.last-link::before {
    content: '...';
    font-size: 30px;
    color: #666666;
    margin-right: 20px;
}


.bx-pagination .bx-pagination-container ul li.bx-active + li.last::before {
    display: none;
}

.bx-pagination .bx-pagination-container ul li.first-link::after {
    content: '...';
    font-size: 30px;
    color: #666666;
    margin-left: 20px;
}

.bx-pag-prev {
    transform: rotate(180deg);
    display: flex;
    justify-content: center;
    align-items: center;
}

.bx-pag-next {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 500px) {
    .bx-pagination .bx-pagination-container ul li span {
        font-size: 15px;
    }

    .bx-pagination .bx-pagination-container ul li.last-link::before,
    .bx-pagination .bx-pagination-container ul li.first-link::after {
        font-size: 19px;
    }

    .bx-pagination svg {
        width: 18px;
        height: 18px;
    }

    .bx-pagination .bx-pagination-container ul {
        gap: 18px
    }

    .bx-pagination .bx-pagination-container ul li.bx-active span {
        padding: 6px 11px;
    }
}

/* End */
/* /local/templates/mpc/components/bitrix/news.detail/articles/style.css?17397936007028 */
/* /local/templates/cf/components/bitrix/catalog.products.viewed/main/style.css?17646575803476 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?17140788002260 */
