html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	scroll-behavior: smooth; /* Плавное перемещение при клике на #ссылки */
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden] {
	display: none;
}
a {
	outline: none;
	text-decoration: none;
}
abbr[title] {
	border-bottom: 1px dotted;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
}
button,
input {
	line-height: normal;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
input[type='checkbox'],
input[type='radio'] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
input[type='search'] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
input:focus,
button:focus,
select:focus,
textarea:focus {
	outline: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
:focus::-webkit-input-placeholder {
	color: transparent;
}
:focus::-moz-placeholder {
	color: transparent;
}
:focus:-moz-placeholder {
	color: transparent;
}
:focus:-ms-input-placeholder {
	color: transparent;
}
select {
	cursor: pointer;
}

img {
	vertical-align: bottom;
}

* {
	padding: 0;
	margin: 0;
}

.cl:after {
	content: '';
	display: table;
	clear: both;
}

html {
	height: 100%;
}
* html body {
	height: 100%;
}

h1,
h2,
h3,
h4,
h5 {
	font-style: normal;
	font-family: inherit;
	letter-spacing: -0.01em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	text-decoration: none;
	text-decoration-color: -moz-use-text-color;
	-webkit-text-decoration-line: none;
	text-decoration-line: none;
	-webkit-text-decoration-style: solid;
	text-decoration-style: solid;
	letter-spacing: -0.01em;
}

.line-through {
	text-decoration: line-through;
}

body,
html {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
	color: #091e46;
	background: #fff;
}

body,
div,
td {
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	vertical-align: top;
	font-family: inherit;
	line-height: 1.5em;
	vertical-align: top;
	margin: 0;
	padding: 0;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;

	text-decoration: none;
	-webkit-text-decoration-line: none;
	text-decoration-line: none;
	-webkit-text-decoration-style: solid;
	text-decoration-style: solid;
	text-decoration-color: -moz-use-text-color;
	text-decoration-line: none;
	text-decoration-style: solid;
}

body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
}

header {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
main {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}
footer {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	background: #e1e6e9;
}

footer > div:first-child > div:nth-of-type(1) {
	width: 25%;
	position: relative;
}
footer > div:first-child > div:nth-of-type(2) {
	width: 25%;
}
footer > div:first-child > div:nth-of-type(3) {
	width: 50%;
}
footer > div:first-child h2 {
	color: #091e46;
	text-transform: uppercase;
	font-weight: 600px;
	margin-bottom: 30px;
	line-height: 16px;
}
footer > div:first-child a h2:hover {
	color: #3371cd;
}
.foh2 {
	margin-top: 30px;
}
footer > div:first-child ul li a {
	display: block;
	color: #757d85;
	line-height: 16px;
}
footer > div:first-child ul li a:hover,
footer > div:first-child > div:nth-of-type(2) a:hover,
footer > div:first-child > div:nth-of-type(3) a:hover,
footer > div:first-child > div:nth-of-type(3) p a:hover {
	color: #3371cd;
}
footer > div:first-child ul li {
	margin-bottom: 19px;
	list-style-type: none;
}
footer > div:first-child ul li:last-child {
	margin-bottom: 0;
}
footer > div:first-child > div:nth-of-type(1) p {
	margin-right: 30px;
	font-weight: 600;
}
footer > div:first-child > div:nth-of-type(1),
footer > div:first-child > div:nth-of-type(2) {
	margin-right: 40px;
	padding-right: 40px;
	border-right: 1px solid #c9d4d8;
}
footer > div:first-child > div:nth-of-type(2) a,
footer > div:first-child > div:nth-of-type(2) a b {
	line-height: 16px;
}
footer > div:first-child > div:nth-of-type(2) a,
footer > div:first-child > div:nth-of-type(2) a b,
footer > div:first-child > div:nth-of-type(3) p a,
footer > div:first-child > div:nth-of-type(3) strong {
	display: block;
}
footer > div:first-child > div:nth-of-type(2) a {
	color: #666e75;
	margin-bottom: 35px;
}
footer > div:first-child > div:nth-of-type(2) > div a {
	color: #666e75;
	line-height: 20px;
}
footer > div:first-child > div:nth-of-type(2) > div,
footer > div:first-child > div:nth-of-type(3) > div {
	margin-bottom: 35px;
}
footer > div:first-child > div:nth-of-type(2) a:last-child {
	margin-bottom: 0;
}
footer > div:first-child > div:nth-of-type(2) div a b {
	color: #666e75;
	font-weight: 600;
}
footer > div:first-child > div:nth-of-type(2) span strong {
	font-weight: 600;
	color: #666e75;
}
footer > div:first-child > div:nth-of-type(3) p a {
	font-weight: 600;
	color: #666e75;
	height: 25px;
	line-height: 25px;
	margin-top: 20px;
}
footer > div:first-child > div:nth-of-type(3) strong {
	color: #666e75;
	font-weight: 600;
	line-height: 20px;
	padding-bottom: 8px;
}
footer > div:first-child > div:nth-of-type(3) {
	position: relative;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
footer > div:first-child > div:nth-of-type(3) iframe {
	height: 320px;
}
footer > div:first-child > div:nth-of-type(3) strong:last-child {
	padding-bottom: 0;
}
.podel {
	position: absolute;
	bottom: 0;
}
.podel img {
	width: 150px;
}
.podel p {
	margin-top: 20px;
}

.hea {
	height: 120px;
}
.hea a img {
	width: 230px;
}
.hea > div:last-child {
	margin-left: auto;
}
.bttop a {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	width: 50px;
	text-align: center;
	border-radius: 90px;
	margin-left: 10px;
	color: #3371cd;
	background: #f3f6f8;
	position: relative;
}
.bttop a:hover {
	background: #e1e6e9;
	color: #091e46;
}
.bttop a:first-child {
	margin-left: 0;
}
/* Стили для подсказки (генерируем всегда, но скрываем) */
.bttop a[data-title]::after,
.lang a[data-title]::after {
	content: attr(data-title); /* Берем текст из data-title */
	position: absolute;
	top: 100%; /* Подсказка появляется снизу от ссылки */
	left: 50%; /* Центрируем по горизонтали */
	transform: translateX(-50%) translateY(10px); /* Изначально сдвинуто вниз для анимации */
	background-color: #333; /* Фон подсказки (темно-серый) */
	color: #fff; /* Цвет текста */
	padding: 8px 15px 8px 15px; /* Отступы внутри */
	border-radius: 90px; /* Закругленные углы (как в вашем коде) */
	font-size: 13px; /* Размер шрифта */
	white-space: nowrap; /* Не переносить текст на новую строку */
	opacity: 0; /* Изначально скрыто */
	transition: opacity 0.3s ease, transform 0.3s ease; /* Плавное появление */
	pointer-events: none; /* Подсказка не мешает кликам */
	z-index: 10; /* Над другими элементами */
	text-transform: none; /* Как в вашем коде */
	margin-top: 7px;
	height: 27px;
	line-height: 27px;
}
/* Треугольник (стрелка) над подсказкой (генерируем всегда, но скрываем) */
.bttop a[data-title]::before,
.lang a[data-title]::before {
	content: '';
	position: absolute;
	top: 100%; /* Над подсказкой (для появления снизу) */
	left: 50%;
	transform: translateX(-50%) translateY(10px); /* Изначально сдвинуто вниз для анимации */
	border: 8px solid transparent;
	border-bottom-color: #333; /* Цвет треугольника совпадает с фоном подсказки (стрелка вниз) */
	margin-top: -8px; /* Сдвиг, чтобы треугольник примыкал сверху к подсказке */
	opacity: 0; /* Изначально скрыто */
	transition: opacity 0.3s ease, transform 0.3s ease; /* Плавное появление */
	pointer-events: none;
	z-index: 10;
}
/* Анимация появления при наведении */
.bttop a[data-title]:hover::after,
.lang a[data-title]:hover::after {
	opacity: 1; /* Показываем */
	transform: translateX(-50%) translateY(0); /* Сдвиг вверх для эффекта */
}
.bttop a[data-title]:hover::before,
.lang a[data-title]:hover::before {
	opacity: 1; /* Показываем */
	transform: translateX(-50%) translateY(0); /* Сдвиг вверх для эффекта */
}

.lang {
	margin-left: 30px;
}
.lang a {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	width: 50px;
	text-align: center;
	border-radius: 90px;
	margin-left: 10px;
	color: #051c44;
	background: #e1e6e9;
	position: relative;
	font-size: 13px;
	font-weight: 700;
}
.lang a:first-child {
	margin-left: 0;
}
.lang a:hover {
	color: #3371cd;
}
.lang a.active {
	color: #3371cd;
	cursor: default;
}

.rslides {
	position: relative;
	border-bottom: 1px solid #e5ecee;
}
.sltt {
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	z-index: 9000;
	text-align: center;
	position: absolute;
	width: 100%;
}
.sltt h1 {
	font-size: 43px;
	line-height: 58px;
	font-weight: 800;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
	hyphens: manual !important;
}
.sltt p {
	width: 50%;
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
	color: #fff;
	margin: 20px auto 0;
	text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
	hyphens: manual !important;
}
.cntcon {
	width: 70%;
	margin: 0 auto 0;
}
.cntcon a {
	display: inline-block;
	border-radius: 90px;
	width: 350px;
	height: 70px;
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
	color: #091e46;
	background: #fff;
	margin: 60px auto 50px;
	position: relative;
}
.cntcon a:first-child {
	margin-right: 15px;
	color: #fff;
	background: #3e82e7;
}
.cntcon a:last-child {
	margin-left: 15px;
}
.cntcon a:hover {
	background: #3371cf;
	color: #fff;
}
.cntcon a:last-child:hover {
	background: #e1e6e9;
	color: #091e46;
}
/* Стили для подсказки (генерируем всегда, но скрываем) */
a[data-title]::after {
	content: attr(data-title); /* Берем текст из data-title */
	position: absolute;
	bottom: 100%; /* Подсказка появляется сверху от ссылки */
	left: 50%; /* Центрируем по горизонтали */
	transform: translateX(-50%) translateY(10px); /* Изначально сдвинуто вниз для анимации */
	background-color: #333; /* Фон подсказки (темно-серый) */
	color: #fff; /* Цвет текста */
	padding: 8px 15px 8px 15px; /* Отступы внутри */
	border-radius: 90px; /* Закругленные углы */
	font-size: 13px; /* Размер шрифта */
	white-space: nowrap; /* Не переносить текст на новую строку */
	opacity: 0; /* Изначально скрыто */
	transition: opacity 0.3s ease, transform 0.3s ease; /* Плавное появление */
	pointer-events: none; /* Подсказка не мешает кликам */
	z-index: 10; /* Над другими элементами */
	height: 27px;
	line-height: 27px;
	margin-bottom: 7px;
	text-transform: none;
	font-weight: 400;
}
/* Треугольник (стрелка) под подсказкой (генерируем всегда, но скрываем) */
a[data-title]::before {
	content: '';
	position: absolute;
	bottom: 100%; /* Под подсказкой */
	left: 50%;
	transform: translateX(-50%) translateY(10px); /* Изначально сдвинуто вниз для анимации */
	border: 8px solid transparent;
	border-top-color: #333; /* Цвет треугольника совпадает с фоном подсказки */
	margin-bottom: -8px; /* Сдвиг, чтобы треугольник примыкал */
	opacity: 0; /* Изначально скрыто */
	transition: opacity 0.3s ease, transform 0.3s ease; /* Плавное появление */
	pointer-events: none;
	z-index: 10;
}
/* Анимация появления при наведении */
a[data-title]:hover::after {
	opacity: 1; /* Показываем */
	transform: translateX(-50%) translateY(0); /* Сдвиг вверх для эффекта */
}
a[data-title]:hover::before {
	opacity: 1; /* Показываем */
	transform: translateX(-50%) translateY(0); /* Сдвиг вверх для эффекта */
}

/* Стрелка вверх */
.arrow-up::after,
.arrow-up1::after {
	content: '';
	position: absolute;
	z-index: 9999;
	bottom: 100%; /* Появляется над блоком */
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid white; /* ← Цвет стрелки */
}
.arrow-up1::after {
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	border-bottom: 40px solid #e1e6e9; /* ← Цвет стрелки */
}

.preim {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 120px;
}
.preim > div h2 {
	font-size: 24px;
	line-height: 26px;
	font-weight: 700;
	text-transform: uppercase;
}
.preim > div p {
	font-size: 16px;
	margin-top: 30px;
}
.preim > div:nth-child(1),
.preim > div:nth-child(2) {
	border-bottom: 1px solid #c9d4d8;
	padding-bottom: 50px;
	margin-bottom: 50px;
}

.assortiment > div {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

/* Чередование: для чётны�� блоков меняем порядок */
.assortiment > div:nth-child(even) {
	flex-direction: row-reverse;
}
/* Внутренние div (для img и текста) — 50% ширины */
.assortiment > div > div {
	width: 50%;
	box-sizing: border-box;
}
/* Стили для блока с img */
.assortiment > div > div:has(img) {
	position: relative;
	height: 500px;
	overflow: hidden;
}
/* Стили для самого img */
.assortiment > div > div img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
/* Стили для блока с текстом */
.assortiment > div > div div:has(h2) {
	padding: 0 100px 0 100px;
}
/* Стили для h2 и p */
.assortiment h2 {
	font-size: 40px;
	line-height: 46px;
	font-weight: 700;
	text-transform: uppercase;
	hyphens: manual !important;
}
.assortiment p {
	font-size: 30px;
	line-height: 36px;
	margin-top: 30px;
}
@media (max-width: 1000px) {
	.assortiment > div {
		flex-wrap: wrap;
		flex-direction: column;
	}
	.assortiment > div > div {
		width: 100%;
	}
	.assortiment > div > div:has(img) {
		height: 300px;
	}
}
.niz {
	padding-top: 30px;
	padding-bottom: 30px;
}
.niz div {
	color: #e1e6e9;
	text-transform: uppercase;
	font-size: 12px;
}
.niz div:last-child {
	margin-left: auto;
}
.niz a {
	color: #e1e6e9;
}
.niz a:hover {
	color: #c9d4d8;
}

.wr,
/* --------------- */
.okbl,
.contt {
	flex-wrap: wrap;
}

.hea,
.hea > div:last-child,
.bttop,
.cntcon,
.cntcon a,
.lang,
.niz,
footer > div:first-child,
footer > div:first-child ul li a,
footer > div:first-child > div:nth-of-type(2) a,
footer > div:first-child > div:nth-of-type(2) > div,
footer > div:first-child > div:nth-of-type(3) > div,
.preim > div > div,
.assortiment > div,
.assortiment > div > div:last-child {
	display: flex;
}

.hea,
footer > div:first-child ul li a,
footer > div:first-child > div:nth-of-type(2) a,
footer > div:first-child > div:nth-of-type(2) > div,
footer > div:first-child > div:nth-of-type(3) > div,
.preim > div > div,
.niz,
.assortiment > div > div:last-child {
	align-items: center;
}

.fc,
.lang,
.cntcon a {
	justify-content: center;
	align-items: center;
}
.sb {
	justify-content: space-between;
}

.cnt,
.hea {
	margin: 0 auto;
	max-width: 1300px;
	min-width: 280px;
	width: 90%;
}

.bg2 {
	background: #e1e6e9;
}
.bgn {
	background: #041d45;
}

.p11 {
	padding-top: 100px;
	padding-bottom: 100px;
}
/* --------------- */

.h2 h2,
.h1 h1,
.cath2,
.h222 {
	font-size: 26px;
	line-height: 30px;
	font-weight: 600;
	padding-bottom: 5px;
	text-transform: uppercase;
	hyphens: manual !important;
}
.h222 {
	font-size: 30px;
	line-height: 36px;
	font-weight: 800;
	text-transform: none;
	color: #091e46;
}
.h3 h3,
.h3 {
	font-size: 18px;
	color: #8b9299;
	font-weight: 400;
}
.sol h1 {
	font-weight: 700;
}
.txc h2,
.txc h3,
.cath2 {
	text-align: center;
}
.tce {
	text-align: center;
}

.pg11 {
	padding-top: 100px;
	padding-bottom: 100px;
}
/* ---------------------- */

.pa {
	position: absolute;
}
.pr {
	position: relative;
}

a,
b,
strong,
h1,
h2,
h3,
h4,
h5,
h6,
i,
i:before,
div,
input,
textarea,
button,
select,
li,
label,
a::after,
details,
summary {
	text-decoration: none;
	-webkit-transition: color 200ms linear 0ms, background 200ms linear 0ms,
		border 200ms linear 0ms;
	transition: color 200ms linear 0ms, background 200ms linear 0ms,
		border 200ms linear 0ms;
}

a img {
	-webkit-transition: opacity 200ms linear 0ms;
	transition: opacity 200ms linear 0ms;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

a img:hover {
	-webkit-transition: opacity 200ms linear 0ms;
	transition: opacity 200ms linear 0ms;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}

.nfl img,
.nfl img:hover,
.jspPane img,
.jspPane img:hover {
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
}

.nfl img:hover,
.jspPane img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	cursor: zoom-in;
}
