:root {
	--custom:#B41C1C;

}

html {
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	scroll-behavior: auto !important;
}


body {
/*min-width:1440px;*/
min-width: 300px;
	background: #ffffff;
	color: #222020;
	font-family: 'Montserrat', sans-serif;
}

a {
	color: #00559F;  
	text-decoration:none;
}

a:hover {
	color:var(--custom);
}


.greyline {
	background: #F0F0F0;
}

/*HEADER*/

header {
	padding: 50px 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 10;
}

header img.victory {
	width: 156px;
	height: auto;
	float: left;
	position: relative;
	z-index: 2;
}

.header-wrap {
	max-height:720px;
	position:relative;
	background-image:url(/images/header/wrap.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	overflow: hidden;
}

.header-wrap:before {
	content:'';
	display: block;
	padding-top: 50%;
}



.header-top {
	margin-left: auto;
	max-width: 50%;
	/*min-height: 100px;*/
	text-align: right;
}


.header-top .logo {
	/*margin-left: 120px;*/
}

.header-top .logo img,
.header-top .logo svg {
	max-width:180px;
}

.header-top .menu a {
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	text-transform:uppercase;
}

.header-middle {
	max-width: 640px;
	margin-right: 7%;
	margin-left: auto;
	margin-top: 60px;
}

.header-middle .title {
	font-weight: 900;
	font-size: 50px;
	line-height: 120%;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #B41C1C;
}

.header-middle .subtitle {
	font-weight: 600;
	font-size: 40px;
	line-height: 120%;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #B41C1C;
}

.header-middle .description {
	font-weight: 500;
	font-size: 21px;
	line-height: 160%;
}

.header-middle .button {
	margin-top: 40px;
}

.header-middle .button .btn {
	text-align: left;
	line-height:22px;
}

.header-middle .button .btn .icon {
	font-size: 30px;
	transform: translateY(-50%);
	top: 50%;
	position: absolute;
	right: var(--bs-btn-padding-x);
	width: 30px;
	text-align: center;
}

.header-middle .button .btn span {
	margin-right: 50px;
}


@media(max-width:1439.98px){
	.header-wrap {
		
	}
}

@media(max-width:1199.98px){
	.header-wrap {
		
	}

	header {
		padding: 0;
	}

	header img.victory {
		
	}

	.header-top {
		padding-top: 20px;
	}

	.header-middle {
		margin-top: 40px;
		margin-left: 40%;
		margin-right: 7%;
	}

	.header-middle .title {
		font-size: 40px;
	}

	.header-middle .subtitle {
		font-size: 35px;
	}

	.header-middle .description {
		font-size: 18px;
	}

	.wrapper .section-inner {
		margin-top: 50px;
		padding: 30px 0;
	}
}

@media(max-width:991.98px){	
	.header-wrap {
		max-height: 440px;
		background-image: url(/images/header/wrap1.jpg);
		background-size: cover;
	}
	
	.header-top .logo img, .header-top .logo svg {
		max-width: 150px;
	}

	.header-top {
		max-width: 55%;
	}
	
	.header-middle {
		margin-left: 33%;
		margin-top: 30px;
	}

	.header-middle .title {
		font-size: 35px;
	}

	.header-middle .subtitle {
		font-size: 30px;
	}

	.header-middle .description {
		font-size: 16px;
	}

	.header-middle .button {
		margin-top:20px;
	}
}

@media(max-width:767.98px){
	.header-wrap {
		max-height: initial;
		background: #f9f9f9;
	}

	.header-wrap:before {
		display:none;
	}
	
	header {
		padding-bottom: 20px;
		position: relative;
	}

	header img.victory {
	width: 130px;
	}
	
	.header-top {
		max-width: 100%;
		margin: 0;
		height: 100%;
	}

	.header-top:after {
		content:'';
		display:table;
		clear:both;
	}

	.header-top .logo {
		margin: 10px 0 0;
	}

	.header-middle {
		margin: 0;
		text-align: center;
		max-width: initial;
	}
	
	.header-middle .title {
		font-size: 40px;
	}

	.header-middle .subtitle {
		font-size: 35px;
	}

	.header-middle .description {
		font-size: 21px;
	}
}

@media(max-width:575.98px){
	header img.victory {
		width: 80px;
	}
	
	.header-middle .title {
		font-size: 30px;
	}

	.header-middle .subtitle {
		font-size: 26px;
	}

	.header-middle .description {
		font-size: 14px;
	}
}

/*CONTENT*/

.wrapper {
	/*max-width: 1440px;*/
	/*margin: 0 auto;*/
	position: relative;
	overflow: hidden;
}

.wrapper .section-block {
	margin: 0px 0px 90px;
	padding: 0;
}

.wrapper .section-title h2 {
	font-weight: 900;
	line-height: 120%;
	font-size: 50px;
	text-transform: uppercase;
	color:#B41C1C;
	margin: 0;
}

.wrapper .section-inner {
	margin-top: 80px;
	padding: 40px 0;
	position: relative;
}





.wrapper .page-top {

}


.wrapper .title-wrap {
	max-height: 420px;
	position: relative;
	background-image: url(/images/pages/element.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	overflow: hidden;
}

.wrapper .page-top.list  .title-wrap {
	background-image: url(/images/pages/list.jpg);
}

.wrapper .title-wrap:before {
    content: '';
    display: block;
    padding-top: 50%;
}

.wrapper .title-wrap > .wrap {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10;
}

.wrapper .title-wrap .main-title {
	padding: 20px 30px 10px 30px;
	background:#fff;
	display:inline-block;
	max-width: 100%;
	
	font-weight: 900;
	font-size: 50px;
	line-height: 34px;
	text-transform: uppercase;
	color: #00559F;
	margin: 0;
	white-space: nowrap;
	overflow-x: clip;
	overflow-y: initial;
	text-overflow: ellipsis;
}


@media(max-width:1439.98px){
	.wrapper .title-wrap {
		background-size: cover;
		background-position: left top;
	}
}

@media(max-width:991.98px){
	.wrapper .title-wrap .main-title {
		font-weight: 700;
		font-size: 40px;
		line-height: 28px;
	}
}

@media(max-width:767.98px){
	.wrapper .title-wrap .main-title {
		padding: 16px 20px 6px 20px;
		font-size: 34px;
		line-height: 26px;
	}
}

@media(max-width:575.98px){
	.wrapper .section-inner {
		margin-top: 40px;
		padding: 20px 0;
	}

	.wrapper .section-block {
		margin-bottom: 30px;
	}

	.wrapper .section-title h2 {
		font-weight: 700;
		font-size: 30px;
	}

	.wrapper .title-wrap .main-title {
	        font-size: 24px;
	        line-height: 18px;
	        white-space: normal;
	        text-align: center;
	}
}

/*item-views*/
.item-views.front .top-block {
	margin: 0 0 40px;
	padding: 0;
}

.item-views.front .top-block .title {
}


.item-views.front .top-block .title h3, 
.item-views.front .top-block .title .h3 {
	margin: 0;
	font-weight: 900;
	font-size: 40px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #B41C1C;
}




.item-views .slider {}

.item-views .slider .slick-list {
	
}

.item-views .slider .slick-list:after,
.item-views .slider .slick-list:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	background: #fff;
	width: 400px;
}

.item-views .slider .slick-list:after {
	left: calc(100% - 400px);
	right: 0;
	background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
	transform: matrix(-1, 0, 0, 1, 0, 0);
}

.item-views .slider .slick-list:before {
	right: calc(100% - 400px);
	left: 0;
	background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}

.item-views .slider .slick-dots {
	zoom: 1; bottom: -20px;
	position: absolute;
	display: block;
	z-index: 2;
	margin: 0;
	padding: 0;
	width: 100%;
	left: 0;
	text-align: center;
}

.item-views .slider .slick-dots>li {
	font-size: 0;
	margin: 0 6px;
	padding: 0!important;
	text-indent: 0;
	display: inline-block;
	zoom: 1; position: relative;
	vertical-align: middle;
}

.item-views .slider .slick-dots>li>button {
	display: block;
	border: none;
	box-sizing: border-box;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	width: 20px;
	height: 20px;
	padding: 0;
	box-shadow: none;
	background: #EDEDED;
}

.greyline .item-views .slider .slick-dots>li>button {
	background: #FFFFFF;
}

.item-views .slider .slick-dots>li.slick-active>button, .item-views .slider .slick-dots>li>button:hover {
	background: #681C1C;
}

.item-views .slider .slick-dots>li>button:focus, .item-views .slider .slick-dots>li>button:active {
	outline: none;
}

.item-views .slider .slick-dots>li>button:focus, .item-views .slider .slick-dots>li>button:active {
	outline: none;
}

@media(max-width:767.98px){
	.item-views .slider .slick-list:after,
	.item-views .slider .slick-list:before {
		display:none;
	}
}

@media(max-width:575.98px){
	.item-views.front .top-block .title h3, .item-views.front .top-block .title .h3 {
		font-weight: 700;
		font-size: 30px;
		letter-spacing: initial;
	}
}

/*url block*/
.url-block {
	display: inline-block;
	margin-bottom: 25px;
	border: 1px solid #f2f2f2;
	border-radius: 3px;
	position: relative;
	color: #222;
}

.url-block:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 44px;
	width: 1px;
	height: 100%;
	background: #f5f5f5;
}

.url-block i,
.url-block svg{
	position: absolute;
	width: 44px;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	left: 0px;
	top: 50%;
	margin-top: -7px;
	text-align: center;
}

.url-block.next-url i,
.url-block.next-url svg{
	left: auto;
	right: 0px;
}

.url-block.next-url:before {
	left: auto;
	right: 44px;
}

.url-block.next-url span {
	padding-left: 20px;
	padding-right: 64px;
}

.url-block span {
	display: inline-block;
	vertical-align: middle;
	padding: 9px 20px 9px 64px;
}

.url-block:hover {
	background: #f5f5f5;
}

.url-block:hover:before {
	background: #fff;
}

.url-block:hover {
	color: #222;
}

/*share*/
.share-wrapp {
	position: relative;
}

.share-wrapp .text{
	margin-bottom:25px;
}

.share-wrapp .text h3 {
	display: block;
	font-weight: 500;
	font-size: 24px;
	line-height: 29px;
	text-transform: uppercase;
	color: #000000;
}

.share-wrapp .b-share a,
.share-wrapp .b-share a span,
.share-wrapp a.ya-share2__link span.ya-share2__badge {
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
}

.share-wrapp .b-share a {
  margin-right: 10px !important;
}
.share-wrapp .b-share a:last-of-type {
  margin-right: 0px !important;
}

.share-wrapp .ya-share2__icon{
  vertical-align:middle;
}

.share-wrapp ul.ya-share2__list{
  /*float:right;*/
}

.share-wrapp ul.ya-share2__list li.ya-share2__item {
  margin-right: 10px;
  position: relative;
  float: left;
}
.share-wrapp ul li.ya-share2__item:last-of-type {
  margin-right: 0px;
}

@media(max-width:575.98px){
	.share-wrapp .text,
	.share-wrapp ul.ya-share2__list{
		float: none;
		display: block;
	}
}

/*FOOTER*/
footer {
	margin-top: 400px;
	position: relative;
	background-image:url(/images/footer/footer.jpg);
	background-repeat: no-repeat;
	/* background-size: contain; */
	background-position: top center;
}

footer img.rm {
	position:absolute;
	bottom:0;
	top:auto;
	left: -100px;
	max-width: 550px;
}

.footer-middle {
	color: #fff;
}

.footer-middle .wrap {
	position:relative;	
	padding-left:500px;
	padding: 100px 0 70px 390px;
}

.footer-middle .title {
	font-weight: 900;
	font-size: 58px;
	line-height: 120%;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.footer-middle .subtitle {
	font-weight: 600;
	font-size: 46px;
	line-height: 120%;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.footer-middle .button {
	margin-top: 40px;
}

.footer-middle .button .btn {
	text-align: left;
	background: #fff;
	line-height:22px;
	--bs-btn-hover-color:#B71C1C;
	--bs-btn-active-color:#B71C1C;
}

.footer-middle .button .btn .icon {
	font-size: 30px;
	transform: translateY(-50%);
	top: 50%;
	position: absolute;
	right: var(--bs-btn-padding-x);
	width: 30px;
	text-align: center;
}

.footer-middle .button .btn span {
	margin-right: 50px;
}

.footer-middle .menu {
	margin-top:20px;
}

.footer-middle .menu a {
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	text-transform:uppercase;
	color:#fff;
}


.footer-bottom {
	padding: 20px 0;
	background: #fff;
}


footer .copyright {
	float: left;
}

footer .bottom-menu {
	display: inline-block;
	margin-left:30px;
}

footer .bottom-menu a,
footer .copyright {
	font-weight: 500;
	font-size: 13px;
	line-height: 34px;
	color: #000000;
}

@media(max-width:1439.98px){
	footer {
		
	}
}

@media(max-width:991.98px){
	footer {
		margin-top: 200px;
	}

	footer img.rm {
		max-width: 400px;
		left: -50px;
	}

	.footer-middle .wrap {
		padding: 50px 0 90px 320px;
	}

	.footer-middle .title {
		font-size:35px;
	}

	.footer-middle .subtitle {
		font-size: 30px;
	}

	.footer-middle .logo img, .footer-middle .logo svg {
		max-width:150px;
	}
}

@media(max-width:767.98px){
	footer {
		margin-top: 20px;
	}

	footer img.rm {
		display:none;
	}

	.footer-middle .wrap {padding-left: 0;padding-bottom: 50px;}

	.footer-middle .title {
        font-size: 40px;
    }

	.footer-middle .subtitle {
        font-size: 35px;
    }

	footer .copyright {
		float:none;
	}

	footer .bottom-menu {
		margin:0;
	}
}

@media(max-width:575.98px){	
	.footer-middle .wrap {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.footer-middle {
		text-align:center;
	}
	.footer-middle .title {
		font-size: 30px;
	}

	.footer-middle .subtitle {
		font-size: 26px;
	}

	.footer-middle .logo {
		margin-top:10px;
	}

	.footer-middle .button {
		margin-top:20px;
	}

	.footer-bottom {
		text-align:center;
		padding: 10px 0;
	}

	footer .bottom-menu {
		margin-bottom:10px;
	}
}



/*form*/
/*form*/
.form {
}

form .star, .form label .required-star {
	margin: 0;
	top: 0px;
	color: red;
}

.form .form-group .row > * {
	position: inherit;
}

.form .form-group .form-label {
	position: relative;
	display: block;
	font-size: 16px;
	color: #808080;
	margin-bottom: 4px;
}

.form label.error {
	color: red;
	font-size: 12px;
	position: absolute;
	top: 0;
	right: 0px;
	font-weight: 400;
}

.form label:not(.error) {
	color: #999;
	font-size: 13px;
}

.form .no_label label.error {
	top: -20px;
}

.form .processing-block {
	padding: 0;
	position: relative;
	margin: 0 0 20px;
	text-align:left;
}

.form .processing-block > div {
	padding-top: 15px;
}

.form .uploader {
	background: #fafafa;
	border: 1px solid #ececec;
	border-radius: 3px;
	box-shadow: none;
	color: #383838;
	position: relative;
	padding: 11px 50px 5px 40px;
}

.form .uploader:hover {
	background: var(--custom);
	border-color: var(--custom);
}

.form .uploader:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f0c6";
	font-weight: 600;
	position: absolute;
	top: 14px;
	left: 16px;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
}

.form .uploader input[type=file] {
	z-index: 10;
	opacity: 0;
	border: none;
	background: 0 0;
	position: absolute;
	top: 0;
	right: 0;
	float: right;
	cursor: default;
	width: 100%;
	height: 100%;
}

.form .uploader .filename {
	overflow: hidden;
	display: inline-block;
	width: 100%;
	white-space: nowrap;
	font-size: .8667em;
	color: #333;
	text-overflow: ellipsis;
	overflow: hidden;
	cursor: pointer;
	line-height: 25px;
}

.form .uploader .action {
	display: none;
	position: absolute;
	top: 5px;
	left: 5px;
	background: #435d77;
	border-bottom: 1px solid #435d77;
	border-radius: 3px;
	color: #fff;
	padding: 7px 12px;
	font-size: 13px;
	line-height: 15px;
	text-transform: uppercase;
	margin-right: 10px;
}

.form .uploader:hover:before, 
.form .uploader:hover .filename, 
.form .uploader:hover .resetfile i, 
.form .uploader:hover .resetfile svg {
	color: #fff;
}

.form .uploader .resetfile {
	position: absolute;
	right: -1px;
	width: 47px;
	display: block;
	top: -1px;
	bottom: -1px;
	z-index: 10;
	border-radius: 0 2px 2px 0;
}

.form .uploader .resetfile:before {
	content: '';
	position: absolute;
	width: 1px;
	background-color: #eee;
	left: 0;
	top: 1px;
	bottom: 1px;
	transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-ms-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	-webkit-transition: background-color 0.3s ease;
}

.form .uploader .resetfile i, .form .uploader .resetfile svg {
	color: #333;
	position: absolute;
	width: 11px;
	height: 11px;
	display: block;
	top: 50%;
	margin: -5px 0 0 -5px;
	left: 50%;
}

div[id^=wait_comp] {
	display: none;
}