

/* Start:/local/templates/escalada/css/pages/gto.css?17822194266836*/
/* ========================================
   Loyality page: /academicheskaya/loyality/, /kommunarka/loyality/
   ----------------------------------------
   Страница "Условия оплаты бонусными баллами" — статичная
   Bitrix-шаблонная страница (подключает bitrix/header.php). Имя
   каталога /loyality/ с исторической опечаткой сохранено намеренно.

   Самодостаточный контейнер страницы под уникальным BEM-именем
   .loyality-page (копия shared-контейнера .privacy из new.css).
   Типографика заголовков/абзацев/списков (h1/h2/p/ul/li) и .wrap —
   глобальные (base.css/new.css), здесь намеренно НЕ дублируются.

   Источник: new.css .privacy{ padding:180px 20px 100px; }
   .privacy в new.css НЕ вырезан — его ещё используют privacy/rules.
   ======================================== */

.loyality-page{
    padding:180px 20px 100px;
}

/* Улучшенная типографика для параграфов - ТЁМНАЯ ТЕМА */
.loyality-page p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 24px;
    color: #e0e0e0;
}

.loyality-page__title {
    font-size: 36px;
}

.loyality-page h2 {
    font-size: 24px;
    line-height: 1.4;
    margin: 32px 0 24px;
    color: #ffffff;
    font-weight: 600;
}

/* Выделение ключевой информации (дата, время, адрес) - ТЁМНАЯ ТЕМА */
.loyality-page__highlight {
    background: linear-gradient(135deg, rgba(37, 151, 212, 0.1) 0%, rgba(37, 151, 212, 0.05) 100%);
    border-left: 4px solid #2597D4;
    padding: 20px 24px;
    margin: 28px 0;
    border-radius: 6px;
    font-size: 17px;
    line-height: 1.7;
    color: #e0e0e0;
}

.loyality-page__highlight strong {
    color: #3C8CDD;
    font-weight: 700;
}

/* Улучшенный список с преимуществами - ТЁМНАЯ ТЕМА */
.loyality-page ul {
    list-style: none;
    padding-left: 0;
    margin: 24px 0;
}

.loyality-page ul li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 14px;
    font-size: 17px;
    line-height: 1.6;
    color: #e0e0e0;
}

.loyality-page ul li:before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #2597D4;
    font-weight: 700;
    font-size: 20px;
}

.loyality-page__point{
    display: flex; 
    align-items: center;
    margin: 32px 0 16px;
}

.loyality-page__point-text {
    padding-left: 12px;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
}

.loyality-page__docs{
    margin-bottom: 50px;
}

/* Улучшенная кнопка - ТЁМНАЯ ТЕМА */
.loyality-page__button {
    display: inline-block;
    padding: 16px 40px;
    margin: 32px 0 40px;
    border: 2px solid #2597D4;
    border-radius: 6px;
    font-family: 'Open Sans', 'Arial', sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.4;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    background: #2597D4;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 12px rgba(37, 151, 212, 0.3);
}

.loyality-page__button.loyality-page__button--ghost{
    background: none;
    color: #2597D4;
    transition: all 0.3s ease-in-out;
}

.loyality-page__button:hover {
    background: #1a7ab8;
    border-color: #1a7ab8;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(37, 151, 212, 0.4);
}

.loyality-page__button:hover.loyality-page__button--ghost {
    background: #2597D4;
    color: #fff;
}

/* Важные блоки с предупреждениями - ТЁМНАЯ ТЕМА */
.loyality-page__important {
    background: rgba(255, 165, 0, 0.1);
    border-left: 4px solid #ffa500;
    padding: 18px 22px;
    margin: 28px 0;
    border-radius: 6px;
    font-size: 16px;
    line-height: 1.6;
    color: #e0e0e0;
}

.loyality-page__important strong {
    color: #ffcc00;
    display: block;
    margin-bottom: 8px;
    font-size: 17px;
}

/* Информационный блок (для курсива) - ТЁМНАЯ ТЕМА */
.loyality-page__info {
    background: rgba(37, 151, 212, 0.08);
    padding: 16px 20px;
    margin: 24px 0;
    border-radius: 6px;
    font-size: 16px;
    line-height: 1.6;
    color: #b0b0b0;
    font-style: italic;
}

@media (max-width: 767px) {
    .loyality-page {
    padding: 60px 20px 100px;
    }

    .loyality-page__title {
        font-size: 19px;
        line-height: 1.3;
    }
    
    .loyality-page h2 {
        font-size: 16px;
    }

    .loyality-page p {
        font-size: 16px;
    }
    
    .loyality-page__highlight {
        padding: 16px 18px;
        font-size: 16px;
    }
    
    .loyality-page ul li {
        font-size: 16px;
    }
    
    .loyality-page__button {
        padding: 14px 32px;
        font-size: 14px;
        width: 100%;
    }
}

.sponsors-section {
    margin: 48px 0;
    padding: 32px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sponsors-section__title {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #b0b0b0;
    margin-bottom: 28px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.sponsors-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: nowrap;
}

.sponsor-item {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sponsor-logo {
    max-width: 180px;
    height: auto;
    object-fit: contain;
    transition: all 0.3s ease;
    opacity: 0.85;
}

.sponsor-logo:hover {
    opacity: 1;
    transform: scale(1.05);
}

/* Адаптивность спонсоров */
@media (max-width: 992px) {
    .sponsors-wrapper {
        gap: 30px;
    }
    
    .sponsor-logo {
        max-width: 150px;
    }
}

@media (max-width: 768px) {
    .sponsors-section {
        margin: 36px 0;
        padding: 28px 0;
    }
    
    .sponsors-section__title {
        font-size: 20px;
        margin-bottom: 24px;
    }
    
    .sponsors-wrapper {
        gap: 20px;
    }
    
    .sponsor-logo {
        max-width: 120px;
    }
}

@media (max-width: 576px) {
    .sponsors-wrapper {
        gap: 12px;
        justify-content: space-between;
    }
    
    .sponsor-item {
        flex: 1 1 0;
        min-width: 0;
    }
    
    .sponsor-logo {
        max-width: 100%;
        width: 100%;
        height: auto;
    }
    
    .sponsors-section__title {
        font-size: 18px;
    }
}
/* End */


/* Start:/local/templates/escalada/js/vendor/jquery.formstyler.css?17822194272175*/
.jq-checkbox,
.jq-radio {
	position: relative;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.jq-checkbox input,
.jq-radio input {
	position: absolute;
	z-index: -1;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-file {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.jq-file input {
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	margin: 0;
	padding: 0;
	opacity: 0;
	font-size: 100px;
	line-height: 1em;
}
.jq-file__name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox,
.jq-select-multiple {
	position: relative;
	display: inline-block;
}
.jq-selectbox select,
.jq-select-multiple select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-selectbox li,
.jq-select-multiple li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}
.jq-selectbox {
	z-index: 10;
}
.jq-selectbox__select {
	position: relative;
}
.jq-selectbox__select-text {
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox__dropdown {
	position: absolute;
}
.jq-selectbox__search input {
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__dropdown ul {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	list-style: none;
	-webkit-overflow-scrolling: touch;
}
.jq-select-multiple ul {
	position: relative;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
.jq-number {
	display: inline-block;
}
.jq-number__field input {
	-moz-appearance: textfield;
	text-align: left; /* для Opera Presto */
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; /* в каких-то браузерах присутствует отступ */
	-webkit-appearance: none;
}
/* End */


/* Start:/local/templates/escalada/js/vendor/jquery.formstyler.theme.css?178221942710882*/
.jq-checkbox,
.jq-radio {
	vertical-align: -4px;
	width: 25px;
	height: 25px;
	margin: 0 4px 0 0;
	/*border: 1px solid #C3C3C3;*/
	/*background: linear-gradient(#FFF, #E6E6E6);*/
	border: 1px solid #212328;
	background-color: #fff;
	/*box-shadow: 0 1px 1px rgba(0,0,0,.05), inset -1px -1px #FFF, inset 1px -1px #FFF;*/
	cursor: pointer;
}
.jq-checkbox.focused,
.jq-radio.focused {
	/*border: 1px solid #08C;*/
}
.jq-checkbox.disabled,
.jq-radio.disabled {
	opacity: .55;
}
.jq-checkbox {
	border-radius: 3px;
}
.jq-checkbox.checked {
	border: 1px solid #3C8CDD;
	background-color: #3C8CDD;
}
.jq-checkbox.checked .jq-checkbox__div {
	width: 16px;
	height: 8px;
	margin: 5px 0 0 4px;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	-webkit-transform: rotate(-50deg);
	transform: rotate(-50deg);
}
.jq-radio {
	border-radius: 50%;
}
.jq-radio.checked .jq-radio__div {
	width: 10px;
	height: 10px;
	margin: 3px 0 0 3px;
	border-radius: 50%;
	background: #777;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,.7);
}
.jq-file {
	width: 270px;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.jq-file input {
	cursor: pointer;
}
.jq-file__name {
	box-sizing: border-box;
	width: 100%;
	height: 34px;
	padding: 0 80px 0 10px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1;
	font: 14px/32px Arial, sans-serif;
	color: #333;
}
.jq-file__browse {
	position: absolute;
	top: 1px;
	right: 1px;
	padding: 0 10px;
	border-left: 1px solid #CCC;
	border-radius: 0 4px 4px 0;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/32px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
}
.jq-file:hover .jq-file__browse {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-file:active .jq-file__browse {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-file.focused .jq-file__name {
	border: 1px solid #5794BF;
}
.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number {
	position: relative;
	vertical-align: middle;
	padding: 0 36px 0 0;
}
.jq-number__field {
	width: 100px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
}
.jq-number__field:hover {
	border-color: #B3B3B3;
}
.jq-number__field input {
	box-sizing: border-box;
	width: 100%;
	padding: 8px 9px;
	border: none;
	outline: none;
	background: none;
	font: 14px Arial, sans-serif;
	color: #333;
}
.jq-number__spin {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 14px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
.jq-number__spin.minus {
	top: auto;
	bottom: 0;
}
.jq-number__spin:hover {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-number__spin:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-number__spin:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 11px;
	width: 0;
	height: 0;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #999;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:after {
	top: 5px;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-bottom: none;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:hover:after {
	border-top-color: #000;
}
.jq-number__spin.plus:hover:after {
	border-bottom-color: #000;
}
.jq-number.focused .jq-number__field {
	border: 1px solid #5794BF;
}
.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number.disabled .jq-number__spin:after {
	border-bottom-color: #AAA;
}
.jq-number.disabled .jq-number__spin.minus:after {
	border-top-color: #AAA;
}
.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
}
.jq-selectbox__select {
	height: 32px;
	padding: 0 45px 0 10px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/32px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
}
.jq-selectbox__select:hover {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-selectbox__select:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-selectbox.focused .jq-selectbox__select {
	border: 1px solid #5794BF;
}
.jq-selectbox.disabled .jq-selectbox__select {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-selectbox__select-text {
	display: block;
	width: 100%;
}
.jq-selectbox .placeholder {
	color: #888;
}
.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 100%;
	border-left: 1px solid #CCC;
}
.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 14px;
	right: 12px;
	width: 0;
	height: 0;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
	border-top-color: #000;
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
	border-top-color: #AAA;
}
.jq-selectbox__dropdown {
	box-sizing: border-box;
	width: 100%;
	margin: 2px 0 0;
	padding: 0;
	border: 1px solid #CCC;
	border-radius: 4px;
	background: #FFF;
	box-shadow: 0 2px 10px rgba(0,0,0,.2);
	font: 14px/18px Arial, sans-serif;
}
.jq-selectbox__search {
	margin: 5px;
}
.jq-selectbox__search input {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 5px 27px 6px 8px;
	border: 1px solid #CCC;
	border-radius: 3px;
	outline: none;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==') no-repeat 100% 50%;
	box-shadow: inset 1px 1px #F1F1F1;
	color: #333;
}
.jq-selectbox__not-found {
	margin: 5px;
	padding: 5px 8px 6px;
	background: #F0F0F0;
	font-size: 13px;
}
.jq-selectbox ul {
	margin: 0;
	padding: 0;
}
.jq-selectbox li {
	min-height: 18px;
	padding: 5px 10px 6px;
	color: #231F20;
}
.jq-selectbox li.selected {
	background-color: #A3ABB1;
	color: #FFF;
}
.jq-selectbox li:hover {
	background-color: #08C;
	color: #FFF;
}
.jq-selectbox li.disabled {
	color: #AAA;
}
.jq-selectbox li.disabled:hover {
	background: none;
}
.jq-selectbox li.optgroup {
	font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
	background: none;
	color: #231F20;
	cursor: default;
}
.jq-selectbox li.option {
	padding-left: 25px;
}
.jq-select-multiple {
	box-sizing: border-box;
	padding: 1px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/18px Arial, sans-serif;
	color: #333;
	cursor: default;
}
.jq-select-multiple.focused {
	border: 1px solid #5794BF;
}
.jq-select-multiple.disabled {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-select-multiple ul {
	margin: 0;
	padding: 0;
}
.jq-select-multiple li {
	padding: 3px 9px 4px;
	list-style: none;
}
.jq-select-multiple li:first-child {
	border-radius: 3px 3px 0 0;
}
.jq-select-multiple li:last-child {
	border-radius: 0 0 3px 3px;
}
.jq-select-multiple li.selected {
	background: #08C;
	color: #FFF;
}
.jq-select-multiple li.disabled {
	color: #AAA;
}
.jq-select-multiple li.optgroup {
	font-weight: bold;
}
.jq-select-multiple li.option {
	padding-left: 25px;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
	background: #CCC;
	color: #FFF;
}
input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
	padding: 8px 9px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
}
input[type='search'].styler {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
textarea.styler {
	overflow: auto;
}
input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
	border-color: #B3B3B3;
}
input[type='email'].styler:hover:focus,
input[type='password'].styler:hover:focus,
input[type='search'].styler:hover:focus,
input[type='tel'].styler:hover:focus,
input[type='text'].styler:hover:focus,
input[type='url'].styler:hover:focus,
textarea.styler:hover:focus {
	border-color: #CCC;
	border-top-color: #B3B3B3;
	outline: none;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
	overflow: visible;
	padding: 8px 11px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	outline: none;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
button.styler.styler::-moz-focus-inner,
input[type='button'].styler.styler::-moz-focus-inner,
input[type='submit'].styler.styler::-moz-focus-inner,
input[type='reset'].styler.styler::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
button.styler:active,
input[type='button'].styler:active,
input[type='submit'].styler:active,
input[type='reset'].styler:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
/* End */


/* Start:/local/templates/escalada/js/vendor/owl.carousel.css?17822194272880*/
.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/local/templates/escalada/js/vendor/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/local/templates/escalada/js/vendor/fancybox/jquery.fancybox.css?178221942714323*/
@charset "UTF-8";.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:#fff;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:1;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption-wrap,.fancybox-infobar,.fancybox-toolbar{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s linear .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 .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:#ddd;background-color:rgba(30,30,30,.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:translate3d(0,0,0)}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:0;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:#000}.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe{background:#e5e3df}.fancybox-slide--next{z-index:99995}.fancybox-slide>div{display:inline-block;position:relative;padding:24px;margin:44px 0 44px;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;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:0 0;cursor:default;overflow:visible;-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-can-zoomOut .fancybox-image-wrap{cursor:-webkit-zoom-out;cursor:zoom-out}.fancybox-can-zoomIn .fancybox-image-wrap{cursor:-webkit-zoom-in;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;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select: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:#fff}.fancybox-iframe{display:block;margin:0;padding:0;border:0;width:100%;height:100%;background:#fff}.fancybox-error{margin:0;padding:40px;width:100%;max-width:380px;background:#fff;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;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:0;background:0 0;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:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background:#fff;transition:background .25s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-slide--iframe .fancybox-close-small{top:0;right:-44px}.fancybox-slide--iframe .fancybox-close-small:after{background:0 0;font-size:35px;color:#aaa}.fancybox-slide--iframe .fancybox-close-small:hover:after{color:#fff}.fancybox-caption-wrap{bottom:0;left:0;right:0;padding:60px 30px 0 30px;background:linear-gradient(to bottom,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8) 100%);pointer-events:none}.fancybox-caption{padding:30px 0;border-top:1px solid rgba(255,255,255,.4);font-size:14px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button,.fancybox-caption select{pointer-events:all}.fancybox-caption a{color:#fff;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:0 0;color:#ddd;border-radius:0;cursor:pointer;vertical-align:top;outline:0}.fancybox-button[disabled]{cursor:default;pointer-events:none}.fancybox-button,.fancybox-infobar__body{background:rgba(30,30,30,.6)}.fancybox-button:hover:not([disabled]){color:#fff;background:rgba(0,0,0,.8)}.fancybox-button::after,.fancybox-button::before{content:'';pointer-events:none;position:absolute;background-color:currentColor;color:currentColor;opacity:.9;box-sizing:border-box;display:inline-block}.fancybox-button[disabled]::after,.fancybox-button[disabled]::before{opacity:.3}.fancybox-button--left::after,.fancybox-button--right::after{top:18px;width:6px;height:6px;background:0 0;border-top:solid 2px currentColor;border-right:solid 2px currentColor}.fancybox-button--left::after{left:20px;-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.fancybox-button--right::after{right:20px;-webkit-transform:rotate(45deg);-ms-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);-ms-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--close::after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.fancybox-arrow{position:absolute;top:50%;margin:-50px 0 0 0;height:100px;width:54px;padding:0;border:0;outline:0;background:0 0;cursor:pointer;z-index:99995;opacity:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:opacity .25s}.fancybox-arrow::after{content:'';position:absolute;top:28px;width:44px;height:44px;background-color:rgba(30,30,30,.8);background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);background-repeat:no-repeat;background-position:center center;background-size:24px 24px}.fancybox-arrow--right{right:0}.fancybox-arrow--left{left:0;-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1)}.fancybox-arrow--left::after,.fancybox-arrow--right::after{left:0}.fancybox-show-nav .fancybox-arrow{opacity:.6}.fancybox-show-nav .fancybox-arrow[disabled]{opacity:.3}.fancybox-slide>.fancybox-loading{border:6px solid rgba(100,100,100,.4);border-top:6px solid rgba(255,255,255,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:fancybox-rotate .8s infinite linear;animation:fancybox-rotate .8s infinite linear;background:0 0;position:absolute;top:50%;left:50%;margin-top:-25px;margin-left:-25px;z-index:99999}@-webkit-keyframes fancybox-rotate{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fancybox-rotate{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(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:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.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(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--current{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}.fancybox-fx-rotate.fancybox-slide--previous{-webkit-transform:rotate(-360deg);-ms-transform:rotate(-360deg);transform:rotate(-360deg);opacity:0}.fancybox-fx-rotate.fancybox-slide--next{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg);opacity:0}.fancybox-fx-rotate.fancybox-slide--current{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);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:scale3d(1,1,1) translate3d(0,0,0);transform:scale3d(1,1,1) translate3d(0,0,0);opacity:1}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1)}@media all and (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:0 0}.fancybox-button--pause::before,.fancybox-button--play::before{top:calc(50% - 6px);left:calc(50% - 4px);background:0 0}.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 0 2px}.fancybox-thumbs{display:none}.fancybox-button--thumbs{display:none}@media all and (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,0 0 0 32px inset,-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:#fff;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:absolute;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:0;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,.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 .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}}
/* End */


/* Start:/local/templates/escalada/css/fonts.css?17822194264828*/
/* --------------------------------------------------------------------------
  Fedra Sans Pro
   -------------------------------------------------------------------------- */
@font-face {
    font-family: 'Fedra Sans Pro';
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src: url('/local/templates/escalada/fonts/newFonts/FedraSansPro-Light.woff2') format('woff2'),
         url('/local/templates/escalada/fonts/newFonts/FedraSansPro-Light.woff') format('woff');
}

@font-face {
    font-family: 'Fedra Sans Pro';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url('/local/templates/escalada/fonts/newFonts/FedraSansPro-Normal.woff2') format('woff2'),
         url('/local/templates/escalada/fonts/newFonts/FedraSansPro-Normal.woff') format('woff');
}

@font-face {
    font-family: 'Fedra Sans Pro';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url('/local/templates/escalada/fonts/newFonts/FedraSansPro-Bold.woff2') format('woff2'),
         url('/local/templates/escalada/fonts/newFonts/FedraSansPro-Bold.woff') format('woff');
}
/* --------------------------------------------------------------------------
   Open Sans
   -------------------------------------------------------------------------- */
@font-face {
    font-family: 'Open Sans';
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src: url('/local/templates/escalada/fonts/OpenSans-Light.woff2') format('woff2'),
         url('/local/templates/escalada/fonts/OpenSans-Light.woff') format('woff');
    unicode-range: U+0400-04FF, U+2000-206F, U+2DE0-2DFF, U+A640-A69F; /* Cyrillic */
}

@font-face {
    font-family: 'Open Sans';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url('/local/templates/escalada/fonts/OpenSans-Regular.woff2') format('woff2'),
         url('/local/templates/escalada/fonts/OpenSans-Regular.woff') format('woff');
    unicode-range: U+0400-04FF, U+2000-206F, U+2DE0-2DFF, U+A640-A69F;
}

@font-face {
    font-family: 'Open Sans';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url('/local/templates/escalada/fonts/OpenSans-Bold.woff2') format('woff2'),
         url('/local/templates/escalada/fonts/OpenSans-Bold.woff') format('woff');
    unicode-range: U+0400-04FF, U+2000-206F, U+2DE0-2DFF, U+A640-A69F;
}

/* --------------------------------------------------------------------------
   Gotham Pro
   -------------------------------------------------------------------------- */
@font-face {
    font-family: 'GothemPro';
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src: url('/local/templates/escalada/fonts/GothamCyrillic/GothamPro-Light.woff') format('woff');
}

@font-face {
    font-family: 'GothemPro';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url('/local/templates/escalada/fonts/GothamCyrillic/GothamPro.woff') format('woff');
}

@font-face {
    font-family: 'GothemPro';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url('/local/templates/escalada/fonts/GothamCyrillic/GothamPro-Bold.woff') format('woff');
}

@font-face {
    font-family: 'GothemPro';
    font-weight: 700;
    font-style: italic;
    font-display: swap;
    src: url('/local/templates/escalada/fonts/GothamCyrillic/GothamPro-BoldItalic.woff') format('woff');
}


/* --------------------------------------------------------------------------
   Montserrat
   -------------------------------------------------------------------------- */
@font-face {
    font-family: 'Montserrat';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url('/local/templates/escalada/fonts/Montserrat/Montserrat-Regular.woff2') format('woff2'),
         url('/local/templates/escalada/fonts/Montserrat/Montserrat-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Montserrat';
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: url('/local/templates/escalada/fonts/Montserrat/Montserrat-SemiBold.woff2') format('woff2'),
         url('/local/templates/escalada/fonts/Montserrat/Montserrat-SemiBold.woff') format('woff');
}

@font-face {
    font-family: 'Montserrat';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url('/local/templates/escalada/fonts/Montserrat/Montserrat-Bold.woff2') format('woff2'),
         url('/local/templates/escalada/fonts/Montserrat/Montserrat-Bold.woff') format('woff');
}

.newIntro-block__text {
            position: relative;
            margin: 0;
            z-index: 0;
            font-family: 'Fedra Sans Pro';
            font-size: 320px;
            font-weight: 600;
            text-transform: uppercase;
            line-height: 200px;
        }
/* End */


/* Start:/local/templates/escalada/css/base.css?17822194269349*/
* {
    box-sizing:border-box;
    outline:none;
}
a {
    color:#fff;
    text-decoration:none;
}
a:hover {
    color:#fff;
}
img.bg-hidden{
    width:100%;
    height:auto;
    visibility:hidden;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.no-coppy, .no-coppy * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.slider-wrapper {
    position: relative;
}

.owl-counter {
    position: absolute;
    bottom: 42px;
    width: 60px;
    left: 100px;
    color: white;
    font-size: 16px;
    border-radius: 4px;
    z-index: 2;
    pointer-events: none;
}

.marquiz__button_rounded {
	border-radius: 4px!important;
}

.page-spacer { height: 20px; }
@media (max-width: 768px) {
    .page-spacer { height: 10px; }
}
.clear{
    clear:both;
}
@media (min-width:1600px) {
    h1 {
        font-size:72px;
        line-height:100px;
    }
    h2,
    .h2 {
        font-size:52px;
        line-height:74px;
    }
}
h1, .h1,
h2, .h2,
h3, .h3{
    font-family: 'GothemPro', 'Open Sans', 'Arial', sans-serif;
    text-transform: uppercase;
    font-style: italic;
    font-weight: bold;
    color: #FFFFFF;
}
h1, .h1 {
    font-size: 54px;
    line-height: 56px;
    margin: 20px 0 20px;
}
h2, .h2 {
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 18px;
    letter-spacing: 3px;
}
h3, .h3{
    font-size: 25px;
    line-height: 35px;
    letter-spacing: 3px;
    margin-bottom: 10px;
}
.h1,
.h2,
.h3 {
    margin: 0 0 30px;
}
@media (max-width: 740px) {
    h1, .h1 {
        font-size: 30px;
        line-height: 32px;
    }
    h2, .h2 {
        font-size: 19px;
        line-height: 150%;
        letter-spacing: 1px;
        margin-bottom: 20px;
    }
}
@media (max-width: 540px) {
    h1, .h1 {
        font-size:24px;
        line-height:26px;
    }
}

/* CSS variables and base utilities (moved from cards.css) */
:root {
  /* Цвета */
  --text-main: #f5f5f5;
  --text-muted: #a6a6a6;
  --text-strong: #ffffff;
  --accent: #4a9eff;
  --accent-glow: rgba(74, 158, 255, 0.35);
  --bg-card: #111111;
  --bg-soft: #0a0a0a;
  --border-subtle: #222222;
  --border-focus: #4a9eff;
  
  /* Отступы и размеры */
  --container-max: 1360px;
  --section-gap: 3rem;
  --radius: 10px;
  --transition: 0.2s ease;
}

.container {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 1.5rem;
  color: var(--text-main);
  line-height: 1.2;
  background: transparent; /* Наследует #000 фона сайта */
}

html {
  scroll-behavior: smooth;
}

.wrap {
    max-width: 1360px;
    padding: 0 70px;
    margin: 0 auto;
}
@media (max-width: 1024px) {
    .wrap {
        padding: 0 20px;
    }
}

/* === global utilities (moved from template styles.css) === */
.pb-80 {
    padding-bottom: 80px;
}

.wrapper {
    padding-left: 20px;
    padding-right: 20px;
}

@media screen and (max-width: 1400px) {
    .pb-80 {
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 1200px) {
    .pb-80 {
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 1024px) {
    .wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 576px) {
    .wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* ============================================================
   Глобальные утилиты и template-уровень — перенесено из new.css (Батч 5)
   base.css грузится РАНЬШЕ new.css/header.css/footer.css,
   но ПОЗЖЕ page-CSS (pages/*.css) — порядок проверен по бандлу.
   ============================================================ */

/* --- Кнопки (.btn) — глобальные, использовались только в new.css --- */
.btn {
    -webkit-appearance: none;
    display: inline-block;
    vertical-align: top;
    border: 2px solid #3C8CDD;
	border-radius: 4px;
    padding: 12px 40px;
    text-transform: uppercase;
    font-family: Open Sans, Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.07em;
    cursor: pointer;
    background: transparent;
}
.btn:hover{
    background: #3C8CDD;
    color: #fff;
}
.btn--blue{
    background: #3C8CDD;
    color: #fff;
}
.btn--blue:hover{
    background: transparent;
}

/* --- Глобальный reset body/html (перенесён из new.css; не конфликтует с html{scroll-behavior} выше) --- */
body, html {
    padding: 0;
    margin: 0;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 26px;
    font-family: Open Sans, Arial, sans-serif;
    font-weight: 300;
    position: relative;
    background: #090B11;
}

/* --- Утилиты-обёртки --- */
.wrap-big {
	max-width: 1340px;
    padding: 0 70px;
    margin:0 auto;
    position:relative;
}
.has-padding{
    padding: 100px 0;
}
.content-center{
    text-align: center;
    padding-top:0;
}
.light-bg{
    background: #090B12;
}
.hide {
    display: none;
}
.video {
    display: block;
    position: relative;
    padding-top: 56.65%;
}
.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (max-width:1024px) {
	.wrap-big{
	padding: 0 20px;
	}
}

/* --- Соц-иконки (url(/local/templates/escalada/css/) относительные ../images/, base.css в css/ — не меняются) --- */
.social a{
    display:inline-block;
    height:24px;
    width:25px;
    margin: 0 8px 0 0;
    vertical-align: middle;
    opacity: .75;
    background: no-repeat center center;
    background-size: contain;
}
.social a:hover{
    opacity: 1;
}
a.telegram {
    background-image: url("/local/templates/escalada/css/../images/social-tg.svg");
    width: 20px;
    height: 20px;
}
a.telegram:hover {
    background-image: url("/local/templates/escalada/css/../images/social-tg-h.svg");
}
a.dzen {
    background-image: url("/local/templates/escalada/css/../images/social-dzen.svg");
    width: 20px;
    height: 20px;
}
a.dzen:hover {
    background-image: url("/local/templates/escalada/css/../images/social-dzen-h.svg");
}
a.vk {
    background-image: url("/local/templates/escalada/css/../images/vk.svg");
}
a.vk:hover {
    background-image: url("/local/templates/escalada/css/../images/vk-h.svg");
}
a.fb {background:url("/local/templates/escalada/css/../images/fb.svg") no-repeat center;}
a.fb:hover {background:url("/local/templates/escalada/css/../images/fb-h.svg") no-repeat center;}
a.inst{
    background:url("/local/templates/escalada/css/../images/inst.svg") no-repeat center;
}
a.inst:hover{
    background:url("/local/templates/escalada/css/../images/inst-h.svg") no-repeat center;
}
a.rutube{
    background:url("/local/templates/escalada/css/../images/rutube.svg") no-repeat center;
	background-size: contain;
}
a.rutube:hover{
    background:url("/local/templates/escalada/css/../images/rutube-h.svg") no-repeat center;
	background-size: contain;
}

/* --- Generic fancybox-скин (нужен всем лайтбоксам глобально) --- */
.fancybox-slide,
.fancybox-slide > div:first-of-type{
    background:#090B12;
}
.fancybox-slide > div:first-of-type{
    width:100%;
    height:100%;
    margin:0;
    padding:0;
}
.fancybox-close-small:after{
    display:none;
}
.fancybox-container {
    margin-left:100%;
    margin-top:-100%;
    opacity:0;
    transition:.2s all ease-in !important;
}
.fancybox-container.fancybox-is-open {
    opacity:1;
    margin-left:0;
    margin-top:0;
}
.fancybox-bg {
    background:#000 !important;
    opacity: .5;
}
.fancybox-slide > .fancybox-loading {
    display:none;
}
.cardDetail .fancybox-slide, .fancybox-slide > div:first-of-type{
    background: transparent;
}

/* --- Template-уровень: соцсети/телефоны/конфиденциальность (footer/header/contacts) --- */
.confidentiality-link{
    display:inline-block;
    border-bottom:1px solid #fff;
}
.confidentiality{
    font-family:'Montserrat-Regular', 'Arial', sans-serif;
}
.site{
    font-weight:400;
    font-family:'Montserrat-Semi', 'Arial', sans-serif;
}

/* === Moved from new.css (Б6a) === */
@keyframes slideleft {
    0%{
        opacity:1;
        margin-left:0;
    }
    60%{
        opacity:0;
        margin-left:135px;
    }
    100%{
        opacity:1;
        margin-left:0;
    }
}

/* === J0d: rescued from former js/anime.css (live generic container utilities; used by news.list/cards component "club-cards content content--cards") === */
.content{
    /*padding: 0 70px;*/
    max-width: 1160px;
    margin: 0 auto;
}
.content--cards {
    max-width: 1360px;
}

/* ========================================
   Анимация появления изображений баннера
   ======================================== */
.js-animate-onload {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
                transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, transform;
}

.js-animate-onload.is-loaded {
    opacity: 1;
    transform: translateY(0);
}

/* Каскадная задержка для иконки Play */
.main-top-banner__video-icon.js-animate-onload {
    transition-delay: 0.2s;
}

/* Уважение к настройкам пользователя */
@media (prefers-reduced-motion: reduce) {
    .js-animate-onload {
        opacity: 1;
        transform: none;
        transition: none;
    }
}
/* End */


/* Start:/local/templates/escalada/css/header.css?178221942610381*/
.header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 19px 71px;
    z-index: 10;
    transition: .3s all;
}
.header-phone:hover{
	color:#3C8CDD;
}
.header-phone:active{
	color:#2867a6;
}

.burger_item--off {
    display: block;
}

.burger{
    display: none;
}
.logo{
    display: inline-block;
    vertical-align: top;
    width: 82px;
    position: relative;
    padding-top: 67px;
    margin-right: 38px;
    font-size: 12px;
    line-height: 14px;
    color: #999999;
    font-weight: 300;
    text-align: center;
    background: url("/local/templates/escalada/css/../images/svg/logo.svg") no-repeat center top;
    background-size: 100% auto;
    transition: all .3s;
}
.header--tiny .logo {
    height: 35px;
    overflow: hidden;
    width: 86px;
    padding-top: 34px;
    background-position-y: 160%;
}

.header-phone{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 22px;
    position: absolute;
    right: 69px;
    top: 75px;
    transition: all .3s;
}

.header-address {
    font-size: 14px;
    line-height: 22px;
    position: absolute;
    right: 69px;
    top: 51px;
}
.header--tiny .header-address {
    display: none;
}

.header--tiny .header-phone,
.header--tiny .header-lk{
    top: 18px;
}
.top-menu{
    display: inline-block;
    vertical-align: top;
    margin: 55px 0 0;
    transition: all .3s;
}
.header--tiny .top-menu {
    margin: 0;
}
.top-menu ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.top-menu li{
    display: inline-block;
    vertical-align: top;
    margin-right: 23px;
    position: relative;
}
.top-menu li a{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: .3px;
}
.top-menu .parent > a{
    padding-right: 18px;
    position: relative;
}
.top-menu .parent > a:after{
    content: '';
    display: block;
    width: 16px;
    height: 12px;
    background: url("/local/templates/escalada/css/../images/keyboard-bottom-arrow-button.svg") no-repeat center;
    position: absolute;
    right: 0;
    top: 6px;
    transition: transform 0.3s ease;
}
.top-menu .parent:hover > a:after{
    transform: rotate(180deg);
}
.top-menu .submenu{
    position: absolute;
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    top: 100%;
    left: -16px;
    /*width: 200px;*/
    color: #ffffff;
}
.top-menu .submenu li{
    display: block;
    margin: 0;
}
.top-menu .submenu a{
    display: block;
    padding: 8px 16px;
    background-color: #1A1A1A;
    color: #ffffff;
}
.top-menu a:hover{
    /*background-color: #171717;*/
    color: #3C8CDD;
}
.top-menu .submenu li:first-child a{
    padding-top: 16px;
    margin-top: 5px;
}
.top-menu .submenu li:last-child a{
    padding-bottom: 16px;
}
.top-menu .parent:hover .submenu{
    display: block;
}
.top-menu .back-link {
    padding-left: 24px;
    display: inline-block;
    opacity: .5;
    transition: .3s all;
    position: relative;
    margin-right: 24px;
}
.top-menu .back-link:hover {
    opacity: 1;
    color: #fff;
}
.top-menu .back-link:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url("/local/templates/escalada/css/../images/keyboard-bottom-arrow-button.svg") no-repeat center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate3d(0, -50%, 0) rotate(90deg);
}



.pre-header {
    width: 100%;
    height: 50px;
    background: #058CE3;
    text-align: center;
    padding: 0 15px;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pre-header + .header:not(.active):not(.header--tiny) {
    top: 50px;
}
.pre-header__wrapper {
    flex: 0 0 100%;
    width: 100%;
}
.pre-header a:not(:hover) {
    text-decoration: underline;
}
.pre-header * {
    margin: 0;
    padding: 0;
}

/* === Adaptive (moved from new.css) === */

@media (max-width:900px) {
    .header{
        padding: 7px 30px 12px;
    }

    .header .top-menu,
    .header .phones{
        display: none;
    }
    .header .phones a {
        width: 10px;
        overflow: hidden;
    }
    .header.header--tiny .mobile-phone-ico {
        display: block;
        position: fixed;
        right: 20px;
        top: 20px;
    }
}
@media (max-width: 767px) {
    .header.header--tiny .mobile-phone-ico {
        right: 20px;
    }
}
@media (max-width: 740px) {
    .header.header--tiny.general .logo{
        padding-left: 30px;
    }
    .header.header--tiny.general .logo div{
        left: 5px;
    }
    .top-menu {
        width: 45%;
    }
}
@media (max-width: 540px){
    .logo a,
    .logo a:after{
        width: 72px;
        height: 53px;
        background-size: cover;
    }
    .logo a{
        padding-top: 55px;
    }
    .top-menu {
        width: 63%;
        height: 50px;
        float: right;
        text-align: right;
        padding-top: 38px;
    }
    .top-menu a{
        margin-left: 3px;
    }
    .phones{
        width: 100%;
        top: 15px;
        right: 20px;
    }
    .phone.no--ico{
        margin-top: 0;
    }
    .header.header--tiny{
        height: 55px;
        background: #090B12;
    }
    .header--tiny .logo {
        height: 20px;
        padding-top: 11px;
    }
}
@media (max-width:400px){
    .header--tiny .phones{
        top:15px;
        transform:none;
    }
}
@media (max-width: 1180px) {
    .header-lk{
        right: 205px;
    }
}
@media (max-width: 740px) {
    .top-menu{
        width: 100%;
        top: 53px;
    }
}
@media (max-width: 540px){
    .top-menu {
        width: 100%;
        height: auto;
        top: 55px;
    }
}
@media (max-width: 680px) {
    .pre-header {
        font-size: 12px;
        line-height: 17px;
    }
}
@media (max-width: 540px) {
    .pre-header {
        height: 80px;
    }
    .pre-header + .header:not(.active):not(.header--tiny) {
        top: 80px;
    }
}
@media (max-width: 1260px){
    .burger_item--off{
        display: none !important;
    }
    .burger{
        display: inline-block;
        vertical-align: top;
        position: relative;
        width: 22px;
        padding: 6px 0;
        margin: 8px 50px 0 0;
        transition: all .3s;
    }
    .header--tiny .burger{
        margin: 2px 50px 0 0;
    }
    .burger:before,
    .burger:after{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        transition: all .3s;
    }
    .burger:after{
        top: auto;
        bottom: 0;
    }
    .burger:before,
    .burger:after,
    .burger span{
        display: block;
        width: 100%;
        height: 2.5px;
        background: #0687D8;
    }
    .burger.active span{
        opacity: 0;
    }
    .burger.active:before{
        transform: rotate(45deg);
        top: 5px;
    }
    .burger.active:after{
        transform: rotate(-45deg);
        top: 5px;
    }
    .top-menu{
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding-top: 70px;
        background: #090B11;
        transition: none;
    }
    .top-menu .top-menu-mobile{
        display: block;
        text-align: center;
    }
    .top-menu .top-menu-phone{
        display: none;
    }
    .top-menu-addr{
        font-weight: 300;
        font-size: 14px;
        line-height: 22px;
        color: #E6E6E6;
        opacity: 0.5;
    }
    .top-menu-addr a{
        display: inline-block;
        margin: 5px 0;
        border-bottom: 1px dashed #77787B;
    }
    .top-menu ul{
        margin-bottom: 38px;
    }
    .top-menu li{
        display: block;
        width: 100%;
        text-align: center;
        margin: 0 0 13px;
    }
    .top-menu li a{
        font-family: 'GothemPro', 'Open Sans', 'Arial', sans-serif;
        font-weight: bold;
        font-size: 19px;
        line-height: 150%;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #FFFFFF;
    }
    .active.header{
        background: #090B11;
    }
    .logo{
        width: 128px;
        height: 0;
        padding-top: 30px;
        overflow: hidden;
        color: transparent;
        background-image: url("/local/templates/escalada/css/../images/svg/logo-mobile.svg");
    }
    .header--tiny .logo{
        height: 0;
        overflow: hidden;
        width: 128px;
        padding-top: 30px;
        background-position-y: 0;
    }
	.header-phone, .header-address{
        top: 18px;
    }
    .header-phone {
        right: 410px;
    }
    .header-address {
        right: 70px;
        top: 18px;
    }
    .header--tiny .header-address {
        display: block;
    }
    .top-menu .parent > a{
        padding: 0;
    }
    .top-menu .parent > a:after{
        right: -20px;
    }
    .top-menu .parent:hover > a:after{
    transform: none;
    }
    .top-menu .parent.active > a:after{
    transform: rotate(180deg);
    }
    .top-menu .parent .submenu{
        display: block;
        position: static;
    }
    .top-menu .parent .submenu a{
        background-color: transparent;
        padding: 0;
        margin-bottom: 13px;
    }
    .top-menu .submenu li:first-child a{
        padding-top: 0;
        margin-top: 13px;
    }
    .top-menu .submenu li:last-child a{
        padding-bottom: 0;
    }
}
@media (max-width: 1024px){
    .logo{
        position: absolute;
        top: 15px;
        left: 50%;
        transform: translateX(-50%);
    }
    .header--tiny .logo{
        height: 0;
        overflow: hidden;
        width: 128px;
        padding-top: 30px;
        background-position-y: 0;
    }
    .header{
        padding: 19px 20px;
    }
    .header--tiny {
        height: 54px;
    }
    .burger{
        margin: 0;
    }
    .header-phone{
        width: 20px;
        height: 20px;
        padding: 0;
        margin: 0;
        color: transparent;
        overflow: hidden;
        background: url("/local/templates/escalada/css/../images/svg/ico-phone-blue.svg") no-repeat center;
        top: 20px;
        right: 20px;
    }
    .header-phone:hover{
        color: transparent;
    }
    .header--tiny .header-address,
    .header-address {
        display: none;
    }
    .top-menu{
        margin: 0;
        top: 50px;
    }
    .top-menu .top-menu-phone{
        display: block;
    }
}

/* === Moved from new.css (Б6a) === */
.header--tiny {
    height:60px;
    background:rgba(0,0,0,0.8);
}
.top-menu-mobile {
    display: none;
}

/* End */


/* Start:/local/templates/escalada/css/kommun-mobile-logo.css?1782219426197*/
@media (max-width: 1024px){
.logo{
    width: 128px;
    height: 0;
    padding-top: 30px;
    overflow: hidden;
    color: transparent;
    background-image: url("/local/templates/escalada/css/../images/svg/logo_kom.svg");
}
}
/* End */


/* Start:/local/templates/escalada/css/footer.css?17822194264449*/
/* === Базовые стили футера === */
.footer {
    font-weight: 100;
    padding: 0 70px;
    font-size: 14px;
    line-height: 16px;
}

.footer a { color: inherit; text-decoration: none; }
.footer a:hover { color: #3C8CDD; }
.footer a:active { color: #2867a6; }

.footer .map {
    border-bottom: 1px dashed #eeeeee; /* исправлено rgba */
}
.footer .map:hover { border-bottom: 1px dashed #45B7FF; }

.footer .top-content,
.footer .bottom-content {
    display: flex;
    justify-content: space-between;
}
.footer .top-content { padding: 40px 0 30px; }
.footer .bottom-content {
    border-top: 1px solid rgba(151, 151, 151, 0.3);
    padding: 20px 0;
    line-height: 24px;
}

.creator, .left-box { font-family: 'GothemPro-light', 'Arial', sans-serif; }
.right-box, .middle-box { font-family: 'Open Sans', 'Arial', sans-serif; }

.whatsapp-link { border-bottom: solid 1px rgba(255,255,255,.25); }
.whatsapp-link:hover { border-bottom: solid 1px rgba(255,255,255,.5); }

.footer .work-day,
.footer .company-name,
.footer .address { margin-bottom: 10px; }

.left-box, .right-box, .middle-box, .site { padding-right: 12px; }
.phone-bottom a { display: block; margin-bottom: 10px; }

/* === Навигация в bottom-content === */
.bottom-content-left {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
}

.bottom-content-right__title {
    display: block;
    margin-bottom: 10px;
}

.footer__nav {
    display: flex;
    justify-content: flex-start;
    gap: 32px;
    flex-wrap: wrap;
    width: 100%;
}

.footer__nav-column {
    flex: 1 1 180px;
    min-width: 160px;
    max-width: 220px;
}

.footer__nav-title {
    font-size: 12px;
    font-weight: 600;
    color: #f7f5f5;
    margin: 0 0 12px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.footer__nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer__nav-list li a {
    font-size: 14px;
    line-height: 1.4;
    color: inherit;
    opacity: 0.9;
    transition: opacity 0.2s ease, color 0.2s ease;
}

.footer__nav-list li a:hover {
    opacity: 1;
    color: #3C8CDD;
}

.footer__doc-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.footer__file-badge {
    display: inline-block;
    padding: 2px 6px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background: #3C8CDD;
    border-radius: 4px;
    opacity: 1;
    flex-shrink: 0;
}

.club-switch {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    background: rgba(151, 151, 151, 0.1);
    border: 1px solid rgba(151, 151, 151, 0.3);
    border-radius: 4px;
    color: inherit;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.club-switch:hover {
    background: rgba(60, 140, 221, 0.15);
    border-color: #3C8CDD;
    color: #3C8CDD;
}

/* === Адаптивность — объединённая === */
@media (max-width: 1024px) {
    .footer { padding: 0 20px; }
    .footer__nav { gap: 24px; }
}

@media (max-width: 740px) {
    .site { margin-bottom: 20px; }
    
    .footer .bottom-content,
    .footer .top-content { flex-direction: column; }
    
    .bottom-content-left {
        flex-direction: column;
        gap: 16px;
        margin-bottom: 20px;
    }
    
    .footer__nav {
        flex-direction: column;
        gap: 20px;
    }
    
    .footer__nav-column {
        flex: 1 1 100%;
        min-width: auto;
        max-width: none;
    }
    
    .footer__nav-title { font-size: 16px; }
    .footer__nav-list li a { font-size: 14px; }
    .footer__file-badge { font-size: 9px; padding: 1px 5px; }
    
    .bottom-content-right {
        width: 100%;
        text-align: center;
        margin-top: 12px;
    }
    
    .club-switch {
        width: 100%;
        justify-content: center;
    }
    
    .confidentiality { margin-bottom: 15px; }
    .left-box, .right-box, .middle-box {
        width: 100%; margin-bottom: 20px;
    }
    .right-box .work-day, .left-box .company-name, .middle-box .address {
        margin-bottom: 20px;
    }
    .confidentiality-link { display: inline-block; }
    .right-box { margin-bottom: 0; }
}

@media (max-width: 540px) {
    .footer-nav-col strong { font-size: 14px; }
    .footer-nav-col a { font-size: 14px; }
}
/* End */
/* /local/templates/escalada/css/pages/gto.css?17822194266836 */
/* /local/templates/escalada/js/vendor/jquery.formstyler.css?17822194272175 */
/* /local/templates/escalada/js/vendor/jquery.formstyler.theme.css?178221942710882 */
/* /local/templates/escalada/js/vendor/owl.carousel.css?17822194272880 */
/* /local/templates/escalada/js/vendor/fancybox/jquery.fancybox.css?178221942714323 */
/* /local/templates/escalada/css/fonts.css?17822194264828 */
/* /local/templates/escalada/css/base.css?17822194269349 */
/* /local/templates/escalada/css/header.css?178221942610381 */
/* /local/templates/escalada/css/kommun-mobile-logo.css?1782219426197 */
/* /local/templates/escalada/css/footer.css?17822194264449 */
