body {
    background-color: #33454c;
    text-align: center;
    color: white;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-weight: 300;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

.black {
    color: black;
}

.red,
.phone,
.email,
a {
    color: #93030E;
}

a:link,
a:visited {
    text-decoration: underline;
}

a:hover,
a:active {
    text-decoration: none;
}

a.phone {
    text-decoration: none;
}

strong {
    font-weight: 600;
}

em {
    font-weight: 300;
}

#header {
    width: 100%;
    height: 181px;
    padding: 0;
    margin: 0;
    background-color: white;
    background-position: center top;
    background-repeat: repeat-x;
}

.no-webp #header {
    background-image: url("../img/header_bg.png");
}
.webp #header {
    background-image: url("../img/webp/header_bg.webp");
}

.header_content {
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 600;
    width: 520px;
    margin: 0 auto;
}

.header_text1 {
    float: left;
    margin-top: -70px;
}

.header_text2 {
    float: right;
    margin-top: -70px;
}

.header_image {
    padding-top: 10px;
}

#main {
    width: 100%;
    margin: 0 auto;
    background-position: center -100px;
    background-repeat: no-repeat;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-weight: 300;
}
.no-webp #main {
    background-image: url("../img/sacura_bg.jpg");
}
.webp #main {
    background-image: url("../img/webp/sacura_bg.webp");
}

#main_wrapper {
    width: 1000px;
    margin: 0 auto;
    padding-left: 0;
    text-align: left;
}

#main_content {
    padding-left: 550px;
    text-align: left;
    padding-top: 365px;
    font-size: 19px;
    position: relative;
}

.main_bg1 {
    background-position: center -157px;
    background-repeat: no-repeat;
}
.no-webp .main_bg1 {
    background-image: url("../img/map_bg.png");
}
.webp .main_bg1 {
    background-image: url("../img/webp/map_bg.webp");
}

.main_bg2 {
    background-position: center -30px;
    background-repeat: no-repeat;
}
.no-webp .main_bg2 {
    background-image: url("../img/sub_header.png");
}
.webp .main_bg2 {
    background-image: url("../img/webp/sub_header.webp");
}

.russian_trips {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    text-transform: lowercase;
}
.russian_trips a {
    color:black;
    font-weight:600;
}

.image1 {
    position: absolute;
    top: 64px;
    left: 0%;
    z-index: 100;
}

.image2 {
    position: absolute;
    top: 30px;
    left: 16%;
    z-index: 90;
}

.image3 {
    position: absolute;
    top: 74px;
    left: 31%;
    z-index: 80;
}

.image4 {
    position: absolute;
    top: 134px;
    right: 33%;
    z-index: 70;
}

.image5 {
    position: absolute;
    top: 72px;
    right: 17%;
    z-index: 75;
}

.image6 {
    position: absolute;
    top: 78px;
    right: 0%;
    z-index: 60;
}

#footer {
    background-color: transparent;
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 23px;
    font-weight: 600;
    height: 239px;
    background-position: center;
    background-repeat: repeat-x;
}
.no-webp #footer {
    background-image: url("../img/footer_bg.png");
}
.webp #footer {
    background-image: url("../img/webp/footer_bg.webp");
}

.footer_content {
    padding-top: 130px;
}




/*
.media-download {
float: right;
}
.media-download div {
margin: 0;
padding: 0;
}
.media-download:before {
content: " ";
display: table;
}
.media-download .simple-menu {
z-index: 11;
}
.simple-menu {
display: inline-block;
position: relative;
z-index: 1;
}
.simple-menu>.handler {
padding-left: 0;
padding-right: 0;
}
.simple-menu span.handler {
cursor: default;
}
.media-container .simple-menu>.handler {
color: #cbd1d6;
}
.simple-menu .handler {
font-size: 15.75px;
display: inline-block;
padding: 9px 12px;
color: #3a79b7;
background: rgba(0,0,0,0);
}
.simple-menu .handler .ico {
margin : 0;
}
.simple-menu .subitems {
position: absolute;
z-index: 10;
background: #f6f7f8;
border: 1px solid #fff;
right: 0;
margin-top: -3.6px;
min-width: 150px;
}
.simple-menu .subitems li {
white-space: nowrap;
}
.simple-menu .subitems li {
padding : 0;
margin : 0;
}
.simple-menu .subitems .handler {
font-family: "SkolarSans-BdCond_Cyr-Ltn",Arial,"Arial Unicode MS",Helvetica,sans-serif;
font-size: 15.75px;
color: #768492;
padding-top: 12px;
border-bottom: 1px solid #fff;
width: 100%;
}
.media-container .hdr-container a {
color: #f6f7f8;
border-color: #a1aab4;
}
.simple-menu .handler {
font-size: 15.75px;
display: inline-block;
padding: 9px 12px;
color: #3a79b7;
background: rgba(0,0,0,0);
}
.simple-menu .subitems li {
display: block;
}
*/



@media screen and (max-width: 999px) {
.main_bg1 {
    background-position: center -116px;
    background-size: contain;
}
#main_wrapper {
    width: 800px;
}
#main_content {
    padding-left: 430px;
}
.image2 {
    Display: none;
}

.image3 {
    top: 40px;
    left: 18%;
}

.image4 {
    top: 134px;
    right: 38%;
}

.image5 {
    top: 94px;
    right: 18%;
}

}


@media only screen and (max-width: 799px) {
#main {
    font-weight: 300;
}
.main_bg1 {
    background-position: center -77px;
    background-size: contain;
}
#main_wrapper {
    width: 600px;
}
#main_content {
    padding-left: 300px;
    font-size: 16px;
}
.image2 {
    display: none;
}

.image3 {
    top: 57px;
    left: 23%;
}

.image4 {
    top: 134px;
    right: 22%;
}

.image5 {
    display: none;
}

}




/*@media screen and (max-width: 599px) {*/
@media only screen and (max-width: 599px) {
#header {
    height: auto;
    padding-bottom: 20px;
}
.header_content {
    width: auto;
}
.header_text1, .header_text2 {
    float: none;
    margin-top: 0;
}
#main {
    font-weight: 300;
}
#main, .main_bg1, .main_bg2 {
    background: none;
}
#main_wrapper {
    width: 100%;
}
#main_content {
    text-align: center;
    padding: 0 5px;
    font-size: 18px;
    position: relative;
}
.russian_trips {
    position: initial;
    transform: initial;
}
.russian_trips a {
    color:white;
    font-weight:600;
}
.image1, .image2, .image3, .image4, .image5, .image6 {
    display: block;
    position: initial;
}
.image2 {
    display: none;
}
.black {
    Color:white;
    font-size: larger;
}
.phone, .email {
    display: block;
}
.footer_content {
    padding-top: 115px;
}

}