.clear-indents {
    margin: 0;
    padding: 0;
}

.pf-red {
  color: #e5402f;
}
.shadow {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    -moz-opacity: .2;
    -khtml-opacity: .2;
    opacity: .2;
    -ms-filter: "alpha(Opacity=20)";
    filter: alpha(opacity=20);
    zoom: 1
}

.popup-form {
    /*background: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    position: fixed;
    z-index: 99*/
}
.request-form .popup-form__exit {
    position: absolute;
    right: 26px;
    top: 30px;
    display: block;
    height: 18px;
    width: 18px;
    background: url(/imgs/site/exit.png) no-repeat;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.request-form .popup-form__exit:hover {background: url(/imgs/site/exit.png) 0 bottom no-repeat;}
.win .request-form .wcl.popup-form__exit {
    height: 18px;
    width: 18px;
}

.request-form {
    width: 730px;
    height: 660px; /*left:50%;margin-left:-365px;top:50%;margin-top:-300px*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.request-form__left {
    float: left;
    width: 260px;
    border-right: 1px solid #e9e9e9;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.request-form__right {
    float: left;
    padding-left: 53px;
    height: 100%;
    width: 460px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.win .request-form h1.title1 {
  font: 30px Arial, sans-serif !important;
  color: #162138 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.request-form h2.title2 {
  font: 16px Arial, sans-serif;
  color: #515764;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.request-form .title3 {
  font: 1.875em Arial, sans-serif;
  color: #515764;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.label-text.dash, .dash {
  border-bottom: 1px dashed #515764;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.request-form a {
    cursor: pointer;
}

.request-form label {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.input, .textarea {
    border: 1px solid #c8c8c8;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15);
    padding: 0 5px;
    font: 18px Arial, sans-serif;
    color: #515764;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.input {
    height: 32px;
    width: 280px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.textarea {
    min-height: 70px;
    height: 70px;
    max-height: 70px;
    min-width: 280px;
    width: 280px;
    max-width: 280px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

 input.input, textarea.textarea {
    border: 1px solid #c8c8c8;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15);
    padding: 0 5px;
    font: 18px Arial, sans-serif;
    color: #515764;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

input.input {
    height: 32px;
    width: 280px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



textarea.textarea {
    min-height: 70px;
    height: 70px;
    max-height: 70px;
    min-width: 280px;
    width: 280px;
    max-width: 280px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

textarea:focus, input:focus, button:focus {
    outline: 0
}

textarea.textarea:focus, input.input:focus, .textarea:focus, .input:focus {
    border-color: #3674c1;
}

.request-form .send-button {
    background-color: #e5402f;
    -webkit-box-shadow: inset 0 2px 1px #f98174;
    -moz-box-shadow: inset 0 2px 1px #f98174;
    box-shadow: inset 0 2px 1px #f98174;
    border: solid 1px #ce2e1d;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font: 700 16px Arial, sans-serif;
    color: #fff;
    text-shadow: 0 -1px 1px #b62b1d;
    height: 36px;
    width: 130px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.request-form .send-button:hover {
    background-color: #f35545;
    -webkit-box-shadow: inset 0 2px 1px #f98174;
    -moz-box-shadow: inset 0 2px 1px #f98174;
    box-shadow: inset 0 2px 1px #f98174;
    border: solid 1px #ce2e1d;
}
.request-form .send-button:focus{
    background-color: #d33c2c;
    -webkit-box-shadow: inset 0 2px 1px #933025;
    -moz-box-shadow: inset 0 2px 1px #933025;
    box-shadow: inset 0 2px 1px #933025;
    border: solid 1px #ce2e1d;
    color: #f5dedb;
    text-shadow: 0 -1px 1px #b62b1d;
}
.request-form input[type=checkbox] {
    margin-right: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

.request-form .input {
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.request-form .send-button {
    margin: 20px 0 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.request-form .title1 {
    margin: 50px 0 15px;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.request-form .title2 {
    line-height: 22px;
    margin: 0;
    font-weight: 700;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.town-filter {
    margin: 15px 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

div.request-form .good {
    float: left;
    margin: 45px 0 0 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.good__image {
    width: 220px;
    text-align: center;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.good__image img {
    max-width: 200px;
    max-height: 200px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

 .good__title, a.good__title {
    font: 18px Arial, sans-serif;
    color: #3674c1;
    text-decoration: none;
    border-bottom: 1px solid #c2d5ec;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition-timing-function: easy-out;
    transition-duration: 0.3s;
}

 .good__title:hover, a.good__title:hover {
    text-decoration: none;
    color: #bd341e;
    border-color: #e8b8ba;
    transition-timing-function: easy-out;
    transition-duration: 0s;
}

.label-text, .label-text:hover {
    color: #515764;
    font: 12px Verdana, Arial, sans-serif;
    text-decoration: none;
}

.good__text, .good__text:hover {
    color: #515764;
    font: 11px Verdana, Arial, sans-serif;
    text-decoration: none
}

.good__company-name, a.good__company-name {
    font: 14px Arial, sans-serif;
    color: #162138;
    text-decoration: none;
    border-bottom: 1px solid #d0d3d7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.good__company-name:hover, a.good__company-name:hover {
    color: #162138;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.rur {
    width: 21px;
    height: 24px;
    background: url(/imgs/rur.png) center center no-repeat;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img.rur {
    background: none;
    width: auto;
    height: 21px;
    padding: 3px 0 0 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.good__price {
    font: bold 16px Arial, sans-serif;
    color: #162138;
    line-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.good__price span {
    display: block;
    float: left;
    font: normal 22px Arial, sans-serif;
    color: #162138;
    padding-right: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.good__price:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .good__price {
    zoom: 1
}

:first-child+html .good__price {
    zoom: 1
}

.bold {font-weight: 700 !important;}

.request-form .counter {
    height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.counter__lbt, .counter__rbt {
    width: 34px;
    display: block;
    height: 30px;
    float: left;
    font: 700 16px Arial, sans-serif;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.counter__lbt:hover, .counter__rbt:hover {
    font: 700 16px Arial, sans-serif;
    color: #fff;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.counter__lbt {
    border: 1px solid #bcbcbc;
    background-color: #e8e8e8;
    -webkit-box-shadow: inset 0 2px 1px #fff;
    -moz-box-shadow: inset 0 2px 1px #fff;
    box-shadow: inset 0 2px 1px #fff;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    text-shadow: 0 -1px #d1d1d1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: default;
    padding: 5px;
}
.counter__lbt.active {
    background-color: #e5402f;
    -webkit-box-shadow: inset 0 2px 1px #f98174;
    -moz-box-shadow: inset 0 2px 1px #f98174;
    box-shadow: inset 0 2px 1px #f98174;
    border: solid 1px #ce2e1d;
    text-shadow: 0 -1px 1px #b62b1d;
    cursor: pointer;
}
.counter__rbt {
    background-color: #e5402f;
    -webkit-box-shadow: inset 0 2px 1px #f98174;
    -moz-box-shadow: inset 0 2px 1px #f98174;
    box-shadow: inset 0 2px 1px #f98174;
    border: solid 1px #ce2e1d;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    text-shadow: 0 -1px 1px #b62b1d;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    padding: 6px 5px 4px;
}

input.counter__field {
    border-top: 1px solid #bcbcbc;
    border-bottom: 1px solid #bcbcbc;
    background-color: #fff;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15);
    padding: 6px 5px 4px;
    font: 16px Arial, sans-serif !important;
    height: 30px;
    color: #515764;
    text-align: center;
    float: left;
    display: block;
    width: 63px;
    border-left: 0;
    border-right: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.label-text._err {color: #e5402f}
.input._err {border-color: #e5402f}
.form-field {position: relative}
.request-form .error-message {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 140px;
    background: #e5402f;
    color: #fff;
    font: 12px Verdana, Arial, sans-serif;
    padding: 8px;
    position: absolute;
    left: 100%;
    top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.request-form .error-message__trig {
    height: 14px;
    width: 6px;
    background: url(/imgs/site/trig.png);
    position: absolute;
    left: -4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.request-form .form-field {width: 300px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.request-form .good__price {
    margin: 25px 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.request-form .good__text {
    margin: 5px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.request-form .error-message {
    left: 290px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.request-form .form-field .error-message {
    display: none
}

.request-form .form-field._err .error-message {
    display: block
}

.request-form .red {
    color: #e5402f
}

.company-tariff {
    width: 14px;
    height: 14px;
    display: block;
    margin-right: 4px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
._tariff_biznes_plus {background: url(/imgs/tariffs/business-plus.png) center center no-repeat}
._tariff_biznes {background: url(/imgs/tariffs/business.png) center center no-repeat}
._tariff_standard {background: url(/imgs/tariffs/standard.png) center center no-repeat}
._tariff_start {background: url(/imgs/tariffs/start.png) center center no-repeat}

.request-form .company-tariff {
    margin-left: -18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.left {float: left}
.right {float: right}

.request-form .good__price span.oldprice {
    text-decoration: line-through;
    font-size: 12px;
    color: #dd0425;
    line-height: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 26px;
}
.request-form .good__price span.red {
    color: #e5402f;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
div.citybox {
    float: left;
    width: 220px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
div.citybox span {
    cursor: pointer;
    border-bottom: 1px dashed #7da8a6;
    color: #7da8a6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
div.citybox span:hover {
    border-bottom: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.order-wish {
    height: 90px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}





label.admin {
    color: #900;
}