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

.clearfix {
    clear: both;
}

.none {
    display: none;
}

.success {
    z-index: 10000!important;
    font-weight: bold;
    color: #262626;
    text-align: center;
    font-size: 18px;
    vertical-align: middle;
    display: table-cell;
    height: 100px;
    font-weight: 700;
}

.for-tooltip {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-decoration: none!important;
}

.for-tooltip:hover {
    color: #ff0000;
}

input, textarea, select, button {
    outline: none;
}

.inner {
    max-width: 1148px;
    margin: 0 auto;
    outline: 0px solid red;
}

.popular-products-block {
    margin-top: 32px;
}

.inner-popular-products-block {
    max-width: 1178px;
    margin: 0 auto;
}

.header {
    box-sizing: border-box;
    padding-bottom: 60px;
    background: url(../images/header-bg.jpg) no-repeat;
    background-size: cover;
}

.header-inner-page {
    padding-bottom: 10px;
    background: url(../images/header-bg-inner-page.jpg) no-repeat;
    background-size: cover;
}

.top-header {
    box-sizing: border-box;
    padding-top: 13px;
    margin-bottom: 116px;
}

.top-header-inner-page {
    margin-bottom: 0;
}

.top-header > div:nth-child(2) {
    text-align: center;
}

.top-header > div:nth-child(2) p:first-child {
    margin-bottom: 0;
    line-height: normal;
    margin-top: 6px;
}

.top-header > div:nth-child(2) p:first-child a {
    font-size: 37px;
    color: #ffffff;
    font-family: 'DINPro-Medium';
    text-decoration: none;
}

.top-header > div:nth-child(2) p:nth-child(2) {
    line-height: 7px!important;
    font-size: 14px;
    color: #ffffff;
    font-family: 'DINPro';
    line-height: normal;
    margin: 15px 0 5px 0;
}

.top-header > div:nth-child(3) {
    text-align: right;
}

.top-header > div:nth-child(3) a {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    display: inline-block;
    width: 278px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    font-family: 'DINPro-Bold';
    text-transform: uppercase;
    text-decoration: none;
    background: -moz-linear-gradient(left, #fdb633 0%, #f97f45 0%, #fdb633 100%);
    background: -webkit-linear-gradient(left, #fdb633 0%,#f97f45 0%,#fdb633 100%);
    background: linear-gradient(to right, #fdb633 0%,#f97f45 0%,#fdb633 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdb633', endColorstr='#fdb633',GradientType=1 );
    margin-top: 12px;
}

.general-menu {
    padding-top: 8px;
    box-sizing: border-box;
    margin-top: 14px;
    text-align: center;
    border-top: 1px solid #ffffff;
}

.general-menu li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 33px;
}

.general-menu li img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}

.general-menu li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #ffffff;
    font-family: 'DINPro-Medium';
    text-transform: uppercase;
}

.bottom-header {
    text-align: center;
}

.bottom-header h1 {
    font-size: 63px;
    color: #ffffff;
    font-family: 'DINPro-Medium';
    text-transform: uppercase;
    margin-bottom: 2px!important;
}

.bottom-header h1 + p {
    font-size: 27px;
    color: #ffffff;
    font-family: 'DINPro-Medium';
    text-transform: uppercase;
    margin-bottom: 19px;
}

.bh-form-block input[type=text] {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    box-sizing: border-box;
    padding: 0 10px;
    width: 280px;
    height: 50px;
    font-size: 16px;
    color: #ffffff;
    font-family: 'DINPro-Bold';
    text-align: center;
    background: transparent;
    text-transform: uppercase;
    border: 3px solid #ffffff;
    margin-right: 11px;
}

.bh-form-block button {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    width: 262px;
    height: 50px;
    border: none;
    font-size: 16px;
    color: #ffffff;
    font-family: 'DINPro-Bold';
    background: #fdb633;
    text-transform: uppercase;
    background: -moz-linear-gradient(left, #fdb633 0%, #f97f45 0%, #fdb633 100%);
    background: -webkit-linear-gradient(left, #fdb633 0%,#f97f45 0%,#fdb633 100%);
    background: linear-gradient(to right, #fdb633 0%,#f97f45 0%,#fdb633 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdb633', endColorstr='#fdb633',GradientType=1 );
}

.save-a-form > div:not(.subject-ask-field), .save-a-form button {
    display: inline-block;
    vertical-align: top;
}

.save-a-form .help-block {
    color: #fff;
}

.inner-products-block {
    box-sizing: border-box;
    padding-top: 26px;
    background: url(../images/under-header-shadow.png) no-repeat top center;
}

.title-str {
    text-align: center;
}

.title-str img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.title-str span, .admin-page > h1 {
    display: inline-block;
    vertical-align: middle;
    font-size: 34px;
    color: #333333;
    text-transform: uppercase;
    font-family: 'DINPro-Medium';
}

.inner-map-block-top .title-str span {
    color: #fdb135;
}

.product-categories {
    text-align: center;
    letter-spacing: -3px;
    margin-top: 29px;
    margin-bottom: 36px;
}

.product-categories li {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 1px;
}

.product-categories li a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: block;
    box-sizing: border-box;
    padding: 13px 31px 12px 31px;
    font-size: 14px;
    color: #333333;
    letter-spacing: normal;
    font-family: 'DINPro-Medium';
    text-transform: uppercase;
    background: #eeeeee;
    text-decoration: none;
}

.product-categories li a:hover {
    color: #ffffff;
    background: #fdb633; /* Old browsers */
    background: -moz-linear-gradient(left,  #fdb633 0%, #f97f45 0%, #fdb633 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #fdb633 0%,#f97f45 0%,#fdb633 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #fdb633 0%,#f97f45 0%,#fdb633 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdb633', endColorstr='#fdb633',GradientType=1 ); /* IE6-9 */background: #fdb633; /* Old browsers */
    background: -moz-linear-gradient(left,  #fdb633 0%, #f97f45 0%, #fdb633 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #fdb633 0%,#f97f45 0%,#fdb633 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #fdb633 0%,#f97f45 0%,#fdb633 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdb633', endColorstr='#fdb633',GradientType=1 ); /* IE6-9 */
}

.general-products-text {
    box-sizing: border-box;
    padding: 0 15px;
    text-align: center;
    margin-bottom: 39px;
    margin-top: 29px;
}

.general-products-text h2 {
    font-size: 18px;
    color: #333333;
    font-family: 'DINPro-Medium';
    text-transform: uppercase;
}

.general-products-text p {
    font-size: 17px;
    line-height: 19px;
    color: #333333;
    font-family: 'DINPro';
    margin-top: 10px;
}

.general-products-text span, .general-products-text li {
    font-size: 17px!important;
    line-height: 19px;
    color: #333333;
    font-family: 'DINPro'!important;
}

.one-gp-wrapper {
    margin-bottom: 30px;
}

.general-product-div {
    box-sizing: border-box;
    padding: 10px;
    border: 6px solid #eeeeee;
}

.gp-title {
    text-align: center;
}

.gp-title a {
    font-size: 15px;
    color: #333333;
    font-family: 'DINPro';
    text-decoration: none;
}

.gp-image {
    text-align: center;
    margin-top: 12px;
    margin-bottom: 19px;
    display: block;
    height: 236px;
    outline: 0px solid red;
}

.gp-image img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.gp-bottom p, .product-inner-top p {
    float: left;
    margin-bottom: 0!important;
    font-size: 30px!important;
    line-height: 30px!important;
    color: #333333!important;
    font-family: 'DINPro-Medium'!important;
}

.gp-bottom p span, .product-inner-top p span {
    font-size: 13px;
    color: #333333;
    font-family: 'DINPro';
}

.gp-bottom a, .product-inner-top a {
    display: block;
    box-sizing: border-box;
    padding: 7px 10px 6px 10px;
    float: right;
    font-size: 14px;
    color: #ffffff;
    font-family: 'DINPro-Medium';
    background: #d62528;
    text-decoration: none;
    text-transform: uppercase;
}

.gp-bottom a i, .product-inner-top a i {
    margin-right: 6px;
}

.gp-bottom p {
    font-size: 23px!important;
}

.wrapper-go-to-catalog {
    text-align: center;
}

.wrapper-go-to-catalog a {
    display: inline-block;
    box-sizing: border-box;
    padding: 13px 30px 12px 30px;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fdb633+0,f97f45+0,fdb633+100 */
    background: #fdb633; /* Old browsers */
    background: -moz-linear-gradient(left,  #fdb633 0%, #f97f45 0%, #fdb633 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #fdb633 0%,#f97f45 0%,#fdb633 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #fdb633 0%,#f97f45 0%,#fdb633 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdb633', endColorstr='#fdb633',GradientType=1 ); /* IE6-9 */
    text-decoration: none;
}

.services-block {
    box-sizing: border-box;
    padding-bottom: 43px;
    margin-top: 27px;
}

.general-all-services {
    margin-top: 27px;
}

.igos > div {
    text-align: center;
}

.igos > div:first-child {
    width: 100%;
    -webkit-border-radius: 100%;
    -mzo-border-radius: 100%;
    border-radius: 100%;
    border: 6px solid #EFEEEF;
}

.igos > div:first-child::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.service-title {
    text-align: center;
    margin-top: 16px;
    margin-bottom: 14px;
}

.service-title a {
    font-size: 18px;
    color: #333333;
    text-align: center;
    font-family: 'DINPro-Medium';
    text-transform: uppercase;
}

.red-btn {
    display: inline-block;
    box-sizing: border-box;
    padding: 7px 10px 6px 10px;
    font-size: 14px;
    color: #ffffff!important;
    font-family: 'DINPro-Medium';
    background: #d62528;
    text-decoration: none!important;
    text-transform: uppercase;
    border: none;
}

.admin-menu li.active a, .red-btn:hover, .gp-bottom a:hover, .product-inner-top a:hover, .ss-menu-active {
    background: #fdb633;
    background: -moz-linear-gradient(left, #fdb633 0%, #f97f45 0%, #fdb633 100%);
    background: -webkit-linear-gradient(left, #fdb633 0%,#f97f45 0%,#fdb633 100%);
    background: linear-gradient(to right, #fdb633 0%,#f97f45 0%,#fdb633 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdb633', endColorstr='#fdb633',GradientType=1 );
}

.footer {
    box-sizing: border-box;
    padding: 25px 0 11px 0;
    text-align: center;
    background: url(../images/footer-shadow.png) no-repeat top 0 center;
}

.sertificates-block {
    overflow: hidden;
    box-sizing: border-box;
    padding-bottom: 40px;
    background: url(../images/cert-pattern.png) repeat;
}

.inner-sertificates-block {
    box-sizing: border-box;
    padding-top: 25px;
    background: url(../images/footer-shadow.png) no-repeat top 0 center;
    outline: 0px solid red;
}

.all-certificates {
    position: relative;
    max-width: 940px;
    margin: 27px auto 0 auto;
    outline: 0px solid red;
}

.one-certificate {
    box-sizing: border-box;
    padding: 0 10px;
    display: block;
    text-align: center;
}

.one-certificate img {
    max-width: 100%;
    height: auto;
}

.footer p {
    font-size: 14px;
    color: #333333;
    font-family: 'DINPro';
    text-transform: uppercase;
}

::-webkit-input-placeholder { font-size: 16px; color: #ffffff; font-family: 'DINPro-Bold'; }
::-moz-placeholder          { font-size: 16px; color: #ffffff; font-family: 'DINPro-Bold'; } /* Firefox 19+ */
:-moz-placeholder           { font-size: 16px; color: #ffffff; font-family: 'DINPro-Bold'; } /* Firefox 18- */
:-ms-input-placeholder      { font-size: 16px; color: #ffffff; font-family: 'DINPro-Bold'; }

.owl-prev, .owl-next {
    position: absolute;
    top: 113px;
    width: 37px;
    height: 60px;
    background: url(../images/str-left.png) no-repeat 0 0;
}

.owl-prev {
    left: -57px;
}

.owl-next {
    right: -57px;
    background: url(../images/str-right.png) no-repeat 0 0;
}

.owl-prev:hover, .owl-next:hover {
    background-position: 0 -60px;
}

.map-block {
    position: relative;
}

.map-block-top {
    /*z-index: 10;
    position: absolute;*/
    width: 100%;
    background: url(../images/map-block-top.png) no-repeat center 0;
    background-size: cover;
}

.inner-map-block-top {
    box-sizing: border-box;
    padding-top: 27px;
    padding-bottom: 43px;
    text-align: center;
}

.mbt-str {
    margin-top: 18px;
    margin-bottom: 28px;
}

.mbt-str p {
    font-size: 18px;
    color: #ffffff;
    font-family: 'DINPro-Light';
}

.mbt-str p:first-child {
    margin-bottom: 21px;
}

.mbt-str p:nth-child(2) {
    margin-bottom: 0px;
}

.mbt-str p a {
    color: #fdb135;
}

.mbt-str p a:hover {
    text-decoration: underline;
}

.mbt-str p.map-block-phone {
    font-size: 41px;
    color: #ffffff;
    font-family: 'DINPro-Medium';
    margin-bottom: 12px;
    margin-top: 13px;
}

.map-block-phone a {
    color: #fff!important;
    text-decoration: none!important;
}

.admin-panel, .admin-menu {
    box-sizing: border-box;
    padding: 10px 0;
}

.admin-panel li {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5px;
}

.downloadform-block {
    margin-top: 30px;
}

.admin-preview {
    display: block;
    width: auto;
    height: 100px;
}

.admin-preview img {
    width: auto;
    height: 100%;
}

.breadcrumbs-block {
    box-sizing: border-box;
    padding: 37px 0 24px 0;
}

.breadcrumbs-block li {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #b42220;
    font-family: 'DINPro-Light';
}

.breadcrumbs-block li:not(:last-child):after {
    content: "/";
    font-size: 14px;
    color: #333333;
    font-family: 'DINPro-Light';
}

.breadcrumbs-block li a {
    font-size: 14px;
    color: #b42220;
    font-family: 'DINPro-Light';
    text-decoration: none;
}

.breadcrumbs-block li a:hover {
    text-decoration: underline;
}

.post-content h1 {
    font-size: 34px;
    color: #333333!important;
    font-family: 'DINPro-Medium'!important;
    margin-bottom: 31px!important;
}

.post-content h1 span {
    color: #333333!important;
    font-family: 'DINPro-Medium'!important;
}

.post-content h2 {
    font-size: 30px;
    color: #565a60;
    font-family: 'DINPro-Light';
    margin-bottom: 12px!important;
}

.post-content h3 {
    font-size: 24px;
    color: #565a60;
    font-family: 'DINPro-Light';
    margin-bottom: 12px!important;
}

.post-content p, .post-content p span {
    line-height: 19px;
    font-size: 17px;
    color: #000!important;
    font-family: 'DINPro-Light';
    margin-bottom: 16px;
}

.post-content p span, .post-content div {
    background: transparent!important;
}

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

.post-content ol li, .post-content ul li {
    list-style: inside decimal;
    font-size: 14px;
    color: #565a60;
    font-family: 'DINPro-Light';
    margin-bottom: 7px;
}

.post-content ul li {
    list-style: inside square!important;
}

.post-content ol, .post-content ul {
    margin-bottom: 12px;
}

.post-content p:last-child, .post-content img:last-child, .post-content ol li:last-child, 
.post-content ul li:last-child, .post-content ol:last-child, .post-content ul:last-child {
    margin-bottom: 0!important;
}

.post-content table {
    width: 100%!important;
}

.post-content table td {
    box-sizing: border-box;
    padding: 15px;
    border: 1px solid #cccccc;
}

.site-content {
    padding-bottom: 50px;
}

.left-sidebar {
    padding-left: 0;
    outline: 0px solid red;
}

.inner-left-sidebar {
    /*width: 263px;*/
    background: #eeeeee;
}

.inner-left-sidebar > ul > li {
    list-style: none!important;
}

.inner-left-sidebar > ul > li > a {
    position: relative;
    box-sizing: border-box;
    padding: 8px 15px 8px 15px;
    display: block;
    width: 100%;
    font-size: 15px;
    color: #333333;
    background: #dfdfdf;
    font-family: 'DINPro-Light';
    text-decoration: none;
}

.inner-left-sidebar > ul > li > a:hover .catalog-active-angle, .inner-left-sidebar > ul > li.active > a .catalog-active-angle {
    display: block;
}

.inner-left-sidebar > ul > li > a:hover, .inner-left-sidebar > ul > li.active > a {
    color: #fff;
    background: #fdb633;
    background: -moz-linear-gradient(left, #fdb633 0%, #f97f45 0%, #fdb633 100%);
    background: -webkit-linear-gradient(left, #fdb633 0%,#f97f45 0%,#fdb633 100%);
    background: linear-gradient(to right, #fdb633 0%,#f97f45 0%,#fdb633 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdb633', endColorstr='#fdb633',GradientType=1 );
}

.inner-left-sidebar > ul > li > ul {
    box-sizing: border-box;
    padding: 13px 0;
}

.inner-left-sidebar > ul > li > ul > li {
    box-sizing: border-box;
    padding: 0 15px;
    list-style: none!important;
}

.inner-left-sidebar > ul > li > ul > li > a i {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.inner-left-sidebar > ul > li > ul > li > a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 15px;
    color: #333333;
    font-family: 'DINPro-Light';
    text-decoration: none;
}

.inner-left-sidebar > ul > li > ul > li > a:hover, .inner-left-sidebar > ul > li > ul > li > a:hover i, .inner-left-sidebar > ul > li > ul > li.active > a, .inner-left-sidebar > ul > li > ul > li.active > a i {
    color: #cb090a;
}

.inner-left-sidebar > ul > li > ul > li > a i {
    color: #fff;
}

.right-sidebar {
    padding: 0;
    outline: 0px solid red;
}

.rs-all-products .general-product-div {
    padding: 10px;
    width: 100%!important;
}

.consultant-application-block, .product-order-block, .service-application-block {
    display: none;
    width: 450px;
}

.ca-title {
    font-size: 18px;
    color: #333333;
    font-family: 'DINPro-Bold';
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
}

.save-ca-form input[type=text], .rcp-form input[type=text], .product-order-block input[type=text], .service-application-block input[type=text] {
    border-radius: 0;
    height: 40px;
    box-shadow: none;
}

.save-ca-form textarea, .rcp-form textarea, .product-order-block textarea, .service-application-block textarea {
    resize: none;
    border-radius: 0;
    height: 120px;
    box-shadow: none;
}

.rules-true {
    position: relative!important;
}

.rules-true input {
    cursor: pointer;
    margin-top: -2px;
    width: 16px;
    height: 16px;
    border: solid 1px #393c41;
    margin-right: 5px;
}

.rules-true label {
    cursor: pointer;
    font-size: 12px;
    color: #393c41;
    font-weight: 400;
}

.rules-true a {
    position: absolute;
    top: 3px;
    left: 159px;
    font-size: 12px;
    color: #393c41;
    text-decoration: underline;
}

.rules-true a:hover {
    text-decoration: none;
}

.cab-wrapper {
    text-align: center;
}

.left-contacts-page {
    padding-left: 0;
}

.left-contacts-page a {
    font-weight: bold;
    color: #d62528;
}

.rcp-form-title {
    text-align: center;
    line-height: 38px!important;
    font-size: 34px!important;
    color: #565a60;
    font-family: 'DINPro-Light';
    text-transform: uppercase;
    margin-bottom: 12px!important;
}

.status-read {
    border: 1px dashed #000;
    padding: 3px 10px;
    font-weight: 700;
    display: inline-block;
    color: #fff;
    background-color: green;
}

.status-new {
    border: 1px dashed #000;
    padding: 3px 10px;
    font-weight: 700;
    display: inline-block;
    background-color: yellow;
}

.catalog-active-angle {
    display: none;
    position: absolute;
    right: -16px;
    top: 0;
    width: 16px;
    height: 31px;
    background: url(../images/angle-right.png) no-repeat;
}

.save-form label {
    margin-bottom: 5px;
}

.save-form input[type=checkbox] {
    width: 22px;
    height: 22px;
    margin-right: 5px;
    margin-top: -3px;
}

.save-form textarea {
    resize: none;
    height: 90px;
}

.inner-product-photo {
    box-sizing: border-box;
    padding: 10px 0;
    display: block;
    text-align: center;
    border: 6px solid #eeeeee;
}

.product-inner-top p {
    float: left;
}

.all-popular-products {
    margin-top: 22px;
}

.ss-menu {
    margin-bottom: 15px;
}

.ss-block {
    display: none;
}

.ss-block-1 {
    display: block;
}

.login-page {
    box-sizing: border-box;
    padding: 25px 0;
    text-align: center;
}

#login-form {
    margin-top: 15px;
}

#login-form input {
    box-sizing: border-box;
    padding: 0 15px;
    width: 500px;
    height: 40px;
    border: 1px solid #cccccc;
}

.wrapper-404-error {
    box-sizing: border-box;
    padding: 25px 0;
    color: #d62528;
    font-size: 150px;
    text-align: center;
    font-family: 'DINPro-Bold';
}

.subject-ask-field input {
    visibility: hidden;
}

.save-a-form .subject-ask-field input {
    height: 1px;
}

.save-a-form .subject-ask-field .help-block {
    display: none;
}

.igos > div img {
    max-width: 100%;
}

.logo {
    display: inline-block;
}

.mobile-general-menu {
    display: none;
    text-align: center;
    padding-top: 8px;
    margin-top: 14px;
    border-top: 1px solid #fff;
}

.mobile-general-menu a {
    color: #fff;
    font-size: 36px;   
}

.fixed-menu-block {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 2500;
    position: fixed;
    top: 0;
    left: -70%;
    width: 70%;
    height: 100%;
    background: #D11C1C;
}

.fixed-menu-block li a {
    box-sizing: border-box;
    padding: 10px 9px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: block;
    font-size: 16px;
    color: #FFE9BF;
    text-decoration: underline;
}

.fixed-menu-block li a:hover {
    background: #bb0909;
}

.close-btn {
    margin-top: 9px;
    margin-left: 9px;
    margin-bottom: 20px;
    display: block;
    width: 33px;
    height: 33px;
    color: #fff!important;
    font-size: 36px;
}

#map {
    height: 420px;
}

.left-contacts-page p img {
    vertical-align: middle;
    margin-right: 10px;
}

.download-price-block {
    text-align: center;
    margin-bottom: 25px;
}

.product-view-description-block {
    margin-top: 30px;
}

.download-price-btn {
    display: inline-block;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    width: 262px;
    height: 50px;
    line-height: 50px;
    border: none;
    font-size: 16px;
    color: #ffffff!important;
    font-family: 'DINPro-Bold';
    background: #fdb633;
    text-transform: uppercase;
    text-decoration: none!important;
    background: -moz-linear-gradient(left, #fdb633 0%, #f97f45 0%, #fdb633 100%);
    background: -webkit-linear-gradient(left, #fdb633 0%,#f97f45 0%,#fdb633 100%);
    background: linear-gradient(to right, #fdb633 0%,#f97f45 0%,#fdb633 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdb633', endColorstr='#fdb633',GradientType=1 );
}

.left-contacts-page span {
    font-family: georgia,serif!important;
    font-size: 16px!important;
}

.consultant-application-block input::-webkit-input-placeholder, .consultant-application-block textarea::-webkit-input-placeholder,
.rcp-form input::-webkit-input-placeholder, .rcp-form textarea::-webkit-input-placeholder,
.product-order-block input::-webkit-input-placeholder, .product-order-block textarea::-webkit-input-placeholder,
.service-application-block input::-webkit-input-placeholder, .service-application-block textarea::-webkit-input-placeholder { color: #333333; font-family: 'DINPro'; }
.consultant-application-block input::-moz-placeholder, .consultant-application-block textarea::-moz-placeholder,
.rcp-form input::-moz-placeholder, .rcp-form textarea::-moz-placeholder,
.product-order-block input::-moz-placeholder, .product-order-block textarea::-moz-placeholder,
.service-application-block input::-moz-placeholder, .service-application-block textarea::-moz-placeholder           { color: #333333; font-family: 'DINPro'; } /* Firefox 19+ */
.consultant-application-block input:-moz-placeholder, .consultant-application-block textarea:-moz-placeholder,
.rcp-form input:-moz-placeholder, .rcp-form textarea:-moz-placeholder,
.product-order-block input:-moz-placeholder, .product-order-block textarea:-moz-placeholder,
.service-application-block input:-moz-placeholder, .service-application-block textarea:-moz-placeholder            { color: #333333; font-family: 'DINPro'; } /* Firefox 18- */
.consultant-application-block input:-ms-input-placeholder, .consultant-application-block textarea:-ms-input-placeholder,
.rcp-form input:-ms-input-placeholder, .rcp-form textarea:-ms-input-placeholder,
.product-order-block input:-ms-input-placeholder, .product-order-block textarea:-ms-input-placeholder,
.service-application-block input:-ms-input-placeholder, .service-application-block textarea:-ms-input-placeholder      { color: #333333; font-family: 'DINPro'; }

.general-one-service {
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .left-sidebar, .right-sidebar > div.col-md-6:first-child {
        margin-bottom: 30px;
    }
    .left-sidebar, .one-gp-wrapper, .category-description, .right-sidebar > div.col-md-6, .right-contacts-page {
        padding-left: 0;
        padding-right: 0;
    }
    .catalog-active-angle {
        display: none!important;
    }
    .map-block-top, .header-inner-page {
        background-size: cover;
    }
    .bh-form-block input[type=text] {
        margin-right: 0;
    }
    .header {
        text-align: center;
    }
    .top-header > div:nth-child(3) {
        text-align: center;
        margin-top: 15px;
    }
    .general-one-service, .left-contacts-page {
        margin-bottom: 30px;
    }
    .services-block {
        padding-bottom: 13px;
    }
    .bottom-header h1 {
        font-size: 7vw;
    }
    .logo, .logo img {
        max-width: 100%;
    }
    .rcp-form-title {
        font-size: 7vw!important;
    }
    .all-general-products {
        padding-left: 15px;
        padding-right: 15px;
    }
    .consultant-application-block, .product-order-block, .service-application-block {
        width: 100%;
    }
    .post-content h1 {
        font-size: 6vw;
    }
    .post-content h2 {
        font-size: 5vw;
    }
    .post-content h3 {
        font-size: 4vw;
    }
    .header {
        padding-bottom: 13px;
    }
    .general-menu {
        display: none;
    }
    .bottom-header h1 + p {
        font-size: 5vw;
    }
    .top-header {
        margin-bottom: 20px;
    }
    .mobile-general-menu {
        display: block;
    }
}