/* 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;
    width: 100%;
    font-family: "GothamProRegular";
    font-weight: normal;
    text-align: center;
}
.menu{
    background: #26471c;
}
.menu > nav{
    display: inline-block;
    margin: 0 auto;
}
.menu a{
    display: inline-block;
    padding: 10px 5px;
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.menu a:hover{
    text-decoration: underline;
}
.menu a:nth-child(3){
    color: #80c529;
    font-family: "GothamProBold";
    /*text-transform: uppercase;*/
}
.hd > div{
    display: table;
    margin: 0 auto;
    width: 90%;
    max-width: 1100px;
}
.hd > div > div{
    display: table-cell;
    vertical-align: middle;
}
.hd > div > div:first-child{
    padding-bottom: 10px;
    text-align: left;
}
.hd > div > div:nth-child(2){
    text-align: right;
}
@media (max-width: 700px) {
    .hd > div{
        display: block;
    }
    .hd > div > div{
        display: block;
    }
    .hd > div > div{
        text-align: center !important;
    }
    .hd > div > div:nth-child(2){
        padding: 0 0 20px;
    }
}
.logo > div{
    display: inline-block;
    text-align: center;
}
.logo > div:first-child{
    padding: 10px 0 5px;
}
.logo > div > div:first-child img{
    max-width: 100%;
}
.logo > div > div:nth-child(2) a{
    display: inline-block;
    padding-top: 3px;
    text-decoration: none;
    color: #303030;
    font-size: 16px;
}
.phhed > div:first-child a{
    font-family: "GothamProBold";
    font-size: 20px;
    color: #353535;
    text-decoration: none;
}
.phhed > div:nth-child(3) a{
    display: inline-block;
    padding: 5px 0 5px;
    color: #602e84;
    text-decoration: none;
    background: url("../img/bghrefh.jpg") center 100% repeat-x;
    /*border-bottom: 2px dashed #602e84;*/
    font-size: 18px;
}
.hdrmail{
    display: inline-block;
    padding: 5px 0 0;
    text-decoration: none;
    color: #000;
}
.head{
    background: url("../img/bghead.jpg") center center no-repeat;
    background-size: cover;
    max-height: 530px;
}
.head > div{
    display: table;
    margin: 0 auto;
    max-width: 1100px;
}
.head > div > div{
    display: table-cell;
    vertical-align: middle;
}
.head > div > div:first-child{
    padding-top: 60px;
    vertical-align: top;
}
@media (max-width: 1200px) {
    .head > div > div:nth-child(2) img{
        max-width: 500px;
    }
}
@media (max-width: 988px) {
    .head > div > div:nth-child(2) img{
        max-width: 400px;
    }
    .head > div > div:first-child{
        padding-top: 0;
        vertical-align: middle;
    }
}

@media (max-width: 788px) {
    .head > div{
        display: block;
    }
    .head > div > div{
        display: block;
    }
    .head > div > div:first-child{
        padding-top: 20px;
    }
    .head {
        max-height: none;
    }
    .head > div > div:nth-child(2) img{
        width: 400px;
        max-width: 100%;
    }
}
@media (max-width: 360px) {
    .head h1 {
        font-size: 24px;
    }
}
.head h1{
    color: #fff;
    font-family: "GothamProBold";
    text-transform: uppercase;
    line-height: 1.4;
}
.head h1 span{
    color: #26471c;
}
.tbicnh{
    display: table;
    margin: 40px auto 30px;
    width: 100%;
}
.tbicnh > div{
    display: table-cell;
    vertical-align: bottom;
    width: 33%;
}
.tbicnh p{
    color: #26471c;
}
@media (max-width: 316px) {
    .tbicnh{
        display: block;
        text-align: center;
    }
    .tbicnh > div{
        display: block;
        margin: 0 auto;
        width: auto;
    }
}
.hrfeol{
    display: inline-block;
    padding: 20px 30px;
    background: #602e84;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "GothamProBold";
    font-size: 20px;
    color: #fff;
}
.phed{
    color: #fff;
}
.phed span{
    font-family: "GothamProBold";
}
.phed a{
    color: #fff;
    text-decoration: none;
}
.namd{
    padding: 0 0 10px;
}
.namd > div{
    margin: 0 auto;
    max-width: 1100px;
}
.namd h1{
    padding: 10px 0 10px;
    font-weight: normal;
    text-transform: uppercase;
    color: #26471c;
}
.namd > div > div:nth-child(2) > div{
    display: inline-block;
    padding: 0 20px;
    height: 130px;
    vertical-align: middle;
}
.namd > div > div:nth-child(2) > div:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: "";
}
.namd > div > div:nth-child(2) > div img{
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
}
.prich{
    padding: 20px 0 40px;
    background: url("../img/prich.jpg") center center no-repeat;
    background-size: cover;
}
.prich > div{
    margin: 0 auto;
    max-width: 1100px;
}
.prich h1{
    margin: 0;
    padding: 10px 0 30px;
    font-weight: normal;
    text-transform: uppercase;
    color: #414141;
}
.smpr{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 30px 0 0;
    -webkit-flex-flow: row wrap;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    background: rgba(255, 255, 255, 0.5);
}
.smpr > div{
    padding: 10px 0;
    vertical-align: bottom;
}
.smpr > div:nth-child(-n+4){
    width: 25%;
}
.smpr > div > div:first-child{
    min-height: 58px;
}
@media (max-width: 838px) {
    .smpr > div:nth-child(-n+4){
        padding: 0 10px;
        width: auto;
    }
}
.obrts{
    background: url("../img/obrts.jpg") center center no-repeat;
    background-size: cover;
}
.obrts > div{
    margin: 0 auto;
    max-width: 1100px;
    text-align: left;
}
.obrts h1{
    margin: 0;
    padding: 30px 0 20px;
    color: #76b823;
    font-family: "GothamProBold";
    text-transform: uppercase;
    line-height: 1.5;
    font-size: 24px;
}
.blkzs{
    padding: 10px 0 30px 10px;
    width: 50%;
}
.lnhg{
    margin-bottom: 30px;
    width: 300px;
    max-width: 100%;
    border-bottom: 1px solid #76b823;
}
.blkzs span{
    font-family: "GothamProBold";
    color: #76b823;
}
.blkzs p{
    padding: 5px 0;
    color: #414141;
    line-height: 1.4;
}
@media (max-width: 838px) {
    .blkzs{
        margin: 0 auto 30px;
        padding-left: 0;
        width: 90%;
    }
}
.nphtnm{
    position: relative;
}
.nphtnm > div{
    margin: 0 auto;
    max-width: 1100px;
}
.nphtnm h1{
    margin: 0;
    padding: 30px 0;
    color: #484848;
    font-family: "GothamProBold";
    font-weight: normal;
}
.bkgrform{
    position: absolute;
    bottom: 30px;
    z-index: -1;
    width: 100%;
    max-width: 100% !important;
    height: 230px;
    background: url("../img/nphtnmz.jpg") center center no-repeat;
    background-size: cover;
}
.bkgrform > div{
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: 200px;
}
.bkgrform > div img{
    max-height: 200px;
}
.enterfdsbz{
    margin-left: -70px !important;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
@media (max-width: 838px) {
    .bkgrform > div img{
        width: 0;
        height: 0;
        margin-left: 0;
    }
    .enterfdsbz{
        margin-left: 0 !important;
    }
}
.tblfrm{
    display: table;
    width: 100%;
}
.tblfrm > div{
    display: table-cell;
    vertical-align: top;
}
.tblfrm > div:first-child{
    text-align: left;
}
.tblfrm > div:nth-child(2){

}
.tblfrm h3{
    padding: 5px 0 10px;
    font-family: "GothamProBold";
    color: #484848;
}
.tblfrm .vgkx{
    color: #4a8400;
    font-family: "GothamProBold";
    text-transform: uppercase;
}
.tblfrm .bfgc{
    color: #4a8400;
}
.tblfrm .grebc{
    color: #602e84;
    font-family: "GothamProBold";
    text-transform: uppercase;
}
.tblfrm .gcbnz{
    color: #602e84;
}
@media (max-width: 1090px) {
    .tblfrm > div:first-child{
        padding-left: 30px;
    }
}
@media (max-width: 900px) {
    .tblfrm{
        display: block;
    }
    .tblfrm > div{
        display: block;
        text-align: center !important;
    }
    .tblfrm > div:first-child{
        margin: 0 auto;
        padding-left: 0;
        width: 90%;
    }
}
.tblfrm .bdczxm{
    line-height: 1.6;
}
.vembxz{
    margin: 30px auto 0;
    padding: 20px 0 20px;
    max-width: 400px;
    background: #76b823;
    border-radius: 8px;
}
.vembxz h2{
    color: #fff;
    font-family: "GothamProBold";
    font-size: 20px;
    text-transform: uppercase;
}
.vembxz > div{
    padding: 5px 0;
}
.vembxz input{
    padding: 13px 10px;
    width: 300px;
    max-width: 90%;
    border: 0;
    font-size: 16px;
    border: 2px solid #fff;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.enrbxf{
    position: relative;
    padding: 15px 0 !important;
}
.enrbxf input{
    position: absolute;
    opacity: 0;
    top: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
}
.lisenz > div{
    margin: 0 auto;
    max-width: 1100px;
}
.lisenz h1{
    margin: 15px 0 0;
    padding: 30px 0;
    color: #484848;
    /*font-family: "GothamProBold";*/
    font-weight: normal;
    text-transform: uppercase;
}
.lisenz h2{
    margin: 0;
    padding: 30px 0;
    color: #484848;
    /*font-family: "GothamProBold";*/
    font-weight: normal;
    text-transform: uppercase;
}
.lisnb > div{
    display: inline-block;
    margin: 0 15px;
    cursor: pointer;
}
.lisnb > div:first-child{
    margin-right: 40px;
    background: url("../img/licenze/l1.jpg") center center no-repeat;
    background-size: contain;
}
.lisnb > div:nth-child(2){
    margin-left: 40px;
    background: url("../img/licenze/l2.jpg") center center no-repeat;
    background-size: contain;
}
.lisnb > div img{
    max-width: 100%;
}
@media (max-width: 780px) {
    .lisnb > div{
        margin: 0 15px !important;
    }
    .lisnb > div:first-child{
        margin-bottom: 30px !important;
    }
}
.erbcz{
    margin: 0 auto;
    width: 100%;
    /*border: 1px solid #ccc;*/
}
.erbcz td{
    padding: 0;
}
/*.erbcz > tr > td:first-child{
    width: 42%;
}
.erbcz > tr > td:nth-child(2){
    width: 26%;
}
.erbcz > tr > td:nth-child(3){
    width: 26%;
}*/
.lasttdw{
    width: 20%;
}
.erbcz img{
    max-width: 100%;
}
.erbcz td{
    position: relative;
}
.erbcz img{
    opacity: 0;
}
.tbposr > div:nth-child(2){
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.tbcg1{
    background: url("../img/tb/1.jpg") center center no-repeat;
    background-size: cover;
}
.tbcg1:hover{
    background: url("../img/tb/o1.jpg") center center no-repeat;
    background-size: cover;
}
.tbcg2{
    background: url("../img/tb/2.jpg") center center no-repeat;
    background-size: cover;
}
.tbcg2:hover{
    background: url("../img/tb/o2.jpg") center center no-repeat;
    background-size: cover;
}
.tbcg3{
    background: url("../img/tb/3.jpg") center center no-repeat;
    background-size: cover;
}
.tbcg3:hover{
    background: url("../img/tb/o3.jpg") center center no-repeat;
    background-size: cover;
}
.tbcg2_2{
    background: url("../img/tb/2_2.jpg") center center no-repeat;
    background-size: cover;
}
.tbcg2_2:hover{
    background: url("../img/tb/o2_2.jpg") center center no-repeat;
    background-size: cover;
}
.tbcg3_1{
    background: url("../img/tb/3_1.jpg") center center no-repeat;
    background-size: cover;
}
.tbcg3_1:hover{
    background: url("../img/tb/o3_1.jpg") center center no-repeat;
    background-size: cover;
}
.tbcg3_2{
    background: url("../img/tb/3_2.jpg") center center no-repeat;
    background-size: cover;
}
.tbcg3_2:hover{
    background: url("../img/tb/o3_2.jpg") center center no-repeat;
    background-size: cover;
}
.tbcg4_1{
    background: url("../img/tb/4_1.jpg") center center no-repeat;
    background-size: cover;
}
.tbcg4_1:hover{
    background: url("../img/tb/o4_1.jpg") center center no-repeat;
    background-size: cover;
}
.tbcg1, .tbcg2, .tbcg2_2, .tbcg3_1, .tbcg3_2, .tbcg4_1{
    right: 10px !important;
}
.erbcz > tbody > tr > td > div > div:nth-child(2){
    bottom: 10px !important;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.btbtex{
    position: absolute;
    z-index: 2;
    right: 10px !important;
    bottom: 10px !important;
    left: 0;
    padding: 14px 0;
    background: rgba(0, 0, 0, 0.3);
    font-family: "GothamProBold";
    font-size: 17px;
    color: #fff;
}
.erbcz > tbody > tr:first-child > td:last-child > div > div:nth-child(3){
    right: 0 !important;
}
@media (max-width: 390px) {
    .btbtex{
        font-size: 14px;
    }
}
.mvpss > div{
    margin: 0 auto;
    max-width: 1100px;
}
.mvpss > div > h1:first-child{
    margin: 0;
    padding: 30px 0;
    color: #484848;
    font-weight: normal;
    text-transform: uppercase;
}
.nebrez{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}
.nebrez > div{
    position: relative;
    margin: 0 10px 45px 10px;
    padding: 0 0 65px 0;
}
.nebrez img{
    width: 300px;
    max-width: 100%;
    border-radius: 3px;
}
.nebrez h2{
    margin: 10px auto 13px;
    padding-bottom: 0;
    font-family: "GothamProBold";
    font-size: 18px;
    text-transform: uppercase;
}
.nebrez p{
    padding-top: 0;
}
.botbutn{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}
.lngreep{
    margin: 0 auto;
    width: 60px;
    height: 1px;
    background: #89ce2e;
}
.bkgren{
    padding-bottom: 20px;
    background: url("../img/bkgrgrn.jpg") center center no-repeat;
    background-size: cover;
    cursor: pointer;
}
.bkgren h1{
    margin: 0;
    padding: 25px 0 10px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
}
.bkgren img{
    margin: 0 auto;
}
.tblfob{
    height: 0;
    background: #e3e3e3;
    overflow: hidden;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.tblfob > div{
    margin: 0 auto;
    padding: 30px 0 10px;
    max-width: 1100px;
}
.btghbl{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}
.btghbl > div{
    margin-bottom: 20px;
    padding: 10px 15px 10px;
    width: 320px;
    max-width: 98%;
}
.btghbl h2{
    margin: 0;
    padding: 30px 0;
    color: #602e84;
    font-weight: normal;
    font-size: 18px;
    text-transform: uppercase;
}
.ergren{
    display: inline-block;
    margin: 0 auto;
    text-align: left;
}
.renjibdc > p:nth-child(2){
    padding: 30px 0;
}
.renjibdc > p:nth-child(3){
    text-align: left;
}
.ltxtbl{
    display: table;
    width: 100%;
    text-align: left;
}
.ltxtbl > div{
    display: table-row;
}
.ltxtbl > div > div{
    display: table-cell;
    padding: 5px 5px;
    vertical-align: middle;
}
.ltxtbl > div:first-child > div{
    border-bottom: 1px solid #76b823;
}
.ltxtbl > div > div:first-child{
    padding-right: 10px;
    border-right: 1px solid #76b823;
}
.ltxtbl > div > div:nth-child(2){
    padding-left: 10px;
    text-align: right;
}
.ltxtbl > div:nth-child(n+2) > div:nth-child(2){
    font-family: "GothamProBold";
    color: #602e84;
}
.tbfrsmz{
    display: table;
    width: 100%;
}
.tbfrsmz > div{
    display: table-row;
}
.tbfrsmz > div > div{
    display: table-cell;
    padding: 5px 5px;
    vertical-align: middle;
}
.tbfrsmz > div > div:first-child{
    text-align: left;
}
.tbfrsmz span{
    font-family: "GothamProBold";
}
.bherugz, .renjibdc{
    background: #fff;
    border: 1px solid #006c08;
}
.bhvxoibz h1{
    margin: 0;
    padding: 40px 0 30px;
    color: #484848;
    font-weight: normal;
    text-transform: uppercase;
}
.nbiojk{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 auto;
    max-width: 1496px;
    -webkit-flex-flow: row wrap;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    background: #484848;
}
.nbiojk > div{
    width: 25%;
}
.nbiojk > div > img{
    width: 374px;
    max-width: 100%;
    height: 374px;
    height: 100%;
    cursor: pointer;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.nbiojk > div > img:hover{
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}
.nertbf{
    padding: 30px 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;
}
.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";
}
@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%;
}
.fwfewg{
    position: relative;
    z-index: 1;
    -webkit-transform: scale(1.2,1.2);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 550ms;
    -moz-transform: scale(1.2,1.2);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 550ms;
}
.fwfewg img{
    -webkit-filter: grayscale(0%) !important;
    -moz-filter: grayscale(0%) !important;
    -ms-filter: grayscale(0%) !important;
    -o-filter: grayscale(0%) !important;
    filter: grayscale(0%) !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: 2px solid #fff;
}
.zakzv .dwnf{
    font-size: 18px;
}
.dwnf{
    display: inline-block;
    margin-top: 3px;
    /*padding: 10px 20px !important;*/
    padding: 20px 30px !important;
    width: 60%;
    /*border-radius: 5px;*/
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    /*background: #ff650b;*/
    background: #602e84;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "GothamProBold";
    font-size: 20px;
    white-space: nowrap;
}
.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 */

#cacheimg{
    position: absolute;
    display: none;
    z-index: -999;
    width: 0;
    height: 0;
}
