a {
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

a.text-color {
    color: inherit;
}

.section-content h2,
.section-content h3 {
    text-align: center;
}

.section-content p {
    text-align: justify;
}

.section-content p.no-format {
    text-align: inherit;
    text-indent: 0;
}

.section-content p.text-right {
    text-align: right;
}

.section-content p.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.nl {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 15px;
}

.blue-bird li {
    padding-bottom: 15px;
    padding-left: 25px;
    background: url(/images/home/blue-check.png) 0 0 no-repeat;
}

.green-point li {
    color: #08ac83;
}

.green-point li > span {
    color: #000;
}

.blue-circle-nom {
    list-style-type: none;
    padding: 0;
}

.blue-circle-nom > li {
    position: relative;
    padding: 5px 5px 5px 40px;
}

.blue-circle-nom.one-line > li {
    padding: 15px 5px 8px 40px;
}

.blue-circle-nom > li .nom {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #006699;
    color: #fff;
    text-align: center;
    display: block;
    padding-top: 5px;
    left: 0;
    top: 10px;
    border-radius: 20px;
}

.blue-circle-nom > li > ul {
    list-style-type: disc;
    color: #006699;
}

.blue-circle-nom > li > ul > li span {
    color: #000;
}

.gray-circle > li {
    min-height: 25px;
    padding-left: 20px;
    position: relative;
}

.gray-circle > li + li {
    margin-top: 15px;
}

.gray-circle > li > a {
    color: #0071A2;
    vertical-align: middle;
    display: block;
}

.gray-circle > li > a:hover {
    color: #08AC83;
}

.gray-circle > li:hover:after {
    border: 3px solid #01709f;
}

.gray-circle > li::after {
    content: "";
    width: 10px;
    height: 10px;
    border: 3px solid #909090;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    left: 4px;
    top: 8px;
}

.question.vvmd-form .vvmd-subtitle {
    padding: 30px 0 0;
    text-align:center;
    text-transform:uppercase;
    font-size:20px;
}

.question.vvmd-form input[type="text"] {
    width: 30%;
}

.question.vvmd-form textarea {
    width: 95.5%;
    font-size: 14px;
    padding: 8px;
    border: 2px solid #ACAFB0;
    border-radius: 5px;
    outline: none !important;
    resize: none;
    min-height: 130px;
    margin-bottom: 25px;
}

.title_otdelka {
    margin-bottom: 35px;
}

.warp_gound {
    display: inline-block;
}

.warp_element_otdelrf .warp_gound img {
    width: 150px !important;
    height: auto;
}

.warp_element_otdelrf .warp_gound a {
    width: 185px;
    height: 140px;
    display: inline-block;
    overflow: hidden;
}

.warp_element_otdelrf .name_ground {
    text-align: center;
    margin-bottom: 25px;
}

.popap-container_galler a {
    width: 100%;
    height: 300px;
    display: block;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #dedede;
    border: 1px solid #bbbbbb;
    margin-bottom: 20px;
}

.popap-container_galler.no-decor a {
    width: auto;
    height: auto;
    background-color: inherit;
    border: none;
    margin-bottom: 0;
}

.popap-container_galler .desc_photo {
    text-align: center;
    display: block;
}

.warp_element_otdelrf {
    margin-bottom: 35px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dedede;
}

.warp_element_otdelrf:last-child {
    border: none;
}

.otdelka_section_warp img {
    float: left;
    margin-right: 7px;
    margin-bottom: 5px;
}

.otdelka_section_warp {
    border: 2px solid #dedede;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

ul.simple-blue {
    color: #006699;
}

ul.simple-blue > li > span {
    color: #000;
}

.blue-ol .num {
    background-color: #07A883;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    border-radius: 50px;
    text-align: center;
    padding-top: 21px;
    margin-bottom: 5px;
    box-shadow: inset 0 0 10px 7px #74CCBA;
    border: 1px solid #07A883;
}

a.green-burron:hover,
a.green-burron:visited,
.green-burron {
    width: auto;
    border: none;
    color: #fff;
    background-color: #84b633;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
}

.dark-green-button {
    width: auto;
    border: none;
    color: #fff;
    background-color: #07ac82;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
}

.blue-button {
    border: none;
    color: #fff;
    background-color: #54a8c9;
    padding: 11px 15px;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    width: 100%;
    text-decoration: none;
    display: inline-block;
    text-shadow: -1px 1px rgba(0,0,0,0.2);
}


a.dark-green-button:hover,
a.dark-green-button:visited,
a.dark-green-button:focus,
a.blue-button:hover,
a.blue-button:visited,
a.blue-button:focus,
a.green-burron:hover,
a.green-burron:visited,
a.green-burron:focus {
    color: #fff;
    text-decoration: none;
}

.ff-rmedium {
    font-family: RobotoMedium;
}

.italic {
    font-style: italic;
}

.light{
    font-weight: 300;
}

.regualr{
    font-weight: 400;
}

.bold {
    font-weight: bold;
}

.line-th {
    text-decoration: line-through;
}

.bg-full-width{
    position: relative;
}

.bg-full-width:before{
    content: '';
    width: 1900px;
    height: 100%;
    position: absolute;
    left: 50%;
    margin-left: -950px;
    z-index: -1;
}

.bg-white {
    background-color: #fff;
}

.fon-blue {
    background: #016695;
}

.fon-black-point{
    background-image: -webkit-repeating-radial-gradient(center center, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 1px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 1px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 1px, transparent 100%);
    -webkit-background-size: 7px 7px;
    -moz-background-size: 7px 7px;
    background-size: 7px 7px;
}

.fon-gray-light-point{
    background-image: -webkit-repeating-radial-gradient(center center, rgba(224,224,224,.5), rgba(224,224,224,.5) 1px, transparent 1px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, rgba(224,224,224,.5), rgba(224,224,224,.5) 1px, transparent 1px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, rgba(224,224,224,.5), rgba(224,224,224,.5) 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(224,224,224,.5), rgba(224,224,224,.5) 1px, transparent 1px, transparent 100%);
    -webkit-background-size: 7px 7px;
    -moz-background-size: 7px 7px;
    background-size: 7px 7px;
}

.fon-gray-point{
    background-image: -webkit-repeating-radial-gradient(center center, rgba(73,73,73,.5), rgba(73,73,73,.5) 1px, transparent 1px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, rgba(73,73,73,.5), rgba(73,73,73,.5) 1px, transparent 1px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, rgba(73,73,73,.5), rgba(73,73,73,.5) 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(73,73,73,.5), rgba(73,73,73,.5) 1px, transparent 1px, transparent 100%);
    -webkit-background-size: 7px 7px;
    -moz-background-size: 7px 7px;
    background-size: 7px 7px;
}

.fon-gray,
.fon-blue-light {
    background-color: #F0F6F8;
    padding: 15px 7px;
    position: relative;
}

/*.fon-full-w.fon-gray,
.fon-full-w.fon-blue-light {
    padding: 15px 0;
}

.fon-gray.fon-full-w:before,
.fon-blue-light.fon-full-w:before {
    content: "";
    background-color: #F0F6F8;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}*/

/*.fon-gray,
.fon-gray.fon-full-w:before {
    background-color: #f2f2f2;
}*/

.fon-blue-light2{
    background-color: #f8f8f8;
}

.fon-map{
    background: url(../i/map-fon.jpg) 0 0 repeat;
}

.bg-blue:before,
.bg-blue{
    background-color: #f2f7fa;
}

.block {
    position: relative;
    margin: 30px 0;
    width: 100%;
}

.block:after {
    content: " ";
    clear: both;
    display: table;
}

.container.content-full {
    width: 100%;
    padding: 0;
}

.container.content-full > .row {
    margin: 0;
}

.block.color {
    padding-bottom: 50px;
}

.border-dashed-gray {
    border: 1px dashed #bec3c7;
    padding: 25px 45px;
    width: 100%;
    border-radius: 5px;
}

.border-solid-gray {
    border: 1px solid #bec3c7;
}

.border-solid-lgray {
    border: 1px solid #e1e1e1;
}

.vertical-gray-sep-solid,
.vertical-gray-sep-dashed{
    position:relative;
}

.vertical-gray-sep-solid:after,
.vertical-gray-sep-dashed:after{
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    top:0; bottom:0;
    right: 0;
}

.vertical-gray-sep-solid:after{
    border-right: 1px solid #e1e1e1;
}

.vertical-gray-sep-dashed:after{
    border-right: 1px dashed #e1e1e1;
}

.float-full-h:after {
    content: "";
    display: block;
    clear: both;
}

.border-dashed-gray > div {
    float: right;
    margin-top: 19px;
    width: 92%;
}

p {
    line-height: 22px;
}

h2 {
    margin-bottom: 20px;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.fs-24 {
    font-size: 24px;
}

.fs-26 {
    font-size: 26px;
}

.fs-28 {
    font-size: 28px;
}

.fs-30 {
    font-size: 30px;
}

.fs-32 {
    font-size: 32px;
}

.fs-35 {
    font-size: 35px;
}

.text-center {
    display: block;
    text-align: center;
}

.uppercase {
    text-transform: uppercase;
}

a.fc-white,
.fc-white {
    color: #fff;
}

a.fc-green,
.fc-green {
    color: #08ac83;
}

a.fc-light-green,
.fc-light-green {
    color: #84b633;
}

a.fc-blue,
.fc-blue {
    color: #01709f;
}

a.fc-light-blue,
.fc-light-blue {
    color: #8dacc2;
}

a.fc-red,
.fc-red {
    color: #ac0814;
}

a.fc-gray,
.fc-gray {
    color: #58585a;
}

a.fc-black,
.fc-black {
    color: #000;
}

.img-center {
    display: block;
    margin: 15px auto;
}

.img-center-nm {
    display: block;
    margin: 0 auto;
}

.img-list-title{
    padding: 5px 3px;
}

.img-list-title.line-2{
    min-height: 47px;
}

.img-list-title.line-3{
    min-height: 67px;
}

.img-list-title.line-4{
    min-height: 88px;
}

.otdelka .face-in > img {
    margin: 0 auto;
    width: 100%;
}

.otdelka .face-in {
    width: 100%;
    min-height: 415px;
    margin: 10px 0;
    border-radius: 5px;
    background-color: #f2f7fa;
}

.otdelka .title {
    background-color: #005f88;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    text-align: center;
    min-height: 70px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
}

.otdelka .price {
    background-color: #e4eff5;
    color: #08ac83;
    padding: 15px 0;
    font-size: 16px;
    text-align: center;
    margin: 0;
    border: none;
}

.otdelka .desc {
    padding: 15px;
    text-align: left;
    font-size: 14px;
    color: #58585a;
}

.const-item {
    border: 2px solid #f2f7fa;
    min-height: 425px;
    margin: 10px 0;
    position: relative;
}

.const-item > img.const {
    padding: 0 10px;
}

.const-item .title,
.const-item .desc,
.const-item .price {
    padding: 10px 19px;
}

.const-item .title {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    background-color: #08ac83;
    margin: -2px -2px 0 -2px;
}

.const-item .desc {
    color: #58585a;
    font-size: 14px;
    min-height: 95px;
}

.const-item .price {
    position: absolute;
    border: none;
    color: #58585a;
    background-color: #f2f7fa;
    margin: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 117px;
}

.const-item > .price > span {
    color: #08ac83;
}

.dis-item {
    margin: 5px 0;
    padding: 39px;
    box-sizing: border-box;
}

.dis-item .title {
    font-size: 20px;
    color: #000;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
}

.dis-item .prices {
    font-size: 30px;
    text-transform: uppercase;
}

.dis-item .dis-price {
    padding: 15px 18px 15px 70px;
    background-color: #fff;
    border-radius: 5px;
    font-size: 16px;
    margin: 10px 0 22px 0;
    color: #58585a;
}

.dis-item .desc {
    font-size: 14px;
    color: #58585a;
}

.dis-item .desc > a {
    text-decoration: underline;
}

.dis-item .desc > a:hover {
    text-decoration: none;
}

.dis-item .btn-green {
    margin: 35px auto 15px auto;
}

.icon {
    padding-left: 25px;
    position: relative;
}

.icon:before {
    content: "";
    position: absolute;
    left: 0;
    background: url(/bitrix/templates/nwmd/i/sprite-mini.png) 0 0 no-repeat;
}

.dis-price.icon:before {
    width: 42px;
    height: 32px;
    background-position: 0 0;
    left: 18px;
    top: 22px;
}

form .input-error {
    /*border: 2px solid #c71724 !important;*/
    box-shadow: 0 0 0 2px #c71724;
}

input.gray-border{
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    font-size: 14px;
    color: #000;
    font-family: "RobotoRegular", serif;
    width: 100%;
}

input.gray-border.mini{
    padding: 6px 15px;
}

input.gray-border.big{
    padding: 10px 15px;
}

/*forms*/

a.btn-green:focus,
a.btn-green:visited,
a.btn-green:hover,
.btn-green {
    padding: 12px 30px;
    color: #fff;
    background-color: #84b633;
    text-transform: uppercase;
    border-radius: 7px;
    display: inline-block;
    text-decoration: none;
}

a.btn-green:hover,
.btn-green:hover {
    background-color: #8fc13f;
}

.popup-form-container {
    position: relative;
    background: #F0F6F8;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
    border-radius: 10px;
    border: 3px solid #01709f;
}

.vertical-form .vvmd-form input[type="text"] {
    width: 100%;
    margin: 10px 0;
}

.vertical-form .vvmd-form {
    margin-bottom: 0;
}

.vertical-form .vvmd-form button {
    margin: 10px auto;
    display: block;
    text-transform: uppercase;
}

.vertical-form h3 {
    text-align: center;
    margin-bottom: 25px;
}

.vvmd-form {
    background:#F0F6F8;
    padding:0 30px 10px;
    margin-bottom:50px;
}

.vvmd-form .vvmd-subtitle {
    padding:30px 0 50px;
    text-align:center;
    text-transform:uppercase;
    font-size:20px;
}

.vvmd-form-line {
    font-size:18px;
    padding-left:150px;
}

.vvmd-form-line a {
    font-size:24px;
    color:#006699;
}

.vvmd-form-line1:before {
    content:'';
    display:inline-block;
    width:46px;
    height:36px;
    background:url('/images/stati/vnutrennie-vhodnye/vvmd-icon-phone.png') 50% 0 no-repeat;
    vertical-align: middle;
}

.vvmd-form-line2:before {
    content:'';
    display:inline-block;
    width:46px;
    height:26px;
    background:url('/images/stati/vnutrennie-vhodnye/vvmd-icon-mail.png') 50% 0 no-repeat;
    vertical-align: middle;
}

.vvmd-form form {
    padding-top:40px;
    text-align:center;
}

.vvmd-form input[type="text"] {
    margin:0 10px 20px;
    width:190px;
    font-size:14px;
    padding:8px;
    border:2px solid #ACAFB0;
    border-radius:5px;
    outline:none !important;
}

.vvmd-form button {
    margin:0 10px 20px;
    width:190px;
    font-size:14px;
    padding:8px;
    text-align:center;
    color:#fff;
    background:#07A883;
    border:2px solid #74CCBA;
    border-radius:5px;
    outline:none !important;
}

.blue-form{
    margin: 0 50px;
    padding: 20px 50px;
    border-radius: 5px;
    position: relative;
}

.blue-form.shtandart{
    padding-top: 41px;
    margin-top: 41px;
}

.blue-form.shtandart:before{
    content: '';
    display: block;
    position: absolute;
    height: 89px;
    width: 84px;
    left: 0; right: 0; top:-43px;
    margin: auto;
    background:url('../i/icon-st-tel.png') no-repeat;
}

/*forms end*/

.warp_modal .warp_bt_order button:hover {
    background-color: #9cd443;
}

.block.sub-menu {
    margin: 30px 0 0 0;
}

div.mfeedback {
    background-color: #363636;
    padding: 27px 0;
}

.title_feedback {
    color: #909090;
    font-family: "RobotoBold";
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 27px;
}

div.mf-name,
div.mf-phone,
div.mf-email,
div.mf-captcha,
div.mf-message {
    margin-bottom: 20px;
}

div.mf-name input,
div.mf-phone input,
div.mf-email input,
div.mf-message textarea {
    background-color: #252525;
    border-radius: 4px;
    border: none;
    width: 100%;
    color: #676767;
    padding: 4px 0;
    text-indent: 14px;
}

div.mf-message textarea {
    resize: none;
}

span.mf-req {
    color: red;
}

div.mf-ok-text {
    color: green;
    font-weight: bold;
    padding-bottom: 1em;
}

.bt_send {
    text-align: center;
}

.bt_send input {
    background: none;
    border: 2px solid #0f88b7;
    border-radius: 4px;
    color: #0f88b7;
    text-transform: uppercase;
    padding: 2px 10px;
}

.bt_send input:hover {
    background-color: #252525;
    color: #676767;
}

.feedback-question {
    width: 80%;
    margin: 25px auto;
}

.search-result {
    min-height: 450px;
}

.search-block {
    position: relative;
    margin: 12px 5px 10px 0;
}

.search-block input[type="text"] {
    width: 100%;
    border: 1px solid #0f88b7;
    border-radius: 5px;
    padding: 3px 30px 3px 10px;
}

.search-block input[type="submit"] {
    position: absolute;
    width: 27px;
    height: 27px;
    bottom: 0;
    right: 1px;
    top: 0;
    border: none;
    background: url(../i/sprite-mini.png) 0 -568px no-repeat;
}

.bg-point {
     background-image: url(/bitrix/templates/nwmd/i/bg-point.png);
}

.zakaz-calc:before {
    content: "";
    position: absolute;
    background-image: url(/bitrix/templates/nwmd/i/bg-point.png);
    width: 39.7%;
    height: 100%;
    top: 0;
    right: 0;
    border-left: 1px solid #c0c5c8;
}

.full-w.zakaz-calc:before {
    width: 100%;
    border: none;
}

.zakaz-calc.fon-blue-light {
    padding: 0;
}

.zakaz-calc .inner {
    padding: 30px 25px;
}

.zakaz-calc .calc-img-link {
    padding: 50px 0 50px;
    height: 100%;
    width: 100%;
    text-align: center;
}

.zakaz-calc .calc-img-link .green-burron {
    padding: 15px 25px;
    font-size: 16px;
    margin: 0 auto;
    display: inline-block;
}

.zakaz-calc .calc-img-link .green-burron:hover {
    color: #fff;
}

.zakaz-calc .calc-img-link img {
    margin: 35px auto;
}

table.simple {
    width: 100%;
    margin: 30px 0;
}

table.simple caption {
    text-align: center;
    font-size: 16px;
}

table.simple tr td {
    padding: 15px 10px;
    font-size: 14px;
}

table.blue caption {
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    background-color: #54a8c9;
    font-family: RobotoLight;
}

table.blue tr td {
    color: #58585a;
    font-family: RobotoMedium;
    border: 1px solid #fff;
}

table.blue tr:nth-child(even) {
    background-color: #f2f7fa;
}

table.blue.price tr td:nth-child(even) {
    font-weight: 700;
    color: #08ac83;
    width: 20%;
    padding-left: 25px;
    min-width: 100px;
}

table.mini.price tr td:nth-child(even) {
    width: 30%;
}

table.mini.price tr td {
    border: none;
}

.fon-gray .warp_element {
    background-color: #fff;
}

.cat-list .inner {
    background-color: #f8f8f8;
    padding: 10px;
    margin: 15px 0;
    text-align: center;
}

.cat-list .inner a {
    font-family: RobotoRegular, sans-serif;
    font-size: 18px;
    color: #08ac83;
    text-decoration: underline;
    line-height: 20px;
    display: block;
    min-height: 45px;
}

.cat-list .inner a:hover {
    text-decoration: none;
}

.cat-list .inner .price {
    color: #01709f;
    font-size: 18px;
    font-family: RobotoBold, sans-serif;
}

.d-form-list {
    list-style-type: none;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    text-align: left;
    padding: 0;
    margin: 30px 0;
}

.d-form-list h2 {
    text-align: left;
}

.d-form-list li {
    padding: 15px 0 25px;
}

.d-form-list li img {
    margin-top: 45px;
}

.d-form-list li + li {
    border-top: 1px solid #e1e1e1;
}

/*popup form*/
.warp_modal {
    border-radius: 8px;
    border: 2px solid #58585a;
    background-color: rgba(0, 0, 0, .45);
    padding: 25px 0;
}

.warp_modal h3 {
    font-family: "RobotoLight";
    font-size: 24px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#modal_name {
    text-transform: uppercase;
    font-size: 18px;
    color: #58585a;
    border-bottom: 1px solid #898989;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.warp_modal label {
    color: #ffffff;
    font-size: 12px;
    font-family: "RobotoMedium";
}

.mf-name, .mf-phone, .mf-email {
    margin-bottom: 10px;
}

.warp_modal .form-control {
    border: 2px solid #555555;
    background: none;
    height: 24px;
    padding: 1px 10px;
    color: #fff;
}

.warp_modal .warp_bt_order {
    text-align: center;
}

.warp_modal .warp_bt_order button:hover {
    background-color: #fff;
}

.mfp-close {
    color: #fff !important;
}

.warp_bt_order {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

.warp_bt_order button {
    font-family: "RobotoMedium";
    color: #fff;
    text-transform: uppercase;
    border: 2px solid #84B633;
    border-radius: 6px;
    padding: 3px 16px;
    background-color: #84B633;
    transition: all 0.6s ease 0.1s;
}

.warp_bt_order button:hover {
    background-color: #a0d051 !important;
}

/*popup form end*/

.img-cat {
    border: 2px solid #e1e1e1;
    border-radius: 15px;
    padding: 20px 30px 27px;
    margin: 0 0 35px;
}

.img-cat .inner {
    padding: 10px;
    position: relative;
}

.img-cat .inner:after {
    content: '';
    display: block;
    position: absolute;
    background-color: #e1e1e1;
    width: 1px;
    height: 100%;
    top: 0;
    right: -15px;
}

.img-cat .inner.no-sep:after {
    display: none;
}

.img-cat .inner img {
    height: 175px;
}

.img-cat .dark-green-button {
    width: 100%;
    padding: 10px;
    display: block;
}

/*main-page-menu*/
.main-page-menu {
    display: table;
    width: 100%;
    padding: 0;
}

.main-page-menu li {
    display: table-cell;
    padding: 15px 2px 0;
    list-style-type: none;
    text-align: center;
}

.main-page-menu li a {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "RobotoSlab", serif;
}

.main-page-menu li a:hover{
    text-decoration: underline;
}

/*main-page-menu end*/

/*menu*/
.navbar-default {
    border: none;
    margin: 20px 0 0;
    width: 100%;
    border-radius: 0;
    background-color: #024e76; /*Для старых браузеров*/
    background: linear-gradient(to right, #024e76, #005f88, #024e76);
    position: relative;
}

.navbar-default.fixed {
    position: fixed;
    top: 0;
    margin: 0;
    z-index: 300;
}

.main-menu {
    box-shadow: 0 12px 16px -5px #005f88;
    position: absolute;
    z-index: 100;
    width: 100%;
    background-color: #fff;
    /*margin-top: 7px;*/
    overflow-y: auto;
}

.navbar-example {
    position: relative
}

/*header .navbar-example:before,
header .navbar-example:after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    background-color: rgba(255,255,255,.5);
    top:0;
}

header .navbar-example:before{
    left: 15px;
}
header .navbar-example:after{
    right: 15px;
}*/

ul.nav.navbar-nav {
    display: table;
    width: 100%;
    position: relative;
    z-index: 1;
}

ul.nav.navbar-nav > li {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    position: relative;
    /*width: 20%;*/
}

ul.nav.navbar-nav:before,
ul.nav.navbar-nav > li:after {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    top: 0;
    right: 0;
}

ul.nav.navbar-nav:before {
    left: 0;
}

ul.nav.navbar-nav > li a,
ul.nav.navbar-nav > li a:hover,
ul.nav.navbar-nav > li a:focus,
ul.nav.navbar-nav > li a:visited,
ul.nav.navbar-nav > li.active a,
ul.nav.navbar-nav > li.active a:hover,
ul.nav.navbar-nav > li.active a:focus,
ul.nav.navbar-nav > li.active a:visited {
    color: #024e76;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 20px 10px;
    background: none;
    font-weight: bold;
}

ul.nav.navbar-nav > li:hover,
ul.nav.navbar-nav > li a:hover,
ul.nav.navbar-nav > li.active {
    /* background-color: #08ac83;*/
    color: #08AC83;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background: none;
}

.navbar-nav > li {
    float: none;
}

.navbar-nav {
    margin: 0;
}

.mini-menu {
    margin-top: 6px;
    width: 55px;
    height: 39px;
    cursor: pointer;
    background: url(../i/sprite-mini.png) 0 -616px no-repeat;
}

.navbar-brand > img {
    margin-top: -12px;
    margin-left: -15px;
}

.nav > li {
    position: inherit;
}

.nav .postition {
    position: absolute;
    left: 0;
    top: 112px;
    width: 100%;
    display: none;
    background-color: #fff;
    z-index: 10;
    -webkit-box-shadow: 0px 14px 17px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 14px 17px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 14px 17px 0px rgba(0, 0, 0, 0.35);
    border-top: 2px solid #01709f;
}

.nav .postition .container {
    padding-top: 15px;
    padding-bottom: 15px;
}

.sub_menu {
    padding: 20px 0 0;
    list-style-type: none;
    margin-bottom: 0;
}

footer .sub_menu {
    border-top: 1px solid #4a4a4a;
    border-bottom: 1px solid #4a4a4a;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.sub_menu:after {
    content: '';
    display: table;
    clear: both;
}

.sub_menu > li {
    width: 24.5%;
    display: inline-block;
    vertical-align: top;
    padding-left: 0;
    min-width: 220px;
}

.sub_menu > li > ul > li {
    min-height: 37px;
    padding-left: 20px;
    position: relative;
}

.sub_menu > li > ul {
    list-style-type: none;
    padding: 0;
}

.sub_menu > li > ul > li > a {
    color: #0071A2;
    line-height: 15px;
    vertical-align: middle;
    display: block;
    font-size: 12px;
    text-decoration: none;
}

footer .sub_menu > li > ul > li > a {
    color: #999;
}

.sub_menu > li > ul > li:hover > a {
    color: #54a8c9;
    text-decoration: none;
}

.sub_menu > li > ul > li::after {
    content: "";
    width: 10px;
    height: 10px;
    border: 3px solid #909090;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    left: 4px;
    top: 1px;
}

.sub_menu > li > ul > li:hover::after {
    border-color: #01709f;
}

footer .sub_menu > li > ul > li::after {
    content: "";
    width: 10px;
    height: 1px;
    background-color: #999;
    position: absolute;
    left: 5px;
    top: 6px;
    border: none;
}

footer .sub_menu > li > ul > li:hover::after {
    background-color: #54a8c9;
}

.st_profit {
    position: relative;
}

.st_profit::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: calc(50% - 20px);
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 11px solid #01709f;
    display: none;
    z-index: 20;
}

.st_profit::before {
    content: "";
    position: absolute;
    bottom: -17px;
    left: calc(50% - 20px);
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 11px solid #fff;
    z-index: 21;
    display: none;
}

.nav > li:hover .postition {
    display: block;
}

.nav > li:hover .st_profit::before,
.nav > li:hover .st_profit::after {
    display: block;
}
/*menu end*/

/*auto pagen*/
/*.pages-container {
    padding: 10px;
    text-align: center;
    margin-bottom: 15px;
}*/


a.more_load_pg,
a.more_load_pg:hover,
a.more_load_pg:active,
a.more_load_pg:visited,
a.more_load,
a.more_load:hover,
a.more_load:active,
a.more_load:visited{
    text-align: center;
    max-width: 300px;
    margin: 25px auto 15px;
    background-color: #0f88bb;
    padding: 10px 15px;
    color: #fff;
    font-size: 16px;
    border-radius: 3px;
    text-decoration: none;
    display: block;
}

.load {
    width: 100%;
}

.load img {
    width: 35px;
    display: block;
    margin: 15px auto;
}

/*auto pagen end*/

.warp_element {
    position: relative;
    margin: 0;
    padding: 10px 15px 35px;
}

.warp_element .link_name {
    margin-top: 0;
}

.warp_element .warp_prop {
    position: absolute;
    margin: auto;
    left: 15px;
    right: 15px;
    bottom: 5px;
}

.warp_element .elem-description {
    margin-bottom: 10px;
    font-size: 14px;
}

#popup-map .warp_modal {
    position: relative;
    padding: 0;
}

.copy-hint-container {
    position: relative;
}

.copy-hint {
    position: absolute;
    display: block;
    padding: 5px !important;
    background-color: #024e76;
    color: #fff !important;
    opacity: 0.5;
    z-index: 10;
    top: -29px;
    right: 0;
    cursor: pointer;
    font-size: 14px;
    width: 150px;
    text-align: center;
    border-radius: 3px;
    text-decoration: none !important;
}

.copy-hint:hover {
    opacity: 1;
}

/*tabs*/
.nav-tabs.w-100 {
    display: table;
    width: 100%;
}

.nav-tabs.w-100 > li {
    display: table-cell;
    float: none;
    text-align: center;
}

.nav-tabs.blue-tabs,
.nav-tabs.blue-tabs > li.active > a,
.nav-tabs.blue-tabs > li > a:hover,
.nav-tabs.blue-tabs > li > a {
    border: none;
    background-color: #f2f7fa;
    color: #0f88b7;
    border-radius: 0;
}

.nav-tabs.blue-tabs > li.active > a,
.nav-tabs.blue-tabs > li > a:hover {
    border: none;
    background-color: #54a8c9;
    color: #fff;
}

.tab-content.blue-tabs-content {
    /*box-shadow: 0 5px 18px -5px #005f88;*/
    padding: 25px 0 10px;
}

.tab-content.blue-tabs-content h2 {
    margin-top: 0;
}

/*tabs end*/

.bottom-dashed-black {
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 1px dashed #333333;
}

.img-title-left img {
    display: inline-block;
    width: 50px;
    margin-right: 7px;
}

.img-block-left {
    position: relative;
    padding-left: 60px;
    min-height: 50px;
}

.img-block-left img {
    width: 50px;
    position: absolute;
    left: 0;
}

/*photo-gallery*/

.photo-gallery {
    text-align: center;
}

.photo-gallery a {
    text-decoration: none;
    display: inline-block;
    padding: 0 5px;
    width: 24%;
}

.photo-gallery a > img {
    margin: 5px auto;
    border: 1px solid #024e76;
    background-color: #c3eaff;
}
/*photo-gallery end*/

.block-info{
    font-family: RobotoItalic;
    font-size: 16px;
    color: #58585a;
    padding-left: 35px;
    position: relative;
}

.block-info:before{
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    left: 0; top:0; bottom:0;
    margin: auto;
    background: url(../i/sprite-mini.png) no-repeat 0 -251px;
}

.block-info.blue:before{
    background-position: 0 -299px;
}

.block-info.green:before{
    background-position: 0 -251px;
}

#contact-nav .rekvisit{
    border: 2px solid #f1f1f1;
    box-shadow: 0 4px 0 0 #54a8c9;
    min-height: 572px;
    color: #58585a;
    font-size: 16px;
    position: relative;
}

#contact-nav .rekvisit .map{
    margin-top: -15px;
    margin-left: -15px;
    margin-right: -15px;
}

#contact-nav .rekvisit .rekvisit-block{
    position: absolute;
    left: 0; top:0;
    width: 100%;
}

.contact-box-dark .item,
.contact-box-light .item{
    position: relative;
    padding-left: 70px;
    min-height: 60px;
}

.contact-box-dark .item:before,
.contact-box-light .item:before{
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    left: 0; top:0;
    background: url(../i/sprite-mini.png) no-repeat 0 0;
}

.contact-box-dark .item:before{
    background-color: #4b4b4b;
}

.contact-box-light .item:before{
    background-color: #f0f4f7;
}

.contact-box-dark .item.point,
.contact-box-light .item.point,
.contact-box-dark .item.time,
.contact-box-light .item.time{
    padding-top: 10px;
}

.contact-box-dark .item.tel,
.contact-box-dark .item.mail,
.contact-box-light .item.tel,
.contact-box-light .item.mail{
    padding-top: 20px;
}

.contact-box-dark .item.point:before,
.contact-box-light .item.point:before{
    background-position: 20px -138px;
}
.contact-box-dark .item.time:before,
.contact-box-light .item.time:before{
    background-position: 19px -431px;
}
.contact-box-dark .item.tel:before,
.contact-box-light .item.tel:before{
    background-position: 19px -378px;
}
.contact-box-dark .item.mail:before,
.contact-box-light .item.mail:before{
    background-position: 19px -330px;
}

.garant-blue{
    font-family: RobotoItalic, sans-serif;
    color: #01709f;
    font-size: 16px;
    padding-left: 35px;
    position: relative;
    font-weight: bold;
}

.garant-blue:before{
    content: '';
    display: block;
    width: 26px;
    height: 32px;
    background: url(../i/sprite-mini.png) no-repeat 0 0;
    position: absolute;
    left: 0;
    top: -4px;
}





/*styles*/

h1, h2, h3 {
    font-family: "RobotoLight";
}

h1 {
    font-size: 35px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
    line-height: 45px;
}

h2 {
    font-size: 25px;
}

.center {
    text-align: center;
    text-indent: 0 !important;
}

.inde_block {
    padding-right: 2px;
    padding-left: 2px;
    margin-bottom: 4px;
    overflow: hidden;
    outline: none;
    position: relative;
    height: 297px;
}

.inde_block img {
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.inde_block:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.inde_block div {
    position: absolute;
    color: #fff;
    top: 34%;
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    font-family: "RobotoMedium";

}

.inde_block div a {
    margin-top: 10px;
    display: inline-block;
    text-transform: lowercase;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 0px 10px;
    color: #fff;
    background-color: rgba(0, 0, 0, .15);
}

.inde_block div a:hover {
    text-decoration: none;
    background-color: rgba(0, 0, 0, .55);
}

.block_title {
    color: #01709f;
    font-family: "RobotoBold";
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
}

.block_title span {
    font-size: 55px;
}

.sub_title {
    text-transform: uppercase;
    font-family: "RobotoLight";
    color: #58585a;
    font-size: 35px;
    line-height: 45px;
    text-align: center;
}

.r-light {
    font-family: "RobotoLight", sans-serif;
}

.r-medium {
    font-family: "RobotoMedium", sans-serif;
}

.r-bold {
    font-family: "RobotoBold", sans-serif;
}

.r-slab {
    font-family: "RobotoSlab", serif;
}

.index_block2 {
    width: 152px;
    display: block;
    margin: auto;
    color: #58585a;
    text-align: center;
    padding-top: 137px;
    margin-bottom: 40px;
    position: relative;
    line-height: 18px;
}

.index_block2::after {
    content: "";
    width: 118px;
    height: 118px;
    border: 2px solid #000000;
    border-radius: 60px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -59px;
    background-image: url(i/ico_index.png);
    background-repeat: no-repeat;
    background-position: 23px 4px;
}

.ico_zamok::after {
    background-position: -65px 17px;
}

.ico_dveri::after {
    background-position: -170px 17px;
}

.ico_kachestvo::after {
    background-position: -279px 1px;
}

.ico_dostavka::after {
    background-position: -378px 1px;
}

.ico_zamershik::after {
    background-position: -494px 3px;
}

.ico_garantia::after {
    background-position: -598px 5px;
}

.bx-yandex-view-layout {
    margin-bottom: -30px;
}

.contack_adress,
.contack_mail,
.contack_pgone,
.contack_time {
    padding-left: 35px;
    position: relative;
    height: 39px;
    display: inline-block;
    margin-top: 18px;
    margin-bottom: 18px;
}

.contack_pgone span {
    color: #0f88b7;
    font-family: "RobotoMedium";
    font-size: 18px;
}

.contack_adress::after,
.contack_mail::after,
.contack_pgone::after,
.contack_time::after {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 8px;
    background-image: url(../i/ico_contack.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.contack_mail::after {
    background-position: -44px 0;
}

.contack_pgone::after {
    background-position: -92px 0;
}

.contack_time::after {
    background-position: -138px 0;
}

.contack_pgone,
.contack_mail {
    line-height: 42px;
}

.rub {
    display: inline-block;
    font-size: 15px;
    line-height: 5px;
    border-bottom: 1px solid #000000;
    width: 0.4em;
}

.tooltip_warp {
    padding: 0 4px;
    color: #ffffff;
    border-radius: 50%;
    background-color: #0f88b7;
    font-size: 10px;
    margin-left: 7px;
    cursor: help;
}

.affix_position {
    top: 10px;
    background-color: hsl(0, 0%, 93%);
    margin-right: 15px;
    max-width: 198px;
}

.secion_title {
    font-family: "RobotoLight";
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 20px;
}

.warp_calc {
    display: block;
    max-width: 640px;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 15px 75px;
    border: 2px solid #58585a;
    border-radius: 6px;
    position: relative;
    color: #fff;
}

.warp_calc .mfp-close-btn-in .mfp-close {
    color: #fff;
}

.warp_calc h3 {
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    font-family: "RobotoLight";
    margin-bottom: 50px;
    line-height: 32px;
}

.input_number .jq-number__field {
    width: auto;
    box-shadow: none;
    border: none;
}

.input_number .jq-number__field input {
    width: 70px;
    height: 20px;
    display: inline-block;
    border: 1px solid #555555;
    border-radius: 4px;
    background: none;
    color: #b5b5b5;
    padding: 0;
    text-indent: 5px;
}

.jq-number.focused .jq-number__field {
    border: none;
}

.input_number .jq-number {
    padding: 0;
}

.input_number .jq-number__spin {
    background: none;
    border: none;
    box-shadow: none;
    width: 15px;
    height: 11px;
    text-shadow: none;
    margin-right: 3px;
}

.input_number .jq-number__spin::after {
    left: 2px;
}

.input_number .jq-number__spin.minus::after {
    top: 2px;
}

.input_number .jq-number__spin.minus:hover::after {
    border-top-color: #fff;
}

.input_number .jq-number__spin.plus:hover::after {
    border-bottom-color: #fff;
}

.warp_calc_select {
    margin-bottom: 20px;
}

.redz_form_control {
    width: 100%;
    position: relative;
}

.redz_form_control .jq-selectbox__select,
.redz_form_control .jq-selectbox.disabled {
    background: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border: 1px solid #555555 !important;
    color: #b5b5b5 !important;
    height: 30px;
}

.redz_form_control .jq-selectbox__trigger {
    border: none;
}

.redz_form_control .jq-selectbox__trigger-arrow {
    border: none;
    width: 7px;
    height: 10px;
    background-image: url(../i/st_select.png);
    background-repeat: no-repeat;
    top: 10px;
}

.redz_form_control .jq-selectbox__select-text {
    height: 28px;
}

.jq-selectbox li {
    font-size: 12px !important;
    padding-top: 4px;
    padding-bottom: 4px;
    white-space: normal;
}

.jq-selectbox li.option,
.jq-selectbox li {
    padding-left: 15px;
    margin-left: -7px;
    box-sizing: border-box;
}

.redz_cacl_bt {
    font-size: 14px;
    color: #0f88b7;
    font-family: "RobotoMedium";
    border: 2px solid #0f88b7;
    background: none;
    padding: 5px 45px;
    text-transform: uppercase;
    border-radius: 6px;
    transition: all 0.3s ease 0.1s;
}

.redz_cacl_bt:hover {
    color: #fff;
    background-color: #0f88b7;
    border-color: #fff;
}

.calcl_print {
    float: right;
    margin-top: 5px;
}

.calcl_print img {
    width: 50%;
    height: auto;
}

.warp_cacl_info {
    border-bottom: 2px solid #555555;
    color: #555555;
    margin-top: 22px;
    padding-bottom: 5px;
    font-family: "RobotoItalic";
}

.warp_cacl_itog span.price {
    font-family: "Rubl";
    margin: 0;
    border: none;
    padding: 0;
}

.warp_cacl_itog span {
    color: #0f88b7;
    font-size: 24px;
    font-family: "RobotoBold";
}

.warp_cacl_itog {
    color: #909090;
    font-family: "RobotoMedium";
    font-size: 14px;
    margin-top: 5px;
}

.warp_cacl_itog a {
    float: right;
    color: #0f88b7;
    text-transform: uppercase;
    display: inline-block;
    font-size: 14px;
    text-decoration: underline;
    margin-top: 13px;
}

.cacl_oplata {
    margin-top: 10px;
}

.cacl_oplata a {
    color: #5d5d5d;
    text-decoration: underline;
}

/*blue square blocsk*/
.kvart-zakaz:after {
    content:'';
    display:table;
    clear:both;
}
.kvart-zakaz > div {
    width:34%;
    float:left;
    text-align:center;
}
.kvart-zakaz > .kvart-zakaz-center {
    width:15%;
}
.kvart-zakaz > .kvart-zakaz-arrow {
    width:8%;
    float:left;
    background:url(/images/stati/v-kvartiru/zakaz-icon-arrow.png) 50% 50% no-repeat;
    height: 131px;
    margin-top: 30px;
}
.kvart-zakaz p {
    text-align:center;
    font-size:18px;
}
.kvart-zakaz > div img:last-of-type {
    margin-left:20px;
}
.kvart-zakaz > .kvart-zakaz-center img {
    margin-left:0 !important;
}
/*blue square blocsk*/

.vertical-center{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.vertical-center > img{
    flex-shrink: 0;
}

.defis-list{
    padding: 0;
}

.defis-list > li{
    position: relative;
    margin: 15px 0;
    list-style-type: none;
    padding-left: 30px;
}

.defis-list > li:before{
    content: '';
    position: absolute;
    width: 20px;
    height: 1px;
    top: 10px;
    left: 0;
    background-color: #b6b6b6;
}

.padding-vertical-title-25{
    padding: 1px 0 25px 0;
}

.padding-15{
    padding: 15px;
}

.big-icon-list{
    padding: 0;
    list-style-type: none;
}

.big-icon-list > li{
    margin: 25px 0;
}

.mini-radius{
    border-radius: 5px;
}

.line-height-bigger{
    line-height: 41px;
}

.gantel-decor-list > li{
    position: relative;
}

.gantel-decor-list > li:before,
.gantel-decor-list > li:after{
    content: "";
    position: absolute;
    top:0; bottom: 0;
    left: -147px;
    margin: auto;
}

.gantel-decor-list > li:before{
     width: 100px;
     height: 2px;
     background-color: #babec1;
}

.gantel-decor-list > li:after{
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background-color: #babec1;
    left: -48px;
}

@media only screen and (max-width: 1199px) {
    .gantel-decor-list > li:before,
    .gantel-decor-list > li:after{
        display: none;
    }
}

.iconv-konsult,
.iconv-vzamer,
.iconv-izgotov,
.iconv-dostav,
.iconv-montaj {
    padding-left: 100px;
}

.iconv-konsult:before,
.iconv-vzamer:before,
.iconv-izgotov:before,
.iconv-dostav:before,
.iconv-montaj:before {
    width: 82px;
    height: 71px;
    top: 0; bottom: 0;
    left: -10px;
    margin: auto;
    background: url(/bitrix/templates/nwmd/i/icon-sprite-green-uslugi.png) 0 0 no-repeat;
}

.iconv-konsult:before{
    background-position: 10px 0;
}
.iconv-vzamer:before{
    background-position: 0 -86px;
}
.iconv-izgotov:before{
    background-position: 6px -181px;
}
.iconv-dostav:before{
    background-position: 0 -280px;
}
.iconv-montaj:before{
    background-position: 7px -374px;
}

.b-lazy{
    border: none;
    background-color: #87bae6;
    opacity: 0.3;
    transition: opacity 2s ease-in-out;
    box-shadow: none;
}

.b-loaded{
    opacity: 1;
}
