html{height: 100%}

body{
    font-family:Tahoma, Verdana, Helvetica, sans-serif;
    font-style: normal;
    width: 100%;
    height: 100%;
    font-size:16px;
    background: #FFFFFF;
    color: #313131
}

a{font-family:Tahoma, Verdana, Helvetica, sans-serif; text-decoration: none !important}
a:hover{text-decoration: underline !important}

#left{width: 670px}
#right{width: 240px; margin-left: 50px}

#all{
    min-height:100%;
    position: relative;
    width:100%;
    overflow: hidden
}

input::-webkit-input-placeholder {color:#bdbfc0}
input::-moz-placeholder {color:#bdbfc0}

h1, h2, h3, h4{font-weight: normal}
h1{
    font-size: 21px;
    line-height: 21px;
    text-transform: uppercase;
    color: #fff;
    float: left;
    margin: 16px 0 28px 20px;
    width: 50%;
}
h2{
    font-size: 23px;
    line-height: 23px;
    text-transform: uppercase;
    font-family: 'RobotoCondensed';
    margin: 0 0 33px 0;
    width: 510px
}
h3{
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    font-family: 'RobotoCondensed';
    margin: 20px 0 20px 0; 
}


h2, h3, a, .lang a:hover, .forms-l a:hover{color: #ef3f36}

#center-in li, .fancybox-container li{
    padding-left:14px;
    margin-bottom: 10px;
    background: url("images/str.png") 0 7px no-repeat
}



#form-m-in {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 800;
    display: none;
}

.flex{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.flex-align-center{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.button-red{
    display: inline-block;
    background: #f73131;
    color: #fff !important;
    min-width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    font-family: "Montserrat", Tahoma, Verdana, Helvetica, sans-serif;
    font-weight: 700;
}
.button-red:hover{
    text-decoration: none !important;
}

html.fancybox-lock{
    overflow-x: hidden !important;
    overflow-y: visible !important;
    margin: 0 !important;
}
html.fancybox-lock .fancybox-overlay{
    overflow-y: hidden !important;
}

html.fancybox-lock body{
    overflow: visible !important;
}