body {
 padding: 0;
 color: #333333;
 /* font:14px/1.14em Arial, Tahoma, Helvetica, sans-serif; */
 font-family: 'Nunito', sans-serif;
 background: #fff;
}


a {
 color: #1f86cd;
 outline: none !important;
}
a:hover {
 text-decoration:none;
}

.table-last-bold tr > td:last-child {
 /* font-weight: bold; */
}

.arrow-a .glyphicon {
 margin: 4px 5px 0 -3px;
 font-size: 8px;
 vertical-align: top;
}

hr {
 position: relative;
 height: 2px;
 margin: 3.1% 10% 1.6%;
 background: #d6d8db;
 background: -moz-linear-gradient(left, #fff, #c7cacd 45%, #c7cacd 55%, #fff);
 background: -ms-linear-gradient(left, #fff, #c7cacd 45%, #c7cacd 55%, #fff);
 background: -o-linear-gradient(left, #fff, #c7cacd 45%, #c7cacd 55%, #fff);
 background: -webkit-linear-gradient(left, #fff, #c7cacd 45%, #c7cacd 55%, #fff);
 background: linear-gradient(left, #fff, #c7cacd 45%, #c7cacd 55%, #fff);
}

hr:before {
 content: "";
 display: block;
 position: absolute;
 top: 0;
 right: 0;
 left: 0;
 height: 1px;
 background: #d9dbdb;
 background: -moz-linear-gradient(left, #fff, #d9dbdb 45%, #d9dbdb 55%, #fff);
 background: -ms-linear-gradient(left, #fff, #d9dbdb 45%, #d9dbdb 55%, #fff);
 background: -o-linear-gradient(left, #fff, #d9dbdb 45%, #d9dbdb 55%, #fff);
 background: -webkit-linear-gradient(left, #fff, #d9dbdb 45%, #d9dbdb 55%, #fff);
 background: linear-gradient(left, #fff, #d9dbdb 45%, #d9dbdb 55%, #fff);
}



.container-wrapper {
 padding-top: 19px;
 background: #fff;
}

body.start .container-wrapper {
 padding-top: 0;
}

main {
 margin-bottom: 80px;
}


.container {
 position: relative;
 min-width: 270px;
}

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

.caption {
 margin: 7px 0;
 font-size: 30px;
 line-height: 1em;
 color: #5f6e7b;
}


label {
 font-weight: normal;
}

.btn-sm {
 padding-top: 4px;
 padding-bottom: 3px;
 font-size: 13px;
}

.btn-default {
 color: #595959;
 background: -moz-linear-gradient(top, #fff, #e8e8e8);
 background: -ms-linear-gradient(top, #fff, #e8e8e8);
 background: -o-linear-gradient(top, #fff, #e8e8e8);
 background: -webkit-linear-gradient(top, #fff, #e8e8e8);
 background: linear-gradient(top, #fff, #e8e8e8);
}

.btn-danger {
 background: #c60306;
 background: -moz-linear-gradient(top, #fd0007, #9f0909);
 background: -ms-linear-gradient(top, #fd0007, #9f0909);
 background: -o-linear-gradient(top, #fd0007, #9f0909);
 background: -webkit-linear-gradient(top, #fd0007, #9f0909);
 background: linear-gradient(top, #fd0007, #9f0909);
}

.btn-info {
 border-color: #7b979a;
 background: #0299a2;
 background: linear-gradient(180deg, #00b8c4, #0199a4);
}

.panel .panel-heading {
 background: #f5f5f5;
 background: -moz-linear-gradient(top, #fff, #f5f5f5);
 background: -ms-linear-gradient(top, #fff, #f5f5f5);
 background: -o-linear-gradient(top, #fff, #f5f5f5);
 background: -webkit-linear-gradient(top, #fff, #f5f5f5);
 background: linear-gradient(top, #fff, #f5f5f5);
}

/* 
.main-header .top {
 background: #e10404;
 background: -moz-linear-gradient(left, #e10404 50%, #343f49 50%);
 background: -ms-linear-gradient(left, #e10404 50%, #343f49 50%);
 background: -o-linear-gradient(left, #e10404 50%, #343f49 50%);
 background: -webkit-linear-gradient(left, #e10404 50%, #343f49 50%);
 background: linear-gradient(left, #e10404 50%, #343f49 50%);
}

.main-header .top .container {
 background: #343f49;
 background: -moz-linear-gradient(left, #890505, #890505 54px, #343f49 54px);
 background: -ms-linear-gradient(left, #890505, #890505 54px, #343f49 54px);
 background: -o-linear-gradient(left, #890505, #890505 54px, #343f49 54px);
 background: -webkit-linear-gradient(left, #890505, #890505 54px, #343f49 54px);
 background: linear-gradient(left, #890505, #890505 54px, #343f49 54px);
} */

.main-nav {
 min-height: 40px;
 margin: 0;
 border: none;
 border-radius: 0;
 background: none;
}

.main-nav .navbar-brand {
 margin: 6px 35px 0 0;
 padding: 0;
}

.main-nav .navbar-nav li a {
 font-size: 16px;
 /* color: #cfd0d0; */
 /* text-shadow: 0 1px 1px rgba(0, 0, 0, .28); */
 transition: all ease 0.5s;
}

.main-nav .navbar-nav > li > a {
 padding: 9px 14px;
 text-transform: uppercase;
}

.navbar-default.main-nav .navbar-nav > li.open > a,
.navbar-default.main-nav .navbar-nav > li > a:hover,
.navbar-default.main-nav .navbar-nav > li > a:focus,
.navbar-default.main-nav .navbar-nav > li.open > a:focus {
 /* background: #bf0909; */
 color: #000;
 /* font-weight: 800; */
 transition: all ease 0.5s;
}

.main-nav .dropdown-menu {
 background: #5f6e7b;
 border-color: #a6a6aa;
 border-top: none;
 box-shadow: 0 5px 10px rgba(0, 0, 0, .23);
}

.main-nav .dropdown-submenu .dropdown-menu {
 top: 0;
 border-radius: 0;
 margin-left: 0;
 z-index: 0;
}

.main-nav .dropdown-submenu > a:after {
 display: none;
}

.main-nav .navbar-nav .dropdown-menu a {
 color: #fffefe;
}

.main-nav .navbar-nav .dropdown-menu a:hover {
 background: #bf0909;
}

.main-nav .navbar-toggle {
 padding: 8px 5px;
 margin: 5px;
 border: 1px solid rgba(91, 94, 94, 0.5);
}
.main-nav .navbar-toggle {

}

.main-nav.navbar-default .navbar-toggle .icon-bar {
 background-color: rgba(91, 94, 94, 0.5);
}

.main-nav .navbar-toggle:hover,
.main-nav .navbar-toggle:focus {
 background: #fff;
 outline: none;
}

.main-nav .navbar-nav.langs-nav > li > a {
 text-transform: none;
}

.main-nav .langs-nav .dropdown-menu {
 background: #fff;
}

.main-nav .langs-nav .dropdown-menu a {
 color: #6b6b6b;
 text-shadow: none;
}

.main-nav .langs-nav .dropdown-menu a:hover {
 color: #fff;
}

/* .main-nav:before {
 content: "";
 display: block;
 position: absolute;
 top: 0;
 bottom: 0;
 left: -118px;
 width: 118px;
 background: #890505;
 background: -moz-linear-gradient(left, #bf0909 50px, #9f0909 50px, #9f0909 100px, #890505 100px);
 background: -ms-linear-gradient(left, #bf0909 50px, #9f0909 50px, #9f0909 100px, #890505 100px);
 background: -o-linear-gradient(left, #bf0909 50px, #9f0909 50px, #9f0909 100px, #890505 100px);
 background: -webkit-linear-gradient(left, #bf0909 50px, #9f0909 50px, #9f0909 100px, #890505 100px);
 background: linear-gradient(left, #bf0909 50px, #9f0909 50px, #9f0909 100px, #890505 100px);
} */


.carousel .item img {
 margin: 0 auto;
}

.carousel .carousel-control span {
 display: none;
}

.carousel-control.left,
.carousel-control.right {
 left: -13px;
 width: 40px;
 background: url('/files/images/carousel-controls.png') 0 50% no-repeat;
 opacity: 1;
}

.carousel-control.right {
 left: auto;
 right: -13px;
 background-position: -40px 50%;
}


.carousel-indicators {
 left: 9%;
 width: 50%;
 bottom: 10%;
 padding: 0;
 margin: 0;
 text-align: left;
}

.carousel-indicators li,
.carousel-indicators .active {
 width: 14px;
 height: 14px;
 margin: 0 4px;
 border: none;
 background: #eaeff4;
}

.carousel-indicators .active {
 border: 2px solid #d1050c;
}

.carousel-footer {
 position: absolute;
 right: 0;
 bottom: 0;
 left: 0;
}

.carousel-footer .manufactured {
 display: block;
}

.start-slide {
margin-bottom: 3%;
}


.left-aside {
 padding-bottom: 80px;
}

.left-aside .aside-header {
  margin: 20px 0;
}

.left-aside .banners article {
 margin-bottom: 10px;
}

.left-aside .banners article img {
 display: block;
 margin: 0 auto;
}



.right-img {
 width: 36%;
 float: right;
 margin: 0 0 2% 4%;
}

.text {
 
}

.start-article {
 margin-bottom: 30px;
 margin-top: 20px;
}

.start-text-footer {
 clear: both;
 padding-top: 3.7%;
}

.start-goods {
 line-height: 1.286em;
}

.start-goods .item {
 display: block;
 margin-bottom: 4%;
 color: #333333;
}

.start-goods .img {
 height: 180px;
 line-height: 180px;
 text-align: center;
}

.start-goods .img img {
 vertical-align: middle;
 max-height: 100%;
}

.start-goods time {
 display: block;
 margin-bottom: 11%;
}

.start-goods .h {
 margin: 0 0 1%;
 font-size: 14px;
 font-weight: bold;
}

.start-goods-footer {
 padding-top: 2.7%;
}

.main-footer .up {
 position: absolute;
 top: -30px;
 right: 15px;
}


.breadcrumb-wrapper {
 padding: 12px 0 9px;
 border-bottom: 1px solid #dddddd;
 background: #f5f5f5;
 background: -moz-linear-gradient(top, #fefefe, #f5f5f5);
 background: -ms-linear-gradient(top, #fefefe, #f5f5f5);
 background: -o-linear-gradient(top, #fefefe, #f5f5f5);
 background: -webkit-linear-gradient(top, #fefefe, #f5f5f5);
 background: linear-gradient(top, #fefefe, #f5f5f5);
}

.breadcrumb {
 padding: 7px 0 0 4px;
 margin: 0;
 font-size: 13px;
 background: none;
}

.breadcrumb > li + li:before {
 padding: 0 1px 0 0;
 color: #343f49;
}

.breadcrumb a {
 color: #343f49;
}

.breadcrumb .active {
 color: #bf0909;
}

.breadcrumb-wrapper .form-group {
 margin-bottom: 0;
}


.catalog-items {
 position: relative;
}


.catalog-items .item {
 display: block;
 margin-bottom: 24px;
}

.catalog-items .item ul,
.start-goods .item ul {
 padding: 0 0 0 15px;
 margin: 0;
}

.catalog-items .col-xs-6 {
 position: static;
}

.catalog-items .item .img {
 height: 191px;
 margin-bottom: 3px;
 line-height: 191px;
 text-align: center;
}

.catalog-items .item .img img {
 max-height: 100%;
 vertical-align: middle;
}

.catalog-items .item .h {
 padding: 0;
 margin: 0;
 font-size: 14px;
 line-height: 1.142em;
 font-weight: bold;
 color: #333333;
}

.catalog-items .item .describe {
 color: #333333;
}


.border-bottom:after {
 content: "";
 display: block;
 display: none;
 position: absolute;
 right: 0;
 left: 0;
 height: 2px;
 margin-top: -10px;
 background: #d3d6d8;
 background: -moz-linear-gradient(left, #fff, #d3d6d8, #fff);
 background: -ms-linear-gradient(left, #fff, #d3d6d8, #fff);
 background: -o-linear-gradient(left, #fff, #d3d6d8, #fff);
 background: -webkit-linear-gradient(left, #fff, #d3d6d8, #fff);
 background: linear-gradient(left, #fff, #d3d6d8, #fff);
}




.catalog-item .main-image img {
 margin-bottom: 40px;
}

.catalog-item .border-bottom:after {
 margin-top: -20px;
}

.catalog-item .other-photos {
 text-align: center;
}

.catalog-item .other-photos a {
 display: inline-block;
 padding: 6px 7px;
}

.catalog-item .other-photos a:hover,
.catalog-item .other-photos a.active {
 background: #ced1d3;
}

.catalog-item .other-photos a img {
 display: block;
 border: 1px solid #fff;
}

.catalog-item .text {
 margin-bottom: 5%;
}

.catalog-item .parameters {
 font-weight: bold;
 text-transform: uppercase;
}

.catalog-item .parameters .item {
 padding-bottom: 3.4%;
 position: relative;
}

.catalog-item .parameters .p-caption {
 display: table;
 width: 100%;
 height: 81px;
}

.catalog-item .parameters .p-caption > span {
 display: table-cell;
 vertical-align: middle;
}

.catalog-item .links {
 padding-top: 3%;
 margin-top: -1%;
}

.catalog-item .links .btn-block {
 margin-bottom: 10%;
}

.news-list {
 
}

.news-list .panel-heading {
 padding: 0;
 margin: 0;
 line-height: 34px;
}

.news-list .panel-heading .right {
 float: right;
 margin-left: 10px;
 font-size: 8px;
 color: #2288ce;
}

.news-list .panel-heading .a {
 display: block;
 padding: 0 25px 0 20px;
 color: #333333;
}

.news-list .active .panel-heading .right {
 display: none;
}

.news-list .caption {
 padding: 5px 0;
 margin: 0;
 font-size: 21px;
 line-height: 24px;
}

.news-list .panel {
 margin-bottom: 2px;
 border-bottom-width: 0;
}

.news-list .panel.active {
 border-bottom-width: 1px;
}

.news-list .panel-body {
 padding: 11px;
 display: none;
}

.news-list .active .panel-body {
 display: block;
}

.news-list .text {
 font-size: 13px;
 line-height: 1.38em;
}

.news-list .text p {
 margin-bottom: 20px;
}

.news-list .photos {
 padding: 5px 0;
 text-align: center;
}

.news-list .photos img {
 margin-bottom: 21px;
}

.files-list a {
 display: block;
}

.files-list .size {
 width: 20%;
}

.files-list .date {
 width: 25%;
}

.d-map {
  height: 600px;
 }

body .jvectormap-label {
 padding: 2px 6px;
 border: 1px solid #fff;
 background: #bf0909;
 color: #fff;
 display: block;
 font-size: 13px;
 border-radius: 4px;
}

body .jvectormap-zoomin,
body .jvectormap-zoomout {
 width: 20px;
 height: 20px;
 padding-top: 5px;
 background: #bf0909;
 color: #ffffff;
 font-size: 16px;
}

body .jvectormap-zoomout {
 top: 35px;
}

.region-describe {
 padding-bottom: 15px;
 text-align: justify;
}

.region-describe .caption {
 margin-bottom: 15px;
 font-size: 20px;
}

.region-describe .city-name {
 margin: 5px 0;
 font-size: 14px;
 font-weight: bold;
 text-transform: uppercase;
 color: #000000;
 text-indent: 10px;
}

.region-describe li {
 margin-bottom: 20px;
}

.distributions-header {
 margin: 15px 0 20px;
}


.search-results article {
 margin-bottom: 20px;
}

.search-results article footer {
 text-align: right;
}


.nav-langs-simple {
 margin: 0 10px;
}

.main-nav .navbar-nav.nav-langs-simple > li > a {
 padding-right: 5px;
 padding-left: 5px;
}

.main-footer > .inside {
 position: absolute;
 top: -65px;
 width: 100%;
 height: 69px;
}

.main-footer > .inside .container {
 height: 100%;
 box-shadow: 0 9px 6px rgba(0, 0, 0, .1);
 background: #981b1e;
 background: -moz-linear-gradient(left, #cf1b22, #cf1b22 3%, #c71d22 3%, #c71d22 6%, #bd1b20 6%, #bd1b20 9%, #b71d21 9%, #b71d21 12%, #ae1a1f 12%, #ae1a1f 15%, #a71c20 15%, #a71c20 18%,
                                        #9f1d21 18%, #9f1d21 21%, #981b1e 21%, #981b1e 56%, #9f1d21 56%, #9f1d21 59%, #a71c20 59%, #a71c20 62%, #ae1a1f 62%, #ae1a1f 65%,
                                        #b71d21 65%, #b71d21 68%, #bd1b20 68%, #bd1b20 71%, #c71d22 71%, #c71d22 74%, #cf1b22 74%, #cf1b22 77%, #d71921 77%, #d71921 80%,
                                        #e21a22 80%, #e21a22 83%, #ed1c24 83%, #ed1c24);
 background: -ms-linear-gradient(left, #cf1b22, #cf1b22 3%, #c71d22 3%, #c71d22 6%, #bd1b20 6%, #bd1b20 9%, #b71d21 9%, #b71d21 12%, #ae1a1f 12%, #ae1a1f 15%, #a71c20 15%, #a71c20 18%,
                                       #9f1d21 18%, #9f1d21 21%, #981b1e 21%, #981b1e 56%, #9f1d21 56%, #9f1d21 59%, #a71c20 59%, #a71c20 62%, #ae1a1f 62%, #ae1a1f 65%,
                                       #b71d21 65%, #b71d21 68%, #bd1b20 68%, #bd1b20 71%, #c71d22 71%, #c71d22 74%, #cf1b22 74%, #cf1b22 77%, #d71921 77%, #d71921 80%,
                                       #e21a22 80%, #e21a22 83%, #ed1c24 83%, #ed1c24);
 background: -o-linear-gradient(left, #cf1b22, #cf1b22 3%, #c71d22 3%, #c71d22 6%, #bd1b20 6%, #bd1b20 9%, #b71d21 9%, #b71d21 12%, #ae1a1f 12%, #ae1a1f 15%, #a71c20 15%, #a71c20 18%,
                                      #9f1d21 18%, #9f1d21 21%, #981b1e 21%, #981b1e 56%, #9f1d21 56%, #9f1d21 59%, #a71c20 59%, #a71c20 62%, #ae1a1f 62%, #ae1a1f 65%,
                                      #b71d21 65%, #b71d21 68%, #bd1b20 68%, #bd1b20 71%, #c71d22 71%, #c71d22 74%, #cf1b22 74%, #cf1b22 77%, #d71921 77%, #d71921 80%,
                                      #e21a22 80%, #e21a22 83%, #ed1c24 83%, #ed1c24);
 background: -webkit-linear-gradient(left, #cf1b22, #cf1b22 3%, #c71d22 3%, #c71d22 6%, #bd1b20 6%, #bd1b20 9%, #b71d21 9%, #b71d21 12%, #ae1a1f 12%, #ae1a1f 15%, #a71c20 15%, #a71c20 18%,
                                           #9f1d21 18%, #9f1d21 21%, #981b1e 21%, #981b1e 56%, #9f1d21 56%, #9f1d21 59%, #a71c20 59%, #a71c20 62%, #ae1a1f 62%, #ae1a1f 65%,
                                           #b71d21 65%, #b71d21 68%, #bd1b20 68%, #bd1b20 71%, #c71d22 71%, #c71d22 74%, #cf1b22 74%, #cf1b22 77%, #d71921 77%, #d71921 80%,
                                           #e21a22 80%, #e21a22 83%, #ed1c24 83%, #ed1c24);
 background: linear-gradient(left, #cf1b22, #cf1b22 3%, #c71d22 3%, #c71d22 6%, #bd1b20 6%, #bd1b20 9%, #b71d21 9%, #b71d21 12%, #ae1a1f 12%, #ae1a1f 15%, #a71c20 15%, #a71c20 18%,
                                   #9f1d21 18%, #9f1d21 21%, #981b1e 21%, #981b1e 56%, #9f1d21 56%, #9f1d21 59%, #a71c20 59%, #a71c20 62%, #ae1a1f 62%, #ae1a1f 65%,
                                   #b71d21 65%, #b71d21 68%, #bd1b20 68%, #bd1b20 71%, #c71d22 71%, #c71d22 74%, #cf1b22 74%, #cf1b22 77%, #d71921 77%, #d71921 80%,
                                   #e21a22 80%, #e21a22 83%, #ed1c24 83%, #ed1c24);

}

.main-footer > .inside .container:before {
 content: "";
 position: absolute;
 display: block;
 right: 0;
 bottom: 0;
 left: 0;
 height: 52%;
 background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 56%, #981b1e 56%, #981b1e 59%, #9f1d21 59%, #9f1d21 59%, #9f1d21 62%, #a71c20 62%, #a71c20 65%, #ae1a1f 65%,
                                                              #ae1a1f 68%, #b71d21 68%, #b71d21 71%, #bd1b20 71%, #bd1b20 74%, #c71d22 74%, #c71d22 77%, #cf1b22 77%,
                                                              #cf1b22 80%, #d71921 80%, #d71921 83%, #e21a22 83%, #e21a22 86%, #ed1c24 86%, #ed1c24);
 background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 56%, #981b1e 56%, #981b1e 59%, #9f1d21 59%, #9f1d21 59%, #9f1d21 62%, #a71c20 62%, #a71c20 65%, #ae1a1f 65%,
                                                             #ae1a1f 68%, #b71d21 68%, #b71d21 71%, #bd1b20 71%, #bd1b20 74%, #c71d22 74%, #c71d22 77%, #cf1b22 77%,
                                                             #cf1b22 80%, #d71921 80%, #d71921 83%, #e21a22 83%, #e21a22 86%, #ed1c24 86%, #ed1c24);
 background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 56%, #981b1e 56%, #981b1e 59%, #9f1d21 59%, #9f1d21 59%, #9f1d21 62%, #a71c20 62%, #a71c20 65%, #ae1a1f 65%,
                                                            #ae1a1f 68%, #b71d21 68%, #b71d21 71%, #bd1b20 71%, #bd1b20 74%, #c71d22 74%, #c71d22 77%, #cf1b22 77%,
                                                            #cf1b22 80%, #d71921 80%, #d71921 83%, #e21a22 83%, #e21a22 86%, #ed1c24 86%, #ed1c24);
 background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 56%, #981b1e 56%, #981b1e 59%, #9f1d21 59%, #9f1d21 59%, #9f1d21 62%, #a71c20 62%, #a71c20 65%, #ae1a1f 65%,
                                                                 #ae1a1f 68%, #b71d21 68%, #b71d21 71%, #bd1b20 71%, #bd1b20 74%, #c71d22 74%, #c71d22 77%, #cf1b22 77%,
                                                                 #cf1b22 80%, #d71921 80%, #d71921 83%, #e21a22 83%, #e21a22 86%, #ed1c24 86%, #ed1c24);
 background: linear-gradient(left, rgba(0, 0, 0, 0) 56%, #981b1e 56%, #981b1e 59%, #9f1d21 59%, #9f1d21 59%, #9f1d21 62%, #a71c20 62%, #a71c20 65%, #ae1a1f 65%,
                                                         #ae1a1f 68%, #b71d21 68%, #b71d21 71%, #bd1b20 71%, #bd1b20 74%, #c71d22 74%, #c71d22 77%, #cf1b22 77%,
                                                         #cf1b22 80%, #d71921 80%, #d71921 83%, #e21a22 83%, #e21a22 86%, #ed1c24 86%, #ed1c24);

}

.main-footer .footer-logo img {
 margin-top: 13px;
}

.main-footer small {
 display: block;
 padding-top: 20px;
 font-size: inherit;
}

.main-footer .footer-right {
 position: absolute;
 bottom: -32px;
 right: -1px;
 width: 84%;
 height: 132px;
}

.main-footer .footer-right .c {
 float: left;
 position: relative;
 width: 20%;
 height: 25%;
 background: #fff;
}

.main-footer .footer-right .c-f8ae9f {
 background: #f8ae9f;
}

.main-footer .footer-right .c-f47b6f {
 background: #f47b6f;
}

.main-footer .footer-right .c-fbd0c2 {
 background: #fbd0c2;
}

.main-footer .footer-right .c-ed1c24 {
 background: #ed1c24;
}

.main-footer .footer-right .c-ef4535 {
 background: #ef4535;
}

.main-footer .footer-right .sh {
 background: -moz-linear-gradient(top, #e3e3e3, #fff 40%);
 background: -ms-linear-gradient(top, #e3e3e3, #fff 40%);
 background: -o-linear-gradient(top, #e3e3e3, #fff 40%);
 background: -webkit-linear-gradient(top, #e3e3e3, #fff 40%);
 background: linear-gradient(top, #e3e3e3, #fff 40%);
}


.right-aside {
 margin-bottom: 170px;
 word-wrap: break-word;
}

.right-aside .search-form {
 margin-top: 5px;
 margin-bottom: 18px;
}

.search-form .form-control {
 border-radius: 14px;
}

.auth-form {
 border: 1px solid #eaeaea;
 border-top: 2px solid #eaeaea;
 background: #f5f5f5;
}

.search-form,
.right-aside form {
 margin: 0 -15px;
}

.right-aside .auth-form {
 padding: 8px 18px 7px 15px;
 margin-bottom: 24px;
 border-radius: 3px;
}

.auth-form .caption {
 margin-bottom: 19px;
 font-size: 24px !important;
 font-weight: bold;
}

.auth-form .form-group {
 margin-bottom: 3px;
}

.auth-form label {
 margin-bottom: 7px;
}

.right-aside .auth-form .footer {
 margin-top: 10px;
}

.right-aside .auth-form .footer .checkbox {
 margin-top: 0;
 font-size: 12px;
}

.right-aside .auth-form .footer .checkbox input {
 margin-top: 1px;
}

.news {
 margin-bottom: 40px;
}

.news article {
 margin: 12px 0 32px;
 line-height: 1.286em;
}

.news .h {
 margin: 0;
 font-size: 1em;
 font-weight: bold;
}

.news time {
 display: block;
 margin-bottom: 19px;
}

.news p {
 margin-bottom: 9px;
}

.news .news-footer {
 margin-top: -7px;
}


.text-content {
 padding-top: 20px;
}

.contacts-block {
 margin-bottom: 30px;
}
.video {
  margin: 10px 0;
}
.news-list p {
    font-size: 13px;
    margin-bottom: 20px;
}
.banners .row > div {
    margin-bottom: 10px;
}
.video iframe {
    border: medium none;
    width: 100%;
}
.cat-h1 {
    color: #5f6e7b;
    font-size: 26px;
    line-height: 1em;
    margin: 7px 0;
}
/*contacts*/
.dolphi-c {
    display: none;
}

ul.social {
    display: inline-block;
    list-style: none;
}
ul.social li {
    display: inline-block;
    padding-left: 20px;
    padding-top: 5px;
    position: relative;
}
.social a {
    display: block;
}
.social a:hover svg {
  fill: #000;
}
ul.social svg {
    fill: #5B5E5E;
    /* width: 20px; */
    height: 21px;
}
ul.social .fb svg {
    height: 17px;
    bottom: -3px;
    position: relative;
}
ul.social .ins svg {
    bottom: -5px;
    position: relative;
}

/* new design*/
header.main-header {
  border-bottom: 0.5px solid rgba(91, 94, 94, 0.5);
}
.main-header .top {
  background: #fff;
  color: #5B5E5E;
}
a.second_menu_links.active {
    color: #000;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background: none;
}
.catalogue {
  list-style-type: none;
  padding-left: 0;
}
.bd_news {
  border: 1px solid #5B5E5E;
  border-radius: 14px;
}
.bd_news:hover, .btn_link:hover {
  opacity: 0.4;
}
.mainm {
  padding-right: 20px;
}
.social {
  padding-left: 10px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background: none;
  color: #000;
}
.lang_box {
  position: relative;
}
.lang_d {
  display: none;
}
.lang_d ul {
  list-style: none;
  padding: 0;
  background: #fff;
  padding: 10px;
  border: 1px solid #5B5E5E;
  border-radius: 8px;
}
.lang_d ul li a {
  font-size: 16px;
  color: #777777;
}
.lang_d ul li a:hover {
  color: #000;
}
.lang_d.act {
  display: block;
  position: absolute;
  bottom: -50px;
  left: 5px;
  z-index: 2;
}
.w100 {
  width: 100%;
}
.carousel-control {
  display: none;
}
.box_home_text .title h1, .title h2 {
  font-family: Nunito;
  font-size: 24px;
  text-align: center;
}
.box_home_text .text {
  margin-top: 25px;
}
.box_home_text .text p {
  color: #5B5E5E;
}
.box_btn {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 80px;
}
.btn_link {
  padding: 10px 25px;
  border-radius: 14px;
  border: 1px solid #5B5E5E;
  color: #5B5E5E;
  text-transform: uppercase;
}
.map {
  margin-top: 50px;
  display: block;
  text-align: center;
}
.box_new_pr {
  margin: 30px;
}
.owl-newPr {
  margin-top: 30px;
}
.owl-newPr .item h3 {
  font-size: 14px;
  color: #5B5E5E;
  text-align: center;
  text-transform: uppercase;
}
.owl-newPr .item a img {
  transition: 0.5s all ease;
}
.owl-newPr .item a:hover img {
    transform: scale(1.1);
    transition: 0.5s all ease;
}
.owl-newPr .item a:hover .h {
    color: #000;
}
.owl-theme .owl-nav [class*=owl-] {
  background: none;
  padding: 0;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: none;
}
.owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 35%;
    margin-left: -30px;
    display: block !important;
    border: 0px solid black;
    outline: none;
    left: -28px;
}
.owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 35%;
    right: -30px;
    display: block !important;
    border: 0px solid black;
    outline: none;
}
.owl-next:hover img, .owl-prev:hover img {
    opacity: .4;
}
.box_home_news {
  margin-top: 80px;
}
.last_news {
  margin-top: 40px;
}
.last_news .box_btn {
  margin-top: 50px;
}
.hnt {
  font-size: 14px;
  line-height: 18px;
  padding: 0 20px 0 0;
  display: inline-block;
  color: #5B5E5E;
  transition: 0.5s all ease;
}
.title_and_likes {
  display: flex;
  flex-direction: row;
  align-items: end;
  justify-content: space-between;
  margin-top: 10px;
}
.likes_hmt {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.hearts {
    margin-right: 8px;
}
.single_news_home img {
    width: 100%;
}
.single_news_home:hover .hnt {
  color: #000;
  transition: 0.5s all ease;
}
.likes_hmt {
  cursor: pointer;
}
.hearts .red {
    color: red;
}
footer.main-footer {
    text-align: center;
    border-top: 1px solid rgba(91, 94, 94, 0.5);
}
footer.main-footer small {
  color: #5B5E5E;
  margin-bottom: 24px;
}
.cat_list {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.cat_list > div {
    margin: 10px 0;
}
.header_with_categories {
  border-bottom: 0.5px solid rgba(91, 94, 94, 0.5);
  /* border-top: 0.5px solid rgba(91, 94, 94, 0.5); */
  padding: 10px 0;
}
/* catalog*/
.header_with_categories .second_menu_links {
  font-size: 14px;
  color: #5B5E5E;
}
.header_with_categories .second_menu_links:hover {
  color: #000;
}
.pr_item {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
}
.cat_list_title {
  text-align: center;
  font-size: 24px;
  color: #5B5E5E;
  margin-bottom: 40px;
}
.cat_list_title br {
  display: none;
}
.item-block {
  display: flex;
  margin-bottom: 30px;
}
.item-block ul li, .describe {
  color: #5B5E5E;
}
.describe {
    margin-top: 16px;
}
.item-block h3.h {
  font-size: 14px;
  color: #000;
  text-align: center;
  margin-top: 30px;
  border-bottom: 0.5px solid rgba(91, 94, 94, 0.5);
  padding-bottom: 10px;
}
.catalog-item .model {
  font-size: 14px;
  margin-top: 8px;
  display: block;
}
.catalog-item .caption {
  font-size: 16px;
  color: #000;
}
.box_title {
  margin-top: 50px;
  border-bottom: 0.5px solid rgba(91, 94, 94, 0.5);
  margin-bottom: 30px;
}
.list-unstyled.parameters {
    display: flex;
    padding-left: 12px;
}
.list-unstyled.parameters li {
  padding-right: 24px;
}

/* end catalog*/
/* news*/
.pl-0, .px-0 {
    padding-left: 0!important;
}
.pr-0, .px-0 {
    padding-right: 0!important;
}
.m-0 {
    margin: 0!important;
}
.all_news .caption {
  font-size: 24px;
  color: #5B5E5E;
  margin: 40px 0;
}
.bgw {
  background: #fff;
  display: flex;
}
.pb-3, .py-3 {
    padding-bottom: 1rem!important;
}
.pt-3, .py-3 {
    padding-top: 1rem!important;
}
.p-5 {
    padding: 3rem!important;
}
.all_news {
	letter-spacing: 0.5px;
	font-weight: 300;
  background: #FAFAFA;
}
.all_news_title {
	margin-bottom: 10px;
	display: block;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 0.5px;
	color: #000;
	font-weight: 600;
}
.single_news {
	padding: 60px 0;
}
.single_news_title {
	font-size: 18px;
	line-height: 23px;
	letter-spacing: 0.5px;
	color: #000;
	font-weight: 700;
	width: 100%;
	text-align: center;
	display: block;
	margin-bottom: 30px;
  font-family: 'Nunito';
}
.wr_news_box {
    padding-bottom: 95px;
    position: relative;
  }
  .news_short_text {
    height: 0;
    -webkit-transition: height 0.5s;
    -o-transition: height 0.5s;
    transition: height 0.5s;
  }
  .abs_news {
    height: 90px;
    overflow: hidden;
    bottom: 0;
    position: absolute;
    background: #FFFFFF;
    width: 100%;
    -webkit-transition: height 0.5s;
    -o-transition: height 0.5s;
    transition: height 0.5s;
  }
  .bg_white {
    background: #fff;
    padding: 30px 30px 20px;
}
  .news_box_shadow:hover {
    box-shadow: 1px 1px 10px #00000047;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .news_box_shadow:hover .news_short_text {
    height: 65px;
  }
  .news_box_shadow:hover .abs_news {
    height: 180px;
  }
  .f-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .all_news_date {
    font-size: 14px;
    line-height: 13px;
    color: #333333;
    letter-spacing: 0.5px;
    font-weight: 300;
}
.owl-carousel.owlnews .owl-item img {
    width: auto;
    margin: 0 auto;
}
.owl-carousel.owlnews .owl-item a {
  border: none;
}
.single_news .likes_hmt {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.gray-bg {
    background: #FAFAFA;
    padding: 30px 0;
}
.single_news .owl-controls {
  display: none;
}
/* end news*/
/* contact*/
.contact h1 {
    font-size: 24px;
}
form#contact-form {
    margin-top: 25px;
}
#contact-form .c_f {
    outline: none;
    width: 100%;
    font-size: 11px;
    line-height: 14px;
    color: #6E6F72;
    padding: 8px 0;
    -webkit-border: none;
    -moz-border: none;
    -ms-border: none;
    -o-border: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border-bottom: 0.5px solid #000;
}
.wr_btn_cap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}
.box_send {
    margin-right: 45px;
}
.box_send button {
  background: none;
}
/* end contact*/
.home-slider .owl-controls {
  display: none;
}
.item-block img {
  transition: 0.5s all ease;
}
.item-block:hover img {
  transform: scale(1.1);
  transition: 0.5s all ease;
}
.main-image {
  margin-top: 20px;
}
.navbar-default .navbar-nav > li > a {
  color: #000;
}
.navbar-default .navbar-nav > li > a:hover {
  opacity: 0.6;
}
div#home-slider-carousel {
    margin-bottom: 20px;
}
/* end new design*/

.error {
    min-height: calc(100vh - 160px);
}
.mt-4, .my-4 {
    margin-top: 3rem!important;
}
.p-5 {
    padding: 5rem!important;
}

