/*----------------------------------------------------------------------------------------------------------Page Акции*/
.aktsii-item-page .item-page__first-screen{
    background-color: transparent;
    border-bottom: 2px solid #999;
    padding-top: 0;
    padding-bottom: 0;
}
.aktsii-item-page .item-page__first-screen .page-header h1{
    color: #000 !important;
}
/*------------------------------------------------------------------------------------Module АКТУАЛЬНЫЕ АКЦИИ с тёткой*/
.girl4 {
    width: 100%;
    padding-top: 30px;
}
.girl4 h2 {
    font-weight: 500;
    font-size: 40px;
    color: #ffab00;
}
.girl4 p {
    font: 16px PFDinDisplayProRegular, sans-serif;
    font-weight: 600;
    padding: 10px 0;
    color: #000;
}
.girl4 h3 {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 10px;
}
.girl4 .one-plus {
    margin-top: 20px;
}
.girl4 h4 {
    font-weight: 800;
}
.girl4 .info-label {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff200), to(#ffd400));
    background: -webkit-linear-gradient(#fff200, #ffd400);
    background: linear-gradient(#fff200, #ffd400);
    padding: 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.girl4 .info-label p {
    padding: 0;
}
/*----------------------------------------------------------------------------------//Module АКТУАЛЬНЫЕ АКЦИИ с тёткой*/
.all-actions {
    padding: 60px 0;
}
.all-actions > h2 {
    font-size: 39px;
    margin-bottom: 30px;
}
.all-actions > h3 {
    font-size: 15px;
    color: red;
}
.all-actions > h3 > span {
    display: block;
    font-size: 31px;
    padding: 17px 0;
    color: #000;
}
/*iPhone 14 Pro Max landscape*/
@media only screen and (max-width : 932px) and (orientation: landscape){
    .all-actions > h2 {
        font-size: calc(26px + 1.5vw);
    }
}
/*//iPhone 14 Pro Max landscape*/
/*iPhone 14 Pro Max portrait*/
@media only screen and (max-width : 430px) and (orientation:portrait){
    .all-actions > h2 {
        font-size: calc(26px + 1.5vw);
    }
}
/*//iPhone 14 Pro Max portrait*/