@import url(http://fonts.googleapis.com/css?family=Roboto:400,700,900&subset=latin,cyrillic,cyrillic-ext,latin-ext);
.new-banner {
    width: 100%;
    background-image: url(/media/banner__bg.jpg);
    height: 70px;
    font-family: 'Roboto';
}

.new-banner__center {
    width: 1000px;
    margin: auto;
    vertical-align: top;
    font-family: 'Roboto';
}

.new-banner__text-1,
.new-banner__text-2,
.new-banner__text-3,
.new-banner__line {
    display: inline-block;
    vertical-align: top;
    font-family: 'Roboto';
}

.new-banner__text-1 {
    color: #352623;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: white;
    padding: 2px 12px;
    border-radius: 2px;
    position: relative;
    margin-top: 14px;
}

.new-banner__text-1:after {
    content: '';
    background-image: url(/media/banner__triangle.png);
    width: 7px;
    height: 11px;
    display: inline-block;
    position: absolute;
    right: 0;
    right: -6px;
    top: 14px;
}

.new-banner__text-2 {
    font-weight: 900;
    color: white;
    font-size: 15px;
    margin-left: 15px;
    margin-top: 17px;
}

.new-banner__line {
    width: 1px;
    height: 42px;
    background-color: rgba(255, 255, 255, 0.15);
    margin: 16px 10px 0 10px;
}

.new-banner__text-3 {
    font-weight: 900;
    color: white;
    font-size: 15px;
    margin-top: 17px;
}

.new-banner__text-yellow {
    color: #ffef96;
}

.new-banner__img {
    margin-left: 10px;
    margin-top: 8px;
}

.new-banner__text-4 {
    float: right;
    font-size: 32px;
    font-weight: 700;
    color: white;
    margin-top: 17px;
}
#open_modal {
	display: none;
}
.modal {
    position: absolute;
    z-index: 110;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 883px;
    height: 418px;
    font-family: 'Roboto';
}

.modal__wrapper {
    position: relative;
    width: 883px;
    height: 418px;
    background-image: url(/media/modal__bg.jpg);
    background-size: cover;
    font-family: 'Roboto';
}
.modal__title,
.modal__text,
.modal__text-2,
.modal__text-3,
.modal__text-4-container {
    font-family: 'Roboto';
}

.modal__title {
    position: absolute;
    left: 130px;
    top: -33px;
    padding: 3px 23px;
    font-weight: 700;
    font-size: 50px;
    text-transform: uppercase;
    color: white;
    background-color: #0288cb;
}

.modal__text {
    font-weight: 700;
    font-size: 30px;
    color: #1f292f;
    top: 90px;
    position: absolute;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
}

.modal__text-2 {
    font-size: 20px;
    font-weight: 400;
    position: absolute;
    text-align: center;
    margin: auto;
    color: #1f292f;
    top: 170px;
    left: 0;
    right: 0;
}

.modal__text-3 {
    font-size: 59px;
    font-weight: 700;
    position: absolute;
    text-align: center;
    margin: auto;
    color: #0288cb;
    top: 200px;
    left: 0;
    right: 0;
}

.modal__text-4 {
    font-size: 20px;
    font-weight: 700;
    position: absolute;
    text-align: center;
    margin: auto;
    color: white;
    bottom: 60px;
    left: 0;
    right: 0;

}

.modal__text-4-container {
    display: inline-block;
    background-color: #7e8c9a;
    padding: 9px 15px;
    color: white;
    font-size: 20px;
    font-weight: 700;
}

.modal__under {
    border-bottom: 1px white solid;
}

.modal__close{
    cursor: pointer;
    position: absolute;
    right: -72px;
    top: -72px;
    background-image: url(/media/modal__close.png);
    width: 72px;
    height: 72px;
}

.body_overlay{
    position: fixed;
    z-index: 9;
    background-image: url(/media/modal__overlay.png);
    width: 100%;
    height: 100%;
}