.button-order-reklama button{
    display: block;
    width: 336px;
    margin: 10px 0;
    padding: 15px 95px;
    border-radius: 15px;
    border: none;
    background-color: #337ab7;
    color: #ffffff;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
}

.map {
    width: 100%;
    height: 270px;
}

.map-description {
    position: absolute;
    z-index: 1000;
    top: 7px;
    left: 22px;
    background: white;
    /*opacity: .8;*/
    padding: 0px 10px;
}

.modal-backdrop {
    /*position: inherit;*/
}

.map-description p {
    /*margin: 0px;*/
    font-size: 12px;
    font-weight: 400;
}

.avtoFormField {
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
}

.m-2 {
    margin: 20px;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-1 {
    margin-bottom: 10px;
}

.mb-2 {
    margin-bottom: 20px;
}

.mr-1 {
    margin-right: 10px;
}

.mr-2 {
    margin-right: 20px;
}

.f-left {
    float: left;
}

.mt-2 {
    margin-top: 20px;
}


.gallery-wrapper {
    width: 30.3333%;
    float: left;
    margin: 5px 10px;
}
.gallery-item {
    height: 160px;
    overflow: hidden;
    vertical-align: middle;
}