.banner, .swiper-banner{
    height: 44vw;
    max-height: 800px;
}
.banner{
    position: relative;
    overflow: hidden;
    max-width: 1920px;
    margin: auto;
    height: 41vw;
}
.banner-bg-img picture {
    display: flex;
    height: 100%;
}
.banner-content.banner-content--right .banner-content-clmn1 {
    text-align: left;
}
.banner-content.banner-content--right {
    justify-content: flex-end;
}
.banner-content--right button {
    margin-left: auto;
}
.banner-content.banner-content--right .banner-content-clmn1 {
    text-align: right;
}
.banner-content.banner-content--right .banner-btn a {
    display: inline-block;
}
.banner .swiper-wrapper{
    height: calc(100% - 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;
    line-height: 72px;
    font-size: 60px;
    color: #ffffff;
}
.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;
}
.swiper-slide{
    height: auto !important;
}
.swiper-slide .banner-content{
    top: 100px;
}
.swiper-banner {
    position: absolute;
    top: -50px;
    width: 100%;
}
.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: -26px !important;
}
.banner-hr{
    background: #F2F2F2E5 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    height: 1px !important;
    transition: .2s linear;
}
.banner-hr.swiper-pagination-bullet-active{
    background: #d5001c !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: 39px;
    letter-spacing: 0em;
    color: #30363A;
    padding: 20px;
    display: inline-block;
    width: auto;
}
.banner-title p:first-child{
    margin-top: 0px;
}
.banner-title p:last-child{
    margin-bottom: 0px;
}
.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 {
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
}
.catalogNew-btn .GA-PS-btn {
    font-size: 13px;
    letter-spacing: 0;
}
.banner-content-clmn1{
    width: 100%;
    max-width: 764px;
}
.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-title {
        font-size: 30px;
        line-height: 45px;
    }
    .banner-list-item-text {
        font-size: 20px;
        line-height: 25px;
    }
}
@media (max-width: 1110px){
    .swiper-pagination {
        bottom: 3vw !important;
    }
    .banner-footer {
        padding-bottom: 80px;
    }
}
@media (max-width: 1000px){
    .banner-title {
        font-size: 24px;
        line-height: 28px;
    }
    .banner-title p {
        margin: 15px 0;
    }
    .banner-list-item-text {
        font-size: 16px;
        line-height: 20px;
    }
}
@media (max-width: 900px) {
    .banner-content{
        width: calc(100% - 40px);
    }
}
@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-list {
        background: rgb(0 0 0 / 50%);
        padding: 7px;
    }
    .banner-list-item-text {
        color: #e1e1e1;
    }
    .swiper-banner {
        top: 0;
        position: relative;
        height: auto;
        max-height: none;
    }
    .banner {
        height: 46vw;
        height: auto;
        max-height: none;
    }
    .banner-content-clmn2 {
        display: none;
    }
    .swiper-slide .banner-content {
        top: 50px;
    }
    .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;
    }

    .banner-bg-img {
        position: relative;
    }
    .swiper-slide .banner-content {
        top: 20px;
        width: 85%;
    }
    .banner-title {
        background-color: transparent !important;
        color: #000 !important;
        padding: 0;
    }
    .banner-title * {color: #000 !important;}
    .banner-title br {
        display: none;
    }
    .banner-bg-img, .banner-bg-img img {height: auto;}
    .banner-content.banner-content--right {justify-content: flex-start;}
    .banner-content.banner-content--right .banner-content-clmn1 {text-align: left;}
    .banner-content--right button {margin-left: 0;}
    .banner-btn .GA-PS-btn {
        background: #d5001c;
        border: 1px solid #d5001c;
        color: #ffffff;
    }
	.banner-btn {
		margin-bottom: 30px;
	}
}
@media (max-width: 650px){

    .banner-title,
    .banner-title p {
        font-size: 22px !important;
        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,
    .banner-title p {
        font-size: 18px !important;
        line-height: 20px;
    }
    .swiper-slide .banner-content {
        top: 25px;
    }
}

@media (max-width: 465px){
    .banner {
        /*height: 50vw;*/
    }
    .banner-title p {
        margin: 5px 0;
    }
    .banner-title {
        padding: 15px 20px;
    }
}
@media (max-width: 430px){
    .banner {
        /*height: 52vw;*/
    }
}
@media (max-width: 410px){
    .banner-title, .banner-title p {
        font-size: 14px !important;
        line-height: 16px;
    }
    .banner-timer-title {
        font-size: 12px;
        line-height: 14px;
    }
}
@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;
    }
}