body {
  background-color: #f5f5f5;
}

.global__wrap {
  margin: auto;
  width: 960px;
  height: auto;
  background-color: #fff;
  font-family: 'Geometria', sans-serif;
  position: relative;
}

.logo__hidden {
  display: none;
}

.header {
  position: fixed;
  top: 0;
  z-index: 999;
  margin: auto;
  width: 960px;
  padding: 0;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
}

.header__logo {
  width: 23%;
}

.header__logo-img {
  width: 100%;
}

.header__inner {
  width: 70%;
  display: flex;
  flex-direction: column;
}

.header__info {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.header__info-list {
  display: inline-block;
  padding: 5px 10px;
}

.header__info-phoneLogo {
  margin-top: 5px;
  width: 25px;
}

.header__info-text {
  display: block;
  margin: -12px 0 0 30px;
  font-size: 12px;
}

.header__info-number {
  color: #121212;
}

.header__info-number:hover {
  color: #395dff;
}

.header__search {
  width: 100%;
  padding-top: 2px;
  margin-top: -6px;
  display: flex;
  justify-content: space-around;
}

.header__search-input {
  border: 1px solid #ddd;
  width: 280px;
  height: 30px;
  padding: 5px;
  outline: none;
}

.header__search-btn {
  height: 30px;
  border: 1px solid #d3d3d3;
  padding: 4px;
  background-color: #d3d3d3;
  outline: none;
  color: #000;
  transition: all 0.2s;
}

.header__search-btn:hover {
  background-color: #5271fc;
  border: 1px solid #5271fc;
  color: #fff;
}

.header__search .price {
  display: block;
  width: 130px;
  height: 30px;
  text-align: center;
  color: #000;
  border: none;
  border-radius: 0;
  padding: 5px 10px;
  background-color: #d3d3d3;
  transition: all 0.2s;
}

.header__search .price:hover {
  background-color: #5271fc;
  text-decoration: none;
  color: #fff;
}

.header__search .modal-content {
  margin-top: 50px;
  border-radius: 0;
  padding: 0px 0px 5px 0px;
  text-align: left;
  height: 300px;
  overflow: hidden;
  z-index: 9999;
}

.header__search .modal-content-title {
  margin: 0;
  width: 100%;
  background-color: #5271fc;
  color: #fff;
  padding: 10px;
  text-align: center;
}

.header__search .modal-content-priceList {
  margin-top: 15px;
}

.header__search .modal-content li {
  padding: 3px 0px 3px 10px;
}

.header__search .modal-content a {
  color: #000;
}

.header__search .modal-content a:hover {
  color: #5271fc;
}

.mobile_nav {
  display: none;
}

.nav {
  margin: 0 auto 4px;
  position: fixed;
  top: 94px;
  width: 960px;
  height: 30px;
  background-color: #d3d3d3;
  text-align: center;
  z-index: 2;
}

.nav .nav__list-categories {
  display: flex;
  align-items: center;
  padding-left: 15px;
  color: #fff;
  font-size: 13px;
  background: white !important;
  background: -moz-linear-gradient(top, white 0%, rgba(82, 113, 252, 0.95) 51%, rgba(255, 255, 255, 0.9) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(51%, rgba(82, 113, 252, 0.95)), color-stop(100%, rgba(255, 255, 255, 0.9))) !important;
  background: -webkit-linear-gradient(top, white 0%, rgba(82, 113, 252, 0.95) 51%, rgba(255, 255, 255, 0.9) 100%) !important;
  background: -o-linear-gradient(top, white 0%, rgba(82, 113, 252, 0.95) 51%, rgba(255, 255, 255, 0.9) 100%) !important;
  background: -ms-linear-gradient(top, white 0%, rgba(82, 113, 252, 0.95) 51%, rgba(255, 255, 255, 0.9) 100%) !important;
  background: linear-gradient(to bottom, white 0%, rgba(82, 113, 252, 0.95) 51%, rgba(255, 255, 255, 0.9) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 ) !important;
}

.nav .nav__list-categories:before {
  content: '';
  margin-left: -15px;
  margin-right: 10px;
  display: block;
  width: 15px;
  height: 100%;
  background-color: #5271fc;
}

.nav__list {
  display: inline-block;
  margin-left: auto;
}

.nav__link {
  display: block;
  padding: 5px 15px;
  color: #000;
  border-left: 1px solid #fff;
  transition: all 0.2s;
}

.nav__link:hover {
  text-decoration: none;
  color: #fff;
  background-color: #5271fc;
}

.nav__link-catalog {
  border-left: none;
  width: 254px;
  padding-left: 9px;
  text-align: left;
}

.nav__link-lastElement {
  padding: 5px 18px;
}

.nav .substrate {
  position: absolute;
  width: 100%;
  height: 610px;
  background-color: rgba(250, 250, 250, 0.9);
  display: none;
  transition: all 0.2s;
  -webkit-box-shadow: 0px 0px 20px -8px rgba(0, 0, 0, 0.76);
  -moz-box-shadow: 0px 0px 20px -8px rgba(0, 0, 0, 0.76);
  box-shadow: 0px 0px 20px -8px rgba(0, 0, 0, 0.76);
}

.nav .substrate:after {
  content: '';
  position: absolute;
  display: block;
  width: 74px;
  height: 34px;
  right: 4px;
  bottom: 4px;
  opacity: 0.9;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
}

.nav .drop-downMenu:hover .substrate {
  display: block;
}

.nav .drop-downMenu:hover .drop-downList {
  display: inline-block;
}

.nav .fa-angle-right {
  font-size: 10px;
}

.nav .drop-downList {
  display: none;
  position: absolute;
  width: 254px;
  left: 0px;
  z-index: 6;
  text-align: left;
  background: white;
  background: -moz-linear-gradient(top, white 0%, white 23%, #e2e2e2 71%, #dbdbdb 86%, lightgray 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(23%, white), color-stop(71%, #e2e2e2), color-stop(86%, #dbdbdb), color-stop(100%, lightgray));
  background: -webkit-linear-gradient(top, white 0%, white 23%, #e2e2e2 71%, #dbdbdb 86%, lightgray 100%);
  background: -o-linear-gradient(top, white 0%, white 23%, #e2e2e2 71%, #dbdbdb 86%, lightgray 100%);
  background: -ms-linear-gradient(top, white 0%, white 23%, #e2e2e2 71%, #dbdbdb 86%, lightgray 100%);
  background: linear-gradient(to bottom, white 0%, white 23%, #e2e2e2 71%, #dbdbdb 86%, lightgray 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d3d3d3', GradientType=0 );
  border-top: 1px solid #fff;
}

.nav .drop-downList li {
  border-bottom: 1px solid #fff;
  height: 38px;
  background: white;
  background: -moz-linear-gradient(top, white 0%, white 23%, #e2e2e2 71%, #dbdbdb 86%, lightgray 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(23%, white), color-stop(71%, #e2e2e2), color-stop(86%, #dbdbdb), color-stop(100%, lightgray));
  background: -webkit-linear-gradient(top, white 0%, white 23%, #e2e2e2 71%, #dbdbdb 86%, lightgray 100%);
  background: -o-linear-gradient(top, white 0%, white 23%, #e2e2e2 71%, #dbdbdb 86%, lightgray 100%);
  background: -ms-linear-gradient(top, white 0%, white 23%, #e2e2e2 71%, #dbdbdb 86%, lightgray 100%);
  background: linear-gradient(to bottom, white 0%, white 23%, #e2e2e2 71%, #dbdbdb 86%, lightgray 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d3d3d3', GradientType=0 );
}

.nav .drop-downList .drop-downLinks {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  padding: 2px 2px 2px 15px;
  width: 100%;
  height: 100%;
  color: #000;
}

.nav .drop-downList .drop-downLinks:hover {
  text-decoration: none;
  color: #fff;
  background: white;
  background: -moz-linear-gradient(top, white 0%, rgba(82, 113, 252, 0.95) 51%, rgba(255, 255, 255, 0.9) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(51%, rgba(82, 113, 252, 0.95)), color-stop(100%, rgba(255, 255, 255, 0.9)));
  background: -webkit-linear-gradient(top, white 0%, rgba(82, 113, 252, 0.95) 51%, rgba(255, 255, 255, 0.9) 100%);
  background: -o-linear-gradient(top, white 0%, rgba(82, 113, 252, 0.95) 51%, rgba(255, 255, 255, 0.9) 100%);
  background: -ms-linear-gradient(top, white 0%, rgba(82, 113, 252, 0.95) 51%, rgba(255, 255, 255, 0.9) 100%);
  background: linear-gradient(to bottom, white 0%, rgba(82, 113, 252, 0.95) 51%, rgba(255, 255, 255, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}

.nav .drop-downList .drop-downLinks-final {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.nav .drop-downList .mobile_complexes-dropDown:hover {
  background: white;
  background: -moz-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, white), color-stop(0%, #5271fc), color-stop(100%, rgba(255, 255, 255, 0.9)));
  background: -webkit-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -o-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -ms-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: linear-gradient(to right, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}

.nav .drop-downList .mobile_complexes-list-hover01:hover {
  background: white;
  background: -moz-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, white), color-stop(0%, #5271fc), color-stop(100%, rgba(255, 255, 255, 0.9)));
  background: -webkit-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -o-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -ms-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: linear-gradient(to right, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}

.nav .drop-downList .mobile_complexes-list-hover02:hover {
  background: white;
  background: -moz-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, white), color-stop(0%, #5271fc), color-stop(100%, rgba(255, 255, 255, 0.9)));
  background: -webkit-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -o-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -ms-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: linear-gradient(to right, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}

.nav .drop-downList .mobile_complexes-list-hover03:hover {
  background: white;
  background: -moz-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, white), color-stop(0%, #5271fc), color-stop(100%, rgba(255, 255, 255, 0.9)));
  background: -webkit-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -o-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -ms-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: linear-gradient(to right, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}

.nav .drop-downList .mobile_complexes-list-hover04:hover {
  background: white;
  background: -moz-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, white), color-stop(0%, #5271fc), color-stop(100%, rgba(255, 255, 255, 0.9)));
  background: -webkit-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -o-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -ms-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: linear-gradient(to right, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}

.nav .drop-downList .mobile_complexes-list {
  display: none;
  position: absolute;
  width: 254px;
  top: 37px;
  left: 254px;
  z-index: 6;
  background-color: #d3d3d3;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

.nav .drop-downList .mobile_complexes-list-inner01 {
  display: none;
  position: absolute;
  width: 254px;
  top: -1px;
  left: 253px;
  z-index: 6;
  background-color: #d3d3d3;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

.nav .drop-downList .mobile_complexes-list-hover01:hover .mobile_complexes-list-inner01 {
  display: inline-block;
}

.nav .drop-downList .mobile_complexes-list-inner02 {
  display: none;
  position: absolute;
  width: 254px;
  top: 37px;
  left: 253px;
  z-index: 6;
  background-color: #d3d3d3;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

.nav .drop-downList .mobile_complexes-list-hover02:hover .mobile_complexes-list-inner02 {
  display: inline-block;
}

.nav .drop-downList .mobile_complexes-list-inner03 {
  display: none;
  position: absolute;
  width: 254px;
  top: 75px;
  left: 253px;
  z-index: 6;
  background-color: #d3d3d3;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

.nav .drop-downList .mobile_complexes-list-hover03:hover .mobile_complexes-list-inner03 {
  display: inline-block;
}

.nav .drop-downList .mobile_complexes-list-inner04 {
  display: none;
  position: absolute;
  width: 254px;
  top: 113px;
  left: 253px;
  z-index: 6;
  background-color: #d3d3d3;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

.nav .drop-downList .mobile_complexes-list-hover04:hover .mobile_complexes-list-inner04 {
  display: inline-block;
}

.nav .drop-downList .mobile_complexes-dropDown:hover .mobile_complexes-list {
  display: inline-block;
}

.nav .drop-downList .mechanical_transport-dropDown:hover {
  background: white;
  background: -moz-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, white), color-stop(0%, #5271fc), color-stop(100%, rgba(255, 255, 255, 0.9)));
  background: -webkit-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -o-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -ms-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: linear-gradient(to right, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}

.nav .drop-downList .mechanical_transport-list-hover01:hover {
  background: white;
  background: -moz-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, white), color-stop(0%, #5271fc), color-stop(100%, rgba(255, 255, 255, 0.9)));
  background: -webkit-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -o-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -ms-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: linear-gradient(to right, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}

.nav .drop-downList .mechanical_transport-list-hover02:hover {
  background: white;
  background: -moz-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, white), color-stop(0%, #5271fc), color-stop(100%, rgba(255, 255, 255, 0.9)));
  background: -webkit-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -o-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -ms-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: linear-gradient(to right, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}

.nav .drop-downList .mechanical_transport-list-hover03:hover {
  background: white;
  background: -moz-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, white), color-stop(0%, #5271fc), color-stop(100%, rgba(255, 255, 255, 0.9)));
  background: -webkit-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -o-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -ms-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: linear-gradient(to right, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}

.nav .drop-downList .mechanical_transport-list-hover04:hover {
  background: white;
  background: -moz-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, white), color-stop(0%, #5271fc), color-stop(100%, rgba(255, 255, 255, 0.9)));
  background: -webkit-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -o-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -ms-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: linear-gradient(to right, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}

.nav .drop-downList .mechanical_transport-list {
  display: none;
  position: absolute;
  width: 254px;
  top: 75px;
  left: 254px;
  z-index: 6;
  background-color: #d3d3d3;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

.nav .drop-downList .mechanical_transport-list-inner01 {
  display: none;
  position: absolute;
  width: 254px;
  top: -1px;
  left: 253px;
  z-index: 6;
  background-color: #d3d3d3;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

.nav .drop-downList .mechanical_transport-list-hover01:hover .mechanical_transport-list-inner01 {
  display: inline-block;
}

.nav .drop-downList .mechanical_transport-list-inner02 {
  display: none;
  position: absolute;
  width: 254px;
  top: 37px;
  left: 253px;
  z-index: 6;
  background-color: #d3d3d3;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

.nav .drop-downList .mechanical_transport-list-hover02:hover .mechanical_transport-list-inner02 {
  display: inline-block;
}

.nav .drop-downList .mechanical_transport-list-inner03 {
  display: none;
  position: absolute;
  width: 254px;
  top: 75px;
  left: 253px;
  z-index: 6;
  background-color: #d3d3d3;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

.nav .drop-downList .mechanical_transport-list-hover03:hover .mechanical_transport-list-inner03 {
  display: inline-block;
}

.nav .drop-downList .mechanical_transport-list-inner04 {
  display: none;
  position: absolute;
  width: 254px;
  top: 113px;
  left: 253px;
  z-index: 6;
  background-color: #d3d3d3;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

.nav .drop-downList .mechanical_transport-list-hover04:hover .mechanical_transport-list-inner04 {
  display: inline-block;
}

.nav .drop-downList .mechanical_transport-dropDown:hover .mechanical_transport-list {
  display: inline-block;
}

.nav .drop-downList .water_equipment-dropDown:hover {
  background: white;
  background: -moz-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, white), color-stop(0%, #5271fc), color-stop(100%, rgba(255, 255, 255, 0.9)));
  background: -webkit-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -o-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -ms-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: linear-gradient(to right, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}

.nav .drop-downList .water_equipment-list-hover01:hover {
  background: white;
  background: -moz-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, white), color-stop(0%, #5271fc), color-stop(100%, rgba(255, 255, 255, 0.9)));
  background: -webkit-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -o-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -ms-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: linear-gradient(to right, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}

.nav .drop-downList .water_equipment-list-hover02:hover {
  background: white;
  background: -moz-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, white), color-stop(0%, #5271fc), color-stop(100%, rgba(255, 255, 255, 0.9)));
  background: -webkit-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -o-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -ms-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: linear-gradient(to right, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}

.nav .drop-downList .water_equipment-list-hover03:hover {
  background: white;
  background: -moz-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, white), color-stop(0%, #5271fc), color-stop(100%, rgba(255, 255, 255, 0.9)));
  background: -webkit-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -o-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -ms-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: linear-gradient(to right, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}

.nav .drop-downList .water_equipment-list-hover04:hover {
  background: white;
  background: -moz-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, white), color-stop(0%, #5271fc), color-stop(100%, rgba(255, 255, 255, 0.9)));
  background: -webkit-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -o-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -ms-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: linear-gradient(to right, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}

.nav .drop-downList .water_equipment-list-hover05:hover {
  background: white;
  background: -moz-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, white), color-stop(0%, #5271fc), color-stop(100%, rgba(255, 255, 255, 0.9)));
  background: -webkit-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -o-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -ms-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: linear-gradient(to right, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}

.nav .drop-downList .water_equipment-list {
  display: none;
  position: absolute;
  width: 254px;
  top: 113px;
  left: 254px;
  z-index: 6;
  background-color: #d3d3d3;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

.nav .drop-downList .water_equipment-list-inner01 {
  display: none;
  position: absolute;
  width: 254px;
  top: -1px;
  left: 253px;
  z-index: 6;
  background-color: #d3d3d3;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

.nav .drop-downList .water_equipment-list-hover01:hover .water_equipment-list-inner01 {
  display: inline-block;
}

.nav .drop-downList .water_equipment-list-inner02 {
  display: none;
  position: absolute;
  width: 254px;
  top: 37px;
  left: 253px;
  z-index: 6;
  background-color: #d3d3d3;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

.nav .drop-downList .water_equipment-list-hover02:hover .water_equipment-list-inner02 {
  display: inline-block;
}

.nav .drop-downList .water_equipment-list-inner03 {
  display: none;
  position: absolute;
  width: 254px;
  top: 75px;
  left: 253px;
  z-index: 6;
  background-color: #d3d3d3;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

.nav .drop-downList .water_equipment-list-hover03:hover .water_equipment-list-inner03 {
  display: inline-block;
}

.nav .drop-downList .water_equipment-list-inner04 {
  display: none;
  position: absolute;
  width: 254px;
  top: 113px;
  left: 253px;
  z-index: 6;
  background-color: #d3d3d3;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

.nav .drop-downList .water_equipment-list-hover04:hover .water_equipment-list-inner04 {
  display: inline-block;
}

.nav .drop-downList .water_equipment-list-inner05 {
  display: none;
  position: absolute;
  width: 254px;
  top: 113px;
  left: 253px;
  z-index: 6;
  background-color: #d3d3d3;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

.nav .drop-downList .water_equipment-list-hover05:hover .water_equipment-list-inner05 {
  display: inline-block;
}

.nav .drop-downList .water_equipment-dropDown:hover .water_equipment-list {
  display: inline-block;
}

.nav .drop-downList .general_purpose_trailers-dropDown:hover {
  background: white;
  background: -moz-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, white), color-stop(0%, #5271fc), color-stop(100%, rgba(255, 255, 255, 0.9)));
  background: -webkit-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -o-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -ms-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: linear-gradient(to right, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}

.nav .drop-downList .general_purpose_trailers-list-hover01:hover {
  background: white;
  background: -moz-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, white), color-stop(0%, #5271fc), color-stop(100%, rgba(255, 255, 255, 0.9)));
  background: -webkit-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -o-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -ms-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: linear-gradient(to right, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}

.nav .drop-downList .general_purpose_trailers-list-hover02:hover {
  background: white;
  background: -moz-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, white), color-stop(0%, #5271fc), color-stop(100%, rgba(255, 255, 255, 0.9)));
  background: -webkit-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -o-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -ms-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: linear-gradient(to right, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}

.nav .drop-downList .general_purpose_trailers-list-hover03:hover {
  background: white;
  background: -moz-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, white), color-stop(0%, #5271fc), color-stop(100%, rgba(255, 255, 255, 0.9)));
  background: -webkit-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -o-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -ms-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: linear-gradient(to right, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}

.nav .drop-downList .general_purpose_trailers-list-hover04:hover {
  background: white;
  background: -moz-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, white), color-stop(0%, #5271fc), color-stop(100%, rgba(255, 255, 255, 0.9)));
  background: -webkit-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -o-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -ms-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: linear-gradient(to right, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}

.nav .drop-downList .general_purpose_trailers-list {
  display: none;
  position: absolute;
  width: 254px;
  top: 151px;
  left: 254px;
  z-index: 6;
  background-color: #d3d3d3;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

.nav .drop-downList .general_purpose_trailers-dropDown:hover .general_purpose_trailers-list {
  display: inline-block;
}

.nav .drop-downList .individual_project-dropDown:hover {
  background: white;
  background: -moz-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, white), color-stop(0%, #5271fc), color-stop(100%, rgba(255, 255, 255, 0.9)));
  background: -webkit-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -o-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -ms-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: linear-gradient(to right, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}

.nav .drop-downList .individual_project-list-hover01:hover {
  background: white;
  background: -moz-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, white), color-stop(0%, #5271fc), color-stop(100%, rgba(255, 255, 255, 0.9)));
  background: -webkit-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -o-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -ms-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: linear-gradient(to right, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}

.nav .drop-downList .individual_project-list-hover02:hover {
  background: white;
  background: -moz-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, white), color-stop(0%, #5271fc), color-stop(100%, rgba(255, 255, 255, 0.9)));
  background: -webkit-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -o-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -ms-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: linear-gradient(to right, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}

.nav .drop-downList .individual_project-list-hover03:hover {
  background: white;
  background: -moz-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, white), color-stop(0%, #5271fc), color-stop(100%, rgba(255, 255, 255, 0.9)));
  background: -webkit-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -o-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -ms-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: linear-gradient(to right, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}

.nav .drop-downList .individual_project-list-hover04:hover {
  background: white;
  background: -moz-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, white), color-stop(0%, #5271fc), color-stop(100%, rgba(255, 255, 255, 0.9)));
  background: -webkit-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -o-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -ms-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: linear-gradient(to right, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}

.nav .drop-downList .individual_project-list-hover05:hover {
  background: white;
  background: -moz-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, white), color-stop(0%, #5271fc), color-stop(100%, rgba(255, 255, 255, 0.9)));
  background: -webkit-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -o-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -ms-linear-gradient(left, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  background: linear-gradient(to right, white 0%, #5271fc 0%, rgba(255, 255, 255, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}

.nav .drop-downList .individual_project-list {
  display: none;
  position: absolute;
  width: 254px;
  top: 189px;
  left: 254px;
  z-index: 6;
  background-color: #d3d3d3;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

.nav .drop-downList .individual_project-list-inner01 {
  display: none;
  position: absolute;
  width: 254px;
  top: -1px;
  left: 253px;
  z-index: 6;
  background-color: #d3d3d3;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

.nav .drop-downList .individual_project-list-hover01:hover .individual_project-list-inner01 {
  display: inline-block;
}

.nav .drop-downList .individual_project-list-inner02 {
  display: none;
  position: absolute;
  width: 254px;
  top: 37px;
  left: 253px;
  z-index: 6;
  background-color: #d3d3d3;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

.nav .drop-downList .individual_project-list-hover02:hover .individual_project-list-inner02 {
  display: inline-block;
}

.nav .drop-downList .individual_project-list-inner03 {
  display: none;
  position: absolute;
  width: 254px;
  top: 75px;
  left: 253px;
  z-index: 6;
  background-color: #d3d3d3;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

.nav .drop-downList .individual_project-list-hover03:hover .individual_project-list-inner03 {
  display: inline-block;
}

.nav .drop-downList .individual_project-list-inner04 {
  display: none;
  position: absolute;
  width: 254px;
  top: 113px;
  left: 253px;
  z-index: 6;
  background-color: #d3d3d3;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

.nav .drop-downList .individual_project-list-hover04:hover .individual_project-list-inner04 {
  display: inline-block;
}

.nav .drop-downList .individual_project-list-inner05 {
  display: none;
  position: absolute;
  width: 254px;
  top: 113px;
  left: 253px;
  z-index: 6;
  background-color: #d3d3d3;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

.nav .drop-downList .individual_project-list-hover05:hover .individual_project-list-inner05 {
  display: inline-block;
}

.nav .drop-downList .individual_project-dropDown:hover .individual_project-list {
  display: inline-block;
}

@media screen and (max-width: 500px) {
  .global__wrap {
    width: 100%;
  }
  .header, .desctop__nav {
    display: none;
  }
  .mobile_nav {
    display: block;
  }
  .navbar {
    position: fixed;
    width: 100%;
    top: 0;
    min-height: 30px;
    z-index: 999;
    background-color: #fff;
  }
  .navbar-header {
    height: 42px;
    background-color: #5271fc;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .navbar-header_phone {
    color: #fff;
    vertical-align: middle;
    text-align: center;
  }
  .navbar-toggle {
    margin-top: 5px;
    background-color: #fff;
    border: none;
  }
  .navbar-toggle .icon-bar {
    background-color: #5271fc !important;
  }
  .navbar-toggle:hover {
    background-color: #fff !important;
  }
  .navbar-toggle:focus {
    background-color: #fff !important;
  }
  .mobile__nav-logo {
    margin-left: 10px;
    height: 30px;
  }
  .navbar-nav {
    margin-top: -1px;
    text-align: left;
    font-size: 12px;
    overflow-y: hidden;
    background-color: #5271fc;
  }
  .navbar-nav li {
    padding: 0px 0 0px 5px;
    border-top: 1px solid #d2d2d2;
  }
  .navbar-nav a {
    color: #fff !important;
    display: block;
  }
  .navbar-nav .phoneNumber_info {
    margin-top: -6px;
    display: block;
    font-size: 12px;
  }
  .dropdown-menu {
    text-align: left;
    font-size: 14px;
  }
  .dropdown-menu li {
    margin-left: -5px;
    border-top: 1px solid #d2d2d2;
  }
  .dropdown-menu li a {
    padding: 8px 3px 5px 5px !important;
  }
  .price-mobile {
    display: block;
    width: 100%;
    margin: 7px 5px 4px 5px;
    text-align: left;
    padding: 1px;
    font-size: 14px;
    border: none;
    background-color: #5271fc;
  }
  .dropdown-toggle {
    width: 100%;
  }
  .dropdown {
    background-color: #5271fc;
    text-align: left;
  }
  .dropdown:focus {
    background-color: #fff !important;
  }
  .open a {
    background-color: #5271fc !important;
  }
  .dropdown-menu-phones {
    margin: auto;
    width: 100%;
    border-radius: 0;
    padding: 0;
    border: none;
  }
  .dropdown-menu-phones a {
    color: #fff !important;
    font-size: 14px;
    overflow: hidden;
  }
}

.main__wrap {
  margin: 124px auto 0;
  width: 100%;
  height: auto;
  background-color: #fff;
}

.breadcrumbs {
  position: fixed;
  margin: auto 0;
  padding: 0 5px;
  width: 960px;
  height: 30px;
  z-index: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: white;
  background: -moz-linear-gradient(top, white 0%, white 23%, #e2e2e2 71%, #dbdbdb 86%, lightgray 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(23%, white), color-stop(71%, #e2e2e2), color-stop(86%, #dbdbdb), color-stop(100%, lightgray));
  background: -webkit-linear-gradient(top, white 0%, white 23%, #e2e2e2 71%, #dbdbdb 86%, lightgray 100%);
  background: -o-linear-gradient(top, white 0%, white 23%, #e2e2e2 71%, #dbdbdb 86%, lightgray 100%);
  background: -ms-linear-gradient(top, white 0%, white 23%, #e2e2e2 71%, #dbdbdb 86%, lightgray 100%);
  background: linear-gradient(to bottom, white 0%, white 23%, #e2e2e2 71%, #dbdbdb 86%, lightgray 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d3d3d3', GradientType=0 );
}

.breadcrumbs__link {
  color: gray;
}

.breadcrumbs__link:hover {
  text-decoration: none;
  color: #395dff;
}

.breadcrumbs__link:after {
  content: ' / ';
}

.breadcrumbs__link-active {
  color: #395dff;
  text-decoration: underline;
}

.breadcrumbs__link-active:hover {
  color: #000;
}

@media screen and (max-width: 500px) {
  .breadcrumbs {
    width: 100%;
    top: 44px;
    font-size: 12px;
    height: auto;
    padding: 2px;
  }
}

.catalog__wrap {
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.catalog__wrap-title {
  margin-top: 40px;
  font-size: 24px;
  padding-left: 5px;
}

.catalog__wrap-subtitle {
  font-size: 20px;
  padding: 2px 5px;
  background-color: #5271fc;
  color: #fff;
}

.catalog__wrap-text {
  padding: 5px;
}

.catalog__wrap .development_page-img {
  display: block;
  margin: 100px auto 100px auto;
}

.catalog__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.catalog__item {
  margin: 5px;
  width: 465px;
  height: auto;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}

.catalog__item-photo {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 49%;
  padding-top: 5px;
  overflow: hidden;
}

.catalog__item-photo-img {
  width: 100%;
}

.catalog__item-photo-btn {
  width: 100%;
  text-align: center;
  margin: 5px 0 0 0;
  padding: 6px 25px;
  background-color: #d3d3d3;
  color: #000;
  transition: all 0.2s;
}

.catalog__item-photo-btn:hover {
  text-decoration: none;
  color: #fff;
  background-color: #5271fc;
}

.catalog__item-description {
  width: 49%;
}

.catalog__item-description-link {
  padding-top: 0;
  font-size: 14px;
  color: #000;
  font-weight: bold;
  cursor: pointer;
}

.catalog__item-description-link:hover {
  color: #5271fc;
}

.modal-content {
  text-align: center;
  border-radius: 2px;
  z-index: 99999;
}

.modal-content-title {
  margin: 0;
  padding: 10px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  background-color: #5271fc;
}

.modal-content-priceList {
  padding: 0 5px;
}

.modal-content li {
  padding: 5px 0px;
}

.modal-content a {
  color: #121212;
}

.modal-content a:hover {
  color: #5271fc;
}

@media screen and (max-width: 500px) {
  .main__wrap {
    margin: 68px auto 0;
    width: 100%;
    height: auto;
    background-color: #fff;
  }
  .catalog__wrap {
    width: 100%;
    padding: 0;
    overflow: hidden;
  }
  .catalog__wrap-title {
    margin-top: 20px;
    font-size: 18px;
    padding-left: 5px;
  }
  .catalog__wrap-subtitle {
    font-size: 16px;
    padding: 2px 5px;
    background-color: #5271fc;
    color: #fff;
  }
  .catalog__wrap .development_page-img {
    display: block;
    width: 100%;
    margin: 100px auto 100px auto;
  }
  .catalog__wrap .fotorama {
    width: 100%;
    margin: auto;
  }
  .catalog__inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .catalog__item {
    margin: 5px;
    width: 100%;
    height: auto;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
  }
  .catalog__item-photo {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 49%;
    padding-top: 5px;
    overflow: hidden;
  }
  .catalog__item-photo-img {
    width: 100%;
  }
  .catalog__item-photo-btn {
    width: 100%;
    text-align: center;
    margin: 5px 0 0 0;
    padding: 6px 25px;
    background-color: #d3d3d3;
    color: #000;
    transition: all 0.2s;
  }
  .catalog__item-photo-btn:hover {
    text-decoration: none;
    color: #fff;
    background-color: #5271fc;
  }
  .catalog__item-description {
    width: 49%;
  }
  .catalog__item-description-link {
    padding-top: 0;
    font-size: 14px;
    color: #000;
    font-weight: bold;
    cursor: pointer;
  }
  .catalog__item-description-link:hover {
    color: #5271fc;
  }
}
