* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
ul {
    margin: 0;
}
li{
    list-style: none;
}
html, body{
    position: relative;
    background-color: #fff;
    height: 100%;
}
@font-face{
    font-family: "Montserrat-Regular";
    src: url("../fonts/Montserrat-Regular.woff") format("woff");
    font-style: normal;
    font-weight: normal;
}
@font-face{
    font-family: "Montserrat-Bold";
    src: url("../fonts/Montserrat-Bold.woff") format("woff");
    font-style: normal;
    font-weight: normal;
}
.wrapper{
    position: relative;
    overflow: hidden;
    height: 100vh;
}
.has_width{
    max-width: 991px;
}
.before_image{
    position: relative;
    z-index: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 25px 0 0 0;
}
.before_image:before{
    content: '';
    background: url("../img/image.jpg") center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.banner_b{
    display: block;
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 20px;
}
.banner_b img{
    width: 100%;
}
.lang{
    display: table;
    margin: 0 0 35px auto;
}
.lang li{
    display: inline-block;
    margin: 5px 10px;
}
.lang li a{
    display: block;
    position: relative;
    font-family: "Montserrat-Regular";
    font-size: 14px;
    color: #707070;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.lang li a:hover{
    transition: all 0.3s ease-in-out;
    color: #fff;
}
.lang li a:hover:before{
    content: '';
    background-color: #FF3C3C;
    border-radius: 50%;
    width: 33px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
    z-index: -1;
}
.lang li.active a{
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.lang li.active a:before{
    content: '';
    background-color: #FF3C3C;
    border-radius: 50%;
    width: 33px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.lang li.active a:hover{
    text-decoration: none;
    cursor: default;
}
.main_text{
    position: relative;
    display: table;
    font-family: "Montserrat-Bold";
    font-size: 26px;
    color: #707070;
    line-height: 1.3;
    padding: 10px 65px;
    margin: 0 auto;
}
.main_text:before, .main_text:after{
    content: '';
    background-color: #707070;
    width: 129px;
    height: 1px;
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
}
.main_text:after{
    left: 100%;
}
.domain_name{
    position: relative;
    width: 590px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 110px;
    color: #707070;
    text-align: center;
    margin: 0 auto;
}
.domain_name:before, .domain_name:after{
    content: '';
    background-color: #707070;
    width: 1px;
    height: 116%;
    position: absolute;
    top: -27px;
    left: 0;
}
.domain_name:after{
    left: auto;
    right: 0;
}
.domain_name span{
    display: block;
    font-family: "Montserrat-Regular";
    font-size: 20px;
}
.domain_name i{
    font-family: "Montserrat-Bold";
    font-size: 32px;
    font-style: normal;
}
.mini_text{
    position: relative;
    display: block;
    font-family: "Montserrat-Regular";
    font-size: 34px;
    color: #707070;
    text-align: center;
    text-transform: uppercase;
}
.mini_text a{
    border-bottom: 1px solid transparent;
    font-family: "Montserrat-Bold";
    font-style: normal;
    color: #FF3C3C;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.mini_text a:hover{
    border-bottom: 1px solid #FF3C3C;
    transition: all 0.3s ease-in-out;
}
.left_right_bottom{
    display: flex;
    align-items: center;
    width: 590px;
    min-height: 50px;
    margin: 0 auto;
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
    border-bottom: 1px solid #707070;
}
.arsenal_d_b{
    background-color: #fff;
    border: 1px solid #ACACAC;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 590px;
    min-height: 200px;
    font-family: "Montserrat-Regular";
    font-size: 20px;
    color: #707070;
    line-height: 1.3;
    text-align: center;
    padding: 0 30px;
    margin: 30px auto;
}
.arsenal_d_b a{
    display: table;
    border-bottom: 1px solid #707070;
    color: #707070;
    margin: 5px auto 0 auto;
    text-decoration: none;
}
.arsenal_d_b a img{
    transition: all 0.3s ease-in-out;
}
.arsenal_d_b a:hover img{
    opacity: 0.7;
    transition: all 0.3s ease-in-out;
}
.arsenal_d_b a:first-child{
    border-bottom: none !important;
}
.arsenal_d_b a:hover{
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease-in-out;
}

.footer{
    position: absolute;
    bottom: 0;
    background-color: #fff;
    display: block;
    width: 100%;
    height: 120px;
}
.footer_in{
    display: flex;
    align-items: center;
    position: relative;
    top: -55px;
    background-color: #fff;
}
.footer_list{
    display: flex;
    align-items: center;
    height: 113px;
}
.footer_list li{
    display: inline-block;
    position: relative;
    font-family: "Montserrat-Regular";
    font-size: 18px;
    color: #333;
    line-height: 1.3;
}
.footer_list li img{
    width: 100%;
}
.footer_list li span{
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-family: "Montserrat-Bold";
    font-size: 16px;
    margin-right: 0px;
}
.footer_list li i{
    display: inline-block;
    font-style: normal;
    padding: 2px 0 2px 25px;
    border-left: 1px solid rgba(172, 2, 5, 0.7);
    margin-right: 40px;
}
.footer_list li a{
    display: inline-block;
    margin: 5px 5px;
}
.footer_list li a img{
    transition: all 0.3s ease-in-out;
}
.footer_list li a:hover img{
    transform: scale(1.03);
    transition: all 0.3s ease-in-out;
}
.topads {
    border: 0;
    max-width: 100% !important;
}