.mix-disable-selection {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                    supported by Chrome and Opera */
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #191828;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
.aux__list--inline li {
  display: inline-block;
}
.aux__block {
  display: block;
}
.aux__block-width--max-200 {
  max-width: 200px;
}
.aux__block-width--max-250 {
  max-width: 250px;
}
.aux__block-width--max-350 {
  max-width: 350px;
}
.aux__block-width--max-500 {
  max-width: 500px;
}
.aux__block-width--full {
  width: 100%;
}
.aux__block--inline {
  display: inline-block;
}
.aux__block-position--center {
  margin: 0 auto;
}
.aux__block-bg--main {
  background: #2b4386;
}
.aux__block-bg--support {
  background: #00b6f5;
}
.aux__block-bg--support-sub-1 {
  background: #213261 !important;
}
.aux__block-bg--support-sub-2 {
  background: #2f4683 !important;
}
.aux__block-bg--support-sub-3 {
  background: #39559d !important;
}
.aux__block-bg--support-sub-4 {
  background: #486ac0 !important;
}
.aux__block-bg--support-sub-5 {
  background: #5a81e5 !important;
}
.aux__block-border--bottom {
  border-bottom: 3px solid #2b4386;
}
.aux__block-border--bottom-dashed {
  border-bottom: 1px dashed #959595;
}
.aux__block-border--shaded:after {
  content: '';
  display: block;
  max-width: 300px;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#FFF), color-stop(10%, rgba(149, 149, 149, 0.55)), color-stop(90%, rgba(149, 149, 149, 0.55)), to(#FFF));
  background: linear-gradient(to right, #FFF 0%, rgba(149, 149, 149, 0.55) 10%, rgba(149, 149, 149, 0.55) 90%, #FFF 100%);
  margin: 10px 0 15px 0;
  -webkit-box-shadow: 0 0 3px rgba(149, 149, 149, 0.25);
          box-shadow: 0 0 3px rgba(149, 149, 149, 0.25);
}
.aux__block-border--shaded-center:after {
  left: 50%;
  margin: 10px auto 15px auto;
}
.aux__text-font--main {
  font-family: 'Roboto Slab', serif;
}
.aux__text-box {
  padding: 0 15px;
}
.aux__text--underline {
  text-decoration: underline;
}
.aux__text-transform--upper {
  text-transform: uppercase;
}
.aux__text-transform--lower {
  text-transform: lowercase;
}
.aux__text-decor--none {
  text-decoration: none;
}
.aux__text-decor--none:hover {
  text-decoration: none;
}
.aux__text-size--65 {
  font-size: 4.0625em;
  line-height: 1em;
}
@media only screen and (max-width: 560px) {
  .aux__text-size--65 {
    font-size: 2.25em;
  }
}
.aux__text-size--45 {
  font-size: 2.8125em;
  line-height: 1em;
}
@media only screen and (max-width: 560px) {
  .aux__text-size--45 {
    font-size: 1.875em;
  }
}
.aux__text-size--40 {
  font-size: 2.5em;
  line-height: 1em;
}
@media only screen and (max-width: 560px) {
  .aux__text-size--40 {
    font-size: 1.6875em;
  }
}
.aux__text-size--35 {
  font-size: 2.1875em;
  line-height: 1em;
}
.aux__text-size--33 {
  font-size: 2.0625em;
}
.aux__text-size--30 {
  font-size: 1.875em;
  line-height: 1em;
}
.aux__text-size--26 {
  font-size: 1.625em;
  line-height: 1em;
}
.aux__text-size--22 {
  font-size: 1.375em;
  line-height: 1em;
}
.aux__text-size--18 {
  font-size: 1.125em;
}
.aux__text-color--main {
  color: #2b4386;
}
.aux__text-color--support {
  color: #00b6f5;
}
.aux__text-color--support-sub-1 {
  color: #213261;
}
.aux__text-color--support-sub-2 {
  color: #2f4683;
}
.aux__text-color--support-sub-3 {
  color: #39559d;
}
.aux__text-color--support-sub-4 {
  color: #486ac0;
}
.aux__text-color--support-sub-5 {
  color: #5a81e5;
}
.aux__text-color--grey {
  color: #959595;
}
.aux__text-color--white {
  color: #fff;
}
.aux__text-color--yellow {
  color: yellow;
}
.aux__text-color--danger {
  color: tomato;
}
.aux__text--fat {
  font-weight: 700;
}
.aux__text--fit {
  font-weight: 300;
}
.aux__text-position--tar {
  text-align: right;
}
.aux__text-position--tac {
  text-align: center;
}
.aux__buffer--top {
  margin-top: 15px;
}
.aux__buffer--top-x2 {
  margin-top: 30px;
}
.aux__buffer--top-min {
  margin-top: 5px;
}
@media only screen and (max-width: 991px) {
  .aux__buffer--top-xs {
    margin-top: 15px;
  }
  .aux__buffer--top-xs-x2 {
    margin-top: 30px;
  }
  .aux__buffer--top-xs-min {
    margin-top: 5px;
  }
}
.aux__buffer--right {
  margin-right: 15px;
}
.aux__buffer--right-x2 {
  margin-right: 30px;
}
.aux__buffer--right-min {
  margin-right: 5px;
}
@media only screen and (max-width: 991px) {
  .aux__buffer--right-xs {
    margin-right: 15px;
  }
  .aux__buffer--right-xs-x2 {
    margin-right: 30px;
  }
  .aux__buffer--right-xs-min {
    margin-right: 5px;
  }
}
.aux__buffer--bottom {
  margin-bottom: 15px;
}
.aux__buffer--bottom-x2 {
  margin-bottom: 30px;
}
.aux__buffer--bottom-min {
  margin-bottom: 5px;
}
@media only screen and (max-width: 991px) {
  .aux__buffer--bottom-xs {
    margin-bottom: 15px;
  }
  .aux__buffer--bottom-xs-x2 {
    margin-bottom: 30px;
  }
  .aux__buffer--bottom-xs-min {
    margin-bottom: 5px;
  }
}
.aux__buffer--left {
  margin-left: 15px;
}
.aux__buffer--left-x2 {
  margin-left: 30px;
}
.aux__buffer--left-min {
  margin-left: 5px;
}
@media only screen and (max-width: 991px) {
  .aux__buffer--left-xs {
    margin-left: 15px;
  }
  .aux__buffer--left-xs-x2 {
    margin-left: 30px;
  }
  .aux__buffer--left-xs-min {
    margin-left: 5px;
  }
}
.aux__buffer--clear {
  margin: 0;
}
.aux__buffer--clear-top {
  margin-top: 0;
}
.aux__buffer--clear-right {
  margin-right: 0;
}
.aux__buffer--clear-bottom {
  margin-bottom: 0;
}
.aux__buffer--clear-left {
  margin-left: 0;
}
.aux__buffer-inset--top {
  padding-top: 15px;
}
.aux__buffer-inset--top-x2 {
  padding-top: 30px;
}
.aux__buffer-inset--top-min {
  padding-top: 5px;
}
@media only screen and (max-width: 991px) {
  .aux__buffer-inset--top-xs {
    padding-top: 15px;
  }
  .aux__buffer-inset--top-xs-x2 {
    padding-top: 30px;
  }
  .aux__buffer-inset--top-xs-min {
    padding-top: 5px;
  }
}
.aux__buffer-inset--right {
  padding-right: 15px;
}
.aux__buffer-inset--right-x2 {
  padding-right: 30px;
}
.aux__buffer-inset--right-min {
  padding-right: 5px;
}
@media only screen and (max-width: 991px) {
  .aux__buffer-inset--right-xs {
    padding-right: 15px;
  }
  .aux__buffer-inset--right-xs-x2 {
    padding-right: 30px;
  }
  .aux__buffer-inset--right-xs-min {
    padding-right: 5px;
  }
}
.aux__buffer-inset--bottom {
  padding-bottom: 15px;
}
.aux__buffer-inset--bottom-x2 {
  padding-bottom: 30px;
}
.aux__buffer-inset--bottom-min {
  padding-bottom: 5px;
}
@media only screen and (max-width: 991px) {
  .aux__buffer-inset--bottom-xs {
    padding-bottom: 15px;
  }
  .aux__buffer-inset--bottom-xs-x2 {
    padding-bottom: 30px;
  }
  .aux__buffer-inset--bottom-xs-min {
    padding-bottom: 5px;
  }
}
.aux__buffer-inset--left {
  padding-left: 15px;
}
.aux__buffer-inset--left-x2 {
  padding-left: 30px;
}
.aux__buffer-inset--left-min {
  padding-left: 5px;
}
@media only screen and (max-width: 991px) {
  .aux__buffer-inset--left-xs {
    padding-left: 15px;
  }
  .aux__buffer-inset--left-xs-x2 {
    padding-left: 30px;
  }
  .aux__buffer-inset--left-xs-min {
    padding-left: 5px;
  }
}
.aux__buffer-inset--clear {
  padding: 0;
}
.aux__buffer-inset--clear-top {
  padding-top: 0;
}
.aux__buffer-inset--clear-right {
  padding-right: 0;
}
.aux__buffer-inset--clear-bottom {
  padding-bottom: 0;
}
.aux__buffer-inset--clear-left {
  padding-left: 0;
}
header {
  background: linear-gradient(80deg, #1d79b2 5%, #2b4386 30%, #2b4386 70%, #6179c6 100%);
  -webkit-box-shadow: inset -6px 0 #2b4386;
          box-shadow: inset -6px 0 #2b4386;
  line-height: 73px;
  position: relative;
  z-index: 3;
}
.header-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin: 0 auto;
  padding: 0;
}
.header-nav__sub-menu {
  display: none;
  position: absolute;
  z-index: 9999999999999;
  left: -25%;
  padding: 0;
  width: 150%;
  margin: 0;
}
.header-nav__item {
  list-style-type: none;
  position: relative;
}
.header-nav__item-sub {
  list-style-type: none;
  padding: 4px 15px;
  font-size: 14px;
  text-align: center;
  background: #486ac0;
}
.header-nav__item-sub:nth-child(2n) {
  background: #39559d;
}
.header-nav__item:hover {
  -webkit-box-shadow: inset 0 -5px #00b6f5;
          box-shadow: inset 0 -5px #00b6f5;
  position: relative;
}
.header-nav__item:hover .header-nav__sub-menu {
  display: block;
}
@media only screen and (max-width: 991px) {
  .header-nav__item:hover .header-nav__sub-menu {
    display: none;
  }
}
.header-nav__item:hover:before {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 7px 5px;
  border-color: transparent transparent #00b6f5 transparent;
}
.header-nav__item--long {
  font-size: 13px;
}
.header-nav__link {
  color: #fff;
}
.header-nav__link-sub {
  line-height: 25px;
  display: block;
  color: #fff;
}
.header-nav__link-sub:hover,
.header-nav__link-sub:focus,
.header-nav__link-sub:active {
  color: #f2f2f2;
}
.header-nav__link-sub:hover {
  text-decoration: none;
}
.header-nav__link:before {
  content: '';
  display: inline-block;
  position: relative;
  top: -2px;
  width: 9px;
  height: 9px;
  background: url(/images/point.png);
  margin-right: 7px;
}
.header-nav__link:hover,
.header-nav__link:focus,
.header-nav__link:active {
  color: #f2f2f2;
}
.header-nav__link:hover {
  text-decoration: none;
}
@media only screen and (max-width: 991px) {
  .header-nav {
    display: block;
  }
  .header-nav__item {
    display: block;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
  }
  .header-nav__item:nth-child(2n) {
    background: rgba(255, 255, 255, 0.05);
  }
  .header-nav__link {
    display: block;
  }
}
footer {
  padding: 30px 0;
  background: #191828;
  color: #fff;
  line-height: 37px;
  position: relative;
}
footer a {
  color: #fff;
}
footer a:hover,
footer a:focus,
footer a:active {
  color: #f2f2f2;
}
.logo {
  position: relative;
}
.logo--foot {
  position: relative;
  top: 5px;
}
.logo__sub {
  position: absolute;
  bottom: -45px;
  right: 12px;
  z-index: 3;
  font-size: 14px;
  color: #b2e1f2;
}
.footer-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .footer-nav {
    margin: 20px 0;
  }
}
@media only screen and (max-width: 768px) {
  .footer-nav {
    display: block;
  }
}
.footer-nav__item {
  display: inline-block;
  margin-right: 15px;
}
@media only screen and (max-width: 768px) {
  .footer-nav__item {
    display: block;
  }
}
.footer-nav__item:before {
  content: '';
  display: inline-block;
  margin-right: 6px;
  top: -1px;
  position: relative;
  background-image: url(/images/sprite.png);
  background-position: -84px -70px;
  width: 9px;
  height: 9px;
}
@media only screen and (max-width: 768px) {
  .footer-contact {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 3;
    background: linear-gradient(80deg, rgba(29, 121, 178, 0.9) 5%, #2b4386 30%, #2b4386 70%, rgba(97, 121, 198, 0.9) 100%);
  }
  #wrap {
    margin-top: 73px;
  }
}
.icon {
  display: inline-block;
  position: relative;
}
.icon-mail {
  background-image: url(/images/sprite.png);
  background-position: -92px -56px;
  width: 17px;
  height: 14px;
}
.icon-map {
  background-image: url(/images/sprite.png);
  background-position: -131px -61px;
  width: 16px;
  height: 20px;
  top: 5px;
}
.icon-phone {
  background-image: url(/images/sprite.png);
  background-position: -41px -70px;
  width: 15px;
  height: 20px;
  top: 2px;
}
.icon-cash {
  background-image: url(/images/sprite.png);
  background-position: -48px -32px;
  width: 37px;
  height: 33px;
}
.icon-goods {
  background-image: url(/images/sprite.png);
  background-position: -48px 0px;
  width: 44px;
  height: 32px;
}
.icon-gas {
  background-image: url(/images/sprite.png);
  background-position: -131px 0px;
  width: 22px;
  height: 39px;
}
.icon-delivery {
  background-image: url(/images/sprite.png);
  background-position: 0px 0px;
  width: 48px;
  height: 32px;
}
.icon-thumb-up {
  background-image: url(/images/sprite.png);
  background-position: 0px -32px;
  width: 40px;
  height: 38px;
}
.icon-volume {
  background-image: url(/images/sprite.png);
  background-position: -71px -70px;
  width: 13px;
  height: 14px;
}
.icon-point-big {
  background-image: url(/images/sprite.png);
  background-position: -131px -39px;
  width: 22px;
  height: 22px;
}
.icon-map-fill {
  background-image: url(/images/sprite.png);
  background-position: 0px -70px;
  width: 26px;
  height: 34px;
}
.icon-molecule {
  background-image: url(/images/sprite.png);
  background-position: -92px 0px;
  width: 39px;
  height: 29px;
}
.icon-delivery-fill {
  background-image: url(/images/sprite.png);
  background-position: -92px -29px;
  width: 37px;
  height: 27px;
}
.icon-vape {
  background-image: url(/images/sprite.png);
  background-position: -56px -70px;
  width: 15px;
  height: 15px;
  top: 3px;
}
.section--calc {
  background: url('/images/bg-calc.jpg');
  background-size: cover;
  background-position: 50% 25%;
}
.section--geometry {
  background: url('/images/bg-geometry.jpg');
  background-size: cover;
  background-position: 0 25%;
  overflow: hidden;
}
.section--cloud {
  background-image: url('/images/bg-cloud.jpg');
  background-size: 100%;
  background-position-y: 50%;
}
@media only screen and (max-width: 991px) {
  .section--cloud {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5a81e5), color-stop(#2f4683), to(#5a81e5));
    background-image: linear-gradient(#5a81e5, #2f4683, #5a81e5);
  }
}
.section--map {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .section--map {
    background: #191828;
  }
}
.section--sub-support {
  background: #f5f6f8;
}
@media only screen and (max-width: 991px) {
  .top-picture {
    max-width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .top-contact {
    display: block;
    text-align: center;
    margin-right: 0;
  }
}
.icon-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .icon-bar {
    display: block;
  }
}
.icon-bar__container {
  position: relative;
}
.icon-bar__back {
  position: absolute;
  bottom: 0;
  background-repeat: no-repeat !important;
}
.icon-bar__back--left {
  left: 0;
  -webkit-transform: translateX(-55%);
          transform: translateX(-55%);
}
.icon-bar__back--right {
  right: 0;
  -webkit-transform: translateX(55%);
          transform: translateX(55%);
}
@media only screen and (max-width: 840px) {
  .icon-bar__back {
    display: none;
  }
}
.icon-bar__title {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
}
.icon-bar__sub-title {
  font-weight: 300;
}
.icon-bar__image {
  min-height: 55px;
}
.icon-bar__item {
  width: 20%;
  font-size: 15px;
  text-align: center;
  color: #fff;
  padding: 39px 27px 32px 27px;
}
@media only screen and (max-width: 991px) {
  .icon-bar__item {
    width: 25%;
  }
}
@media only screen and (max-width: 768px) {
  .icon-bar__item {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}
.icon-bar__item:nth-child(1) {
  background: #5a81e5;
}
.icon-bar__item:nth-child(2) {
  background: #486ac0;
}
.icon-bar__item:nth-child(3) {
  background: #39559d;
}
.icon-bar__item:nth-child(4) {
  background: #2f4683;
}
.icon-bar__item:nth-child(5) {
  background: #213261;
}
@media only screen and (max-width: 991px) {
  .icon-bar__item:nth-child(5) {
    width: 100%;
  }
}
.azot-option {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
}
.azot-option__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .azot-option__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.divider--dashed {
  border-top: 1px dashed #e6e6e6;
  height: 1px;
  position: relative;
}
.divider--dashed:before,
.divider--dashed:after {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid #e6e6e6;
  border-radius: 100%;
  top: -5px;
}
.divider--dashed:before {
  left: -10px;
}
.divider--dashed:after {
  right: -10px;
}
.goods-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media only screen and (max-width: 470px) {
  .goods-grid {
    display: block;
  }
}
.section .good-card {
  -webkit-box-shadow: 0 0 7px grey;
          box-shadow: 0 0 7px grey;
}
.good-card {
  text-align: center;
  -webkit-box-shadow: 0 0 10px #cccccc;
          box-shadow: 0 0 10px #cccccc;
  width: 256px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0 0 0 0 #5a81e5;
          box-shadow: 0 0 0 0 #5a81e5;
  -webkit-transition: .25s;
  transition: .25s;
}
.good-card--dewar {
  width: 208px;
}
.good-card:hover {
  -webkit-box-shadow: 0 0 10px 1px #5a81e5;
          box-shadow: 0 0 10px 1px #5a81e5;
}
.good-card__top {
  background: #fff;
  padding: 20px 13px 16px 13px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.good-card__top.aux__buffer-inset--clear-bottom {
  padding-bottom: 0;
}
@media only screen and (max-width: 600px) {
  .good-card {
    margin: 15px auto;
  }
  .good-card__top {
    height: auto;
  }
}
.good-card__image {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  margin: 0 auto;
}
.good-card__chars {
  font-size: 0.875em;
  padding: 6px 0;
}
.good-card__char-row {
  margin-bottom: 5px;
  line-height: 15px;
}
.good-card__char-row--border {
  border-bottom: 1px dashed #eeeeee;
  padding-bottom: 5px;
}
.good-card__char-title,
.good-card__char-value {
  width: 50%;
  float: left;
}
.good-card__char-title {
  text-align: left;
  font-weight: 700;
}
.good-card__char-value {
  text-align: right;
}
.good-card__control {
  padding: 17px 13px 22px 13px;
  background: #ecedf0;
  text-transform: uppercase;
}
.good-card__title {
  color: #2f4683;
  font-weight: 400;
  font-size: 1.625em;
  line-height: 1em;
  margin-top: auto;
  padding-top: 25px;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.good-card__category {
  margin-bottom: 10px;
  color: #2f4683;
  text-transform: uppercase;
  font-size: 1.125em;
}
.good-card__prices {
  text-transform: uppercase;
  border-top: 1px dashed #eeeeee;
  padding: 17px 0 0 0;
  font-weight: 700;
  color: #00b6f5;
}
.good-card__service-row > div {
  width: 50%;
  display: inline-block;
  float: left;
}
.good-card__service-name {
  text-align: left;
}
.good-card__service-price {
  text-align: right;
}
.good-card:hover .fast-view-link {
  opacity: 1;
}
.good-card .fast-view-link {
  background: #2b4386;
  z-index: 2;
  margin-bottom: -1em;
  opacity: 0;
  -webkit-transition: .25s;
  transition: .25s;
  color: #fff;
}
.good-card .fast-view-link:hover,
.good-card .fast-view-link:focus,
.good-card .fast-view-link:active {
  color: #f2f2f2;
}
.good-card .fast-view-link:hover {
  text-decoration: none;
}
.control-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
}
.control-container .g-button {
  margin: 5px;
}
.consult-window {
  width: 400px;
  position: absolute;
  bottom: 0;
}
.consult-window__head {
  background: rgba(25, 24, 40, 0.71);
  text-align: center;
  padding: 12px 0;
}
.consult-window__body {
  background: #191828;
  padding: 30px;
}
.consult-window__moscow {
  text-align: right;
}
.consult-window__moscow .consult-window__column--text > div:nth-child(3) {
  text-transform: uppercase;
  color: #e9f167;
  font-size: 2.5em;
}
.consult-window__column {
  width: 50%;
  float: left;
  color: #fff;
}
.consult-window__column--text > div:nth-child(1) {
  font-size: 1.875em;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
}
.consult-window__column--text > div:nth-child(2) {
  font-size: 1.25em;
  color: #00b6f5;
  text-transform: uppercase;
}
@media only screen and (max-width: 500px) {
  .consult-window__column {
    float: none;
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .consult-window {
    position: initial;
    left: 0;
    width: 500px;
    max-width: 100%;
  }
}
#product-gallery .lslide,
.ajax-gallery .lslide,
#product-gallery .clone,
.ajax-gallery .clone {
  text-align: center;
}
#product-gallery img {
  max-width: 100%;
}
.product-gallery__link:focus,
.product-gallery__link:active {
  outline: 0;
}
.lSSlideWrapper {
  border: 1px solid #eeeeee;
}
ul.lSPager.lSGallery li {
  border: 1px solid #eeeeee;
}
.lSAction > a {
  background-image: url('/images/arrows.png');
  background-size: 32px;
  background-repeat: no-repeat;
  -webkit-transition: .25s;
  transition: .25s;
}
.lSAction > .lSNext {
  background-position: -16px 0;
}
.lSAction > .lSNext:hover {
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}
.lSAction > .lSPrev {
  background-position: 16px 0;
}
.lSAction > .lSPrev:hover {
  -webkit-transform: translateX(-2px);
          transform: translateX(-2px);
}
@media only screen and (max-width: 1200px) {
  .azot-charge-price {
    font-size: 25px;
  }
  .azot-charge-price .icon-point-big {
    top: 2px;
  }
}
#foot-map {
  height: 500px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #foot-map {
    display: none;
  }
}
#foot-map:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(/images/map-default2.jpg);
  background-size: cover;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
.g-popup {
  position: relative;
  background: #FFF;
  padding: 10px 20px 20px 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
  border-left: 5px solid #5a81e5;
}
.g-popup--pickup {
  padding: 0;
  max-width: 700px;
}
.g-popup--pickup-title {
  background: #f44336;
  color: #fff;
  font-size: 25px;
  text-align: center;
  padding: 10px 20px;
}
#shk_prodHelper {
  background: rgba(47, 70, 131, 0.95) !important;
  color: #fff;
}
#shk_prodHelper button {
  border: none;
  background: #5a81e5;
}
#shk_prodHelper input {
  color: #000;
}
.circle-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 50px;
}
.circle-menu__item {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  border: 1px solid #2b4386;
  padding: 110px 10px 10px 10px;
  text-align: center;
  margin: 50px 0;
  color: #2b4386;
}
.circle-menu__item:hover {
  text-decoration: none;
  color: #00b6f5;
  border: 1px solid #009bd0;
  -webkit-box-shadow: 0 0 14px #00b6f5;
          box-shadow: 0 0 14px #00b6f5;
}
.circle-menu__item:first-child .circle-menu__image {
  left: 60%;
  top: -10%;
}
.circle-menu__item:nth-child(2) .circle-menu__image,
.circle-menu__item:nth-child(3) .circle-menu__image {
  left: 40%;
}
.circle-menu__image {
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .circle-menu {
    display: block;
  }
  .circle-menu__item {
    display: block;
    margin: 100px auto;
  }
}
.shop-cart {
  position: fixed;
  bottom: 0;
  background: rgba(43, 67, 134, 0.9);
  border-left: 4px solid #213261;
  color: #fff;
  right: 20%;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
  z-index: 999999998;
}
.shop-cart a {
  text-decoration: underline;
  color: #fff;
}
.shop-cart a:hover,
.shop-cart a:focus,
.shop-cart a:active {
  color: #f2f2f2;
}
.shop-cart a:hover {
  text-decoration: none;
}
.shop-cart-page .shk_count_button,
.shop-cart-page .shk_remove_button {
  background: #486ac0;
  border: none;
  color: #fff;
  border-radius: 3px;
}
.shop-cart-page .shk_remove_button {
  width: 20px;
  display: inline-block;
  line-height: 20px;
  background: #959595;
  text-align: center;
  font-size: 12px;
}
.shop-cart-page .shk_remove_button:hover {
  text-decoration: none;
}
.shop-cart-page .shk-count {
  border-radius: 3px;
  border: 1px solid #959595;
}
.shop-cart-page table {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 30px;
}
.shop-cart-page fieldset {
  border: none;
}
.shop-cart-page tr.cart-order:nth-child(2n) {
  background: #f8f8f8;
}
.shop-cart-page tr.cart-order td {
  padding: 10px 3px;
}
.cartFull__title,
.cartFull__inner,
.shopping-button {
  padding: 5px 15px;
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-bg.mfp-ready {
  opacity: 0.6;
}
.mfp-zoom-in.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-zoom-in.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-zoom-in.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.lSGallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: inherit!important;
}
.lSGallery li {
  width: 100%!important;
  max-width: 100px!important;
  height: 100px;
  position: relative;
}
.lSGallery li:last-child {
  margin-right: 0!important;
}
.lSGallery li img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.come-out{
  top: 150px;
  opacity: 0;
  transition: 0;
}
.come-in {
  top: 0;
  opacity: 1;
  transition: 1.25s;
}
.come-in:nth-child(odd) {
          transition: 1s;
}
@-webkit-keyframes come-in {
  from {
    -webkit-transform: translate(0,300px);
          transform: translate(0,300px);
          opacity: 0;
  }
  to {
    -webkit-transform: translate(0,0);
            transform: translate(0,0);
            opacity: 1;
  }
}
@keyframes come-in {
  from {
    -webkit-transform: translate(0,300px);
          transform: translate(0,300px);
          opacity: 0;
  }
  to {
    -webkit-transform: translate(0,0);
            transform: translate(0,0);
            opacity: 1;
  }
}
.shk-but {
  margin: 0!important;
}
#shk_prodHelper {
  width: 200px!important;
}
.certs-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.certs-row a {
  display: inline-block;
  margin: 10px 5px;
}
.table-calc__input-volume,
.table-calc__total {
  background: #00b6f5;
  border: none;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.875em;
  display: block;
  line-height: 50px;
  width: 100%;
  height: 50px;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .table-calc__input-volume,
  .table-calc__total {
    width: 50%;
  }
}
.calc-image-wrapper {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .calc-image-wrapper {
    display: none;
  }
}
.calc-image-wrapper__fill {
  display: block;
  width: 50%;
  max-height: 75%;
  min-height: 11.25%;
  opacity: .6;
  background: #00b6f5;
  position: absolute;
  left: 53%;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 0 0 30px 30px;
  -webkit-transition: .25s;
  transition: .25s;
}
@media only screen and (min-width: 1200px) {
  .calc-image-wrapper__fill {
    left: 46%;
  }
}
.ajaxrow .control {
  text-align: center;
}
.popup-gallery li {
  display: inline-block;
}
.half-under b {
  color: #191828;
  text-decoration: underline;
}
.half-under span {
  text-decoration: underline;
}
.half-under:hover {
  text-decoration: none;
}
.half-under:hover > * {
  text-decoration: none;
}
.half-under + img {
  position: relative;
  top: -2px;
  margin-left: 2px;
}
#pickup-map {
  height: 400px;
}
.g-button {
  display: inline-block;
  font-weight: 700;
  background: #00b6f5;
  border: none;
  border-radius: 3px;
  padding: 14px 20px;
  color: #fff;
  text-align: center;
}
.g-button:hover,
.g-button:focus,
.g-button:active {
  color: #fff;
  text-decoration: none;
}
.g-button.aux__text--fit {
  font-weight: 300;
}
.g-button.aux__block-bg--main {
  background: #2b4386;
}
.g-button:focus {
  outline: 1px auto #486ac0;
}
.g-button--small-height {
  padding-top: 8px;
  padding-bottom: 8px;
}
.g-button--line {
  background: none;
  border: 2px solid #fff;
}
.g-button--full {
  width: 100%;
}
.table {
  width: 100%;
}
.table td {
  padding: 5px 17px;
}
.table--stripped {
  border: 1px solid #eeeeee;
}
.table--stripped tbody tr {
  background: #fff;
}
.table--stripped tbody tr:nth-child(2n) {
  background: #eeeeee;
}
.table-head--main thead tr {
  background: #486ac0;
  color: #fff;
}
.table-calc td,
.table-calc th {
  padding: 10px 0;
}
.table-calc td {
  padding-left: 7px;
}
.table-calc tr td:nth-child(2) {
  border-left: 1px solid #959595;
  border-right: 1px solid #959595;
}
.table-calc tr td:nth-child(1) ~ td {
  text-align: center;
}
.product-page-content table {
  width: 100%;
  border: 1px solid #eeeeee;
}
.product-page-content table td {
  padding: 5px 17px;
}
.product-page-content table tr {
  background: #fff;
}
.product-page-content table tr:nth-child(2n) {
  background: #eeeeee;
}
.form--window {
  background: rgba(255, 255, 255, 0.95);
  border-top: 16px solid #00b6f5;
  padding: 22px 30px 39px 30px;
  -webkit-box-shadow: 0 0 10px #cccccc;
          box-shadow: 0 0 10px #cccccc;
}
.form-group {
  margin-top: 15px;
}
.form-label {
  line-height: 36px;
}
.form-label--required:after {
  content: '*';
  position: relative;
  top: -2px;
  color: tomato;
}
.form-control {
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #959595;
  border-radius: 3px;
}
.form-control.form-control--fat {
  padding: 12px 15px;
  border: 2px solid #eeeeee;
}
.tab-header-link:hover,
.tab-header-link:focus{
  text-decoration: none;
}

.burger-menu{
    display:none;
    text-align:center;
    color:#fff;
    line-height:30px;
    margin-bottom: 15px;
}
.burger-menu:active,.burger-menu:focus,.burger-menu:hover,.burger-menu:visited{
    color:#fff;
}
.burger-menu__lines{
    border-top:4px solid #fff;
    border-bottom:4px solid #fff;
    display:block;
    width:36px;
    height:25px;
    margin:0 auto;
    position:relative;
}
.burger-menu__lines:after{
    content:'';
    position:absolute;
    width:100%;
    height:4px;
    background:#fff;
    left:0;
    top:50%;
    transform:translate(0,-50%);
}



@media only screen and (max-width:991px){
    .burger-menu{
      display:block;
    }
    .header-nav__wrapper{
        display:none;
    }
}
.shop-cart--top {
    position: initial;
    margin: 15px auto 0 auto;
    background: rgba(43, 67, 134, 0.9);
    border-left: none;
    text-align: center;
    color: #fff;
    -webkit-transform: initial;
    transform: initial;
}
.shop-cart--top .cartFull__title{
    background: #30457f;
    margin-bottom: 5px;
    font-weight: bold;
}
.shop-cart--top {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position:relative;
    right: initial;
    background: #39559d;
    max-width: 600px;
}
.shop-cart--top .cartFull__title{
    margin-bottom: initial;
    margin-right: auto;
}
.g-button.g-button--flash {
    animation-name: flashButton;
    animation-iteration-count: infinite;
    animation-duration: 2s;
    animation-direction: alternate;
    animation-timing-function: ease-in-out
}

@keyframes flashButton{
    to{background:#39559d;}
}
.range-goods{
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 21px;
}
.range-goods__top{
  background: #00b6f5;
}
.range-goods__bottom{
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
.range-goods__pill{
  width: 100%;
  margin: 0 5px;
  background: #39559e;
}
.range-goods__pill:first-child{
  margin-left: 0;
}
.range-goods__pill:last-child{
  margin-right: 0;
}
.range-goods__top,
.range-goods__pill{
  border-radius: 4px;
}

@media only screen and (max-width: 991px){
  .range-goods__bottom{
    display: block;
  }
  .range-goods__pill{
    display: block;
    margin: 0 0 10px;
  }
}

.good-card.good-card--dewar.good-card--dewar-big {
    width: 450px;
    max-width: 100%;
    min-width: 300px;
}
@media only screen and (min-width: 1200px) {
  .good-card.good-card--dewar.good-card--dewar-big {
    width: 550px;
  }
}
@media only screen and (max-width: 991px) {
  .good-card.good-card--dewar.good-card--dewar-big {
    width: 600px;
  }
}
.good-card.good-card--dewar.good-card--dewar-big .good-card__control {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.good-card.good-card--dewar.good-card--dewar-big .good-card__char-title{
    align-items: center;
    display: flex;
}

.good-card.good-card--dewar.good-card--dewar-big .good-card__char-title .icon{
    flex: 0 0 13px;    
}
.good-card.good-card--dewar.good-card--dewar-big .good-card__char-row--border {
  padding-bottom: 0;
  margin-bottom: 0;
}
.good-card.good-card--dewar.good-card--dewar-big .good-card__title {
  padding-top: 0;
}
@media only screen and (max-width: 500px) {
  .good-card.good-card--dewar.good-card--dewar-big .good-card__control {
    display: block;
  }
  .good-card.good-card--dewar.good-card--dewar-big .good-card__chars{
    max-width: 150px;
    margin: 0 auto 5px;
  }
}

@media (pointer:coarse) {
  .fast-view-link {
    display: none !important;
  }
}
