body {
    background: url("/img/lowpoly.png") no-repeat #2f934e;
    background-attachment: fixed;
    background-size: cover;
    font-family: 'Ubuntu', sans-serif;
    color: #fff;
}

#header {
    background: url(/img/bg4.jpg?4) no-repeat;
    background-size: cover;
    min-height: 800px;
}

.logo {
    margin-top: 20px;
    margin-bottom: 20px;
}

.chapter {
    text-align: center;
}

.chapter h1 {
    font-size: 34px;
    line-height: 1.2em;
}

.description {
    margin-top: 80px;
    font-size: 20px;
    text-align: center;
}

#extreme {
    background: url(/img/baza_extrim.jpg?3) no-repeat top center;
    background-size: cover;
    min-height: 324px;
    border-top: 2px solid #248241;
}

#placemap {
    min-height: 300px;
}

.sheme {
    margin-top: 35px;
}

.rounded {
    border-radius: 12px;
    margin: 20px auto;
}

.photos {
    text-align: center;
    margin-bottom: 15px;
}

.photos a img {
    border-radius: 12px;
}

.callbacksection {
    padding: 30px 0;
}

.callbacksection p {
    padding: 25px 0;
    font-size: 20px;
}

.callbacksection p a {
    text-decoration: none;
    color: inherit;
}

.btn-green {
    box-shadow: 0px 1px 0 1px rgba(90, 160, 35, 1);
}

.btn-green,
.btn-green:hover {
    color: #FFF;
    background-color: #7bc143;
}

.btn {
    text-decoration: none;
    text-align: center;
    padding: 9px 20px 6px 30px;
    border-radius: 7px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    border: medium none;
    cursor: pointer;
}

.bg-gradient-green {
    background: -moz-linear-gradient(90deg, #97ca46 0%, #7bc143 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7bc143), color-stop(100%, #97ca46));
    background: -webkit-linear-gradient(90deg, #97ca46 0%, #7bc143 100%);
    background: -o-linear-gradient(90deg, #97ca46 0%, #7bc143 100%);
    background: -ms-linear-gradient(90deg, #97ca46 0%, #7bc143 100%);
    background: linear-gradient(0deg, #97ca46 0%, #7bc143 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#7bc143', endColorstr='#97ca46', GradientType=0);
}

.btn img {
    position: relative;
    top: -2px;
    left: -10px;
}

.centers {
    text-align: center;
}

.b-modal {
    position: relative;
    width: 300px;
    padding: 24px;
    background: #fff;
    color: #3b3a3a;
    border: 3px solid #bbb;
    border-radius: 10px;
}

.b-modal_close {
    position: absolute;
    right: 12px;
    top: 6px;
    font-weight: bold;
    color: #999;
    cursor: pointer;
}

.b-modal_close:hover {
    color: #000;
}

#main_modal header p,
#status_modal header p {
    text-align: center;
    padding: 12px 0;
}

#main_modal input[type='text'],
#main_modal textarea {
    border: none;
    font: 17px 'Ubuntu';
    height: 38px;
    padding: 2px 11px 3px;
    margin: 0 0 10px 0;
    outline: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.29);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.29);
}

input.error[type='text'],
textarea.error {
    background: #f8d7de;
}

.order-form article input {
    margin-bottom: 17px;
    border: 1px solid #d7d7d7;
    width: 245px;
    border-radius: 6px;
    padding-top: 5px;
}

.order-form article textarea {
    width: 245px;
    height: 120px !important;
    border: 1px solid #d7d7d7;
    border-radius: 6px;
    padding-top: 15px;
}

.order-form .send-btn {
    margin-top: 15px;
    margin-left: 40px !important;
}

.order-form .send-btn:hover {
    opacity: 0.9;
}

.thanks header {
    padding: 28px 0;
    font-size: 22px;
    line-height: 35px;
    color: #6a6767;
}

.orderButton {
    display: inline-block;
    text-decoration: none !important;
    width: 166px;
    height: 44px;
    background: url(../img/send.png) no-repeat 0 0;
    margin-left: 30px !important;
}

.orderButton:hover {}

.order-form .address {
    display: none;
}

.sh {
    display: none;
}


/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {
    .logo {
        text-align: center;
    }
    .logo img {
        display: inline-block;
    }
    #extreme {
        height: 250px;
        min-height: 250px;
    }
}


/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {}


/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {}


/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {}