/* font-family: "GothamProRegular"; */
@font-face {
    font-family: "GothamProRegular";
    src: url("/fonts/GothamProRegular/GothamProRegular.eot");
    src: url("/fonts/GothamProRegular/GothamProRegular.eot?#iefix")format("embedded-opentype"),
        url("/fonts/GothamProRegular/GothamProRegular.woff") format("woff"),
        url("/fonts/GothamProRegular/GothamProRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "GothamProBold"; */
@font-face {
    font-family: "GothamProBold";
    src: url("/fonts/GothamProBold/GothamProBold.eot");
    src: url("/fonts/GothamProBold/GothamProBold.eot?#iefix")format("embedded-opentype"),
        url("/fonts/GothamProBold/GothamProBold.woff") format("woff"),
        url("/fonts/GothamProBold/GothamProBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "GothamProBlack"; */
@font-face {
    font-family: "GothamProBlack";
    src: url("/fonts/GothamProBlack/GothamProBlack.eot");
    src: url("/fonts/GothamProBlack/GothamProBlack.eot?#iefix")format("embedded-opentype"),
        url("/fonts/GothamProBlack/GothamProBlack.woff") format("woff"),
        url("/fonts/GothamProBlack/GothamProBlack.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "GothamProItalic"; */
@font-face {
    font-family: "GothamProItalic";
    src: url("/fonts/GothamProItalic/GothamProItalic.eot");
    src: url("/fonts/GothamProItalic/GothamProItalic.eot?#iefix")format("embedded-opentype"),
        url("/fonts/GothamProItalic/GothamProItalic.woff") format("woff"),
        url("/fonts/GothamProItalic/GothamProItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "GothamProMedium"; */
@font-face {
    font-family: "GothamProMedium";
    src: url("/fonts/GothamProMedium/GothamProMedium.eot");
    src: url("/fonts/GothamProMedium/GothamProMedium.eot?#iefix")format("embedded-opentype"),
        url("/fonts/GothamProMedium/GothamProMedium.woff") format("woff"),
        url("/fonts/GothamProMedium/GothamProMedium.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "GothamProLight"; */
@font-face {
    font-family: "GothamProLight";
    src: url("/fonts/GothamProLight/GothamProLight.eot");
    src: url("/fonts/GothamProLight/GothamProLight.eot?#iefix")format("embedded-opentype"),
        url("/fonts/GothamProLight/GothamProLight.woff") format("woff"),
        url("/fonts/GothamProLight/GothamProLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "GothamProMediumItalic"; */
@font-face {
    font-family: "GothamProMediumItalic";
    src: url("/fonts/GothamProMediumItalic/GothamProMediumItalic.eot");
    src: url("/fonts/GothamProMediumItalic/GothamProMediumItalic.eot?#iefix")format("embedded-opentype"),
        url("/fonts/GothamProMediumItalic/GothamProMediumItalic.woff") format("woff"),
        url("/fonts/GothamProMediumItalic/GothamProMediumItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "GothamProLightItalic"; */
@font-face {
    font-family: "GothamProLightItalic";
    src: url("/fonts/GothamProLightItalic/GothamProLightItalic.eot");
    src: url("/fonts/GothamProLightItalic/GothamProLightItalic.eot?#iefix")format("embedded-opentype"),
        url("/fonts/GothamProLightItalic/GothamProLightItalic.woff") format("woff"),
        url("/fonts/GothamProLightItalic/GothamProLightItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "GothamProBoldItalic"; */
@font-face {
    font-family: "GothamProBoldItalic";
    src: url("/fonts/GothamProBoldItalic/GothamProBoldItalic.eot");
    src: url("/fonts/GothamProBoldItalic/GothamProBoldItalic.eot?#iefix")format("embedded-opentype"),
        url("/fonts/GothamProBoldItalic/GothamProBoldItalic.woff") format("woff"),
        url("/fonts/GothamProBoldItalic/GothamProBoldItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "GothamProBlackItalic"; */
@font-face {
    font-family: "GothamProBlackItalic";
    src: url("/fonts/GothamProBlackItalic/GothamProBlackItalic.eot");
    src: url("/fonts/GothamProBlackItalic/GothamProBlackItalic.eot?#iefix")format("embedded-opentype"),
        url("/fonts/GothamProBlackItalic/GothamProBlackItalic.woff") format("woff"),
        url("/fonts/GothamProBlackItalic/GothamProBlackItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

body{
    margin: 0 auto;
    padding: 0;
    width: 100%;
    font-family: "GothamProRegular";
    font-weight: normal;
    text-align: center;
    overflow-x: hidden;
}
.hdmn{
    margin: 0 auto;
    max-width: 94%;
}
.hdmn > div{
    margin: 0 auto;
    max-width: 1100px;
}
.tb0{
    display: table;
    width: 100%;
}
.tb0 > div{
    display: table-cell;
    vertical-align: top;
}
.tb0 > div:first-child{
    text-align: left;
}
.tb0 > div:nth-child(2){
    padding-right: 30px;
    text-align: right;
}
@media (max-width: 700px) {
    .tb0{
        display: block;
    }
    .tb0 > div{
        display: block;
    }
    .tb0 > div:first-child{
        text-align: center;
    }
    .tb0 > div:nth-child(2){
        padding-right: 0;
        text-align: center;
    }
}
.tb0 img{
    max-width: 96%;
}
.hrhed{
    display: block;
    padding: 15px 0 0;
    font-family: "GothamProBold";
    font-size: 24px;
    color: #000;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.hrhed:hover{
    color: #df3030;
}
.hrmhed{
    display: block;
    padding: 10px 0 15px;
    font-family: "GothamProBold";
    font-size: 24px;
    color: #000;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.hrmhed:hover{
    color: #df3030;
}
.ftm{
    background: #2a345c;
}
.ftm > div{
    margin: 0 auto;
    max-width: 94%;
}
.menhdr{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 auto;
    padding: 10px 10px 9px;
    max-width: 1100px;
    -webkit-flex-flow: row wrap;
    /*justify-content: space-around;*/
    justify-content: space-between;

}
.menhdr a{
    display: inline-block;
    margin: 0 auto;
    padding: 5px 5px;
    color: #fff;
    text-decoration: none;
    font-family: "Century Gothic";
    font-size: 16px;
    border-bottom: 1px solid #2a345c;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.menhdr a:first-child{
    text-transform: uppercase;
}
.menhdr a:hover{
    border-bottom: 1px solid #fff;
}
.hdhpk{
    background: url(../img/header.jpg) center center no-repeat;
    background-size: cover;
}
.hdhpk > div{
    margin: 0 auto;
    max-width: 94%;
}
.tb1{
    display: table;
    margin: 0 auto;
    width: 100%;
    max-width: 1020px;
}
.tb1 > div{
    display: table-cell;
}
.tb1 > div:first-child{
    text-align: left;
    vertical-align: bottom;
}
.tb1 > div:nth-child(2){
    vertical-align: middle;
    text-align: right;
}
.mrglfv{
    margin-left: -40px;
}
.mrglfv > img{
    max-width: 94%;
}
.hdp{
    padding: 30px 0 5px;
    font-family: "GothamProRegular";
    font-size: 16px;
    color: #fff;
}
.hdp1{
    font-family: "GothamProBold";
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
}
.linewh{
    margin: 14px 0;
    max-width: 90px;
    height: 1px;
    background: #fff;
}
.form0{
    position: relative;
    z-index: 4;
    margin: 0 0 0 auto;
    max-width: 350px;
    background: #f5f5f5;
    text-align: center;
}
.form0 > div:first-child{
    padding: 24px 20px;
    color: #2a345c;
    font-family: "GothamProRegular";
    font-size: 14px;
}
.form0 > div:first-child h5{
    margin: 0 auto;
    padding: 2px 0 10px;
    font-family: "GothamProBold";
    font-size: 16px;
    text-transform: uppercase;
}
.form0 > div:first-child span{
    font-weight: bold;
}
.form0 > div:nth-child(3){
    padding: 20px 0;
}
.form0 > div:last-child{
    padding: 25px 20px 22px;
    color: #2a345c;
    font-family: "GothamProRegular";
    font-size: 14px;
}
.form0 input{
    padding: 15px 10px;
    width: 75%;
    font-size: 15px;
    border: 1px solid #cbc6c6;
    border-radius: 3px;
    box-sizing: border-box;
}
@media (max-width: 400px) {
    .form0{
        max-width: 100%;
    }
}
@media (max-width: 700px) {
    .tb1{
        display: block;
        text-align: center;
    }
    .tb1 > div{
        display: block;
        text-align: center;
    }
    .tb1 > div:first-child{
        text-align: center;
    }
    .tb1 > div:nth-child(2){
        padding: 0 0 40px;
    }
    .mrglfv{
        margin-left: 0;
    }
    .form0{
        margin: 0 auto;
    }
    .linewh{
        margin: 14px auto;
    }
}
.gfdib{
    line-height: 1.4;
}
.but0{
    display: block;
    margin: 0 auto;
    padding: 15px 10px;
    width: 75%;
    /*max-width: 180px;*/
    font-family: "GothamProBold";
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    box-sizing: border-box;
    position:relative;
    cursor:pointer;
    border: none;
    background: #df3030;
    background-image: linear-gradient(bottom, rgb(14,137,182) 0%, rgb(22,179,236) 100%);
    border-radius: 5px;
    /*box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #07526e, 0px 10px 5px #999;*/
    box-shadow: inset 0px 1px 0px #df3030, 0px 5px 0px 0px #aa1515, 0px 10px 5px #999;
}
.but0:active, .buthrf:active, .dwnf:active{
    background: #cc0000;
}
.lnf2{
    padding: 14px 0;
    background: #2a345c;
    /*font-family: "Century Gothic";*/
    font-family: "GothamProBold";
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 8px;
}
.blksv{
    margin: 0 auto;
    max-width: 94%;
}
.blksv > div{
    margin: 0 auto;
    padding: 40px 0 50px;
    max-width: 1100px;
}
.blwsv{
    margin: 0 auto 30px;
    max-width: 800px;
    clear: both;
}
.blwsv > div > div:first-child{
    padding: 15px 10px 0;
    cursor: pointer;
    clear: both;
    text-align: left;
}
.blwsv > div > div:first-child:hover h4{
    color: #df3030;
}
.blwsv > div > div:first-child:hover .posvk{
    color: #df3030;
    background: url(../img/vh.jpg) center right no-repeat;
}
.blwsv > div > div:nth-child(2){
    /*display: none;*/
    border: 2px solid #ededed;
    text-align: left;
    clear: both;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.disn{
    /*display: block !important;*/
    max-height: 500px !important;
    opacity: 1 !important;
}
.buthrf{
    display: inline-block;
    margin: 0 auto 10px;
    padding: 15px 20px;
    font-family: "GothamProBold";
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    border: none;
    background: #df3030;
    background-image: linear-gradient(bottom, rgb(14,137,182) 0%, rgb(22,179,236) 100%);
    border-radius: 5px;
    /* box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #07526e, 0px 10px 5px #999; */
    box-shadow: inset 0px 1px 0px #df3030, 0px 5px 0px 0px #aa1515, 0px 10px 5px #999;
}
.lineablk{
    display: inline-block;
    margin-bottom: 3px;
    padding: 0 0 2px;
    /*text-decoration: underline;*/
    border-bottom: 2px solid #d6d5d5;
    font-size: 18px;
    font-weight: bold;
}
.blwsv h4{
    display: inline-block;
    /*float: left;*/
    margin: 10px 0 10px;
    text-transform: uppercase;
}
.textb > div{
    padding: 15px 25px;
}
.gfnbk{
    background-color: #fff6e4;
}
.posvk{
    display: inline-block;
    float: right;
    margin: 10px 0 0;
    padding: 0 15px 3px 0;
    background: url(../img/v.jpg) center right no-repeat;
}
.tbffc{
    display: table;
    width: 100%;
}
.tbffc > div{
    display: table-row;
}
.tbffc > div > div{
    display: table-cell;
}
.tbffc > div > div:nth-child(2){
    white-space: nowrap;
}
@media (max-width: 500px) {
    .tbffc{
        display: block;
    }
    .tbffc > div{
        display: block;
    }
    .tbffc > div > div{
        display: block;
    }
}
.nvwbd{
    font-weight: bold;
}
.tshbld > div:first-child{
    padding: 15px 25px;
    /*    font-weight: bold;
        text-decoration: underline;*/
}
.tshbld > div:nth-child(2){
    padding: 15px 25px;
    color: #6d6e71;
}
.forwhtr{
    background: #81c5c6;
}
.forwhtr > div{
    margin: 0 auto;
    max-width: 94%;
}
.forwhtr > div > div{
    margin: 0 auto;
    padding: 40px 0;
    max-width: 1100px;
}
.blkfr{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
}
.blkfr > div{
    padding: 14px 10px;
    max-width: 300px;
}
.blkfr > div > div{
    min-height: 72px;
}
.blkfr h4{
    font-family: "GothamProBold";
    text-transform: uppercase;
    color: #2a345c;
}
.blkfr p{
    font-family: "GothamProRegular";
    color: #2a345c;
}
.nxdv{
    margin: 0 auto;
    max-width: 96%;
}
.nxdv > div{
    margin: 0 auto;
    padding: 50px 0 40px;
    max-width: 1100px;
}
.jbfv > div{
    display: inline-block;
    padding: 0 20px;
    height: 130px;
    vertical-align: middle;
}
.jbfv > div:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: "";
}
.jbfv > div img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
}
.blmst{
    background: url(../img/rsblms.jpg) center 25% no-repeat;
    background-size: cover;
}
.blmst > div{
    margin: 0 auto;
    max-width: 96%;
}
.blmst > div > div{
    margin: 0 auto;
    max-width: 1100px;
}
.cjms{
    padding: 0 0 40px;
}
.cjms h2{
    margin: 0 auto;
    padding: 40px 0 30px;
    font-family: "GothamProBold";
    text-transform: uppercase;
    letter-spacing: 8px;
    color: #2a345c;
}
.tb3{
    display: table;
    margin: 0 0 0 auto;
    width: 70%;
}
.tb3 > div{
    display: table-cell;
    vertical-align: top;
}
.tb3 > div:first-child{
    text-align: left;
}
@media (max-width: 700px) {
    .tb3{
        display: block;
        margin: 0 auto;
        width: 100%;
    }
    .tb3 > div{
        display: block;
    }
    .tb3 > div:first-child{
        text-align: center;
    }
}
.tmst{
    font-family: "GothamProRegular";
    color: #fff;
    text-transform: uppercase;
}
.algrig{
    position: relative;
    z-index: 5;
    display: inline-block;
    margin: 0 0 0 auto;
}
.vni3{
    font-family: "GothamProBold";
    color: #2b690d;
}
.prft{
    font-family: "GothamProRegular";
    color: #2a345c;
    line-height: 1.6;
}
.bld{
    font-weight: bold;
}
.trahs{
    text-transform: uppercase;
}
.fnprc{
    padding: 30px 0;
    background: url(../img/blkf5.jpg) center center no-repeat;
    background-size: cover;
}
.lisnb > div{
    display: inline-block;
    /*margin: 0 15px;*/
    cursor: pointer;
}
.lisnb > div:first-child{
    /*margin-right: 40px;*/
    background: url(../img/licenze/ll1.png) center center no-repeat;
    background-size: contain;
}
.lisnb > div:nth-child(2) {
    /*margin-left: 40px;*/
    background: url(../img/licenze/ll2.png) center center no-repeat;
    background-size: contain;
}
.lisnb > div img{
    margin-top: 3px;
    max-width: 100%;
}
.lkb6{
    background: url(../img/blkf6.jpg) center center no-repeat;
    background-size: cover;
}
.lkb6 > div{
    margin: 0 auto;
    max-width: 94%;
}
.lkb6 > div > div{
    margin: 0 auto;
    max-width: 1100px;
}
.dtdh{
    padding-bottom: 40px;
}
.dtdh h2{
    margin: 0 auto;
    padding: 40px 0 30px;
    font-family: "GothamProBold";
    text-transform: uppercase;
    letter-spacing: 8px;
    color: #2a345c;
}
.tbl6{
    display: table;
    width: 100%;
}
.tbl6 > div{
    display: table-cell;
    vertical-align: top;
}
.tbl6 > div:first-child{
    text-align: left;
}
@media (max-width: 700px) {
    .tbl6{
        display: block;
    }
    .tbl6 > div{
        display: block;
    }
    .tbl6 > div:first-child{
        text-align: center;
    }
}
.hrnbv{
    display: block;
    padding: 25px 0 0;
    font-family: "GothamProBold";
    font-size: 24px;
    color: #151515;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.hrnbv:hover {
    color: #df3030;
}
.hrmgnc{
    display: block;
    padding: 20px 0 15px;
    font-family: "GothamProBold";
    font-size: 24px;
    color: #2a345c;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.hrmgnc:hover {
    color: #df3030;
}
@media (max-width: 410px) {
    .hrmgnc{
        font-size: 18px;
    }
    .hrmhed{
        font-size: 18px;
    }
}
.dbklcz{
    display: block;
    margin-top: 218px;
}
.dbklcz img{
    max-width: 100%;
}
@media (max-width: 700px) {
    .dbklcz{
        margin-top: 0;
    }
}
.mapsya{
    position: relative;
    overflow: hidden;
}
.mapsya > div{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -394px;
    width: 379px;
    height: 225px;
    background: url("../img/mapsikn.png") center center no-repeat;
    background-size: cover;
}
.mapsya > div > div{
    position: absolute;
    top: 0;
    right: 0;
    padding: 14px 19px 0 0;
    text-align: left;
    font-size: 14px;
    line-height: 1.6;
}
@media (max-width: 858px){
    .mapsya > div{
        display: none;
    }
}
.footbs{
    padding: 10px 0 100px;
    background: #d1d1d1;
}
.footbs > div{
    margin: 0 auto;
    width: 96%;
    max-width: 1100px;
}
.fooblks{
    display: table;
    width: 100%;
}
.fooblks > div{
    display: table-cell;
    width: 33%;
    vertical-align: bottom;
}
.fooblks > div:first-child{
    width: 40%;
}
.fooblks > div:nth-child(2){
    width: 30%;
}
.fooblks > div:nth-child(3){
    width: 30%;
}
.fooblks > div:first-child > div:first-child{
    padding: 20px 0 0;
}
.fooblks > div:first-child > p:nth-child(2){
    margin-top: 0;
    padding: 0;
}
.fooblks > div:first-child > p:nth-child(3){
    display: inline-block;
    margin: 0 auto;
    padding: 10px 0 0;
    text-transform: uppercase;
    font-size: 20px;
    color: #797979;
    line-height: 1.3;
    text-align: left;
}
.fooblks > div:nth-child(2) > div{
    display: inline-block;
    margin: 0 0 0 auto;
}
.fooblks > div:nth-child(2) > div > div{
    padding: 0 0 0 40px;
    text-align: left;
}
.fooblks > div:nth-child(2) > div > div:first-child{
    padding-bottom: 20px;
    background: url("../img/f0.png") 12px 0 no-repeat;
}
.fooblks > div:nth-child(2) > div > div:nth-child(2){
    background: url("../img/f1.png") 5px 0 no-repeat;
}
.fooblks > div:nth-child(2) > div > div:nth-child(2) a{
    text-decoration: none;
    color: #000;
}
.fooblks > div:nth-child(2) h3{
    margin-bottom: 5px;
    font-family: "GothamProBold";
}
.fooblks > div:nth-child(3) > div:first-child{
    padding: 0 0 20px 0;
}
.fooblks > div:nth-child(3) h3{
    margin-bottom: 5px;
    font-family: "GothamProBold";
}
.fooblks img{
    max-width: 100%;
}
@media (max-width: 900px) {
    .fooblks{
        display: block;
    }
    .fooblks > div{
        display: inline-block;
        width: auto !important;
    }
    .fooblks > div:nth-child(2) > div{
        margin: 0 auto !important;
        padding: 0 20px;
    }
    .fooblks > div:nth-child(2) > div > div{
        /*text-align: center;*/
    }
}
.wefvoxc{
    width: 700px;
    max-width: 100%;
    max-height: 100%;
}
.phhed > div:first-child a{
    font-family: "GothamProBold";
    font-size: 20px;
    color: #353535;
    text-decoration: none;
}
.posrel{
    position: relative;
}
.kart{
    position: absolute;
    bottom: 0;
    display: inline-block;
    margin: 0 auto 0 -50%;
    text-align: center;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.kartplay{
    margin: 0 auto 0 -120% !important;
}



















/* litebox */
.zakzv{
    position: relative;
    display: inline-block;
    padding: 20px 35px 20px;
    max-width: 94%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    border-radius: 10px;
    box-sizing: border-box;
}
.zakzv > div:nth-child(2){
    padding: 10px 0 15px;
    font-size: 20px;
    color: #529d15;
    font-weight: bold;
}
.zakzv > div:last-child{
    padding: 0 0 6px;
}
.zakzv > div{
    padding: 8px 0;
}
.zakzv input[type="text"]{
    padding: 10px 10px;
    background: #363232;
    border: 0;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    width: 300px;
    max-width: 94%;
    box-sizing: border-box;
    border: 1px solid #fff;
}
.zakzv .dwnf{
    font-size: 18px;
}
.dwnf{
    display: block;
    margin: 0 auto 10px;
    padding: 15px 10px;
    max-width: 220px; 
    font-family: "GothamProBold";
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    border: none;
    background: #df3030;
    background-image: linear-gradient(bottom, rgb(14,137,182) 0%, rgb(22,179,236) 100%);
    border-radius: 5px;
    /* box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #07526e, 0px 10px 5px #999; */
    box-shadow: inset 0px 1px 0px #df3030, 0px 5px 0px 0px #aa1515, 0px 10px 5px #999;
}
.wprtxy{
    font-family: Arial;
    font-size: 19px;
}


#wrap{
    position: fixed;
    z-index: 90;
    display: none;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 16px;
    background: #000;
    opacity: 0.6;
    overflow: auto;
}

#blfozn{
    position: absolute;
    z-index: 100;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
}

#window{
    position: absolute;
    display: none;
    z-index: 200;
    left: 0;
    right: 0;
    top: 0;
    margin: 50px auto;
}
#window > div:nth-child(2){
    position: relative;
    z-index: 999;
}

#butext {
    position: absolute;
    z-index: 1010;
    top: -15px;
    right: -10px;
    width: 36px;
    height: 36px;
    background: url(../img/close_pop.png) no-repeat;
    cursor: pointer;
}
#butext:hover {
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(5px 5px 5px #222);
}

/* litebox */