body {
    padding: 0px;
    outline: none;
    font-family: 'GothamPro';
    text-align: left;
    font-size: 18px;
    font-weight: 300;
    color: #151515;
    font-style: normal;
}
html, body { height:100%; }
.wrapper, .wrap_for {
    width: 1024px;
    margin: 0px auto;
    padding-top: 1px;
}
b{
    font-weight: 700;
}
.sh {
    opacity: 0;
}
li {
    list-style-type: none;
}
ul{
    padding: 0px;
    margin: 0px;
}
.left{
    float: left;
}
.right{
    float: right;
}
.over{
    overflow: hidden;
}
.clear{
    clear: both;
}
.white{
    color: #fff;
}
hr{
    background-color: #CDCDCD;
}
.x100{
    background: #1A1A1A;
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    border-top: 6px solid #434343;
    min-height: 100%;
    padding-bottom: 120px;
    overflow: hidden;
}

input[type="submit"]{
    width: 100%;
    border: none;
    color: #fff;
    text-align: center;
    height: 67px;
    background-color: #e32124;
    outline: none;
    margin-top: 25px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
   box-shadow: 0px 5px 25px #e321242b;

      -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
    -o-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
    transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
    cursor: pointer;

    border-radius: 3px;
}
input[type="submit"]:hover{
    -webkit-filter: brightness(120%);
   filter: brightness(120%);
       box-shadow: 0px 5px 25px #e321248f;
}
.top{
    margin-top: 70px;
}
.x100_box{
    margin-top: 40px;
}
.x100 .container{
    position: relative;
    z-index: 3;
}
.rmb{
    background: url(../img/rmb.png) top center no-repeat;
    width: 418px;
    height: 418px;
    position: absolute;
    left: 50%;
    margin-left: -700px;
    margin-top: -127px;
}
.rmb2{
    background: url(../img/rmb2.png) top center no-repeat;
    width: 398px;
    height: 379px;
    position: absolute;
    left: 50%;
    bottom: -150px;
    margin-left: 365px;
}
.txt{
    background: url(../img/txt.svg) top center no-repeat;
    width: 312px;
    height: 351px;
    position: absolute;
    left: 50%;
    margin-left: 270px;
    top: 0px;
}
.rmb2 span{
    font-weight: 700;
    font-size: 120px;
    text-transform: uppercase;
    position: absolute;
    left: -145px;
    display: block;
    top: 68px;
    display: none;
}
.logo{
    background: url("../img/logo.svg") top center no-repeat;
    width: 129px;
    height: 34px;
    margin-right: 15px;
}
.line{
    background: #434343;
    width: 100%;
    height: 1px;
    margin-top: 14px;
}
.logo2{
    background: url("../img/logo2.svg") top center no-repeat;
    width: 169px;
    height: 53px;
}
.date{
    font-size: 17px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 22px;
}
.date span{
    color: #d23032;
}
.direct_rec{
    background: url("../img/direct_rec.png") left center no-repeat;
    line-height: 20px;
    padding-left: 40px;
    font-size: 14px;
    font-weight: 100;
    margin-top: 20px;
    color: #909090;
}
.phone a{
    display: inline-block;
    margin-left: 20px;
    color: #000;
    outline: none;
}
.phone a:hover{
    cursor: pointer;
    text-decoration: none;
}
.phone a sup{
    font-size: 14px;
    border-bottom: 2px solid #E52228;
    padding-bottom: 0px;
    top: -17px;
    margin-left: 8px;
}
h2{
    font-size: 46px;
    padding-left: 20px;
    border-left: 3px solid #E52228;
    font-weight: 700;
}
.x100_t1{
    font-weight: 700;
    font-size: 23px;
    line-height: 30px;
}
.x100_t1 span{
    color: #cf0017;
}

.x100_t2{
    font-size: 14px;
    max-width: 310px;
    margin-top: 18px;
    color: #fff;
}

.soc{
    display: flex;
    margin-top: 30px;
}
.soc a{
    -webkit-transition: all 0.1s cubic-bezier(0.4, 0, 1, 1) 0s;
    -moz-transition: all 0.1s cubic-bezier(0.4, 0, 1, 1) 0s;
    -o-transition: all 0.1s cubic-bezier(0.4, 0, 1, 1) 0s;
    transition: all 0.1s cubic-bezier(0.4, 0, 1, 1) 0s;
}
.soc_vk{
        background: url(../img/social.png) left center no-repeat;
    width: 79px;
    height: 56px;
    background-size: cover;
}
.soc_fb{
    background: url(../img/social.png) -79px center no-repeat;
    width: 79px;
    height: 56px;
    background-size: cover;
}
.soc_tg{
    background: url(../img/social.png) -158px center no-repeat;
    width: 79px;
    height: 56px;
    background-size: cover;
}
.soc_vb{
    background: url(../img/social.png) right center no-repeat;
    width: 79px;
    height: 56px;
    background-size: cover;
}
.soc a:hover{
    -webkit-filter: brightness(130%);
   filter: brightness(130%);
}

.imgs{
    max-width: 45px;
}
.img_t{
    font-size: 14px;
    color: #fff;
    margin-left: 20px;
}
.img_t2{
    color: #d90010;
    margin-left: 20px;
    font-size: 34px;
}
.img_t2 sup{
    top: -10px;
    font-size: 20px;
}

.img_ctr{
    border-left: 1px solid rgba(255, 255, 255, 0.16);
    border-right: 1px solid rgba(255, 255, 255, 0.16);
}
.img_box{
    margin-top: 35px;
}
/********popup*********/

.pop_bg {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
}

.popup {
    padding: 0;
    background-color: #fff;
    position: fixed;
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    left: 25px;
    top: 25px;
}

.close {
    display: block;
    position: absolute;
    right: -25px;
    top: -25px;
    font-size: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    opacity: 1;
}

.close:hover {
    color: #fff;
    opacity: 0.7;
}

.popup iframe {}

.pop_bg, .popup {
    display: none;
}
footer a{
    color: #151515;
}
footer .phone a{
    margin-left: 0px;
    margin-right: 20px;
}
.footer_t span{
    font-size: 12px;
}


#chat-24-widget-container{
    display: none!important;
}
.soc_wigets #chat-24-widget-container{
    display: block!important;
}
.soc_ch{
    position: relative!important;
}
.soc_ch #chat-24-close-icons, .soc_ch #chat-24-footer{
    display: none!important;
}
.soc_ch .chat-24-popup{
    display: none;
}
.soc_ch #chat-24-roll{
    display: none;
}
.soc_ch #chat-24-inner-container{
    background: none!important;
    padding: 0!important;
}
.soc_ch #chat-24-content{
    text-align: left!important;
}
.soc_ch .chat-24-icon-text{
    display: none!important;
}
.soc_ch .chat-24-popup{
    bottom: auto!important;
    top: -200px;
}
@media screen and (max-width: 760px) {
.soc_ch #chat-24-content{
    text-align: center!important;
}
.soc_ch  #chat-24-mobile{
    float: none!important;
}
 .top{
     padding-top: 40px;
     margin: 0;
 }
.logos{
    width: 100%;
}
    .logo{
        margin: 0 auto;
    }
    .direct_rec{
        display: inline-block;
    }
    .x100_box {
        margin-top: 25px;
    }
    .date{
        width: 100%;
        margin-top: 20px;
    }
    .img_box, .date {
      display: none;
    }
    .img_t{
        width: 100%;
        max-width: 100%;
        text-align: center;
        margin-left: 0;
    }
    .img_t2{
        margin-left: 0px;
    }
    .img_t br{
        display: none;
    }
    .img_ctr{
        margin: 30px 0;
        border: none;
    }
    .soc{
        justify-content: center;
    }
    .soc_vk {
        background: url(../img/social2.png) left center no-repeat;
        width: 70px;
      height: 61px;
        background-size: cover;
    }
    .soc_fb {
        background: url(../img/social2.png) -70px center no-repeat;
        width: 70px;
      height: 61px;
        background-size: cover;
    }
    .soc_tg {
        background: url(../img/social2.png) -140px center no-repeat;
        width: 70px;
      height: 61px;
        background-size: cover;
    }
    .soc_vb {
        background: url(../img/social2.png) right center no-repeat;
        width: 70px;
      height: 61px;
        background-size: cover;
    }
    .x100_t1 br{
        display: none;
    }
    .x100_t1{
        margin-top: 25px;
        font-weight: 700;
        font-size: 18px;
        line-height: 24px;
    }
    h2 {
        font-size: 20px;
    }
    .map{
        padding-top: 75px;
        padding-bottom: 40px;
    }
    .presentation{
        padding-top:40px;
        padding-bottom: 40px;
    }
    /********popup*********/
    .pop_bg {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.35);
    }
    .popup {
        background-color: #fff;
        position: fixed;
        width: calc(100% - 30px);
        height: 300px;
        left: 15px;
        top: 50%;
        margin-top: -170px;
    }
    .close {
        right: -4px;
        top: -37px;
        font-size: 35px;
    }
    .popup iframe {
        width: 100%;
        height: 100%;
    }
    .pop_bg, .popup {
        display: none;
    }
}




.logon{
    background: url("../img/logo.svg") top center no-repeat;
    width: 157px;
    height: 49px;
}
.phone{
    font-size:24px;
    font-weight: 100;
    color: #fff;
    position: relative;
    line-height: 24px;
    display: inline-block;
}
.phone:hover{
    color: #fff;
    text-decoration: none;
}
.phone span{
    display: block;
    position: absolute;
    right: -21px;
    top: -9px;
    font-weight: 500;
    color: #fff;
    font-size: 9px;
    line-height: 13px;
    width: 22px;
    border-radius: 50px;
    text-align: center;
    background-color: #e31e24;
}
.footer{
    background: #1A1A1A;
    font-size: 16px;
    color: #fff;
}
.footer a{
    color: #fff!important;
}
.footer a:hover{
    color: #fff;
}




@media screen and (max-width: 760px) {
 .footer{
    font-size: 16px;
    }
    .footer a{
        color: #000;
    }
    .footer_t {
        font-size: 16px;
        color: #133749;
        max-width: 463px;
        float: right;
        line-height: 18px;
    }
    .footer_t span{
        font-size: 11px;
    }
    }