

/* Start:/bitrix/templates/main/assets/fonts/GolosText/stylesheet.css?17742085301465*/
@font-face {
    font-family: 'Golos Text';
    src: local('GolosText-Regular'), local('GolosText Regular'), local('Golos Regular'), local('Golos-Regular'), url('/bitrix/templates/main/assets/fonts/GolosText/GolosText-Regular.woff2') format('woff2'), url('/bitrix/templates/main/assets/fonts/GolosText/GolosText-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Golos Text';
    src: local('GolosText-DemiBold'), local('GolosText DemiBold'), local('Golos DemiBold'), local('Golos-DemiBold'), url('/bitrix/templates/main/assets/fonts/GolosText/GolosText-DemiBold.woff2') format('woff2'), url('/bitrix/templates/main/assets/fonts/GolosText/GolosText-DemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Golos Text';
    src: local('GolosText-Medium'), local('GolosText Medium'), local('Golos Medium'), local('Golos-Medium'), url('/bitrix/templates/main/assets/fonts/GolosText/GolosText-Medium.woff2') format('woff2'), url('/bitrix/templates/main/assets/fonts/GolosText/GolosText-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Golos Text';
    src: local('GolosText-Bold'), local('GolosText Bold'), local('Golos Bold'), local('Golos-Bold'), url('/bitrix/templates/main/assets/fonts/GolosText/GolosText-Bold.woff2') format('woff2'), url('/bitrix/templates/main/assets/fonts/GolosText/GolosText-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Golos Text';
    src: local('GolosText-Bold'), local('GolosText Bold'), local('Golos Bold'), local('Golos-Black'), url('/bitrix/templates/main/assets/fonts/GolosText/GolosText-Black.woff2') format('woff2'), url('/bitrix/templates/main/assets/fonts/GolosText/GolosText-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

/* End */


/* Start:/bitrix/templates/main/components/simai/feedback.error/.default/style.css?17742085455471*/
body 
{
    margin: 0px!important;
    padding: 0px!important;
}

.modal-window-home 
{ 
    z-index: 2000; 
    position: fixed; 
    top: 0px; 
    left: 0px; 
    bottom: 0px; 
    right: 0px; 
    background-color: rgba(0, 0, 0, .6); 
    display: flex; 
    align-items: center; 
    justify-content: center;  
    overflow: visible;
    display: none;
} 
.modal-window-mask {
    position: fixed; 
    top: 0px; 
    left: 0px; 
    bottom: 0px; 
    right: 0px; 
    background-color: rgba(0, 0, 0, .6); 
    display: flex; 
    align-items: center; 
    justify-content: center;  
    overflow: visible;
}

.content-modal-window
{
    position: relative; 
    width: 400px;
    background-color: rgba(255,255,255,.99);
    border-radius: 3px; 
    display: inline-grid;
} 

.btn-button-modal-window
{ 
    margin-bottom: 0px; 
    margin-right: 0px; 
    float: right; 
    padding: 5px 7px; 
    margin: 7px 20px; 
    font-size: 24px;
} 

/*
*   ЗАГОЛОВОК ОСНОВНОГО ОКНА СООБЩЕНИЯ
*   ОБ ОШИБКЕ
*
*/
.header-modal-window
{   
    background-color: #FFFFFF; 
    border-top-left-radius: 3px; 
    border-top-right-radius: 3px; 
    border-bottom: 1px solid rgba(0,0,0,0.1);
    width: 100%;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
}

.header-modal-window-text
{ 
    font-family: Verdana, Arial, Helvetica, sans-serif !important; 
    display: inline-block; 
    padding-left: 20px;
    font-size: 18px;
    color: rgba(0,0,0, .87);
    width: 100%;
} 

/*
*   ПОДВАЛ ОСНОВНОГО ОКНА СООБЩЕНИЯ
*   ОБ ОШИБКЕ
*
*/
.footer-modal-window
{ 
    background-color: #FFFFFF;
    overflow: hidden; 
    border-bottom-left-radius: 3px; 
    border-bottom-right-radius: 3px;
    width: 100%;
} 

.content-modal-window-message-submit
{ 
    background-color: #FFFFFF;
    padding: 0 20px 0px 20px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.content-modal-window-message-submit p {
    font-size: 16px;
    color: rgba(0,0,0, .87);
    font-weight: 600;
}

.content-modal-window-message-submit div {
    font-size: 16px;
    color: rgba(0, 0, 0, .54);
}


.message-text-submit
{  
    resize: none; 
    min-height: 250px; 
    min-width: 350px;
} 

.close-icon-button-block
{ 
    float: right;  
    display: flex; 
    align-items: center; 
    justify-content: center; 
    overflow: hidden;
    padding: 15px;
} 

.close-icon-button-block:hover
{ 
    background-color: rgba(218, 223, 225, 1.0); 
    cursor: pointer; 
} 




/*
*   but-sm СТАНДАРТАНАЯ КНОПКА
*   БЕЗ ЦВЕТОВОЙ СХЕМЫ
*
*/
.but-sm
{
    font-weight: normal;
    white-space: normal;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.but-sm
{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px;
}

.but-sm:hover, .but-sm:focus
{
    -webkit-transition: background-position 0s linear;
    -moz-transition: background-position 0s linear;
    -o-transition: background-position 0s linear;
    transition: background-position 0s linear;
}

/*
*-----but-sm-submit-----
*   КНОПКА С ЦВЕТОВОЙ СХЕМОЙ
*   ДЛЯ КНОПКИ ОТПРАВИТЬ(SUBMIT)
*/
.but-sm-submit
{
    color: rgba(255,255,255,.87);
    background-color:#3498DB;
    border-color:#22A7F0;
}
.but-sm-submit:hover, .but-sm-submit:focus
{
    color: rgba(255,255,255,.87);
    background-color:  #3498FF;
    border-color: #3498DB;
    font-weight: 500;
}

/*
*-----but-sm-cansel-----
*   КНОПКА С ЦВЕТОВОЙ СХЕМОЙ
*   ДЛЯ КНОПКИ ОТПРАВИТЬ(SUBMIT)
*/
.but-sm-cancel
{
    color: #FFFFFF;
    background-color: #e74c3c;
    border-color: #c0392b;
}

.but-sm-cancel:hover, .but-sm-cancel:focus
{
    color: #FFFFFF;
    background-color: #c0392b; 
    border-color: #e74c3c;
}


/*
*
*
*/

.but-sm-default
{
    color: #333333;
    background-color: #F2F1EF;
    border-color: #BDC3C7;
}

.but-sm-default:hover, .but-sm-default:focus
{
    color: #333333;
    background-color: #FFFFFF;
    border-color: #BDC3C7;
}

/*
*
*
*/
.form-sm-element
{
    display: block;
    background-color: #fff;
    background-image: none;
    border: 1px solid rgba(0,0,0,.38);
    border-radius: 2px;
    padding: 2% 0 0 2%;
    font-family: Verdana, Arial, Helvetica, sans-serif !important;
    font-size: .8em;
    color: rgba(0, 0, 0, .54);
}

.form-sm-element:focus {
    border-color: #66afe9;
    outline: 0;
}


.content-form-message-user
{

}



.over-mask {
    opacity: .99;
    z-index: 1000;
}

.but-close-over-mask {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
}

.no-bold {
    font-weight: normal;
    opacity: 0.7;
}

.text-error {
    margin: 0 0 1rem 0;
}

.m-20 {
    margin: 10px 20px;
}
/* End */


/* Start:/bitrix/templates/main/template_styles.css?1774208512187896*/
@import "/bitrix/templates/main/./assets/fonts/GolosText/stylesheet.css";

/***************reset***************/

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

* {
	margin: 0;
	border: none;
	padding: 0;
	box-sizing: border-box;
}

*::before,
*::after {
	box-sizing: border-box;
}

ol,
ul {
	list-style: none;
}

small {
	font-size: 80%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

label {
	display: block;
}

label[for] {
	cursor: pointer;
}

button {
	outline: none;
	font-size: inherit;
	line-height: normal;
	font-family: inherit;
	color: inherit;
	background-color: transparent;
	cursor: pointer;
}

select {
	outline: none;
	font-size: inherit;
	line-height: normal;
	font-family: inherit;
	color: inherit;
	text-overflow: ellipsis;
}

input {
	outline: none;
	display: block;
	font-family: inherit;
	font-size: inherit;
	line-height: normal;
	text-overflow: ellipsis;
	color: inherit;
}

textarea {
	overflow: auto;
	resize: none;
	outline: none;
	display: block;
	margin-top: 0;
	margin-bottom: 0;
	width: 100%;
	font-size: inherit;
	line-height: normal;
	font-family: inherit;
	color: inherit;
}

[hidden] {
	display: none !important;
}

/*Swiper 5.0.3*/
@font-face {
	font-family: swiper-icons;
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

:root {
	--swiper-theme-color: #007aff;
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
	-ms-flex-direction: column;
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -ms-flexbox;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
	flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: column;
	flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
	-ms-flex-align: start;
	align-items: flex-start;
	transition-property: transform, height;
}

.swiper-container-3d {
	perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
	scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
	scroll-snap-type: y mandatory;
}

:root {
	--swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
	z-index: 10;
	cursor: pointer;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 10px;
	right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
	content: 'prev';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 10px;
	left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	content: 'next';
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
	--swiper-navigation-color: #ffffff;
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
	--swiper-navigation-color: #000000;
}

.swiper-button-lock {
	display: none;
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: 0.3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%;
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(0.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(0.33);
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000000;
	opacity: 0.2;
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: 0.2s transform, 0.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 0.2s transform, 0.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-white {
	--swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
	--swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
	display: none;
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	left: 0;
	top: 0;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

.swiper-scrollbar-lock {
	display: none;
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.swiper-slide-zoomed {
	cursor: move;
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	animation: swiper-preloader-spin 1s infinite linear;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #ffffff;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000000;
}

@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg);
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube {
	overflow: visible;
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0;
}

.swiper-container-flip {
	overflow: visible;
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/*fancybox*/
.fancybox-enabled {
	overflow: hidden;
}

.fancybox-enabled body {
	overflow: visible;
	height: 100%;
}

.fancybox-is-hidden {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden;
}

.fancybox-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99993;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.fancybox-container ~ .fancybox-container {
	z-index: 99992;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.fancybox-outer {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
	opacity: 0.87;
	transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
	position: absolute;
	direction: ltr;
	z-index: 99997;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.25s, visibility 0s linear 0.25s;
	box-sizing: border-box;
}

.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	visibility: visible;
	transition: opacity 0.25s, visibility 0s;
}

.fancybox-infobar {
	top: 0;
	left: 50%;
	margin-left: -79px;
}

.fancybox-infobar__body {
	display: inline-block;
	width: 70px;
	line-height: 44px;
	font-size: 13px;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	text-align: center;
	color: #dddddd;
	background-color: rgba(30, 30, 30, 0.7);
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-toolbar {
	top: 0;
	right: 0;
}

.fancybox-stage {
	overflow: hidden;
	direction: ltr;
	z-index: 99994;
	-webkit-transform: translateZ(0);
}

.fancybox-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	outline: none;
	white-space: normal;
	box-sizing: border-box;
	text-align: center;
	z-index: 99994;
	-webkit-overflow-scrolling: touch;
	display: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.fancybox-slide:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
	display: block;
}

.fancybox-slide--image {
	overflow: visible;
}

.fancybox-slide--image:before {
	display: none;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
	background: #000000;
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
	background: #e5e3df;
}

.fancybox-slide--next {
	z-index: 99995;
}

.fancybox-slide > * {
	display: inline-block;
	position: relative;
	padding: 24px;
	margin: 44px 0;
	border-width: 0;
	vertical-align: middle;
	text-align: left;
	background-color: #ffffff;
	overflow: auto;
	box-sizing: border-box;
}

.fancybox-slide .fancybox-image-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 99995;
	background: transparent;
	cursor: default;
	overflow: visible;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
	cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
	cursor: -webkit-grab;
	cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	max-width: none;
	max-height: none;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
	padding: 0;
	width: 80%;
	height: 80%;
	max-width: calc(100% - 100px);
	max-height: calc(100% - 88px);
	overflow: visible;
	background: #ffffff;
}

.fancybox-iframe {
	display: block;
	padding: 0;
	border: 0;
	height: 100%;
}

.fancybox-error,
.fancybox-iframe {
	margin: 0;
	width: 100%;
	background: #ffffff;
}

.fancybox-error {
	padding: 40px;
	max-width: 380px;
	cursor: default;
}

.fancybox-error p {
	margin: 0;
	padding: 0;
	color: #444444;
	font: 16px/20px Helvetica Neue, Helvetica, Arial, sans-serif;
}

.fancybox-close-small {
	position: absolute;
	top: 0;
	right: 0;
	width: 44px;
	height: 44px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	outline: none;
	background: transparent;
	z-index: 10;
	cursor: pointer;
}

.fancybox-close-small:after {
	content: "×";
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
	color: #888888;
	font-weight: 300;
	text-align: center;
	border-radius: 50%;
	border-width: 0;
	background: #ffffff;
	transition: background 0.25s;
	box-sizing: border-box;
	z-index: 2;
}

.fancybox-close-small:focus:after {
	outline: 1px dotted #888888;
}

.fancybox-close-small:hover:after {
	color: #555555;
	background: #eeeeee;
}

.fancybox-slide--iframe .fancybox-close-small {
	top: 0;
	right: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:after {
	background: transparent;
	font-size: 35px;
	color: #aaaaaa;
}

.fancybox-slide--iframe .fancybox-close-small:hover:after {
	color: #ffffff;
}

.fancybox-caption-wrap {
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px 30px 0;
	background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
	pointer-events: none;
}

.fancybox-caption {
	padding: 30px 0;
	border-top: 1px solid hsla(0, 0%, 100%, 0.4);
	font-size: 14px;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #ffffff;
	line-height: 20px;
	-webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
	pointer-events: all;
}

.fancybox-caption a {
	color: #ffffff;
	text-decoration: underline;
}

.fancybox-button {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background: transparent;
	color: #dddddd;
	border-radius: 0;
	cursor: pointer;
	vertical-align: top;
	outline: none;
}

.fancybox-button[disabled] {
	cursor: default;
	pointer-events: none;
}

.fancybox-button,
.fancybox-infobar__body {
	background: rgba(30, 30, 30, 0.6);
}

.fancybox-button:hover:not([disabled]) {
	color: #ffffff;
	background: rgba(0, 0, 0, 0.8);
}

.fancybox-button:after,
.fancybox-button:before {
	content: "";
	pointer-events: none;
	position: absolute;
	background-color: currentColor;
	color: currentColor;
	opacity: 0.9;
	box-sizing: border-box;
	display: inline-block;
}

.fancybox-button[disabled]:after,
.fancybox-button[disabled]:before {
	opacity: 0.3;
}

.fancybox-button--left:after,
.fancybox-button--right:after {
	top: 18px;
	width: 6px;
	height: 6px;
	background: transparent;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
}

.fancybox-button--left:after {
	left: 20px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.fancybox-button--right:after {
	right: 20px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.fancybox-button--left {
	border-bottom-left-radius: 5px;
}

.fancybox-button--right {
	border-bottom-right-radius: 5px;
}

.fancybox-button--close:after,
.fancybox-button--close:before {
	content: "";
	display: inline-block;
	position: absolute;
	height: 2px;
	width: 16px;
	top: calc(50% - 1px);
	left: calc(50% - 8px);
}

.fancybox-button--close:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.fancybox-button--close:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.fancybox-arrow {
	position: absolute;
	top: 50%;
	margin: -50px 0 0;
	height: 100px;
	width: 54px;
	padding: 0;
	border: 0;
	outline: none;
	background: none;
	cursor: pointer;
	z-index: 99995;
	opacity: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: opacity 0.25s;
}

.fancybox-arrow:after {
	content: "";
	position: absolute;
	top: 28px;
	width: 44px;
	height: 44px;
	background-color: rgba(30, 30, 30, 0.8);
	background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 24px 24px;
}

.fancybox-arrow--right {
	right: 0;
}

.fancybox-arrow--left {
	left: 0;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.fancybox-arrow--left:after,
.fancybox-arrow--right:after {
	left: 0;
}

.fancybox-show-nav .fancybox-arrow {
	opacity: 0.6;
}

.fancybox-show-nav .fancybox-arrow[disabled] {
	opacity: 0.3;
}

.fancybox-loading {
	border: 6px solid hsla(0, 0%, 39%, 0.4);
	border-top: 6px solid hsla(0, 0%, 100%, 0.6);
	border-radius: 100%;
	height: 50px;
	width: 50px;
	-webkit-animation: a 0.8s infinite linear;
	animation: a 0.8s infinite linear;
	background: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	z-index: 99999;
}

@-webkit-keyframes a {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes a {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.fancybox-animated {
	transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	opacity: 1;
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
	opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	transform: scale3d(0.5, 0.5, 0.5);
	opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	opacity: 1;
}

.fancybox-fx-rotate.fancybox-slide--previous {
	-webkit-transform: rotate(-1turn);
	transform: rotate(-1turn);
	opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
	-webkit-transform: rotate(1turn);
	transform: rotate(1turn);
	opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	opacity: 1;
}

.fancybox-fx-circular.fancybox-slide--previous {
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
	-webkit-transform: scaleX(1) translateZ(0);
	transform: scaleX(1) translateZ(0);
	opacity: 1;
}

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translateZ(0) scale(1);
	transform: translateZ(0) scale(1);
}

@media (max-width: 800px) {
	.fancybox-infobar {
		left: 0;
		margin-left: 0;
	}
	
	.fancybox-button--left,
	.fancybox-button--right {
		display: none !important;
	}
	
	.fancybox-caption {
		padding: 20px 0;
		margin: 0;
	}
}

.fancybox-button--fullscreen:before {
	width: 15px;
	height: 11px;
	left: calc(50% - 7px);
	top: calc(50% - 6px);
	border: 2px solid;
	background: none;
}

.fancybox-button--pause:before,
.fancybox-button--play:before {
	top: calc(50% - 6px);
	left: calc(50% - 4px);
	background: transparent;
}

.fancybox-button--play:before {
	width: 0;
	height: 0;
	border-top: 6px inset transparent;
	border-bottom: 6px inset transparent;
	border-left: 10px solid;
	border-radius: 1px;
}

.fancybox-button--pause:before {
	width: 7px;
	height: 11px;
	border-style: solid;
	border-width: 0 2px;
}

.fancybox-button--thumbs,
.fancybox-thumbs {
	display: none;
}

@media (min-width: 800px) {
	.fancybox-button--thumbs {
		display: inline-block;
	}
	
	.fancybox-button--thumbs span {
		font-size: 23px;
	}
	
	.fancybox-button--thumbs:before {
		width: 3px;
		height: 3px;
		top: calc(50% - 2px);
		left: calc(50% - 2px);
		box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, inset 0 0 0 32px, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
	}
	
	.fancybox-thumbs {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: auto;
		width: 220px;
		margin: 0;
		padding: 5px 5px 0 0;
		background: #ffffff;
		word-break: normal;
		-webkit-tap-highlight-color: transparent;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		box-sizing: border-box;
		z-index: 99995;
	}
	
	.fancybox-show-thumbs .fancybox-thumbs {
		display: block;
	}
	
	.fancybox-show-thumbs .fancybox-inner {
		right: 220px;
	}
	
	.fancybox-thumbs > ul {
		list-style: none;
		position: relative;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		overflow-x: hidden;
		overflow-y: auto;
		font-size: 0;
	}
	
	.fancybox-thumbs > ul > li {
		float: left;
		overflow: hidden;
		max-width: 50%;
		padding: 0;
		margin: 0;
		width: 105px;
		height: 75px;
		position: relative;
		cursor: pointer;
		outline: none;
		border: 5px solid transparent;
		border-top-width: 0;
		border-right-width: 0;
		-webkit-tap-highlight-color: transparent;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		box-sizing: border-box;
	}
	
	li.fancybox-thumbs-loading {
		background: rgba(0, 0, 0, 0.1);
	}
	
	.fancybox-thumbs > ul > li > img {
		position: absolute;
		top: 0;
		left: 0;
		min-width: 100%;
		min-height: 100%;
		max-width: none;
		max-height: none;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	
	.fancybox-thumbs > ul > li:before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		border-radius: 2px;
		border: 4px solid #4ea7f9;
		z-index: 99991;
		opacity: 0;
		transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	}
	
	.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
		opacity: 1;
	}
}

@-ms-viewport {
	width: device-width;
}

html {
	box-sizing: border-box;
	-ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

.container {
	box-sizing: border-box;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1180px;
	}
}

@media (min-width: 1300px) {
	.container {
		max-width: 1280px;
	}
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: calc(var(--grid-gap) * -1);
	margin-left: calc(var(--grid-gap) * -1);
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs,
.col-xs-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: var(--grid-gap);
	padding-left: var(--grid-gap);
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.col-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.col-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.col-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.col-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.col-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.col-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.col-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.order-first {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}

.order-last {
	-webkit-box-ordinal-group: 14;
	-ms-flex-order: 13;
	order: 13;
}

.order-0 {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

.order-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.order-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.order-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.order-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}

.order-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
}

.order-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6;
}

.order-7 {
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7;
}

.order-8 {
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8;
}

.order-9 {
	-webkit-box-ordinal-group: 10;
	-ms-flex-order: 9;
	order: 9;
}

.order-10 {
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10;
}

.order-11 {
	-webkit-box-ordinal-group: 12;
	-ms-flex-order: 11;
	order: 11;
}

.order-12 {
	-webkit-box-ordinal-group: 13;
	-ms-flex-order: 12;
	order: 12;
}

.offset-1 {
	margin-left: 8.333333%;
}

.offset-2 {
	margin-left: 16.666667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.333333%;
}

.offset-5 {
	margin-left: 41.666667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.333333%;
}

.offset-8 {
	margin-left: 66.666667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.333333%;
}

.offset-11 {
	margin-left: 91.666667%;
}

@media (min-width: 441px) {
	.col-xs {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.col-xs-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	
	.col-xs-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	
	.col-xs-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	
	.col-xs-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-xs-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.col-xs-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	
	.col-xs-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-xs-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	
	.col-xs-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	
	.col-xs-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-xs-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	
	.col-xs-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	
	.col-xs-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.order-xs-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	
	.order-xs-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}
	
	.order-xs-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	
	.order-xs-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	
	.order-xs-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	
	.order-xs-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	
	.order-xs-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	
	.order-xs-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	
	.order-xs-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
	
	.order-xs-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	
	.order-xs-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	
	.order-xs-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	
	.order-xs-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	
	.order-xs-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}
	
	.order-xs-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}
	
	.offset-xs-0 {
		margin-left: 0;
	}
	
	.offset-xs-1 {
		margin-left: 8.333333%;
	}
	
	.offset-xs-2 {
		margin-left: 16.666667%;
	}
	
	.offset-xs-3 {
		margin-left: 25%;
	}
	
	.offset-xs-4 {
		margin-left: 33.333333%;
	}
	
	.offset-xs-5 {
		margin-left: 41.666667%;
	}
	
	.offset-xs-6 {
		margin-left: 50%;
	}
	
	.offset-xs-7 {
		margin-left: 58.333333%;
	}
	
	.offset-xs-8 {
		margin-left: 66.666667%;
	}
	
	.offset-xs-9 {
		margin-left: 75%;
	}
	
	.offset-xs-10 {
		margin-left: 83.333333%;
	}
	
	.offset-xs-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.col-sm-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	
	.col-sm-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	
	.col-sm-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	
	.col-sm-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-sm-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.col-sm-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	
	.col-sm-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-sm-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	
	.col-sm-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	
	.col-sm-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-sm-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	
	.col-sm-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	
	.col-sm-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.order-sm-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	
	.order-sm-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}
	
	.order-sm-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	
	.order-sm-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	
	.order-sm-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	
	.order-sm-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	
	.order-sm-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	
	.order-sm-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	
	.order-sm-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
	
	.order-sm-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	
	.order-sm-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	
	.order-sm-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	
	.order-sm-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	
	.order-sm-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}
	
	.order-sm-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}
	
	.offset-sm-0 {
		margin-left: 0;
	}
	
	.offset-sm-1 {
		margin-left: 8.333333%;
	}
	
	.offset-sm-2 {
		margin-left: 16.666667%;
	}
	
	.offset-sm-3 {
		margin-left: 25%;
	}
	
	.offset-sm-4 {
		margin-left: 33.333333%;
	}
	
	.offset-sm-5 {
		margin-left: 41.666667%;
	}
	
	.offset-sm-6 {
		margin-left: 50%;
	}
	
	.offset-sm-7 {
		margin-left: 58.333333%;
	}
	
	.offset-sm-8 {
		margin-left: 66.666667%;
	}
	
	.offset-sm-9 {
		margin-left: 75%;
	}
	
	.offset-sm-10 {
		margin-left: 83.333333%;
	}
	
	.offset-sm-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.col-md-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	
	.col-md-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	
	.col-md-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	
	.col-md-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.col-md-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	
	.col-md-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-md-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	
	.col-md-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	
	.col-md-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-md-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	
	.col-md-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	
	.col-md-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.order-md-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	
	.order-md-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}
	
	.order-md-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	
	.order-md-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	
	.order-md-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	
	.order-md-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	
	.order-md-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	
	.order-md-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	
	.order-md-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
	
	.order-md-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	
	.order-md-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	
	.order-md-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	
	.order-md-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	
	.order-md-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}
	
	.order-md-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}
	
	.offset-md-0 {
		margin-left: 0;
	}
	
	.offset-md-1 {
		margin-left: 8.333333%;
	}
	
	.offset-md-2 {
		margin-left: 16.666667%;
	}
	
	.offset-md-3 {
		margin-left: 25%;
	}
	
	.offset-md-4 {
		margin-left: 33.333333%;
	}
	
	.offset-md-5 {
		margin-left: 41.666667%;
	}
	
	.offset-md-6 {
		margin-left: 50%;
	}
	
	.offset-md-7 {
		margin-left: 58.333333%;
	}
	
	.offset-md-8 {
		margin-left: 66.666667%;
	}
	
	.offset-md-9 {
		margin-left: 75%;
	}
	
	.offset-md-10 {
		margin-left: 83.333333%;
	}
	
	.offset-md-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.col-lg-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	
	.col-lg-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	
	.col-lg-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	
	.col-lg-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-lg-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.col-lg-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	
	.col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-lg-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	
	.col-lg-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	
	.col-lg-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-lg-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	
	.col-lg-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	
	.col-lg-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.order-lg-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	
	.order-lg-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}
	
	.order-lg-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	
	.order-lg-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	
	.order-lg-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	
	.order-lg-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	
	.order-lg-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	
	.order-lg-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	
	.order-lg-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
	
	.order-lg-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	
	.order-lg-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	
	.order-lg-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	
	.order-lg-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	
	.order-lg-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}
	
	.order-lg-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}
	
	.offset-lg-0 {
		margin-left: 0;
	}
	
	.offset-lg-1 {
		margin-left: 8.333333%;
	}
	
	.offset-lg-2 {
		margin-left: 16.666667%;
	}
	
	.offset-lg-3 {
		margin-left: 25%;
	}
	
	.offset-lg-4 {
		margin-left: 33.333333%;
	}
	
	.offset-lg-5 {
		margin-left: 41.666667%;
	}
	
	.offset-lg-6 {
		margin-left: 50%;
	}
	
	.offset-lg-7 {
		margin-left: 58.333333%;
	}
	
	.offset-lg-8 {
		margin-left: 66.666667%;
	}
	
	.offset-lg-9 {
		margin-left: 75%;
	}
	
	.offset-lg-10 {
		margin-left: 83.333333%;
	}
	
	.offset-lg-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.col-xl-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	
	.col-xl-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	
	.col-xl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	
	.col-xl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-xl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.col-xl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	
	.col-xl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-xl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	
	.col-xl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	
	.col-xl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-xl-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	
	.col-xl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	
	.col-xl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.order-xl-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	
	.order-xl-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}
	
	.order-xl-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	
	.order-xl-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	
	.order-xl-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	
	.order-xl-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	
	.order-xl-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	
	.order-xl-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	
	.order-xl-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
	
	.order-xl-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	
	.order-xl-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	
	.order-xl-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	
	.order-xl-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	
	.order-xl-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}
	
	.order-xl-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}
	
	.offset-xl-0 {
		margin-left: 0;
	}
	
	.offset-xl-1 {
		margin-left: 8.333333%;
	}
	
	.offset-xl-2 {
		margin-left: 16.666667%;
	}
	
	.offset-xl-3 {
		margin-left: 25%;
	}
	
	.offset-xl-4 {
		margin-left: 33.333333%;
	}
	
	.offset-xl-5 {
		margin-left: 41.666667%;
	}
	
	.offset-xl-6 {
		margin-left: 50%;
	}
	
	.offset-xl-7 {
		margin-left: 58.333333%;
	}
	
	.offset-xl-8 {
		margin-left: 66.666667%;
	}
	
	.offset-xl-9 {
		margin-left: 75%;
	}
	
	.offset-xl-10 {
		margin-left: 83.333333%;
	}
	
	.offset-xl-11 {
		margin-left: 91.666667%;
	}
}

.flex-row {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}

.flex-column {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

.flex-row-reverse {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
}

.flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.flex-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}

.justify-content-start {
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-end {
	-webkit-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

.justify-content-center {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.justify-content-between {
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

.align-items-start {
	-webkit-box-align: start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}

.align-items-end {
	-webkit-box-align: end !important;
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}

.align-items-center {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.align-items-baseline {
	-webkit-box-align: baseline !important;
	-ms-flex-align: baseline !important;
	align-items: baseline !important;
}

.align-items-stretch {
	-webkit-box-align: stretch !important;
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}

.align-content-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}

.align-content-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}

.align-content-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}

.align-content-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}

.align-content-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}

.align-content-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}

.align-self-auto {
	-ms-flex-item-align: auto !important;
	align-self: auto !important;
}

.align-self-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}

.align-self-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}

.align-self-center {
	-ms-flex-item-align: center !important;
	align-self: center !important;
}

.align-self-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}

.align-self-stretch {
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important;
}

@media (min-width: 441px) {
	.flex-xs-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	
	.flex-xs-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	
	.flex-xs-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	
	.flex-xs-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	
	.flex-xs-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	
	.flex-xs-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	.flex-xs-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	
	.justify-content-xs-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	
	.justify-content-xs-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	
	.justify-content-xs-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	
	.justify-content-xs-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	
	.justify-content-xs-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	
	.align-items-xs-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	
	.align-items-xs-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	
	.align-items-xs-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	
	.align-items-xs-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	
	.align-items-xs-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	
	.align-content-xs-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	
	.align-content-xs-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	
	.align-content-xs-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	
	.align-content-xs-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	
	.align-content-xs-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	
	.align-content-xs-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	
	.align-self-xs-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	
	.align-self-xs-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	
	.align-self-xs-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	
	.align-self-xs-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	
	.align-self-xs-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	
	.align-self-xs-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width: 576px) {
	.flex-sm-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	
	.flex-sm-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	
	.flex-sm-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	
	.flex-sm-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	
	.flex-sm-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	
	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	
	.justify-content-sm-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	
	.justify-content-sm-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	
	.justify-content-sm-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	
	.justify-content-sm-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	
	.justify-content-sm-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	
	.align-items-sm-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	
	.align-items-sm-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	
	.align-items-sm-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	
	.align-items-sm-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	
	.align-items-sm-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	
	.align-content-sm-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	
	.align-content-sm-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	
	.align-content-sm-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	
	.align-content-sm-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	
	.align-content-sm-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	
	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	
	.align-self-sm-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	
	.align-self-sm-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	
	.align-self-sm-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	
	.align-self-sm-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	
	.align-self-sm-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	
	.align-self-sm-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width: 768px) {
	.flex-md-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	
	.flex-md-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	
	.flex-md-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	
	.flex-md-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	
	.flex-md-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	
	.flex-md-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	
	.justify-content-md-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	
	.justify-content-md-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	
	.justify-content-md-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	
	.justify-content-md-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	
	.justify-content-md-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	
	.align-items-md-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	
	.align-items-md-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	
	.align-items-md-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	
	.align-items-md-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	
	.align-items-md-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	
	.align-content-md-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	
	.align-content-md-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	
	.align-content-md-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	
	.align-content-md-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	
	.align-content-md-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	
	.align-content-md-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	
	.align-self-md-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	
	.align-self-md-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	
	.align-self-md-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	
	.align-self-md-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	
	.align-self-md-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	
	.align-self-md-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width: 992px) {
	.flex-lg-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	
	.flex-lg-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	
	.flex-lg-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	
	.flex-lg-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	
	.flex-lg-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	
	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	
	.justify-content-lg-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	
	.justify-content-lg-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	
	.justify-content-lg-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	
	.justify-content-lg-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	
	.justify-content-lg-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	
	.align-items-lg-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	
	.align-items-lg-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	
	.align-items-lg-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	
	.align-items-lg-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	
	.align-items-lg-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	
	.align-content-lg-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	
	.align-content-lg-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	
	.align-content-lg-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	
	.align-content-lg-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	
	.align-content-lg-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	
	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	
	.align-self-lg-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	
	.align-self-lg-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	
	.align-self-lg-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	
	.align-self-lg-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	
	.align-self-lg-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	
	.align-self-lg-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width: 1200px) {
	.flex-xl-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	
	.flex-xl-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	
	.flex-xl-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	
	.flex-xl-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	
	.flex-xl-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	
	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	
	.justify-content-xl-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	
	.justify-content-xl-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	
	.justify-content-xl-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	
	.justify-content-xl-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	
	.justify-content-xl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	
	.align-items-xl-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	
	.align-items-xl-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	
	.align-items-xl-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	
	.align-items-xl-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	
	.align-items-xl-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	
	.align-content-xl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	
	.align-content-xl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	
	.align-content-xl-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	
	.align-content-xl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	
	.align-content-xl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	
	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	
	.align-self-xl-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	
	.align-self-xl-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	
	.align-self-xl-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	
	.align-self-xl-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	
	.align-self-xl-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	
	.align-self-xl-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
}

.modal-open {
	overflow: hidden;
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	outline: 0;
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 0.5rem;
	pointer-events: none;
}

.modal.fade .modal-dialog {
	transition: -webkit-transform 0.3s ease-out;
	-webkit-transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	-webkit-transform: translate(0, -25%);
	transform: translate(0, -25%);
}

.modal.show .modal-dialog,
.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.modal-dialog-centered {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
	position: relative;
	width: 100%;
	pointer-events: auto;
	outline: 0;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000000;
}

.modal-backdrop.fade {
	opacity: 0;
}

.modal-backdrop.show,
.modal-backdrop.in {
	opacity: 0.5;
}

.modal-body {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media (min-width: 576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
	}
	
	.modal-dialog-centered {
		min-height: calc(100% - (1.75rem * 2));
	}
}

.tab-content > .tab-pane {
	display: none;
}

.tab-content > .active {
	display: block;
}

.collapse {
	display: none;
}

.collapse.in {
	display: block;
}

.fade {
	opacity: 0;
}

.fade.in {
	opacity: 1;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-property: height, visibility;
	-o-transition-property: height, visibility;
	transition-property: height, visibility;
	-webkit-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
}

/*==========GENERAL STYLES==========*/
:root {
	--header-height: 126px;
	--grid-gap: 4px;
}

@media (min-width: 431px) {
	:root {
		--header-height: 118px;
	}
}

@media (min-width: 601px) {
	:root {
		--header-height: 103px;
		--grid-gap: 12px;
	}
}

@media (min-width: 901px) {
	:root {
		--header-height: 110px;
	}
}

@media (min-width: 1200px) {
	:root {
		--header-height: 138px;
		--grid-gap: 15px;
	}
}

html {
	min-height: 100%;
	font-size: 100%;
}

body {
	overflow-x: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 100vh;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.4;
	font-family: 'Golos Text', sans-serif;
	color: #000000;
	background-color: #ffffff;
	-webkit-font-smoothing: antialiased;
}

body.noscroll {
	overflow-y: hidden;
}

/*=LINKS & BUTTONS=*/
a,
button {
	text-decoration: none;
	color: currentColor;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s;
}

a:focus,
button:focus,
a:active,
button:active,
a:hover,
button:hover {
	outline: none;
	text-decoration: none;
}

.btn {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
	height: 60px;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.15;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #C51932;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@media (min-width: 768px) {
	.btn {
		height: 66px;
		font-size: 18px;
	}
}

.btn svg {
	display: block;
	margin-left: 8px;
}

.btn svg path {
	fill: #ffffff;
}

.btn:hover,
.btn:active,
.btn:focus-visible {
	color: #ffffff;
	background-color: #E2596D;
}

.btn:hover svg path,
.btn:active svg path,
.btn:focus-visible svg path {
	fill: #ffffff;
}

svg.tg-icon.white-fill path {
	fill: #fff;
}

a:hover svg.tg-icon.white-fill path {
	fill: #C51932;
}

a:hover svg path.hover-white {
	fill: #FFF;
}

.btn-border {
	border: 1px solid #C51932;
	color: #C51932;
	background-color: transparent;
}

.btn-border svg path {
	fill: #C51932;
}

.btn-border:hover,
.btn-border:active,
.btn-border:focus-visible {
	border-color: #E2596D;
}

.load-more-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	color: #C51932;
}

.load-more-btn svg {
	display: block;
	margin-left: 10px;
}

.load-more-btn path {
	fill: #C51932;
}

.load-more-btn:focus-visible,
.load-more-btn:hover,
.load-more-btn:active {
	color: #E2596D;
}

@media (min-width: 768px) {
	.load-more-btn {
		margin-top: 30px;
		font-size: 18px;
	}
}

@media (min-width: 1200px) {
	.load-more-btn {
		margin-top: 0;
	}
}

.soc {
	display: flex;
}

.soc-link {
	flex-shrink: 0;
	flex-grow: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 8px;
	border-radius: 50%;
	border: 1px solid #C1C1C1;
	width: 30px;
	height: 30px;
}

.soc-link:last-child {
	margin-right: 0;
}

.soc-link svg {
	display: block;
}

.soc-link path {
	transition: all linear 0.3s;
}

.soc-link:hover,
.soc-link:active,
.soc-link:focus-visible {
	border-color: #C51932;
}

.soc-link:hover path,
.soc-link:active path,
.soc-link:focus-visible path {
	fill: #C51932;
}

/***breadcrumbs***/
.breadcrumbs {
	padding-bottom: 5px;
	line-height: 1.1;
}

@media (min-width: 768px) {
	.breadcrumbs {
		padding-bottom: 10px;
	}
}

@media (min-width: 1200px) {
	.breadcrumbs {
		padding-bottom: 15px;
	}
}

.breadcrumbs li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
	padding-right: 20px;
	font-weight: 500;
	font-size: 12px;
	color: #000000;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 12px auto;
	background-image: url("/bitrix/templates/main/./assets/ico/ico-arrow-breadcrumbs.svg");
}

@media (min-width: 768px) {
	.breadcrumbs li {
		padding-right: 26px;
		font-size: 14px;
		background-size: 16px auto;
	}
}

@media (min-width: 1200px) {
	.breadcrumbs li {
		font-size: 16px;
	}
}

.breadcrumbs li a {
	display: inline-block;
	color: #515151;
}

.breadcrumbs li a:focus-visible,
.breadcrumbs li a:hover,
.breadcrumbs li a:active {
	color: #C51932;
}

.breadcrumbs li:first-child {
	font-size: 1px;
}

.breadcrumbs li:first-child a span {
	display: block;
	width: 18px;
	height: 17px;
	font-size: 1px;
	color: transparent;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("/bitrix/templates/main/./assets/ico/ico-home.svg");
}

@media (min-width: 768px) {
	.breadcrumbs li:first-child a span {
		width: 22px;
		height: 20px;
	}
}

@media (min-width: 1200px) {
	.breadcrumbs li:first-child a span {
		width: 33px;
		height: 32px;
	}
}

.breadcrumbs li:first-child a:hover span,
.breadcrumbs li:first-child a:active span,
.breadcrumbs li:first-child a:focus-visible span {
	background-image: url("/bitrix/templates/main/./assets/ico/ico-home-hover.svg");
}

.breadcrumbs li:last-child {
	margin-right: 0;
	padding-right: 0;
	background-image: none;
	font-weight: 500;
	color: #C51932;
}

/***pagination***/
.pagination {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 40px;
	margin-bottom: 50px;
}

@media (min-width: 768px) {
	.pagination {
		margin-bottom: 60px;
	}
}

@media (min-width: 1200px) {
	.pagination {
		margin-bottom: 75px;
	}
}

.pagination .page-prev {
	margin-right: 12px;
	padding: 8px 0;
}

@media (min-width: 768px) {
	.pagination .page-prev {
		margin-right: 16px;
	}
}

.pagination .page-prev svg {
	display: block;
}

.pagination .page-prev path {
	fill: #AAAAAA;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s;
}

.pagination .page-prev:hover path,
.pagination .page-prev:active path {
	fill: #000000;
}

.pagination .page-next {
	margin-left: 12px;
	padding: 8px 0;
}

@media (min-width: 768px) {
	.pagination .page-next {
		margin-left: 16px;
	}
}

.pagination .page-next svg {
	display: block;
}

.pagination .page-next path {
	fill: #AAAAAA;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s;
}

.pagination .page-next:hover path,
.pagination .page-next:active path {
	fill: #000000;
}

.pagination-in {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.pagination .page {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 6px;
	border-radius: 50%;
	border: 1px solid #C1C1C1;
	width: 36px;
	height: 36px;
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	color: #AAAAAA;
}

.pagination .page:first-child {
	margin-left: 0;
}

@media (min-width: 768px) {
	.pagination .page {
		margin-left: 8px;
		width: 50px;
		height: 50px;
		font-size: 16px;
	}
}

.pagination .page.active {
	border: 1px solid #C51932;
	color: #ffffff;
	background-color: #C51932;
}

.pagination a.page:hover,
.pagination a.page:active,
.pagination a.page:focus-visible {
	border: 1px solid #C51932;
	color: #C51932;
}

.row + .pagination {
	margin-top: 20px;
}

@media (min-width: 768px) {
	.row + .pagination {
		margin-top: 30px;
	}
}

@media (min-width: 1200px) {
	.row + .pagination {
		margin-top: 0;
	}
}

/*=HEADER=*/
.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 105;
	background-color: #1C1C1C;
	transition: all linear 0.3s;
}

.header-top .container {
	position: relative;
}

@media (min-width: 601px) {
	.header-top .container {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
}

@media (min-width: 768px) {
	.header-top .container {
		padding-left: 192px;
		padding-top: 16px;
	}
}

@media (min-width: 1200px) {
	.header-top .container {
		padding-left: calc(264px + 30px);
	}
}

.header-top-in {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 4px;
	border-top: 1px solid rgba(255, 255, 255, 0.22);
	padding-top: 12px;
	padding-bottom: 16px;
}

@media (min-width: 601px) {
	.header-top-in {
		border-top: none;
		padding-top: 0;
		padding-bottom: 0;
	}
}

@media (min-width: 768px) {
	.header-top-in {
		flex-shrink: 1;
		flex-grow: 1;
	}
}

.header-top-in-links {
	flex-shrink: 0;
	flex-grow: 0;
	padding-left: 16px;
}

@media (min-width: 431px) {
	.header-top-in-links {
		display: flex;
		justify-content: flex-end;
	}
}

.header-top-in-link {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 8px;
	font-weight: 600;
	font-size: 10px;
	line-height: 1.1;
	text-transform: uppercase;
	color: #C51932;
}

@media (min-width: 431px) {
	.header-top-in-link {
		margin-bottom: 0;
		margin-right: 12px;
	}
}

@media (min-width: 481px) {
	.header-top-in-link {
		font-size: 11px;
	}
}

@media (min-width: 901px) {
	.header-top-in-link {
		font-size: 14px;
	}
}

.header-top-in-link:last-child {
	margin-bottom: 0;
}

@media (min-width: 431px) {
	.header-top-in-link:last-child {
		margin-right: 0;
	}
}

.header-top-in-link svg {
	display: block;
	margin-right: 4px;
}

@media (min-width: 901px) {
	.header-top-in-link svg {
		width: 24px;
		height: auto;
	}
}

.header-top-in-link path {
	fill: #C51932;
	transition: all linear 0.3s;
}

.header-top-in-link:hover {
	color: #E2596D;
}

.header-top-in-link:hover path {
	fill: #E2596D;
}

.header-menu-btn {
	position: absolute;
	left: 15px;
	top: 28px;
	z-index: 91;
	width: 24px;
	height: 14px;
	cursor: pointer;
}

@media (min-width: 601px) {
	.header-menu-btn {
		display: none;
	}
}

.header-menu-btn span {
	position: absolute;
	left: 0;
	border-radius: 1px;
	width: 24px;
	height: 2px;
	background-color: #ffffff;
	transition: all linear 0.3s;
}

.header-menu-btn span:nth-child(1) {
	top: 0;
}

.header-menu-btn span:nth-child(2) {
	top: 6px;
}

.header-menu-btn span:nth-child(3) {
	top: 12px;
	width: 10px;
}

@media (prefers-color-scheme: dark) {
	.header-menu-btn span {
		background-color: #ffffff;
	}
}

.header-menu-btn.open span {
	top: 6px;
}

.header-menu-btn.open span:nth-child(1) {
	transform: rotate(45deg);
}

.header-menu-btn.open span:nth-child(2) {
	transform: rotate(-45deg);
}

.header-menu-btn.open span:nth-child(3) {
	transform: rotate(-45deg);
	width: 24px;
}

.header-logo {
	display: block;
	margin: 0 auto;
	max-width: 126px;
}

@media (min-width: 601px) {
	.header-logo {
		margin-left: -4px;
		margin-right: 0;
	}
}

@media (min-width: 768px) {
	.header-logo {
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1;
		max-width: 192px;
	}
}

@media (min-width: 1200px) {
	.header-logo {
		margin-left: 0;
		max-width: 264px;
	}
}

.header-logo img {
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
}

.header-links {
	position: absolute;
	top: 18px;
	right: 15px;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

@media (min-width: 601px) {
	.header-links {
		position: static;
	}
}

@media (min-width: 768px) {
	.header-links {
		position: relative;
		top: 0;
		right: 0;
		flex-shrink: 0;
		flex-grow: 0;
		margin-left: 40px;
	}
}

.header-profile {
	padding: 6px 0 6px 6px;
}

@media (min-width: 768px) {
	.header-profile {
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 5px;
		padding: 0 6px;
		height: 36px;
		background-color: #C51932;
	}
	
	.header-profile:hover,
	.header-profile:active,
	.header-profile:focus-visible {
		background-color: #E2596D;
	}
}

@media (min-width: 1200px) {
	.header-profile {
		width: 180px;
		height: 48px;
	}
}

.header-profile span {
	display: none;
}

@media (min-width: 768px) {
	.header-profile span {
		display: inline;
		font-weight: 500;
		font-size: 11px;
		text-transform: uppercase;
		color: #ffffff;
	}
}

@media (min-width: 901px) {
	.header-profile span {
		font-size: 14px;
	}
}

@media (min-width: 1200px) {
	.header-profile span {
		font-size: 16px;
	}
}

.header-profile svg {
	display: block;
}

@media (min-width: 768px) {
	.header-profile svg {
		display: none;
	}
}

.header-search-btn {
	padding: 6px;
	background-repeat: no-repeat;
	background-position: center;
}

@media (min-width: 768px) {
	.header-search-btn {
		position: absolute;
		top: calc(100% + 10px);
		right: 0;
		z-index: 1;
	}
}

@media (min-width: 901px) {
	.header-search-btn {
		top: calc(100% + 14px);
	}
}

@media (min-width: 1200px) {
	.header-search-btn {
		display: none;
	}
}

.header-search-btn svg {
	display: block;
}

.header-search-btn.open {
	background-image: url("/bitrix/templates/main/./assets/ico/ico-close.svg");
}

.header-search-btn.open svg {
	opacity: 0;
}

.header-internet-btn {
	flex-shrink: 1;
	flex-grow: 1;
	border-radius: 2px;
	height: 24px;
	font-size: 10px;
}

@media (min-width: 601px) {
	.header-internet-btn {
		padding-left: 4px;
		padding-right: 4px;
		height: 32px;
	}
}

@media (min-width: 768px) {
	.header-internet-btn {
		border-radius: 5px;
		height: 36px;
		max-width: 298px;
		font-size: 11px;
	}
}

@media (min-width: 901px) {
	.header-internet-btn {
		font-size: 13px;
	}
}

@media (min-width: 1200px) {
	.header-internet-btn {
		height: 48px;
		font-size: 16px;
	}
}

.header-internet-btn svg {
	margin-left: 0;
	margin-right: 4px;
	width: 11px;
	height: 11px;
}

@media (min-width: 768px) {
	.header-internet-btn svg {
		width: 19px;
		height: 19px;
	}
}

@media (min-width: 1200px) {
	.header-internet-btn svg {
		width: 28px;
		height: 28px;
	}
}

.header-bottom > .container {
	position: relative;
}

@media (min-width: 768px) {
	.header-bottom > .container {
		padding-left: 192px;
	}
}

@media (min-width: 1200px) {
	.header-bottom > .container {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding-left: calc(264px + 30px);
	}
}

.header-menu {
	overflow-y: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 90;
	display: none;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 72px 15px 40px;
	max-height: calc(var(--vh, 1vh) * 100);
	color: #ffffff;
	background-color: #1C1C1C;
	box-shadow: 0 15px 30px 0 rgba(15, 22, 39, 0.12);
}

@media (min-width: 601px) {
	.header-menu {
		position: static;
		display: flex;
		justify-content: space-between;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		padding: 0;
		max-height: none;
		box-shadow: none;
	}
}

@media (min-width: 768px) {
	.header-menu {
		padding-right: 40px;
	}
}

@media (min-width: 1200px) {
	.header-menu {
		flex-shrink: 1;
		flex-grow: 1;
		width: 100%;
		z-index: 2;
	}
}

.header-menu.open {
	display: block;
}

.header-menu-item {
	margin-bottom: 16px;
}

@media (min-width: 601px) {
	.header-menu-item {
		margin-bottom: 0;
	}
}

@media (min-width: 601px) {
	.header-menu-item:first-child .header-menu-link {
		padding-left: 0;
	}
}

.header-menu-item:last-child {
	margin-bottom: 0;
}

@media (min-width: 601px) {
	.header-menu-item:last-child .header-menu-link {
		padding-right: 0;
	}
}

.header-menu-item-dropdown {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}

.header-menu-item-dropdown.open > .header-submenu-btn {
	transform: rotate(180deg);
}

.header-menu-item-dropdown.open > .header-submenu-btn path {
	fill: #C51932;
}

@media (min-width: 1200px) {
	.header-menu-item:hover > .header-submenu-btn {
		transform: rotate(180deg);
	}
	
	.header-menu-item:hover > .header-submenu-btn path {
		fill: #C51932;
	}
	
	.header-menu-item:hover > .header-submenu {
		display: block;
	}
}

.header-menu-item:hover > .header-submenu-btn path,
.header-menu-item.active > .header-submenu-btn path {
	fill: #C51932;
}

.header-menu-item:hover .header-menu-link,
.header-menu-item.active .header-menu-link {
	color: #C51932;
}

.header-menu-link {
	display: block;
	font-weight: 500;
	text-transform: uppercase;
}

@media (min-width: 601px) {
	.header-menu-link {
		padding: 12px 4px;
		font-size: 13px;
	}
}

@media (min-width: 768px) {
	.header-menu-link {
		padding-top: 16px;
		padding-bottom: 16px;
		font-size: 11px;
	}
}

@media (min-width: 901px) {
	.header-menu-link {
		font-size: 16px;
	}
}

@media (min-width: 1200px) {
	.header-menu-link {
		padding-top: 24px;
		padding-bottom: 24px;
	}
}

.header-menu-link:hover,
.header-menu-link:active,
.header-menu-link:focus-visible {
	color: #C51932;
}

.header-submenu-btn {
	padding: 4px 8px;
}

.header-submenu-btn svg {
	display: block;
	transition: all linear 0.3s;
}

.header-submenu-btn path {
	fill: #ffffff;
}

.header-submenu-btn.open {
	transform: rotate(180deg);
}

.header-submenu {
	display: none;
	padding-top: 16px;
	width: 100%;
}

@media (min-width: 601px) {
	.header-submenu {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		z-index: 91;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		padding-top: 0;
		background-color: #1C1C1C;
		box-shadow: 0 15px 30px 0 rgba(15, 22, 39, 0.12);
	}
}

.header-submenu.open {
	display: block;
}

@media (max-width: 600px) {
	.header-submenu .container {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (min-width: 601px) {
	.header-submenu .container {
		padding-top: 32px;
		padding-bottom: 32px;
	}
}

@media (min-width: 1200px) {
	.header-submenu .container {
		position: relative;
	}
	
	.header-submenu .container::before {
		content: '';
		position: absolute;
		top: 0;
		left: 15px;
		right: 15px;
		z-index: 1;
		height: 1px;
		background-color: rgba(255, 255, 255, 0.22);
	}
}

.header-submenu .col-12 + .col-12 {
	padding-top: 32px;
}

@media (min-width: 768px) {
	.header-submenu .col-12 + .col-12 {
		padding-top: 0;
	}
}

.header-submenu .col-12:first-child:hover .header-submenu-link {
	color: #C51932;
}

.header-submenu-link {
	display: block;
	margin-bottom: 16px;
	width: 100%;
	font-weight: 500;
	font-size: 11px;
	text-transform: uppercase;
}

@media (min-width: 1200px) {
	.header-submenu-link {
		font-size: 16px;
	}
}

.header-submenu-link:hover,
.header-submenu-link:active,
.header-submenu-link:focus-visible,
.header-submenu-link.active {
	color: #C51932;
}

.header-submenu-link-sm {
	display: block;
	margin-bottom: 12px;
	font-weight: 500;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.84);
}

@media (min-width: 1200px) {
	.header-submenu-link-sm {
		font-size: 16px;
	}
}

.header-submenu-link-sm:hover,
.header-submenu-link-sm:active,
.header-submenu-link-sm:focus-visible,
.header-submenu-link-sm.active {
	color: #C51932;
}

.search-form {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: none;
	border-top: 1px solid rgba(255, 255, 255, 0.22);
	padding: 8px 15px;
	background-color: #1C1C1C;
}

@media (min-width: 431px) {
	.search-form {
		bottom: auto;
		top: 64px;
	}
}

@media (min-width: 768px) {
	.search-form {
		top: 100%;
	}
}

@media (min-width: 1200px) {
	.search-form {
		flex-shrink: 0;
		flex-grow: 0;
		position: relative;
		top: 0;
		display: block;
		border-top: none;
		padding: 0;
		width: 180px;
	}
}

.search-form-input {
	border: 1px solid rgba(141, 141, 141, 0.45);
	border-radius: 5px;
	padding-left: 24px;
	padding-right: 56px;
	width: 100%;
	height: 48px;
	font-size: 14px;
	color: #ffffff;
	background-color: transparent;
}

.search-form-input::-webkit-input-placeholder {
	color: #ffffff;
	transition: all linear 0.3s;
}

.search-form-input::-moz-placeholder {
	color: #ffffff;
	transition: all linear 0.3s;
}

.search-form-input:-moz-placeholder {
	color: #ffffff;
	transition: all linear 0.3s;
}

.search-form-input:-ms-input-placeholder {
	color: #ffffff;
	transition: all linear 0.3s;
}

.search-form-input:focus::-webkit-input-placeholder {
	opacity: 0.3;
}

.search-form-input:focus::-moz-placeholder {
	opacity: 0.3;
}

.search-form-input:focus:-moz-placeholder {
	opacity: 0.3;
}

.search-form-input:focus:-ms-input-placeholder {
	opacity: 0.3;
}

@media (min-width: 1200px) {
	.search-form-input {
		position: absolute;
		top: -24px;
		background-color: #1C1C1C;
		transition: left 0.3s ease;
	}
	
	.search-form-input:focus {
		width: calc(100% + 791px);
		left: -791px;
	}
}

.search-form-btn {
	position: absolute;
	right: 9px;
	top: 9px;
	bottom: 1px;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	width: 56px;
	height: 46px;
	background-color: transparent;
}

@media (min-width: 1200px) {
	.search-form-btn {
		top: -23px;
		right: 1px;
	}
}

.search-form-btn svg {
	display: block;
}

.search-form-btn path {
	fill: #ffffff;
}

.search-form-btn:hover path,
.search-form-btn:active path,
.search-form-btn:focus-visible path {
	fill: #C51932;
}

.search-form.open {
	display: block;
}

/*=TEXT=*/
strong,
b {
	font-weight: 600;
}

em,
i {
	font-style: italic;
}

.page-title {
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 25px;
	line-height: 1.25;
}

@media (min-width: 768px) {
	.page-title {
		margin-bottom: 15px;
		font-size: 40px;
	}
}

@media (min-width: 1200px) {
	.page-title {
		margin-bottom: 40px;
		font-size: 48px;
	}
}

.section-title {
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.25;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.section-title {
		margin-bottom: 30px;
		font-size: 30px;
	}
}

@media (min-width: 1200px) {
	.section-title {
		font-size: 36px;
	}
}

.article-title {
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.25;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.article-title {
		margin-bottom: 30px;
		font-size: 24px;
	}
}

@media (min-width: 1200px) {
	.article-title {
		margin-bottom: 40px;
		font-size: 26px;
	}
}

/*=CONTENT=*/
.page-wrapper {
	flex-grow: 0;
	flex-shrink: 0;
	padding-top: var(--header-height);
	padding-bottom: 64px;
}

@media (min-width: 768px) {
	.page-wrapper {
		padding-bottom: 88px;
	}
}

@media (min-width: 1200px) {
	.page-wrapper {
		padding-bottom: 144px;
	}
}

.scroll-section {
	overflow: hidden;
}

.scroll-row {
	overflow-x: auto;
	overflow-y: hidden;
	margin-right: -15px;
	padding-right: 15px;
}

.scroll-row-sm {
	overflow-x: hidden;
	overflow-y: hidden;
	margin-right: calc(var(--grid-gap) * -1);
	padding-right: 0;
}

@media (min-width: 576px) {
	.scroll-row-sm {
		overflow-x: auto;
		overflow-y: hidden;
		margin-right: -15px;
		padding-right: 15px;
	}
}

@media (max-width: 575px) {
	.scroll-row-sm .col-12:not(:first-child) {
		margin-top: 24px;
	}
}

@media (max-width: 575px) {
	.scroll-row-sm .col-12:not(:first-child) .news-card {
		border-radius: 0;
		padding-top: 0;
		background-image: none !important;
		background-color: transparent;
	}
	
	.scroll-row-sm .col-12:not(:first-child) .news-card:hover .news-card-content,
	.scroll-row-sm .col-12:not(:first-child) .news-card:active .news-card-content {
		color: #C51932;
	}
}

@media (max-width: 575px) {
	.scroll-row-sm .col-12:not(:first-child) .news-card-content {
		display: block;
		background: none;
		position: static;
		border-radius: 0;
		padding: 0;
		color: #000000;
	}
}

@media (min-width: 992px) {
	.scroll-row-sm .col-12 {
		margin-top: calc(var(--grid-gap) * 2);
	}
	
	.scroll-row-sm .col-12:nth-child(1),
	.scroll-row-sm .col-12:nth-child(2),
	.scroll-row-sm .col-12:nth-child(3) {
		margin-top: 0;
	}
}

@media (min-width: 992px) {
	.scroll-row-sm {
		padding-right: 0;
	}
}

@media (min-width: 768px) {
	.scroll-row {
		padding-right: 24px;
	}
}

@media (min-width: 1200px) {
	.scroll-row {
		padding-right: 0;
	}
}

.section-inner {
	padding-top: 15px;
}

.section-inner:first-child {
	padding-top: 8px;
}

.section-inner:last-child {
	padding-bottom: 0;
}

@media (min-width: 768px) {
	.section-inner {
		padding-top: 30px;
	}
	
	.section-inner:first-child {
		padding-top: 15px;
	}
}

@media (min-width: 1200px) {
	.section-inner {
		padding-top: 20px;
	}
	
	.section-inner:first-child {
		padding-top: 35px;
	}
}

/*Slider*/
.swiper-wrapper {
	-webkit-filter: blur(0);
	filter: blur(0);
	perspective: 75rem;
}

.swiper-container {
	margin: 0;
}

.swiper-slide {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 100%;
	height: auto;
}

.swiper-button {
	position: absolute;
	z-index: 1;
	display: none;
	border-radius: 50%;
	border: 1px solid #AAAAAA;
	width: 50px;
	height: 50px;
	background-color: transparent;
	cursor: pointer;
	pointer-events: all;
}

.swiper-button::after {
	display: none;
}

.swiper-button svg {
	display: block;
}

.swiper-button path {
	fill: #AAAAAA;
	transition: all linear 0.3s;
}

.swiper-button:hover,
.swiper-button:active,
.swiper-button:focus-visible {
	border: 1px solid #C51932;
	background-color: #C51932;
}

.swiper-button:hover path,
.swiper-button:active path,
.swiper-button:focus-visible path {
	fill: #ffffff;
}

.swiper-button.swiper-button-disabled {
	opacity: 0.8;
}

@media (min-width: 768px) {
	.swiper-button {
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

.default-slider-wrapper {
	position: relative;
}

.default-slider-wrapper .swiper-button {
	top: -50px;
}

.default-slider-wrapper .swiper-button-prev {
	left: auto;
	right: 65px;
}

.default-slider-wrapper .swiper-button-next {
	right: 0;
}

.slider-section {
	overflow: hidden;
}

.slider-section-in {
	margin-left: -15px;
	margin-right: -15px;
	background-color: #F2F2F2;
}

@media (min-width: 1200px) {
	.slider-section-in {
		margin-left: -70px;
		margin-right: -400px;
		border-radius: 40px;
		padding-left: 70px;
	}
}

.slider-section-container {
	padding: 35px 15px;
}

@media (min-width: 768px) {
	.slider-section-container {
		padding: 40px 15px;
	}
}

@media (min-width: 1200px) {
	.slider-section-container {
		overflow: hidden;
		position: relative;
		z-index: 2;
		padding: 80px 0 100px;
	}
}

@media (min-width: 1200px) {
	.slider-section .section-title,
	.slider-section .default-slider-wrapper {
		max-width: 1150px;
	}
}

@media (min-width: 1300px) {
	.slider-section .section-title,
	.slider-section .default-slider-wrapper {
		max-width: 1250px;
	}
}

/*Gallery*/
.fancybox-bg {
	background-color: #1C1C1C;
}

.fancybox-is-open .fancybox-bg {
	opacity: 0.8;
}

.fancybox-toolbar {
	opacity: 1;
}

.fancybox-show-nav .fancybox-arrow {
	opacity: 1;
}

.fancybox-arrow {
	margin: -25px 0 0;
	border-radius: 50%;
	border: 1px solid #F2F2F2;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #ffffff;
	background-image: url("/bitrix/templates/main/./assets/ico/ico-arrow-slider-right-gray.svg");
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s;
	opacity: 1;
}

.fancybox-arrow:disabled {
	cursor: auto;
}

.fancybox-arrow:after {
	display: none;
}

.fancybox-arrow:hover:not(:disabled),
.fancybox-arrow:active:not(:disabled),
.fancybox-arrow:focus-visible:not(:disabled) {
	outline: none;
	border: 1px solid #F2F2F2;
	background-color: #ffffff;
	background-image: url("/bitrix/templates/main/./assets/ico/ico-arrow-slider-right-gray.svg");
	opacity: 1;
}

@media (min-width: 1200px) {
	.fancybox-arrow:hover:not(:disabled),
	.fancybox-arrow:active:not(:disabled),
	.fancybox-arrow:focus-visible:not(:disabled) {
		outline: none;
		border: 1px solid #C51932;
		background-color: #C51932;
		background-image: url("/bitrix/templates/main/./assets/ico/ico-arrow-slider-right-white.svg");
		opacity: 1;
	}
}

.fancybox-arrow--left {
	left: 4px;
}

.fancybox-arrow--right {
	right: 4px;
}

.fancybox-toolbar {
	top: 4px;
	right: 4px;
}

.fancybox-button {
	margin-right: 4px;
	border-radius: 50%;
	border: 1px solid #F2F2F2;
	background-color: #ffffff;
}

.fancybox-button:last-child {
	margin-right: 0;
}

.fancybox-button::after,
.fancybox-button::before {
	color: #AAAAAA;
	opacity: 1;
}

.fancybox-button:hover {
	border: 1px solid #F2F2F2;
	background-color: #ffffff;
}

.fancybox-button:hover::after,
.fancybox-button:hover::before {
	color: #AAAAAA;
}

.fancybox-button:hover:not([disabled]) {
	border: 1px solid #F2F2F2;
	background-color: #ffffff;
}

.fancybox-button:hover:not([disabled])::after,
.fancybox-button:hover:not([disabled])::before {
	color: #AAAAAA;
}

@media (min-width: 1200px) {
	.fancybox-button:hover {
		border: 1px solid #C51932;
		background-color: #C51932;
	}
	
	.fancybox-button:hover::after,
	.fancybox-button:hover::before {
		color: #ffffff;
	}
	
	.fancybox-button:hover:not([disabled]) {
		border: 1px solid #C51932;
		background-color: #C51932;
	}
	
	.fancybox-button:hover:not([disabled])::after,
	.fancybox-button:hover:not([disabled])::before {
		color: #ffffff;
	}
}

.fancybox-thumbs > ul > li:before {
	border-color: #C51932;
}

.fancybox-caption-wrap {
	padding: 0;
	background-color: #ffffff;
	background-image: none;
	box-shadow: none;
}

/*forms*/
.form-group {
	position: relative;
	margin-bottom: 15px;
}

@media (min-width: 1200px) {
	.form-group {
		margin-bottom: 36px;
	}
}

.form-control-name {
	position: absolute;
	top: 9px;
	right: 0;
	left: 0;
	z-index: 1;
	border-radius: 5px;
	padding: 4px 12px;
	font-size: 16px;
	background-color: #ffffff;
	transition: all linear 0.3s;
}

.form-control-name span {
	color: #C51932;
}

.form-control-name.focus {
	top: 0;
	font-size: 12px;
}

@media (min-width: 1200px) {
	.form-control-name {
		top: 16px;
		padding: 4px 25px;
		font-size: 20px;
	}
}

.form-control {
	border: none;
	border-radius: 5px;
	padding-top: 12px;
	padding-left: 12px;
	padding-right: 12px;
	width: 100%;
	height: 50px;
	color: #000000;
	background-color: #ffffff;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s;
}

.form-control::-webkit-input-placeholder {
	color: #515151;
}

.form-control::-moz-placeholder {
	color: #515151;
}

.form-control:-moz-placeholder {
	color: #515151;
}

.form-control:-ms-input-placeholder {
	color: #515151;
}

.form-control:focus::-webkit-input-placeholder {
	opacity: 0.3;
}

.form-control:focus::-moz-placeholder {
	opacity: 0.3;
}

.form-control:focus:-moz-placeholder {
	opacity: 0.3;
}

.form-control:focus:-ms-input-placeholder {
	opacity: 0.3;
}

@media (min-width: 1200px) {
	.form-control {
		padding-left: 25px;
		padding-right: 25px;
		height: 66px;
		font-size: 20px;
	}
}

textarea.form-control {
	padding-top: 25px;
	height: 116px;
}

@media (min-width: 1200px) {
	textarea.form-control {
		height: 168px;
	}
}

.form-footer {
	margin-top: 20px;
}

.form-footer .btn {
	margin-bottom: 12px;
	width: 100%;
}

@media (min-width: 576px) {
	.form-footer {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	
	.form-footer .btn {
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-webkit-box-flex: 0;
		-webkit-flex-grow: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		margin-bottom: 0;
		margin-right: 25px;
		width: 260px;
	}
}

@media (min-width: 1200px) {
	.form-footer {
		margin-top: 35px;
	}
}

input[type="checkbox"] {
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
}

.checkbox-label {
	position: relative;
	padding-left: 35px;
}

.checkbox-label::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	margin-top: -13px;
	border-radius: 2px;
	width: 26px;
	height: 26px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #ffffff;
}

input[type="checkbox"]:checked + .checkbox-label::before {
	background-image: url("/bitrix/templates/main/./assets/ico/ico-tick.svg");
}

.form-disclaimer {
	font-weight: 500;
	font-size: 11px;
	line-height: 1.2;
	color: #515151;
}

.form-disclaimer a {
	text-decoration: underline;
}

.form-disclaimer a:hover,
.form-disclaimer a:active,
.form-disclaimer a:focus-visible {
	text-decoration: none;
	color: #C51932;
}

@media (min-width: 768px) {
	.form-disclaimer {
		font-size: 14px;
	}
}

@media (min-width: 1200px) {
	.form-disclaimer {
		font-size: 15px;
	}
}

input::-webkit-search-cancel-button {
	display: none;
}

input::-ms-clear {
	display: none;
}

/*dropzone*/
.dropzone-wrapper {
	position: relative;
	border: 1px dashed #84858C;
	border-radius: 5px;
	height: 52px;
	color: #515151;
	background-clip: content-box;
	background-color: #F2F2F2;
	transition: color 0.3s linear;
}

.dropzone-wrapper:hover,
.dropzone-wrapper.dragover {
	border: 1px dashed #C51932;
	background-color: #E5E5E5;
}

@media (min-width: 1200px) {
	.dropzone-wrapper {
		height: 66px;
	}
}

.dropzone-input {
	outline: none !important;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 0;
}

.dropzone-desc {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	pointer-events: none;
}

.dropzone-desc__text {
	display: none;
	font-weight: 500;
	color: #515151;
}

@media (min-width: 768px) {
	.dropzone-desc__text {
		display: block;
	}
}

@media (min-width: 1200px) {
	.dropzone-desc__text {
		font-size: 18px;
	}
}

.dropzone-desc__button {
	display: inline-block;
	font-weight: 500;
	font-size: 14px;
	text-decoration: underline;
	color: #C51932;
	cursor: pointer;
}

.dropzone-desc__button:hover,
.dropzone-desc__button:focus-visible,
.dropzone-desc__button:active {
	text-decoration: none;
}

@media (min-width: 768px) {
	.dropzone-desc__button {
		margin-left: 8px;
		font-size: 16px;
	}
}

@media (min-width: 1200px) {
	.dropzone-desc__button {
		font-size: 18px;
	}
}

.preview-zone {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin-left: -12px;
	margin-right: -12px;
}

.preview-zone .file {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 16px;
	padding-left: 12px;
	padding-right: 12px;
	width: 100%;
}

@media (min-width: 361px) {
	.preview-zone .file {
		width: 50%;
	}
}

@media (min-width: 576px) {
	.preview-zone .file {
		width: 33.3%;
	}
}

@media (min-width: 768px) {
	.preview-zone .file {
		width: 25%;
	}
}

@media (min-width: 992px) {
	.preview-zone .file {
		width: 20%;
	}
}

.preview-zone .file-name {
	overflow: hidden;
	margin-right: 12px;
	padding-bottom: 2px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.preview-zone .file-btn {
	flex-shrink: 0;
	flex-grow: 0;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-image: url("/bitrix/templates/main/./assets/ico/ico-close.svg");
	background-position: center;
	background-color: #C51932;
	background-size: 12px auto;
}

.preview-zone .file-btn:hover,
.preview-zone .file-btn:active,
.preview-zone .file-btn:focus-visible {
	background-color: #E2596D;
}

/*form-section*/
.full-width {
	width: 100vw;
	position: relative;
	left: -50%;
	right: -50%;
	margin-left: -50vw;
	margin-right: -50vw;
}

.form-section {
	padding-top: 40px;
	padding-bottom: 25px;
	background-color: #E5E5E5;
}

.form-section .section-title {
	text-align: center;
}

@media (min-width: 768px) {
	.form-section {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

@media (min-width: 1200px) {
	.form-section {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

@media (min-width: 1200px) {
	.form-section form {
		padding-left: 70px;
		padding-right: 70px;
	}
}

/*subscribe*/
.subscribe-form {
	position: relative;
}

.subscribe-form-input {
	border-radius: 5px;
	border: 1px solid #C51932;
	padding-left: 15px;
	padding-right: 65px;
	width: 100%;
	height: 48px;
	background-color: transparent;
}

.subscribe-form-input::-webkit-input-placeholder {
	font-size: 14px;
}

.subscribe-form-input::-moz-placeholder {
	font-size: 14px;
}

.subscribe-form-input:-moz-placeholder {
	font-size: 14px;
}

.subscribe-form-input:-ms-input-placeholder {
	font-size: 14px;
}

.subscribe-form-btn {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	width: 48px;
	height: 48px;
	background-color: #C51932;
}

.subscribe-form-btn svg {
	display: block;
}

.subscribe-form-btn:focus-visible,
.subscribe-form-btn:hover,
.subscribe-form-btn:active {
	background-color: rgba(216, 34, 61, 0.75);
}

/*=HOME=*/
.news-card {
	position: relative;
	display: block;
	border-radius: 15px;
	padding-top: 67%;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-color: #000000;
}

.news-card-content {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	border-radius: 15px;
	padding: 20px 15px;
	color: #ffffff;
	background: linear-gradient(360deg, #515151 0%, transparent 70.28%);
}

@media (min-width: 768px) {
	.news-card-content {
		padding: 20px;
	}
}

@media (min-width: 1200px) {
	.news-card-content {
		padding: 30px;
	}
}

.news-card-title {
	font-weight: 400;
	font-size: 15px;
	line-height: 1.4;
}

@media (min-width: 768px) {
	.news-card-title {
		font-size: 20px;
	}
}

.news-card-rubric {
	margin-top: 10px;
	font-size: 11px;
	line-height: 1.1;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.news-card-rubric {
		font-size: 12px;
	}
}

@media (min-width: 1200px) {
	.news-card-rubric {
		font-size: 14px;
	}
}

.news-card-lg {
	margin-bottom: 10px;
	padding-top: 90%;
}

@media (min-width: 576px) {
	.news-card-lg {
		padding-top: 46%;
	}
}

@media (min-width: 1200px) {
	.news-card-lg {
		padding-top: 70%;
	}
}

.news-card-lg .news-card-content {
	padding: 20px;
}

.news-card-lg .news-card-title {
	font-size: 18px;
}

.news-card-lg .news-card-rubric {
	font-size: 12px;
}

@media (min-width: 768px) {
	.news-card-lg {
		margin-bottom: 24px;
	}
	
	.news-card-lg .news-card-content {
		padding: 20px 35px;
	}
	
	.news-card-lg .news-card-title {
		max-width: 620px;
		font-size: 30px;
	}
	
	.news-card-lg .news-card-rubric {
		margin-top: 25px;
		font-size: 16px;
	}
}

@media (min-width: 1200px) {
	.news-card-lg {
		margin-bottom: 0;
	}
	
	.news-card-lg .news-card-content {
		padding: 45px 40px;
	}
}

.news-card iframe {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	border-radius: 15px;
	width: 100%;
	height: 100%;
}

.news-card:hover {
	/*background-size: 102% auto;*/
	/*transform: scale(1.02,1.02);*/
	/*background-color: rgba(0, 0, 0, 0.2);*/
}

.welcome {
	padding-top: 20px;
}

@media (min-width: 768px) {
	.welcome {
		padding-top: 35px;
	}
}

@media (min-width: 1200px) {
	.welcome {
		padding-top: 80px;
	}
}

@media (min-width: 992px) {
	.welcome .scroll-row {
		margin-right: -12px;
		padding-right: 0;
	}
}

@media (min-width: 1200px) {
	.welcome .scroll-row {
		margin-right: -15px;
	}
}

.welcome .scroll-row .col-12 {
	max-width: 92%;
}

@media (min-width: 576px) {
	.welcome .scroll-row .col-12 {
		max-width: 46.5%;
	}
}

@media (min-width: 992px) {
	.welcome .scroll-row .col-lg-6 {
		max-width: 50%;
	}
	
	.welcome .scroll-row .col-lg-6:nth-child(1),
	.welcome .scroll-row .col-lg-6:nth-child(2) {
		margin-bottom: 24px;
	}
}

@media (min-width: 1200px) {
	.welcome .scroll-row .col-lg-6:nth-child(1),
	.welcome .scroll-row .col-lg-6:nth-child(2) {
		margin-bottom: 30px;
	}
}

.welcome .scroll-row .news-card {
	padding-top: 50%;
}

@media (min-width: 1200px) {
	.welcome .scroll-row .news-card {
		padding-top: 68.5%;
	}
}

@media (min-width: 1200px) {
	.welcome .scroll-row .news-card-content {
		padding: 20px 15px;
	}
}

@media (min-width: 768px) {
	.welcome .scroll-row:not(.three-in-row) .news-card-title {
		font-size: 17px;
	}
}

@media (min-width: 1200px) {
	.welcome .scroll-row .news-card-rubric {
		font-size: 12px;
	}
}

.welcome .row + .scroll-row {
	margin-top: calc(var(--grid-gap) * 2);
}

.rubric {
	padding-top: 30px;
	padding-bottom: 30px;
	width: 100%;
}

@media (min-width: 768px) {
	.rubric {
		padding-top: 45px;
		padding-bottom: 45px;
	}
}

@media (min-width: 1200px) {
	.rubric {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

.rubric + .rubric {
	padding-top: 0;
}

@media (min-width: 992px) {
	.rubric .scroll-row {
		margin-right: -12px;
		padding-right: 0;
	}
}

@media (min-width: 1200px) {
	.rubric .scroll-row {
		margin-right: -15px;
	}
}

.rubric .scroll-row .col-12 {
	max-width: 92%;
}

@media (min-width: 576px) {
	.rubric .scroll-row .col-12 {
		max-width: 46.5%;
	}
}

@media (min-width: 768px) {
	.rubric .scroll-row .col-12 {
		max-width: 47.5%;
	}
}

@media (min-width: 992px) {
	.rubric .scroll-row .col-12 {
		max-width: 33.333333%;
	}
}

@media (min-width: 575px) {
	.rubric .scroll-row-lg {
		margin-right: calc(var(--grid-gap) * -1);
		padding-right: 0;
	}
}

@media (min-width: 575px) {
	.rubric .scroll-row-lg .col-12 {
		max-width: 50%;
	}
}

.special .swiper-container {
	overflow: visible;
	max-width: 92%;
}

@media (min-width: 1200px) {
	.special .swiper-container {
		max-width: 100%;
	}
}

.special .news-card {
	background-color: #C51932;
}

.special .news-card-content {
	background: linear-gradient(36deg, #C51932 0%, transparent 70.28%);
}

.weekend {
	padding-top: 30px;
	padding-bottom: 30px;
}

@media (min-width: 768px) {
	.weekend {
		padding-top: 45px;
		padding-bottom: 100px;
	}
}

@media (min-width: 1200px) {
	.weekend {
		padding-top: 65px;
	}
	
	.weekend .col-xl-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 20%;
		width: 20%;
		max-width: 20%;
	}
}

.film-card {
	display: block;
}

.film-card-img {
	overflow: hidden;
	position: relative;
	margin-bottom: 8px;
	border-radius: 15px;
	padding-top: 140%;
}

.film-card-img img {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: translate(-50%, -50%);
	transition: all linear 0.3s;
}

.film-card-title {
	overflow: hidden;
	margin-bottom: 8px;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.2;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all linear 0.3s;
}

@media (min-width: 601px) {
	.film-card-title {
		font-size: 20px;
	}
}

.film-card-info {
	margin-bottom: 4px;
	padding-left: 16px;
	font-size: 11px;
	color: #515151;
	background-repeat: no-repeat;
	background-position: left 0;
}

.film-card-place {
	background-image: url("/bitrix/templates/main/./assets/ico/ico-place.svg");
}

.film-card-time {
	background-position: left 3px;
	background-image: url("/bitrix/templates/main/./assets/ico/ico-time.svg");
}

.film-card-content {
	margin-top: 8px;
	font-size: 12px;
	color: #888888;
}

@media (min-width: 601px) {
	.film-card-content {
		font-size: 16px;
	}
}

.film-card:hover .film-card-title,
.film-card:active .film-card-title,
.film-card:focus-visible .film-card-title {
	color: #C51932;
}

@media (min-width: 768px) {
	.team .section-title {
		margin-bottom: 50px;
	}
}

.team .swiper-container {
	overflow: visible;
	max-width: calc(100% - 10px);
}

@media (min-width: 1200px) {
	.team .swiper-container {
		max-width: 100%;
	}
}

@media (min-width: 768px) {
	.team .swiper-button {
		top: -75px;
	}
}

.team-card {
	height: 100%;
	text-align: center;
}

.team-card-img {
	overflow: hidden;
	position: relative;
	margin: 0 auto 8px;
	border-radius: 50%;
	width: 135px;
	height: 135px;
}

.team-card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (min-width: 601px) {
	.team-card-img {
		margin-bottom: 32px;
		width: 180px;
		height: 180px;
	}
}

@media (min-width: 992px) {
	.team-card-img {
		margin-bottom: 32px;
		width: 200px;
		height: 200px;
	}
}

.team-card-title {
	margin-bottom: 8px;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.2;
}

@media (min-width: 601px) {
	.team-card-title {
		font-size: 20px;
	}
}

.team-card-content {
	font-size: 12px;
	color: #888888;
}

@media (min-width: 601px) {
	.team-card-content {
		font-size: 16px;
	}
}

/*=ABOUT=*/
.about-section {
	padding-bottom: 32px;
}

@media (min-width: 768px) {
	.about-section {
		padding-bottom: 104px;
	}
}

.features {
	position: relative;
	margin-top: 56px;
	margin-left: -15px;
	margin-right: -15px;
	border-radius: 15px;
	padding: 40px 24px;
	background-color: #C51932;
}

@media (min-width: 768px) {
	.features {
		margin-top: 104px;
		margin-left: 0;
		margin-right: 0;
		padding: 64px 24px;
	}
}

@media (min-width: 1200px) {
	.features {
		padding: 64px 96px;
	}
}

.features::before {
	content: '';
	position: absolute;
	left: 64px;
	right: 64px;
	bottom: 10px;
	z-index: -1;
	height: 44px;
	background: #C51932;
	filter: blur(40px);
}

.features .row:first-child .col-6 {
	padding-bottom: 32px;
}

@media (min-width: 768px) {
	.features .row:first-child .col-6 {
		padding-bottom: 64px;
	}
}

.features .row:last-child {
	position: relative;
}

.features .row:last-child::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.55);
}

@media (min-width: 768px) {
	.features .row:last-child::before {
		left: 12px;
		right: 12px;
	}
}

.features .row:last-child .col-12 {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	padding-top: 32px;
}

@media (min-width: 768px) {
	.features .row:last-child .col-12 {
		display: block;
		padding-top: 40px;
	}
}

.feature-ico {
	flex-shrink: 0;
	flex-grow: 0;
	display: block;
	margin-right: 16px;
	max-width: 48px;
}

@media (min-width: 768px) {
	.feature-ico {
		margin-right: 0;
		margin-bottom: 40px;
		max-width: none;
		max-height: 56px;
	}
}

@media (min-width: 768px) {
	.feature-ico {
		max-height: 72px;
	}
}

.feature-number {
	font-weight: 600;
	font-size: 38px;
	color: #ffffff;
}

@media (min-width: 768px) {
	.feature-number {
		font-size: 42px;
	}
}

@media (min-width: 768px) {
	.feature-number {
		font-size: 48px;
	}
}

.feature-text {
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.88);
}

@media (min-width: 768px) {
	.feature-text {
		font-size: 16px;
	}
}

.promo {
	margin: 48px auto 0;
}

@media (min-width: 768px) {
	.promo {
		margin-top: 72px;
	}
}

@media (min-width: 1200px) {
	.promo {
		margin-top: 88px;
		max-width: 950px;
	}
}

.about-team {
	padding-top: 40px;
}

@media (min-width: 768px) {
	.about-team {
		padding-top: 48px;
	}
}

@media (min-width: 1200px) {
	.about-team {
		padding-top: 88px;
	}
}

.about-team .section-title {
	text-align: center;
}

@media (min-width: 768px) {
	.about-team .section-title {
		text-align: left;
	}
}

.about-team .col-12 {
	margin-top: 16px;
}

@media (min-width: 1200px) {
	.about-team .col-12 {
		margin-top: 24px;
	}
}

.about-team .col-12:first-child {
	margin-top: 0;
}

@media (min-width: 576px) {
	.about-team .col-12:nth-child(2) {
		margin-top: 0;
	}
}

@media (min-width: 768px) {
	.about-team .col-12:nth-child(3) {
		margin-top: 0;
	}
}

@media (min-width: 1200px) {
	.about-team .col-12:nth-child(4) {
		margin-top: 0;
	}
}

.about-team .team-card {
	border-radius: 15px;
	margin-left: auto;
	margin-right: auto;
	padding: 16px 12px;
	max-width: 230px;
	background-color: #F2F2F2;
}

@media (min-width: 576px) {
	.about-team .team-card {
		max-width: none;
	}
}

@media (min-width: 1200px) {
	.about-team .team-card {
		padding: 24px;
	}
}

.about-team .team-card:hover img:first-child {
	opacity: 0;
}

.about-team .team-card:hover img:last-child {
	opacity: 1;
}

.about-team .team-card-img {
	position: relative;
}

.about-team .team-card-img img {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: translate(-50%, -50%);
	transition: opacity linear 0.5s;
}

.about-team .team-card-img img:last-child {
	opacity: 0;
}

.about-team .team-card-title {
	font-size: 20px;
}

@media (min-width: 1200px) {
	.about-team .team-card-title {
		font-size: 22px;
	}
}

.about-team .team-card-position {
	margin-bottom: 12px;
	color: #888888;
}

@media (min-width: 601px) {
	.about-team .team-card-content {
		font-size: 14px;
	}
}

/*=RUBRICS=*/
.rubric-card-wrapper {
	margin-bottom: 12px;
}

@media (min-width: 768px) {
	.rubric-card-wrapper {
		margin-bottom: 24px;
	}
}

@media (min-width: 1200px) {
	.rubric-card-wrapper {
		margin-bottom: 30px;
	}
}

.rubric-card-wrapper-sm {
	margin-bottom: 8px;
}

@media (min-width: 768px) {
	.rubric-card-wrapper-sm {
		margin-bottom: 15px;
	}
}

@media (min-width: 1200px) {
	.rubric-card-wrapper-sm {
		margin-bottom: 30px;
	}
}

.rubric-card {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	border-radius: 15px;
	padding: 10px 8px;
	background-color: #F2F2F2;
}

@media (min-width: 768px) {
	.rubric-card {
		padding: 15px 10px;
	}
}

@media (min-width: 1200px) {
	.rubric-card {
		padding: 20px;
	}
}

.rubric-card-img {
	flex-shrink: 0;
	flex-grow: 0;
	overflow: hidden;
	position: relative;
	margin-right: 15px;
	border-radius: 10px;
	width: 92px;
	height: 92px;
}

.rubric-card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (min-width: 768px) {
	.rubric-card-img {
		margin-right: 20px;
		width: 110px;
		height: 110px;
	}
}

@media (min-width: 1200px) {
	.rubric-card-img {
		width: 142px;
		height: 142px;
	}
}

.rubric-card-title {
	font-weight: 500;
	font-size: 16px;
	transition: all linear 0.3s;
}

@media (min-width: 768px) {
	.rubric-card-title {
		font-size: 18px;
	}
}

@media (min-width: 1200px) {
	.rubric-card-title {
		font-size: 20px;
	}
}

.rubric-card-sm {
	padding: 8px;
}

.rubric-card-sm .rubric-card-img {
	width: 70px;
	height: 70px;
}

@media (min-width: 768px) {
	.rubric-card-sm .rubric-card-img {
		width: 76px;
		height: 76px;
	}
}

.rubric-card-sm .rubric-card-title {
	font-size: 14px;
}

@media (min-width: 768px) {
	.rubric-card-sm .rubric-card-title {
		font-size: 16px;
	}
}

@media (min-width: 1200px) {
	.rubric-card-sm .rubric-card-title {
		font-size: 18px;
	}
}

.rubric-card:hover .rubric-card-title,
.rubric-card:active .rubric-card-title,
.rubric-card:focus-visible .rubric-card-title {
	color: #C51932;
}

.news-card-wrapper {
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.news-card-wrapper {
		margin-bottom: 40px;
	}
}

@media (min-width: 1200px) {
	.news-card-wrapper {
		margin-bottom: 75px;
	}
}

.news {
	display: block;
}

.news-img {
	position: relative;
	margin-bottom: 8px;
	border-radius: 15px;
	padding-top: 48%;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

@media (min-width: 768px) {
	.news-img {
		margin-bottom: 15px;
	}
}

@media (min-width: 1200px) {
	.news-img {
		margin-bottom: 20px;
	}
}

.news-info {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	padding: 5px 15px;
	min-height: 35px;
	background-color: #1C1C1C;
	width: 100%;
}

.news-info p {
	margin-right: 12px;
	font-weight: 500;
	font-size: 11px;
	color: #ffffff;
	background-repeat: no-repeat;
	background-position: left center;
	opacity: 0.52;
}

.news-info p:last-child {
	margin-right: 0;
}

.news-info p.active {
	opacity: 1;
}

.news-info p.news-info-rubric {
	margin-right: auto;
}

.no-margin {
	margin: 0;
	width: 100%;
}

@media (min-width: 768px) {
	.news-info p {
		font-size: 12px;
	}
}

@media (min-width: 1200px) {
	.news-info p {
		font-size: 14px;
	}
}

.news-info-date {
	padding-left: 20px;
	background-image: url("/bitrix/templates/main/./assets/ico/ico-time-white.svg");
}

.news-info-video {
	min-width: 18px;
	min-height: 19px;
	padding-left: 23px;
	background-image: url("/bitrix/templates/main/./assets/ico/ico-videos-white.svg");
}

.news-info-views {
	padding-left: 24px;
	background-image: url("/bitrix/templates/main/./assets/ico/ico-eye-white.svg");
}

.news-info-comments {
	padding-left: 20px;
	background-image: url("/bitrix/templates/main/./assets/ico/ico-comments-white.svg");
}

.news-title {
	margin-bottom: 8px;
	font-weight: 500;
	font-size: 15px;
	transition: all linear 0.3s;
}

@media (min-width: 768px) {
	.news-title {
		margin-bottom: 10px;
		font-size: 16px;
	}
}

@media (min-width: 1200px) {
	.news-title {
		margin-bottom: 15px;
		font-size: 20px;
	}
}

.news-text {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	max-height: 64px;
	font-size: 12px;
	-webkit-line-clamp: 4;
	text-overflow: ellipsis;
	color: #888888;
}

@media (min-width: 768px) {
	.news-text {
		max-height: 76px;
		font-size: 14px;
	}
}

@media (min-width: 1200px) {
	.news-text {
		max-height: 88px;
		font-size: 16px;
	}
}

.news:hover .news-title,
.news:active .news-title,
.news:focus-visible .news-title {
	color: #C51932;
}

/*=TEXT-PAGE=*/
.article-info {
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.article-info {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
	}
}

@media (min-width: 1200px) {
	.article-info {
		margin-bottom: 30px;
		align-items: flex-start;
	}
}

.article-meta {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 15px;
}

@media (min-width: 1200px) {
	.article-meta {
		order: 1;
		width: 100%;
		margin-bottom: 20px;
	}
}

.article-meta-item {
	margin-right: 8px;
	padding-left: 15px;
	font-weight: 500;
	font-size: 11px;
	color: #515151;
	background-repeat: no-repeat;
	background-position: left center;
}

@media (min-width: 768px) {
	.article-meta-item {
		margin-right: 25px;
		padding-left: 25px;
		font-size: 16px;
	}
}

.article-meta-item-date {
	background-size: 11px auto;
	background-image: url("/bitrix/templates/main/./assets/ico/ico-contacts-time.svg");
}

@media (min-width: 768px) {
	.article-meta-item-date {
		background-size: 15px auto;
	}
}

.article-meta-item-author {
	background-size: 11px auto;
	background-image: url("/bitrix/templates/main/./assets/ico/ico-contacts-name.svg");
}

@media (min-width: 768px) {
	.article-meta-item-author {
		background-size: 15px auto;
	}
}

.article-meta-item-views {
	padding-left: 18px;
	background-image: url("/bitrix/templates/main/./assets/ico/ico-eye-accent.svg");
}

@media (min-width: 768px) {
	.article-meta-item-views {
		padding-left: 25px;
		background-size: 20px auto;
	}
}

.article-meta-item:last-child {
	margin-right: 0;
}

.article-soc {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 15px;
}

@media (min-width: 1200px) {
	.article-soc {
		order: 3;
		margin-bottom: 0;
	}
}

.article-soc .soc-link {
	margin-right: 10px;
	border: 1px solid #C1C1C1;
	width: 28px;
	height: 28px;
}

@media (min-width: 1200px) {
	.article-soc .soc-link {
		width: 36px;
		height: 36px;
	}
	
	.article-soc .soc-link svg {
		transform: scale(1.05);
	}
}

.article-soc .soc-link .ico {
	fill: #BABABA;
}

.article-soc .soc-link .ico-stroke {
	stroke: #BABABA;
}

.article-soc .soc-link:last-child {
	margin-right: 0;
}

.article-soc .soc-link:hover,
.article-soc .soc-link:active,
.article-soc .soc-link:focus-visible {
	border-color: #C51932;
}

.article-soc .soc-link:hover .ico,
.article-soc .soc-link:active .ico,
.article-soc .soc-link:focus-visible .ico {
	fill: #C51932;
}

.article-soc .soc-link:hover .ico-stroke,
.article-soc .soc-link:active .ico-stroke,
.article-soc .soc-link:focus-visible .ico-stroke {
	stroke: #C51932;
}

.article-tags {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

@media (min-width: 768px) {
	.article-tags {
		width: 100%;
	}
}

@media (min-width: 1200px) {
	.article-tags {
		order: 2;
		margin-right: 30px;
		width: calc(100% - 250px);
	}
}

.article-tag {
	display: inline-block;
	margin-right: 4px;
	margin-bottom: 5px;
	padding: 5px 4px;
	border-radius: 4px;
	font-weight: 500;
	font-size: 11px;
	white-space: nowrap;
	color: rgba(197, 25, 50, 0.87);
	background: rgba(197, 25, 50, 0.1);
}

@media (min-width: 768px) {
	.article-tag {
		margin-right: 8px;
		margin-bottom: 8px;
		padding: 5px 8px;
		font-size: 14px;
	}
}

@media (min-width: 1200px) {
	.article-tag {
		font-size: 16px;
	}
}

.intro {
	position: relative;
	margin-bottom: 30px;
	border-radius: 15px;
	padding: 30px 15px 30px 20px;
	font-weight: 600;
	font-size: 14px;
	background-color: #F2F2F2;
}

.intro::before {
	content: '';
	position: absolute;
	left: 0;
	top: 12px;
	bottom: 12px;
	z-index: 1;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	width: 7px;
	background-color: #C51932;
}

@media (min-width: 768px) {
	.intro {
		padding: 30px 20px 30px 30px;
		font-size: 16px;
	}
}

@media (min-width: 1200px) {
	.intro {
		margin-bottom: 35px;
		padding: 40px 40px 40px 45px;
		font-size: 18px;
	}
}

.text-section strong,
.text-section b {
	font-weight: 700;
}

.text-section p,
.text-section ul,
.text-section ol {
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: 500;
	color: #1C1C1C;
}

.text-section p:last-child,
.text-section ul:last-child,
.text-section ol:last-child {
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.text-section p,
	.text-section ul,
	.text-section ol {
		font-size: 16px;
	}
}

@media (min-width: 1200px) {
	.text-section p,
	.text-section ul,
	.text-section ol {
		font-size: 18px;
	}
}

.text-section h2 {
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 1.25;
}

.text-section h2:only-child,
.text-section h2:last-child {
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.text-section h2 {
		font-size: 30px;
	}
}

@media (min-width: 1200px) {
	.text-section h2 {
		margin-bottom: 25px;
	}
}

.text-section * + h2 {
	margin-top: 30px;
}

@media (min-width: 1200px) {
	.text-section * + h2 {
		margin-top: 40px;
	}
}

.text-section h3 {
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.25;
	text-transform: uppercase;
}

.text-section h3:only-child,
.text-section h3:last-child {
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.text-section h3 {
		font-size: 24px;
	}
}

@media (min-width: 1200px) {
	.text-section h3 {
		margin-bottom: 25px;
	}
}

.text-section * + h3 {
	margin-top: 25px;
}

@media (min-width: 1200px) {
	.text-section * + h3 {
		margin-top: 40px;
	}
}

.text-section h4 {
	margin-bottom: 12px;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.25;
	text-transform: uppercase;
}

.text-section h4:only-child,
.text-section h4:last-child {
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.text-section h4 {
		font-size: 20px;
	}
}

@media (min-width: 1200px) {
	.text-section h4 {
		margin-bottom: 20px;
	}
}

.text-section * + h4 {
	margin-top: 25px;
}

@media (min-width: 1200px) {
	.text-section * + h4 {
		margin-top: 30px;
		margin-bottom: 20px;
	}
}

.text-section h5 {
	margin-bottom: 12px;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.25;
}

.text-section h5:only-child,
.text-section h5:last-child {
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.text-section h5 {
		margin-bottom: 15px;
		font-size: 16px;
	}
}

@media (min-width: 1200px) {
	.text-section h5 {
		font-size: 18px;
	}
}

.text-section * + h5 {
	margin-top: 20px;
}

@media (min-width: 768px) {
	.text-section * + h5 {
		margin-top: 25px;
	}
}

.text-section h6 {
	margin-bottom: 16px;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.25;
}

.text-section h6:only-child,
.text-section h6:last-child {
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.text-section h6 {
		margin-bottom: 15px;
		font-size: 16px;
	}
}

@media (min-width: 1200px) {
	.text-section h6 {
		font-size: 18px;
	}
}

.text-section * + h6 {
	margin-top: 20px;
}

@media (min-width: 768px) {
	.text-section * + h6 {
		margin-top: 25px;
	}
}

.text-section li + li {
	margin-top: 10px;
}

@media (min-width: 768px) {
	.text-section li + li {
		margin-top: 20px;
	}
}

.text-section li {
	position: relative;
	padding-left: 40px;
	min-height: 30px;
}

@media (min-width: 768px) {
	.text-section li {
		padding-left: 50px;
		min-height: 38px;
	}
}

.text-section li::before {
	position: absolute;
	left: 0;
	top: -3px;
	z-index: 1;
	border-radius: 50%;
	border: 1px solid #C51932;
	width: 30px;
	height: 30px;
}

@media (min-width: 768px) {
	.text-section li::before {
		width: 38px;
		height: 38px;
	}
}

.text-section ul li::before {
	content: '';
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 10px auto;
	background-image: url("/bitrix/templates/main/./assets/ico/ico-tick.svg");
}

@media (min-width: 768px) {
	.text-section ul li::before {
		background-size: 13px auto;
	}
}

.text-section ol {
	counter-reset: li;
}

.text-section ol li:before {
	content: counter(li);
	counter-increment: li;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	font-weight: 500;
	color: #C51932;
}

.text-section img {
	display: block;
	margin-top: 30px;
	margin-bottom: 30px;
	border-radius: 15px;
	width: auto !important;
	max-width: 100%;
	height: auto !important;
}

.text-section img:last-child {
	margin-bottom: 0;
}

.text-section img:first-child {
	margin-top: 0;
}

@media (min-width: 768px) {
	.text-section img {
		margin-top: 40px;
		margin-bottom: 40px;
	}
}

.text-section img[style*="float: left"] {
	float: none;
	margin-right: auto;
	margin-left: auto;
}

.text-section img[style*="float: left"]:last-child {
	margin-bottom: 0;
}

.text-section img[style*="float: right"] {
	float: none;
	margin-right: auto;
	margin-left: auto;
}

.text-section img[style*="float: right"]:last-child {
	margin-bottom: 0;
}

.text-section a:not(.btn) {
	color: #C51932;
	text-decoration: underline;
}

.text-section a:not(.btn):hover,
.text-section a:not(.btn):active,
.text-section a:not(.btn):focus-visible {
	text-decoration: none;
}

.text-section hr {
	margin: 15px 0;
	height: 1px;
	background-color: #C1C1C1;
}

.text-section hr:first-child {
	margin-top: 0;
}

.text-section hr:last-child {
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.text-section hr {
		margin: 40px 0;
	}
}

.text-section .iframe-wrapper,
.text-section video {
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 30px;
	border-radius: 15px;
}

.text-section .iframe-wrapper:first-child,
.text-section video:first-child {
	margin-top: 0;
}

.text-section .iframe-wrapper:last-child,
.text-section video:last-child {
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.text-section .iframe-wrapper,
	.text-section video {
		margin-top: 40px;
		margin-bottom: 40px;
	}
}

.text-section table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

.text-section table th,
.text-section table td {
	text-align: left;
}

.text-section table thead tr:first-child th:first-child {
	border-top-left-radius: 5px;
}

.text-section table thead tr:first-child th:last-child {
	border-top-right-radius: 5px;
}

.text-section table thead tr:last-child th:first-child {
	border-bottom-left-radius: 5px;
}

.text-section table thead tr:last-child th:last-child {
	border-bottom-right-radius: 5px;
}

.text-section table th {
	vertical-align: bottom;
	padding: 15px 12px;
	font-weight: 600;
	font-size: 13px;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #C51932;
}

@media (min-width: 768px) {
	.text-section table th {
		padding: 20px 30px;
		font-size: 16px;
	}
}

@media (min-width: 1200px) {
	.text-section table th {
		font-size: 18px;
	}
}

.text-section table tbody tr:nth-child(even) td {
	background-color: #F2F2F2;
}

.text-section table tbody tr:nth-child(even) td:first-child {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.text-section table tbody tr:nth-child(even) td:last-child {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.text-section table td {
	vertical-align: top;
	padding: 15px 12px;
	font-weight: 500;
	color: #979797;
}

@media (min-width: 768px) {
	.text-section table td {
		padding: 20px 30px;
		font-size: 16px;
	}
}

.text-section blockquote {
	margin-top: 30px;
	margin-bottom: 30px;
	border-radius: 15px;
	padding: 20px 15px;
	background-color: #F2F2F2;
}

.text-section blockquote:last-child {
	margin-bottom: 0;
}

.text-section blockquote:first-child {
	margin-top: 0;
}

@media (min-width: 768px) {
	.text-section blockquote {
		margin-top: 40px;
		margin-bottom: 40px;
		padding: 30px 15px;
	}
}

@media (min-width: 1200px) {
	.text-section blockquote {
		padding: 30px;
	}
}

.text-section blockquote p:first-child {
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	color: #C51932;
}

@media (min-width: 768px) {
	.text-section blockquote p:first-child {
		margin-bottom: 15px;
		font-size: 16px;
	}
}

@media (min-width: 1200px) {
	.text-section blockquote p:first-child {
		margin-bottom: 20px;
		font-size: 18px;
	}
}

.text-section blockquote p:nth-child(2) {
	padding-left: 30px;
	font-weight: 700;
	font-size: 14px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url("/bitrix/templates/main/./assets/ico/ico-quote.svg");
}

@media (min-width: 768px) {
	.text-section blockquote p:nth-child(2) {
		padding-left: 60px;
		font-size: 16px;
		background-size: 38px auto;
	}
}

@media (min-width: 1200px) {
	.text-section blockquote p:nth-child(2) {
		padding-left: 80px;
	}
}

@media (min-width: 992px) {
	.text-section img[style*="float: left"] {
		float: left;
		margin-right: 12px;
	}
	
	.text-section img[style*="float: right"] {
		float: right;
		margin-left: 12px;
	}
}

video {
	display: block;
	max-width: 100%;
}

.table-wrapper {
	overflow: auto;
	margin-top: 1.875rem;
	margin-bottom: 1.875rem;
}

.table-wrapper:last-child {
	margin-bottom: 0;
}

.table-wrapper:first-child {
	margin-top: 0;
}

.table-wrapper table {
	margin-top: 0;
	margin-bottom: 0;
	min-width: 28.75rem;
}

.iframe-wrapper {
	overflow: hidden;
	position: relative;
	border-radius: 20px;
	padding: 0 0 56.25% 0;
	height: 0;
	width: 100%;
}

.iframe-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sidebar {
	margin-top: 30px;
}

@media (min-width: 576px) {
	.sidebar {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

@media (min-width: 768px) {
	.sidebar {
		margin-top: 125px;
	}
}

@media (min-width: 1200px) {
	.sidebar {
		display: block;
		margin-top: 0;
	}
}

.sidebar-news-btn {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-left: 60px;
	padding-right: 40px;
	margin-bottom: 15px;
	border-radius: 10px;
	width: 100%;
	height: 100px;
	font-weight: 600;
	font-size: 14px;
	text-align: left;
	text-transform: uppercase;
	color: #ffffff;
	background-image: url("/bitrix/templates/main/./assets/ico/ico-news.svg");
	background-repeat: no-repeat;
	background-position: 15px center;
	background-color: rgba(216, 34, 61, 0.75);
}

.sidebar-news-btn:hover,
.sidebar-news-btn:active,
.sidebar-news-btn:focus-visible {
	background-color: #C51932;
}

@media (min-width: 576px) {
	.sidebar-news-btn {
		margin-right: 12px;
		margin-bottom: 45px;
		width: 40%;
		height: auto;
	}
}

@media (min-width: 1200px) {
	.sidebar-news-btn {
		margin-bottom: 20px;
		margin-right: 0;
		width: 100%;
		height: 100px;
	}
}

.sidebar-subscribe {
	margin-bottom: 30px;
	border-radius: 10px;
	padding: 20px 12px 30px;
	background-color: #F2F2F2;
}

@media (min-width: 576px) {
	.sidebar-subscribe {
		margin-bottom: 45px;
		width: calc(100% - 12px - 40%);
	}
}

@media (min-width: 768px) {
	.sidebar-subscribe {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		padding: 30px 15px;
	}
}

@media (min-width: 1200px) {
	.sidebar-subscribe {
		display: block;
		padding: 20px;
		width: 100%;
	}
}

.sidebar-subscribe-title {
	margin-bottom: 15px;
	padding: 8px 0 8px 40px;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	color: #C51932;
	background-image: url("/bitrix/templates/main/./assets/ico/ico-subscribe.svg");
	background-repeat: no-repeat;
	background-position: 0 center;
}

@media (min-width: 768px) {
	.sidebar-subscribe-title {
		margin-bottom: 0;
		margin-right: 5px;
		max-width: 175px;
	}
}

@media (min-width: 1200px) {
	.sidebar-subscribe-title {
		margin-bottom: 20px;
		margin-right: 0;
		max-width: none;
	}
}

.sidebar-subscribe .subscribe-form-input {
	font-size: 16px;
	color: #000000;
}

.sidebar-subscribe .subscribe-form-input::-webkit-input-placeholder {
	color: #515151;
}

.sidebar-subscribe .subscribe-form-input::-moz-placeholder {
	color: #515151;
}

.sidebar-subscribe .subscribe-form-input:-moz-placeholder {
	color: #515151;
}

.sidebar-subscribe .subscribe-form-input:-ms-input-placeholder {
	color: #515151;
}

@media (min-width: 576px) {
	.sidebar-popular {
		width: 100%;
	}
}

.sidebar-popular-title {
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.25;
	text-transform: uppercase;
}

@media (min-width: 1200px) {
	.sidebar-popular-title {
		margin-bottom: 20px;
	}
}

@media (min-width: 1200px) {
	.sidebar-popular {
		padding-bottom: 0;
	}
	
	.sidebar-popular .col-12 {
		margin-bottom: 20px;
	}
	
	.sidebar-popular .col-12:last-child {
		margin-bottom: 0;
	}
	
	.sidebar-popular .news-card-content {
		padding: 15px;
	}
	
	.sidebar-popular .news-card-title {
		font-size: 18px;
	}
}

.recommendation {
	padding-top: 25px;
	width: 100%;
}

@media (min-width: 768px) {
	.recommendation {
		padding-top: 40px;
	}
}

@media (min-width: 1200px) {
	.recommendation {
		padding-top: 128px;
	}
}

@media (min-width: 768px) {
	.recommendation .scroll-row {
		padding-right: 132px;
	}
}

@media (min-width: 1200px) {
	.recommendation .scroll-row {
		padding-right: 0;
	}
}

@media (min-width: 1200px) {
	.recommendation .news-title {
		font-size: 18px;
	}
}

.article-footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	padding-top: 56px;
}

@media (min-width: 768px) {
	.article-footer {
		flex-direction: row;
		justify-content: space-between;
		padding-top: 40px;
	}
}

.article-footer-navigation {
	display: flex;
	justify-content: space-between;
	margin-bottom: 16px;
}

@media (min-width: 768px) {
	.article-footer-navigation {
		order: 2;
		justify-content: flex-end;
		margin-bottom: 0;
	}
}

.article-footer-navigation .btn {
	width: calc(50% - 8px);
}

@media (min-width: 768px) {
	.article-footer-navigation .btn {
		padding-left: 8px;
		padding-right: 8px;
		width: auto;
	}
	
	.article-footer-navigation .btn:first-child {
		margin-right: 16px;
	}
}

.article-footer-share {
	position: relative;
}

@media (min-width: 768px) {
	.article-footer-share {
		order: 1;
	}
}

@media (min-width: 1200px) {
	.article-footer-share {
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
}

.article-footer-share-btn {
	display: flex;
	align-items: center;
	justify-content: center;
}

.article-footer-share-btn span {
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	color: #C51932;
}

@media (min-width: 768px) {
	.article-footer-share-btn span {
		font-size: 18px;
	}
}

.article-footer-share-btn svg {
	display: block;
	margin-left: 12px;
}

@media (min-width: 1200px) {
	.article-footer-share-btn svg {
		display: none;
	}
}

.article-footer-share-btn path {
	fill: #C51932;
}

@media (min-width: 1200px) {
	.article-footer-share-btn {
		margin-right: 8px;
		cursor: text;
		pointer-events: none;
	}
}

.article-footer-share-soc {
	position: absolute;
	top: calc(100% + 4px);
	left: 50%;
	z-index: 10;
	display: none;
	justify-content: flex-start;
	padding: 8px;
	border-radius: 5px;
	background-color: #ffffff;
	box-shadow: 0 0 30px 0 rgba(122, 122, 122, 0.14);
	transform: translateX(-50%);
}

.article-footer-share-soc.visible {
	display: flex;
}

@media (min-width: 768px) {
	.article-footer-share-soc {
		left: 0;
		transform: translateX(0);
	}
}

@media (min-width: 1200px) {
	.article-footer-share-soc {
		position: static;
		display: flex;
	}
}

.article-footer-share-soc .soc-link {
	margin-right: 10px;
	border: 1px solid #C1C1C1;
	width: 28px;
	height: 28px;
}

@media (min-width: 1200px) {
	.article-footer-share-soc .soc-link {
		width: 36px;
		height: 36px;
	}
	
	.article-footer-share-soc .soc-link svg {
		transform: scale(1.05);
	}
}

.article-footer-share-soc .soc-link .ico {
	fill: #BABABA;
}

.article-footer-share-soc .soc-link .ico-stroke {
	stroke: #BABABA;
}

.article-footer-share-soc .soc-link:last-child {
	margin-right: 0;
}

.article-footer-share-soc .soc-link:hover,
.article-footer-share-soc .soc-link:active,
.article-footer-share-soc .soc-link:focus-visible {
	border-color: #C51932;
}

.article-footer-share-soc .soc-link:hover .ico,
.article-footer-share-soc .soc-link:active .ico,
.article-footer-share-soc .soc-link:focus-visible .ico {
	fill: #C51932;
}

.article-footer-share-soc .soc-link:hover .ico-stroke,
.article-footer-share-soc .soc-link:active .ico-stroke,
.article-footer-share-soc .soc-link:focus-visible .ico-stroke {
	stroke: #C51932;
}

/*=CONTACTS=*/
.contacts-block {
	margin-bottom: 30px;
}

@media (min-width: 576px) {
	.contacts-block {
		margin-bottom: 45px;
	}
}

.contacts-block-title {
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.2;
	text-transform: uppercase;
}

@media (min-width: 576px) {
	.contacts-block-title {
		font-size: 30px;
	}
}

@media (min-width: 992px) {
	.contacts-block-title {
		margin-bottom: 30px;
	}
}

.contacts-block-in {
	margin-right: -15px;
	margin-left: -15px;
	border-radius: 15px;
	padding: 20px 25px 30px;
	background-color: #F2F2F2;
}

@media (min-width: 576px) {
	.contacts-block-in {
		margin-right: 0;
		margin-left: 0;
		padding: 30px 25px;
	}
}

@media (min-width: 992px) {
	.contacts-block-in {
		padding: 55px 40px;
	}
}

.contacts-block-in .col-12:last-child .contacts-item:last-child {
	margin-bottom: 0;
}

.contacts-tel {
	margin-bottom: 15px;
	font-weight: 500;
	font-size: 20px;
}

@media (min-width: 576px) {
	.contacts-tel {
		font-size: 22px;
	}
}

@media (min-width: 992px) {
	.contacts-tel {
		margin-bottom: 35px;
		font-size: 26px;
	}
}

.contacts-tel a:hover,
.contacts-tel a:active,
.contacts-tel a:focus-visible {
	color: #C51932;
}

.contacts-item {
	margin-bottom: 15px;
	padding-left: 25px;
	font-weight: 500;
	line-height: 1.3;
	background-repeat: no-repeat;
	background-position: 0 4px;
}

@media (min-width: 992px) {
	.contacts-item {
		font-size: 20px;
		background-position: 0 8px;
	}
}

.contacts-item-address {
	background-image: url("/bitrix/templates/main/./assets/ico/ico-contacts-address.svg");
	background-position: 2px 4px;
}

@media (min-width: 992px) {
	.contacts-item-address {
		background-position: 2px center;
	}
}

.contacts-item-time {
	background-image: url("/bitrix/templates/main/./assets/ico/ico-contacts-time.svg");
}

.contacts-item-email {
	background-image: url("/bitrix/templates/main/./assets/ico/ico-contacts-email.svg");
}

.contacts-item-name {
	background-image: url("/bitrix/templates/main/./assets/ico/ico-contacts-name.svg");
	background-position: 0 center;
}

.contacts-item a:hover,
.contacts-item a:active,
.contacts-item a:focus-visible {
	color: #C51932;
}

.contacts-soc {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	margin-right: -15px;
	margin-left: -15px;
	border-radius: 15px;
	padding: 30px 20px;
	background-color: #C51932;
}

@media (min-width: 576px) {
	.contacts-soc {
		flex-direction: row;
		justify-content: space-between;
		margin-right: 0;
		margin-left: 0;
		padding: 45px 30px;
	}
}

@media (min-width: 992px) {
	.contacts-soc {
		padding: 60px 50px;
	}
}

.contacts-soc::before {
	content: '';
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 10px;
	z-index: -1;
	height: 44px;
	background: #C51932;
	filter: blur(25px);
}

@media (min-width: 992px) {
	.contacts-soc::before {
		filter: blur(60px);
	}
}

.contacts-soc-title {
	margin-bottom: 12px;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
}

@media (min-width: 576px) {
	.contacts-soc-title {
		margin-bottom: 0;
		width: 60%;
		font-size: 20px;
		text-align: left;
	}
}

@media (min-width: 992px) {
	.contacts-soc-title {
		font-size: 24px;
	}
}

.contacts-soc .soc {
	justify-content: center;
}

@media (min-width: 576px) {
	.contacts-soc .soc {
		justify-content: flex-start;
		width: 40%;
	}
}

.contacts-soc .soc-link {
	border-color: #ffffff;
	width: 35px;
	height: 35px;
}

@media (min-width: 992px) {
	.contacts-soc .soc-link {
		width: 46px;
		height: 46px;
	}
	
	.contacts-soc .soc-link svg {
		width: auto;
		height: 20px;
	}
}

.contacts-soc .soc-link .ico {
	fill: #ffffff;
}

.contacts-soc .soc-link .ico-accent {
	fill: #C51932;
}

.contacts-soc .soc-link:hover,
.contacts-soc .soc-link:active,
.contacts-soc .soc-link:focus-visible {
	background-color: #ffffff;
}

.contacts-soc .soc-link:hover .ico,
.contacts-soc .soc-link:active .ico,
.contacts-soc .soc-link:focus-visible .ico {
	fill: #C51932;
}

.contacts-soc .soc-link:hover .ico-accent,
.contacts-soc .soc-link:active .ico-accent,
.contacts-soc .soc-link:focus-visible .ico-accent {
	fill: #ffffff;
}

.map-wrapper {
	height: 356px;
	width: 100vw;
	position: relative;
	left: -50%;
	right: -50%;
	margin: 64px -50vw -64px;
}

@media (min-width: 768px) {
	.map-wrapper {
		height: 596px;
	}
}

@media (min-width: 768px) {
	.map-wrapper {
		margin: 88px -50vw -88px;
	}
}

@media (min-width: 1200px) {
	.map-wrapper {
		margin: 144px -50vw -144px;
	}
}

/*=VACANCIES=*/
.vacancy {
	display: block;
	margin-bottom: 15px;
	border-radius: 15px;
	padding: 20px 12px;
	background-color: #F2F2F2;
}

.vacancy:last-child {
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.vacancy {
		margin-bottom: 20px;
		padding: 30px 20px 35px;
	}
}

@media (min-width: 1200px) {
	.vacancy {
		margin-bottom: 25px;
		padding: 35px 45px 45px;
	}
}

.vacancy-header {
	margin-bottom: 8px;
}

@media (min-width: 768px) {
	.vacancy-header {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 15px;
	}
}

.vacancy-name {
	margin-bottom: 8px;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.2;
	transition: all linear 0.3s;
}

@media (min-width: 768px) {
	.vacancy-name {
		font-size: 22px;
	}
}

@media (min-width: 1200px) {
	.vacancy-name {
		font-size: 26px;
	}
}

.vacancy-salary {
	margin-bottom: 8px;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.2;
	transition: all linear 0.3s;
}

@media (min-width: 768px) {
	.vacancy-salary {
		font-size: 22px;
	}
}

@media (min-width: 1200px) {
	.vacancy-salary {
		font-size: 24px;
	}
}

.vacancy-info {
	font-weight: 500;
	font-size: 13px;
	line-height: 1.2;
	transition: all linear 0.3s;
	color: #515151;
}

@media (min-width: 768px) {
	.vacancy-info {
		width: 100%;
		font-size: 16px;
	}
}

.vacancy-description {
	font-size: 12px;
	color: #888888;
	transition: all linear 0.3s;
}

@media (min-width: 768px) {
	.vacancy-description {
		font-size: 14px;
	}
}

.vacancy-description p {
	margin-bottom: 8px;
}

.vacancy-description p:last-child {
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.vacancy-description p {
		margin-bottom: 12px;
	}
}

.vacancy:hover,
.vacancy:active,
.vacancy:focus-visible {
	color: #ffffff;
	background-color: #E2596D;
}

.vacancy:hover .vacancy-info,
.vacancy:active .vacancy-info,
.vacancy:focus-visible .vacancy-info {
	color: rgba(255, 255, 255, 0.72);
}

.vacancy:hover .vacancy-description,
.vacancy:active .vacancy-description,
.vacancy:focus-visible .vacancy-description {
	color: #ffffff;
}

/*=DOCUMENTS=*/
.document-wrapper {
	margin-bottom: 12px;
}

@media (min-width: 768px) {
	.document-wrapper {
		margin-bottom: 20px;
	}
}

@media (min-width: 1200px) {
	.document-wrapper {
		margin-bottom: 30px;
	}
}

.document {
	overflow: hidden;
	position: relative;
	border-radius: 10px;
}

.document-img {
	overflow: hidden;
	display: block;
	border-radius: 10px;
	padding-top: 143%;
}

.document img {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: translate(-50%, -50%);
}

.document-content {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 2;
	align-items: center;
	justify-content: center;
	height: 100%;
	background: rgba(197, 25, 50, 0.59);
	transition: all linear 0.3s;
}

@media (min-width: 1200px) {
	.document-content {
		display: flex;
	}
}

.document-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	width: 60px;
	height: 60px;
}

.document-btn-zoom {
	margin-right: 8px;
	background-color: #1C1C1C;
}

.document-btn-zoom:hover,
.document-btn-zoom:active,
.document-btn-zoom:focus-visible {
	background-color: #000000;
}

.document-btn-download {
	background-color: #ffffff;
}

.document-btn-download:hover,
.document-btn-download:active,
.document-btn-download:focus-visible {
	background-color: #E5E5E5;
}

.document:hover .document-content {
	top: 0;
}

/*=ADVERTISING=*/
.services {
	padding-top: 24px;
	padding-bottom: 40px;
}

@media (min-width: 768px) {
	.services {
		padding-top: 40px;
		padding-bottom: 48px;
	}
}

@media (min-width: 1200px) {
	.services {
		padding-top: 96px;
		padding-bottom: 104px;
	}
}

.services .article-title {
	margin-top: 32px;
}

@media (min-width: 768px) {
	.services .article-title {
		margin-top: 40px;
	}
}

@media (min-width: 1200px) {
	.services .article-title {
		margin-top: 48px;
	}
}

.services .col-12 {
	margin-top: 16px;
}

@media (min-width: 1200px) {
	.services .col-12 {
		margin-top: 24px;
	}
}

.services .col-12:first-child {
	margin-top: 0;
}

@media (min-width: 768px) {
	.services .col-12:nth-child(2) {
		margin-top: 0;
	}
}

@media (min-width: 992px) {
	.services .col-12:nth-child(3) {
		margin-top: 0;
	}
}

.service-card {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	border-radius: 10px;
	padding: 12px 8px;
	background-color: #E5E5E5;
}

@media (min-width: 1200px) {
	.service-card {
		padding: 12px;
	}
}

.service-card-img {
	flex-shrink: 0;
	flex-grow: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 16px;
	border-radius: 10px;
	background-color: #F2F2F2;
	width: 76px;
	height: 76px;
}

.service-card-img img {
	display: block;
	height: auto;
	width: auto;
}

.service-card-title {
	font-weight: 500;
	font-size: 16px;
}

@media (min-width: 768px) {
	.service-card-title {
		font-size: 18px;
	}
}

.advantages {
	margin-left: -15px;
	margin-right: -15px;
	padding-top: 32px;
	margin-bottom: 25px;
}

@media (min-width: 576px) {
	.advantages {
		margin-left: 0;
		margin-right: 0;
	}
}

@media (min-width: 768px) {
	.advantages {
		padding-top: 56px;
		margin-bottom: 48px;
	}
}

@media (min-width: 1200px) {
	.advantages {
		padding-top: 72px;
		margin-bottom: 80px;
	}
}

.advantages .col-12 {
	margin-top: 24px;
}

.advantages .col-12:first-child {
	margin-top: 0;
}

@media (min-width: 576px) {
	.advantages .col-12:nth-child(2) {
		margin-top: 0;
	}
}

@media (min-width: 992px) {
	.advantages .col-12:nth-child(3) {
		margin-top: 0;
	}
}

.advantage-card {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	border-radius: 15px;
	padding: 16px 16px 24px;
	height: 100%;
	color: #ffffff;
	background-color: #C51932;
}

@media (min-width: 992px) {
	.advantage-card {
		padding: 32px 24px;
	}
}

.advantage-card::before {
	content: '';
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: -8px;
	z-index: -1;
	height: 44px;
	background: #C51932;
	filter: blur(15px);
}

@media (min-width: 992px) {
	.advantage-card::before {
		filter: blur(60px);
	}
}

.advantage-card-img {
	flex-shrink: 0;
	flex-grow: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 16px;
	border: 2px solid rgba(225, 211, 211, 0.31);
	border-radius: 10px;
	width: 75px;
	height: 75px;
}

.advantage-card-img img {
	display: block;
	height: auto;
	width: auto;
	max-width: 50px;
	max-height: 50px;
}

@media (min-width: 768px) {
	.advantage-card-img img {
		max-width: 70px;
		max-height: 70px;
	}
}

@media (min-width: 1200px) {
	.advantage-card-img img {
		max-width: none;
		max-height: none;
	}
}

@media (min-width: 768px) {
	.advantage-card-img {
		width: 104px;
		height: 104px;
	}
}

@media (min-width: 1200px) {
	.advantage-card-img {
		width: 144px;
		height: 144px;
	}
}

.advantage-card-title {
	margin-bottom: 12px;
	font-weight: 600;
	font-size: 20px;
}

.advantage-card-text {
	font-size: 14px;
}

.manager-wrapper {
	width: 100%;
}

.manager {
	padding-top: 25px;
}

@media (min-width: 768px) {
	.manager {
		padding-top: 48px;
	}
}

@media (min-width: 1200px) {
	.manager {
		padding-top: 80px;
	}
}

.manager-card {
	border-radius: 15px;
	padding: 24px;
	text-align: center;
	background-color: #F2F2F2;
}

@media (min-width: 768px) {
	.manager-card {
		display: flex;
		justify-content: flex-start;
		padding: 32px 16px 56px;
		text-align: left;
	}
}

@media (min-width: 1200px) {
	.manager-card {
		padding: 64px 56px;
	}
}

.manager-card-img {
	margin: 0 auto 8px;
	border-radius: 50%;
	width: 136px;
	height: 136px;
}

@media (min-width: 768px) {
	.manager-card-img {
		flex-shrink: 0;
		flex-grow: 0;
		margin-bottom: 0;
		margin-left: 0;
		margin-right: 24px;
	}
}

@media (min-width: 1200px) {
	.manager-card-img {
		margin-right: 32px;
		width: 200px;
		height: 200px;
	}
}

.manager-card-img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (min-width: 768px) {
	.manager-card-in {
		padding-top: 24px;
	}
}

@media (min-width: 1200px) {
	.manager-card-in {
		padding-top: 28px;
	}
}

@media (min-width: 768px) {
	.manager-card-in:nth-child(2) {
		margin-right: 32px;
		max-width: 32%;
	}
}

@media (min-width: 1200px) {
	.manager-card-in:nth-child(2) {
		position: relative;
		margin-right: 96px;
		padding-right: 40px;
		padding-top: 24px;
	}
	
	.manager-card-in:nth-child(2)::after {
		content: '';
		position: absolute;
		right: 0;
		top: -20px;
		bottom: -20px;
		z-index: 1;
		width: 1px;
		background-color: #C1C1C1;
	}
}

.manager-card-name {
	margin-bottom: 4px;
	font-weight: 500;
	font-size: 22px;
	line-height: 1.3;
}

@media (min-width: 768px) {
	.manager-card-name {
		margin-bottom: 12px;
	}
}

@media (min-width: 1200px) {
	.manager-card-name {
		margin-bottom: 24px;
		font-size: 28px;
	}
}

.manager-card-position {
	margin-bottom: 15px;
	color: #888888;
}

@media (min-width: 768px) {
	.manager-card-position {
		margin-bottom: 0;
	}
}

@media (min-width: 1200px) {
	.manager-card-position {
		font-size: 20px;
	}
}

.manager-card-tel {
	margin-bottom: 16px;
	font-weight: 500;
	font-size: 20px;
}

@media (min-width: 768px) {
	.manager-card-tel {
		font-size: 22px;
	}
}

@media (min-width: 1200px) {
	.manager-card-tel {
		margin-bottom: 24px;
		font-size: 24px;
	}
}

.manager-card-tel a:hover,
.manager-card-tel a:active,
.manager-card-tel a:focus-visible {
	color: #C51932;
}

.manager-card-email {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4px;
	padding-left: 24px;
	max-width: 230px;
	font-weight: 500;
	font-size: 18px;
	text-align: left;
	background-image: url("/bitrix/templates/main/./assets/ico/ico-contacts-email.svg");
	background-repeat: no-repeat;
	background-position: left center;
}

@media (min-width: 768px) {
	.manager-card-email {
		margin-left: 0;
		margin-right: 0;
		max-width: none;
	}
}

@media (min-width: 1200px) {
	.manager-card-email {
		margin-bottom: 8px;
		font-size: 20px;
		background-position: left 9px;
	}
}

.manager-card-email a:hover,
.manager-card-email a:active,
.manager-card-email a:focus-visible {
	color: #C51932;
}

.manager-card-time {
	margin-left: auto;
	margin-right: auto;
	padding-left: 24px;
	max-width: 230px;
	font-weight: 500;
	font-size: 18px;
	text-align: left;
	background-image: url("/bitrix/templates/main/./assets/ico/ico-contacts-time.svg");
	background-repeat: no-repeat;
	background-position: left center;
}

@media (min-width: 768px) {
	.manager-card-time {
		margin-left: 0;
		margin-right: 0;
		max-width: none;
	}
}

@media (min-width: 1200px) {
	.manager-card-time {
		font-size: 20px;
		background-position: left 9px;
	}
}

.video-card {
	position: relative;
	display: block;
	border-radius: 15px;
	padding-top: 56.7%;
}

.video-card iframe {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	border-radius: 15px;
	width: 100%;
	height: 100%;
}

.partners {
	overflow: hidden;
	padding-top: 25px;
	
	width: 100vw;
	position: relative;
	left: -50%;
	right: -50%;
	margin-left: -50vw;
	margin-right: -50vw;
}

@media (min-width: 768px) {
	.partners {
		padding-top: 48px;
	}
}

@media (min-width: 1200px) {
	.partners {
		padding-top: 80px;
	}
}

.partners-slider {
	overflow: visible;
	max-width: 96%;
}

@media (min-width: 768px) {
	.partners-slider {
		max-width: none;
	}
}

.partners-slider .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
}

.partners-slider img {
	display: block;
	max-width: 100%;
}

/*=TV-PROGRAM=*/
.live {
	overflow: hidden;
	margin-bottom: 32px;
	border-radius: 15px;
}

@media (min-width: 768px) {
	.live {
		margin-bottom: 48px;
	}
}

.live:last-child {
	margin-bottom: 0;
}

.program-slider-wrapper {
	--padding: 48px;
	overflow: hidden;
	position: relative;
	margin-bottom: 16px;
	margin-right: -15px;
	padding: 8px 0 8px var(--padding);
	border-radius: 5px;
	background-color: #F2F2F2;
}

@media (min-width: 576px) {
	.program-slider-wrapper {
		--padding: 95px;
		margin-bottom: 32px;
		padding-top: 16px;
		padding-bottom: 16px;
	}
}

@media (min-width: 1200px) {
	.program-slider-wrapper {
		margin-right: 0;
		margin-bottom: 96px;
		padding-right: var(--padding);
	}
}

@media (min-width: 1300px) {
	.program-slider-wrapper {
		--padding: 91px;
	}
}

.program-slider-wrapper::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	width: var(--padding);
	background-color: #F2F2F2;
}

@media (min-width: 1200px) {
	.program-slider-wrapper::after {
		content: '';
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 2;
		width: var(--padding);
		background-color: #F2F2F2;
	}
}

.program-slider-wrapper .swiper-button {
	top: 50%;
	z-index: 3;
	margin-top: 0;
	width: 24px;
	height: 24px;
	transform: translateY(-50%);
}

@media (min-width: 576px) {
	.program-slider-wrapper .swiper-button {
		width: 48px;
		height: 48px;
	}
}

.program-slider-wrapper .swiper-button svg {
	width: 12px;
	height: auto;
}

@media (min-width: 576px) {
	.program-slider-wrapper .swiper-button svg {
		width: 24px;
	}
}

.program-slider-wrapper .swiper-button-next {
	display: none;
}

@media (min-width: 1200px) {
	.program-slider-wrapper .swiper-button-next {
		right: 24px;
		display: flex;
	}
}

@media (min-width: 1300px) {
	.program-slider-wrapper .swiper-button-next {
		right: 21px;
	}
}

.program-slider-wrapper .swiper-button-prev {
	display: flex;
	left: 12px;
}

@media (min-width: 576px) {
	.program-slider-wrapper .swiper-button-prev {
		left: 24px;
	}
}

@media (min-width: 1300px) {
	.program-slider-wrapper .swiper-button-prev {
		left: 21px;
	}
}

.program-slider-wrapper .program-slider {
	overflow: visible;
	width: 56px;
}

@media (min-width: 481px) {
	.program-slider-wrapper .program-slider {
		width: 80px;
	}
}

@media (min-width: 576px) {
	.program-slider-wrapper .program-slider {
		width: 104px;
	}
}

@media (min-width: 1300px) {
	.program-slider-wrapper .program-slider {
		width: 100px;
	}
}

.program-slider-wrapper .program-day {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	padding: 8px;
	height: 40px;
	font-weight: 500;
	font-size: 9px;
	line-height: 1.3;
	text-align: center;
	text-transform: uppercase;
	color: #515151;
	background-color: #ffffff;
	transition: background-color 0.3s linear, color 0.3s linear;
	cursor: pointer;
}

@media (min-width: 576px) {
	.program-slider-wrapper .program-day {
		height: 72px;
	}
}

.program-slider-wrapper .program-day span {
	display: block;
}

@media (min-width: 576px) {
	.program-slider-wrapper .program-day span {
		font-size: 14px;
	}
}

@media (min-width: 576px) {
	.program-slider-wrapper .program-day span:first-child {
		font-size: 18px;
	}
}

.program-slider-wrapper .program-day:hover {
	color: #ffffff;
	background-color: #E2596D;
}

.program-slider-wrapper .swiper-slide-active .program-day {
	color: #ffffff;
	background-color: #C51932;
}

@media (min-width: 992px) {
	.program {
		padding-left: 16px;
	}
}

.program-item {
	margin-bottom: 16px;
}

.program-item:last-child {
	margin-bottom: 0;
}

.program-item-time {
	margin-bottom: 16px;
	font-size: 14px;
	line-height: 1;
	color: #1C1C1C;
	transition: all linear 0.3s;
}

@media (min-width: 576px) {
	.program-item-time {
		font-size: 24px;
	}
}

.program-item-content {
	margin-left: 16px;
	border-left: 2px solid #515151;
	padding: 16px 0 16px 16px;
}

@media (min-width: 576px) {
	.program-item-content {
		margin-left: 28px;
		padding: 16px 0 16px 24px;
	}
}

@media (min-width: 992px) {
	.program-item-content {
		padding: 16px 0 16px 64px;
	}
}

.program-item-title {
	margin-bottom: 4px;
	font-weight: 600;
	text-transform: uppercase;
	color: #000000;
	transition: all linear 0.3s;
}

@media (min-width: 576px) {
	.program-item-title {
		font-size: 28px;
	}
}

@media (min-width: 992px) {
	.program-item-title {
		font-size: 30px;
	}
}

.program-item-subtitle {
	font-weight: 500;
	font-size: 14px;
	color: #515151;
	transition: all linear 0.3s;
}

@media (min-width: 576px) {
	.program-item-subtitle {
		font-size: 18px;
	}
}

.program-item.prev .program-item-time {
	color: rgba(81, 81, 81, 0.35);
}

.program-item.prev .program-item-content {
	border-left-color: rgba(81, 81, 81, 0.35);
}

.program-item.prev .program-item-title {
	color: rgba(81, 81, 81, 0.35);
}

.program-item.prev .program-item-subtitle {
	color: rgba(81, 81, 81, 0.35);
}

.program-item.current .program-item-time {
	margin-left: -2px;
	font-weight: 600;
	color: #C51932;
}

.program-item.current .program-item-content {
	border-left-color: #C51932;
}

.program-item.current .program-item-title {
	color: #C51932;
}

.program-item.current .program-item-subtitle {
	font-weight: 600;
}

/*=SEARCH-RESULTS=*/
.search-query {
	margin-bottom: 25px;
	font-weight: 600;
	font-size: 16px;
}

.search-query span {
	color: #C51932;
}

@media (min-width: 768px) {
	.search-query {
		margin-bottom: 30px;
		font-size: 20px;
	}
}

.search-results .news-title span,
.search-results .news-text span {
	color: #C51932;
}

.search-results .news-title b {
	color: #C51932;
}

.search-results .news-text b {
	color: #C51932;
	font-weight: normal;
}

/*=404=*/
.error {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	text-align: center;
	padding-bottom: 24px;
}

@media (min-width: 768px) {
	.error {
		padding-bottom: 0;
	}
}

.error-title {
	font-weight: 900;
	font-size: 150px;
	line-height: 1.2;
	color: #C51932;
	background-image: url("/bitrix/templates/main/./assets/images/404.gif");
	background-size: 102% auto;
	-webkit-text-fill-color: rgba(197, 25, 50, 0.01);
	-webkit-background-clip: text;
}

@media (min-width: 768px) {
	.error-title {
		margin-bottom: 16px;
		font-size: 280px;
	}
}

@media (min-width: 1200px) {
	.error-title {
		font-size: 330px;
	}
}

.error-text {
	margin-bottom: 56px;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.4;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.error-text {
		margin-bottom: 16px;
		font-size: 18px;
	}
}

.error-link {
	display: flex;
	align-items: center;
	justify-content: center;
}

.error-link span {
	font-weight: 600;
	font-size: 14px;
	line-height: 1.4;
	text-transform: uppercase;
	color: #C51932;
}

@media (min-width: 768px) {
	.error-link span {
		font-size: 18px;
	}
}

.error-link svg {
	display: block;
	margin-left: 8px;
}

.error-link path {
	fill: #C51932;
}

/*=FOOTER=*/
.footer {
	padding: 20px 0 50px;
	color: #ffffff;
	background-color: #1C1C1C;
}

@media (min-width: 681px) {
	.footer {
		padding: 30px 0 60px;
	}
}

@media (min-width: 768px) {
	.footer .container {
		position: relative;
	}
}

@media (min-width: 992px) {
	.footer {
		padding: 40px 0 60px;
	}
}

.footer-logo {
	display: block;
	margin: 0 auto 20px;
	max-width: 188px;
}

.footer-logo img {
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
}

@media (min-width: 576px) {
	.footer-logo {
		margin: 0;
	}
}

@media (min-width: 992px) {
	.footer-logo {
		max-width: 310px;
	}
}

.footer-menu {
	text-align: center;
}

@media (min-width: 441px) {
	.footer-menu {
		text-align: left;
	}
}

.footer-menu-item {
	font-size: 12px;
	line-height: 1;
	text-transform: uppercase;
}

@media (min-width: 481px) {
	.footer-menu-item {
		break-inside: avoid;
	}
}

@media (min-width: 681px) {
	.footer-menu-item {
		font-size: 14px;
	}
}

@media (min-width: 1200px) {
	.footer-menu-item {
		font-size: 16px;
	}
}

.footer-menu-link {
	display: inline-block;
	padding: 10px 0;
	text-align: left;
	text-transform: uppercase;
}

.footer-menu-link:hover,
.footer-menu-link:active,
.footer-menu-link:focus-visible,
.footer-menu-link.active {
	color: #C51932;
}

@media (min-width: 992px) {
	.footer-menu {
		margin-bottom: 0;
		padding-top: 20px;
	}
}

.footer-contacts {
	margin-top: 45px;
}

@media (min-width: 481px) {
	.footer-contacts {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
		width: 100%;
	}
}

@media (min-width: 992px) {
	.footer-contacts {
		flex-direction: column;
		margin-top: 0;
		padding-top: 25px;
		padding-bottom: 3px;
		height: 100%;
	}
}

.footer-contacts .subscribe {
	margin-bottom: 25px;
}

.footer-contacts .subscribe-title {
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 1;
	text-transform: uppercase;
	color: #ffffff;
}

@media (min-width: 681px) {
	.footer-contacts .subscribe-title {
		font-size: 14px;
	}
}

@media (min-width: 1200px) {
	.footer-contacts .subscribe-title {
		margin-bottom: 30px;
		font-size: 16px;
	}
}

@media (min-width: 1300px) {
	.footer-contacts .subscribe-title {
		font-size: 19px;
	}
}

@media (min-width: 481px) {
	.footer-contacts .subscribe {
		flex-shrink: 1;
		flex-grow: 1;
		margin-bottom: 0;
		margin-right: 15px;
		width: 50%;
		max-width: 268px;
	}
}

@media (min-width: 992px) {
	.footer-contacts .subscribe {
		width: 100%;
	}
}

.footer-contacts .subscribe-form-input {
	color: #ffffff;
}

.footer-contacts .subscribe-form-input::-webkit-input-placeholder {
	color: #ffffff;
}

.footer-contacts .subscribe-form-input::-moz-placeholder {
	color: #ffffff;
}

.footer-contacts .subscribe-form-input:-moz-placeholder {
	color: #ffffff;
}

.footer-contacts .subscribe-form-input:-ms-input-placeholder {
	color: #ffffff;
}

.footer-contacts .soc {
	justify-content: center;
}

.footer-contacts .soc-link {
	border-color: #ffffff;
}

.footer-contacts .soc-link .ico {
	fill: #ffffff;
}

.footer-contacts .soc-link:hover,
.footer-contacts .soc-link:active,
.footer-contacts .soc-link:focus-visible {
	border-color: #C51932;
}

.footer-contacts .soc-link:hover .ico,
.footer-contacts .soc-link:active .ico,
.footer-contacts .soc-link:focus-visible .ico {
	fill: #C51932;
}

@media (min-width: 481px) {
	.footer-contacts .soc {
		justify-content: flex-end;
		padding-top: 31px;
	}
}

@media (min-width: 992px) {
	.footer-contacts .soc {
		padding-top: 0;
		justify-content: flex-start;
	}
}

.footer-copyright {
	margin-top: 30px;
	font-size: 12px;
	text-align: center;
}

.footer-copyright a:hover,
.footer-copyright a:active,
.footer-copyright a:focus-visible {
	color: #C51932;
}

@media (min-width: 768px) {
	.footer-copyright {
		position: absolute;
		left: 15px;
		bottom: 0;
		z-index: 1;
		margin-top: 0;
		text-align: left;
	}
}

@media (min-width: 992px) {
	.footer-copyright {
		bottom: 10px;
	}
}

/*=MODAL=*/
.modal-backdrop {
	background-color: #1C1C1C;
}

.modal-backdrop.in {
	opacity: 0.8;
}

.modal-content {
	border-radius: 10px;
	border: none;
	padding: 40px 8px 30px;
	background-color: #E5E5E5;
	box-shadow: none;
}

@media (min-width: 768px) {
	.modal-content {
		padding: 55px 15px 50px;
	}
}

@media (min-width: 1200px) {
	.modal-content {
		padding: 55px 70px 65px;
	}
}

.modal-content .section-title {
	margin-bottom: 20px;
	text-align: center;
}

@media (min-width: 768px) {
	.modal-content .section-title {
		margin-bottom: 35px;
	}
}

button.modal-close {
	position: absolute;
	top: 8px;
	right: 4px;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	background-color: transparent;
	cursor: pointer;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s;
}

@media (min-width: 768px) {
	button.modal-close {
		top: 20px;
		right: 16px;
	}
}

button.modal-close svg {
	display: block;
}

button.modal-close path {
	fill: #000000;
}

button.modal-close:hover path {
	fill: #C51932;
}

.order-modal .modal-dialog {
	max-width: 1100px;
}

.order-modal .form-disclaimer {
	text-align: center;
}

@media (min-width: 576px) {
	.news-modal .modal-dialog {
		width: 98%;
		max-width: 1280px;
	}
}

@media (min-width: 576px) {
	.success-modal .modal-dialog {
		width: 98%;
		max-width: 420px;
	}
}

.success-modal .modal-content {
	text-align: center;
	font-weight: 500;
	font-size: 18px;
}

.success-modal-ico {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 15px;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	background-color: #ffffff;
}

.success-modal-ico img {
	display: block;
	width: 65%;
	height: auto;
}

ya-share2__badge {
	width: 100% !important;
	height: 100% !important;
}

.ya-share2__container_shape_round.ya-share2__container_size_m .ya-share2__badge .ya-share2__icon:not(.ya-share2__icon_messenger-contact):not(.ya-share2__icon_more):not(.ya-share2__icon_copy) {
	background-size: 24px !important;
}

.ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
	margin: 0 10px 0 0 !important;
}

.ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item:last-child {
	margin-right: 0 !important;
}

.ya-share2__link {
	border: 1px solid #C1C1C1;
	border-radius: 50%;
	width: 28px !important;
	height: 28px !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	transition: none !important;
}

.ya-share2__icon {
	filter: invert(83%) sepia(8%) saturate(11%) hue-rotate(333deg) brightness(90%) contrast(89%);
	width: 24px !important;
	height: 24px !important;
}

@media (min-width: 1200px) {
	.ya-share2__link {
		width: 32px !important;
		height: 32px !important;
	}
}

.ya-share2 .ya-share2__link:link:hover,
.ya-share2 .ya-share2__link:visited:hover {
	border: 1px solid #C51932;
}

.ya-share2 .ya-share2__link:link:hover .ya-share2__icon,
.ya-share2 .ya-share2__link:visited:hover .ya-share2__icon {
	filter: invert(16%) sepia(49%) saturate(5279%) hue-rotate(339deg) brightness(99%) contrast(98%);
}


.comment-block {
	margin-top: 50px;
	width: 100%;
}

.comment-block .add-post-info {
	font-size: 23px;
	margin-bottom: 30px;
}

.comment-block .no-comments {
	opacity: 0.54;
	font-size: 20px;
	margin-bottom: 40px;
}

.comment-block > h3 {
	font-size: 25px;
	margin-bottom: 15px;
}

.comment-block form {
	margin-bottom: 31px;
	position: relative;
}

.comment-block form .form-control {
	padding: 12px 133px 11px 11px;
	background-color: #f7f7f7;
	border: 1px solid rgba(0, 0, 0, .03);
	border-radius: 10px;
	font-size: 15px;
	line-height: 22px;
	color: #595959;
}

.comment-block form .btn {
	position: absolute;
	right: 11px;
	bottom: 11px;
	width: 112px;
	height: 40px;
	font-size: 16px;
	text-transform: capitalize;
	cursor: pointer;
}

.comment-block form a.close {
	position: absolute;
	right: 14px;
	top: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
}

.comment-block form a.close svg {
	width: 15px;
	height: 15px;
}


.comment-block .comment-list {
	width: 100%;
	max-width: 515px;
}

.comment-block .comment-item {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 16px;
}

.comment-block .comment-item:last-child {
	margin-bottom: 0;
}

.comment-block .comment-item .info {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 9px;
}

.comment-block .comment-item .info .left {
	width: 32px;
	height: 32px;
	margin-right: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #C51932;
}

.comment-block .comment-item .info .left img {
	width: 18px;
	height: 18px;
}

.comment-block .comment-item .info .right {
	width: calc(100% - 42px);
}

.comment-block .comment-item .info .right .name {
	font-size: 15px;
	font-weight: 500;
	margin-right: 3px;
}

.comment-block .comment-item .info .right .date {
	font-size: 12px;
	color: #595959;
}

.comment-block .comment-item .text {
	width: 100%;
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 22px;
	overflow: hidden;
	word-wrap: break-word;
}

.comment-block .comment-item .answer-block {
	width: 100%;
	margin-bottom: 16px;
}

.comment-block .comment-item .answer-block > a {
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: nowrap;
	color: #595959;
	font-size: 14px;
	transition: all 0.3s ease;
}

.comment-block .comment-item .answer-block > a:hover {
	color: #C51932;
}

.comment-block .comment-item .answer-block > a img {
	display: block;
	width: 16px;
	margin-right: 4px;
}

.comment-block .comment-item .answer-block form {
	display: none;
}

.comment-block .comments-list-child {
	border-left: 1px solid rgba(0, 0, 0, .1);
	padding-left: 16px;
}


.report-info-container {
	border-bottom: 2px solid #cccccc80;
	border-top: 2px solid #cccccc80;
	padding: 10px 0;
	color: #ccc;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	width: 100%;
	margin: 10px 0;
	display: none;
}

@media (min-width: 1200px) {
	.report-info-container {
		display: block;
	}
}

.fake-btn-wrapper {
	margin: 0 5px;
	white-space: nowrap;
}

.fake-btn {
	border: 2px solid black;
	padding: 0px 7px;
	text-align: center;
	display: inline-block;
	color: black;
	border-radius: 4px;
}

.boldblack {
	font-weight: bold;
	color: black;
	font-size: 18px;
	margin: 0 10px;
}

.mt50 {
	margin-top: 50px;
}


.ts_cookiebar_cont {
	position: fixed;
	background: #f1f1f1;
	z-index: 999999999;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: calc(100% - 100px);
	margin: 0 50px;
	bottom: 50px;
	left: 0;
	padding: 20px 30px;
	border: 1px solid transparent;
	border-radius: 5px;
}

.ts_cookiebar_cont a {
	color: #0a71cb;
}
.ts_cookiebar_cont .button a {
	color: #FFF;
}
.ts_cookiebar_cont .button {
	background: #C51932;
	color: #FFF;
	padding: 5px 16px;
	border: 1px solid transparent;
	border-radius: 5px;
	margin-left: 15px;
}
@media screen and (max-width: 500px) {
	.ts_cookiebar_cont {
		display: block;
	}
	.ts_cookiebar_cont .button {
		margin-left: 0;
		margin-top: 15px;
		display: inline-block;
	}
}






/* End */
/* /bitrix/templates/main/assets/fonts/GolosText/stylesheet.css?17742085301465 */
/* /bitrix/templates/main/components/simai/feedback.error/.default/style.css?17742085455471 */
/* /bitrix/templates/main/template_styles.css?1774208512187896 */
