.banner{
    position: relative;
    overflow: hidden;
    height: 819px;
	height: 40vw;
	max-height: 555px;
	max-width: 1920px;
	margin: auto;
	padding-bottom: 50px;
}
.banner-content {
	display: flex;
	justify-content: space-between;
	column-gap: 20px;
	position: relative;
	top: 0;
	z-index: 1;
	width: calc(85% - 40px);
	max-width: 1470px;
	padding: 0 20px;
	margin: 0 auto;
	height: 100%;
	align-items: center;
}
.banner-content-clmn2 {
	padding: 20px;
	height: fit-content;
}
.banner-content-clmn2 .banner-list-item .banner-list-item-icon svg path {
	fill: currentColor;
}
.banner-content-clmn2.banner-content-clmn2-position__bottom {
	display: flex;
	align-items: end;
}
.banner-content.banner-content--right {
	justify-content: flex-end;
}
.banner-content.banner-content--right .banner-content-clmn1 {
	text-align: right;
}
.banner-content.banner-content--right .banner-btn a {
	display: inline-block;
}
.swiper-slide{
    height: auto !important;
}
.swiper-banner {
    position: absolute;
    /*top: -50px;*/
    width: 100%;
    height: 868px;
	height: 40vw;
	max-height: 555px;
}
.banner .slider-button-prev, .banner .slider-button-next{
    position: absolute;
    top: 35%;
    z-index: 2;
}
.banner .slider-button-prev{
    left: 5%;
}
.banner .slider-button-next{
    right: 5%;
}
.swiper-pagination{
    width: calc(85% - 40px) !important;
    max-width: 415px;
    margin: 0 20px !important;
    bottom: 231px !important;
	bottom: -26px !important;
}
.banner-hr{
    background: rgba(224, 224, 224, 0.9) !important;
    margin: 0 !important;
    border-radius: 0 !important;
    height: 1px !important;
    transition: .2s linear;
}
.banner-hr.swiper-pagination-bullet-active{
    background: var(--hover-color-text) !important;
    height: 5px !important;
    border-radius: 5px !important;
    margin-bottom: -2px !important;
}
.banner-bg-img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
}
.banner-bg-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-footer{
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 1;
    padding: 35px 20px;
}
.banner-footer-container{
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    width: calc(85% - 40px);
}
.banner-footer__hide {
	display: none;
}
.banner-title {
	font-size: 28px;
	font-weight: 400;
	line-height: .8em;
	letter-spacing: 0em;
	color: #30363A;
	padding: 20px;
	display: inline-block;
	width: auto;
	font-size: 26px;
	line-height: 1;
	text-transform: uppercase;
}
.banner-title .banner-main-text {
	font-size: 160%;
	line-height: 1.3;
	display: block;
	font-family: 'AudiTypeExtendedBold';
}
.banner-title p:first-child{
	margin-top: 0px;
	font-size: 24px;
}
.banner-title p:last-child{
	margin-bottom: 0px;
	margin-top: 0;
	font-size: 70px;
}
.banner-title-bg-light p:first-child {
	margin-top: 0px;
}
.banner-title-bg-light p:last-child {
	margin-bottom: 0px;
}
.banner-btn{
    margin-top: 38px;
}
.banner-btn .GA-PS-btn-white:hover{
    border-color: #FFFFFF;
	background: #FFFFFF;
	color: #30363A;
}
.banner-btn .GA-PS-btn-white.GA-PS-btn-arrow:hover::after {
  content: url("/local/templates/main/images/icon/arrow_black.svg");
  display: block;
}
.banner-btn .GA-PS-btn-black:hover{
    border-color: #000000;
	background: #000000;
	color: #FFFFFF;
}
.banner-btn .GA-PS-btn-black.GA-PS-btn-arrow:hover::after {
  content: url("/local/templates/main/images/icon/arrow_white.svg");
  display: block;
}
.banner-content-clmn1{
    width: 100%;
}
.banner-list{
    display: flex;
    flex-direction: column;
    row-gap: 11px;
}
.banner-list-item{
    display: flex;
    column-gap: 10px;
    align-items: center;
}
.banner-list-item-text{
    font-size: 18.4px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    color: #30363A;
}

.banner-timer-title{
    font-size: 17.6px;
    font-weight: 700;
    line-height: 26.4px;
    letter-spacing: 0em;
    color: #FFFFFF;
}
.banner-haveTender {
    width: 100%;
    max-width: 395px;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
}
.banner-haveTender-text{
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF;
}
.timer{
    margin-top: 11px;
}
.timer-container{
    display: flex;
    align-items: center;
}
.timer-item, .timer-separator{
    font-family: Roboto;
    font-size: 27.2px;
    font-weight: 400;
    line-height: 24.2px;
    text-align: center;
    color: #FFFFFF;
    padding-left: 9px;
    padding-right: 13px;
}
.timer-item {
	border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 13px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	position: relative;
}
.timer-item::before {
	background: url('images/timer.png') no-repeat 0 0 transparent;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
}
.timer-label{
    font-family: Roboto;
    font-size: 8px;
    font-weight: 400;
    line-height: 14px;
    text-align: center;
    color: #FFFFFF;
}
.banner-list-item-icon {
	border-radius: 50%;
	padding: 0 10px;
	max-width: 50px;
	width: 50px;
	text-align: center;
}

@media (max-width: 1550px){
    .banner .slider-button-prev{
        left: 3%;
    }
    .banner .slider-button-next{
        right: 3%;
    }
    .banner-content{
        width: 85%;
        padding: 0 5%;
    }
}
@media (max-width: 1200px){
    .banner-list-item-text {
        font-size: 20px;
        line-height: 25px;
    }
}
@media (max-width: 1110px){
	.banner-footer {
		padding-bottom: 80px;
	}
}
@media (max-width: 1000px){
	.banner-list-item-text {
		font-size: 16px;
		line-height: 20px;
	}
}
@media (max-width: 900px) {
    .banner-content{
		width: calc(100% - 40px);
	}
	.banner-title p:first-child{
		font-size: 24px;
	}
	.banner-title p:last-child{
		font-size: 31px;
	}
}
@media(max-width: 877px){
    .banner-footer-container {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 25px;
    }
    .swiper-pagination {
        display: none !important;
    }
	.banner-footer {
		padding: 20px;
	}
}
@media (max-width: 800px){
    .banner-content{
        width: 75%;
        flex-wrap: wrap;
        row-gap: 35px;
    }
	.banner-title br {display:none;}
    .banner-slide-bg:before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgb(255 255 255 / 35%);
        top: 0;
        left: 0;
        z-index: 1;
    }
    .banner-list {
        background: rgb(0 0 0 / 50%);
        padding: 7px;
    }
    .banner-list-item-text {
        color: #e1e1e1;
    }
	.swiper-banner {
		top: 0;
		height: 367px;
		position: relative;
	}
	.banner {
		height: 46vw;
		height: 100%;
	}
	.banner-content-clmn2 {
		display: none;
	}
	.swiper-slide .banner-content {
		width: 85%;
	}
	.banner-title {
		background-color: transparent !important;
		color: #000 !important;
		padding: 0;
		margin-bottom: 15px;
	}
	.banner-content.banner-content--right .banner-content-clmn1 {text-align: left;}
	.banner-content-clmn1 .GA-PS-btn-arrow {
		border: 1px solid #000000;
		background: #000000;
		color: #FFFFFF;
	}
	.banner-content-clmn1 .GA-PS-btn-arrow::after {
		content: url("/local/templates/main/images/icon/arrow_white.svg");
	}
	.timer-item, .timer-separator {
        font-size: 23px;
        line-height: 20px;
        padding-left: 4px;
        padding-right: 4px;
    }
    .timer-item {
        width: 28px;
        height: 28px;
        padding: 9px;
    }
    .banner-haveTender-text {
        font-size: 17px;
        line-height: 24px;
    }
	.banner-timer-title {
		font-size: 14px;
		line-height: 20px;
	}
	.banner-title-bg-light {
		background: none;
		padding: 0;
	}
}
@media (max-width: 650px){
	.banner-title {
		font-size: 22px;
		line-height: 24px;
	}
}
@media (max-width: 580px){
	.banner-btn {
		margin-top: 15px;
	}
	.banner-footer {
		padding: 15px 0;
	}
	.banner-footer-container {
		width: calc(100% - 40px);
	}
	.banner-timer {
		width: 100%;
	}
	.banner-timer .timer > div {
		width: 100% !important;
		min-width: 100% !important;
		height: 50px !important;
	}
	.banner-timer canvas {
		width: 68px !important;
		height: 68px !important;
	}
	.banner-timer .timer-element {
		width: 50px !important;
		height: 50px !important;
		padding: 9px !important;
		display: inline-block !important;
	}
	.banner-timer .timer-element > span:first-child{
		font-size: 28px !important;
	}
	.banner-timer .timer-separator {
		height: 60px !important;
		padding: 0 5px !important;
		display: inline-block !important;
	}
}
@media (max-width: 530px){
	.banner-title {
		font-size: 18px;
		line-height: 20px;
	}
}

@media (max-width: 465px){
	.banner-title p {
		margin: 5px 0;
	}
}
@media (max-width: 410px){
	.banner-timer-title {
		font-size: 14px;
		line-height: 16px;
	}
}
@media (max-width: 370px){
	.banner-footer {
		padding: 10px 0;
	}
	.banner-timer .timer > div {
		height: 35px !important;
	}
	.banner-timer canvas {
		width: 50px !important;
		height: 50px !important;
	}
	.banner-timer .timer-element {
		width: 35px !important;
		height: 35px !important;
		padding: 9px !important;
		display: inline-block !important;
	}
	.banner-timer .timer-element > span:first-child{
		font-size: 18px !important;
	}
	.banner-timer .timer-separator {
		height: 35px !important;
		padding: 0 5px !important;
		display: inline-block !important;
	}
}