.header_first_slogan {
	font-size: 28px;
	margin-bottom: 3vh;
}

.text_first_slogan {
    font-size: 16px;
    text-align: left;
}

.right {
    text-align: right;
    float: right;
}

/* Кнопки */
.buttons {}
.button {
    display: block;
    vertical-align: top;
    margin-right: 9px;
    margin-bottom: 9px;
    text-decoration: none;
    padding: 8px 40px;
}
.button:hover {
    text-decoration: none;
}
.button.orange_light {
    background-color: rgba(255,168,0,.5);
}
.button.orange_light:hover {
    background-color: rgba(255,168,0,.6);
}
.button.orange {
    background-color: rgba(255,168,0,1);
}
.button.orange:hover {
    background-color: rgba(255,168,0,.9);
}
.button.blue {
    background-color: rgba(53,199,255,1.00);
}
.button.blue:hover {
    background-color: rgba(53,199,255,0.9);;
}

.banner_main_aeroflot_mobile {
	display: none;
}
.banner_main_aeroflot_desctop {

}
@media (max-width: 767px){
	.banner_main_aeroflot_mobile {
		display: block;
	}
	.banner_main_aeroflot_desctop {
		display: none;
	}
}

    .main-promo iframe {
        max-width: 96%;
    }
    @media (min-width: 590px){
        .main-promo iframe {
            width: 560px;
            height: 315px;
            max-width: unset;

        }
    }