.new-build {
    position: absolute;
    border: 1px solid red;
}
/*для плавающих перед выбором места постройки*/
.new-build-type-machine-name-house {
    /*Дом*/
    background: url("../img/build-house-1.png") no-repeat 50%;
}
.new-build-type-machine-name-forest {
    /*Лесоповал*/
    background: url("../img/build-forest-1.png") no-repeat 50%;
}
.new-build-type-machine-name-stone-mine {
    /*Каменная шахта*/
    background: url("../img/build-stone-mine-1.png") no-repeat 50%;
}
.new-build-type-machine-name-gas-well {
    /*Газовая скважина*/
    background: url("../img/build-gas-well-1.png") no-repeat 50%;
}
.new-build-type-machine-name-oil-well {
    /*Нефтяная скважина*/
    background: url("../img/build-oil-well-1.png") no-repeat 50%;
}
.new-build-type-machine-name-sawmill {
    /*Лесопилка*/
    background: url("../img/build-sawmill-1.png") no-repeat 50%;
}
.new-build-type-machine-name-quarry {
    /*Каменоломня*/
    background: url("../img/build-quarry-1.png") no-repeat 50%;
}
.new-build-type-machine-name-detander {
    /*Детандер*/
    background: url("../img/build-detander-1.png") no-repeat 50%;
}
.new-build-type-machine-name-oil-factory {
    /*Нефтеперерабатывающий завод*/
    background: url("../img/build-oil-factory-1.png") no-repeat 50%;
}
.new-build-type-machine-name-plastic-factory {
    /*Пластмассовый завод*/
    background: url("../img/build-plastic-factory-1.png") no-repeat 50%;
}

/*для превьюшки перед постройкой*/
.size_1_1 {
    width: 100px;
    height: 100px;
    display: block;
}
.size_2_2 {
    width: 200px;
    height: 200px;
    display: block;
}
.size_3_2 {
    width: 300px;
    height: 200px;
    display: block;
}

/*отрисованное на карте здание*/
.map-build {
    position: absolute;
    z-index: 50;
}

/*плюсик что можно собрать ресурсы*/
.get-resources {
    width: 50px;
    height: 50px;
    position: absolute;
    left: calc(50% - 25px);
    top: calc(50% - 25px);
    z-index: 60;
}

/*таймер сколкьо осталось до постройки/апгрейда*/
[build-id-timer], [resource-id-timer] {
    position: absolute;
    z-index: 55;
}
