@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');
[class*="grid-"] {
    float: left;
}
.grid-1 {
    width: 8.33%;
}
.grid-2 {
    width: 20%;
}
.grid-3 {
    width: 25%;
}
.grid-4 {
    width: 33.33%;
}
.grid-5 {
    width: 41.66%;
}
.grid-6 {
    width: 50%;
}
.grid-7 {
    width: 58.33%;
}
.grid-8 {
    width: 66.66%;
}
.grid-9 {
    width: 75%;
}
.grid-10 {
    width: 83.33%;
}
.grid-11 {
    width: 91.66%;
}
.grid-12 {
    width: 100%;
}
img {
    width: auto;
    max-width: 100%;
    height: auto;
}
img.border {
    padding: 2px;
    border: 1px solid #bbbdbe;
}
img.left {
    float: left;
    margin-right: 10px;
}
img.right {
    float: right;
    margin-left: 10px;
}
.container {
    width: 100%;
    max-width: 1200px;
    position: relative;
}
.bxz,
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.zero,
* {
    margin: 0;
    padding: 0;
}
.center,
img.center,
.container {
    display: block;
    margin: 0 auto;
}
.one-line {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.shadow {
    -webkit-box-shadow: 0px 2px 7px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: 0px 2px 7px 0px rgba(50, 50, 50, 0.25);
    box-shadow: 0px 2px 7px 0px rgba(50, 50, 50, 0.25);
}
.clr {
    height: 0;
    clear: both;
}
a {
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    text-decoration: none;
    color: #fb792b;
}
a:hover {
    color: #421c52;
}
p {
    margin-bottom: 10px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    line-height: 120%;
}
.center-text {
    text-align: center;
}
#_dump {
    background: rgba(0, 0, 0, 0.05);
    color: #000;
    position: relative;
}
#_dump .container {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
#_dump a {
    position: absolute;
    top: 5px;
    right: 5px;
}
#floatbox {
    position: absolute;
    left: 25%;
    right: 25%;
    top: 20%;
    z-index: 998;
}

* {
    outline: none;
}
body {
    background: #d6cfc9;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 140%;
    color: #666;
}
body #main {
    padding-top: 202px;
    position: relative;
    z-index: 99;
    padding-bottom: 20px;
    overflow: auto;
}
@media (min-width: 200px) and (max-width: 479px) {
    body #main {
        padding-top: 120px;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    body #main {
        padding-top: 120px;
    }
}
@media (min-width: 768px) and (max-width: 959px) {
    body #main {
        padding-top: 120px;
    }
}
body #main .object li {
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    width: 28.33333%;
    float: left;
    margin-right: 7.5%;
    max-width: 340px;
    list-style: none;
    border: 2px solid rgba(255, 255, 255, 0.5);
    padding: 10px;
    position: relative;
}
body #main .object li:hover {
    margin-top: -10px;
}
body #main .object li:nth-child(n) {
    margin-bottom: 7.5%;
    margin-right: 7.5%;
}
body #main .object li:nth-child(3n) {
    margin-right: 0;
}
body #main .object li:after {
    content: "";
    display: block;
    width: 100%;
    height: 40px;
    position: absolute;
    top: 100%;
    background: url(/images/shadow.png) center bottom no-repeat;
}
@media (min-width: 200px) and (max-width: 479px) {
    body #main .object li {
        width: 100%;
        float: left;
        margin-right: 0%;
        margin: 0 auto 120px auto !important;
        float: none;
        width: 340px;
    }
    body #main .object li:nth-child(n) {
        margin-bottom: 0%;
        margin-right: 0%;
    }
    body #main .object li:nth-child(1n) {
        margin-right: 0;
    }
    body #main .object li:after {
        display: none;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    body #main .object li {
        width: 100%;
        float: left;
        margin-right: 0%;
        margin: 0 auto 120px auto !important;
        float: none;
        width: 340px;
    }
    body #main .object li:nth-child(n) {
        margin-bottom: 0%;
        margin-right: 0%;
    }
    body #main .object li:nth-child(1n) {
        margin-right: 0;
    }
    body #main .object li:after {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 959px) {
    body #main .object li {
        width: 100%;
        float: left;
        margin-right: 0%;
        margin: 0 auto 120px auto !important;
        float: none;
        width: 340px;
    }
    body #main .object li:nth-child(n) {
        margin-bottom: 0%;
        margin-right: 0%;
    }
    body #main .object li:nth-child(1n) {
        margin-right: 0;
    }
    body #main .object li:after {
        display: none;
    }
}
body #main .object li .logo {
    background: #d6cfc9;
    width: 280px;
    height: 105px;
    margin: -100px auto 0;
}
body #main .object li .logo img {
    display: block;
    margin: 0 auto;
}
body #main .object li .img-box {
    margin-top: 15px;
}
body #main .object li .img-box img {
    display: block;
    margin: 0;
}
body #main .object li .desc {
    background: #fff;
    padding: 20px;
    min-height: 204px;
}
body #main .object li .desc .title {
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 300;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 100%;
}
body #main .object li .desc .address {
    background: url(/images/pin-ico.png) left 3px no-repeat;
    padding-left: 30px;
    margin-bottom: 12px;
}
body #main .object li .desc .address strong {
    display: block;
}
body #main .object li .desc .phone {
    background: url(/images/phone-ico.png) left 4px no-repeat;
    padding-left: 30px;
    margin-bottom: 12px;
}
body #main .object li .desc .phone .row span {
    text-transform: uppercase;
    font-size: 11px;
    display: inline-block;
    width: 90px;
}
body #main .object li .desc .site {
    background: url(/images/globe-ico.png) left 4px no-repeat;
    padding-left: 30px;
}
body #main .object li .desc .site span {
    text-transform: uppercase;
    font-size: 11px;
    display: inline-block;
    width: 90px;
}
body #main .object li .desc .site a {
    display: inline-block;
    position: relative;
    top: 3px;
    margin-right: 3px;
}
body footer {
    background: url(/images/wood-bg.jpg) center top repeat-y;
    margin-top: -307px;
}
@media (min-width: 200px) and (max-width: 479px) {
    body footer {
        margin-top: -336px;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    body footer {
        margin-top: -336px;
    }
}
@media (min-width: 768px) and (max-width: 959px) {
    body footer {
        margin-top: -336px;
    }
}
body footer .container {
    text-align: center;
    color: #e1e1e1;
    padding: 260px 0 40px;
    font-size: 16px;
    line-height: 160%;
}
body footer .container strong {
    letter-spacing: 1px;
}
