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;
}

h1 {
    font-weight: bold;
    font-size: 20px;
    margin: 15px 0;
    text-transform: uppercase;
}

h2 {
    font-weight: bold;
    font-size: 18px;
    margin: 12px 0;
    text-transform: uppercase;
}

h3 {
    font-weight: bold;
    font-size: 16px;
    margin: 10px 0;
    text-transform: uppercase;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: url('/g/images/overlay-background.png');
    z-index: 900;
    width: 100%;
    height: 100%;
    min-height: 100%;
}

.overlay .wait-image {
    width: 250px;
    height: 10px;
    display: none;
    margin: 0 auto;
    background: url('/g/images/runner.gif') repeat-x;
    border: 2px solid #FFF;
}

.fixed-width {
    min-width: 960px;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.min-width {
    min-width: 960px;
}

.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;
    cursor: pointer;
    display: inline-block;
    font-size: .875rem;
    font-weight: 700;
    outline: none;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: .2s;
}

.header-top {
    padding: 20px 0;
}

.header-top > div {
    display: table;
}

.header-cell {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    min-height: 25px;
    line-height: 1.4;
}

.header-cell.cell-1 {
    width: 220px;
    padding-right: 10px;
}

.header-cell.cell-2, .header-cell.cell-4 {
    width: 25px;
}

.header-cell.cell-3 {
    min-width: 200px;
    padding: 0 15px;
    font-size: 14px;
    color: #4c4c4c;
}

.header-cell.cell-5 {
    width: 230px;
    padding: 0 15px;
    font-size: 16px;
    color: #4c4c4c;
}

.header-cell.cell-6 {
    width: 195px;
}

.header-cell.cell-6 > a {
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    display: block;
    text-align: center;
    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;
}

.header-cell.cell-6 > a:hover {
    opacity: 0.8;
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
}

.header-top-location-icon, .header-top-phone-icon {
    width: inherit;
    height: 16px;
    background-position: center center;
    background-repeat: no-repeat;
}

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

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

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

ul.header-navi > li {
    float: left;
}

ul.header-navi > li > a {
    display: block;
    height: 38px;
    padding: 22px 6px 0 6px;
    text-decoration: none;
    font-size: 14px;
    color: #FFF;
    background-image: url('/g/images/0.gif');
    transition: all .1s linear;
    -webkit-transition: all .1s linear;
    overflow: hidden;
}

ul.header-navi > li.navigator-element {
    max-width: 400px;
    background-image: url('/g/images/main-navigator-separator.png');
    background-position: center right;
    background-repeat: repeat-y;
    position: relative;
    z-index: 15;
}

ul.header-navi li.navigator-element > a:hover {
    background-color: #FFF;
    color: #4c4c4c;
    opacity: 0.6;
    -moz-opacity: 0.6;
    -webkit-opacity: 0.6;
}

ul.header-navi a.direct {
    text-decoration: underline;
}

ul.header-navi > li.home-element > a {
    padding: 0 !important;
    width: 50px;
    height: 60px;
    background-image: url('/g/images/main-navigator-home-ico.png') !important;
    background-position: center center !important;
    background-repeat: no-repeat;
}

ul.header-navi > li.navigator-element > ul {
    display: none;
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 20;
    width: inherit;
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.header-navi > li.navigator-element:hover > ul {
    display: block;
}

ul.header-navi > li.navigator-element > ul > li {
    background: url('/g/images/main-navigator-separator.png') 0px bottom repeat-x;
}

ul.header-navi > li > ul > li > a {
    display: block;
    padding: 15px 10px;
    width: 200px;
    text-decoration: none;
    color: #FFF;
}

ul.header-navi .other-links > span {
    display: block;
    width: 60px;
    height: 60px;
    background: url('/g/images/navi-other-links-background.png') center center no-repeat;
    cursor: pointer;
}

.main-banner {
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
}

.main-banner .title {
    display: block;
    font-size: 40px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
}

.main-banner span {
    font-size: 24px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
}

.main-banner p {
    font-size: 14px;
    color: #FFF;
    font-weight: bold;
}

.main-banner .readmore {
    font-size: 14px;
    padding: 8px 10px 8px 0;
    background-color: #FFF;
    text-decoration: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.main-banner .readmore {
    position: absolute;
    left: 0;
    bottom: 10px;
}

.readmore span {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('/g/images/readmore-ico.png');
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0px 7px 0px 5px;
    position: relative;
    top: 5px;
}

.front-images {
    background-color: #ededed;
    padding: 20px 0;
    text-align: center;
}

.front-images .image-element {
    display: inline-block;    
    width: 300px;
    height: 240px;
    margin-right: 15px;
    position: relative;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #d2d2d2;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
    text-align: left;
}

.front-images .image-element.last {
    margin-right: 0px !important;
}

.front-images .image-element > span {
    display: block;
    width: 261px;
    padding: 8px 4px 10px 35px;
    background-image: url('/g/images/front-images-info-ico.png');
    background-position: 4px 4px;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    border-radius: 0px 0px 3px 3px;
    -moz-border-radius: 0px 0px 3px 3px;
    -webkit-border-radius: 0px 0px 3px 3px;
    transition: all .1s linear;
    -webkit-transition: all .1s linear;
}

.front-images .image-element:hover > span {
    background-image: url('/g/images/front-images-info-hover-ico.png');
}

.front-images .image-element > span > span {
    font-size: 14px;
    color: #FFF;
}

.front-images .image-element:hover > span > span {
    display: inline;
}

.front-images .image-element > a {
    display: block;
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    background: url('/g/images/0.gif');
    z-index: 3;
}

.main-content {
    min-height: 100px;
}

.main-content.secondary {
    min-height: 500px;
}

.main-content > div {
    padding: 20px 0 30px 0;
    font-size: 16px;
    color: #4c4c4c;
}

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

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

.main-content a:hover {
    text-decoration: none;
}

.main-content .crumbs {
    margin: 15px 0;
    font-size: 12px;
    font-weight: bold;
    color: #B5B5B5;
}

.main-content .crumbs a {
    text-decoration: underline;
    font-size: 12px;
    font-weight: bold;
}

.main-content table {
    border-collapse: collapse;
}

.main-content table td {
    padding: 5px 10px;
    font-size: 14px;
    vertical-align: top;
}

.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%;
}

.feedback-form .title {
    display: block;
    color: #FFF;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.feedback-form .feedback-field {
    border-radius: 3px;
    border: 2px solid #FFF;
    padding: 3px 3px 3px 35px;
    margin-bottom: 10px;
    background-position: 8px center;
    background-repeat: no-repeat;
}

.feedback-form .long-field {
    width: 560px;
}

.feedback-form .short-field {
    width: 255px;
}

.feedback-form .floated {
    float: left;
}

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

.feedback-form .long-field > input {
    width: 560px;
}

.feedback-form .short-field > input {
    width: 255px;
}

.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');
    margin-right: 10px;
}

.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-form .feedback-field-captcha > input {
    height: 40px !important;
}

.feedback-form .feedback-field-captcha-image {
    margin-right: 10px;
    height: 42px;
    background-color: #F1F1F1 !important;
    border-color: #F1F1F1 !important;
    position: relative;
}

.feedback-form .captcha-refresh-link {
    position: absolute;
    top: 18px;
    right: 5px;
    font-size: 10px;
    text-decoration: none;
}

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

.feedback-form select {
    background: transparent;
    border: 2px solid #FFF;
    border-radius: 3px;
    box-sizing: border-box;
    color: #FFF;
    font-size: 16px;
    margin-bottom: 10px;
    outline: none;
    padding: 5px;
    width: 99%;
}
select option {
    background-color: #474747;
    font-size: 16px;
}

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

.feedback-modal-container {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: url('/g/images/overlay-background.png');
    z-index: 900;
}

.modal-feedback-form {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -170px;
    margin-top: -220px;
    width: 300px;
    padding: 20px;
    z-index: 991;
    border-radius: 3px 0px 3px 3px;
    -moz-border-radius: 3px 0px 3px 3px;
    -webkit-border-radius: 3px 0px 3px 3px;
}

.modal-feedback-form .feedback-send-button {
    margin: 15px 0 0 0 !important;
}

.feedback-close-link {
    display: block;
    padding: 3px 20px 3px 10px;
    height: 15px;
    position: absolute;
    top: -21px;
    right: 0px;
    text-transform: lowercase;
    font-size: 12px;
    text-decoration: none;
    color: #FFF;
    background: #333333 url('/g/images/modal-feedback-close-icon.png') right center no-repeat;
    border-radius: 3px 3px 0px 0px;
    -moz-border-radius: 3px 3px 0px 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
}

.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;
}

.footer-top > div {
    padding: 20px 0;
    text-align: center;
}

.footer-top a {
    text-decoration: none;
    color: #FFF;
    font-size: 14px;
    margin-right: 10px;
    font-weight: bold;
}

.footer-top a.direct, .footer-top a:hover {
    text-decoration: underline;
}

.footer-top span {
    margin-right: 10px;
}

.footer-middle {
    background-color: #333333;
}

.footer-middle > div {
    display: table;
    padding: 15px 0;
    background: url('/g/images/footer-middle-background.jpg') 0px bottom repeat-x;
}

.footer-cell {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    min-height: 25px;
    line-height: 1.4;
}

.footer-cell.cell-1 {
    width: 310px;
    padding-right: 10px;
    font-size: 12px;
    color: #FFF;
}

.footer-cell.cell-2, .footer-cell.cell-4 {
    width: 25px;
}

.footer-cell.cell-3 {
    width: 320px;
    padding: 0 10px;
    color: #FFF;
    font-weight: bold;
}

.footer-cell.cell-5 {
    padding-left: 10px;
    font-size: 12px;
    color: #FFF;
}

.footer-middle-location-icon, .footer-middle-phone-icon {
    width: inherit;
    height: 16px;
    background-position: center center;
    background-repeat: no-repeat;
}

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

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

.footer-bottom {
    background-color: #333333;
}

.footer-bottom  > div {
    padding: 15px 0 20px 0;
}

.footer-bottom  .counters {
    width: 250px;
    float: right;
    text-align: right;
}

.footer-link {
    color: #FFF;
    padding-top: 15px;
    padding-bottom: 10px;
    margin-right: 30px;
    font-size: 12px;
    background-position: right center;
    background-repeat: no-repeat;
    text-decoration: none;
}

.footer-developer-link {
    padding-right: 80px;
    background-image: url('/g/images/footer-bottom-developer.png');
}

.footer-promoter-link {
    padding-right: 50px;
    background-image: url('/g/images/footer-bottom-promoter.png');
}

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

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

.feedback-agreement {
    color: #FFF;
    display: block;
    font-size: 9px;
    position: relative;
}

.feedback-agreement > input {
    display: inline-block;
    margin: 0 5px 0 0;
    position: absolute;
}

.feedback-agreement > div {
    padding-left: 20px;
}

.feedback-agreement a {
    color: #FFF !important;
}

.totop-arrow {
    background: #FFF url('/g/images/totop-icon.png') center center no-repeat;
	bottom: 160px;
	border: 1px solid #bdbdbd;
    border-radius: 3px;
	box-shadow: 0px 0px 1px 2px #000;
	display: block;
    height: 50px;
	left: 40px;
    position: fixed;
	text-decoration: none;
	transition: .1s;
    width: 50px;
    z-index: 500;
}
.totop-arrow::before {
	bottom: 100%;
	color: #000;
	content: 'вверх';
	display: block;
	font-size: 18px;
	font-weight: 700;
	left: 50%;
	letter-spacing: 1px;
	line-height: 18px;
	padding-bottom: 10px;
	position: absolute;
	transform: translateX(-50%);
}

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

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

.front-actions-banners:after {
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

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

.front-categories img {
    width: 300px;
    height: 310px;
    margin: 10px;
    float: left;
}

.front-categories:after {
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}


.right-feedback-button {
    background-color: #fc5c61;
    border-radius: 10px 0 0 10px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    color: #FFF;
    display: none;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 10px 8px 12px;
    position: fixed;
    right: 0;
    text-decoration: none;
    text-transform: uppercase;
    top: 45%;
    z-index: 100;
}

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

.front-services:after {
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.front-services__column {
	width: 450px;
	float: left;
	padding: 10px;
}

.banner-rassrochka {
    display: block;
}
.banner-rassrochka > img {
    display: block;
    height: auto;
    max-width: 100%;
}