/* ------------------------------------------------------------------------ */

* {
	padding: 0;
	margin: 0;
	border: 0;
}

*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

:focus,
:active {
	outline: none;
}

a:focus,
a:active {
	outline: none;
}

nav,
footer,
header,
aside {
	display: block;
}

html,
body {
	height: 100%;
	width: 100%;
	font-size: 100%;
	line-height: 1;
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
	font-family: inherit;
}

input::-ms-clear {
	display: none;
}

button {
	cursor: pointer;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

a,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

ul li {
	list-style: none;
}

img {
	vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: 400;
}

/* ---------------------------------------------------------------------------- */

body {
	font-family: "Roboto", sans-serif;
	background: #FFF;
	overflow-x: hidden;
}

.wrapper {
	overflow: hidden;
}

.container {
	max-width: 1360px;
	margin: 0 auto;
	padding: 0 40px;
}

.title {
	color: #000;
	font-size: 35px;
	font-weight: 900;
	line-height: normal;
	width: 100%;
	background-image: url("../img/dot-line.svg");
	background-position-y: 15px;
	background-position-x: 104%;
	background-repeat: no-repeat;
}

.dot-line {
	background-image: url("../img/dot-line.svg");
	background-position-y: 3px;
	background-position-x: 100%;
	background-repeat: no-repeat;
}

.title-dotline-green {
	background-image: url("../img/dot-line-green.svg");
	background-position-y: 3px;
	background-position-x: 99%;
	background-repeat: no-repeat;
	background-size: 58%;
}

.title-sp {
	display: inline-block;
	padding: 0px 34px 0px 0px;
	background-color: #fff;
}

.dynamic-width-container {
	position: relative;
	display: inline-block;
	padding: 2px 20px;
	background-color: #C21515;
	color: white;
	font-size: 16px;
	text-align: center;
	margin: 10px 20px 10px 5px;
}

.dynamic-width-container::before,
.dynamic-width-container::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
}

.dynamic-width-container::before {
	top: 50%;
	left: 0px;
	border-width: 11px 0 11px 10px;
	border-color: transparent transparent transparent #FFF;
	transform: translateY(-50%);
}

.dynamic-width-container::after {
	top: 50%;
	right: -10px;
	border-width: 13px 0 13px 10px;
	border-color: transparent transparent transparent #C21515;
	transform: translateY(-50%);
}

.page__article-mobile {
	display: none;
}

/* -----------------header-------------- */


.advertising {
	margin: 0px 0px 20px 0px;
}

.advertising__container {
	max-width: 1360px;
	margin: 0 auto;
	padding: 0 40px;
}

.advertising__inner {}

.advertising__img {
	width: 100%;
	height: auto;
}


.header {
	margin: 0px 0px 25px 0px;
}

.header__container {}

.header__inner {
	position: relative;
}

.header__top {
	display: flex;
	align-items: end;
	margin: 0px 0px 14px 0px;
}

.header__logo {
	margin: 0px 0px -3px -3px;
}

.header__logo-img {
	width: 168px;
	height: auto;
}

.header__top-content {
	position: relative;
	width: 100%;
	text-align: start;
}

.header__top-content-name {
	font-family: 'Bebas Neue', sans-serif;
	color: #fff;
	padding: 24px 0px 14px 0px;
	margin: 0px 0px 0px -8px;
	font-size: 80px;
	font-weight: 700;
	line-height: 120%;
	text-transform: uppercase;
	color: #fff;
	transform: scale(0.85, 1.4);
}

.header__top-name {
	padding: 26px 0 26px 95px;
}

.header__top-bg {
	position: absolute;
	top: 0;
	left: -16px;
	width: 105%;
	height: 100%;
	max-height: 136px;
	z-index: -1;
}

.header__bottom {
	position: relative;
	max-width: 1252px;
}

.header__nav {}

.header__list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 7px 20px 7px 25px;
}

.header__item {}

.header__item-link {
	color: #FFF;
	font-size: 18px;
	font-weight: 900;
	line-height: normal;
	transition: all .1s ease;
}

.header__item-link:hover {
	color: #a7a7a7;
}

.header__item-btn {
	background-color: transparent;
}

.header__item-btn-img {}

.header__nav-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	object-fit: cover;
}

.header__top-content-mobile {
	display: none;
}

/* ------------------page__preview------------------ */

.page__preview {
	margin: 0px 0px 15px 0px;
}

.preview__container {}

.preview__inner {
	display: flex;
	align-items: start;
	gap: 42px;
}

.preview__article {
	max-width: 840px;
	width: 100%;
}

.preview__slider {
	margin: 0px 0px 30px 0px;
}

.preview__slider-line {}

.preview__slider-slide {
	position: relative;
	z-index: 1;
}

.preview__slider-slide::after {
	content: '';

	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 160px;


	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.preview__slide-img {
	width: 100%;
	transition: all .2s ease;
}

.preview__slide-img:hover {
	transform: scale(1.1);
}

.swiper-pagination {
	gap: 10px;
	display: flex;
	justify-content: center;
}

.swiper-pagination-bullet {
	width: 11px;
	height: 11px;
	background-color: #FFF;
	opacity: 1;
	margin: 0 !important;
}

.swiper-pagination-bullet-active {
	background-color: #B51515;
}

.preview__text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 20px 40px 20px;
	z-index: 1;
}

.preview__text-name {
	color: #FFF;
	font-size: 28px;
	font-weight: 800;
	line-height: normal;
}

.preview__sidebar {
	width: 100%;
}

.preview__sidebar-title {
	margin: 0px 0px 26px 0px;
	text-align: center;
	background: none;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}

.preview__sidebar-list {
	display: flex;
	flex-direction: column;
	gap: 18px;
	margin: 0px 0px 30px 0px;
}

.preview__sidebar-item {}

.preview__sidebar-item:not(:last-child) {
	border-bottom: 1px solid #ccc;
	padding: 0px 0px 10px 0px;
}

.preview__sidebar-item-link {}

.preview__sidebar-item-top {}

.preview__sidebar-date {
	color: rgba(0, 0, 0, 0.60);
	font-size: 14px;
	font-weight: 300;
	line-height: normal;
	margin: 0px 0px 8px 0px;
}

.preview__sidebar-item-content {
	color: #000;
	font-size: 16px;
	font-weight: 300;
	line-height: 110%;
	transition: all .1s ease;
}

.preview__sidebar-item-content:hover {
	color: red
}

.preview__sidebar-item-content-sp {
	color: #FFF;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	background: #E31E24;
	padding: 0 2px;
}

.preview__sidebar-bottom {}

.preview__sidebar-line {
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 20px;
	margin: 0px 0px 8px 0px;
}

.preview__sidebar-line-dot {
	display: flex;
	flex-direction: column;
	gap: 5px;
	max-width: 315px;
}

.preview__sidebar-line-dot-img {
	width: 100%;
}

.preview__sidebar-arrow {}

.preview__sidebar-arrow-img {}

.preview__sidebar-link {
	color: #000;
	font-size: 16px;
	font-weight: 900;
	line-height: normal;

	display: block;
	text-align: end;
	transition: all .1s ease;
}

.preview__sidebar-link:hover {
	color: red;
}

.preview__sidebar-link-img {
	display: none;
}


.story-week {
	display: flex;
	align-items: start;
	gap: 18px;
	margin: 0px 0px 30px 0px;
}

.soldier {
	position: relative;
	max-width: 268px;
	width: 100%;
}

.soldier__bg {}

.soldier__content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 20px 24px 20px;
	z-index: 1;
	text-align: center;
}

.soldier__text {
	color: #FFF;
	text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.40);
	font-size: 50px;
	font-weight: 900;
	line-height: normal;
}

.soldier__text-sp {
	font-size: 125px;
}

.soldier__link {
	display: inline-block;
	color: #FFF;
	font-size: 18px;
	font-weight: 900;
	line-height: normal;
	max-width: 172px;
	width: 100%;
	border-radius: 10px;
	background: #9D241B;
	padding: 2px 20px;
}

.soldier-pos {
	position: absolute;
	top: -33px;
	left: -20px;
}

.soldier-pos-arrow {
	position: absolute;
	top: 20px;
	right: 10px;
}



.story-week__content {}

.story-week__top {
	display: flex;
	align-items: center;
	gap: 2px;
	width: 100%;
	margin: 0px 0px 13px 0px;
	padding: 0px 10px 0px 0px;
	background-color: #fff;
}

.story-week__top-body {
	padding: 0px 5px 0px 0px;
	background-color: #fff;
}

.story-week__arrow {
	width: 25px;
	height: auto;
}

.story-week__text {
	color: #FFF;
	font-size: 18px;
	font-weight: 900;
	line-height: normal;
	position: relative;
	white-space: nowrap;
	margin: 0px 10px 0px 0px;
}

.story-week__line {
	max-width: 355px;
	width: 100%;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 5px;
}

.story-week__dot {
	width: 100%;
}

.story-week__video {
	margin: 0px 0px 12px 0px;
}

.story-week__link {
	display: flex;
	align-items: center;
	gap: 10px;
}

.story-week__name {
	color: #000;
	font-size: 20px;
	font-weight: 900;
	line-height: normal;
	transition: all .1s ease;
}

.story-week__name:hover {
	color: red;
}

.story-week__link-arrow {}


.preview__advertising {}

.preview__advertising-img {
	width: 100%;
}

/* --------------page__children-war------------------ */

.page__children-war {
	margin: 0px 0px 15px 0px;
}

.children-war__container {}

.children-war__inner {
	background: #FFF;
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.35);
	padding: 13px 16px;
	display: flex;
	align-items: center;
	gap: 18px;
}

.children-war__text {
	max-width: 270px;
	width: 100%;
}

.children-war__title {
	color: #BE1C28;
	font-size: 43px;
	font-weight: 900;
	line-height: normal;
}

.children-war__subtitle {
	color: #717171;
	font-family: Roboto;
	font-size: 26px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	max-width: 240px;
	padding: 0px 0px 0px 20px;
}

.children-war__img {
	display: flex;
	align-items: center;
	gap: 18px;
	width: 100%;
}

.children-war__image {
	max-width: 100%;
}


/* --------------------page__newspaper------------------- */

.page__newspaper {
	margin: 0px 0px 40px 0px;
}

.newspaper__container {}

.newspaper__inner {}

.newspaper__title {
	margin: 0px 0px 18px 0px;

	display: flex;
	align-items: center;
	gap: 5px;
}

.newspaper__title-text {}

.newspaper__title-dots {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5px;
	margin: 5px 0px 0px 0px;
}

.newspaper__title-dot {
	width: 100%;
}

.newspaper__body {
	background: #D6DCE3;
	padding: 23px 20px 0px 0;

	display: flex;
	align-items: center;
	justify-content: space-between;
}

.newspaper__left {
	display: flex;
	align-items: center;
	gap: 25px;
}

.newspaper__left-img {
	min-width: 415px;
	height: 255px;
	position: relative;
}

.newspaper__image {
	position: absolute;
	top: -75px;
	left: -25px;
	width: 490px;
	height: 328px;
}

.newspaper__img-text {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);

	color: #FFF;
	font-size: 16px;
	font-weight: 900;
	line-height: normal;

	padding: 5px 20px;
	background-color: #AE1313;
	border-radius: 10px;
}

.newspaper__left-content {
	max-width: 300px;
}

.newspaper__left-link {
	display: flex;
	align-items: center;
	gap: 5px;

	color: #000;
	font-size: 16px;
	font-weight: 900;
	line-height: normal;

	margin: 0px 0px 10px 0px;
	transition: all .1s ease;
}

.newspaper__left-link:hover {
	color: red;
}

.newspaper__left-link-arrow {}

.newspaper__list {
	display: flex;
	flex-direction: column;
	gap: 15px;
	padding: 0px 0px 0px 16px;
}

.newspaper__item {
	position: relative;
	color: #000;
	font-size: 16px;
	font-weight: 300;
	line-height: normal;
}

.newspaper__item::before {
	content: '';

	position: absolute;
	top: 2px;
	left: -16px;
	width: 11px;
	height: 11px;

	border-radius: 50%;
	background-color: #C21515;
}

.newspaper__left-link-hide {
	width: 100%;
	display: none;
	justify-content: end;
	align-items: center;
	gap: 10px;

	color: #000;
	font-size: 24px;
	font-weight: 900;
	line-height: normal;
}

.newspaper__left-link-hide-img {}

.newspaper__right {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.newspaper__right-column {
	max-width: 195px;
	width: 100%;
	text-align: center;
}

.newspaper__right-column-marg {
	margin: -56px 0px 0px 0px;
}

.newspaper__right-column-img {
	height: 239px;
}

.newspaper__right-column-text {
	color: #FFF;
	font-size: 16px;
	font-weight: 900;
	line-height: normal;

	padding: 5px 20px;
	margin: 3px 0px 0px 0px;
	background-color: #AE1313;
	border-radius: 10px;

	display: inline-block;
}

.newspaper__right-column-link {
	display: flex;
	flex-direction: column;
	gap: 9px;

	color: #000;
	font-size: 16px;
	font-weight: 900;
	line-height: normal;
	transition: all .1s ease;
}

.newspaper__right-column-link:hover {
	color: red;
}

.newspaper__right-column-link-arrow {}

/* ------------------------------ */

.page__integration {
	margin: 0px 0px 25px 0px;
}

.integration__container {}

.integration__inner {
	display: flex;
	align-items: stretch;
	gap: 20px;
	justify-content: space-between;
}

.integration__card {
	max-width: 620px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.integration__card-one {
	padding: 22px 38px 25px 0;
	position: relative;
	z-index: 1;
	background-image: url("../img/integration/bg-1.png");

	display: flex;
	align-items: center;
	justify-content: end;
}

.integration__card-one-img {
	position: absolute;
	bottom: -15px;
	left: 42px;
	width: 109px;
	height: 212px;
	z-index: -1;
}

.integration__card-one-subtitle {
	color: #FFF;
	font-size: 28px;
	font-weight: 900;
	line-height: normal;
	max-width: 215px;
	width: 100%;
}

.integration__card-one-title {
	color: #FFF;
	font-size: 89px;
	font-weight: 900;
	line-height: normal;
}

.integration__card-two {
	background-image: url("../img/integration/bg-2.png");
	padding: 23px 40px;

	display: flex;
	align-items: center;
	gap: 28px;
}

.integration__card-two-img {}

.integration__card-two-text {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.integration__card-two-title {
	color: #FFF;
	text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.45);
	font-size: 83px;
	font-weight: 900;
	line-height: 75%;
}

.integration__card-two-subtitle {
	color: #FFF;
	text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.45);
	font-size: 42px;
	font-weight: 900;
	line-height: 90%;
}

/* -------------------------------------- */

.page__articles {
	margin: 0px 0px 35px 0px;
}

.articles__container {}

.articles__inner {}

.articles__title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin: 0px 0px 8px 0px;
}

.articles__title-text {}

.articles__title-dots {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.articles__title-dot {}

.articles__body {
	display: flex;
	align-items: stretch;
	gap: 12px;
}

.article {
	flex: 0 1 33%;
}

.article:not(:last-child) {
	padding: 0px 20px 0px 0px;
	border-right: 1px solid #ccc;
}

.article__title {
	display: flex;
	align-items: center;
}

.article__title-arrow {}

.article__title-text {
	color: #FFF;
	font-size: 18px;
	font-weight: 900;
	line-height: normal;
	position: relative;
}

.article__title-bg {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	object-fit: cover;
	z-index: -1;
}

.article__content {}

.article__content-top {
	display: flex;
	align-items: start;
	gap: 10px;
	margin: 0px 0px 18px 0px;
}

.article__content-img {
	width: 205px;
	height: 147px;
	transition: all .2s ease;
}

.article__content-img:hover {
	transform: scale(1.05);
}

.article__content-text {}

.article__content-date {
	color: rgba(0, 0, 0, 0.60);
	font-size: 14px;
	font-weight: 300;
	line-height: normal;
	margin: 0px 0px 11px 0px;
}

.article__content-name {
	color: #000;
	font-size: 16px;
	font-weight: 900;
	line-height: normal;
	transition: all .1s ease;
}

.article__content-name:hover {
	color: red;
}

.article__content-desc {
	display: block;
	padding: 15px 0px 0px 0px;
	border-top: 1px solid #ccc;

	color: #000;
	font-size: 16px;
	font-weight: 300;
	line-height: normal;
	transition: all .1s ease;
}

.article__content-desc:hover {
	color: red;
}

.article__content-desc:not(:last-child) {
	padding: 13px 0 13px 0;
}

/* -----------------page__videos---------------- */

.page__videos {
	margin: 0px 0px 22px 0px;
}

.videos__container {}

.videos__inner {
	border-radius: 10px;
	background: #252D43;
	padding: 55px 20px 20px 20px;
}

.videos__title {
	display: flex;
	align-items: center;
	margin: -74px 0px 30px 0px;
}

.videos__title-arrow {
	width: 42px;
	height: 42px;
}

.videos__title-text {
	position: relative;
	z-index: 1;

	color: #FFF;
	font-size: 35px;
	font-weight: 900;
	line-height: normal;
	padding: 0 30px;
}

.videos__title-bg {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	object-fit: cover;
	z-index: -1;
}

.videos__content {
	display: flex;
	justify-content: space-between;
	gap: 7px;
	margin: 0px 0px 18px 0px;
}

.videos__slider-body {
	display: none;
}

.videos__main {
	position: relative;
	max-width: 620px;
	width: 100%;
	z-index: 1;
	overflow: hidden;
}

.videos__main::after {
	content: '';

	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	background: linear-gradient(0deg, #191e2c, rgba(0, 0, 0, 0) 100%);
	pointer-events: none;
}

.videos__main-img {
	max-width: 620px;
	width: 100%;
	height: auto;
	transition: all .2s ease;
}

.videos__main:hover .videos__main-img {
	transform: scale(1.1);
}

.videos__main-text-pos {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	max-width: 580px;
	padding: 11px;

	color: #FFF;
	font-size: 28px;
	font-weight: 700;
	line-height: normal;
	z-index: 2;
}

.videos__play-pos {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	cursor: pointer;
}

.videos__play-pos:hover {
	opacity: 0.8;
}

.videos__cards {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	max-width: 608px;
	width: 100%;
}

.videos__card {
	flex: 1 1 300px;
	position: relative;
	overflow: hidden;
}

.videos__card::after {
	content: '';

	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	background: linear-gradient(0deg, #191e2c, rgba(0, 0, 0, 0) 100%);
	pointer-events: none;
}


.videos__card-img {
	max-width: 300px;
	max-height: 166px;
	width: 100%;
	transition: all .2s ease;
}

.videos__card:hover .videos__card-img {
	transform: scale(1.1);
}

.videos__card-text-pos {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	max-width: 288px;
	padding: 10px;
	z-index: 2;

	color: #FFF;
	font-size: 15px;
	font-weight: 700;
	line-height: normal;
}

.videos__link {
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 5px;
}

.videos__link-text {
	color: #FFF;
	font-size: 16px;
	font-weight: 300;
	line-height: normal;
	transition: all .1s ease;
}

.videos__link-text:hover {
	color: red;
}

/* ------------------page__veterans------------------- */

.page__veterans {
	margin: 0px 0px 20px 0px;
}

.page__veterans .articles__title {
	border-left: 1px solid #ccc;
	margin: 0px 0px 0 0px;
	padding: 0px 0px 0px 20px;
}

.veterans__container {}

.veterans__inner {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	gap: 18px;
}

.veteran-brotherhood {
	position: relative;
	background: #D3DFDB;
	padding: 16px 16px 80px 16px;
	max-width: 416px;
	width: 100%;
}

.veteran-brotherhood__title {
	margin: 0px 0px 18px 0px;
}

.veteran-brotherhood__img {
	max-width: 100%;
	margin: 0px 0px 12px 0px;
}

.veteran-brotherhood__date {
	margin: 0px 0px 6px 0px;
	color: rgba(0, 0, 0, 0.60);
	font-size: 14px;
	font-weight: 300;
	line-height: normal;
}

.veteran-brotherhood__name {
	display: block;
	margin: 0px 0px 12px 0px;

	color: #000;
	font-size: 22px;
	font-weight: 900;
	line-height: normal;

	transition: all .1s ease;
}

.veteran-brotherhood__name:hover {
	color: red;
}

.veteran-brotherhood__desc {
	margin: 0px 0px 20px 0px;

	color: #000;
	font-size: 16px;
	font-weight: 300;
	line-height: normal;
}

.veteran-brotherhood__list {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.veteran-brotherhood__item {
	padding: 15px 0px 0px 0px;
	border-top: 1px solid #ccc;
}

.veteran-brotherhood__item-link {
	display: block;
	color: #000;
	font-size: 16px;
	font-weight: 900;
	line-height: normal;
	max-width: 290px;

	transition: all .1s ease;
}

.veteran-brotherhood__item-link:hover {
	color: red;
}

.veteran-brotherhood__link {
	position: absolute;
	bottom: 15px;
	right: 15px;
	transition: all .1s ease;
}

.veteran-brotherhood__link:hover {
	opacity: 0.5;
}

.veterans__cards {
	position: relative;
	max-width: 858px;
	width: 100%;
}

.veterans__cards-pos-img {
	position: absolute;
	bottom: -35px;
	right: -46px;
	width: 1302px;
	height: 182px;
	pointer-events: none;
}

.articles__title {}

.articles__title-text {}

.articles__title-dots {}

.articles__title-dot {}

.veterans__cards-body {
	display: flex;
	flex-wrap: wrap;
	gap: 18px 20px;
	border-left: 1px solid #ccc;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 130px 0px;
}

.article {
	flex: 1 1 48%;
}

.article-big .article__content-img {
	width: 365px;
	height: auto;
}

.veterans__cards .article-big:not(:last-child) {
	border-bottom: 1px solid #ccc;
	border-right: 0;
}

.article-big .article__content-top {
	gap: 20px 50px;
}

.article-big .article__content-name {
	display: block;
	margin: 0px 0px 30px 0px;
	font-size: 25px;
}

.veterans__cards .article:first-child {
	flex: 1 1 100%;
	padding: 0;
}


/* ------------page__society------------ */

.page__society {
	margin: 0px 0px 10px 0px;
}

.page__society .article__content-top {
	flex-direction: column;
}

/* ------------page__photo-reports-------------- */


.page__photo-reports {
	margin: 0px 0px 24px 0px;
}

.photo-reports__container {}

.photo-reports__inner {}

.photo-reports__title {
	margin: 0px 0px 17px 0px;
}

.photo-reports__columns {
	display: flex;
	gap: 6px;
	margin: 0px 0px 7px 0px;
}

.photo-reports__column {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.photo-reports__column-link {
	display: block;
	position: relative;
	overflow: hidden;
}

.photo-reports__column-link:hover .photo-reports__column-img {
	transform: scale(1.1);
}

.photo-reports__column-link:hover .photo-reports__column-name {
	color: red;
}

.photo-reports__column-link::after {
	content: '';

	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	background: linear-gradient(0deg, rgb(0, 3, 39) 0%, rgba(0, 0, 0, 0) 100%);
}

.photo-reports__column-img {
	max-width: 100%;
	transition: all .2S ease;
}

.photo-reports__column-img-min {
	max-height: 192px;
}

.photo-reports__column-name {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;

	color: #FFF;
	font-size: 15px;
	font-weight: 700;
	line-height: normal;

	padding: 15px;
	z-index: 2;
}

.photo-reports__column-name-big {
	font-size: 25px;
}

.photo-reports__link {
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 5px;
}

.photo-reports__text {
	color: #000;
	font-size: 16px;
	font-weight: 300;
	line-height: normal;
	transition: all .1s ease;
}

.photo-reports__text:hover {
	color: red;
}

.photo-reports__arrow {
	width: 42px;
	height: auto;
}

.photo-reports__slider {
	display: none;
}

/* ----------------------------- */

.page__first-person {
	margin: 0px 0px 60px 0px;
}

.first-person__container {}

.first-person__inner {}

.first-person__title {
	margin: 0px 0px 22px 0px;
}

.first-person__cards {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.first-person__slider {
	display: none;
}

.first-person__quot-pos-mobile {
	display: none;
}

.first-person__card {
	max-width: 400px;
	width: 100%;
	position: relative;
	z-index: 1;

	display: flex;
	align-items: end;

}

.first-person__card::after {
	content: '';

	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 177px;
	z-index: -2;

	border-radius: 5px;
	background: #D6DCE3;
}

.first-person__card-img {
	width: auto;
	height: auto;
	max-width: 199px;
	max-height: 199px;
}

.first-person__card-content {
	padding: 20px 0px 24px 0px;
}

.first-person__card-name {
	color: #000;
	font-size: 18px;
	font-weight: 900;
	line-height: normal;
	max-width: 120px;
	margin: 0px 0px 15px 0px;
}

.first-person__card-desc {
	color: #000;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	line-height: normal;
	max-width: 164px;
}

.first-person__quot-pos {
	position: absolute;
	top: 45px;
	right: 17px;
	width: 65px;
	height: 46px;
	z-index: -1;
}

/* --------------page__achievements---------------- */

.page__achievements {
	margin: 0px 0px 10px 0px;
}

.achievements__container {}

.achievements__inner {}

.achievements__cards {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	gap: 20px;
	margin: 0px 0px 10px 0px;
}

.achievements__card {
	max-width: 236px;
	width: 100%;
	min-height: 298px;
	border-radius: 5px;
	position: relative;
	z-index: 1;
	padding: 0 20px 20px 20px;
}

.achievements__card-one {
	background: #6A1222;
}

.achievements__card-two {
	background: #7E8A95;
}

.achievements__card-three {
	background: #6A1222;
}

.achievements__card-four {
	background: #00482E;
}

.achievements__card-five {
	background: #395675;
}

.achievements__card-date {
	display: block;
	padding: 155px 0px 10px 0px;

	color: #FFF;
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
}

.achievements__card-name {
	color: #FFF;
	font-size: 16px;
	font-weight: 900;
	line-height: normal;
}

.achievements__card-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	object-fit: cover;
	z-index: -1;
}

.achievements__card-one .achievements__card-bg {
	mix-blend-mode: screen;
}

.achievements__card-two .achievements__card-bg {
	mix-blend-mode: soft-light;
}

.achievements__card-three .achievements__card-bg {
	mix-blend-mode: screen;
}

.achievements__card-four .achievements__card-bg {
	mix-blend-mode: luminosity;
}

.achievements__card-five .achievements__card-bg {
	mix-blend-mode: luminosity;
}

.achievements__card-img-pos {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.achievements__card-one .achievements__card-img-pos {
	top: -38px;
}

.achievements__card-three .achievements__card-img-pos {
	top: -38px;
}

.achievements__card-four .achievements__card-img-pos {
	top: -43px;
}

.achievements__card-five .achievements__card-img-pos {
	top: -23px;
}

.achievements__link {
	display: flex;
	align-items: center;
	gap: 5px;
	justify-content: end;

	background-image: url("../img/dot-line.svg");
	background-repeat: no-repeat;
	background-position-x: left;
	background-position-y: center;
}

.achievements__text {
	color: #000;
	font-size: 16px;
	font-weight: 300;
	line-height: normal;
	background-color: #FFF;
	padding: 0px 0px 0px 18px;
	transition: all .1s ease;
}

.achievements__text:hover {
	color: red;
}

.achievements__arrow {
	width: 42px;
	height: auto;
	background-color: #fff;
}

/* ------------------footer------------ */

.footer {}

.footer__container {}

.footer__inner {
	background: #C72126;
	padding: 20px;

	display: flex;
	align-items: start;
	gap: 40px;
}

.footer__column {}

.footer__column-link {}

.footer__column-link-logo {}

.footer__column-social {
	display: flex;
	align-items: center;
	gap: 15px;

	margin: 0px 0px 18px 0px;
}

.footer__right {
	display: flex;
	align-items: start;
	gap: 40px;
}

.footer__column-social-link {}

.footer__column-social-link-icon {
	transition: all .2s ease;
}

.footer__column-social-link-icon:hover {
	opacity: 0.5;
}

.footer__column-nav {}

.footer__column-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.footer__column-item {}

.footer__column-item-link {
	color: #FFF;
	font-size: 14px;
	font-weight: 900;
	line-height: normal;
	text-decoration-line: underline;
}

.footer__column-text {
	max-width: 770px;
	width: 100%;

	color: #FFF;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;

	display: flex;
	flex-direction: column;
	gap: 20px;
}

.footer__column-title {
	font-weight: 900;
}

.footer__column-desc {
	font-weight: 400;
}

.footer__column-desc-link {
	color: #FFF;
	text-decoration: underline;
}

/* ------------------------- */

.article__cards {
	max-width: 840px;
}

.article__cards-title {
	color: #000;
	font-size: 42px;
	font-weight: 900;
	line-height: normal;
	margin: 0px 0px 20px 0px;
}

.article__cards-body {
	display: flex;
	align-items: start;
	flex-wrap: wrap;
	gap: 30px 40px;
}

.article__card {
	flex: 0 1 400px;
}

.article__card-img {
	max-width: 100%;
	margin: 0px 0px 8px 0px;
}

.article__card-date {
	color: rgba(0, 0, 0, 0.60);
	font-size: 14px;
	font-weight: 300;
	line-height: normal;
	margin: 0px 0px 3px 0px;
}

.article__card-link {
	color: #000;
	font-size: 20px;
	font-weight: 600;
	line-height: normal;
}

.article__pagination {
	margin: 40px 0px 20px 0px;
}

.article__pagination-list {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 19px;
}

.article__pagination-item {}

.article__pagination-item-link {
	display: block;
	border-radius: 5px;
	background: #9EA9B5;
	padding: 6px 12px;

	color: #FFF;
	font-size: 20px;
	font-weight: 800;
	line-height: normal;
}

@media(max-width:1160px){
	.article__card{
		flex: 1 1 300px;
	}

	.article__cards{
		max-width: 700px;
	}

	.article__card-link{
		font-size: 18px;
	}
}

@media(max-width:1024px){
	.article__cards{
		max-width: unset;
	}

	.article__card-img{
		width: 100%;
	}
}

@media(max-width:768px){
	.article__cards-body{
		gap: 20px;
	}

	.article__pagination-list{
		gap: 10px;
	}

	.article__pagination-item-link{
		font-size: 16px;
	}

	.article__cards-title{
		font-size: 32px;
	}
}

@media(max-width:520px){
	.article__pagination-item-link{
		padding: 4px 8px;
		font-size: 14px;
	}

	.article__pagination-list{
		gap: 5px;
	}
}

/* -----------media----------- */

@media(max-width:1350px) {

	.videos__content,
	.videos__link {
		display: none;
	}

	.videos__slider-body {
		position: relative;
		display: block;
		overflow: hidden;
	}

	.videos__btn-next {
		background-color: transparent;

		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 2px;
		width: 75px;
		height: 75px;
		z-index: 2;
	}

	.videos__main-img,
	.videos__main {
		max-width: 800px;
	}

	.header__top-bg {
		width: 100%;
		left: 0;
	}

	.header__top-content-name {
		font-size: 60px;
		padding: 34px 0px 26px 35px;
	}

	.preview__article {
		max-width: 700px;
	}

	.preview__inner {
		gap: 20px;
	}

	.children-war__image-last {
		display: none;
	}

	.children-war__img {
		justify-content: end;
	}

	.newspaper__right-column-last {
		display: none;
	}

	.veterans__cards-pos-img {
		width: 100%;
		right: 3px;
	}

	.first-person__card:last-child {
		display: none;
	}
}

@media(max-width:1024px) {

	.article__content-top {
		flex-wrap: nowrap;
	}

	.header__top-content-mobile {
		display: flex;
		align-items: center;
		gap: 20px;
	}

	.header__item-btn-img {
		width: 40px;
		height: auto;
	}

	.burgre-btn {
		width: 70px;
		height: 50px;

		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.burger-line {
		width: 100%;
		height: 10px;
		background-color: #fff;
		transition: all .3s ease;
	}

	.burgre-btn--active .b1 {
		transform: translate(0px, 20px) rotate(45deg);
	}

	.burgre-btn--active .b2 {
		opacity: 0;
	}

	.burgre-btn--active .b3 {
		transform: translate(0px, -20px) rotate(-45deg);
	}

	.header__top-content {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0 20px 0px 0;
	}

	.header__top-bg {
		width: 100%;
	}

	.advertising__container {
		padding: 0;
	}

	.header__top-content-name {
		padding: 32px 0px 32px 25px;
		margin: 0;
		font-size: 40px;
		line-height: normal;
		transform: scale(0.9, 1.8);
	}

	.header__logo-img {
		max-width: 160px;
	}

	.header__top {
		gap: 16px;
	}

	.header__bottom {
		position: absolute;
		top: 100%;
		right: 0;
		background-color: #C21515;
		padding: 20px;
		z-index: 10;

		opacity: 0;
		pointer-events: none;
		transform: translateY(-20px);
		transition: all .3s ease;
	}

	.preview__sidebar-title-arrow {
		display: none;
	}

	.header__bottom--visible {
		opacity: 1;
		pointer-events: all;
		transform: translate(0);
	}

	.header__nav-bg {
		display: none;
	}

	.header__list {
		flex-direction: column;
		gap: 10px;
	}

	.header__bottom .header__item-btn-img {
		display: none;
	}

	.header__item:last-child {
		display: none;
	}

	.preview__inner {
		flex-wrap: wrap;
	}

	.preview__article {
		max-width: unset;
	}

	.preview__text-name {
		font-size: 56px;
	}

	.preview__slider-slide::after {
		max-height: unset;
	}

	.preview__text {
		padding: 0 38px 50px 38px;
	}

	.swiper-horizontal>.swiper-pagination-bullets,
	.swiper-pagination-bullets.swiper-pagination-horizontal,
	.swiper-pagination-custom,
	.swiper-pagination-fraction {
		top: auto;
		bottom: 25px;
	}




	.soldier {
		display: none;
	}

	.story-week__content {
		width: 100%;
	}

	.story-week__video iframe {
		height: 560px;
	}

	.story-week__link-arrow {
		display: none;
	}

	.story-week__name {
		font-size: 60px;
	}





	.preview__sidebar {
		max-width: unset;
	}

	.preview__sidebar-title {
		text-align: start;
		justify-content: start;
		background-image: url("../img/dot-line.svg");
		background-position-y: 15px;
		background-position-x: 104%;
		background-repeat: no-repeat;
	}

	.title-sp-sidebar {
		background-color: #fff;
		padding: 0px 34px 0px 0px;
	}

	.preview__sidebar-item-content-sp {
		display: none;
	}

	.preview__sidebar-date {
		color: rgba(0, 0, 0, 0.40);
		font-size: 24px;
		margin: 0px 0px 20px 0px;
	}

	.preview__sidebar-item-content {
		font-size: 24px;
		font-weight: 400;
	}

	.preview__sidebar-item:not(:last-child) {
		padding: 0px 0px 20px 0px;
	}

	.preview__sidebar-list {
		gap: 20px;
	}

	.preview__sidebar-line {
		display: none;
	}

	.preview__sidebar-link {
		font-size: 24px;
		display: flex;
		justify-content: end;
		align-items: center;
		gap: 10px;
	}

	.preview__sidebar-link-img {
		display: block;
	}

	.children-war__image-last {
		display: none;
	}

	.children-war__img {
		justify-content: end;
	}

	.children-war__subtitle {
		padding: 0;
		max-width: 315px;
	}

	.children-war__title {
		font-size: 77px;
	}

	.children-war__subtitle {
		font-size: 38px;
	}

	.children-war__text {
		max-width: 360px;
	}

	.page__children-war {
		margin: 0px 0px 25px 0px;
	}




	.newspaper__right {
		display: none;
	}

	.newspaper__left {
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
	}

	.newspaper__left-content {
		width: 100%;
		max-width: unset;
	}

	.newspaper__body {
		padding: 20px;
	}

	.newspaper__list {
		align-items: center;
	}

	.newspaper__left-link {
		justify-content: center;
	}

	.newspaper__left-link-hide {
		display: flex;
	}

	.newspaper__item,
	.newspaper__left-link {
		font-size: 20px;
	}

	.newspaper__item::before {
		top: 50%;
		transform: translateY(-50%);
	}

	.integration__card-two {
		display: none;
	}

	.integration__card {
		max-width: unset;
	}



	.articles__body {
		flex-wrap: wrap;
	}

	.article {
		flex: 1 1 100%;
	}

	.article__content-desc {
		border: none;
		display: none;
	}

	.article__content-top {
		margin: 0px 0px 0px 0px;
	}

	.article__content-date {
		display: none;
	}

	.article__content-name {
		font-size: 32px;
	}

	.article:not(:last-child) {
		padding: 0;
		border: none;
	}

	.article__content-img {
		width: 260px;
		height: 190px;
	}

	.page__articles {
		margin: 0px 0px 40px 0px;
	}

	.article__title-text {
		font-size: 20px;
	}




	.veterans__inner {
		flex-wrap: wrap;
	}

	.veteran-brotherhood {
		max-width: unset;
	}

	.veteran-brotherhood__item-link {
		max-width: unset;
		font-size: 20px;
		font-weight: 400;
	}

	.veteran-brotherhood {
		padding: 16px;
	}

	.veteran-brotherhood__desc,
	.veteran-brotherhood__date,
	.veteran-brotherhood__link {
		display: none;
	}

	.veteran-brotherhood__name {
		font-size: 24px;
	}

	.veterans__cards .article-big:not(:last-child) {
		border: none;
	}

	.article-big .article__content-img {
		max-width: 260px;
	}

	.article-big .article__content-top {
		gap: 10px;
	}

	.veterans__cards-pos-img {
		right: 3px;
		width: 100%;
		height: 260px;
	}

	.veterans__cards {
		max-width: unset;
	}

	.page__veterans .articles__title,
	.veterans__cards-body {
		padding: 0;
		border: none;
	}

	.veterans__cards-body {
		margin: 0px 0px 195px 0px;
	}


	.page__society .article__content-top {
		flex-direction: row;
	}




	.photo-reports__columns {
		display: none;
	}

	.photo-reports__link {
		display: none;
	}

	.photo-reports__slider {
		display: block;
		position: relative;
		overflow: hidden;
	}

	.photo-reports__btn-next {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 2px;
		width: 75px;
		height: 75px;
		background-color: transparent;
		z-index: 2;
	}

	.photo-reports__column-link-pic {
		display: block;
		position: relative;
		max-width: 800px;
	}

	.photo-reports__column-img {
		max-width: 800px;
		width: 100%;
	}

	.photo-reports__column-link::after {
		content: none;
	}

	.photo-reports__column-link-pic::after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(0deg, rgba(0, 0, 1, 0.425) 0%, rgba(0, 0, 0, 0) 100%);
	}


	.page__article-mobile {
		display: block;
		margin: 0px 0px 10px 0px;
	}

	.veteran-brotherhood__pic {
		display: flex;
		align-items: start;
		gap: 20px;
	}

	.veteran-brotherhood__item {
		border-top: 1px solid #000;
	}

	.title-bg-green {
		display: inline-block;
		padding: 0px 15px 0px 0px;
		background: #D3DFDB;
	}




	.page__articles-mobile .integration__card-two {
		display: flex;
	}




	.first-person__cards {
		display: none;
	}

	.first-person__slider {
		display: block;
		position: relative;
		overflow: hidden;
	}

	.first-person__btn-next {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 3px;
		width: 75px;
		height: 75px;
		z-index: 2;
		background-color: transparent;
	}

	.first-person__card {
		max-width: 800px;
	}

	.first-person__card-desc,
	.first-person__card-name {
		max-width: unset;
		font-size: 24px;
	}

	.first-person__card-content {
		padding: 20px;
	}

	.first-person__card:last-child {
		display: flex;
	}



	.page__achievements {
		display: none;
	}




	.footer__right {
		flex-wrap: wrap;
		gap: 20px;
	}

	.footer__column-nav {
		display: none;
	}

	.footer__column-social {
		margin: 0px 0px 0px 0px;
	}

}

@media(max-width:960px) {

	.children-war__inner {
		background: #BE1C28;
		gap: 0;
	}

	.header__logo-img {
		max-width: 100px;
	}

	.burgre-btn--active .b1 {
		transform: translate(0px, 16px) rotate(45deg);
	}

	.burgre-btn--active .b3 {
		transform: translate(0px, -16px) rotate(-45deg);
	}

	.header__top-content-name {
		font-size: 30px;
		padding: 20px 0 20px 30px;
		transform: scale(1, 1.8);
	}

	.burger-line {
		height: 8px;
	}

	.burgre-btn {
		width: 60px;
		height: 40px;
	}

	.header__item-btn-img {
		width: 30px;
	}

	.preview__text-name,
	.story-week__name {
		font-size: 32px;
	}

	.title {
		font-size: 31px;
	}

	.preview__sidebar-title {
		background-position-y: 10px;
		background-position-x: 98%;
	}

	.preview__sidebar-title {
		margin: 0px 0px 15px 0px;
	}

	.preview__sidebar-date {
		margin: 0px 0px 10px 0px;
		font-size: 18px;
	}

	.preview__sidebar-item-content {
		font-size: 20px;
	}

	.children-war__title {
		font-size: 50px;
		color: #fff;
	}

	.children-war__subtitle {
		font-size: 28px;
		color: #fff;
	}

	.article__content-name {
		font-size: 28px;
	}

	.videos__btn-next,
	.photo-reports__btn-next,
	.first-person__btn-next,
	.first-person__btn-next svg,
	.photo-reports__btn-next svg,
	.videos__btn-next svg {
		width: 50px;
		height: 50px;
	}

	.videos__title-text {
		font-size: 28px;
	}

	.videos__title-bg {
		width: 150px;
	}

	.videos__title-arrow {
		width: 34px;
		height: auto;
	}

	.videos__title {
		margin: -72px 0px 20px 0px;
	}

	.veteran-brotherhood__img {
		max-width: 250px;
		width: 100%;
	}


	.photo-reports__column-link-pic,
	.photo-reports__column-img {
		max-width: unset;
	}




	.first-person__slide {
		padding: 0px 64px 0px 0px;
	}

	.story-week__video iframe {
		height: 400px;
	}
}

@media(max-width:768px) {

	.preview__text-name,
	.story-week__name {
		font-size: 24px;
	}

	.burgre-btn--active .b1 {
		transform: translate(0px, 12px) rotate(45deg);
	}

	.burgre-btn--active .b3 {
		transform: translate(0px, -13px) rotate(-45deg);
	}

	.children-war__title {
		font-size: 38px;
	}

	.children-war__subtitle {
		font-size: 20px;
	}

	.title {
		font-size: 28px;
	}

	.title-sp {
		padding: 0px 25px 0px 0px;
	}

	.preview__sidebar-link {
		font-size: 20px;
	}

	.preview__sidebar-link-img,
	.newspaper__left-link-hide-img {
		width: 30px;
	}

	.title {
		background-position-y: 10px;
	}

	.newspaper__left-link-hide {
		font-size: 18px;
	}

	.article__content-name {
		font-size: 24px;
	}

	.videos__main-text-pos {
		font-size: 24px;
	}


	.burgre-btn {
		width: 40px;
		height: 30px;
	}

	.burger-line {
		height: 5px;
	}

	.header__top-content-mobile {
		gap: 10px;
	}

	.header__item-btn-img {
		width: 25px;
	}

	.first-person__slide {
		padding: 0px 42px 0px 0px;
	}

}


@media(max-width:690px) {

	.container {
		padding: 0 12px;
	}

	.burgre-btn--active .b1 {
		transform: translate(0px, 7px) rotate(45deg);
	}

	.burgre-btn--active .b3 {
		transform: translate(0px, -8px) rotate(-45deg);
	}

	.header__item-link {
		font-size: 14px;
	}

	.header__bottom {
		padding: 15px;
	}

	.header__top {
		gap: 5px;
	}

	.header {
		margin: 0px 0px 11px 0px;
	}

	.header__logo-img {
		max-width: 50px;
	}

	.header__top-content-name {
		font-size: 16px;
		padding: 10px 0 10px 20px;
	}

	.header__top-content {
		padding: 0px 8px 0px 0px;
	}

	.burgre-btn {
		width: 24px;
		height: 17px;
	}

	.burger-line {
		height: 3px;
	}

	.header__item-btn-img {
		width: 14px;
	}

	.header__logo {
		margin: 0;
	}

	.preview__text {
		padding: 0 15px 20px 15px;
	}

	.preview__text-name {
		font-size: 18px;
	}

	.swiper-horizontal>.swiper-pagination-bullets,
	.swiper-pagination-bullets.swiper-pagination-horizontal,
	.swiper-pagination-custom,
	.swiper-pagination-fraction {
		bottom: 6px;
	}

	.swiper-pagination-bullet {
		width: 6px;
		height: 6px;
	}


	.preview__slider {
		margin: 0px 0px 18px 0px;
	}

	.story-week__text {
		font-size: 12px;
	}

	.dynamic-width-container::after {
		border-width: 9px 0 9px 10px;
	}

	.dynamic-width-container {
		padding: 2px 10px 2px 18px;
	}

	.story-week__text {
		margin: 0px 15px 0px 0px;
	}

	.dot-line {
		background-position-y: 0;
		background-size: cover;
	}

	.story-week__arrow {
		width: 18px;
	}

	.story-week__video iframe {
		height: 180px;
	}

	.story-week__top {
		margin: 0px 0px 8px 0px;
	}

	.story-week__name {
		font-size: 20px;
	}

	.story-week {
		margin: 0px 0px 15px 0px;
	}



	.preview__inner {
		gap: 15px;
	}

	.title {
		font-size: 16px;
		background-position-y: 0;
		background-position-x: 95%;
		background-size: cover;
	}




	.preview__sidebar-date {
		font-size: 16px;
		margin: 0px 0px 14px 0px;
	}

	.preview__sidebar-item-content {
		font-size: 16px;
	}

	.preview__sidebar-item:not(:last-child) {
		padding: 0px 0px 14px 0px;
	}

	.preview__sidebar-list {
		gap: 14px;
	}

	.preview__sidebar-link {
		font-size: 16px;
	}

	.preview__sidebar-link-img,
	.newspaper__left-link-hide-img {
		width: 18px;
	}




	.children-war__title {
		font-size: 25px;
	}

	.children-war__subtitle {
		font-size: 12px;
	}



	.newspaper__title {
		margin: 0px 0px 30px 0px;
	}

	.newspaper__item,
	.newspaper__left-link {
		font-size: 16px;
	}

	.newspaper__list {
		align-items: start;
	}

	.newspaper__left-link-hide {
		font-size: 15px;
	}

	.newspaper__body {
		padding: 10px;
	}

	.newspaper__left-link {
		display: none;
	}

	.newspaper__left {
		gap: 12px;
	}

	.newspaper__image {
		top: -60px;
		left: 50%;
		transform: translateX(-50%);
	}

	.newspaper__img-text {
		bottom: 0px;
	}

	.newspaper__left-img {
		height: 205px;
	}

	.page__newspaper {
		margin: 0px 0px 30px 0px;
	}



	.integration__card-one-subtitle {
		font-size: 15px;
	}

	.integration__card-one-title {
		font-size: 44px;
	}

	.integration__card-one {
		padding: 35px 15px 35px 106px;
		gap: 10px;
	}

	.integration__card-one-img {
		left: -12px;
	}

	.integration__card-one-img {
		width: 86px;
		height: 160px;
		bottom: -10px;
	}




	.article__title-text {
		font-size: 15px;
	}

	.article .dynamic-width-container::after {
		border-width: 11px 0 11px 10px;
	}

	.article__content-img {
		max-width: 160px;
		height: auto;
	}

	.article__content-name {
		font-size: 16px;
	}

	.article__content-top {
		gap: 13px;
	}

	.videos__slide {
		padding: 0px 42px 0px 0px;
	}

	.videos__btn-next,
	.photo-reports__btn-next,
	.first-person__btn-next,
	.first-person__btn-next svg,
	.photo-reports__btn-next svg,
	.videos__btn-next svg {
		width: 25px;
		height: 25px;
	}


	.videos__main-text-pos {
		font-size: 16px;
	}

	.videos__play-pos {
		width: 38px;
		height: 38px;
	}

	.videos__title-text {
		font-size: 16px;
	}

	.videos__title-bg {
		width: 110px;
	}

	.videos__title-arrow {
		width: 25px;
	}

	.videos__title {
		margin: -67px 0px 5px 0px;
	}

	.videos__inner {
		padding: 55px 15px 15px;
	}



	.veteran-brotherhood__title {
		margin: 0px 0px 10px 0px;
	}

	.veteran-brotherhood__img {
		max-width: unset;
	}

	.veteran-brotherhood__name {
		font-size: 16px;
	}

	.veteran-brotherhood__item-link {
		font-size: 16px;
	}

	.veteran-brotherhood__item {
		padding: 12px 0px 0px 0px;
	}

	.veteran-brotherhood__list {
		gap: 12px;
	}

	.article__title-arrow {
		width: 22px;
	}

	.article-big .article__content-img {
		max-width: 160px;
	}

	.article-big .article__content-top {
		gap: 13px;
	}

	.article-big .article__content-name {
		font-size: 16px;
		margin: 0;
	}

	.veterans__cards-body {
		gap: 5px;
		margin: 0px 0px 95px 0px;
	}

	.veterans__cards-pos-img {
		height: 140px;
	}



	.articles__body {
		gap: 5px;
	}

	.photo-reports__slide {
		padding: 0px 42px 0px 0px;
	}

	.photo-reports__column-name-big {
		font-size: 16px;
	}

	.photo-reports__title {
		margin: 0px 0px 8px 0px;
	}


	.page__article-mobile .veteran-brotherhood__img {
		max-width: 160px;
	}

	.veteran-brotherhood__title {
		background-size: 200px;
		background-position-y: 4px;
	}

	.veteran-brotherhood__pic {
		gap: 13px;
	}



	.first-person__card-img {
		max-width: 139px;
	}

	.first-person__card-desc,
	.first-person__card-name {
		font-size: 16px;
	}

	.first-person__card-name {
		color: #C21515;
		margin: 0px 0px 10px 0px;
	}

	.first-person__card::after {
		max-height: calc(100% - 30px);
		min-height: 137px;
	}

	.first-person__card-content {
		padding: 0px 5px 5px 10px;
		max-width: 140px;
	}

	.first-person__card {
		min-height: 156px;
	}

	.first-person__quot-pos {
		display: none;
	}

	.first-person__inner {
		position: relative;
	}

	.first-person__quot-pos-mobile {
		display: block;
		position: absolute;
		top: -11px;
		right: 0;
		width: 57px;
		height: auto;
		background-color: #fff;
		padding: 10px;
	}

	.footer__column-link-logo {
		max-width: 85px;
	}

	.footer__inner {
		gap: 16px;
	}

	.footer__column-text {
		font-size: 12px;
	}

	.footer__right,
	.footer__column-text {
		gap: 8px;
	}

	.footer__inner {
		padding: 15px;
	}

	.page__articles,
	.first-person__title {
		margin: 0px 0px 22px 0px;
	}

	.page__first-person {
		margin: 0px 0px 40px 0px;
	}


	.advertising {
		margin: 0px 0px 12px 0px;
	}

	.story-week__top-body {
		padding: 0;
	}

	.story-week__video {
		margin: 0px 0px 5px 0px;
	}

	.children-war__text {
		max-width: 104px;
	}

	.newspaper__image {
		max-width: 490px;
		max-height: 260px;
		height: auto;
		width: 100%;
	}
}

@media(max-width:360px) {
	.footer__column-text {
		font-size: 8px;
	}
}