html {
  min-height: 100vh;
}

html.is-hidden {
  overflow: hidden;
}

html.is-active {
  padding-left: 17px;
}

body {
  background: #fff;
  font-family: 'russo_one', Arial, Verdana, Tahoma, sans-serif;
  font-size: 16px;
  line-height: 1.25;
  color: #3a3b3c;
  opacity: 1;
  min-height: 100vh;
}

.global-wrapper {
  min-width: 320px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.global-pad {
  padding-top: 100px;
}

ol, ul {
  list-style: none;
  margin-bottom: 0;
}

input {
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  outline: none !important;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

p {
  font-size: 1rem;
  font-family: "roboto";
  line-height: 1.3;
  margin-bottom: 1.2em;
}

a {
  text-decoration: none;
}

a:hover {
  color: inherit;
}

::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
}

body a:hover, body a:active, body a:focus {
  text-decoration: none;
  outline: 0;
}

input:focus {
  border: none;
  outline: none;
}

button {
  -webkit-appearance: button;
  cursor: pointer;
}

button:focus {
  outline: none;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  background-color: transparent !important;
}

html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type="hidden"] {
  display: none;
}

button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

h1, h2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.1875rem;
  font-weight: 400;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin: 0 0 1em;
}

h1 .title-icon, h2 .title-icon {
  font-size: 2.5rem;
  -webkit-box-flex: 45px;
  -webkit-flex: 45px 0 0;
      -ms-flex: 45px 0 0px;
          flex: 45px 0 0;
  color: #3F659B;
}

h1 .title-text, h2 .title-text {
  border-bottom: 2px solid #3f659b;
  -webkit-flex-basis: -webkit-calc(100% - 45px);
      -ms-flex-preferred-size: calc(100% - 45px);
          flex-basis: calc(100% - 45px);
}

.main-page_title {
  display: block;
  font-size: 4.375rem;
  font-weight: 400;
  color: #fff;
  padding-bottom: .4em;
  background: url(../img/bg/lines-bg.png) no-repeat center bottom;
  position: relative;
  text-align: center;
}

.main-page_title-icon {
  display: block;
  font-size: 2.5rem;
  padding: 0 .4em;
  position: relative;
  z-index: 1;
}

.main-page_title-icon:after {
  content: '';
  display: block;
  max-width: 400px;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: -1;
}

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

.white-title {
  color: #fff;
}

.min {
  display: block;
}

.col-mod-left {
  padding-left: 0;
}

.col-mod-right {
  padding-right: 0;
}

ul:not([class]) {
  margin: 1em 0;
}

ul:not([class]) li {
  margin-bottom: 1em;
  padding-left: 15px;
  position: relative;
}

ul:not([class]) li:before {
  content: '';
  display: block;
  display: inline-block;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
}

ul:not([class]) li:last-child {
  margin-bottom: 0;
}

.wrapper-loader {
  background: #3F659B;
  z-index: 10000;
}

.main-btn {
  display: inline-block;
  height: 50px;
  background-color: #f8b725;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  padding: 0 1.5em;
  font-size: .935rem;
  line-height: 50px;
  color: #3a3b3c;
  text-align: center;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.main-btn:hover {
  color: #3a3b3c;
  background: #e39f07;
}

.main-btn:active {
  border-top: 1px solid #805a04;
  -webkit-box-shadow: inset 1px 2px #805a04;
          box-shadow: inset 1px 2px #805a04;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome, .row {
    display: block;
  }
  ::i-block-chrome, .row:after {
    content: '';
    display: table;
    height: 0;
    clear: both;
  }
}

@media (min-resolution: 0.001dpcm) {
  _:-o-prefocus .row, body .row {
    display: block;
  }
  _:-o-prefocus .row:after, body .row:after {
    content: '';
    display: table;
    height: 0;
    clear: both;
  }
}

[class^="col-"] {
  float: left;
}

@media all and (min-width: 0\0) and (min-resolution: 0.001dpcm) {
  .row:after {
    content: '';
    display: table;
    height: 0;
    clear: both;
  }
}

@font-face {
  font-family: 'russo_one';
  src: url("../fonts/russo_oneregular/russo_one-webfont.woff2") format("woff2"), url("../fonts/russo_oneregular/russo_one-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'roboto';
  src: url("../fonts/robotolight/roboto-light-webfont.woff2") format("woff2"), url("../fonts/robotolight/roboto-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'roboto';
  src: url("../fonts/robotomedium/roboto-medium-webfont.woff2") format("woff2"), url("../fonts/robotomedium/roboto-medium-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'glipf-icon';
  src: url("../fonts/icons/glipf-icon.eot?5am02o");
  src: url("../fonts/icons/glipf-icon.eot?5am02o#iefix") format("embedded-opentype"), url("../fonts/icons/glipf-icon.ttf?5am02o") format("truetype"), url("../fonts/icons/glipf-icon.woff?5am02o") format("woff"), url("../fonts/icons/glipf-icon.svg?5am02o#glipf-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="glipf-"], [class*=" glipf-"] {
  font-family: 'glipf-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glipf-accounting:before {
  content: "\e900";
}

.glipf-name:before {
  content: "\e901";
}

.glipf-01:before {
  content: "\e902";
}

.glipf-contract:before {
  content: "\e903";
}

.glipf-smartphone:before {
  content: "\e904";
}

.glipf-email:before {
  content: "\e905";
}

.glipf-handshake:before {
  content: "\e906";
}

.glipf-clip:before {
  content: "\e907";
}

.glipf-manufacture:before {
  content: "\e908";
}

.glipf-research:before {
  content: "\e909";
}

.glipf-shipped:before {
  content: "\e90a";
}

.glipf-calculator:before {
  content: "\e90b";
}

.glipf-cancel-button:before {
  content: "\e90c";
}

.glipf-enterprise:before {
  content: "\e90d";
}

.glipf-envelope:before {
  content: "\e90e";
}

.glipf-left-arrow-key:before {
  content: "\e90f";
}

.glipf-list:before {
  content: "\e910";
}

.glipf-nut:before {
  content: "\e911";
}

.glipf-phone-call:before {
  content: "\e912";
}

.glipf-placeholder:before {
  content: "\e913";
}

.glipf-screw:before {
  content: "\e914";
}

.glipf-shopping-cart:before {
  content: "\e915";
}

.glipf-tank:before {
  content: "\e916";
}

.glipf-wk:before {
  content: "\e917";
  color: #fefefe;
}

/*****HEADER*****/
.ui-header {
  color: #fff;
  font-size: .935rem;
  background: #3F659B;
  border-top: 20px solid #2f4c75;
  border-bottom: 1px solid #fff;
}

.ui-header.is-overflow {
  overflow-y: scroll;
}

.fixed-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-top: 0;
  padding: 7px 0;
  visibility: visible !important;
  -webkit-transform: translate3d(0, -100px, 0);
          transform: translate3d(0, -100px, 0);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
  z-index: 100;
}

.fixed-menu.is-overflow {
  overflow-y: scroll;
}

.fixed-menu .head-logo {
  height: 50px;
}

.fixed-menu .head-contact {
  height: 0;
  overflow: hidden;
}

.fixed-menu .head-calculator_btn, .fixed-menu .head-callback {
  height: 50px;
  min-height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0;
}

.fixed-menu .head-right_icon {
  height: 0;
  overflow: hidden;
  margin: 0;
}

.scroll-transform {
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  -o-transition: transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}

.hamburger {
  display: none;
  padding: 0;
  -webkit-box-flex: 35px;
  -webkit-flex: 35px 0 0;
      -ms-flex: 35px 0 0px;
          flex: 35px 0 0;
  position: relative;
  top: -3px;
  cursor: pointer;
}

.hamburger.is-active .hamburger-inner {
  background: #705432;
}

.hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
  background: #705432;
}

.hamburger-box {
  display: block;
  width: 35px;
  height: 25px;
}

.hamburger-inner {
  background: #705432;
}

.hamburger-inner:after, .hamburger-inner:before {
  background: #705432;
}

.hamburger.is-active:hover, .hamburger:hover {
  opacity: 1;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  width: 100%;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  height: 3px;
}

@media not all and (min-resolution: 0.001dpcm) {
  html.is-hidden {
    margin-right: 0;
  }
}

.head-menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.head-menu li {
  display: inline-block;
}

.head-menu li.active a {
  color: #6c91c7;
  pointer-events: none;
}

.head-menu li:first-child a {
  border-left: none;
}

.head-menu li:last-child a {
  border-right: none;
}

.head-menu a {
  display: block;
  padding: .7em 1.2em;
  color: inherit;
  border-right: 1px solid #fff;
  text-transform: uppercase;
  -webkit-transition: background .3s, color .3s;
  -o-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
}

.head-menu a:hover {
  background: #fff;
  color: #3F659B;
}

.head-logo {
  -webkit-transition: height .25s;
  -o-transition: height .25s;
  transition: height .25s;
}

.head-logo img {
  max-width: 128px;
  width: 100%;
  height: auto;
  max-height: 100%;
}

.head-left_column {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.head-menu_btn {
  display: none;
  border-right: 1px solid #2f4c75;
  padding: .5em;
}

.head-center_column {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 4em;
}

.head-contact {
  -webkit-transition: height .25s;
  -o-transition: height .25s;
  transition: height .25s;
}

.head_phone-number, .head-email {
  color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "roboto";
}

.head_phone-number:hover .text, .head-email:hover .text {
  border-bottom-color: transparent;
}

.head_phone-number .text, .head-email .text {
  border-bottom: 1px dashed #fff;
  -webkit-transition: border-bottom-color .3s;
  -o-transition: border-bottom-color .3s;
  transition: border-bottom-color .3s;
}

.head_phone-number {
  margin-bottom: 1em;
}

.head-contact_icon {
  font-size: 1.5rem;
  margin-right: 7px;
}

.head-contact_icon:before {
  color: #fff;
}

.head-right_column {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.head-calculator_btn, .head-callback {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  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: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-family: 'roboto';
  width: 50%;
  height: 100px;
  border-left: 1px solid #2f4c75;
  padding-bottom: .7em;
  text-align: center;
  -webkit-transition: background .3s, height .25s;
  -o-transition: background .3s, height .25s;
  transition: background .3s, height .25s;
}

.head-calculator_btn:hover, .head-callback:hover {
  background-color: #6c91c7;
}

.head-right_icon {
  display: block;
  font-size: 2.5rem;
  margin: 0 auto .4em;
}

.head-callback {
  border-right: 1px solid #2f4c75;
}

@media only screen and (min-width: 1024px) {
  .head_phone-number:hover .head-icon:before {
    color: #C0195D;
  }
  .head_phone-number:hover .head-phone_dropdown {
    visibility: visible;
  }
}

.main-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.main-slide {
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 600px;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: cover;
          background-size: cover;
  position: relative;
}

.main-slider .slick-dots {
  bottom: 1.7em;
}

.main-slide_top-text {
  position: absolute;
  top: 1em;
  left: 0;
  right: 0;
  font-size: 1.25rem;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.slick-dots {
  padding: 0;
  text-align: center;
}

.slick-dots li {
  height: 11px;
  width: 11px;
  border: 2px solid #fff;
  background-color: transparent;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
}

.slick-dots li.slick-active {
  background: #fff;
  border-color: #fff;
}

.slick-dots li:hover {
  border-color: #fff;
}

/**category-section**/
.category-section {
  padding: 1.5em 0;
  background: url(../img/bg/catalog-bg.jpg) no-repeat center bottom;
  -webkit-background-size: cover;
          background-size: cover;
}

.category-item {
  font-size: .935rem;
  margin-bottom: 2em;
  text-transform: uppercase;
}

.category-item a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: inherit;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

.category-item a:hover {
  color: #3F659B;
}

.category-item a:hover .category-item_text {
  border-bottom-color: transparent;
}

.category-item a:hover .category-item_img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.category-item_img {
  width: 111px;
  height: 111px;
  -webkit-box-flex: 111px;
  -webkit-flex: 111px 0 0;
      -ms-flex: 111px 0 0px;
          flex: 111px 0 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: .5em;
  overflow: hidden;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.category-item_img img {
  max-width: 100%;
}

.category-item_text {
  border-bottom: 1px dashed #3a3b3c;
  -webkit-transition: border-bottom-color .3s;
  -o-transition: border-bottom-color .3s;
  transition: border-bottom-color .3s;
}

.category-item_desc {
  line-height: 1.4;
}

/***calculator-section**/
.calculator-section {
  padding: 3.7em 0 3.1em;
  background: url(../img/bg/calculator-bg.jpg) no-repeat center top;
  -webkit-background-size: cover;
          background-size: cover;
}

.calculator-form {
  padding: 2em 2.5em;
  max-width: 450px;
  position: relative;
  z-index: 1;
}

.calculator-form:after, .calculator-form:before {
  content: '';
  display: block;
  position: absolute;
  width: 60%;
  height: 45%;
  z-index: -1;
}

.calculator-form:before {
  border-left: 8px solid #6c91c7;
  border-top: 8px solid #6c91c7;
  top: 0;
  left: 0;
}

.calculator-form:after {
  border-bottom: 8px solid #6c91c7;
  border-right: 8px solid #6c91c7;
  bottom: 0;
  right: 0;
}

.form-input {
  height: 50px;
  padding: 0 1em;
  background: #fff;
  font-family: "roboto";
  color: #3a3b3c;
  border: 1px solid transparent;
  width: 100%;
  -webkit-transition: border .3s;
  -o-transition: border .3s;
  transition: border .3s;
}

.form-input:focus {
  border: 1px solid #6C91C7;
}

.form-textarea {
  height: 120px;
  padding: 0.6em 1em 0;
  background: #fff;
  font-family: "roboto";
  color: #3a3b3c;
  border: 1px solid transparent;
  outline: none;
  resize: none;
  width: 100%;
  -webkit-transition: border .3s;
  -o-transition: border .3s;
  transition: border .3s;
}

.form-textarea:focus {
  border: 1px solid #6C91C7;
}

.form-label {
  display: block;
  font-size: .935rem;
  color: #fff;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.form-submit_btn {
  width: 100%;
}

.form-group {
  margin-bottom: 1.1em;
}

.wrapper_input-form {
  position: relative;
}

.wrapper_input-form .form-input {
  padding-right: 47px;
}

.form-input_text {
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 100%;
  line-height: 50px;
  font-family: "roboto";
}

.selectric {
  height: 50px;
  border: none;
}

.selectric .label {
  height: 100%;
  line-height: 50px;
  font-size: .935rem;
  font-family: "roboto";
  color: inherit;
}

.selectric .button {
  height: 100%;
}

.selectric .button:after {
  border: 3px solid transparent;
  border-top: 5px solid #000;
}

.selectric-items ul {
  margin: 0;
}

.selectric-items ul li {
  padding: 7px 7px;
  font-size: .935rem;
  font-family: "roboto";
  color: inherit;
  margin-bottom: 0;
}

.selectric-items ul li:before {
  display: none;
}

.unified-section_title {
  margin-top: 1.4em;
  font-size: 2.1875rem;
  letter-spacing: 1.4px;
  color: #fff;
  margin-left: -.9em;
  text-transform: uppercase;
}

.unified-section_title-line {
  display: inline-block;
  height: 0;
  background: #fff;
  width: 2px;
  position: relative;
  left: 68px;
  -webkit-transition: height .8s;
  -o-transition: height .8s;
  transition: height .8s;
}

.unified-section_title-line.is-active {
  height: 85px;
}

.unified-section_title-line.is-active:before {
  width: 95px;
}

.unified-section_title-line.is-active:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.unified-section_title-line:before {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: .8s width .8s;
  -o-transition: .8s width .8s;
  transition: .8s width .8s;
}

.unified-section_title-line:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  bottom: -7px;
  right: 107px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: .5s transform 1.6s;
  -o-transition: .5s transform 1.6s;
  transition: .5s transform 1.6s;
}

.form-input_yellow-border {
  border: 4px solid #f8b725;
}

.form-input_yellow-border:focus {
  border: 4px solid #f8b725;
}

/**stages-cooperation_section**/
.stages-cooperation_section {
  padding: 3em 0  3.5em;
  background: url(../img/bg/stages-cooperation-bg.jpg) no-repeat center bottom;
  -webkit-background-size: cover;
          background-size: cover;
}

.stages-cooperation_section h2 {
  margin-bottom: 1.8em;
}

.stages-cooperation_item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: inherit;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

.stages-cooperation_item:hover .stages-cooperation_item-icon {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.stages-cooperation_item-icon {
  width: 111px;
  height: 111px;
  -webkit-box-flex: 111px;
  -webkit-flex: 111px 0 0;
      -ms-flex: 111px 0 0px;
          flex: 111px 0 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 .2em .2em 0;
  background: url(../img/bg/polygon-bg.png) no-repeat center;
  -webkit-background-size: contain;
          background-size: contain;
  font-size: 3rem;
  margin-right: .3em;
  overflow: hidden;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.stages-cooperation_item-icon:before {
  color: #44699D;
}

.stages-cooperation_item-text {
  font-size: .935rem;
  line-height: 1.4;
  text-transform: uppercase;
}

.stages-cooperation_list-number {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  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;
  background: url(../img/bg/lines-blue-bg.png) no-repeat center 50px;
  padding: 1.6em 0;
}

.stages-cooperation_list-number li {
  -webkit-box-flex: 33%;
  -webkit-flex: 33% 0 0;
      -ms-flex: 33% 0 0px;
          flex: 33% 0 0;
  max-width: 33%;
  padding-left: 3.5em;
}

.stages-cooperation_list-number li:nth-child(-n + 3) {
  margin-bottom: 5.1em;
}

.stages-cooperation_list-number li:nth-child(n + 4) {
  padding-left: 8em;
}

.stages-cooperation_list-number .digit {
  display: inline-block;
  width: 60px;
  height: 60px;
  font-size: 1.875rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  line-height: 55px;
  background-color: #f8b725;
  border: 4px solid white;
  color: #fff;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  text-align: center;
}

/**form-section**/
.form-section {
  padding: 3.7em 0;
  background: url(../img/bg/form-bg.jpg) no-repeat center top;
  -webkit-background-size: cover;
          background-size: cover;
}

.callback-form {
  padding: 2em 2.5em;
  max-width: 450px;
  position: relative;
  z-index: 1;
}

.callback-form:after, .callback-form:before {
  content: '';
  display: block;
  position: absolute;
  width: 60%;
  height: 45%;
  z-index: -1;
}

.callback-form:before {
  border-left: 8px solid #6c91c7;
  border-top: 8px solid #6c91c7;
  top: 0;
  left: 0;
}

.callback-form:after {
  border-bottom: 8px solid #6c91c7;
  border-right: 8px solid #6c91c7;
  bottom: 0;
  right: 0;
}

.wrapper_input-form_mod {
  position: relative;
}

.wrapper_input-form_mod .form-input {
  padding-left: 48px;
}

.form-input_icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.7rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  width: 45px;
  z-index: 100;
}

.form-input_icon:before {
  color: #5577A6;
}

.form-input_icon-phone:before {
  content: '';
  display: block;
  width: 17px;
  height: 30px;
  background: url(../img/icons/phone-icon.png) no-repeat center;
  -webkit-background-size: contain;
          background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

/**advantages-section**/
.advantages-section {
  padding: 3.7em 0 2em;
  background: url(../img/bg/advantages-bg.jpg) no-repeat center top;
  -webkit-background-size: cover;
          background-size: cover;
}

.advantages-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3.5em;
  margin-top: 3.3em;
}

.advantages-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  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: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1em 1em 1.5em;
  height: 194px;
  background-color: #3f659b;
  -webkit-box-flex: .935rem;
  -webkit-flex: .935rem;
      -ms-flex: .935rem;
          flex: .935rem;
  color: #fff;
  border-right: 1px solid #fff;
  text-transform: uppercase;
}

.advantages-item:nth-child(even) {
  background: #2F4C75;
}

.advantages-item_icon {
  display: block;
  margin: 0 auto .7em;
  font-size: 3.7rem;
}

.advantages-item_icon:before {
  color: #fff;
}

.advantages-item_icon.glipf-tank {
  font-size: 5.5rem;
  margin-bottom: 0em;
}

/**map-container**/
.map-container {
  height: 320px;
  border-top: 10px solid #3F659B;
  position: relative;
}

#map {
  height: 100%;
}

.map-contact {
  width: 370px;
  background-color: #3f659b;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-158%, -50%);
      -ms-transform: translate(-158%, -50%);
          transform: translate(-158%, -50%);
  z-index: 20;
}

.map-contact_title {
  background: #2F4C75;
  font-size: .935rem;
  padding: .7em;
  text-align: center;
  text-transform: uppercase;
}

.map-contact_content {
  padding: 2em;
}

.map-contact_content p {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  margin-bottom: 1.5em;
}

.map-contact_content p:last-child {
  margin-bottom: 0;
}

.map-contact_content a {
  border-bottom: 1px dashed #fff;
  color: #fff;
  -webkit-transition: border-bottom-color .3s;
  -o-transition: border-bottom-color .3s;
  transition: border-bottom-color .3s;
}

.map-contact_content a:hover {
  border-bottom-color: transparent;
}

.map-icon {
  font-size: 1.2rem;
  margin-right: .6em;
  position: relative;
  top: 3px;
}

.map-icon:before {
  color: #fff;
}

.breadcrumbs {
  padding: 1em 0;
  font-family: "roboto";
}

.breadcrumbs li {
  display: inline-block;
  margin-right: 24px;
  font-size: .75rem;
  position: relative;
}

.breadcrumbs li:after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #323232;
  border-right: 1px solid #323232;
  position: absolute;
  top: 1px;
  bottom: 0;
  right: -17px;
  margin: auto;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.breadcrumbs li:last-child {
  margin-right: 0;
}

.breadcrumbs li:last-child:after {
  display: none;
}

.breadcrumbs li:first-child a {
  position: relative;
}

.breadcrumbs a {
  color: #3f659b;
  border-bottom: 1px solid transparent;
  -webkit-transition: color .3s,border-color .3s;
  -o-transition: color .3s,border-color .3s;
  transition: color .3s,border-color .3s;
}

.breadcrumbs a:hover {
  border-bottom-color: #3f659b;
}

/**catalog-section**/
.catalog-section {
  padding: 1.2em 0;
}

.product-column {
  margin-bottom: 1.7em;
}

.product-item {
  background: #fff;
  border: 1px solid #e4e5e6;
  height: 100%;
  -webkit-transition: -webkit-box-shadow .3s;
  transition: -webkit-box-shadow .3s;
  -o-transition: box-shadow .3s;
  transition: box-shadow .3s;
  transition: box-shadow .3s, -webkit-box-shadow .3s;
}

.product-item p {
  line-height: 1.35;
  margin-bottom: .5em;
}

@media only screen and (min-width: 1024px) {
  .product-item:hover {
    -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.3);
            box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.3);
  }
}

.product-item_img {
  height: 270px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #e4e5e6;
  padding: .5em;
  overflow: hidden;
}

.product-item_img:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.product-item_img img {
  max-width: 100%;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.product-item_desc {
  padding: 1em 1em 0;
}

.product-item_title {
  margin: 0 0 .4em 0;
  font-size: 1.25rem;
  color: #3f659b;
  text-transform: uppercase;
}

.product-item_read-more {
  font-size: .935rem;
  color: #3f659b;
  border-bottom: 1px dashed #3f659b;
  -webkit-transition: border-bottom-color .3s;
  -o-transition: border-bottom-color .3s;
  transition: border-bottom-color .3s;
}

.product-item_read-more:hover {
  border-bottom-color: transparent;
  color: #3f659b;
}

.product-item_order-btn {
  display: block;
  margin: 1.4em -1.1em 0;
  -webkit-border-radius: 0;
          border-radius: 0;
}

.continue-shopping_btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: .7em 0;
  margin: 2em 1em 0;
  color: #fff;
  font-size: .935rem;
  text-transform: uppercase;
}

.continue-shopping_btn a {
  color: inherit;
  padding-right: 1em;
  border-bottom: 1px dashed #fff;
  -webkit-transition: border-bottom-color .3s;
  -o-transition: border-bottom-color .3s;
  transition: border-bottom-color .3s;
}

.continue-shopping_btn a:hover {
  border-bottom-color: transparent;
}

.cart-icon {
  margin-left: .2em;
  font-size: 1.3rem;
}

.cart-icon:before {
  color: #fff;
}

.order-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 4px;
}

.order-table td {
  vertical-align: middle;
  border-bottom: 1px solid #e4e5e6;
  border-top: 1px solid #e4e5e6;
}

.order-table td:nth-child(2) {
  width: 60%;
}

.order-table td:first-child {
  border-left: 1px solid #e4e5e6;
  width: 50px;
}

.order-table td:last-child {
  border-right: 1px solid #e4e5e6;
}

.wrapper_order-table {
  background: #fff;
  padding: 1em 1.5em;
}

.order-product_img {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  padding: 2px;
  border-right: 1px solid #e4e5e6;
}

.order-product_img img {
  max-width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .order-product_img img {
    width: 100%;
  }
}

.order-product_title {
  display: inline-block;
  color: #3f659b;
  font-size: .935rem;
  padding: .2em 1em;
  text-transform: uppercase;
}

.wrapper-counter-btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 130px;
  height: 24px;
  overflow: hidden;
}

.wrapper-counter-btn .counter-back, .wrapper-counter-btn .counter-forward {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 100%;
  -webkit-box-flex: 24px;
  -webkit-flex: 24px 0 0;
      -ms-flex: 24px 0 0px;
          flex: 24px 0 0;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 1px solid #3f659b;
  line-height: 15px;
  padding-bottom: 1px;
  font-size: 1.3rem;
  font-family: "roboto";
  color: #3f659b;
  background: transparent;
  text-align: center;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
}

.wrapper-counter-btn .counter-back:hover, .wrapper-counter-btn .counter-forward:hover {
  background: #9cb4d7;
}

.wrapper-counter-btn .counter-back {
  padding-bottom: 3px;
  font-size: 2.2rem;
}

.wrapper-counter-btn .wrapper_product_count {
  position: relative;
  width: -webkit-calc(100% - 50px);
  width: calc(100% - 50px);
}

.wrapper-counter-btn .product-count_text {
  position: absolute;
  right: 0;
  top: 0;
  font-family: "roboto";
  font-size: .75rem;
  line-height: 22px;
  display: none;
}

.wrapper-counter-btn .product-count {
  width: 100%;
  line-height: 24px;
  font-size: .935rem;
  font-family: "roboto";
  background: #ffffff;
  height: 100%;
  text-align: center;
}

.order-product_remove-btn {
  display: inline-block;
  color: #A9AAAB;
  font-size: 1.5rem;
  cursor: pointer;
  position: relative;
  top: 2px;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

.order-product_remove-btn:hover {
  color: #2F4C75;
}

.order-product_remove-btn .glipf-cancel-button {
  display: block;
}

/**contact-section**/
.contact-section {
  padding: 1em 0 4em;
  font-size: .95rem;
}

.contact-intelligence {
  margin: 3.5em 0;
  font-family: "roboto";
}

.contact-section_info p {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.7em;
}

.contact-section_info p:last-child {
  margin-bottom: 0;
}

.contact-section_info a {
  border-bottom: 1px dashed #3a3b3c;
  color: #3a3b3c;
  -webkit-transition: border-bottom-color .3s;
  -o-transition: border-bottom-color .3s;
  transition: border-bottom-color .3s;
}

.contact-section_info a:hover {
  border-bottom-color: transparent;
}

.contact-icon {
  font-size: 1.2rem;
  margin-right: .6em;
  position: relative;
  top: 3px;
}

.contact-icon:before {
  color: #3F659B;
}

.about-us_section {
  padding: 1em 0 3em;
}

.about-us_section p {
  margin-bottom: 1.7em;
}

.certificates-slider {
  padding: 0 3em;
}

.slick-next, .slick-prev {
  border-width: 8px;
  border-color: #3F659B;
  width: 35px;
  height: 35px;
  top: 45%;
}

.slick-next:hover, .slick-prev:hover {
  border-color: #7899c8;
}

.certificate-item {
  padding: 0 .5em;
  text-align: center;
}

.certificate-item img {
  display: inline-block;
  max-width: 100%;
}

.product-section {
  padding: 1em 0 3em;
}

.product-section p {
  margin-bottom: 1.7em;
}

.product-details_img {
  padding: 1em 0;
  text-align: center;
}

.product-details_img img {
  max-width: 100%;
  max-height: 100%;
}

.product-details_title {
  font-size: 1.5rem;
  font-family: "roboto";
  font-weight: 600;
  margin: 1.5em 0 .4em;
}

/**main-footer**/
.main-footer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #fff;
  font-size: .935rem;
  background: #2F4C75;
}

.footer-logo {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  margin-bottom: 2px;
}

.footer-logo img {
  max-width: 189px;
  width: 100%;
}

.copyright {
  padding-left: 2em;
  font-size: .75rem;
  font-family: "roboto";
}

.footer-menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-menu li {
  display: inline-block;
}

.footer-menu li.active a {
  color: #6c91c7;
  pointer-events: none;
}

.footer-menu li:first-child a {
  border-left: none;
}

.footer-menu li:last-child a {
  border-right: none;
}

.footer-menu a {
  display: block;
  padding: .5em 1.2em;
  color: inherit;
  border-right: 1px solid #fff;
  text-transform: uppercase;
  -webkit-transition: background .3s, color .3s;
  -o-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
}

.footer-menu a:hover {
  background: #fff;
  color: #3F659B;
}

.footer-vk_link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px;
  height: 100px;
  float: right;
  background-color: #3f659b;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
}

.footer-vk_link:hover {
  background: #385989;
}

.footer-vk_icon {
  font-size: 2rem;
}

.footer-studio {
  font-family: "roboto";
}

.footer-studio a {
  color: inherit;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom-color .3s;
  -o-transition: border-bottom-color .3s;
  transition: border-bottom-color .3s;
}

.footer-studio a:hover {
  border-bottom-color: #fff;
}

.footer-center-column {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.scroll-to-top {
  display: block;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #40659C;
  cursor: pointer;
  position: fixed;
  left: 20px;
  bottom: 20px;
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: opacity 0.6s, -webkit-transform 0.4s;
  transition: opacity 0.6s, -webkit-transform 0.4s;
  -o-transition: transform 0.4s, opacity 0.6s;
  transition: transform 0.4s, opacity 0.6s;
  transition: transform 0.4s, opacity 0.6s, -webkit-transform 0.4s;
  z-index: 100;
}

.scroll-to-top:after {
  content: "";
  display: block;
  height: 30%;
  width: 30%;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  top: 4px;
  bottom: 0;
  left: -1px;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.scroll-to-top:hover {
  opacity: 0.7;
}

.scroll-to-top.is-hidden {
  display: none;
}

.scroll-to-top-visible {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.mobile-visible {
  display: none;
}

.modal-dialog {
  max-width: 830px;
}

.modal-content {
  border: none;
  background-color: #2f4c75;
}

button.close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  color: #6c91c7;
  font-size: 1.2rem;
  text-shadow: none;
  font-weight: 400;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
  z-index: 20;
}

button.close:hover {
  color: #91add5;
}

.modal-backdrop {
  background: rgba(0, 0, 0, 0.8);
}

.modal-open {
  margin-right: 17px;
}

.popup-form {
  padding: 1.5em;
}

.calculator-popup_form {
  padding: 1.5em;
}

.popup-form_submit-btn {
  display: block;
  margin: 0 auto;
  max-width: 370px;
  width: 100%;
}

.input-file {
  padding-left: 50px;
  display: block;
  height: 50px;
  position: relative;
  background: #fff;
  font-family: "roboto";
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  width: 100%;
}

.input-file .button {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  float: none;
  margin: 0;
  background-color: transparent;
  text-align: center;
  cursor: pointer !important;
  overflow: hidden;
}

.input-file .button:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.input-file .button input {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  color: #808080;
  font-size: 30px;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.input-file-text {
  width: 100%;
  height: 100%;
  border: none;
  padding: 0 1em;
  font-size: .875rem;
  background-color: transparent;
}

@media not all and (min-resolution: 0.001dpcm) {
  .modal-open {
    margin-right: 0;
  }
  .ui-header.is-overflow {
    margin-right: 0;
  }
}

.tablet-visible {
  display: none;
}

.mobile-visible {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .head-center_column {
    padding-right: 15px;
  }
  .head-menu a {
    padding: .3em .5em;
  }
  .head-calculator_btn, .head-callback {
    font-size: .75rem;
  }
  .category-item_text {
    font-size: .835rem;
  }
  .unified-section_title {
    margin-left: 0;
  }
  .unified-section_title-line {
    left: 105px;
  }
  .stages-cooperation_list-number {
    -webkit-background-size: contain;
            background-size: contain;
  }
  .stages-cooperation_list-number li:nth-child(-n + 3) {
    margin-bottom: 3.1em;
  }
  .map-contact {
    -webkit-transform: translate(-128%, -50%);
        -ms-transform: translate(-128%, -50%);
            transform: translate(-128%, -50%);
  }
  .modal-open {
    margin-right: 0;
  }
  .ui-header.is-overflow {
    margin-right: 0;
  }
}

@media only screen and (max-width: 992px) {
  .global-pad {
    padding-top: 73px;
  }
  .ui-header {
    position: relative;
    border-top-width: 10px;
  }
  .ui-header [class^="col-"] {
    position: static;
  }
  .fixed-menu {
    position: fixed;
  }
  .fixed-menu {
    padding: 0;
  }
  .fixed-menu .head-contact {
    height: auto;
    overflow: visible;
  }
  .fixed-menu .head-menu_btn {
    padding: .3em;
  }
  .fixed-menu .head_phone-number, .fixed-menu .head-email {
    height: 50px;
    width: 50px;
  }
  .fixed-menu .head-logo {
    height: auto;
  }
  .head-mobile_menu {
    display: none;
    position: absolute !important;
    left: 0;
    top: 100%;
    background: #2F4C75;
    width: 100%;
    z-index: 100;
  }
  .head-mobile_menu .tablet-visible {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 1em;
  }
  .head-calculator_btn, .head-callback {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    width: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: .935rem;
    min-height: auto;
    padding: 1em 0;
  }
  .head-contact_icon {
    margin: 0;
  }
  .head-right_icon {
    font-size: 2rem;
    margin: 0 .3em 0 0;
  }
  .head-menu_btn {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 2rem;
    margin-right: .5em;
    height: 100%;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
  }
  .head-menu_btn.is-active {
    background: #6C91C7;
  }
  .head-nav {
    border-bottom: 1px solid #fff;
    padding: 2em 0 1em 1em;
  }
  .head-contact {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    font-size: 0;
  }
  .head-center_column {
    display: block;
  }
  .head-left_column {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .head-logo {
    -webkit-box-flex: 3;
    -webkit-flex: 3;
        -ms-flex: 3;
            flex: 3;
    text-align: center;
  }
  .head-logo a {
    display: inline-block;
  }
  .head_phone-number, .head-email {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 73px;
    width: 73px;
    border-left: 1px solid #2f4c75;
  }
  .head-email {
    border-right: 1px solid #2f4c75;
  }
  .head-menu {
    display: block;
  }
  .head-menu li {
    display: block;
  }
  .head-menu a {
    border: none;
  }
  .tablet-visible {
    display: block;
  }
  .tablet-hidden {
    display: none;
  }
  .main-page_title {
    font-size: 3rem;
  }
  .category-item a {
    display: block;
    text-align: center;
  }
  .category-item_img {
    display: block;
    margin: 0 auto .5em;
  }
  .stages-cooperation_item {
    display: block;
    text-align: center;
  }
  .stages-cooperation_item-text {
    font-size: .835rem;
  }
  .stages-cooperation_item-icon {
    margin: 0 auto .3em;
  }
  .stages-cooperation_list-number li {
    padding: 0 1em 0 0;
    text-align: center;
  }
  .stages-cooperation_list-number li:nth-child(n + 4) {
    padding: 0 1em 0 0;
  }
  .stages-cooperation_list-number li:nth-child(-n + 3) {
    margin-bottom: 1.7em;
  }
  .advantages-item {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 33.33%;
    -webkit-flex: 33.33% 0 0;
        -ms-flex: 33.33% 0 0px;
            flex: 33.33% 0 0;
    text-align: center;
  }
  .advantages-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .map-contact {
    -webkit-transform: translate(-99%, -50%);
        -ms-transform: translate(-99%, -50%);
            transform: translate(-99%, -50%);
  }
  .advantages-item_icon.glipf-tank {
    margin-bottom: .2em;
  }
  .footer-center-column {
    display: block;
  }
  .footer-menu li:first-child a {
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .main-slide {
    height: 400px;
  }
  .unified-section_title {
    margin-top: 0;
    border-bottom: 1px solid #fff;
    margin-bottom: 1em;
  }
  .unified-section_title-line {
    display: none;
  }
  .unified-section_title {
    text-align: center;
  }
  .unified-section_title .min {
    display: inline;
  }
  .calculator-form, .callback-form {
    margin: 0 auto;
  }
  .stages-cooperation_list-number .digit {
    width: 45px;
    height: 45px;
    font-size: 1.25rem;
    line-height: 40px;
  }
  .map-contact {
    width: 250px;
    -webkit-transform: translate(-105%, -50%);
        -ms-transform: translate(-105%, -50%);
            transform: translate(-105%, -50%);
  }
  .mobile-visible {
    display: block;
  }
  .mobile-hidden {
    display: none;
  }
  .copyright {
    padding-left: 0;
    font-size: .5rem;
    text-align: center;
  }
  .footer-menu {
    display: inline-block;
    text-align: left;
  }
  .footer-menu a {
    border: none;
  }
  .footer-logo img {
    max-height: 50px;
    margin-bottom: 7px;
  }
  .main-slide_top-text {
    font-size: 1.2rem;
  }
  h1, h2 {
    font-size: 1.35rem;
  }
  .footer-menu li {
    display: block;
    margin-bottom: 5px;
  }
  .footer-menu a {
    padding: 0;
  }
}

@media only screen and (max-width: 576px) {
  h1, h2 {
    display: block;
    font-size: 1rem;
    text-align: center;
  }
  h1 .title-text, h2 .title-text {
    display: block;
  }
  h1 .title-icon, h2 .title-icon {
    display: none;
  }
  .main-page_title {
    font-size: 1rem;
    padding-bottom: 1.2em;
    -webkit-background-size: contain;
            background-size: contain;
  }
  .main-slide {
    height: 159px;
  }
  .category-item_img {
    height: 56px;
    width: 56px;
  }
  .category-item_text {
    display: inline-block;
    font-size: .625rem;
    text-align: center;
  }
  .unified-section_title {
    font-size: 1rem;
  }
  .calculator-section {
    padding: 1.5em 0 9em;
    background: url(../img/bg/calculator-mobile-bg.jpg) no-repeat center bottom;
    -webkit-background-size: cover;
            background-size: cover;
  }
  .form-input {
    height: 30px;
  }
  .selectric {
    height: 30px;
  }
  .selectric .label {
    line-height: 30px;
  }
  .form-label {
    font-size: .625rem;
  }
  .calculator-form {
    padding: 1em;
  }
  .calculator-form:before, .calculator-form:after {
    border-width: 4px;
  }
  .form-input_text {
    line-height: 30px;
  }
  .stages-cooperation_item-icon {
    width: 56px;
    height: 56px;
    font-size: 1.5rem;
  }
  .stages-cooperation_item-text {
    display: inline-block;
    font-size: .625rem;
    line-height: 1.2;
  }
  .stages-cooperation_content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .stages-cooperation_content .row {
    max-width: 50%;
    -webkit-box-flex: 50%;
    -webkit-flex: 50% 0 0;
        -ms-flex: 50% 0 0px;
            flex: 50% 0 0;
  }
  .stages-cooperation_content .col-4 {
    max-width: 100%;
    -webkit-box-flex: 100%;
    -webkit-flex: 100% 0 0;
        -ms-flex: 100% 0 0px;
            flex: 100% 0 0;
  }
  .stages-cooperation_list-number {
    -webkit-box-flex: 10%;
    -webkit-flex: 10% 0 0;
        -ms-flex: 10% 0 0px;
            flex: 10% 0 0;
    display: block;
    background: none;
    position: relative;
    padding: 0 1.2em;
    z-index: 1;
    text-align: center;
  }
  .stages-cooperation_list-number:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -webkit-calc(50% - 2px);
    left: calc(50% - 2px);
    height: 100%;
    width: 2px;
    background-color: #3f659b;
    z-index: -1;
  }
  .stages-cooperation_list-number li {
    padding: 0;
    margin-bottom: 3em !important;
  }
  .stages-cooperation_list-number li:nth-child(n + 4) {
    padding: 0;
  }
  .stages-cooperation_item {
    padding-top: 2.5em;
    text-align: left;
  }
  .stages-cooperation_item-left {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    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-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-top: 0;
    margin-bottom: 1.5em;
  }
  .stages-cooperation_item-left .min {
    display: inline;
  }
  .stages-cooperation_item-left .stages-cooperation_item-text {
    text-align: right;
  }
  .stages-cooperation_item-icon {
    -webkit-box-flex: 56px;
    -webkit-flex: 56px 0 0;
        -ms-flex: 56px 0 0px;
            flex: 56px 0 0;
    margin: 0 0 .3em 0;
  }
  .stages-cooperation_list-number .digit {
    width: 25px;
    height: 25px;
    font-size: .75rem;
    border-width: 2px;
    line-height: 23px;
  }
  .stages-cooperation_section {
    padding: 1.5em 0;
  }
  .form-section {
    padding: 1.5em 0 9em;
    background: url(../img/bg/form-mobile-bg.jpg) no-repeat center bottom;
    -webkit-background-size: cover;
            background-size: cover;
  }
  .form-input_icon {
    height: 30px;
    font-size: 1.3rem;
  }
  .callback-form {
    padding: 1em;
  }
  .callback-form:before, .callback-form:after {
    border-width: 4px;
  }
  .main-btn {
    height: 30px;
    font-size: .625rem;
    line-height: 30px;
  }
  .form-group {
    margin-bottom: .5em;
  }
  .advantages-item {
    -webkit-box-flex: 50%;
    -webkit-flex: 50% 0 0;
        -ms-flex: 50% 0 0px;
            flex: 50% 0 0;
    max-width: 50%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: .625rem;
    height: 60px;
    text-align: left;
  }
  .advantages-item .min {
    display: inline;
  }
  .advantages-item:nth-child(even) {
    background: #3f659b;
  }
  .advantages-item:nth-child(2), .advantages-item:nth-child(3), .advantages-item:nth-child(6) {
    background: #2F4C75;
  }
  .advantages-item_icon {
    font-size: 1.9rem;
    margin: 0 .3em 0 0;
    -webkit-box-flex: 35px;
    -webkit-flex: 35px 0 0;
        -ms-flex: 35px 0 0px;
            flex: 35px 0 0;
  }
  .advantages-item_icon.glipf-tank {
    font-size: 2.2rem;
  }
  .advantages-list {
    margin: 1em 0;
  }
  .advantages-section {
    padding: 1.5em 0 .5em;
  }
  p {
    font-size: .82rem;
    margin-bottom: .7em;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  .category-item {
    margin-bottom: 1em;
  }
  .map-container {
    border: none;
    height: 500px;
  }
  .map-contact {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    left: 0;
    top: 0;
    width: 100%;
  }
  .map-contact p {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-menu a {
    font-size: .625rem;
  }
  .footer-vk_link {
    width: 70px;
    height: 90px;
  }
  .scroll-to-top {
    opacity: .7;
    -webkit-border-radius: 100%;
            border-radius: 100%;
    width: 25px;
    height: 25px;
    right: 18px;
    left: auto;
  }
  .scroll-to-top:before {
    content: '';
    display: block;
    width: 140%;
    height: 140%;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    border: 2px solid #40659C;
    position: absolute;
    top: -5px;
    left: -5px;
    z-index: -1;
  }
  .scroll-to-top:after {
    left: 0;
    top: 2px;
  }
  .head_phone-number, .head-email {
    height: 40px;
  }
  .head-menu_btn {
    padding: .5em;
    font-size: 1.3rem;
  }
  .head-center_column {
    padding-right: 0;
  }
  .head-left_column {
    padding-left: 0;
  }
  .head-contact_icon {
    font-size: 1.2rem;
  }
  .head-logo {
    padding-left: 10%;
  }
  .head-menu a {
    font-size: .82rem;
  }
  .head-right_icon {
    font-size: 1.2rem;
  }
  .product-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: .5em;
  }
  .product-item p {
    font-size: .75rem;
    line-height: 1.25;
    margin-bottom: .15em;
  }
  .product-item_img {
    -webkit-box-flex: 80px;
    -webkit-flex: 80px 0 0;
        -ms-flex: 80px 0 0px;
            flex: 80px 0 0;
    height: 80px;
    border: 1px solid #e4e5e6;
  }
  .product-item_desc {
    -webkit-flex-basis: -webkit-calc(100% - 80px);
        -ms-flex-preferred-size: calc(100% - 80px);
            flex-basis: calc(100% - 80px);
    padding: 0 .7em;
  }
  .product-item_order-btn {
    margin-left: 0;
    margin-right: 0;
    max-width: 120px;
    margin-top: .75em;
  }
  .product-item_title {
    font-size: .75rem;
    margin-bottom: .3em;
  }
  .product-item_read-more {
    font-size: .75rem;
  }
  .product-column {
    margin-bottom: -1px;
  }
  .breadcrumbs {
    padding-bottom: 0;
  }
  .order-product_title {
    font-size: .75rem;
  }
  .order-table .wrapper-counter-btn {
    width: 85px;
  }
  .order-table .counter-back, .order-table .counter-forward {
    display: none;
  }
  .order-table .wrapper_product_count {
    width: 100%;
    border: 1px solid #f8b725;
  }
  .order-table .product-count {
    text-align: left;
    padding: 0 19px 0 10px;
  }
  .order-table .product-count_text {
    display: block;
  }
  .order-product_remove-btn {
    font-size: 1rem;
    margin-left: 5px;
  }
  .order-table td:last-child {
    vertical-align: top;
  }
  .wrapper_order-table {
    padding: .5em;
  }
  .continue-shopping_btn {
    font-size: .75rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .cart-icon {
    display: none;
  }
  .main-slide_top-text {
    font-size: .65rem;
  }
  .main-slider .slick-dots {
    bottom: .7em;
  }
  .ui-header {
    border-top-width: 5px;
  }
  .form-input_icon-phone:before {
    width: 15px;
    height: 23px;
  }
  .input-file {
    height: 30px;
    padding-left: 30px;
  }
}

@media only screen and (max-width: 430px) {
  .category-section .col-3 {
    max-width: 33.333%;
    -webkit-box-flex: 33.333%;
    -webkit-flex: 33.333% 0 0;
        -ms-flex: 33.333% 0 0px;
            flex: 33.333% 0 0;
  }
  .product-item_order-btn {
    height: 20px;
    font-size: .625rem;
    line-height: 20px;
    max-width: 80px;
  }
  .contact-intelligence {
    margin: 1em 0;
    font-size: .82rem;
  }
  .contact-section_info p {
    margin-bottom: .7em;
  }
  .contact-section {
    padding-bottom: 1em;
  }
  .contact-icon {
    font-size: 1rem;
  }
  .map-container_mod {
    height: 300px;
  }
  .certificates-slider {
    padding: 0 1em;
  }
  .slick-next, .slick-prev {
    width: 25px;
    height: 25px;
    border-width: 3px;
  }
  .about-us_section {
    padding-bottom: 1.5em;
  }
  .about-us_section p {
    margin-bottom: .7em;
  }
  .product-details_img {
    height: 140px;
  }
  .product-section p {
    margin-bottom: .7em;
  }
  .product-details_title {
    font-size: 1rem;
    margin-top: 1em;
  }
  .product-section {
    padding-bottom: 1.5em;
  }
  .footer-studio {
    font-size: .75rem;
  }
}
