* {
    margin: 0;
    padding: 0;
    max-height: 1000000px;
    box-sizing: border-box;
}

*:after,
*:before {
    box-sizing: border-box;
}

html {
    height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
    display: block;
}

input,
textarea,
button,
a {
    outline: medium none;
}

img {
    border: none;
}

body {
    font: 16px "Open Sans", Arial, sans-serif;
    height: 100%;
    /*
    background: url(../goods.jpg) no-repeat scroll 50% 0 transparent;
    opacity: .5;
*/
}

.wrapper {
    width: 100%;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

a {
    text-decoration: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

ul {
    list-style: none;
}

i {
    display: inline-block;
}


/* Header
-----------------------------------------------------------------------------*/

.header {}

.logo {
    background: #ee3333 none repeat scroll 0 0;
    padding: 35px 0;
    position: relative;
    text-align: center;
    width: 170px;
    z-index: 10;
}
.logo .logoimg {
    min-height: 75px;
}

.logo img {
    margin-bottom: 5px;
}

.logo p {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    margin: -2px 0 -1px;
    text-transform: uppercase;
}

.logo span {
    display: block;
    font-size: 13px;
    font-weight: bold;
    text-transform: none;
}

.header nav li {
    display: inline-block;
    position: relative;
}

.header nav li:after {
    background-color: #ee3333;
    content: "";
    height: 3px;
    width: 0px;
    display: block;
    margin: 0 auto;
    transition: all 300ms linear;
}

.header nav ul {
    font-size: 0;
}

.header nav li.active:after,
.header nav li:hover:after {
    width: 100%;
    transition: all 300ms linear;
}

.header .center {
    padding: 0 150px 0 170px;
    text-align: center;
}

.header .phone {
    background-color: #ee3333;
    padding: 10px 9px 17px;
}

.header .phone i {
    margin: 5px 9px 0 0;
    vertical-align: top;
}

.header .phone a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.header nav a {
    color: #333333;
    display: block;
    font-size: 13px;
    font-weight: bold;
    padding: 14px 34px;
}

.container {
    width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.banner_main {
    background: transparent url("../img/main_b.png") no-repeat scroll 50% -40px;
    margin: -126px 0 20px;
}

.banner_form input {
    display: block;
}

.banner_form form {
    background-color: #031333;
    margin: 28px 28px 28px 33px;
    padding: 15px 15px 19px;
    text-align: center;
    width: 250px;
}

.banner_form form h5 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.banner_form {
    border-bottom: 7px solid #ee3333;
    border-right: 7px solid #ee3333;
    border-top: 7px solid #ee3333;
    margin: 35px 0 0;
    position: relative;
}

.banner_form:after {
    background-color: #ee3333;
    content: "";
    height: 35px;
    left: 0;
    position: absolute;
    top: 0;
    width: 7px;
}

.banner_form:before {
    background-color: #ee3333;
    bottom: 0;
    content: "";
    height: 81.5%;
    left: 0;
    position: absolute;
    width: 7px;
}

    .banner_form input[type="text"] {
        background-color: transparent;
        border: 1px solid #545a74;
        color: #ffffff;
        display: block;
        height: 35px;
        margin: 0 0 15px;
        padding: 0 8px;
        width: 100%;
    }

.banner_form input::-webkit-input-placeholder {
    color: #ffffff;
}

.banner_form input::-moz-placeholder {
    color: #ffffff;
}

.banner_form input:-moz-placeholder {
    color: #ffffff;
}

.banner_form input:-ms-input-placeholder {
    color: #ffffff;
}

.banner_form [type="submit"] {
    margin: 20px 0 0;
}

.btn_variant {
    border: medium none;
    display: block;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    height: 65px;
    width: 100%;
    padding: 17px 0 22px;
    cursor: pointer;
    text-align: center;
    background: #fabb04;
    background: -moz-linear-gradient(top, #fabb04 0%, #fabb04 2%, #fdde84 3%, #fdde84 4%, #fabb04 5%, #fbd311 96%, #fabb04 98%, #fabb04 100%);
    background: -webkit-linear-gradient(top, #fabb04 0%, #fabb04 2%, #fdde84 3%, #fdde84 4%, #fabb04 5%, #fbd311 96%, #fabb04 98%, #fabb04 100%);
    background: linear-gradient(to bottom, #fabb04 0%, #fabb04 2%, #fdde84 3%, #fdde84 4%, #fabb04 5%, #fbd311 96%, #fabb04 98%, #fabb04 100%);
}

.btn_variant:hover {
    background: #fabb04;
    background: -moz-linear-gradient(top, #fabb04 0%, #fabb04 2%, #fdde84 3%, #fdde84 4%, #fbd311 5%, #fabb04 100%);
    background: -webkit-linear-gradient(top, #fabb04 0%, #fabb04 2%, #fdde84 3%, #fdde84 4%, #fbd311 5%, #fabb04 100%);
    background: linear-gradient(to bottom, #fabb04 0%, #fabb04 2%, #fdde84 3%, #fdde84 4%, #fbd311 5%, #fabb04 100%);
}

.banner_form label {
    color: #ffffff;
    display: block;
    font-size: 13px;
    margin: 16px 0 0;
    text-align: left;
}

.banner_form .jq-checkbox {
    border: 1px solid #545a74;
    height: 12px;
    margin: 0 12px 0 0;
    vertical-align: middle;
    width: 12px;
}

.jq-checkbox.checked {
    overflow: visible!important;
}

.jq-checkbox .jq-checkbox__div {
    display: none;
}

.jq-checkbox.checked .jq-checkbox__div {
    display: block;
    height: 10px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 15px;
}

.banner_main h1 span {
    color: #ee3333;
    font-weight: bold;
    margin: 0 0 0 -7px;
}

.banner_main h1 {
    color: #fff;
    /*font-size: 33px;*/
    font-size: 27px;
    font-weight: 300;
    left: 255px;
    letter-spacing: 2px;
    position: absolute;
    top: 70px;
}

.banner_main .container {
    position: relative;
}

.banner_map {
    left: 18px;
    position: absolute;
    top: 160px;
}

h1, .text_edit h2, .text_edit h3,
.style_line_bottom {
    margin: 11px 0 22px;
    padding: 0 0 23px;
    position: relative;
    text-align: center;
}

h1:after, .text_edit h2:after, .text_edit h3:after,
.style_line_bottom:after {
    background-color: #ee3333;
    bottom: 0;
    content: "";
    height: 5px;
    left: 50%;
    margin-left: -15px;
    position: absolute;
    width: 30px;
}

.category_menu .item {
    display: inline-block;
    margin: 3px 0;
    position: relative;
    vertical-align: top;
    width: 225px;
}

.category_menu {
    margin: 20px 0 40px;
    text-align: center;
}

.category_menu .img_dop {
    position: absolute;
    right: 20px;
    top: 50px;
}

.goods_list .item a {
    margin-left: auto;
    margin-right: auto;
}

.category_menu .img {
    border: 5px solid #ececec;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
    width: 200px;
	max-width:150px;
    transition: all 250ms linear;
}

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

.category_menu .idx1 .img_dop {
    left: -52px;
    top: 54px;
}

.category_menu .idx2 .img_dop {
    left: -58px;
    top: 61px;
}

.category_menu .idx3 .img_dop {
    left: -37px;
    top: 79px;
}

.category_menu .desc p {
    color: #082842;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.category_menu .desc {
    margin: 14px 0 0;
}

.category_menu .desc span {
    color: #082842;
    font-size: 14px;
}

.category_menu .item:hover .img {
    /*border-color: #ee3333;*/
	opacity:0.4;
    transition: all 250ms linear;
}

.goods_list {
    font-size: 0;
}

.goods_list .item {
    padding: 0 6px;
    text-align: center;
    width: 25%;
    display: inline-block;
    vertical-align: top;
}

.goods_list .parent {
    margin: 0 -6px;
}

.line_lr {
    color: #031333;
    font-size: 36px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
}

.line_lr span {
    position: relative;
}

.line_lr span:after {
    content: "";
    width: 136px;
    height: 1px;
    background-color: #031333;
    position: absolute;
    top: 50%;
    left: -201px;
    margin-top: 2px;
}

.line_lr span:before {
    background-color: #031333;
    content: "";
    height: 1px;
    margin-top: 2px;
    position: absolute;
    right: -201px;
    top: 50%;
    width: 136px;
}

.border_box {
    border: 2px solid #616773;
}

.goods_list .desc h5 span {
    color: #031333;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
    vertical-align: middle;
}

.goods_list .desc h5 span:hover {
    text-decoration: underline;
}

.goods_list .desc span {
    color: #ee3333;
    display: block;
    font-size: 15px;
    font-weight: bold;
}

.main_arenda .border_box {
    background-color: #fcfcfc;
}

.goods_list {
    padding-bottom: 30px;
    padding-top: 30px;
}

.btn_default {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ee3333;
    color: #ee3333;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin: 24px 0 32px;
    padding: 9px 0;
    text-align: center;
    transition: all 250ms linear 0s;
    width: 175px;
    cursor: pointer;
}

.btn_default:hover {
    background-color: #ee3333;
    color: #fff;
    transition: all 250ms linear;
}

.btn a {
    color: #031333;
    font-size: 14px;
    text-decoration: underline;
}

.btn a:hover {
    text-decoration: none;
}

.btn {
    margin: 26px 0;
    text-align: center;
}

.goods_list h4 {
    padding: 25px 0;
}

.goods_list .desc h5 {
    height: 40px;
    line-height: 40px;
    margin: 16px 0 0;
    overflow: hidden;
}

.main_arenda {
    background-color: #fcfcfc;
    background-image: url("../img/bus_bg.png");
    background-position: right 124px;
    background-repeat: no-repeat;
}

.promo_uslugi {
    background: #fcfcfc url("../img/bg_main_uslugi.png") no-repeat scroll 50% 21px;
    margin: -60px 0 0;
    position: relative;
}

.promo_uslugi .text {
    margin: 110px 0 0;
    padding: 0 0 0 20px;
    text-align: center;
    width: 450px;
}

.promo_uslugi p {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    line-height: 33px;
}

.promo_uslugi p span {
    display: block;
    font-size: 30px;
    font-weight: bold;
}

.promo_uslugi .text {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    margin: 113px 0 0 25px;
    padding: 34px 0 40px 16px;
    position: relative;
    text-align: center;
    width: 425px;
}

.promo_uslugi .text:after {
    border-bottom: 5px solid #ee3333;
    border-right: 5px solid #ee3333;
    bottom: -3px;
    content: "";
    height: 35px;
    position: absolute;
    right: -3px;
    width: 35px;
    z-index: 10;
}

.promo_uslugi .top {
    padding-bottom: 40px;
    position: relative;
}

.promo_uslugi .bottom {
    margin: 28px 0 0 19px;
}

.promo_uslugi .img {
    margin: 0 90px 0 0;
}

.promo_uslugi .top::after {
    background-color: #ee3333;
    bottom: 0;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: -27px;
    position: absolute;
    width: 62px;
}

.promo_uslugi .bg {
    background: transparent url("../img/bg_after_promo_uslugi.png") no-repeat scroll 50% 0;
    height: 200px;
    margin: -85px 0 0;
    position: relative;
    width: 100%;
    z-index: 10;
}

.category_menu .btn {
    position: relative;
    z-index: 10;
}

.promo_uslugi .text .b_icons i {
    display: block;
}

.promo_uslugi .text .b_icons {
    height: 100%;
    left: -26px;
    position: absolute;
    top: 0;
}

.promo_uslugi .text .b_icons i {
    display: block;
    margin: 9px 0 0;
}

.promo_uslugi .text .b_icons i:after {
    background-color: #fff;
    bottom: -1px;
    content: "";
    height: 46px;
    left: 25px;
    position: absolute;
    width: 1px;
}

.promo_uslugi .text .b_icons i:first-child:after {
    background-color: #fff;
    content: "";
    height: 47px;
    left: 25px;
    position: absolute;
    top: -55px;
    width: 1px;
}

.promo_uslugi .text .b_icons i:first-child {
    margin-bottom: 12px;
    margin-top: 54px;
    position: relative;
}

.promo_uslugi .text .line {
    background-color: #fff;
    height: 63px;
    margin: 0 auto 0 22px;
    width: 5px;
}

.promo_pred {
    background: transparent url("../img/bg_seo.jpg") repeat scroll 0 0;
    padding: 42px 0 67px;
}

.promo_pred .img {
    border: 12px solid #fff;
    box-shadow: 0 0 4px 2px #ccc;
}

.promo_pred .right {
    width: 488px;
}

.promo_pred .text_edit {
    margin: 0;
    padding: 0;
}

.promo_pred h4 {
    color: #031333;
    font-size: 36px;
    font-weight: 400;
    margin: 11px 0 34px -49px;
    text-align: center;
}

.promo_pred .container {
    max-width: 100%;
}

.main_arenda .btn {
    position: relative;
    z-index: 10;
}

.promo_pred strong {
    font-size: 18px;
}

.promo_pred p {
    font-size: 14px;
    line-height: 24px;
}

.promo_pred .img {
    margin: 61px 0 0;
}

.promo_pred a {
    margin: 29px 0 0;
    padding: 12px 0 14px;
    width: 180px;
}

.promo_situation {
    background: transparent url("../img/bg_situation.jpg") no-repeat scroll 50% 0;
    padding: 34px 0 71px;
    background-size: cover;
     -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}

.promo_situation h4 {
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 29px;
}

.promo_situation h4 span {
    display: block;
    font-weight: 300;
}

.promo_situation li a {
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 0 0 0 12px;
    text-decoration: underline;
}

.promo_situation .navi ul {
    font-size: 0;
}

.promo_situation li {
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 10px 0 0;
    vertical-align: top;
    width: 29%;
}

.promo_situation li a:hover {
    text-decoration: none;
}

.promo_situation .navi {
    border: 1px solid #fff;
    padding: 31px 23px 29px 21px;
}

.promo_situation li i {
    float: left;
    margin: 7px 0 0;
}

.promo_situation li:nth-child(3n+2) {
    width: 40%;
}

.promo_situation .center {
    padding: 0 250px 0 309px;
}

.order_price .line_lr span:before {
    right: -95px;
    width: 65px;
}

.order_price .line_lr span::after {
    left: -95px;
    width: 65px;
}

.order_price {
    padding: 39px 0 120px;
    background: url(../img/bus_bg_l.png) no-repeat scroll 0 bottom transparent;
}

table {
    border-collapse: collapse;
    width: 100%;
}

th {
    background-color: #ee3333;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 12px;
}

.table {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 4px 2px #ccc;
    overflow: auto;
    padding: 17px;
}

.order_price h4 {
    margin: 0 0 47px;
    text-transform: none;
}

th:first-child {
    text-align: left;
    width: 250px;
}

td {
    border: 1px solid #fff;
    font-size: 14px;
    line-height: 19px;
    padding: 15px 10px;
    text-align: center;
}

td:first-child {
    font-weight: bold;
    text-align: left;
}

tbody tr:nth-child(2n) td {
    background-color: #c9c9c9;
}

td a,
td span {
    border-bottom: 2px dotted #42759a;
    color: #42759a;
}

td a:hover,
td span:hover {
    border-bottom: 2px dotted transparent;
}

.director .foto {
    border-radius: 50%;
    float: left;
    height: 185px;
    overflow: hidden;
    width: 185px;
}

.director .foto img {
    display: block;
    height: 100%;
    width: 100%;
}

.director .desc p span {
    color: #2b2b2b;
    display: block;
    font-size: 22px;
    font-style: italic;
    padding: 0 0 0 42px;
    width: 570px;
}

.director .desc {
    padding: 58px 0 0 230px;
}

.director .desc i {
    float: left;
}

.director {
    background: transparent url("../img/bg_director.png") no-repeat scroll 50% bottom;
    padding: 40px 0 57px;
}

.director .desc h6 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin: 46px 0 0;
}

.director .desc h6 span {
    font-weight: bold;
}

.calculator .parent {
    margin: 0 0 0 390px;
    position: relative;
    padding: 0 0 108px;
}

.calculator h4 {
    font-size: 36px;
    font-weight: 400;
    line-height: 35px;
    margin: 7px 0 32px;
    padding-bottom: 32px;
    text-align: left;
}

.calculator .style_line_bottom:after {
    left: 143px;
}

.calculator .row_form p {
    color: #031333;
    margin: 0 0 13px;
}

.row_form [type="text"] {
    border: 1px solid #031333;
    color: #031333;
    display: block;
    height: 40px;
    padding: 0 10px;
    width: 100%;
}

.row_form {
    margin: 0 0 13px;
}

.row_form .left,
.row_form .right {
    width: 47%;
}

.row_form .btn_default {
    border-width: 2px;
    display: block;
    margin: 5px 0 0;
    padding: 12px 0 15px;
    width: 100%;
}

.row_form label {
    color: #031333;
    display: block;
    font-size: 15px;
    margin: 19px 0 0;
}

.jq-checkbox {
    border: 1px solid #031333;
    height: 12px;
    margin: 0 10px 0 0;
    width: 12px;
}

.calculator {
    position: relative;
}

.calculator .parent:after {
    content: "";
    left: -188px;
    position: absolute;
    top: 5px;
    background-image: url(../img/spritesheet.png);
    background-position: 0px -287px;
    width: 110px;
    height: 110px;
}

.calculator .parent .calc-decor {
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    height: 445px;
    left: -690px;
    position: absolute;
    top: 81px;
    width: 644px;
}


/* Middle
-----------------------------------------------------------------------------*/

.content {
    padding: 0 0 130px;
}


/* Footer
-----------------------------------------------------------------------------*/

.footer {
    background: #031333 none repeat scroll 0 0;
    height: 74px;
    margin: -74px auto 0;
    position: relative;
}

.footer .adress {
    line-height: 24px;
    margin: 26px 0 0 11px;
}

.footer .adress p {
    color: #fff;
    font-size: 14px;
}

.footer .phone {
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin: 21px 0 0;
}

.footer nav li a {
    color: #fff;
    display: block;
    font-size: 12px;
    padding: 0 22px;
}

.footer nav li {
    display: inline-block;
}

.footer nav {
    padding: 22px 215px 0 170px;
    text-align: center;
}

.footer .phone i {
    margin: 0 20px 0 0;
}

.footer .right .btn_default {
    border-width: 2px;
    margin: 9px 0 0;
    padding: 12px 0;
    width: 100%;
}

.header .bottom {
    background: transparent url("../img/inner_b.png") no-repeat scroll 50% -49px;
    height: 235px;
    margin: -126px 0 0;
}

.header .bottom .btn_variant_2 {
    float: right;
}

.btn_variant_2 {
    border: 2px solid #ee3333;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin: 11px 0 0;
    padding: 14px 0;
    text-align: center;
    transition: all 250ms linear 0s;
    width: 269px;
}

.inner .header h5 i {
    margin: 0 0 0 53px;
    vertical-align: middle;
}

.btn_variant_2:hover {
    background: #ee3333;
    transition: all 250ms linear;
}

.header .bottom h5 {
    color: #fff;
    float: left;
    font-size: 36px;
    font-weight: 300;
    margin: 8px 0 0 123px;
}

.header .bottom h5 span {
    color: #ee3333;
    font-weight: bold;
}

.breadcrumbs a {
    color: #031333;
    font-size: 12px;
    margin: 0 10px 0 0;
    padding: 0 18px 0 0;
    text-decoration: underline;
    transition: all 250ms linear;
    position: relative;
}

.breadcrumbs a:after {
    background-image: url(../img/spritesheet.png);
    background-position: -242px -287px;
    width: 4px;
    height: 7px;
    content: "";
    position: absolute;
    top: 5px;
    right: 0;
}

.breadcrumbs a:hover {
    text-decoration: none;
    transition: all 250ms linear;
}

.breadcrumbs {
    margin: 0 0 26px;
}

.breadcrumbs span {
    color: #ee3333;
    font-size: 12px;
}

.inner h1 {
    font-size: 36px;
    font-weight: normal;
    text-transform: uppercase;
}

.inner .header {
    margin: 0 0 -63px;
}

.b_filter ul {
    display: block;
    margin: 0 0 0 11px;
    padding: 0 0 0 105px;
}

.b_filter li {
    border: 1px solid transparent;
    display: inline-block;
    margin: 0 1px 5px;
    padding: 4px 0 7px;
    text-align: center;
    transition: all 250ms linear 0s;
    vertical-align: top;
    width: 90px;
}

.b_filter strong {
    display: inline-block;
    vertical-align: middle;
}

.b_links {
    margin: -12px 0 0;
    text-align: center;
}

.b_filter {
    margin: 33px 0 22px;
}

.b_links a {
    color: #031333;
    font-size: 15px;
    margin: 0 52px;
    text-decoration: underline;
    transition: all 250ms linear;
}

.b_links a:hover {
    text-decoration: none;
    transition: all 250ms linear;
}

.b_filter strong {
    color: #031333;
    display: block;
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin: 8px 0 0;
}

.b_filter li span,
.b_filter li a {
    border-bottom: 1px dotted #031333;
    color: #031333;
    font-size: 13px;
    transition: all 250ms linear;
}

.b_filter li span {
    border-bottom: none;
}

.b_filter .current a,
.b_filter li:hover a {
    border-bottom: medium none transparent;
    transition: all 250ms linear;
}

.b_filter .current,
.b_filter li:hover {
    border: 1px solid #ee3333;
    transition: all 250ms linear;
}

.goods_list .item .price {
    padding: 0 10px;
}

.goods_list .item .price .right {
    color: #031333;
}

.text_edit {
    background: transparent url("../img/bg_seo.jpg") repeat scroll 0 0;
    margin: 40px 0;
    padding: 41px 0 27px;
}

.text_edit .container * {
    max-width: 100%;
}

.text_edit h2 {
    color: #031333;
    font-size: 30px;
    font-weight: normal;
}

.text_edit p {
    color: #031333;
    margin: 0 0 27px;
}

.text_edit h3 {
    font-size: 16px;
    margin: 26px 0 19px;
}

.text_edit ul {
    margin: 19px 0 24px 42px;
}

.text_edit ul li {
    margin: 0 0 13px;
    padding: 0 0 0 28px;
    position: relative;
}

.text_edit ul li:after {
    background: #ee3333 none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 7px;
}

.inner .goods_list {
    position: relative;
}

.inner .goods_list:after {
    background: transparent url("../img/bus_bg.png") no-repeat scroll right 0;
    content: "";
    height: 363px;
    position: absolute;
    right: 0;
    top: -79px;
    width: 305px;
    z-index: -1;
}

.inner .goods_list .item {
    margin-bottom: 12px;
}

.inner .goods_list .border_box {
    background-color: #fff;
}

.uslugi_list .item {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 15px;
    padding: 0 5px;
    text-align: center;
    width: 25%;
}

.uslugi_list .parent {
    margin: 0 -5px;
}

.uslugi_list .item p {
    background-color: #fff;
    color: #ee3333;
    font-size: 15px;
    font-weight: bold;
    height: 98px;
    line-height: 20px;
    overflow: hidden;
    padding: 15px 10px;
}

.uslugi_list .item:hover a {
    border: 2px solid #ee3333;
}

.uslugi_list .item a {
    border: 2px solid transparent;
    display: block;
}

.uslugi_list {
    position: relative;
    font-size: 0;
}

.uslugi_list:after {
    background: transparent url("../img/bus_bg.png") no-repeat scroll right 0;
    width: 305px;
    height: 363px;
    content: "";
    right: 0;
    position: absolute;
    top: 25px;
    z-index: -1;
}

.inner h1 {
    color: #031333;
    font-size: 36px;
    font-weight: 400;
    margin: 0 0 16px;
    text-align: center;
    text-transform: uppercase;
}

.inner .promo_uslugi {
    margin: 0 0 -40px;
}

.c_map {
    border: 2px solid #616773;
    position: relative;
}

.c_map .desc {
    left: 31px;
    position: absolute;
    top: 26px;
    width: 336px;
}

.c_map h6 {
    color: #031333;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 18px;
}

.c_map .parent {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #ee3333;
    padding: 15px 0 15px 19px;
    position: relative;
}

.c_map .parent > i {
    margin: 0;
    position: absolute;
    right: -94px;
    top: 115px;
}

.c_map p {
    color: #031333;
    font-size: 14px;
    margin: 0 0 18px;
}

.c_map a {
    color: #031333;
    font-size: 14px;
}

.c_map i {
    margin: 0 11px 0 0;
    vertical-align: middle;
}

.coordinats {
    position: relative;
    margin-bottom: 30px;
}

.coordinats:after {
    background: transparent url("../img/bus_bg_l_d.png") no-repeat scroll 0 0;
    content: "";
    height: 304px;
    left: 0;
    position: absolute;
    top: -55px;
    width: 283px;
    z-index: -1;
}

.inner .text_edit {
    margin-bottom: 0;
}

.goods .promo_uslugi:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/bg_seo.jpg) repeat scroll 0 0 transparent;
    z-index: -1;
}

.goods .promo_uslugi {
    background-color: transparent;
}

.inner .goods .promo_uslugi {
    margin: 0;
}

.goods .goods_list {
    padding-top: 30px;
}

a.fancybox-close {
    right: -23px;
}

#fancybox-loading,
#fancybox-lock,
.fancybox-wrap,
.fancybox-skin,
.fancybox-inner,
.fancybox-error,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-wrap embed,
a.fancybox-close,
a.fancybox-expand,
a.fancybox-nav,
a.fancybox-nav span,
.fancybox-tmp {
    box-sizing: content-box;
}

.goods .prev .parent {
    text-align: center;
}

.goods .prev .item {
    border: 3px solid #616773;
    display: inline-block;
    margin: 0 14px;
    transition: all 250ms linear;
}

.goods .prev .item:hover {
    cursor: pointer;
    border-color: #ee3333;
    transition: all 250ms linear;
}

.goods > .parent .left {
    width: 550px;
}

.prev .parent {
    padding: 0 13px;
}

.goods > .parent .img {
    border: 3px solid #031333;
    transition: all 250ms linear;
}

.goods > .parent .img:hover {
    cursor: pointer;
    border-color: #ee3333;
    transition: all 250ms linear;
}

.nav-prev {
    left: 0;
    margin-top: -14px;
    position: absolute;
    top: 50%;
}

.nav-prev:hover,
.nav-next:hover {
    opacity: .5;
    cursor: pointer;
}

.nav-next {
    right: 0;
    margin-top: -14px;
    position: absolute;
    top: 50%;
}

.prev {
    margin: 30px 0 0;
}

.goods > .parent .right {
    width: 380px;
}

.props span {
    color: #031333;
    float: right;
    font-size: 16px;
    font-weight: bold;
}

.props p:first-child span {
    color: #ee3333;
}

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

.props p:nth-child(2n) {
    background-color: #ededed;
}

.props {
    border-bottom: 1px solid #ededed;
    margin: 0 0 15px;
    padding: 0 0 11px;
}

.goods h1 {
    margin: -6px 0 42px;
    text-transform: none;
}

.props p {
    font-size: 14px;
    line-height: 19px;
    padding: 10px 10px 11px 21px;
}

.props {
    border-bottom: 1px solid #ededed;
    margin: -12px 0 35px;
    padding: 0 0 3px;
}

.poup {
    background: transparent url("../img/bg_form.jpg") no-repeat scroll 50% 0;
    padding: 15px 45px 20px;
    text-align: center;
    width: 309px;
    background-size: 102% 102%;
    -webkit-background-size: 102% 102%;
    -o-background-size: 102% 102%;
    -moz-background-size: 102% 102%;
}

textarea {
    resize: none;
}

.popup [type="text"],
textarea {
    font-family: "Open Sans";
    font-size: 12px;
}

.poup h5 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 30px;
    text-transform: uppercase;
}

.poup p {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.poup form {
    margin: 30px 0 0;
}

.poup input[type="text"],
.poup textarea {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #fff;
    color: #fff;
    padding: 10px;
    width: 100%;
}

.poup .btn_variant {
    height: 50px;
    padding: 0;
}

.close_popup_form {
    position: absolute;
    right: 7px;
    top: 0;
}

.fancybox_form {
    cursor: pointer;
}

[type="submit"] {
    cursor: pointer;
}

.btn_default.fancybox_form.hidden_desktop {
    display: none;
}

.banner_form [type="checkbox"] {
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: middle;
}

.goods_list .btn_default {
    margin-left: auto;
    margin-right: auto;
}

.category_menu .img img {
    border-radius: 50%;
}


/*------------------------------MEDIA-------------------------------------------*/

@media only screen and (max-width:999px) {
    .container {
        width: 768px;
    }
    .logo {
        padding: 9px 0 7px;
        width: 100px;
    }
    .logo .logoimg {
        min-height: 0;
    }
    .logo img {
        padding: 0 10px;
        width: 100%;
    }
    .logo p {
        display: none;
    }
    .banner_main {
        margin: -15px 0 20px;
    }
    .header .center {
        padding: 1px 176px 15px 103px;
    }
    .header nav a {
        padding: 14px 15px;
    }
    .banner_main h1 {
        left: 22px;
    }
    .goods_list .item .btn_default {
        margin-bottom: 15px;
        width: 90%;
    }
    .main_arenda {
        background: #fcfcfc;
    }
    .promo_uslugi .text {
        width: 350px;
    }
    .promo_uslugi .img {
        margin: 0;
    }
    .promo_pred .left {
        float: none;
        margin: 0 auto;
        width: 386px;
    }
    .promo_pred .right {
        width: 100%;
    }
    .promo_pred h4 {
        margin-left: 0;
    }
    .promo_pred .img {
        margin: 5px 0 0;
    }
    .promo_pred a {
        margin: 29px auto 0;
    }
    .promo_situation h4 {
        font-size: 28px;
    }
    .promo_situation .center {
        padding: 94px 0 0 187px;
    }
    .promo_situation {
        padding: 5px 0 25px;
    }
    .line_lr span:after,
    .line_lr span:before {
        display: none;
    }
    .director .desc p span {
        width: 475px;
    }
    .order_price {
        background: none;
        padding: 39px 0 50px;
    }
    .director .desc h6 {
        font-size: 14px;
        margin: 48px 0 0 -27px;
    }
    .calculator .parent {
        margin: 0 0 0 215px;
    }
    .goods_list .desc span.left,
    .goods_list .desc span.right {
        float: none;
    }
    .header .bottom {
        margin: -15px 0 0;
    }
    .b_links a {
        margin: 0 10px;
    }
    .b_filter strong {
        display: block;
        float: none;
        margin: 0 0 10px;
        text-align: center;
    }
    .b_filter ul {
        display: block;
        margin: 0;
        padding: 0;
        text-align: center;
    }
    .header .bottom h5 {
        margin: 8px 0 0 15px;
    }
    .inner .header h5 i {
        margin: 0 0 0 28px;
    }
    .c_map .img img {
        height: auto;
        max-width: none;
        width: auto;
    }
    .c_map .img {
        overflow: hidden;
    }
    .goods > .parent .left {
        width: 330px;
    }
    .promo_situation li {
        width: 49% !important;
    }
}

@media only screen and (max-width: 767px) {
    .container {
        width: 480px;
    }
    .goods_list .item {
        margin: 0 0 12px;
        width: 50%;
    }
    .promo_uslugi .right {
        display: none;
    }
    .calculator .parent .calc-decor,
    .calculator .parent:after {
        display: none;
    }
    .calculator .parent {
        margin: 0;
        padding: 0 0 30px;
    }
    .row_form .left,
    .row_form .right {
        width: 100%;
    }
    .row_form label {
        margin: 7px 0 12px;
    }
    .footer nav {
        display: none;
    }
    .director .foto {
        height: 92px;
        width: 92px;
    }
    .director .foto img {
        display: block;
        width: 100%;
    }
    .director .desc {
        padding: 3px 0 0 72px;
    }
    .promo_situation li {
        margin: 0 0 6px;
    }
    .promo_situation .left,
    .promo_situation .right {
        float: none;
    }
    .promo_situation h4 {
        font-size: 22px;
    }
    .promo_situation .center {
        padding: 0;
    }
    .promo_situation .navi {
        padding: 11px 23px 6px 21px;
    }
    .line_lr {
        font-size: 22px;
    }
    .director .desc p span {
        width: 390px;
    }
    .promo_uslugi .bg {
        margin: -60px 0 0;
    }
    .category_menu .item {
        margin: 3px 0 30px;
    }
    .banner_map {
        display: none;
    }
    .banner_form {
        float: none;
        margin: 110px auto 0;
        width: 315px;
    }
    .banner_main {
        margin: 0;
        padding: 1px 0 0;
    }
    .banner_form:after {
        height: 111px;
    }
    .banner_main h1 {
		left: 30px;
		top: -96px;
		background: #031333;
    }
    .header .center {
        padding: 73px 0 0;
    }
    .header .bottom {
        margin: 0;
    }
    .header .bottom {
        background: transparent url("../img/inner_b.png") no-repeat scroll 50% -10px;
        height: 270px;
        margin: 0px 0 0;
    }
    .header .bottom h5 {
        float: none;
        margin-left: -15px;
        margin-top: 0;
        padding-top: 5px;
        text-align: center;
        width: 100%;
    }
    .header .bottom .btn_variant_2 {
        float: none;
        margin: 17px auto;
    }
    .uslugi_list .item {
        width: 50%;
    }
    .c_map .img > img {
        display: none;
    }
    .c_map .desc {
        background: #fff none repeat scroll 0 0;
        left: 0;
        padding: 15px 0 1px 19px;
        position: relative;
        top: 0;
        width: 100%;
    }
    .goods > .parent .left {
        float: none;
        width: 100%;
    }
    .goods > .parent .right {
        float: none;
        margin: 25px 0 0;
        width: 100%;
    }
    .goods_list:after,
    .uslugi_list:after,
    .coordinats:after {
        display: none;
    }
    .promo_situation li {
        width: 100% !important;
    }
    .banner_main {
        background-image: url("../img/main_b_mob.png");
    }
    .promo_uslugi {
        background-image: url("../img/bg_main_uslugi_mob.png");
    }
    .promo_situation {
        background-image: url("../img/bg_situation_mob.jpg");
    }
    .director {
        background-image: url("../img/bg_director_mob.png");
    }
    .header .bottom {
        background-image: url("../img/inner_b_mob.png");
    }
    .promo_uslugi .bg {
        background-image: url("../img/bg_after_promo_uslugi_mob.png");
    }
    .c_map .parent {
        border: medium none;
    }
    .c_map .parent > i{
        display: none;
    }
}

@media only screen and (max-width: 479px) {
    .container {
        width: 320px;
    }
    .banner_form form {
        margin: 0;
    }
    .banner_form {
        width: 100%;
    }
    .banner_main h1 {
		font-size: 24px;
		left: 0;
		letter-spacing: 0;
		text-align: center;
		top: -110px;
		width: 100%;
		background: #031333;
    }
    .banner_form form {
        margin: 0;
        padding-left: 20px;
        width: 100%;
    }
    .goods_list .item {
        margin: 0 0 12px;
        width: 100%;
    }
    .promo_uslugi p {
        font-size: 18px;
    }
    .promo_uslugi p span {
        font-size: 22px;
    }
    .promo_uslugi .text {
        width: 250px;
    }
    .promo_uslugi .bottom {
        margin: 27px 0 0;
    }
    .promo_pred .left {
        width: 100%;
    }
    .promo_pred h4 {
        font-size: 24px;
    }
    .promo_situation li a {
        font-size: 12px;
    }
    .promo_situation h4 {
        font-size: 16px;
    }
    .promo_situation .navi {
        padding: 3px 0 2px;
        border: none;
    }
    .director .desc p span {
        font-size: 16px;
        padding: 0;
        width: 205px;
    }
    .director .foto {
        display: none;
    }
    .director .desc {
        padding: 0;
    }
    .director .desc p span {
        font-size: 16px;
        padding: 0;
        width: 100%;
    }
    .director .desc h6 {
        margin: 30px 0 0;
    }
    .calculator h4 {
        font-size: 28px;
    }
    .category_menu .item {
        width: 300px;
    }
    .inner .header h5 i {
        display: none;
    }
    .inner h1 {
        font-size: 22px;
    }
    .b_links a {
        display: block;
        margin: 0 0 10px;
    }
    .text_edit h2 {
        color: #031333;
        font-size: 22px;
        font-weight: normal;
    }
    .text_edit p,
    .text_edit li {
        font-size: 14px;
    }
    .text_edit ul {
        margin: 19px 0 24px;
    }
    .text_edit ul li {
        margin: 0 0 13px;
        padding: 0 0 0 20px;
        position: relative;
    }
    .uslugi_list .item {
        float: none;
        margin-left: auto;
        margin-right: auto;
        width: 95%;
    }
    .inner h1 {
        font-size: 22px;
    }
    .c_map i {
        display: none;
    }
    .c_map .desc {
        padding: 15px 0 1px 9px;
    }
    .btn_default.fancybox_form.hidden_desktop {
        display: block;
        margin: 40px 0 0;
        padding: 14px 0 9px;
        width: 50px;
    }
    .btn_default.fancybox_form.hidden_mobile {
        display: none;
    }
    .footer .phone {
        display: none;
    }
    .poup {
        padding-left: 20px;
        padding-right: 20px;
        width: 260px;
    }
    .goods .prev .item {
        margin: 0 5px;
    }
    .prev {
        margin: 15px 0 0;
    }
    .banner_main h1 span {
        margin: 0;
    }
}
form [name="Email"] {
    left: -10000px;
    position: absolute;
}
form .input-validation-error {
    border-color: red !important;
}
[data-type="errormessage"],
.field-validation-error {
    color: red;
    display: block;
    font-size: 12px;
    line-height: 12px;
    text-align: left;
    margin-bottom: 4px;
}
.field-validation-valid {
    display: block;
    margin-bottom: 15px;
}
.poup {
    color: #fff;
}
.banner_form [type="submit"] {
    margin: 20px 0 0;
}

[data-type=mapAddress] {
  height: 390px;
}

/*------�������� Privacy Policy----------*/
.privacy-policy-block {
    font: 10pt sans-serif;
    margin-bottom: 20px;
}

    .privacy-policy-block h3 {
        margin-top: 10px;
        font-weight: bolder;
        font: 15pt sans-serif;
    }

/*-------------�������� ���������� � ����� ����������----------*/

/*�����*/
.privpolicy-errormessage {
    display: none;
}

.send-form-privacy-policy-block {
    display: block;
    margin: 0 auto;
    color: white;
    
}

    .send-form-privacy-policy-block td {
        border: 0px;
    }
    
    .send-form-privacy-policy-block a {
        color: white;
    }

        .send-form-privacy-policy-block a:visited {
            color: white;
        }

        .send-form-privacy-policy-block a:active {
            color: white;
        }

        .send-form-privacy-policy-block a:hover {
            color: white;
        }

.validation-font {
    margin: 5px auto;
    text-align: center;
    font-size: 1rem;
}

.validation-message {
    margin-left: 0 !important;
    overflow-wrap: break-word !important;
    white-space: normal !important;
    line-height: 1em !important;
}

.errorMessage {
    font-size: 9pt;
    line-height: 9pt;
    color: red;
    display: none;
}


.policy-block-table {
    /*width: 700px;*/
    max-width: 100%;
    margin: 0 auto;
}

.send-form-privacy-policy-block input[type=checkbox] {
    transform: scale(1.5);
}


/*GetFormOrder*/

.send-form-privacy-policy-block.privacy-policy-GetFormOrder td {
    
    font-size: 9pt;
    line-height: 12pt;
    padding: 0 0 0 4px;
}

.privacy-policy-GetFormOrder {
    padding-bottom: 5px;
    padding-top: 10px;
}

/*GetFormCalculator*/

.send-form-privacy-policy-block.privacy-policy-GetFormCalculator td {
    font-size: 15px;
}

.privacy-policy-GetFormCalculator {
    padding-top: 10px;
    width: 600px;
    color: #031333;
}

    .privacy-policy-GetFormCalculator a {
        color: #031333;
    }

        .privacy-policy-GetFormCalculator a:hover {
            color: #031333;
        }

        .privacy-policy-GetFormCalculator a:active {
            color: #031333;
        }

        .privacy-policy-GetFormCalculator a:visited {
            color: #031333;
        }

/*GetPopupZakaz*/

.privacy-policy-PopupZakaz .jq-checkbox {
    border: 1px solid #ffffff;
}

.privacy-policy-PopupZakaz td {
    font-size: 9pt;
    padding-top: 0pt;
}

.privacy-policy-PopupZakaz .errorMessage {
    padding-bottom: 10px;
}

.call_back_button{
	display: inline-block;
    font-size: 14px;
    padding: 7px;
    background: #fff;
    border: 1px solid #ee3333;
    color: #ee3333;
    font-weight: 600;
}



@media (min-width: 765px) and (max-width: 1100px) {
	.banner_main h1{
		max-width: 220px;
	}
}

@media (max-width: 770px) {
	.right.phone{
		float: left;
		margin-top: 10px;
	}
	
	
	.header>.container{
		text-align: center;
		background: #031333;
	}
	
	.header>.container>.left{
		margin: 0 auto;
		display: inline-block;
		float: unset;
	}
	
}








