html, body {
    width: 100%;
    height: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font: normal 14px Arial;
    background-color: #FFF;
    color: #4c4c4c;
}

img {
    border: 0;
}

p {
    line-height: 1.3;
    margin: 10px 0;
}

.table {
    display: table;
}

.cell {
    display: table-cell;
    vertical-align: top;
}

.clearfix {
    clear: both;
}
.clearfix::before,
.clearfix::after {
    content: '';
    display: table;
}
.clearfix::after {
    clear: both;
}

.button {
    border: 0;
    border-radius: 4px;
    box-sizing: border-box;
    color: #FFF;
    display: inline-block;
    font-size: .875rem;
    font-weight: 700;
    outline: none;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.header .table {
    width: 100%;
    border-collapse: collapse;
    border: 0;
}

.header .cell-1 {
    width: 50px;
}

.header-top {
    border-bottom: 2px solid #cadae8;
}

.header-top .header-cell {
    padding: 5px 5px 5px 10px;
    font: 12px Arial;
    color: #4c4c4c;
    line-height: 1.5;
}

.header .header-cell b {
    font-size: 16px;
}

.header-navi-button {
    display: block;
    width: 48px;
    height: 34px;
    margin: 5px 0;
    background-image: url('/g/images/header-navi-button.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.header-home-button {
    display: block;
    width: 32px;
    height: 34px;
    margin: 5px 0;
    background-image: url('/g/images/header-home-button.png');
    background-repeat: no-repeat;
    background-position: center center;

}

.header-bottom .header-cell {
    padding: 5px 5px 5px 10px;
    font: 14px Arial;
    color: #4c4c4c;
    line-height: 1.5;
    vertical-align: middle !important;
}

.header-bottom .cell-1 {
    background: url('/g/images/header-bottom-separator.jpg') right center no-repeat;
}

.header-location-icon, .header-phone-icon {
    display: block;
    margin: 0 auto;
    width: 25px;
    height: 16px;
    background-position: center center;
    background-repeat: no-repeat;
}

.header-location-icon {
    background-image: url('/g/images/header-top-location-icon.png');
}

.header-phone-icon {
    background-image: url('/g/images/header-top-phone-icon.png');
}

.header-navi {
    width: 100%;
    max-width: inherit;
    position: absolute;
    z-index: 10;
}

.header-navi ul {
    list-style: none;
    margin: 15px 10px;
    padding: 0;
}

.header-navi li {
    margin-bottom: 15px;
}

.header-navi  li a {
    font: 16px Arial;
    color: #FFF;
    text-decoration: none;
}

.header-navi  li a.direct {
    text-decoration: underline !important;
}

.feedback-form-link {
    display: block;
    padding: 13px 0;
    font: 14px Arial;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
}

.front-images {
    padding: 10px;
    background-color: #e9f3f8;
    border-bottom: 2px solid #cadae8;
    text-align: center;
}

.front-images .image-element {
    display: block;
    width: 300px;
    margin: 0 auto 20px auto;
    text-align: left;
}

.front-images .image {
    width: inherit;
    height: 240px;
    margin-bottom: 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #d2d2d2;
    background-position: center center;
    background-repeat: no-repeat;
}

.front-images .image-element span {
    display: block;
    margin-bottom: 5px;
}

.main-content {
    padding: 10px;
    min-height: 250px;
}

.main-content p {
    line-height: 1.5;
    margin: 20px 0;
}

.main-content img {
    height: auto !important;
    max-width: 100%;
}

.main-content h1 {
    font-weight: bold;
    font-size: 18px;
    margin: 10px 0;
    text-transform: uppercase;
}

.main-content ul {
    list-style: none;
    margin: 20px 0;
    padding: 0px;
}

.main-content ul li {
    margin: 10px 0;
    padding: 0 0 0 30px;
    position: relative;
}

.main-content ol {
    list-style: none;
    margin: 20px 0;
    padding: 0px;
}

.main-content ol li {
    margin: 10px 0;
    padding: 0 0 0 50px;
    position: relative;
    font-style: italic;
}

.content-ol-list-li-number {
    position: absolute;
    left: 28px;
    top: 0;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
}

.content-ul-list-li-bullet {
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('/g/images/content-ul-list-li-bullet.png');
    background-position: 8px 7px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    top: -1px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}


.footer-copyright {
    padding: 10px;
}

.footer-copyright > a {
    font: 14px Arial;
    color: #FFF;
}


.footer-copyright  > div {
    font: 12px Arial;
    color: #FFF;
    line-height: 1.5;
    margin: 10px 0;
}

.footer-developer-link {
    padding: 15px 10px;
    border-bottom: 2px solid #656565;
    background: #333333;
}

.footer-developer-link > a {
    color: #FFF;
    padding: 15px 80px 10px 0;
    font-size: 12px;
    background-position: right center;
    background-repeat: no-repeat;
    text-decoration: none;
    background-image: url('/g/images/footer-bottom-developer.png');
}

.footer-promoter-link {
    padding: 20px 10px;
    background: #333333;
}

.footer-promoter-link > a {
    padding: 15px 50px 15px 0;
    font-size: 12px;
    background: url('/g/images/footer-bottom-promoter.png') right center no-repeat;
    text-decoration: none;
    color: #FFF;
}

.contacts-map {
    height: 250px;
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.contacts-map iframe {
    border: 0 !important;
}

.contacts-content table td {
    padding: 10px 20px 10px 0;
    vertical-align: top;
    line-height: 1.3;
    border: 0 !important;
}

.feedback-form {
    padding: 10px;
}

.feedback-form .feedback-field {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 2px solid transparent !important;
    padding: 3px 3px 3px 35px;
    margin-bottom: 10px;
    background-position: 8px center;
    background-repeat: no-repeat;
}

.feedback-form .feedback-field > input {
    width: 100%;
    border: 0;
    height: 18px;
    background-color: transparent;
    font-size: 14px;
    color: #FFF;
}

.feedback-form .feedback-field-name {
    background-image: url('/g/images/feedback-name-icon.png');
}

.feedback-form .feedback-field-phone {
    background-image: url('/g/images/feedback-phone-icon.png');
}

.feedback-form .feedback-field-email {
    background-image: url('/g/images/feedback-email-icon.png');
}

.feedback-form .feedback-field-captcha {
    background-image: url('/g/images/feedback-captcha-icon.png');
}

.feedback-send-button {
    display: block;
    margin: 15px auto;
    padding: 13px 0;
    border-radius: 3px;
    text-align: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #FFF !important;
    text-decoration: none;
    font-weight: bold;
    font-size: 17px;
}

.feedback-form .feedback-field-captcha-image {
    height: 42px;
    background-color: #F1F1F1 !important;
    border-color: #F1F1F1 !important;
    text-align: center;
}

.feedback-form .feedback-field-captcha-image > img {
    height: 42px;
    width: 200px;
}

.feedback-form input::-webkit-input-placeholder {
    color: #FFF;
}

.feedback-form input::-moz-placeholder {
    color: #FFF;
}

.feedback-form input:-moz-placeholder {
    color: #FFF;
}

.feedback-form input:-ms-input-placeholder {
    color: #FFF;
}

.counters {
    padding: 5px 0;
    background: #333333;
    margin-bottom: 50px;
    text-align: center;
}

.wide-element-wrapper {
    display: block;
    width: 100%;
    max-height: 200px;
    overflow: auto;
}

.feedback-agreement {
    display: block;
}

.feedback-agreement > * {
    vertical-align: middle;
    font-size: 13px;
}

.feedback-agreement > input {
    margin: 0 5px 0 0;
}

.totop-arrow {
	background: #FFF url('/g/images/totop-icon.png') center center no-repeat;
	border: 1px solid #bdbdbd;
	border-radius: 2px;
	bottom: 60px;
    box-shadow: 0px 0px 3px #868686;
    display: block;
    height: 40px;
	left: 20px;
    position: fixed;
    opacity: 0.8;
	width: 40px;
	z-index: 500;
}

.open-feedback-review-form-button {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #FFF !important;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    transition: all .1s linear;
    -webkit-transition: all .1s linear;
}

.g-mobile-hidden {
    display: none !important;
}

.front-actions-banners {
    margin: 10px auto;
    text-align: center;
}

.front-actions-banners img {
    width: 100%;
    max-width: 300px;
    margin: 10px 0px;
}

.front-categories {
    margin: 10px auto;
    text-align: center;
}

.front-categories img {
    width: 100%;
    max-width: 300px;
    margin: 10px 0;
}

.bottom-buttons {
    background: #FFF;
    box-shadow: 0 -2px 5px 0px rgba(0, 0, 0, .15);
    bottom: 0;
    left: 0;
    padding: 5px 0;
    position: fixed;
    right: 0;
    z-index: 1000;
}
.bottom-buttons__button {
    border-radius: 3px;
    color: #FFF;
    display: block;
    flex: 1 0 auto;
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1rem;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
}
.bottom-buttons__button:not(:last-of-type) {
    margin-right: 6px;
}


.front-servies {
	margin-bottom: 20px;
}

.front-services__column {
	max-width: 600px;
	margin: 20px auto;
	padding: 10px;
}
