html,
body {
  background: #fff;
  font-size: 14px;
  height: 100%;
  overflow-x: hidden;
}
html .no-padding,
body .no-padding {
  padding: 0;
}

body {
  display: flex;
  flex-direction: column;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  position: relative;
}

hr {
  width: 100%;
}

.top-content-container {
  flex: 1 0 auto;
}

.bottom-content-container {
  flex-shrink: 0;
}

ul li {
  list-style: none;
}

ul.default li {
  list-style: disc;
}

.main-color {
  color: #323c89;
}

hr.main-color {
  border-color: #323c89;
}

.gray-dark-color {
  color: #737373;
}

hr.gray-dark-color {
  border-color: #737373;
}

.page-content img {
  max-width: 100%;
}

.tippy-box {
  background-color: #015367;
}
.tippy-box .tippy-arrow {
  color: #015367;
}
.tippy-box .tippy-content {
  text-align: center;
  text-transform: uppercase;
  cursor: default;
}
.tippy-box .tippy-content a {
  display: block;
  text-decoration: underline;
  cursor: pointer;
}
.tippy-box .tippy-content .nal-city-title {
  padding: 2px 0;
}
.tippy-box .tippy-content .nal-placement {
  text-transform: none;
  padding: 1px 0;
}
.tippy-box .tippy-content .nal-placement.not-in-stock {
  opacity: 0.5;
}
.tippy-box .tippy-content .in-stock-table .row-in-stock:hover td {
  background-color: rgb(1.2451923077, 103.3509615385, 128.2548076923);
}

.card {
  border: none;
}
.card-header {
  font-weight: bold;
  color: #fff;
  background-color: #323c89;
}
.card a {
  font-weight: bold;
}

a {
  color: inherit;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

a:hover,
a:active,
a:not([href]):hover,
a:not([href]):active {
  color: inherit;
  outline: none;
  text-decoration: none;
}

a:focus {
  color: inherit;
  outline: none;
  outline-offset: 0;
}

svg {
  fill: currentColor;
}

.nav > li > a:hover, .nav > li > a:focus {
  background-color: rgba(255, 255, 255, 0.3);
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
}
h1.gray, h2.gray, h3.gray, h4.gray, h5.gray, h6.gray {
  text-transform: uppercase;
  color: #737373;
  margin: 10px 0;
}

.btn:hover,
.btn:focus {
  box-shadow: none;
  outline: none;
}

.un-selectable {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Chrome/Safari/Opera */
  -khtml-user-select: none; /* Konqueror */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
   not supported by any browser */
}

span.underline {
  text-decoration: underline;
}

.lighter {
  font-weight: lighter;
}

.page-content {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.btn-color-main {
  color: #fff;
  background-color: #323c89;
  border-color: rgb(56.8181818182, 68.1818181818, 155.6818181818);
  border-radius: 0;
}
.btn-color-main:hover, .btn-color-main:active, .btn-color-main:focus {
  color: #323c89;
  background-color: #fff;
  border-color: #323c89;
}

.btn-color-main-invert {
  color: #323c89;
  background-color: #fff;
  border-color: rgb(56.8181818182, 68.1818181818, 155.6818181818);
  border-radius: 0;
}
.btn-color-main-invert:hover, .btn-color-main-invert:active, .btn-color-main-invert:focus {
  color: #fff;
  background-color: #323c89;
  border-color: #323c89;
}

.btn-color-a {
  color: #fff;
  background-color: #015367;
  border-color: rgb(1.2451923077, 103.3509615385, 128.2548076923);
  border-radius: 0;
}
.btn-color-a:hover, .btn-color-a:active, .btn-color-a:focus {
  color: #015367;
  background-color: #fff;
  border-color: #015367;
}

#scrollUp {
  bottom: 0;
  right: 30px;
  width: 70px;
  height: 70px;
  margin-bottom: -10px;
  padding: 10px 5px;
  font-size: 40px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
  color: white;
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  background-color: #323c89;
  background-image: none;
  background-repeat: no-repeat;
  -webkit-transition: margin-bottom 150ms linear;
  -moz-transition: margin-bottom 150ms linear;
  -o-transition: margin-bottom 150ms linear;
  transition: margin-bottom 150ms linear;
  opacity: 0.8;
}
#scrollUp:hover {
  opacity: 1;
}

.header-top {
  color: #fff;
  background: #333;
  font-weight: 100;
  position: fixed;
  z-index: 51;
  width: 100%;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

.header-top-menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 37px;
}
.header-top-menu-item {
  border-bottom: 2px solid transparent;
  height: 100%;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  opacity: 0.9;
}
.header-top-menu-item > a {
  display: block;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 10px;
}
.header-top-menu-item.active, .header-top-menu-item:hover {
  border-bottom-color: #fff;
}
.header-top-menu-item:hover {
  opacity: 1;
}
.header-top-menu-item.menu-item-ask-us {
  margin-left: auto;
}
.header-top-menu .logo-icon {
  max-width: 100%;
  max-height: 100%;
  padding: 9px 0;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: inherit;
}

.dropdown-item:hover,
.dropdown-item:focus {
  background-color: #f3f3f3;
}

.dropdown-item.selected {
  cursor: default;
  opacity: 0.7;
  background-color: #f3f3f3;
}

.header-city-dropdown {
  height: 100%;
  position: relative;
  cursor: pointer;
}

.cart-city-current {
  cursor: pointer;
}

.cart-city-select-dropdown {
  display: none;
  z-index: 0;
  opacity: 0;
  cursor: pointer;
  bottom: -67px;
  width: 100%;
  flex-direction: column;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  padding-left: 76px;
}
.cart-city-select-dropdown.shown {
  display: flex;
  z-index: 52;
  opacity: 1;
}
.cart-city-select-dropdown .city-select-item {
  display: inline-block;
  border-bottom: 1px solid transparent;
}
.cart-city-select-dropdown .city-select-item:hover {
  font-weight: bold;
}

.city-select-dropdown {
  position: absolute;
  display: none;
  z-index: 0;
  opacity: 0;
  background-color: #333;
  color: #fff;
  cursor: pointer;
  bottom: -67px;
  width: 100%;
  flex-direction: column;
  align-items: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.city-select-dropdown.shown {
  display: flex;
  z-index: 52;
  opacity: 1;
}
.city-select-dropdown .city-select-item {
  padding: 5px;
  display: block;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid transparent;
}
.city-select-dropdown .city-select-item:hover {
  border-bottom-color: #fff;
}

.header-city-current {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 10px;
}
.header-city-current > span {
  margin-right: 5px;
}

.header-middle-wrap {
  background-color: rgba(43, 52, 118, 0.95);
  color: #fff;
  -webkit-transition: top 200ms;
  -moz-transition: top 200ms;
  -o-transition: top 200ms;
  transition: top 200ms;
  position: fixed;
  z-index: 50;
  top: 37px;
}

#header {
  padding-bottom: 136px;
}
#header.fixed .header-top {
  opacity: 0;
}
#header.fixed .header-middle-wrap {
  top: 0;
}

.header-middle {
  padding: 15px 0;
}

.header-middle-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 68px;
}

.header-middle-btns {
  display: flex;
  align-items: center;
}

.header-cart-container {
  display: flex;
  align-items: center;
}

.header-search {
  display: flex;
  align-items: center;
}
.header-search-container {
  position: relative;
  border-bottom: 1px solid #fff;
}
.header-search input {
  display: block;
  padding: 0 2rem 0 1rem;
  line-height: 2.1rem;
  width: 500px;
  max-width: 100%;
  border-style: none;
  margin: 0;
  outline: 0;
  background: 0 0;
  color: #fff;
  letter-spacing: 1px;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.header-search input::placeholder {
  color: #fff;
  opacity: 0.5;
}
.header-search input::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.5;
}
.header-search input::-moz-placeholder {
  color: #fff;
  opacity: 0.5;
}
.header-search input:-moz-placeholder {
  color: #fff;
  opacity: 0.5;
}
.header-search input:-ms-input-placeholder {
  color: #fff;
  opacity: 0.5;
}
.header-search .header-search-icon {
  position: absolute;
  right: 12px;
  top: 0px;
  height: 100%;
  display: flex;
  align-items: center;
  opacity: 0.9;
  cursor: pointer;
}

.header-cart {
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.header-cart:hover {
  opacity: 0.9;
}
.header-cart .shop-cart-icon {
  max-width: 26px;
  margin-right: 10px;
  position: relative;
}
.header-cart .shop-cart-icon img {
  max-width: 100%;
  max-height: 100%;
}
.header-cart .shop-cart-count {
  position: absolute;
  top: -4px;
  width: 100%;
  text-align: center;
  padding-left: 10px;
}
.header-cart .price-value-fractional {
  font-size: 100%;
  vertical-align: baseline;
}
.header-cart .price-value-delimiter {
  color: #fff;
  font-size: 1px;
}

.header-order-search {
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.header-order-search > a {
  padding: 5px 10px;
}
.header-order-search:hover {
  opacity: 0.9;
}
.header-order-search .shop-cart-icon {
  max-width: 26px;
  margin-right: 10px;
  position: relative;
}
.header-order-search .shop-cart-icon img {
  max-width: 100%;
  max-height: 100%;
}
.header-order-search .shop-cart-count {
  position: absolute;
  top: -4px;
  width: 100%;
  text-align: center;
  padding-left: 10px;
}
.header-order-search .price-value-fractional {
  font-size: 100%;
  vertical-align: baseline;
}
.header-order-search .price-value-delimiter {
  color: #fff;
  font-size: 1px;
}

.panel-main {
  font-weight: lighter;
  color: #737373;
}
.panel-main table {
  color: #737373;
}
.panel-main .panel-title {
  font-size: 2.5rem;
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 8px 0;
  font-weight: lighter;
  color: #737373;
}
.panel-main h2 {
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 8px 0;
  font-weight: lighter;
  color: #737373;
}

@media (max-width: 480px) {
  .logo img {
    width: 100%;
  }
  .logo .logo-subdivision {
    font-size: 0.7em;
    font-style: italic;
    text-transform: uppercase;
  }
}
.logo-subdivision {
  font-family: "Roboto Black", sans-serif;
  font-size: 1.2em;
  font-style: italic;
  text-transform: uppercase;
}

.header-middle-menu {
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.article-list-container {
  margin: 20px 0;
  position: relative;
  padding-top: 20px;
}
.article-list-container:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 99%;
  /*border-bottom: 1px solid $gray-light;*/
}
.article-list-container h3 {
  padding-left: 10px;
}

.article-list-main-page {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  padding-top: 10px;
  position: relative;
}
.article-list-main-page .article-item {
  width: 25%;
  padding: 4px;
}
.article-list-main-page .article-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 182px;
  width: 100%;
  margin-bottom: 15px;
}
.article-list-main-page .article-img > img {
  max-width: 100%;
  max-height: 100%;
}
.article-list-main-page .article-title {
  height: 3rem;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}
.article-list-main-page .article-description {
  height: 6rem;
  overflow: hidden;
  color: #737373;
}
.article-list-main-page .article-item-content {
  width: 100%;
  border: 1px solid #f3f3f3;
  padding: 12px;
  margin-left: 10px;
}
.article-list-main-page .article-item:nth-child(5),
.article-list-main-page .article-item:nth-child(6) {
  display: none;
}

.main-page-search {
  display: flex;
  align-items: center;
}
.main-page-search-container {
  position: relative;
  border-bottom: 1px solid #323c89;
}
.main-page-search input {
  display: block;
  font-weight: 700;
  padding: 0rem 2rem 0rem 1rem;
  line-height: 2.1rem;
  width: 280px;
  border-style: none;
  margin: 0;
  outline: 0;
  background: 0 0;
  color: #323c89;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.main-page-search input::-webkit-input-placeholder {
  color: #323c89;
  opacity: 0.9;
}
.main-page-search input::-moz-placeholder {
  color: #323c89;
  opacity: 0.9;
}
.main-page-search input:-moz-placeholder {
  color: #323c89;
  opacity: 0.9;
}
.main-page-search input:-ms-input-placeholder {
  color: #323c89;
  opacity: 0.9;
}
.main-page-search .main-page-search-icon {
  position: absolute;
  right: 12px;
  top: 0px;
  height: 100%;
  display: flex;
  align-items: center;
  opacity: 0.9;
  cursor: pointer;
  color: #323c89;
}

.alert-row {
  padding-top: 30px;
}

.start-page {
  margin: 30px 0;
}
.start-page-bottom {
  display: flex;
  margin: 20px 0;
  padding-bottom: 10px;
}
.start-page .contacts-block {
  width: 50%;
  margin-left: 10px;
  cursor: default;
}
.start-page .contacts-filial {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.start-page .contacts-filial-address {
  text-transform: uppercase;
  margin: 10px 0;
  color: #000;
}
.start-page .contacts-filial-phone {
  text-transform: uppercase;
  color: #737373;
  margin: 10px 0;
}
.start-page .contacts-filial-goods {
  width: 100%;
}
.start-page .contacts-content {
  padding-left: 10px;
}
.start-page .contacts-title {
  font-weight: bold;
  text-transform: uppercase;
  color: #737373;
  margin: 10px 0;
}
.start-page .contacts-city {
  border-top: 1px solid #f3f3f3;
  padding-top: 10px;
  padding-bottom: 5px;
}
.start-page .contacts-city-title {
  font-size: 18px;
  text-transform: uppercase;
  color: #737373;
  margin-top: 10px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.start-page .contacts-city-email {
  font-size: 14px;
  text-transform: none;
}
.start-page .map-block {
  width: 50%;
  min-width: 50%;
  background: url("/img/map.jpg") no-repeat center;
  margin-top: 50px;
  background-size: cover;
  height: auto;
  position: relative;
}
.start-page .map-block.kem {
  background-image: url("/img/kem-map.jpg");
}
.start-page .map-block.nk {
  background-image: url("/img/nk-map.jpg");
}
.start-page .map-block.mar {
  background-image: url("/img/mar-map.jpg");
}
.start-page .map-block.lock-me:after {
  content: "";
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  cursor: pointer;
}

.company-blocks {
  display: flex;
  justify-content: space-between;
}

.company-block {
  width: 33%;
  color: #fff;
  margin-right: 1%;
}
.company-block:last-child {
  margin-right: 0;
}
.company-block-content {
  height: 300px;
  border: 1px solid #f3f3f3;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
}
.company-block-content:after {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.company-block-url {
  display: flex;
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 15;
}
.company-block-title {
  text-align: center;
  position: absolute;
  z-index: 10;
  text-transform: uppercase;
  margin: 10px 20px;
}
.company-block-image {
  height: 70%;
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.company-block-image > img {
  max-width: 100%;
  max-height: 100%;
}
.company-block h1 {
  font-size: 1.5em;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}

.zao .company-block-content:after {
  background: rgba(50, 60, 141, 0.6);
}
.zao .company-block-content:hover:after {
  background: rgba(50, 60, 141, 0.8);
}

.td .company-block-content:after {
  background: rgba(117, 156, 157, 0.6);
}
.td .company-block-content:hover:after {
  background: rgba(117, 156, 157, 0.8);
}

.ooo .company-block-content:after {
  background: rgba(227, 79, 7, 0.6);
}
.ooo .company-block-content:hover:after {
  background: rgba(227, 79, 7, 0.8);
}

.about-block {
  margin-bottom: 2rem;
  background-color: #f3f3f3;
  height: 100%;
}
.about-block .card-img-top {
  background-color: rgb(56.8181818182, 68.1818181818, 155.6818181818);
  width: 100%;
  height: 200px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-block ul li {
  list-style-type: circle;
}

.search-is-empty-text {
  font-size: 1.2rem;
  padding: 2rem 0;
}
.search-is-empty-alternatives {
  font-style: italic;
}

.search-page-header {
  font-size: 2rem;
  text-transform: uppercase;
  color: #737373;
  padding-left: 10px;
}

.pagination {
  justify-content: flex-end;
  padding-right: 3px;
  row-gap: 6px;
}
.pagination .page-link {
  color: #323c89;
  background-color: #fff;
  border: 1px solid #323c89;
  padding: 0.75rem 1rem;
}
.pagination .page-link:hover {
  color: #fff;
  background-color: #323c89;
}
.pagination .page-item.active .page-link {
  color: #fff;
  background-color: #323c89;
  border-color: #323c89;
}
.pagination .page-item.active .page-link:hover {
  color: #323c89;
  background-color: #fff;
}
.pagination .page-item.disabled .page-link {
  color: #323c89;
  border-color: #323c89;
}
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  border-radius: 0;
  font-weight: bold;
}

.dcert-row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.dcert-block ~ .dcert-block {
  border-left: 0px solid;
}

.main-text-header {
  font-size: 17px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #737373;
  margin-bottom: 0;
  font-weight: normal;
}

.footer {
  border-top: 8px solid #015367;
  background-color: #333;
  color: #fff;
  cursor: default;
}
.footer-top {
  padding: 40px 0;
}
.footer-bottom {
  display: none;
  color: #fff;
  font-size: 0.8em;
  padding: 20px 0;
}
.footer h3 {
  padding-left: 10px;
}
.footer .nav > li > a {
  color: #ccc;
  transition: 0.2s;
}
.footer .nav > li > a:hover {
  background-color: #015367;
  color: #fff;
}

.footer h3 {
  color: #f3f3f3;
  font-size: 18px;
}
.footer .logo-small {
  width: 100%;
}
.footer .logo-small img {
  max-width: 100%;
  height: auto;
}
.footer-blocks {
  display: flex;
  text-transform: uppercase;
  color: #737373;
  justify-content: space-between;
  font-size: 12px;
}
.footer-block-shop {
  width: auto;
  padding-right: 25px;
}
.footer-block-company {
  padding: 0 25px;
}
.footer-block-contacts {
  padding-left: 25px;
}
.footer-block-info .footer-block-content {
  max-width: 350px;
  display: flex;
  flex-direction: column;
  text-align: right;
  height: 100%;
}
.footer-text-info {
  margin-top: auto;
  font-size: 10px;
}
.footer .social-btns-block {
  font-size: 20px;
  color: #f3f3f3;
  display: flex;
  justify-content: end;
  margin-top: 10px;
}
.footer a.social-btn {
  padding: 10px 10px;
  display: inline-block;
  cursor: pointer;
  transition: 0.2s;
  min-width: 50px;
  text-align: center;
}
.footer a.social-btn:hover {
  background-color: #015367;
  color: #fff;
}

.need-help-block {
  position: fixed;
  z-index: 99;
  bottom: 15px;
  right: 150px;
  background-color: #015367;
  opacity: 0.6;
  color: #fff;
  transition: 0.1s;
  border-radius: 100px;
}
.need-help-block:hover {
  opacity: 1;
}
.need-help-content {
  padding: 20px 30px;
}
.need-help-btn {
  font-size: 2rem;
}
.need-help-text {
  width: 0;
  height: 0;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 12px;
}
.need-help-text a {
  text-decoration: underline;
}
.need-help-block.clicked {
  border-radius: 0;
}
.need-help-block.clicked .need-help-btn {
  width: 0;
  height: 0;
  overflow: hidden;
}
.need-help-block.clicked .need-help-text {
  width: auto;
  height: auto;
}

.holidays-list-main .holidays-content a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 32px;
}
.holidays-list-main .holidays-content span {
  font-size: 26px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #737373;
  margin-bottom: 0;
  font-weight: 700;
  padding-left: 10px;
  padding-right: 320px;
  text-align: right;
}

/*# sourceMappingURL=main.css.map */
