html {
  min-height: 100vh;
}

html.is-hidden {
  overflow: hidden;
}

body {
  background: #fff;
  font-family: 'roboto', Arial, Verdana, Tahoma, sans-serif;
  font-size: 18px;
  line-height: 1.3;
  color: #2b2b2b;
  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;
  overflow: hidden;
}

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

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 {
  line-height: 1.4;
  margin-bottom: 1em;
}

a {
  text-decoration: none;
  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;
}

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

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

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

.text-upper {
  text-transform: uppercase;
}

.min {
  display: block;
}

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

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

ul:not([class]) {
  margin: 0 0 1em;
  list-style-type: disc;
  padding-left: 15px;
}

ul:not([class]) li {
  margin-bottom: 5px;
}

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

ol:not([class]) {
  margin: 0 0 1em;
  padding-left: 15px;
  list-style-type: decimal;
}

ol:not([class]) li {
  margin-bottom: 5px;
}

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

.main-btn {
  display: inline-block;
  min-width: 226px;
  height: 50px;
  line-height: 50px;
  background-color: #3ebbf3;
  padding: 0 1em;
  color: #fff;
  text-align: center;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
  white-space: nowrap;
}

.main-btn:hover {
  background-color: #0faaef;
}

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

.gray-btn {
  display: inline-block;
  min-width: 251px;
  height: 55px;
  line-height: 55px;
  background-color: #9e9e9e;
  padding: 0 1em;
  color: #fff;
  text-align: center;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
  white-space: nowrap;
}

.gray-btn:hover {
  background-color: #858585;
}

.gray-btn:active {
  -webkit-box-shadow: inset 1px 2px #525252;
          box-shadow: inset 1px 2px #525252;
  border-top: 1px solid #525252;
}

h2, .section-title {
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1.1;
  color: #3d3c3c;
  margin-bottom: 1.5em;
  padding-left: .6em;
  border-left: 6px solid #3ebbf3;
  text-transform: uppercase;
}

h1 {
  font-size: 1.875rem;
  font-weight: 800;
  color: #fff;
  margin-top: 0;
  line-height: 1.15;
  margin-bottom: 1em;
  text-transform: uppercase;
}


.unified-text-section h1,
h3,
.title-h3 {
  color: #2b2b2b;
  font-size: 1.875rem;
  font-weight: 800;
  margin: 0 0 1.6em;
}

.white-title {
  color: #fff;
}

.blue-color {
  color: #24a6d7;
}

@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: 'roboto';
  src: url("../fonts/Roboto-Regular/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'roboto';
  src: url("../fonts/Roboto-Bold/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold/Roboto-Bold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'roboto';
  src: url("../fonts/Roboto-Medium/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium/Roboto-Medium.ttf") format("truetype");
  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-place-2:before {
  content: "\e918";
}

.glipf-clock-2:before {
  content: "\e917";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.glipf-search:before {
  content: "\e90f";
}

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

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

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

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

.wrapper-loader {
  background: #24A5D8;
  z-index: 1000;
}

/*****HEADER*****/
.ui-header {
  position: relative;
  z-index: 50;
}

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

.main-head {
  padding: 1.3em 0 .6em;
}

.main-head_left-column, .main-head_right-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;
}

.head-logo {
  margin-right: .6em;
  position: relative;
}

.head-logo img {
  max-width: 100%;
}

.head_phone-box {
  margin-right: auto;
display:flex;
align-items: center;
}

.head_phone-number {
  color: #363637;
  white-space: nowrap;
  line-height: 40px;
}

.head_callback-btn a {
  color: #3dbdf4;
  font-size: 1rem;
  font-weight: 600;
}

.head_callback-btn .text {
  border-bottom: 1px solid #3dbdf4;
  -webkit-transition: border-bottom-color .3s;
  -o-transition: border-bottom-color .3s;
  transition: border-bottom-color .3s;
}

.head_callback-btn:hover .text {
  border-bottom-color: transparent;
}

.head_callback-btn .glipf-call-answer {
  position: relative;
  top: 2px;
  font-size: .8rem;
  margin-right: 5px;
}

.fixed-menu {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 4px 15px rgba(4, 6, 4, 0.06);
          box-shadow: 0 4px 15px rgba(4, 6, 4, 0.06);
  background: #fff;
  padding: 0;
  -webkit-transform: translate3d(0, -100px, 0);
          transform: translate3d(0, -100px, 0);
  visibility: visible !important;
  width: 100%;
  z-index: 100;
}

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

.fixed-menu .head-logo {
  top: 0;
}

.fixed-menu .main-head {
  padding: 0;
}

.fixed-menu .main-head_left-column, .fixed-menu .main-head_right-column {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.fixed-menu .head_callback-btn {
  display: none;
}

.fixed-menu .head_opening-hours {
  display: none;
}

.fixed-menu .fixed-menu_hamburger {
  display: block;
  margin: 0 1em;
}

.fixed-menu .dropdown-submenu {
/*  border-right: 1px solid #D1D1D1;
  border-bottom: 1px solid #D1D1D1;*/
}

.fixed-menu .head_form-search_input {
  border-left: none;
  border-right: none;
  border-top: none;
  background-color: transparent;
  -webkit-border-radius: 0;
          border-radius: 0;
}

.fixed-menu .head_form-search_input:focus {
  border: none;
  border-bottom: 1px solid  #24A5D8;
}

.fixed-menu .fixed-menu_catalog {
  display: block;
}

.fixed-menu .head_form-search {
  max-width: 250px;
}

.fixed-menu .head-nav {
  display: none;
  background: #073E71;
  position: absolute;
  top: 100%;
  left: 0;
  left: 0;
  width: 100%;
  max-height: 100vh;
  overflow: hidden;
  overflow-y: auto;
}

.fixed-menu .head-menu_catalog-item {
  display: none;
}

.fixed-menu .dropdown-content {
  -webkit-transform: skew(0) translate(0, 15px);
      -ms-transform: skew(0) translate(0, 15px);
          transform: skew(0) translate(0, 15px);
  left: 0;
}

.fixed-menu .dropdown-submenu_img {
  display: none !important;
}

.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;
}

.head_opening-hours {
  font-size: .75rem;
  color: #828282;
  margin-right: 5%;
}

.head_opening-hours strong {
  font-weight: 600;
  color: #363637;
}

.fixed-menu_catalog {
  display: none;
}

.fixed-menu_catalog.is-active .dropdown-content {
  visibility: visible;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.head_select-city {
  display: inline-block;
  margin-top: -7px;
  margin-right: 3%;
  color: #363637;
  white-space: nowrap;
}

.select-city_btn {
  font-size: .75rem;
  border-bottom: 1px dashed #3EBBF4;
  -webkit-transition: border-bottom-color .3s;
  -o-transition: border-bottom-color .3s;
  transition: border-bottom-color .3s;
}

.select-city_btn:hover {
  border-bottom-color: transparent;
}

.select-city_field {
  margin-top: 1px;
  font-weight: 800;
}

.modal-dialog-city {
  max-width: 600px;
}

.modal-content {
  background: #fff;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.13);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.13);
  padding: 1.5em 2.5em;
}

.modal {
  z-index: 200;
}

.modal-city_list-unstyled li {
  margin-bottom: 1em;
  cursor: pointer;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

.modal-city_list-unstyled li:hover {
  color: #3EBBF3;
}

.uhified_close-btn {
  width: 37px;
  height: 37px;
  position: absolute;
  top: .2em;
  right: .2em;
  left: auto;
  opacity: 1 !important;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: border-color .3s;
  -o-transition: border-color .3s;
  transition: border-color .3s;
}

.uhified_close-btn:hover {
  border-color: #3EBBF3 !important;
}

.uhified_close-btn:hover:after, .uhified_close-btn:hover:before {
  background: #3EBBF3;
}

.uhified_close-btn:after, .uhified_close-btn:before {
  content: '';
  display: block;
  background-color: #595959;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
}

.uhified_close-btn:after {
  width: 100%;
  height: 6px;
}

.uhified_close-btn:before {
  height: 100%;
  width: 6px;
}

.head-nav {
  background: #073E71;
}

.head-menu {
  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;
}

.head-menu_item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-right: 2px solid #fff;
  position: relative;
  -webkit-transform: skew(-45deg);
      -ms-transform: skew(-45deg);
          transform: skew(-45deg);
}

.head-menu_item.active {
  background: #24A6D7;
}

.head-menu_item:first-child {
  -webkit-box-flex: .8;
  -webkit-flex: .8;
      -ms-flex: .8;
          flex: .8;
}

.head-menu_item:last-child {
  border-right: none;
  position: relative;
  -webkit-box-flex: .65;
  -webkit-flex: .65;
      -ms-flex: .65;
          flex: .65;
  z-index: 1;
}

.head-menu_item:last-child > a {
  position: relative;
  z-index: 1;
}

.head-menu_item:last-child > a:hover {
  background-color: transparent;
}

.head-menu_item:last-child > a:hover:before {
  background: #24A5D8;
}

.head-menu_item:last-child > a:before {
  content: '';
  display: block;
  height: 100%;
  width: 1000%;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  z-index: -1;
}

.head-menu_item:last-child.active:before {
  content: '';
  display: block;
  height: 100%;
  width: 1000%;
  background: #24A5D8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.head-menu_item > a {
  display: block;
  padding: 1.35em 1em;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
}

.head-menu_item > a:hover {
  background: #24A6D7;
}

.fixed-panel_catalog-btn {
  display: block;
  background: #073E71;
  height: 100%;
  padding: 1.35em 3em;
  color: #fff;
  -webkit-transform: skew(-45deg);
      -ms-transform: skew(-45deg);
          transform: skew(-45deg);
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
}

.fixed-panel_catalog-btn:hover {
  background: #24A6D7;
}

.head-menu_catalog-item {
  position: relative;
  z-index: 1;
}

.head-menu_catalog-item > a {
  position: relative;
  z-index: 1;
}

.head-menu_catalog-item > a:hover {
  background-color: transparent;
}

.head-menu_catalog-item > a:hover:before {
  background: #24A5D8;
}

.head-menu_catalog-item > a:before {
  content: '';
  display: block;
  height: 100%;
  width: 1000%;
  background: tarnsaprent;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  z-index: -1;
}

.head-menu_catalog-item.active:before {
  content: '';
  display: block;
  height: 100%;
  width: 1000%;
  background: #24A5D8;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.head-menu_catalog-item.is-active .dropdown-content {
  visibility: visible;
  -webkit-transform: skew(45deg) translate(0, 0);
      -ms-transform: skew(45deg) translate(0, 0);
          transform: skew(45deg) translate(0, 0);
}

.head-menu_text {
  display: block;
  -webkit-transform: skew(45deg);
      -ms-transform: skew(45deg);
          transform: skew(45deg);
}

.head_form-search {
  max-width: 375px;
  height: 43px;
  position: relative;
  width: 100%;
}

.head_form-search .wrapper_submit-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 100%;
}

.head_form-search .wrapper_submit-btn:hover .glipf-search {
  color: #3EBBF3;
}

.head_form-search .glipf-search {
  position: absolute;
  top: 0;
  left: 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;
  padding-top: 1px;
  font-size: 1.3rem;
  width: 100%;
  height: 100%;
  color: #B7B7B7;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

.form-search_submit-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 2;
}

.head_form-search_input {
  width: 100%;
  height: 100%;
  background-color: #fafafa;
  border: 1px solid #b2b2b2;
  padding: 0 50px 0 1em;
  line-height: 43px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  -webkit-transition: border .3s;
  -o-transition: border .3s;
  transition: border .3s;
}

.head_form-search_input:focus {
  border: 1px solid  #24A5D8;
}

.head_form-search_input::-webkit-input-placeholder {
  color: #a9a9a9;
  font-size: .75rem;
}

.head_form-search_input::-moz-placeholder {
  color: #a9a9a9;
  font-size: .75rem;
}

.head_form-search_input::-ms-input-placeholder {
  color: #a9a9a9;
  font-size: .75rem;
}

.head_form-search_input::input-placeholder {
  color: #a9a9a9;
  font-size: .75rem;
}

.dropdown-content {
  position: absolute;
  top: 100%;
  left: 150%;
  min-width: 318px;
  background-color: white;
  -webkit-box-shadow: 0 0 4px 1px rgba(0, 1, 5, 0.16);
          box-shadow: 0 0 4px 1px rgba(0, 1, 5, 0.16);
  -webkit-transform: skew(45deg) translate(0, 15px);
      -ms-transform: skew(45deg) translate(0, 15px);
          transform: skew(45deg) translate(0, 15px);
  visibility: hidden;
  z-index: 50;
}

/* Scroll bar style */
.dropdown-content .dropdown-menu,
.dropdown-content .dropdown-submenu {
  height: 735px;
  overflow: auto;
  text-align: left;
}
.dropdown-content > .dropdown-menu {
  direction: rtl;
}
.dropdown-content > .dropdown-menu > li {
  direction:ltr;
}
.dropdown-content .dropdown-menu::-webkit-scrollbar,
.dropdown-content .dropdown-submenu::-webkit-scrollbar {
  width: 5px;
}
.dropdown-content .dropdown-menu::-webkit-scrollbar-track,
.dropdown-content .dropdown-submenu::-webkit-scrollbar-track {
  background-color: #d5d5d5;
}
.dropdown-content .dropdown-menu::-webkit-scrollbar-thumb,
.dropdown-content .dropdown-submenu::-webkit-scrollbar-thumb {
  background-color: #073E71;
}
/* Scroll bar style end */

.dropdown-content.is-animation {
  /*-webkit-transition: visibility .3s, -webkit-transform .3s;
  transition: visibility .3s, -webkit-transform .3s;
  -o-transition: visibility .3s, transform .3s;
  transition: visibility .3s, transform .3s;
  transition: visibility .3s, transform .3s, -webkit-transform .3s;*/
}

.dropdown-menu_item {
  font-weight: 600;
  text-transform: uppercase;
}

.dropdown-menu_item.is-active .dropdown-submenu-content {
  display: block;
}

.dropdown-menu_item > a {
  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;
  min-height: 40px;
  font-size: 1rem;
  padding: .4em 1em;
  -webkit-transition: background .3s, color .3s;
  -o-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
}

.menu-icon {
  width: 28px;
  -webkit-box-flex: 28px;
  -webkit-flex: 28px 0 0;
      -ms-flex: 28px 0 0px;
          flex: 28px 0 0;
  margin-right: .4em;
  position: relative;
  text-align: center;
  -webkit-transition: -webkit-filter .3s;
  transition: -webkit-filter .3s;
  -o-transition: filter .3s;
  transition: filter .3s;
  transition: filter .3s, -webkit-filter .3s;
}

.menu-icon:after {
  content: '';
  display: inline-block;
  background-image: url(../img/icons/spritesheet-2.png);
  background-repeat: no-repeat;
}

.menu-icon_first:after {
  width: 23px;
  height: 21px;
  background-position: -20px -20px;
}

.menu-icon_second:after {
  width: 21px;
  height: 21px;
  background-position: -20px -81px;
}

.menu-icon_third:after {
  width: 21px;
  height: 21px;
  background-position: -20px -142px;
}

.menu-icon_fourth:after {
  width: 22px;
  height: 21px;
  background-position: -20px -203px;
}

.menu-icon_fifth:after {
  width: 19px;
  height: 19px;
  background-position: -20px -264px;
}

.menu-icon_six:after {
  width: 18px;
  height: 18px;
  background-position: -20px -323px;
}

.menu-icon_seven:after {
  width: 15px;
  height: 16px;
  background-position: -20px -381px;
}

.menu-icon_eight:after {
  width: 19px;
  height: 19px;
  background-position: -20px -437px;
}

.menu-icon_nine:after {
  width: 22px;
  height: 22px;
  background-position: -20px -496px;
}

.menu-icon_ten:after {
  width: 24px;
  height: 24px;
  background-position: -20px -558px;
}

.menu-icon_eleven:after {
  width: 28px;
  height: 24px;
  background-position: -20px -622px;
}

.menu-icon_tvelwe:after {
  width: 15px;
  height: 15px;
  background-position: -20px -686px;
}

.menu-icon_thirteen:after {
  width: 17px;
  height: 17px;
  background-position: -20px -741px;
}

.menu-icon_fourteen:after {
  width: 6px;
  height: 21px;
  background-position: -20px -798px;
}

.menu-icon_fifteen:after {
  width: 5px;
  height: 19px;
  background-position: -20px -859px;
}

.menu-icon_sixteen:after {
  width: 21px;
  height: 22px;
  background-position: -20px -918px;
}

.menu-icon_seventeen:after {
    width: 31px;
    height: 28px;
    background-position: -19px -1073px;
  }
.menu-icon_sv:after {
  width: 25px;
  height: 28px;
  background-position: -19px -1025px;
  background-image: url(../img/icons/spritesheet-2-nv.png);
  background-repeat: no-repeat;
}
.category-icon_tw:after{
  width: 40px;
    height: 69px;
    background-image: url(../img/icons/spritesheet_new2.png) !important;
  background-repeat: no-repeat;
    background-position: -26px -1564px;
}
.dropdown-submenu-content {
  display: none;
  position: absolute;
  left: 100%;
  height: auto;
  min-height: 100%;
  top: 0;
  background: #fff;
}

.dropdown-submenu {
  padding: .6em 1em;
  min-width: 315px;
}

.dropdown-submenu li {
  margin-bottom: 1em;
}

.dropdown-submenu a {
  font-size: 1rem;
  color: #535353;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

.dropdown-submenu a:hover {
  color: #24A5D8;
}

.dropdown-submenu_img {
  position: absolute;
  top: 0;
  left: 100%;
}

.dropdown-submenu_img img {
  display: block;
}

.dropdown-submenu_img-text {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 1.2em;
  font-weight: 800;
  font-size: 1.625rem;
}

.dropdown-submenu_img-text li {
  margin-bottom: .7em;
  text-align: right;
}

.dropdown-submenu_img-text li:last-child {
  margin-bottom: 0;
}

.dropdown-submenu_img-text small {
  display: block;
  font-size: .75rem;
  font-weight: 300;
}

@media only screen and (min-width: 1025px) {
  .head-menu_item:hover .dropdown-content {
    visibility: visible;
    -webkit-transform: skew(45deg) translate(0, 0);
        -ms-transform: skew(45deg) translate(0, 0);
            transform: skew(45deg) translate(0, 0);
  }
  .dropdown-menu_item:hover .dropdown-submenu-content {
    display: block;
  }
  .dropdown-menu_item:hover > a {
    background: #073F72;
    color: #fff;
  }

  .dropdown-menu_item:hover > a .menu-icon_first:after {
    width: 23px;
    height: 21px;
    background-position: -54px -20px;
  }

  .dropdown-menu_item:hover > a .menu-icon_second:after {
    width: 21px;
    height: 21px;
    background-position: -54px -81px;
  }

  .dropdown-menu_item:hover > a .menu-icon_third:after {
    width: 21px;
    height: 21px;
    background-position: -54px -142px;
  }

  .dropdown-menu_item:hover > a .menu-icon_fourth:after {
    width: 22px;
    height: 21px;
    background-position: -54px -203px;
  }

  .dropdown-menu_item:hover > a .menu-icon_fifth:after {
    width: 19px;
    height: 19px;
    background-position: -54px -264px;
  }

  .dropdown-menu_item:hover > a .menu-icon_six:after {
    width: 18px;
    height: 18px;
    background-position: -54px -323px;
  }

  .dropdown-menu_item:hover > a .menu-icon_seven:after {
    width: 15px;
    height: 16px;
    background-position: -54px -381px;
  }

  .dropdown-menu_item:hover > a .menu-icon_eight:after {
    width: 19px;
    height: 19px;
    background-position: -54px -437px;
  }

  .dropdown-menu_item:hover > a .menu-icon_nine:after {
    width: 22px;
    height: 22px;
    background-position: -54px -496px;
  }

  .dropdown-menu_item:hover > a .menu-icon_ten:after {
    width: 24px;
    height: 24px;
    background-position: -54px -558px;
  }

  .dropdown-menu_item:hover > a .menu-icon_eleven:after {
    width: 28px;
    height: 24px;
    background-position: -54px -622px;
  }

  .dropdown-menu_item:hover > a .menu-icon_tvelwe:after {
    width: 15px;
    height: 15px;
    background-position: -54px -686px;
  }

  .dropdown-menu_item:hover > a .menu-icon_thirteen:after {
    width: 17px;
    height: 17px;
    background-position: -54px -741px;
  }

  .dropdown-menu_item:hover > a .menu-icon_fourteen:after {
    width: 6px;
    height: 21px;
    background-position: -54px -798px;
  }

  .dropdown-menu_item:hover > a .menu-icon_fifteen:after {
    width: 5px;
    height: 19px;
    background-position: -54px -859px;
  }

  .dropdown-menu_item:hover > a .menu-icon_sixteen:after {
    width: 21px;
    height: 22px;
    background-position: -54px -918px;
  }

  .dropdown-menu_item:hover > a .menu-icon_seventeen:after {
    width: 30px;
    height: 28px;
    background-position: -54px -1073px;
  }
    .dropdown-menu_item:hover > a .menu-icon_sv:after {
    width: 30px;
    height: 28px;
    background-position: -54px -1025px;
  }


  .fixed-menu_catalog:hover .dropdown-content {
    visibility: visible;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.head-cart {
  -webkit-box-flex: 43px;
  -webkit-flex: 43px 0 0;
      -ms-flex: 43px 0 0px;
          flex: 43px 0 0;
  max-width: 43px;
  position: relative;
}

.head-cart > a {
  display: block;
}

.head-cart .glipf-cart {
  font-size: 2.65rem;
  font-weight: 600;
}

.head-cart_number {
  position: absolute;
  top: -1px;
  right: -5px;
  width: 17px;
  height: 17px;
  font-size: .75rem;
  line-height: 17px;
  color: #fff;
  background-color: #24a6d7;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  text-align: center;
}

.cart-content {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background: #fff;
  height: 100vh;
  -webkit-transition: left .5s;
  -o-transition: left .5s;
  transition: left .5s;
  z-index: 150;
}

.cart-content.is-open {
  left: 0;
}

.cart-content .container {
  position: relative;
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100vh;
  padding: 2.7em 15px;
}

.cart-content_body {
  max-height: -webkit-calc(100vh - 385px);
  max-height: calc(100vh - 385px);
  padding: 0 15px;
  margin: 0 -15px;
  margin-bottom: auto;
  overflow: auto;
}

.cart-content_body .check-icon {
  display: inline-block;
  width: 187px;
  height: 187px;
  background: url(../img/icons/check-icon.png) no-repeat center;
  -webkit-background-size: contain;
          background-size: contain;
  margin-bottom: 1.5em;
}

.cart-content_body .thanks-text {
  font-size: 3rem;
  font-weight: 800;
  color: #3d3c3c;
  margin-bottom: 1.6em;
}

.cart-content_body .thanks-text small {
  display: block;
  margin-top: 1em;
  font-size: 62%;
  font-weight: 400;
}

.cart-content_body-mod {
  max-height: -webkit-calc(100vh - 300px);
  max-height: calc(100vh - 300px);
}

.cart-content_body-mod .main-btn {
  height: 55px;
  font-size: 1.25rem;
  line-height: 55px;
  min-width: 251px;
}

.cart-content_header {
  margin-bottom: 1.875em;
}

.cart-content_body::-webkit-scrollbar-track {
  background-color: #E6E6E6;
}

.cart-content_body::-webkit-scrollbar-thumb {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #B4B4B4;
}

.cart-content_body::-webkit-resizer {
  width: 6px;
  height: 0px;
}

.cart-content_body::-webkit-scrollbar {
  width: 6px;
}

.cart-close {
  position: absolute;
  top: 3em;
  right: 0;
  width: 22px;
  height: 22px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  cursor: pointer;
}

.cart-close:hover:after, .cart-close:hover:before {
  background: #3EBBF3;
}

.cart-close:after, .cart-close:before {
  content: '';
  display: block;
  background: #ACACAC;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
}

.cart-close:after {
  width: 100%;
  height: 2px;
}

.cart-close:before {
  height: 100%;
  width: 2px;
}

.cart-content_title {
  color: #3d3c3c;
  font-weight: 800;
  font-size: 2.0625rem;
  margin-bottom: 1.4em;
}

.cart-steps {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cart-table_mobile-text {
  display: none;
}

.cart-step_item {
  width: 48px;
  height: 48px;
  -webkit-box-flex: 48px;
  -webkit-flex: 48px 0 0;
      -ms-flex: 48px 0 0px;
          flex: 48px 0 0;
  background-color: #073e71;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  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: .3em;
  position: relative;
  color: #fff;
  font-size: .75rem;
  font-weight: 800;
  margin-right: 134px;
  z-index: 1;
}

.cart-step_item:last-child:after {
  display: none;
}

.cart-step_item.active:before {
  content: '';
  display: block;
  width: -webkit-calc(100% + 12px);
  width: calc(100% + 12px);
  height: -webkit-calc(100% + 12px);
  height: calc(100% + 12px);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 3px solid #24a5d8;
  position: absolute;
  left: -6px;
  top: -6px;
  z-index: -1;
}

.cart-step_item.active:after {
  left: -webkit-calc(100% + 6px);
  left: calc(100% + 6px);
  width: 122px;
}

.cart-step_item:nth-child(2).active:after {
  width: 128px;
}

.cart-step_item.active-mod:after {
  width: 128px;
}

.cart-step_item:after {
  content: '';
  display: block;
  width: 134px;
  height: 5px;
  background-color: #073e71;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  margin: auto;
  z-index: -2;
}

.cart-step_item:last-child {
  margin-right: 0;
}

.cart-step_item-second:after {
  left: 100%;
  width: 128px;
}

.cart-table {
  color: #3d3c3c;
  font-weight: 600;
  border-collapse: separate;
  border-spacing: 0 1em;
  margin-bottom: 1.5em;
  width: 100%;
}

.cart-table th {
  padding: 1.4em 1em;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
}

.cart-table th:first-child {
  padding-left: 3.5%;
}

.cart-table td {
  font-size: 1.375rem;
  padding: 1em;
}

.cart-table td:first-child {
  padding-left: 3.5%;
}

.cart-table td:nth-child(3), .cart-table td:nth-child(6) {
  white-space: nowrap;
}

.cart-table tr {
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.07);
}

.cart-content_footer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cart-content_footer .left-column {
  -webkit-box-flex: 251px;
  -webkit-flex: 251px 0 0;
      -ms-flex: 251px 0 0px;
          flex: 251px 0 0;
  max-width: 251px;
}

.cart-content_footer .right-column {
  -webkit-flex-basis: -webkit-calc(100% - 251px);
      -ms-flex-preferred-size: calc(100% - 251px);
          flex-basis: calc(100% - 251px);
  max-width: -webkit-calc(100% - 251px);
  max-width: calc(100% - 251px);
  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: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.cart-total-price {
  font-size: 2.0625rem;
  font-weight: 800;
  color: #073e71;
  margin-right: 1em;
}

.cart-total_sum {
  color: #3d3c3c;
}

.checkout-btn {
  height: 55px;
  font-size: 1.25rem;
  line-height: 55px;
}

.back-site_btn {
  font-size: 1.25rem;
}

.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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 115px;
  overflow: hidden;
}

.wrapper-counter-btn .counter-back, .wrapper-counter-btn .counter-forward {
  display: block;
  width: 20px;
  height: 20px;
  -webkit-box-flex: 20px;
  -webkit-flex: 20px 0 0;
      -ms-flex: 20px 0 0px;
          flex: 20px 0 0;
  border: none;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: relative;
  color: #fff;
  background-color: #c4c4c4;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
}

.wrapper-counter-btn .counter-back:after, .wrapper-counter-btn .counter-forward:after {
  content: '';
  display: block;
  width: 8px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.wrapper-counter-btn .counter-back:hover, .wrapper-counter-btn .counter-forward:hover {
  background: #24A6D7;
}

.wrapper-counter-btn .counter-forward:before {
  content: '';
  display: block;
  height: 8px;
  width: 2px;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

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

.wrapper-counter-btn .product-count {
  width: 49px;
  height: 32px;
  -webkit-box-flex: 49px;
  -webkit-flex: 49px 0 0;
      -ms-flex: 49px 0 0px;
          flex: 49px 0 0;
  background-color: #f6f7f9;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  padding: 0 .2em;
  font-size: 1.25rem;
  font-weight: 800;
  color: #1f1f1f;
  border: none;
  text-align: center;
}

.cart-item_delete {
  cursor: pointer;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

.cart-item_delete:hover {
  color: #24A6D7;
}

.cart-table_textarea {
  height: 150px;
  background-color: #eee;
  outline: none;
  padding: 1em;
  resize: none;
  width: 100%;
  -webkit-transition: border .3s;
  -o-transition: border .3s;
  transition: border .3s;
}

.cart-table_textarea:focus {
  border: 1px solid  #24A5D8;
}

.cart-table_textarea::-webkit-input-placeholder {
  color: #9fa2a7;
  font-size: 1.25rem;
}

.cart-table_textarea::-moz-placeholder {
  color: #9fa2a7;
  font-size: 1.25rem;
}

.cart-table_textarea::-ms-input-placeholder {
  color: #9fa2a7;
  font-size: 1.25rem;
}

.cart-table_textarea::input-placeholder {
  color: #9fa2a7;
  font-size: 1.25rem;
}

.cart-content_second {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: left .5s;
  -o-transition: left .5s;
  transition: left .5s;
  z-index: 1;
}

.cart-content_second.is-open {
  left: 0;
}

.checkout-form {
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: -webkit-calc(100vh - 250px);
  height: calc(100vh - 250px);
}

.checkout-form .cart-content_body {
  max-height: -webkit-calc(100vh - 330px);
  max-height: calc(100vh - 330px);
}

#g-recaptcha-response {
  display: block !important;
  position: absolute;
  margin: -78px 0 0 0 !important;
  width: 302px !important;
  height: 76px !important;
  z-index: -999999;
  opacity: 0;
}

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

.form-group_last {
  margin-bottom: 0;
}

.form-input {
  height: 70px;
  background-color: #eee;
  width: 100%;
  padding: 0 1.5em;
  border: 1px solid transparent;
  -webkit-transition: border .3s;
  -o-transition: border .3s;
  transition: border .3s;
}

.form-input:focus {
  border: 1px solid  #24A5D8;
}

.form-input::-webkit-input-placeholder {
  color: #9fa2a7;
  font-size: 1.25rem;
}

.form-input::-moz-placeholder {
  color: #9fa2a7;
  font-size: 1.25rem;
}

.form-input::-ms-input-placeholder {
  color: #9fa2a7;
  font-size: 1.25rem;
}

.form-input::input-placeholder {
  color: #9fa2a7;
  font-size: 1.25rem;
}

.form-textarea {
  height: 245px;
  background-color: #eee;
  outline: none;
  resize: none;
  border: 1px solid transparent;
  width: 100%;
  padding: 1em 1.5em;
  -webkit-transition: border .3s;
  -o-transition: border .3s;
  transition: border .3s;
}

.form-textarea:focus {
  border: 1px solid  #24A5D8;
}

.form-textarea::-webkit-input-placeholder {
  color: #9fa2a7;
  font-size: 1.25rem;
}

.form-textarea::-moz-placeholder {
  color: #9fa2a7;
  font-size: 1.25rem;
}

.form-textarea::-ms-input-placeholder {
  color: #9fa2a7;
  font-size: 1.25rem;
}

.form-textarea::input-placeholder {
  color: #9fa2a7;
  font-size: 1.25rem;
}

.cart-content_third {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: left .5s;
  -o-transition: left .5s;
  transition: left .5s;
  z-index: 2;
}

.cart-content_third.is-open {
  left: 0;
}

.hamburger {
  display: none;
  padding: 0;
  cursor: pointer;
  width: 30px;
  -webkit-box-flex: 30px;
  -webkit-flex: 30px 0 0;
      -ms-flex: 30px 0 0px;
          flex: 30px 0 0;
  height: 20px;
}

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

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

.hamburger.is-active .hamburger-box:after {
  opacity: 0;
}

.hamburger.is-active .hamburger-box:before {
  opacity: 0;
}

.hamburger-box {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.hamburger-inner {
  background: #000;
}

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

.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;
}

.hamburger--spring .hamburger-inner:before {
  top: 7px;
}

.hamburger--spring .hamburger-inner:after {
  top: 14px;
}

.tablet-hamburger {
  width: 23px;
}

.tablet-hamburger .hamburger-inner {
  background: #073F72;
}

.tablet-hamburger .hamburger-inner:after, .tablet-hamburger .hamburger-inner:before {
  background: #073F72;
}

.tablet-hamburger .hamburger-box:after {
  opacity: 0;
}

.tablet-hamburger .hamburger-box:before {
  opacity: 0;
}

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

.tablet-hamburger .hamburger--spring .hamburger-inner:before {
  top: 7px;
}

.tablet-hamburger .hamburger--spring .hamburger-inner:after {
  top: 14px;
}

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

/***main-section**/
.main-section {
  background: url(../img/bg/main-banner_bg.jpg) no-repeat center top;
  -webkit-background-size: cover;
          background-size: cover;
  padding: 3em 0 4em;
  transition-property: background;
  transition-duration: 1s;
  transition-timing-function: linear;
}

.main-page_title {
  color: #fff;
  font-size: 4.3125rem;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: .2em;
  text-transform: uppercase;
}

.main-subtitle {
  color: #fff;
  font-size: 2.1rem;
  line-height: 1.15;
  margin-bottom: .6em;
}

.main-section_catalog-btn {
  min-width: 158px;
  position: relative;
}

.main-section_catalog-btn:before {
  content: '';
  display: inline-block;
  background: url(../img/icons/spritesheet-2.png) no-repeat -20px -980px;
  width: 25px;
  height: 12px;
  margin-right: 1em;
}

.main-slider .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2em;
}

.main-slider .slick-dots li {
  background-color: transparent;
}

.unified-checkbox {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-weight: 400;
  margin-bottom: 0;
  padding-left: 30px;
}

.unified-checkbox input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  display: none;
}

.unified-checkbox input[type="checkbox"]:checked + .checkbox-text:before {
  width: 7px;
  height: 14px;
  content: '';
  display: block;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 3px;
  left: 7px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
}

.unified-checkbox input[type="checkbox"]:checked + .checkbox-text:after {
  background: #073E71;
  border-color: #073E71;
}

.unified-checkbox input[type="checkbox"] + .checkbox-text:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #3D3C3C;
  position: absolute;
  top: 2px;
  left: 0;
  margin: auto;
}

.unified-checkbox .checkbox-text {
  display: inline-block;
  color: #3d3c3c;
  font-size: 1rem;
}

.checkout-checkbox {
  padding-left: 40px;
}

.checkout-checkbox input[type="checkbox"]:checked + .checkbox-text:before {
  width: 12px;
  height: 24px;
  left: 10px;
}

.checkout-checkbox input[type="checkbox"] + .checkbox-text:after {
  width: 33px;
  height: 33px;
}

.checkout-checkbox .checkbox-text {
  font-size: 1.25rem;
  padding-top: 5px;
}

.modal-callback {
  max-width: 456px;
}

.modal-backdrop.show {
  opacity: .8;
}

.modal-backdrop {
  z-index: 170;
}

.tablet_small-visible {
  display: none;
}

.mobile-visible {
  display: none;
}

.form-callback {
  padding: 0 .5em 1em;
  color: #363637;
}

.form-callback .form-label {
  display: block;
  font-weight: 300;
  margin-bottom: .2em;
}

.form-callback .form-input {
  background-color: #fafafa;
  border: 1px solid #b2b2b2;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  height: 43px;
}

.form-callback .form-input:focus {
  border: 1px solid #3ebbf3;
}

.form-callback .form-callback_submit {
  margin-top: .7em;
  min-width: 226px;
}

.form-callback_title {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: .7em;
  text-align: center;
  text-transform: uppercase;
}

.form-callback_title small {
  display: block;
  font-size: 50%;
  font-weight: 400;
  margin-top: .2em;
  text-transform: none;
}

/***category-section**/
.category-section {
  padding: 4.5em 0;
  border-bottom: 1px solid #D1D1D1;
}

.category-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -15px;
}

.category-item {
  -webkit-box-flex: 20%;
  -webkit-flex: 20% 0 0;
      -ms-flex: 20% 0 0px;
          flex: 20% 0 0;
  max-width: 20%;
  margin-bottom: 3em;
  padding: 0 15px;
}

.category-item > a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  font-weight: 800;
  padding: .5em 0;
  -webkit-transition: background .3s, color .3s;
  -o-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
}

.category-item > a:hover {
  background: #3EBBF3;
  color: #fff;
}

.category-item > a:hover .category-icon {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.category-icon {
  display: inline-block;
  width: 50px;
  -webkit-box-flex: 50px;
  -webkit-flex: 50px 0 0;
      -ms-flex: 50px 0 0px;
          flex: 50px 0 0;
  position: relative;
  margin-right: .7em;
  top: 3px;
  text-align: right;
  -webkit-transition: -webkit-filter .3s;
  transition: -webkit-filter .3s;
  -o-transition: filter .3s;
  transition: filter .3s;
  transition: filter .3s, -webkit-filter .3s;
}

.category-icon:after {
  content: '';
  display: inline-block;
  background-image: url(../img/icons/spritesheet.png);
  background-repeat: no-repeat;
}

.category-icon_first:after {
  width: 50px;
  height: 42px;
  background-position: -20px -20px;
}

.category-icon_second:after {
  width: 41px;
  height: 42px;
  background-position: -20px -102px;
}

.category-icon_thirst:after {
  width: 39px;
  height: 39px;
  background-position: -20px -184px;
}

.category-icon_fourth:after {
  width: 38px;
  height: 39px;
  background-position: -20px -263px;
}

.category-icon_fifth:after {
  width: 27px;
  height: 29px;
  background-position: -20px -342px;
}

.category-icon_six:after {
  width: 39px;
  height: 39px;
  background-position: -20px -411px;
}

.category-icon_seven:after {
  width: 42px;
  height: 36px;
  background-position: -20px -490px;
}

.category-icon_eight:after {
  width: 34px;
  height: 35px;
  background-position: -20px -566px;
}

.category-icon_nine:after {
  width: 34px;
  height: 35px;
  background-position: -20px -641px;
}

.category-icon_ten:after {
  width: 45px;
  height: 45px;
  background-position: -20px -716px;
}

.category-icon_eleven:after {
  width: 14px;
  height: 49px;
  background-position: -20px -801px;
}

.category-icon_tvelwe:after {
  width: 45px;
  height: 45px;
  background-position: -20px -890px;
}

.category-icon_thirteen:after {
  width: 42px;
  height: 41px;
  background-position: -20px -975px;
}

.category-icon_fourteen:after {
  width: 41px;
  height: 42px;
  background-position: -20px -1056px;
}

.category-icon_fifteen:after {
  width: 45px;
  height: 44px;
  background-position: -20px -1138px;
}

.category-icon_sixteen:after {
  width: 31px;
  height: 30px;
  background-position: -20px -1222px;
}

.category-icon_seventeen:after {
  width: 41px;
  height: 44px;
  background-position: -20px -1292px;
}

.category-icon_eighteen:after {
  width: 43px;
  height: 39px;
  background-position: -20px -1376px;
}

.category-icon_nineteen:after {
  width: 21px;
  height: 69px;
  background-position: -20px -1455px;
}

.category-icon_twenty:after {
  width: 55px;
    height: 69px;
  background-position: -20px -1610px;
}

.category-item_mod {
  -webkit-box-flex: 26%;
  -webkit-flex: 26% 0 0;
      -ms-flex: 26% 0 0px;
          flex: 26% 0 0;
  max-width: 26%;
  font-size: 1.5rem;
  font-weight: 800;
  padding: 0 15px;
  margin-bottom: 1.8em;
}

.category-item_mod .category-icon {
  position: absolute;
  top: 1em;
  left: .3em;
}

.category-item_mod .site-link {
  font-size: .875rem;
  font-weight: 600;
  color: #3ebbf3;
  border-bottom: 1px solid #3ebbf3;
  -webkit-transition: border-bottom-color .3s;
  -o-transition: border-bottom-color .3s;
  transition: border-bottom-color .3s;
}

.category-item_mod .site-link:hover {
  border-bottom-color: transparent;
}

.category-item_mod .text {
  display: block;
}

.category-item_mod-content {
  padding: .7em;
  border: 1px solid #3ebbf3;
  position: relative;
  padding-left: 3.3em;
}

.download-price_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;
  max-width: 226px;
  margin: 0 auto;
}

.download-price_btn .glipf-download {
  margin-right: 1.3em;
}

/***services-section**/
.services-section {
  padding: 6.5em 0 3em;
  border-bottom: 1px solid #D1D1D1;
}

.service-item {
  overflow: hidden;
  position: relative;
  margin-bottom: 3em;
}

.service-item:hover .service-item_desc:before {
  opacity: 1;
}

.service-item:hover .service-item_desc-body {
  display: block;
}

.service-item img {
  display: block;
  width: 100%;
}

.service-item p {
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: .5em;
}

.service-item_mobile-link {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.service-item_desc {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  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: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: auto;
  font-weight: 600;
  padding: 1.8em;
  padding-bottom: 1em;
  color: #fff;
  -webkit-transition: top .3s;
  -o-transition: top .3s;
  transition: top .3s;
  z-index: 1;
}

.service-item_desc:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#3ebbf3), to(transparent));
  background-image: -webkit-linear-gradient(bottom, #3ebbf3 0%, transparent 100%);
  background-image: -o-linear-gradient(bottom, #3ebbf3 0%, transparent 100%);
  background-image: linear-gradient(to top, #3ebbf3 0%, transparent 100%);
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.service-item_title {
  display: block;
  font-size: 1.5rem;
  margin-bottom: .3em;
}

.service-item_btn {
  font-size: .875rem;
  border-bottom: 1px solid #fff;
  -webkit-transition: border-bottom-color .3s;
  -o-transition: border-bottom-color .3s;
  transition: border-bottom-color .3s;
}

.service-item_btn:hover {
  border-bottom-color: transparent;
}

.service-item_desc-body {
  display: none;
  overflow: auto;
  width: 100%;
}

.service-item_desc-body::-webkit-scrollbar-track {
  background-color: #E6E6E6;
}

.service-item_desc-body::-webkit-scrollbar-thumb {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #B4B4B4;
}

.service-item_desc-body::-webkit-resizer {
  width: 6px;
  height: 0px;
}

.service-item_desc-body::-webkit-scrollbar {
  width: 6px;
}

/**services-detailed***/
.services-detailed_section {
  padding: 6em 0;
  color: #3d3c3c;
}

.services-detailed_section p {
  margin-bottom: 1.7em;
  line-height: 1.5;
}

.services-detailed_section p:last-child {
  margin-bottom: 0;
}

.services-detailed_section ul:not([class]) {
  margin-bottom: 1.7em;
}

.services-detailed_section ul:not([class]) li {
  margin-bottom: 5px;
}

.services-detailed_section .left-column {
  -webkit-box-flex: 46%;
  -webkit-flex: 46% 0 0;
      -ms-flex: 46% 0 0px;
          flex: 46% 0 0;
  max-width: 46%;
  padding: 0 15px;
}

.services-detailed_section .left-column.order-md-2 {
  text-align: right;
}

.services-detailed_section .right-column {
  -webkit-box-flex: 54%;
  -webkit-flex: 54% 0 0;
      -ms-flex: 54% 0 0px;
          flex: 54% 0 0;
  max-width: 54%;
  padding: 0 15px;
}

.services-detailed_section .right-column ul ul{
  list-style: none;
}

.services-detailed_img img {
  max-width: 100%;
}

.services-detailed_box {
  padding-bottom: 4em;
}

.services-detailed_box-title {
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: .9em;
}

.services-detailed_hide-table {
  display: inline-block;
  color: #3ebbf3;
  padding-right: 1.2em;
  position: relative;
  cursor: pointer;
  margin-bottom: 1.2em;
  margin-top: .5em;
}

.services-detailed_hide-table.is-active:after {
  top: 4px;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

.services-detailed_hide-table:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #3ebbf3;
  border-right: 1px solid #3ebbf3;
  position: absolute;
  right: 0;
  top: 10px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.services-detailed_table {
  width: 100%;
  border: 1px solid #E5E5E5;
  border-top: none;
}

.services-detailed_table th {
  padding: 1.4em;
  color: #fff;
  font-weight: 600;
  background: #3EBBF3;
  border-right: 1px solid #38A8DA;
  width: 33.333%;
}

.services-detailed_table th:last-child {
  border-right: none;
}

.services-detailed_table td {
  padding: 1.4em;
  color: #000;
  line-height: 1.8;
  border-right: 1px solid #E5E5E5;
  width: 33.333%;
  vertical-align: top;
}

.services-detailed_table td:nth-child(2) {
  color: #3d3c3c;
  font-size: .875rem;
}

.services-detailed_table td:last-child {
  border-right: none;
}

.services-detailed_footer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  margin-top: 1em;
}

.services-detailed_footer .text {
  font-size: 1.875rem;
  font-weight: 700;
  margin-right: 1.5em;
}

.services-detailed_footer .download-price_btn {
  margin: 0;
}

/**advantages-section**/
.advantages-section {
  padding: 5em 0 2em;
  border-bottom: 1px solid #D1D1D1;
}

.advantages-section .right-column {
  padding-left: 4em;
  padding-right: 15px;
  -webkit-box-flex: 56%;
  -webkit-flex: 56% 0 0;
      -ms-flex: 56% 0 0px;
          flex: 56% 0 0;
  max-width: 56%;
}

.advantages-section .left-column {
  padding: 0 15px;
  -webkit-box-flex: 44%;
  -webkit-flex: 44% 0 0;
      -ms-flex: 44% 0 0px;
          flex: 44% 0 0;
  max-width: 44%;
}

.advantages-slider p {
  position: relative;
  padding-left: 5em;
  color: #3d3c3c;
  line-height: 1.5;
  margin-bottom: 3em;
}

.advantages-slider .quotes {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 6.25rem;
  line-height: .8;
  font-weight: 800;
  color: #073e71;
}

.wrapper_advantages-slider {
  position: relative;
  padding-right: 2em;
}

.advantages-slide_dots {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 447px;
  width: 15px;
}

.advantages-slide_dots:after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background: #D1D1D1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.advantages-slide_dots .slick-dots {
  display: inline-block;
  position: absolute;
  top: 0;
  width: 10px;
  bottom: auto;
  margin-top: 0;
  padding-bottom: 1em;
  background: #fff;
  text-align: right;
  z-index: 1;
}

.advantages-slide_dots .slick-dots li {
  margin: 0;
  margin-bottom: 5px;
}

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

.advantages-slide_img img {
  display: inline-block;
  max-width: 100%;
}

.advantages-item {
  margin-bottom: 3.5em;
}

.advantages-item p {
  font-size: 1rem;
  color: #949494;
}

.advantages-item_icon {
  color: #073E71;
  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: 4rem;
  height: 85px;
  margin: 0 0 .15em;
}

.advantages-item_icon.glipf-truck {
  font-size: 6rem;
}

.advantages-item_title {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 800;
  color: #3d3c3c;
  padding-bottom: .7em;
  margin-bottom: .7em;
  position: relative;
}

.advantages-item_title:after {
  content: '';
  display: block;
  width: 104px;
  height: 3px;
  background-color: #073e71;
  position: absolute;
  bottom: 0;
  left: 0;
}

/**our-partners_section**/
.our-partners_section {
  padding: 5em 0;
}

.our-partners_item {
  padding: 0 1em;
  text-align: center;
}

.our-partners_item img {
  display: inline-block;
  max-width: 100%;
}

.our-partners_slider {
  margin-top: 4em;
}

.our-partners_slider .slick-track {
  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;
}

.slick-dots {
  position: static;
  margin-top: 1em;
  text-align: center;
}

.slick-dots li {
  width: 15px;
  height: 15px;
  -webkit-border-radius: 0;
          border-radius: 0;
  margin: 0 5px;
  border: 1px solid #3ebbf3;
}

.slick-dots li.slick-active {
  background: #3EBBF3;
}

/**text-section***/
.text-section {
  padding: 5em 0;
  color: #fff;
  -webkit-background-size: cover;
          background-size: cover;
}

.text-section p {
  padding-right: 15em;
  line-height: 1.55;
}

.text-section p:last-child {
  margin-bottom: 0;
}

.map-container {
  height: 664px;
  position: relative;
}

.map-container .selectric-wrapper {
  margin-bottom: 2em;
}

#map {
  height: 100%;
}

.map-contact_box {
  max-width: 562px;
  background-color: white;
  -webkit-box-shadow: 0 0 4px 1px rgba(0, 1, 5, 0.03);
          box-shadow: 0 0 4px 1px rgba(0, 1, 5, 0.03);
  padding: 2.7em 2em 3em;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-131%, -50%);
      -ms-transform: translate(-131%, -50%);
          transform: translate(-131%, -50%);
  z-index: 30;
}

.map-contact_box .section-title {
  margin-bottom: 1em;
}

.map-contact_list {
  margin-bottom: 1.8em;
}

.map-contact_list li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: .7em;
  font-size: 1.5rem;
}

.map-contact_list a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.map-contact_list .contact-icon {
  position: relative;
  top: 3px;
  margin-right: .7em;
  color: #3EBBF3;
}

.map-contact_list .contact-icon.glipf-call-answer {
  font-size: 90%;
}

.map-contact_mail {
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

.map-contact_mail:hover {
  color: #3EBBF3;
}

.map-callback_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;
  padding: 0 .4em;
  max-width: 360px;
  min-width: auto;
}

.map-callback_btn .glipf-call-answer {
  margin-right: .7em;
  font-size: .8rem;
}

.selectric {
  background-color: #fafafa;
  border: 1px solid #b2b2b2;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  height: 43px;
}

.selectric .label {
  line-height: 43px;
  color: #3d3c3c;
  font-size: inherit;
  font-weight: 600;
}

.selectric .button {
  height: 100%;
  background-color: transparent;
}

.selectric .button:after {
  width: 10px;
  height: 10px;
  border: none;
  border-right: 2px solid #b2b2b2;
  border-bottom: 2px solid #b2b2b2;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -4px;
}

.selectric-items li, .selectric-items ul {
  font-size: inherit;
  color: #3d3c3c;
}

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

.selectric-items li:hover {
  background: #9eddf9;
  color: inherit;
}

.selectric-items li.highlighted {
  background: #9eddf9;
  color: inherit;
}

.selectric-items ul {
  margin: 0;
  padding: .5em;
}

.selectric-open .selectric {
  border-color: #3EBBF3;
}

.selectric-open .button {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.selectric-open .button:after {
  border-color: #3EBBF3;
}

/**category-page***/
.category-section_mod {
  padding: 5.5em 0;
}

.category-column {
  -webkit-box-flex: 35%;
  -webkit-flex: 35% 0 0;
      -ms-flex: 35% 0 0px;
          flex: 35% 0 0;
  max-width: 35%;
  padding: 0 15px;
}

.category-column:nth-child(3n + 2) {
  -webkit-box-flex: 37%;
  -webkit-flex: 37% 0 0;
      -ms-flex: 37% 0 0px;
          flex: 37% 0 0;
  max-width: 37%;
}

.category-column:nth-child(3n + 3) {
  -webkit-box-flex: 28%;
  -webkit-flex: 28% 0 0;
      -ms-flex: 28% 0 0px;
          flex: 28% 0 0;
  max-width: 28%;
}

.category-item_other {
  padding-left: 4em;
  padding-right: 1.6em;
  position: relative;
  margin-bottom: 3.8em;
}

.category-item_other .category-icon {
  position: absolute;
  top: .5em;
  left: 0;
}

.category-item_other .category-icon:after {
  background-image: url(../img/icons/spritesheet-3.png);
}

.category-item_other .category-icon_first:after {
  width: 67px;
  height: 53px;
  background-position: -20px -20px;
}

.category-item_other .category-icon_second:after {
  width: 55px;
  height: 56px;
  background-position: -20px -113px;
}

.category-item_other .category-icon_third:after {
  width: 49px;
  height: 53px;
  background-position: -20px -209px;
}

.category-item_other .category-icon_fourth:after {
  width: 55px;
  height: 53px;
  background-position: -20px -302px;
}

.category-item_other .category-icon_fifth:after {
  width: 56px;
  height: 55px;
  background-position: -20px -395px;
}

.category-item_other .category-icon_six:after {
  width: 48px;
  height: 49px;
  background-position: -20px -490px;
}

.category-item_other .category-icon_seven:after {
  width: 52px;
  height: 53px;
  background-position: -20px -579px;
}

.category-item_other .category-icon_eight:after {
  width: 52px;
  height: 54px;
  background-position: -20px -672px;
}

.category-item_other .category-icon_nine:after {
  width: 47px;
  height: 47px;
  background-position: -20px -766px;
}

.category-item_other .category-icon_ten:after {
  width: 51px;
  height: 46px;
  background-position: -20px -853px;
}

.category-item_other .category-icon_eleven:after {
  width: 52px;
  height: 44px;
  background-position: -20px -939px;
}

.category-item_other .category-icon_tvelwe:after {
  width: 45px;
  height: 47px;
  background-position: -20px -1023px;
}

.category-item_other .category-icon_thirteen:after {
  width: 54px;
  height: 54px;
  background-position: -20px -1110px;
}

.category-item_other .category-icon_fourteen:after {
  width: 46px;
  height: 72px;
  background-position: -20px -1204px;
}

.category-item_other .category-icon_fifteen:after {
  width: 27px;
  height: 82px;
  background-position: -20px -1316px;
}

.category-item_other .category-icon_sixteen:after {
  width: 51px;
  height: 53px;
  background-position: -20px -1438px;
}

.category-item_other .category-icon_seventeen:after {
  width: 65px;
  height: 53px;
  background-position: -20px -1900px;
}
.category-item_other .category-icon_sv:after {
  width: 65px;
  height: 53px;
      background-image: url(../img/icons/spritesheet_new2.png) !important;
    background-repeat: no-repeat;
    background-position: -26px -1564px;
}


.category-item_other-title {
  font-size: 1.875rem;
  font-weight: 600;
  border-bottom: 1px solid transparent;
  -webkit-transition: color .3s, border-bottom-color .3s;
  -o-transition: color .3s, border-bottom-color .3s;
  transition: color .3s, border-bottom-color .3s;
}

.category-item_other-title:hover {
  color: #3EBBF3;
  border-bottom-color: #3EBBF3;
}

.category-item_other-list {
  margin-top: 1.1em;
}

.category-item_other-list li {
  margin-bottom: .45em;
  padding-left: 10px;
  position: relative;
}

.category-item_other-list li:before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background-color: #24a5d8;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 0;
}

.category-item_other-list a {
  color: #484848;
  font-size: 1.125rem;
  border-bottom: 1px solid transparent;
  -webkit-transition: color .3s, border-bottom-color .3s;
  -o-transition: color .3s, border-bottom-color .3s;
  transition: color .3s, border-bottom-color .3s;
}

.category-item_other-list a:hover {
  color: #3EBBF3;
  border-bottom-color: #3EBBF3;
}

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

.price-list_box-content {
  position: relative;
  display: inline-block;
}

.price-list_box-content img {
  display: block;
  max-width: 100%;
}

.price-list_box-content .download-price_btn {
  position: absolute;
  left: 50%;
  bottom: 2em;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.category-item_mod-other {
  max-width: 100%;
  padding: 0 0 0 3.3em;
  font-size: 1.875rem;
  margin-bottom: 2.3em;
  position: relative;
}

.category-item_mod-other .category-icon {
  left: 0;
  top: 0.3em;
  text-align: center;
}

.category-item_mod-other .category-icon:after {
  background-image: url(../img/icons/spritesheet-3.png);
}

.category-item_mod-other .category-icon_first:after {
  width: 54px;
  height: 57px;
  background-position: -20px -1531px;
}

.category-item_mod-other .category-icon_second:after {
  width: 59px;
  height: 59px;
  background-position: -20px -1628px;
}

.category-item_mod-other .category-icon_third:after {
  width: 60px;
  height: 60px;
  background-position: -20px -1727px;
}

.category-item_mod-other .site-link {
  font-size: 1.125rem;
}

.inner-page_title-section {
  background: url(../img/bg/inner-banner_bg.jpg) no-repeat center top;
  -webkit-background-size: cover;
          background-size: cover;
  min-height: 215px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 2em 0 0;
}

.breadcrumbs {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 1.9em;
}

.breadcrumbs li {
  display: inline-block;
  margin-right: 1.7em;
  color: #fff;
  font-size: .875rem;
  position: relative;
}

.subcategory-section .catalog_right-column .breadcrumbs li{
  color: #5C5C5C;
}

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

.breadcrumbs li:after {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background-color: #24a5d8;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  top: 7px;
  right: -15px;
}

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

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

/**subcategory-section**/
.subcategory-section {
  padding: 5.5em 0;
}

.subcategory-section .title-h3 {
  margin-bottom: .8em;
}

.subcategory-section .title-h3_mod {
  margin-bottom: 1.6em;
}

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

.subcategory_main-img img {
  max-width: 100%;
}

.subcategory_main-img_mod {
  margin-top: 1.875em;
}

.subcategory-column {
  margin-bottom: 2.2em;
}

.subcategory-item {
  height: 100%;
  min-height: 144px;
}

.subcategory-item > a {
  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;
  height: 100%;
  border: 1px solid #a7a7a7;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 1em;
  -webkit-transition: border-color .3s;
  -o-transition: border-color .3s;
  transition: border-color .3s;
}

.subcategory-item > a:hover {
  border-color: #3EBBF3;
}

.subcategory-item_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-flex: 164px;
  -webkit-flex: 164px 0 0;
      -ms-flex: 164px 0 0px;
          flex: 164px 0 0;
  width: 164px;
  height: 75px;
  text-align: center;
}

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

.subcategory-item_name {
  color: #484848;
  padding-left: 1em;
  -webkit-flex-basis: -webkit-calc(100% - 164px);
      -ms-flex-preferred-size: calc(100% - 164px);
          flex-basis: calc(100% - 164px);
  max-width: -webkit-calc(100% - 164px);
  max-width: calc(100% - 164px);
}

.unified-text-section {
  margin-top: 3em;
}

.unified-text-section.top{
  margin-top: 0em;
  margin-bottom: 1.9em;
}

.unified-text-section a{
  color: #3ebbf3;
  border-bottom: 1px solid #3ebbf3;
}

.unified-text-section p {
  line-height: 1.5;
  margin-bottom: 1.7em;
}

.unified-text-section p:last-child {
  margin-bottom: 0;
}

.unified-text-section h3 {
  margin-bottom: 1.6em;
}



/**catalog-page**/
.catalog-section {
  padding: 6em 0 4em;
}

.catalog_left-column {
  padding: 0 15px;
  -webkit-box-flex: 28%;
  -webkit-flex: 28% 0 0;
      -ms-flex: 28% 0 0px;
          flex: 28% 0 0;
  max-width: 28%;
}

.catalog_right-column {
  padding: 0 15px 0 3.5em;
  -webkit-box-flex: 72%;
  -webkit-flex: 72% 0 0;
      -ms-flex: 72% 0 0px;
          flex: 72% 0 0;
  max-width: 72%;
}

.sidebar-catalog_content {
  background: #fff;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.07);
  padding: 1.2em 1.5em;
}

.sidebar-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: #073e72;
  margin-bottom: 1.2em;
}

.catalog-menu_item {
  margin-bottom: 1.1em;
}

.catalog-menu_item:last-child {
  margin-bottom: 0;
}

.catalog-menu_item .menu-icon {
  margin-right: 1em;
}

.catalog-menu_item > a {
  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;
  position: relative;
  font-weight: 600;
  padding-right: 1.5em;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

.catalog-menu_item > a:hover {
  color: #3EBBF3;
}

.catalog-menu_item > a.is-active:after {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: .5em;
}

.catalog-menu_item > a:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #3EBBF3;
  border-bottom: 2px solid #3EBBF3;
  position: absolute;
  top: .3em;
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.catalog-submenu {
  padding-left: 2.7em;
  display: none;
  margin-top: 8px;
}

.catalog-submenu li {
  margin-bottom: .2em;
}

.catalog-submenu a {
  color: #484848;
  font-size: 1rem;
  border-bottom: 1px solid transparent;
  -webkit-transition: color .3s, border-bottom-color .3s;
  -o-transition: color .3s, border-bottom-color .3s;
  transition: color .3s, border-bottom-color .3s;
}

.catalog-submenu a:hover {
  border-bottom-color: #3EBBF3;
  color: #3EBBF3;
}

.sidebar-catalog .price-list_box {
  margin-top: 4em;
}

.filter-box {
  background: #fff;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.07);
  padding: 1.2em 1.9em;
  margin-bottom: 2em;
}

.filter-box_title {
  font-size: 1.5625rem;
  font-weight: 800;
  color: #073e72;
  position: relative;
  cursor: pointer;
  margin-bottom: .8em;
  -webkit-transition: margin-bottom .2s;
  -o-transition: margin-bottom .2s;
  transition: margin-bottom .2s;
}

.filter-box_title.is-active {
  margin-bottom: 0;
}

.filter-box_title.is-active:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: .4em;
}

.filter-box_title:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #3EBBF3;
  border-bottom: 2px solid #3EBBF3;
  position: absolute;
  top: .6em;
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.filter-box_column {
  -webkit-box-flex: 21%;
  -webkit-flex: 21% 0 0;
      -ms-flex: 21% 0 0px;
          flex: 21% 0 0;
  max-width: 21%;
  padding: 0 15px;
}

.filter-item_title {
  font-size: 1rem;
  font-weight: 800;
  display: block;
  margin-bottom: .8em;
}

.filter-item {
  margin-bottom: 1.7em;
}

.filter-item .selectric-items li {
  font-size: .875rem;
  padding: 5px;
}

.filter-item .selectric {
  border: none;
  -webkit-border-radius: 0;
          border-radius: 0;
  background-color: transparent;
  border-bottom: 1px solid #CCCCCC;
  height: 33px;
}

.filter-item .label {
  font-size: .875rem;
  line-height: 33px;
  margin-right: 15px;
}

.filter-item .button {
  width: 12px;
}

.filter-item .button:after {
  border-color: #3EBBF3;
  border-width: 2px;
  width: 8px;
  height: 8px;
}

.filter-box_footer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.filter_search-btn {
  margin-right: 1.2em;
  height: 45px;
  line-height: 45px;
  min-width: 180px;
}

.filter_reset-btn {
  font-size: .875rem;
  font-weight: 600;
  color: #5C5C5C;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

.filter_reset-btn:hover {
  color: #3EBBF3;
}

.filter_reset-btn .glipf-reset {
  font-size: .6rem;
  margin-right: 10px;
}

.product-table {
  margin-top: 3em;
  margin-bottom: 2em;
  width: 100%;
}

.product-table th {
  background: #073E71;
  padding: 1.3em 1em .2em;
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}

.product-table th:first-child {
  padding-left: 1.8em;
  width: 31%;
}

.product-table td {
  padding: 1em;
  color: #3d3c3c;
  position: relative;
  font-size: 1rem;
  white-space: nowrap;
}

.product-table td:first-child {
  cursor: pointer;
  padding-left: 1.8em;
  width: 31%;
}

.product-table tr {
  position: relative;
}

.product-table tr:nth-child(odd) {
  background: #EEEEEE;
}

@media only screen and (min-width: 1025px) {
  .product-table_first-cell:hover .product-availability {
    display: block;
  }
}

.product-item_popup {
  display: none;
  position: absolute;
  background-color: white;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
  padding: 1em;
  padding-top: 3em;
  min-width: 286px;
  top: 15px;
  left: 1.7em;
  z-index: 20;
}

.product-item_popup-close {
  position: absolute;
  top: 1em;
  right: 1em;
  font-size: .75rem;
}

.product-item_popup-close:active {
  color: #3EBBF3;
}

.product-item_popup-list {
  font-size: inherit;
}

.product-item_popup-list li {
  margin-bottom: 1.2em;
}

.product-item_popup-list strong {
  display: block;
  font-weight: 800;
  margin-bottom: 5px;
}

.product-item_buy-btn {
  height: 40px;
  line-height: 40px;
  width: 100%;
}

.product-item_cart-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;
  height: 30px;
  min-width: auto;
  width: 100%;
  color: #fff;
  text-align: center;
}

.product-item_cart-btn .glipf-cart {
  font-size: 1.4rem;
}

.product-availability {
  display: none;
  position: absolute;
  top: 100%;
  left: 1em;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  background: #fff;
  color: #3d3c3c;
  min-width: 220px;
  font-size: 1rem;
  padding: 1em;
  z-index: 2;
}

.product-availability:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: #fff;
  position: absolute;
  left: 1em;
  top: -5px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.product-item_name {
  position: relative;
  display: inline-block;
  padding-left: 17px;
}

.product-item_name:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-color: #00ad5d;
  position: absolute;
  top: 4px;
  left: 0;
}

.product-item_name-mod:after {
  background: #E4C523;
}

.product-table_form-search {
  padding: 1em;
  padding-top: 0;
  background: #073E71;
}

.product_form-search {
  max-width: 385px;
  height: 25px;
  position: relative;
  background: #fff;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  margin-bottom: .4em;
  overflow: hidden;
}

.product_form-search .wrapper_submit-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 40px;
  text-align: right;
}

.product_form-search .wrapper_submit-btn:hover .glipf-search {
  color: #3EBBF3;
}

.product_form-search .glipf-search {
  position: absolute;
  top: 0;
  left: 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;
  font-size: 1rem;
  color: #B7B7B7;
  width: 100%;
  height: 100%;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

.product_form-search_input {
  height: 100%;
  width: 100%;
  padding: 0 2.4em 0 15px;
  line-height: 25px;
  border: 1px solid transparent;
  -webkit-transition: border .3s;
  -o-transition: border .3s;
  transition: border .3s;
}

.product_form-search_input:focus {
  border: 1px solid #3EBAF2;
}

.product_form-search_input::-webkit-input-placeholder {
  font-size: 0.625rem;
  color: #a9a9a9;
}

.product_form-search_input::-moz-placeholder {
  font-size: 0.625rem;
  color: #a9a9a9;
}

.product_form-search_input::-ms-input-placeholder {
  font-size: 0.625rem;
  color: #a9a9a9;
}

.product_form-search_input::input-placeholder {
  font-size: 0.625rem;
  color: #a9a9a9;
}

.form-search_submit-btn {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  z-index: 2;
}

.product-availability_text {
  padding-left: 17px;
  position: relative;
}

.product-availability_text:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-color: #00ad5d;
  position: absolute;
  top: 4px;
  left: 0;
}

.product-availability_text.yellow:after {
  background-color: #E4C523;
}

.main-pagination {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-pagination li {
  width: 26px;
  height: 30px;
  margin: 0 .3em;
  font-size: 1rem;
  background-color: #eee;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  overflow: hidden;
}

.main-pagination li.active a {
  background: #3EBBF3;
  color: #fff;
}

.main-pagination a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 34px;
  color: #3d3c3c;
  text-align: center;
  -webkit-transition: background .3s, color .3s;
  -o-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
}

.main-pagination a:hover {
  background: #3EBBF3;
  color: #fff;
}

.main-pagination a:hover:after {
  border-color: #fff !important;
}

.main-pagination .prev-page a, .main-pagination .next-page a {
  position: relative;
}

.main-pagination .prev-page a:after, .main-pagination .next-page a:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid #3d3c3c;
  border-top: 1.5px solid #3d3c3c;
  position: absolute;
  top: 0;
  left: 0;
  right: 5px;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: border-color .3s;
  -o-transition: border-color .3s;
  transition: border-color .3s;
}

.main-pagination .prev-page {
  margin-right: 1em;
}

.main-pagination .prev-page a:after {
  right: 0;
  left: 5px;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.main-pagination .next-page {
  margin-left: 1em;
}

.pagination-dots {
  line-height: 37px;
  text-align: center;
}

.sidebar_services-content {
  margin-top: 3em;
}

.sidebar_services-box {
  background-color: white;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.07);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1em;
}

.sidebar_services-box_img {
  width: 85px;
  -webkit-box-flex: 85px;
  -webkit-flex: 85px 0 0;
      -ms-flex: 85px 0 0px;
          flex: 85px 0 0;
  text-align: center;
}

.sidebar_services-box_img img {
  max-width: 100%;
}

.sidebar_services-box_desc {
  padding-left: .6em;
  -webkit-flex-basis: -webkit-calc(100% - 85px);
      -ms-flex-preferred-size: calc(100% - 85px);
          flex-basis: calc(100% - 85px);
  max-width: -webkit-calc(100% - 85px);
  max-width: calc(100% - 85px);
}

.sidebar_services-box_desc p {
  font-size: .875rem;
  color: #313131;
}

.sidebar_services-box_desc .more-details_btn {
  font-size: .875rem;
  font-weight: 600;
  color: #3ebbf3;
  border-bottom: 1px solid #3ebbf3;
  -webkit-transition: border-bottom-color .3s;
  -o-transition: border-bottom-color .3s;
  transition: border-bottom-color .3s;
}

.sidebar_services-box_desc .more-details_btn:hover {
  border-bottom-color: transparent;
}

.sidebar_services-box_title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #3d3c3c;
  margin-bottom: .6em;
}

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

.form-content .blue-color {
  color: #3ebbf3;
}

.form-content .top-small_text {
  display: block;
  margin-bottom: 1.5em;
  font-size: .875rem;
}

.static-form img {
  max-width: 100%;
}

.form-content_title {
  margin-bottom: .4em;
}

.form-static_policy-text {
  font-size: .875rem;
  color: #b1b3b7;
}

.form-static_submit-btn {
  margin-bottom: 10px;
  max-width: 310px;
  width: 100%;
}

.static-form_right-column {
  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: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.services-mod_section {
  padding: 6em 0;
}

.service-item_mod {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.07);
  height: 100%;
}

.services-column {
  margin-bottom: 3.3em;
  padding-left: 50px;
}

.services-column:nth-child(odd) {
  padding-left: 15px;
  padding-right: 50px;
}

.service-item_mod-img {
  -webkit-box-flex: 280px;
  -webkit-flex: 280px 0 0;
      -ms-flex: 280px 0 0px;
          flex: 280px 0 0;
  max-width: 280px;
  overflow: hidden;
}

.service-item_mod-img:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.service-item_mod-img img {
  display: block;
  width: 100%;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.service-item_mod-desc {
  -webkit-flex-basis: -webkit-calc(100% - 280px);
      -ms-flex-preferred-size: calc(100% - 280px);
          flex-basis: calc(100% - 280px);
  max-width: -webkit-calc(100% - 280px);
  max-width: calc(100% - 280px);
  padding: .7em 1em 1em 2em;
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.service-item_mod-desc p {
  font-size: inherit;
  line-height: 1.35;
  color: #3d3c3c;
  margin-bottom: auto;
}

.service-item_mod-desc .more-details_btn {
  font-size: .875rem;
  font-weight: 600;
  color: #3ebbf3;
  margin-top: .5em;
  border-bottom: 1px solid #3ebbf3;
  -webkit-transition: border-bottom-color .3s;
  -o-transition: border-bottom-color .3s;
  transition: border-bottom-color .3s;
}

.service-item_mod-desc .more-details_btn:hover {
  border-bottom-color: transparent;
}

.service-item_mod-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: #3d3c3c;
  margin-bottom: .4em;
}

/***news-section**/
.news-section {
  padding: 3em 0;
}

.news-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3.2em;
}

.news-item_img {
  -webkit-box-flex: 654px;
  -webkit-flex: 654px 0 0;
      -ms-flex: 654px 0 0px;
          flex: 654px 0 0;
  max-width: 654px;
  overflow: hidden;
}

.news-item_img:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.news-item_img img {
  display: block;
  width: 100%;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.news-item_desc {
  -webkit-flex-basis: -webkit-calc(100% - 654px);
      -ms-flex-preferred-size: calc(100% - 654px);
          flex-basis: calc(100% - 654px);
  max-width: -webkit-calc(100% - 654px);
  max-width: calc(100% - 654px);
  border: 1px solid #F7F7F7;
  border-left: none;
  padding: 1.6em 1em 1em 2.3em;
}

.news-item_desc p {
  line-height: 1.35;
}

.news-item_desc .more-details_btn {
  font-size: .875rem;
  font-weight: 600;
  color: #3ebbf3;
  margin-top: .5em;
  border-bottom: 1px solid #3ebbf3;
  -webkit-transition: border-bottom-color .3s;
  -o-transition: border-bottom-color .3s;
  transition: border-bottom-color .3s;
}

.news-item_desc .more-details_btn:hover {
  border-bottom-color: transparent;
}

.news-item_title {
  font-size: 1.5rem;
  font-weight: 800;
  color: #3d3c3c;
  margin-bottom: 1em;
  text-transform: none;
}

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

.news-item_title a:hover {
  color: #3EBBF3;
  border-bottom-color: #3EBBF3;
}

.news-item_date {
  display: block;
  margin-bottom: 1.5em;
  font-size: .875rem;
  color: #aeaeae;
}

.main-pagination_center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/***vacancy-section***/
.vacancy-section {
  padding: 5.5em 0 5em;
}

.vacancy-section .title-h3 {
  margin-bottom: 2em;
}

.vacancy-section_advatages-list {
  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;
  margin: 0 -15px 3.8em;
}

.vacancy-section_advatages-list li {
  -webkit-box-flex: 23%;
  -webkit-flex: 23% 0 0;
      -ms-flex: 23% 0 0px;
          flex: 23% 0 0;
  max-width: 23%;
  padding: 0 15px;
}

.vacancy-section_advatages-list .advatages-icon {
  display: block;
  height: 65px;
  font-size: 4rem;
  margin-bottom: .3em;
  color: #073E71;
}

.vacancy-section_advatages-list .advatages-title {
  display: block;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 800;
  color: #3d3c3c;
  padding-bottom: .65em;
  margin-bottom: .65em;
  position: relative;
}

.vacancy-section_advatages-list .advatages-title:after {
  content: '';
  display: block;
  width: 104px;
  height: 3px;
  background-color: #073e71;
  position: absolute;
  bottom: 0;
  left: 0;
}

.vacancy-section_advatages-list p {
  font-size: 1rem;
  color: #949494;
  line-height: 1.5;
}

.wrapper-vacanvy {
  margin-bottom: 2.2em;
}

.vacancy-item {
  background-color: white;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.07);
  padding: 2.3em;
  margin-bottom: 3.5em;
}

.vacancy-item ul:not([class]) {
  padding-left: 3.5em;
  color: #3d3c3c;
  margin-bottom: 1.5em;
}

.vacancy-item ul:not([class]) li {
  margin-bottom: .3em;
}

.vacancy-item_title {
  font-size: 1.875rem;
  font-weight: 700;
  color: #073e71;
  margin-bottom: 1.3em;
}

.vacancy-item_list-title {
  color: #3d3c3c;
  display: block;
  margin-bottom: 1.8em;
}

.vacancy-item_more-details {
  display: inline-block;
  font-size: .875rem;
  color: #3ebbf3;
  border-bottom: 1px solid #3ebbf3;
  position: relative;
  cursor: pointer;
  -webkit-transition: border-bottom-color .3s;
  -o-transition: border-bottom-color .3s;
  transition: border-bottom-color .3s;
}

.vacancy-item_more-details.is-active:after {
  top: 7px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.vacancy-item_more-details:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #3ebbf3;
  border-top: 1px solid #3ebbf3;
  position: absolute;
  top: -2px;
  right: -22px;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

.vacancy-item_more-details:hover {
  border-bottom-color: transparent;
}

.vacancy-item_hidden {
  display: none;
}

.input-file {
  width: 220px;
  height: 28px;
  display: block;
  position: relative;
}

.input-file:hover .input-file-text::-webkit-input-placeholder {
  border-bottom-color: transparent;
}

.input-file:hover .input-file-text::-moz-placeholder {
  border-bottom-color: transparent;
}

.input-file:hover .input-file-text::-ms-input-placeholder {
  border-bottom-color: transparent;
}

.input-file:hover .input-file-text::input-placeholder {
  border-bottom-color: transparent;
}

.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;
  font-size: 30px;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.input-file-text {
  width: 100%;
  height: 100%;
  padding: 0 0 0 2.5em;
  background-color: transparent;
  border: none;
  color: #3ebbf3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.input-file-text::-webkit-input-placeholder {
  color: #3ebbf3;
  border-bottom: 1px solid #3ebbf3;
  -webkit-transition: border-bottom-color .3s;
  -o-transition: border-bottom-color .3s;
  transition: border-bottom-color .3s;
}

.input-file-text::-moz-placeholder {
  color: #3ebbf3;
  border-bottom: 1px solid #3ebbf3;
  -webkit-transition: border-bottom-color .3s;
  -o-transition: border-bottom-color .3s;
  transition: border-bottom-color .3s;
}

.input-file-text::-ms-input-placeholder {
  color: #3ebbf3;
  border-bottom: 1px solid #3ebbf3;
  -webkit-transition: border-bottom-color .3s;
  -o-transition: border-bottom-color .3s;
  transition: border-bottom-color .3s;
}

.input-file-text::input-placeholder {
  color: #3ebbf3;
  border-bottom: 1px solid #3ebbf3;
  -webkit-transition: border-bottom-color .3s;
  -o-transition: border-bottom-color .3s;
  transition: border-bottom-color .3s;
}

.input-file_icon {
  color: #3ebbf3;
  font-size: 2rem;
}

.form-static_submit-btn--mod {
  max-width: 226px;
}

.form-static_footer {
  margin-top: 1.7em;
}

.vacancy-section .form-resume_title {
  margin-bottom: 1em;
}

/**gost-section**/
.gost-section {
  padding: 5.5em 0 2em;
}

.form_document-search {
  position: relative;
  height: 50px;
}

.form_document-search .wrapper_submit-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 100%;
}

.form_document-search .wrapper_submit-btn:hover .glipf-search {
  color: #3EBBF3;
}

.form_document-search .glipf-search {
  position: absolute;
  top: 0;
  left: 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;
  font-size: 1.5rem;
  color: #B7B7B7;
  width: 100%;
  height: 100%;
  text-align: right;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

.form_document-search_input {
  width: 100%;
  height: 100%;
  background-color: #fafafa;
  border: 1px solid #b2b2b2;
  padding: 0 47px 0 1em;
  line-height: 43px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  -webkit-transition: border .3s;
  -o-transition: border .3s;
  transition: border .3s;
}

.form_document-search_input:focus {
  border: 1px solid  #24A5D8;
}

.form_document-search_input::-webkit-input-placeholder {
  color: #a9a9a9;
  font-size: .75rem;
}

.form_document-search_input::-moz-placeholder {
  color: #a9a9a9;
  font-size: .75rem;
}

.form_document-search_input::-ms-input-placeholder {
  color: #a9a9a9;
  font-size: .75rem;
}

.form_document-search_input::input-placeholder {
  color: #a9a9a9;
  font-size: .75rem;
}

.form-static_small {
  background-color: white;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.07);
  padding: 1.1em 1.2em .7em;
}

.form-static_small .form-column {
  padding: 0 5px;
  -webkit-box-flex: 37%;
  -webkit-flex: 37%	0 0;
      -ms-flex: 37% 0 0px;
          flex: 37%	0 0;
  max-width: 37%;
}

.form-static_small .form-column:last-child {
  -webkit-box-flex: 26%;
  -webkit-flex: 26% 0 0;
      -ms-flex: 26% 0 0px;
          flex: 26% 0 0;
  max-width: 26%;
}

.form-static_small .text {
  font-size: .875rem;
  color: #3d3c3c;
  display: block;
  margin-bottom: 1em;
}

.form-static_small .row {
  margin: 0 -5px;
}

.form-static_small .form-group {
  margin-bottom: 1em;
}

.form-static_small .form-input {
  height: 43px;
  font-size: .875rem;
  background-color: #eee;
}

.form-static_small .form-input::-webkit-input-placeholder {
  font-size: .75rem;
  color: #b1b3b7;
}

.form-static_small .form-input::-moz-placeholder {
  font-size: .75rem;
  color: #b1b3b7;
}

.form-static_small .form-input::-ms-input-placeholder {
  font-size: .75rem;
  color: #b1b3b7;
}

.form-static_small .form-input::input-placeholder {
  font-size: .75rem;
  color: #b1b3b7;
}

.form-static_small_title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #3d3c3c;
  margin-bottom: .3em;
}

.form-static_small-submit {
  min-width: auto;
  height: 43px;
  font-size: .875rem;
  line-height: 43px;
  width: 100%;
}

.gost-item {
  height: 100%;
}

.gost-item > a {
  background-color: white;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.07);
  padding: 1.2em 1em;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.gost-item > a:hover p {
  color: #3EBBF3;
  border-bottom-color: #3EBBF3;
}

.gost-item_icon {
  -webkit-box-flex: 34px;
  -webkit-flex: 34px 0 0;
      -ms-flex: 34px 0 0px;
          flex: 34px 0 0;
  max-width: 34px;
  color: #073e71;
  font-size: 2.4rem;
}

.gost-item-desc {
  -webkit-flex-basis: -webkit-calc(100% - 34px);
      -ms-flex-preferred-size: calc(100% - 34px);
          flex-basis: calc(100% - 34px);
  max-width: -webkit-calc(100% - 34px);
  max-width: calc(100% - 34px);
  padding-left: 1em;
  line-height: 1.2;
  margin-top: -5px;
}

.gost-item-desc p {
  display: inline;
  color: #3d3c3c;
  font-size: .875rem;
  border-bottom: 1px solid #3d3c3c;
  -webkit-transition: border-bottom-color .3s, color .3s;
  -o-transition: border-bottom-color .3s, color .3s;
  transition: border-bottom-color .3s, color .3s;
}

.wrapper_gost-item {
  margin-top: 2.7em;
}

.wrapper_gost-item [class^="col-"] {
  margin-bottom: 3.5em;
}

.gost-section_header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  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;
  margin: 0 -15px;
}

.gost-section_header .left-column {
  -webkit-box-flex: 51%;
  -webkit-flex: 51% 0 0;
      -ms-flex: 51% 0 0px;
          flex: 51% 0 0;
  max-width: 51%;
  padding: 0 15px;
}

.gost-section_header .right-column {
  -webkit-box-flex: 44%;
  -webkit-flex: 44% 0 0;
      -ms-flex: 44% 0 0px;
          flex: 44% 0 0;
  max-width: 44%;
  padding: 0 15px;
}

/***delivery-section**/
.delivery-section {
  padding: 5.5em 0 4em;
  overflow: hidden;
}

.delivery-section .top-text {
  font-size: 1.5rem;
  font-weight: 600;
  color: #3d3c3c;
  margin-top: 1.3em;
  margin-bottom: 1.7em;
}

.delivery-item {
  background-color: white;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.07);
  padding: 1.1em 1em 1.1em  1.5em;
  height: 100%;
}

.delivery-item p {
  color: #949494;
  font-size: 1rem;
}

.delivery-item_icon {
  color: #073E71;
  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: 4.5rem;
  height: 85px;
  margin: 0 0 .3em;
}

.delivery-item_icon.glipf-truck {
  font-size: 6rem;
}

.delivery-item_title {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 800;
  color: #3d3c3c;
  padding-bottom: .9em;
  margin-bottom: .9em;
  position: relative;
}

.delivery-item_title:after {
  content: '';
  display: block;
  width: 104px;
  height: 3px;
  background-color: #073e71;
  position: absolute;
  bottom: 0;
  left: 0;
}

.delivery-img {
  position: relative;
  left: 1.5em;
  top: -1em;
  width: 150%;
}

.delivery-img img {
  max-width: 100%;
}

.delivery-section_header {
  margin-bottom: 2.6em;
}

.delivery-section_header .title-h3 {
  white-space: nowrap;
}

.transport-column {
  margin-bottom: 2.5em;
}

.transport-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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 1.4em 0 0;
  height: 100%;
  z-index: 1;
}

.transport-item:hover:after {
  background: #3EBBBB;
}

.transport-item:after {
  content: '';
  display: block;
  height: 95%;
  width: 70%;
  background: #3EBBF3;
  position: absolute;
  top: 0;
  left: 1.6em;
  -webkit-transform: skew(-8deg);
      -ms-transform: skew(-8deg);
          transform: skew(-8deg);
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  z-index: -1;
}

.transport-item_title {
  font-size: 1.3500rem;
  font-weight: 600;
  display: block;
  color: #fff;
  padding: 0 3em 0;
  margin-bottom: .3em;
}

.transport-item_img {
  padding-left: .7em;
}

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

.transport-item_img-mod {
  padding-left: 1.6em;
}

.recommended-transportation_footer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0;
  padding: 0 4em 0 2em;
  color: #3d3c3c;
}

.recommended-transportation_footer .left-column {
  -webkit-box-flex: 69%;
  -webkit-flex: 69% 0 0;
      -ms-flex: 69% 0 0px;
          flex: 69% 0 0;
  max-width: 69%;
  line-height: 1.6;
  padding: 0 15px;
}

.recommended-transportation_footer .right-column {
  -webkit-box-flex: 31%;
  -webkit-flex: 31% 0 0;
      -ms-flex: 31% 0 0px;
          flex: 31% 0 0;
  max-width: 31%;
  padding: 0 15px;
}

.recommended-transportation_footer ul:not([class]) {
  padding-left: 1.2em;
  margin-bottom: 1.3em;
}

.recommended-transportation_footer ul:not([class]) li {
  margin-bottom: 0;
}

.recommended-transportation_footer p {
  margin-bottom: 1.5em;
  line-height: inherit;
}

.order-transport_section {
  padding: 5.5em 0 4em;
  background: url(../img/bg/order-transport_bg.jpg) no-repeat center top;
  -webkit-background-size: cover;
          background-size: cover;
}

.order-transport_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: 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;
  background-color: white;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.07);
  padding: 2.3em;
  padding-bottom: 1.5em;
  height: 100%;
  text-align: center;
}

.order-transport_column {
  margin-bottom: 1.5em;
}

.order-transport_item-img {
  margin-bottom: 1.7em;
}

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

.order-transport_item-title {
  display: block;
  color: #3d3c3c;
  font-size: 1.5625rem;
  font-weight: 600;
  margin-top: auto;
}

.order-transport_item-btn {
  margin-top: 1em;
}

/***contact-section**/
.contact-section {
  padding: 5.5em 0 4.5em;
  color: #3d3c3c;
}

.tab {
  cursor: pointer;
}

.tab-item {
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
}

.tab-item.is-visible {
  opacity: 1;
  overflow: visible;
  height: auto;
}

.contact-img.tab-item{
  display: none;
}

.contact-img.tab-item.is-visible{
  display: contents;
}

.tab-names {
  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;
  margin-bottom: 2.4em;
}

.tab-names li {
  font-size: 1.5rem;
  font-weight: 700;
  margin-right: 1em;
}

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

.tab-names li.active .tab-text {
  color: #24a6d7;
  border-bottom-color: #24a6d7;
}

.tab-names .tab-text {
  color: #b6b6b6;
  border-bottom: 1px solid transparent;
  -webkit-transition: color .3s, border-bottom-color .3s;
  -o-transition: color .3s, border-bottom-color .3s;
  transition: color .3s, border-bottom-color .3s;
}

.wrapper_select-office {
  margin-bottom: 2.7em;
}

.wrapper_select-office .selectric {
  height: 50px;
}

.wrapper_select-office .label {
  line-height: 50px;
  margin-right: 70px;
  margin-left: 1.5em;
}

.wrapper_select-office .button {
  width: 65px;
}

.wrapper_select-office .button:after {
  width: 12px;
  height: 12px;
}

.contact-section_subtitle {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1em;
}

.contact-section_adress {
  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: 1.5rem;
  margin-bottom: 1.35em;
}

.contact-section_adress .glipf-place-2 {
  color: #3EBBF3;
  font-size: 1.7rem;
  margin-right: .3em;
}

.contact-section_list {
  margin-bottom: 3.2em;
}

.contact-section_list li {
  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;
  margin-bottom: 12px;
}

.contact-section_list [class*="glipf-"] {
  color: #3EBBF3;
  margin-right: .9em;
}

.contact-section_list a {
  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;
}

.contact-section_list_mod {
  margin-bottom: 1.8em;
}

.contact-section_list_mod li {
  margin-bottom: 5px;
}

.contact-mail {
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

.contact-mail:hover {
  color: #3EBBF3;
}

.blue-border_btn {
  display: inline-block;
  color: #3ebbf3;
  font-weight: 600;
  height: 50px;
  line-height: 50px;
  min-width: 140px;
  border: 2px solid #3ebbf3;
  text-align: center;
  -webkit-transition: border-color .3s, background .3s, color .3s;
  -o-transition: border-color .3s, background .3s, color .3s;
  transition: border-color .3s, background .3s, color .3s;
}

.blue-border_btn:hover {
  background: #3ebbf3;
  color: #fff;
}

.blue-border_btn:active {
  background: #0faaef;
  border-color: #0faaef;
}

.download-details_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;
  padding: .2em .5em;
  color: #3ebbf3;
  font-weight: 600;
  height: 50px;
  border: 2px solid #3ebbf3;
  -webkit-transition: border-color .3s, background .3s, color .3s;
  -o-transition: border-color .3s, background .3s, color .3s;
  transition: border-color .3s, background .3s, color .3s;
}

.download-details_btn:hover {
  background: #3ebbf3;
  color: #fff;
}

.download-details_btn:active {
  background: #0faaef;
  border-color: #0faaef;
}

.download-details_btn .glipf-pdf {
  font-size: 1.3rem;
  margin-right: .7em;
}

.driving-directions_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;
}

.driving-directions_btn .glipf-download {
  margin-right: .7em;
}

.contact-img {
  margin-top: 4.7em;
}

.contact-img img {
  max-width: 100%;
}

.contact_left-column {
  -webkit-box-flex: 53%;
  -webkit-flex: 53% 0 0;
      -ms-flex: 53% 0 0px;
          flex: 53% 0 0;
  max-width: 53%;
  padding: 0 15px;
}

.contact_right-column {
  -webkit-box-flex: 47%;
  -webkit-flex: 47% 0 0;
      -ms-flex: 47% 0 0px;
          flex: 47% 0 0;
  max-width: 47%;
  padding: 0 15px 0 3.3em;
}

.contact-section-desc {
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
}

.contact-section-desc.is-active {
  opacity: 1;
  height: auto;
  overflow: visible;
}

img.contact-section-desc {
  display: none;
}

img.contact-section-desc.is-active {
  display: block;
}

/**about-us_section**/
.about-us_section {
  padding: 5.5em 0 4em;
  color: #3d3c3c;
  background: url(../img/bg/about-us_bg.jpg) no-repeat center top;
  -webkit-background-size: cover;
          background-size: cover;
}

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

.about-us_left-column {
  padding: 0 15px;
  -webkit-box-flex: 56.5%;
  -webkit-flex: 56.5% 0 0;
      -ms-flex: 56.5% 0 0px;
          flex: 56.5% 0 0;
  max-width: 56.5%;
}

.about-us_right-column {
  padding: 0 15px;
  -webkit-box-flex: 43.5%;
  -webkit-flex: 43.5% 0 0;
      -ms-flex: 43.5% 0 0px;
          flex: 43.5% 0 0;
  max-width: 43.5%;
}

.about-us_img {
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
}

.about-us_img img {
  display: block;
  max-width: 100%;
}

.digit-section {
  padding: 5.5em 0;
}

.digit-list {
  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;
  position: relative;
  z-index: 1;
}

.digit-list.off:after {
  opacity: 0;
}

.digit-list:after {
  content: '';
  display: block;
  height: 100px;
  max-width: 1130px;
  width: 100%;
  background: url(../img/bg/line-dashed.png) no-repeat center 0;
  -webkit-background-size: contain;
          background-size: contain;
  position: absolute;
  top: 50px;
  left: 3em;
  -webkit-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s;
  z-index: -1;
}

.digit-list li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 15px;
  font-size: 1.25rem;
  text-align: center;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.digit-item_circle {
  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: 180px;
  height: 180px;
  background-color: #3ebbf3;
  border: 30px solid #38a6d9;
  color: #fff;
  font-size: 2.25rem;
  font-weight: 600;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin: 0 auto .7em;
}

.digit-item_circle.fade {
  opacity: 1 !important;
}

.fadein {
  opacity: 0;
}

.anim-digit {
  -webkit-animation: pulse 5s .5s ease-out infinite;
          animation: pulse 5s .5s ease-out infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.history-company_section {
  padding: 1em 0 5.2em;
  color: #3d3c3c;
}

.history-company_section .title-h3 {
  margin-bottom: 1.2em;
}

.history-company_blue-box {
  position: relative;
  color: #fff;
  padding: 3.5em 4.5em 3.5em 3em;
  z-index: 1;
}

.history-company_blue-box .title {
  font-size: 1.5625rem;
  font-weight: 700;
  margin-bottom: .7em;
}

.history-company_blue-box:after {
  content: '';
  display: block;
  height: 100%;
  width: 88%;
  background: #3EBBF3;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: skew(-7deg);
      -ms-transform: skew(-7deg);
          transform: skew(-7deg);
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  z-index: -1;
}

.history-company_blue-box p {
  font-size: .875rem;
  line-height: 1.7;
}

.history-company_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-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.history-company_slide-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-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 330px;
  padding: 3.2em  2em 2em 3.5em;
  -webkit-box-flex: 36%;
  -webkit-flex: 36% 0 0;
      -ms-flex: 36% 0 0px;
          flex: 36% 0 0;
  max-width: 36%;
  position: relative;
  z-index: 1;
}

.history-company_slide-left:after {
  content: '';
  display: block;
  height: 100%;
  width: 92%;
  background-color: white;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.07);
  position: absolute;
  bottom: .5em;
  left: 1.7em;
  -webkit-transform: skew(-8deg);
      -ms-transform: skew(-8deg);
          transform: skew(-8deg);
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  z-index: -1;
}

.history-company_slide-year {
  display: inline-block;
  color: #3ebbf3;
  font-size: 1.25em;
  font-weight: 700;
  padding-bottom: .3em;
  position: relative;
  margin-bottom: 1.7em;
}

.history-company_slide-year:after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #24a6d7;
  position: absolute;
  bottom: 0;
  left: 0;
}

.history-company_slide-title {
  display: block;
  font-size: 1.3125rem;
  font-weight: 700;
  margin-bottom: auto;
  width: 100%;
}

.history-company_slide-nav {
  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;
  width: 100%;
}

.history-company_slide-nav .slide-arrow {
  font-size: .875rem;
  font-weight: 300;
  cursor: pointer;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

.history-company_slide-nav .slide-arrow:hover {
  color: #3ebbf3;
  font-weight: 400;
}

.history-company_slide-right {
  padding: 0 15px 0 3em;
  -webkit-box-flex: 64%;
  -webkit-flex: 64% 0 0;
      -ms-flex: 64% 0 0px;
          flex: 64% 0 0;
  max-width: 64%;
}

.year-slider {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  margin-top: 2.5em;
}

.year-slider:before {
  content: '';
  display: block;
  width: 93%;
  height: 2px;
  background: #F1F1F1;
  position: absolute;
  top: 3px;
  left: 0;
}

.year-slider li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
  position: relative;
  font-size: 1rem;
  z-index: 1;
}

.year-slider li.is-active .year-slide_dots {
  background-color: #fff;
  border: 2px solid #3ebbf3;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.55);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.55);
  -webkit-transform: scale(2);
      -ms-transform: scale(2);
          transform: scale(2);
}

.year-slide_dots {
  display: block;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #B9B9B9;
  margin-bottom: 1.2em;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.advantages-mod_section {
  padding: 0 0 1.8em;
}

.photo-galery_section {
  background: url(../img/bg/blue-bg.jpg) no-repeat center top;
  -webkit-background-size: cover;
          background-size: cover;
  padding: 5.5em 0;
}

.photo-galery_item {
  margin-bottom: 1.875em;
}

.photo-galery_item img {
  max-width: 100%;
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.25);
          box-shadow: 0 5px 25px rgba(0, 0, 0, 0.25);
}

.current-vacancies_section {
  background: url(../img/bg/current-vacancies_bg.jpg) no-repeat center top;
  -webkit-background-size: cover;
          background-size: cover;
}

.current-vacancies_section .top-text {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: .3em;
}

.current-vacancies_title {
  font-size: 3.125rem;
  font-weight: 700;
  margin-bottom: .4em;
}

.current-vacancies_right {
  padding: 1.875em 15px;
  -webkit-box-flex: 54%;
  -webkit-flex: 54% 0 0;
      -ms-flex: 54% 0 0px;
          flex: 54% 0 0;
  max-width: 54%;
}

.current-vacancies_right .main-btn {
  min-width: 255px;
}

.current-vacancies_left {
  -webkit-box-flex: 46%;
  -webkit-flex: 46% 0 0;
      -ms-flex: 46% 0 0px;
          flex: 46% 0 0;
  max-width: 46%;
  margin-bottom: -4em;
}

.current-vacancies_img {
  overflow: hidden;
  padding-right: 5em;
  text-align: right;
}

.current-vacancies_img img {
  max-width: 100%;
}

/**reviews-section***/
.reviews-section {
  padding: 5.5em 0 3em;
  border-bottom: 1px solid #D1D1D1;
}

.review-item {
  margin-bottom: 3em;
}

.review-item img {
  max-width: 100%;
}

.partners-section {
  padding: 5.5em 0 3em;
}

.wrapper_partner-item {
  color: #3d3c3c;
}

.wrapper_partner-item [class^="col-"] {
  margin-bottom: 2.2em;
}

.partner-item {
  background-color: white;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.07);
  padding: 1.8em 2em;
  height: 100%;
}

.partner-item p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 0;
}

.partner-item_logo {
  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: 0 0 1em;
  height: 78px;
  text-align: center;
}

.partner-item_logo img {
  max-width: 100%;
  max-height: 100%;
}

.form-content_mod {
  background: url(../img/bg/form2-bg.jpg) no-repeat center top;
  -webkit-background-size: cover;
          background-size: cover;
  overflow: hidden;
  padding: 0;
}

.form-content_mod .form-content_title {
  font-size: 2.1875rem;
}

.form-content_mod .form-static_submit-btn {
  margin-top: 1em;
}

.form-content_mod .form-group {
  margin-bottom: 1em;
}

.beam-img {
  float: right;
  width: 150%;
  text-align: right;
}

.beam-img img {
  max-width: 100%;
}

.form-content_mod-desc {
  padding: 4em 0 2em;
}

.form-content_mod-desc .top-small_text {
  font-size: 1rem;
  margin-bottom: 1.9em;
}

.form-content_mod-desc .form-input {
  height: 43px;
}

.form-content_mod-desc .form-input::-webkit-input-placeholder {
  font-size: .85rem;
}

.form-content_mod-desc .form-input::-moz-placeholder {
  font-size: .85rem;
}

.form-content_mod-desc .form-input::-ms-input-placeholder {
  font-size: .85rem;
}

.form-content_mod-desc .form-input::input-placeholder {
  font-size: .85rem;
}

.form-content_mod-desc .form-textarea {
  height: 172px;
}

.form-content_mod-desc .form-textarea::-webkit-input-placeholder {
  font-size: .875rem;
}

.form-content_mod-desc .form-textarea::-moz-placeholder {
  font-size: .875rem;
}

.form-content_mod-desc .form-textarea::-ms-input-placeholder {
  font-size: .875rem;
}

.form-content_mod-desc .form-textarea::input-placeholder {
  font-size: .875rem;
}

/**news-detailed**/
.news-detailed {
  padding: 5.5em 0 3.2em;
}

.news-detailed p {
  line-height: 1.6;
  margin-bottom: 1.7em;
}

.news-detailed_title {
  margin-bottom: .8em;
}

.news-detailed_date {
  display: block;
  color: #aeaeae;
  font-size: 1rem;
  margin-bottom: 3em;
}

.news-detailed_img {
  margin: 0 0 2em;
  overflow: hidden;
  text-align: center;
}

.news-detailed_img img {
  max-width: 100%;
}

.sidebar_news-item {
  border: 1px solid #E5E5E5;
  margin-bottom: 1.25em;
}

.sidebar_news-item_img {
  overflow: hidden;
}

.sidebar_news-item_img:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.sidebar_news-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;
}

.sidebar_news-item_desc {
  padding: .7em 1.5em;
}

.sidebar_news-item_title {
  font-size: 1rem;
  color: #3d3c3c;
  font-weight: 700;
  margin-bottom: 1em;
}

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

.sidebar_news-item_title a:hover {
  border-bottom-color: #24A6D7;
  color: #24A6D7;
}

.sidebar_news-item_date {
  color: #aeaeae;
  font-size: 0.625rem;
}

.all-news_btn {
  width: 100%;
}

.slick-arrow {
  border-color: #24A6D7;
  top: 40%;
}

.slick-arrow:hover {
  border-color: #2456D7;
}

.slick-next {
  right: 0;
}

.slick-prev {
  left: 0;
}

/***main-footer***/
.main-footer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background: #083F72;
  padding: 2.6em 0 1.2em;
  color: #fff;
}

.footer-title {
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 1.3em;
  text-transform: uppercase;
}

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

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

.footer-menu li {
  margin-bottom: 2px;
}

.footer-menu a {
  font-size: 1rem;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom-color .3s;
  -o-transition: border-bottom-color .3s;
  transition: border-bottom-color .3s;
}

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

.footer-title_box {
  margin-top: 1.6em;
}

.footer-contact_list li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: .45em;
  font-size: 1rem;
}

.footer-contact_list [class^="glipf-"] {
  margin-right: .7em;
  font-size: .9rem;
}

.footer-contact_list .glipf-clock {
  top: 4px;
  position: relative;
}

.footer-contact_list a {
  position: relative;
  padding-left: 1.5em;
}

.footer-contact_list a [class^="glipf-"] {
  position: absolute;
  top: 4px;
  left: 0;
}

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

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

.footer-column {
  padding: 0 15px;
}

.footer-column:nth-child(1) {
  -webkit-box-flex: 65%;
  -webkit-flex: 65% 0 0;
      -ms-flex: 65% 0 0px;
          flex: 65% 0 0;
  max-width: 65%;
}

.footer-column:nth-child(2) {
  -webkit-box-flex: 18%;
  -webkit-flex: 18% 0 0;
      -ms-flex: 18% 0 0px;
          flex: 18% 0 0;
  max-width: 18%;
}

.footer-column:nth-child(3) {
  -webkit-box-flex: 17%;
  -webkit-flex: 17% 0 0;
      -ms-flex: 17% 0 0px;
          flex: 17% 0 0;
  max-width: 17%;
}

.rules{
  padding: 1.2em 0 0;
}
.rules a{
  display: block;
  font-size: 0.8rem;
}

.social-network {
  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;
  margin-top: 1.5em;
}

.social-network li {
  margin-left: .4em;
}

.social-network a {
  color: #fff;
  font-size: 1.1rem;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

.social-network a:hover {
  color: #24A5D8;
}

.scroll-to-top {
  display: block;
  width: 50px;
  height: 50px;
  background: #052542;
  cursor: pointer;
  position: fixed;
  left: 40px;
  bottom: 4em;
  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-visible {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

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

.tablet-visible {
  display: none;
}

.tablet-small_visible {
  display: none;
}

.mobile-visible {
  display: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .price-list_box-content img {
    width: 100%;
  }
  .cart-step_item {
    -webkit-box-flex: 1;
    -webkit-flex: auto 0 0;
        -ms-flex: auto 0 0px;
            flex: auto 0 0;
  }
}

@media only screen and (max-width: 1900px) {
  .dropdown-menu_item > a {
    font-size: .875rem;
    padding: .25em .7em;
    min-height: 35px;
  }
  .main-page_title {
    font-size: 3.8rem;
  }
  .cart-content .container {
    padding: 2em 15px;
  }
  .cart-content_title {
    margin-bottom: 1em;
  }
  .cart-content_header {
    margin-bottom: 1.5em;
  }
  .cart-steps {
    margin-bottom: 0;
  }
  .cart-content_body {
    max-height: -webkit-calc(100vh - 300px);
    max-height: calc(100vh - 300px);
  }
  .form-input {
    height: 60px;
  }
  .form-textarea {
    height: 228px;
  }
  .checkout-checkbox input[type="checkbox"] + .checkbox-text:after {
    width: 27px;
    height: 27px;
  }
  .checkout-checkbox input[type="checkbox"]:checked + .checkbox-text:before {
    height: 18px;
    width: 9px;
  }
  .checkout-checkbox .checkbox-text {
    font-size: 1rem;
  }
  .cart-table th {
    padding: .8em;
  }
  .cart-table td {
    padding: .7em;
    font-size: 1.125rem;
  }
  .cart-table {
    margin-bottom: 1em;
  }
  .cart-content_body .check-icon {
    width: 130px;
    height: 130px;
  }
  .cart-content_body .thanks-text {
    font-size: 2.2rem;
  }
  .checkout-form {
    height: -webkit-calc(100vh - 225px);
    height: calc(100vh - 225px);
  }
  .checkout-form .cart-content_body {
    max-height: -webkit-calc(100vh - 300px);
    max-height: calc(100vh - 300px);
  }
}

@media only screen and (max-width: 1390px) {
  .global-pad {
    padding-top: 143px;
  }
  .dropdown-content {
    left: 274px;
  }
  .dropdown-menu_item > a {
    font-size: .75rem;
    padding: .25em .5em;
    min-height: 30px;
  }
  .main-page_title {
    font-size: 3.2rem;
  }
  .category-item > a {
    font-size: 1.25rem;
  }
  .category-item_mod {
    font-size: 1.25rem;
  }
  body {
    font-size: 1rem;
  }
  .category-item_mod-content .category-icon {
    left: .1em;
  }
  .main-btn {
    min-width: 170px;
  }
  .download-price_btn {
    max-width: 200px;
  }
  .service-item_title {
    font-size: 1.25rem;
  }
  .advantages-item_title {
    font-size: 1.25rem;
  }
  .advantages-item_icon {
    font-size: 2.7rem;
    height: 60px;
  }
  .advantages-item_icon.glipf-truck {
    font-size: 4.5rem;
  }
  .advantages-item {
    margin-bottom: 1.7em;
  }
  .advantages-item .min {
    display: inline;
  }
  .map-contact_box {
    max-width: 370px;
    -webkit-transform: translate(-158%, -50%);
        -ms-transform: translate(-158%, -50%);
            transform: translate(-158%, -50%);
  }
  .map-contact_list li {
    font-size: 1.125rem;
  }
  .map-contact_box {
    padding: 1.7em 1.5em;
  }
  .head-logo {
    max-width: 300px;
    -webkit-box-flex: 300px;
    -webkit-flex: 300px 0 0;
        -ms-flex: 300px 0 0px;
            flex: 300px 0 0;
  }
  .head_phone-box {
    font-size: .875rem;
  }
  .head_callback-btn a {
    font-size: inherit;
  }
  .head_form-search {
    max-width: 300px;
  }
  .head-cart .glipf-cart {
    font-size: 2.5rem;
  }
  .cart-content_title {
    font-size: 1.5rem;
  }
  .cart-total-price {
    font-size: 1.5rem;
  }
  .checkout-btn {
    height: 50px;
    line-height: 50px;
  }
  .back-site_btn {
    height: 50px;
    line-height: 50px;
  }
  .cart-content_body {
    max-height: -webkit-calc(100vh - 265px);
    max-height: calc(100vh - 265px);
  }
  .cart-table_textarea {
    height: 120px;
  }
  .cart-content .container {
    padding: 1.875em 15px;
  }
  .form-input {
    height: 50px;
  }
  .form-group {
    margin-bottom: 1.2em;
  }
  .form-group_last {
    margin-bottom: 0;
  }
  .form-textarea {
    height: 159px;
  }
  .cart-content_body .check-icon {
    width: 125px;
    height: 125px;
  }
  .cart-content_body .thanks-text small {
    margin-top: .7em;
  }
  .cart-content_body .thanks-text {
    margin-bottom: 1.1em;
  }
  .cart-content_body-mod {
    max-height: -webkit-calc(100vh - 200px);
    max-height: calc(100vh - 200px);
  }
  .form-input::-webkit-input-placeholder {
    font-size: inherit;
  }
  .form-input::-moz-placeholder {
    font-size: inherit;
  }
  .form-input::-ms-input-placeholder {
    font-size: inherit;
  }
  .form-input::input-placeholder {
    font-size: inherit;
  }
  .form-textarea::-webkit-input-placeholder {
    font-size: inherit;
  }
  .form-textarea::-moz-placeholder {
    font-size: inherit;
  }
  .form-textarea::-ms-input-placeholder {
    font-size: inherit;
  }
  .form-textarea::input-placeholder {
    font-size: inherit;
  }
  .footer-column:nth-child(1) {
    -webkit-box-flex: 62%;
    -webkit-flex: 62% 0 0;
        -ms-flex: 62% 0 0px;
            flex: 62% 0 0;
    max-width: 62%;
  }
  .footer-column:nth-child(2) {
    -webkit-box-flex: 18%;
    -webkit-flex: 18% 0 0;
        -ms-flex: 18% 0 0px;
            flex: 18% 0 0;
    max-width: 18%;
  }
  .footer-column:nth-child(3) {
    -webkit-box-flex: 20%;
    -webkit-flex: 20% 0 0;
        -ms-flex: 20% 0 0px;
            flex: 20% 0 0;
    max-width: 20%;
  }
  .checkout-form {
    height: -webkit-calc(100vh - 200px);
    height: calc(100vh - 200px);
  }
  .checkout-form .cart-content_body {
    max-height: -webkit-calc(100vh - 275px);
    max-height: calc(100vh - 275px);
  }
  .category-item_other .category-icon {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    top: 0.1em;
  }
  .category-item_mod-other .category-icon {
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
    top: -2px;
  }
  .category-item_other-title {
    font-size: 1.25rem;
  }
  .category-item_other-list a {
    font-size: inherit;
  }
  .category-item_mod-other .site-link {
    font-size: .875rem;
  }
  .subcategory-item_img {
    -webkit-box-flex: 130px;
    -webkit-flex: 130px 0 0;
        -ms-flex: 130px 0 0px;
            flex: 130px 0 0;
    width: 130px;
    text-align: center;
  }
  .subcategory-item_img img {
    max-width: 100%;
  }
  .subcategory-item_name {
    -webkit-flex-basis: -webkit-calc(100% - 130px);
        -ms-flex-preferred-size: calc(100% - 130px);
            flex-basis: calc(100% - 130px);
    max-width: -webkit-calc(100% - 130px);
    max-width: calc(100% - 130px);
  }
  .subcategory-item > a {
    font-size: 1.25rem;
  }
  .catalog_right-column {
    padding-left: 2em;
  }
  .product-item_cart-btn {
    min-width: auto;
  }
  .static-form .form-textarea {
    height: 172px;
  }
  .service-item_mod-desc p {
    line-height: 1.3;
    font-size: .935rem;
  }
  .news-item_img {
    -webkit-box-flex: 600px;
    -webkit-flex: 600px 0 0;
        -ms-flex: 600px 0 0px;
            flex: 600px 0 0;
    max-width: 600px;
  }
  .news-item_desc {
    -webkit-flex-basis: -webkit-calc(100% - 600px);
        -ms-flex-preferred-size: calc(100% - 600px);
            flex-basis: calc(100% - 600px);
    max-width: -webkit-calc(100% - 600px);
    max-width: calc(100% - 600px);
    padding: 1em 1em 1em 1.3em;
  }
  .vacancy-section_advatages-list li {
    -webkit-box-flex: 25%;
    -webkit-flex: 25% 0 0;
        -ms-flex: 25% 0 0px;
            flex: 25% 0 0;
    max-width: 25%;
  }
  .vacancy-section_advatages-list .advatages-title {
    font-size: 1.25rem;
  }
  .input-file {
    width: 196px;
  }
  .form-static_small-submit {
    min-width: auto;
  }
  .delivery-img {
    top: 1em;
    left: 0;
    width: 100%;
  }
  .delivery-item_icon {
    font-size: 3rem;
    height: 55px;
  }
  .delivery-item_icon.glipf-truck {
    font-size: 4rem;
  }
  .delivery-item_title {
    font-size: 1rem;
    padding-bottom: .5em;
    margin-bottom: .5em;
  }
  .delivery-item p {
    font-size: .875rem;
  }
  .delivery-section .top-text {
    font-size: 1.2rem;
  }
  .transport-item_title {
    font-size: 1.25rem;
  }
  .contact_left-column {
    -webkit-box-flex: 55%;
    -webkit-flex: 55% 0 0;
        -ms-flex: 55% 0 0px;
            flex: 55% 0 0;
    max-width: 55%;
  }
  .contact_right-column {
    -webkit-box-flex: 45%;
    -webkit-flex: 45% 0 0;
        -ms-flex: 45% 0 0px;
            flex: 45% 0 0;
    max-width: 45%;
    padding-left: 15px;
  }
  .digit-list:after {
    max-width: 1080px;
  }
  .digit-list li {
    font-size: 1rem;
  }
  .history-company_slide-title {
    font-size: 1.125rem;
  }
  .advantages-mod_section .advantages-item .min {
    display: block;
  }
  .beam-img {
    width: 100%;
    float: none;
  }
  .services-column {
    padding-left: 25px;
  }
  .services-column:nth-child(odd) {
    padding-right: 25px;
  }
  .form-callback .form-label {
    margin-bottom: .5em;
  }
  .form-callback .form-callback_submit {
    margin-top: .7em;
  }
  .download-price_btn .glipf-download {
    margin-right: .7em;
  }
}

@media only screen and (max-width: 1200px) {
  .head-logo {
    max-width: 220px;
    -webkit-box-flex: 220px;
    -webkit-flex: 220px 0 0;
        -ms-flex: 220px 0 0px;
            flex: 220px 0 0;
  }
  .head_form-search {
    max-width: 205px;
  }
  .head-cart {
    margin-left: .7em;
  }
  .head_form-search .wrapper_submit-btn {
    width: 30px;
  }
  .head_form-search_input {
    padding-right: 35px;
  }
  .main-page_title {
    font-size: 2.25rem;
  }

.main-subtitle {
  font-size: 2rem;
}

  .main-btn {
    height: 45px;
    line-height: 45px;
  }
  .main-section_catalog-btn {
    min-width: 115px;
  }
  .slick-dots li {
    width: 8px;
    height: 8px;
  }
  .main-slider .slick-dots {
    bottom: -2.7em;
  }
  .category-item {
    -webkit-box-flex: 25%;
    -webkit-flex: 25% 0 0;
        -ms-flex: 25% 0 0px;
            flex: 25% 0 0;
    max-width: 25%;
  }
  .category-item_mod {
    -webkit-box-flex: 33.3336%;
    -webkit-flex: 33.3336%;
        -ms-flex: 33.3336%;
            flex: 33.3336%;
    max-width: 33.3336%;
  }
  .category-item > a {
    font-size: 1.125rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .download-price_btn {
    max-width: 290px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .download-price_btn .glipf-download {
    margin-right: .8em;
  }
  .service-item_title {
    font-size: 1.125rem;
  }
  .service-item p {
    font-size: inherit;
  }
  body {
    font-size: .935rem;
  }
  .service-item_desc {
    padding: 1em;
  }
  .advantages-section .right-column {
    padding-left: 15px;
  }
  .advantages-item_title {
    font-size: 1rem;
    line-height: 1.3;
  }
  .advantages-item p {
    font-size: inherit;
  }
  h2, .section-title {
    font-size: 1.5rem;
  }
  .map-contact_box {
    max-width: 355px;
    -webkit-transform: translate(-131%, -50%);
        -ms-transform: translate(-131%, -50%);
            transform: translate(-131%, -50%);
  }
  .map-contact_list li {
    font-size: 1rem;
  }
  .map-container {
    height: 500px;
  }
  .category-section {
    padding: 2.25em 0;
  }
  .services-section {
    padding: 2.25em 0 1em;
  }
  .service-item {
    margin-bottom: 1.5em;
  }
  .advantages-section {
    padding: 2.25em 0 .5em;
  }
  .our-partners_section {
    padding: 2.25em 0;
  }
  .our-partners_slider {
    margin-top: 0;
  }
  .text-section {
    padding: 2.25em 0;
  }
  .text-section p {
    padding-right: 0;
  }
  .footer-column:nth-child(1) {
    -webkit-box-flex: 60%;
    -webkit-flex: 60% 0 0;
        -ms-flex: 60% 0 0px;
            flex: 60% 0 0;
    max-width: 60%;
  }
  .footer-column:nth-child(2) {
    -webkit-box-flex: 18%;
    -webkit-flex: 18% 0 0;
        -ms-flex: 18% 0 0px;
            flex: 18% 0 0;
    max-width: 18%;
  }
  .footer-column:nth-child(3) {
    -webkit-box-flex: 22%;
    -webkit-flex: 22% 0 0;
        -ms-flex: 22% 0 0px;
            flex: 22% 0 0;
    max-width: 22%;
  }
  .footer-contact_list li {
    font-size: inherit;
  }
  .fixed-panel_catalog-btn {
    padding: 1em 2em;
  }
  .fixed-menu .row {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .fixed-menu .head-logo {
    top: 0;
  }
  .fixed-menu .head_select-city {
    margin-right: 1%;
  }
  .fixed-menu .hamburger {
    margin-right: 3px;
  }
  .fixed-menu .head_form-search {
    max-width: 160px;
  }
  .dropdown-content {
    left: 267px;
  }
  .dropdown-submenu_img {
    display: none;
  }
  .back-site_btn {
    height: 45px;
    font-size: 1rem;
    line-height: 45px;
  }
  .checkout-btn {
    font-size: 1rem;
  }
  .cart-total-price {
    font-size: 1.25rem;
  }
  .wrapper_cart-table {
    overflow: auto;
  }
  .category-item_mod-other {
    max-width: 100%;
  }
  .category-section_mod {
    padding: 3em 0 1em;
  }
  .category-item_other {
    margin-bottom: 2em;
  }
  .catalog_right-column {
    padding-left: 15px;
  }
  .sidebar-catalog_content {
    padding: 1em;
  }
  .catalog-menu_item > a {
    font-size: .875rem;
  }
  .filter-box_column {
    -webkit-box-flex: 25%;
    -webkit-flex: 25% 0 0;
        -ms-flex: 25% 0 0px;
            flex: 25% 0 0;
    max-width: 25%;
  }
  .product-table th {
    white-space: normal;
  }
  .sidebar_services-box_img {
    width: 50px;
    -webkit-box-flex: 50px;
    -webkit-flex: 50px  0 0;
        -ms-flex: 50px 0 0px;
            flex: 50px  0 0;
  }
  .sidebar_services-box_desc {
    -webkit-flex-basis: -webkit-calc(100% - 50px);
        -ms-flex-preferred-size: calc(100% - 50px);
            flex-basis: calc(100% - 50px);
    max-width: -webkit-calc(100% - 50px);
    max-width: calc(100% - 50px);
  }
  .catalog-section {
    padding: 3em 0;
  }
  .form-content {
    padding: 3em 0;
  }
  .service-item_mod-img {
    -webkit-box-flex: 180px;
    -webkit-flex: 180px 0 0;
        -ms-flex: 180px 0 0px;
            flex: 180px 0 0;
    max-width: 180px;
  }
  .service-item_mod-desc {
    -webkit-flex-basis: -webkit-calc(100% - 180px);
        -ms-flex-preferred-size: calc(100% - 180px);
            flex-basis: calc(100% - 180px);
    max-width: -webkit-calc(100% - 180px);
    max-width: calc(100% - 180px);
  }
  .services-mod_section {
    padding: 3em 0;
  }
  .services-column {
    margin-bottom: 1.875em;
  }
  .news-item_img {
    -webkit-box-flex: 50%;
    -webkit-flex: 50% 0 0;
        -ms-flex: 50% 0 0px;
            flex: 50% 0 0;
    max-width: 50%;
  }
  .news-item_desc {
    -webkit-box-flex: 50%;
    -webkit-flex: 50% 0 0;
        -ms-flex: 50% 0 0px;
            flex: 50% 0 0;
    max-width: 50%;
    padding-top: .6em;
  }
  .vacancy-section_advatages-list .advatages-title {
    font-size: 1.125rem;
  }
  .vacancy-section_advatages-list .advatages-icon {
    font-size: 3rem;
    height: 40px;
  }
  .vacancy-section_advatages-list p {
    font-size: inherit;
  }
  .vacancy-item_title {
    font-size: 1.35rem;
    margin-bottom: .7em;
  }
  .vacancy-item_more-details {
    font-size: .8125rem;
  }
  .vacancy-section {
    padding: 3em 0;
  }
  .input-file {
    width: 184px;
  }
  .input-file_icon {
    font-size: 1.5rem;
    position: relative;
    top: 4px;
  }
  .gost-section_header .right-column, .gost-section_header .left-column {
    -webkit-box-flex: 100%;
    -webkit-flex: 100% 0 0;
        -ms-flex: 100% 0 0px;
            flex: 100% 0 0;
    max-width: 100%;
  }
  .form-static_small-submit {
    height: 43px;
    line-height: 43px;
  }
  .form-static_small {
    margin-top: 1.25em;
  }
  .gost-section {
    padding: 3em 0 1em;
  }
  .wrapper_gost-item [class^="col-"] {
    margin-bottom: 2em;
  }
  .delivery-section {
    padding: 3em 0;
  }
  .delivery-section_header .title-h3 {
    white-space: normal;
  }
  .price-list_box-content .download-price_btn {
    min-width: 170px;
  }
  .contact-section {
    padding: 3em 0;
  }
  .tab-names {
    margin-bottom: 1.2em;
  }
  .tab-names li {
    font-size: 1.125rem;
  }
  .wrapper_select-office {
    margin-bottom: 1.5em;
  }
  .wrapper_select-office .selectric {
    height: 40px;
  }
  .wrapper_select-office .label {
    line-height: 40px;
    margin-right: 43px;
    margin-left: 1em;
  }
  .wrapper_select-office .button {
    width: 40px;
  }
  .wrapper_select-office .button:after {
    width: 8px;
    height: 8px;
  }
  .contact-section_subtitle {
    font-size: 1.125rem;
    margin-bottom: .6em;
  }
  .contact-section_adress {
    font-size: 1.125rem;
    margin-bottom: 1em;
  }
  .contact-section_adress .glipf-place-2 {
    font-size: 1.3rem;
  }
  .contact-section_list {
    margin-bottom: 2em;
  }
  .contact-section_list li {
    font-size: .875rem;
  }
  .contact-section_list_mod {
    margin-bottom: 1.5em;
  }
  .contact_left-column {
    -webkit-box-flex: 63%;
    -webkit-flex: 63% 0 0;
        -ms-flex: 63% 0 0px;
            flex: 63% 0 0;
    max-width: 63%;
  }
  .contact_right-column {
    -webkit-box-flex: 37%;
    -webkit-flex: 37% 0 0;
        -ms-flex: 37% 0 0px;
            flex: 37% 0 0;
    max-width: 37%;
  }
  .download-details_btn {
    height: 45px;
    line-height: 45px;
  }
  .digit-item_circle {
    width: 120px;
    height: 120px;
    border-width: 15px;
    font-size: 1.875rem;
  }
  .digit-list:after {
    max-width: 835px;
    top: 20px;
  }
  .digit-list .min {
    display: inline;
  }
  .about-us_section {
    padding: 3em 0;
  }
  .digit-section {
    padding: 3em 0;
  }
  .history-company_blue-box:after {
    width: 100%;
  }
  .history-company_blue-box {
    padding: 1.5em 2em;
    margin-bottom: 1.875em;
  }
  .history-company_slide-left {
    padding-right: 3em;
  }
  .history-company_section {
    padding-bottom: 3em;
  }
  .photo-galery_section {
    padding: 3em 0 1.25em;
  }
  .current-vacancies_title {
    font-size: 2.25rem;
  }
  .reviews-section {
    padding: 3em 0 1em;
  }
  .partners-section {
    padding: 3em 0 1em;
  }
  .partner-item p {
    font-size: inherit;
    line-height: 1.3;
  }
  .form-content_mod {
    padding: 0;
  }
  .form-content_mod-desc {
    padding: 3em 15px 2em;
  }
  .news-detailed {
    padding: 3em 0;
  }
  .order-transport_section {
    padding: 3em 0;
  }
  .services-column {
    padding-left: 15px;
  }
  .services-column:nth-child(odd) {
    padding-right: 15px;
  }
  .services-detailed_section {
    padding: 2.25em 0;
  }
  .services-detailed_table td {
    line-height: 1.3;
  }
}

@media only screen and (max-width: 991px) {
  .head_opening-hours {
    display: none;
  }
  .head_select-city {
    display: none;
  }
  body {
    font-size: .875rem;
  }
  .head-menu_catalog-item > a:before {
    width: 100%;
  }
  .head-menu_item:last-child > a:before {
    width: 100%;
  }
  .head-logo {
    max-width: 214px;
    -webkit-box-flex: 214px;
    -webkit-flex: 214px 0 0;
        -ms-flex: 214px 0 0px;
            flex: 214px 0 0;
    margin-right: 1em;
    top: 0;
  }
  .head_phone-box {
    font-size: .8125rem;
  }
  .main-head_left-column {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-head {
    padding: 1em 0;
  }
  .head_callback-btn .glipf-call-answer {
    font-size: .6rem;
  }
  .head_callback-btn a {
    font-size: .75rem;
  }
  .tablet-hamburger {
    display: block;
  }
  .main-head_right-column {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .head-nav {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    max-height: 100vh;
    overflow: auto;
    padding-bottom: 45px;
    width: 100%;
    z-index: 100;
  }
  .head-nav .container {
    max-width: 100%;
  }
  .head-menu {
    display: block;
  }
  .head-menu_item {
    border-right: none;
    border-bottom: 2px solid #fff;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .head-menu_text {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .head-menu_catalog-item {
    background: #24a6d7;
  }
  .head-menu_catalog-item > a {
    position: relative;
  }
  .head-menu_catalog-item > a:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    top: -5px;
    bottom: 0;
    right: 1em;
    margin: auto;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .head-menu_catalog-item:before {
    display: none;
  }
  .head-menu_catalog-item.is-active > a:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
    top: 0;
  }
  .head-menu_catalog-item.is-active .dropdown-content {
    display: block;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .dropdown-menu_item.is-active {
    background: #073F72;
    color: #fff;
  }
  .dropdown-menu_item.is-active .menu-icon {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  .dropdown-content {
    display: none;
    position: static;
    visibility: visible;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .dropdown-submenu {
    padding-bottom: 0;
  }
  .dropdown-submenu-content {
    position: static;
    border-bottom: 1px solid #D1D1D1;
    padding-left: 1.5em;
    margin-bottom: .5em;
  }
  .tablet-visible {
    display: block;
  }
  .head_select-city_mobile {
    display: block;
    color: #fff;
    padding: 1em 0;
    text-align: center;
  }
  .head_select-city_mobile .select-city_btn {
    border-bottom-color: #fff;
  }
  .global-pad {
    padding-top: 71px;
  }
  .fixed-panel_catalog-btn .head-menu_text {
    -webkit-transform: skew(45deg);
        -ms-transform: skew(45deg);
            transform: skew(45deg);
  }
  .fixed-menu .fixed-menu_hamburger {
    display: none;
  }
  .fixed-panel_catalog-btn {
    padding: 1em 1.4em;
  }
  .fixed-menu .head_form-search {
    max-width: 190px;
  }
  .head_form-search {
    height: 28px;
  }
  .head_form-search_input {
    line-height: 28px;
  }
  .head_form-search .glipf-search {
    font-size: 1rem;
  }
  .head_form-search {
    max-width: 243px;
  }
  .head-cart {
    margin: 0 1em;
  }
  .head-cart .glipf-cart {
    font-size: 2.2rem;
  }
  .category-item {
    margin-bottom: 1.7em;
    -webkit-box-flex: 33.3336%;
    -webkit-flex: 33.3336% 0 0;
        -ms-flex: 33.3336% 0 0px;
            flex: 33.3336% 0 0;
    max-width: 33.3336%;
  }
  .category-item_mod {
    font-size: 1.125rem;
  }
  .category-item_mod .category-icon {
    -webkit-box-flex: 45px;
    -webkit-flex: 45px 0 0;
        -ms-flex: 45px 0 0px;
            flex: 45px 0 0;
    text-align: center;
  }
  .service-item_desc-body .min {
    display: inline;
  }
  .service-item p {
    font-size: .8125rem;
  }
  .service-item_btn {
    font-size: .8125rem;
  }
  .service-item_mobile-link {
    display: block;
  }
  .advantages-section .left-column, .advantages-section .right-column {
    max-width: 100%;
    -webkit-box-flex: 100%;
    -webkit-flex: 100% 0 0;
        -ms-flex: 100% 0 0px;
            flex: 100% 0 0;
  }
  .advantages-slider {
    margin-bottom: 1.2em;
  }
  .advantages-slider .quotes {
    font-size: 4.5rem;
    left: .2em;
  }
  .advantages-slide_dots {
    width: 8px;
  }
  .map-contact_box {
    -webkit-transform: translate(-109%, -50%);
        -ms-transform: translate(-109%, -50%);
            transform: translate(-109%, -50%);
  }
  .map-container {
    height: 321px;
  }
  .footer-menu_title-box {
    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;
  }
  .footer-menu_title-box .footer-menu {
    width: 50%;
  }
  .footer-title_box {
    margin-top: 0;
    padding-left: 15px;
    margin-top: -1.7em;
    width: 50%;
  }
  .footer-title_box .footer-title {
    margin-bottom: 4px;
  }
  .footer-column:nth-child(1) {
    -webkit-box-flex: 44%;
    -webkit-flex: 44% 0 0;
        -ms-flex: 44% 0 0px;
            flex: 44% 0 0;
    max-width: 44%;
  }
  .footer-column:nth-child(2) {
    -webkit-box-flex: 28%;
    -webkit-flex: 28% 0 0;
        -ms-flex: 28% 0 0px;
            flex: 28% 0 0;
    max-width: 28%;
  }
  .footer-column:nth-child(3) {
    -webkit-box-flex: 28%;
    -webkit-flex: 28% 0 0;
        -ms-flex: 28% 0 0px;
            flex: 28% 0 0;
    max-width: 28%;
  }
  .footer-title {
    font-size: inherit;
    margin-bottom: .5em;
  }
  .footer-menu a {
    font-size: .8125rem;
  }
  .footer-menu {
    margin-bottom: 1em;
  }
  .footer-contact_list [class^="glipf-"] {
    font-size: .7rem;
  }
  .footer-contact_list .glipf-clock {
    top: 2px;
  }
  .footer-contact_list li {
    margin-bottom: 1em;
  }
  .fixed-menu_catalog.is-active .dropdown-content {
    display: block;
  }
  .fixed-menu .dropdown-content {
    position: absolute;
    max-height: -webkit-calc(100vh - 45px);
    max-height: calc(100vh - 45px);
    overflow: auto;
    left: -150px;
  }
  .gray-btn {
    min-width: 170px;
  }
  .cart-content_footer .left-column {
    -webkit-box-flex: 180px;
    -webkit-flex: 180px 0 0;
        -ms-flex: 180px 0 0px;
            flex: 180px 0 0;
    max-width: 180px;
  }
  .cart-content_footer .right-column {
    -webkit-flex-basis: -webkit-calc(100% - 180px);
        -ms-flex-preferred-size: calc(100% - 180px);
            flex-basis: calc(100% - 180px);
    max-width: -webkit-calc(100% - 180px);
    max-width: calc(100% - 180px);
  }
  .cart-table th:first-child {
    padding-left: .7em;
  }
  .cart-table td:first-child {
    padding-left: .7em;
  }
  .cart-table td {
    font-size: inherit;
  }
  .cart-table th {
    font-weight: 800;
    font-size: .875rem;
  }
  .category-item_other .category-icon {
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
  }
  .category-item_other-title {
    font-size: 1.125rem;
  }
  .category-column {
    -webkit-box-flex: 33.3336%;
    -webkit-flex: 33.3336% 0 0;
        -ms-flex: 33.3336% 0 0px;
            flex: 33.3336% 0 0;
    max-width: 33.3336%;
  }
  .category-column:nth-child(3n + 2) {
    -webkit-box-flex: 33.3336%;
    -webkit-flex: 33.3336% 0 0;
        -ms-flex: 33.3336% 0 0px;
            flex: 33.3336% 0 0;
    max-width: 33.3336%;
  }
  .category-column:nth-child(3n + 3) {
    -webkit-box-flex: 33.3336%;
    -webkit-flex: 33.3336% 0 0;
        -ms-flex: 33.3336% 0 0px;
            flex: 33.3336% 0 0;
    max-width: 33.3336%;
  }
  .category-item_other {
    margin-bottom: 1.875em;
  }
  h1 {
    font-size: 1.5rem;
  }
  .inner-page_title-section {
    background: url(../img/bg/inner-banner_tablet-bg.jpg) no-repeat center top;
    -webkit-background-size: cover;
            background-size: cover;
  }
  .category-item_other .category-icon {
    top: -4px;
  }
  .subcategory-item > a {
    font-size: 1rem;
  }
  .subcategory-item_name {
    -webkit-flex-basis: -webkit-calc(100% - 100px);
        -ms-flex-preferred-size: calc(100% - 100px);
            flex-basis: calc(100% - 100px);
    max-width: -webkit-calc(100% - 100px);
    max-width: calc(100% - 100px);
  }
  .subcategory-item_img {
    -webkit-box-flex: 100px;
    -webkit-flex: 100px 0 0;
        -ms-flex: 100px 0 0px;
            flex: 100px 0 0;
    max-width: 100px;
  }
  .subcategory-section {
    padding: 1.875em 0;
  }
  h3, .title-h3 {
    font-size: 1.5rem;
    margin-bottom: 1.1em;
  }
  .subcategory-item {
    min-height: 93px;
  }
  .unified-text-section {
    margin-top: 1.2em;
  }
  .catalog_left-column, .catalog_right-column {
    -webkit-box-flex: 100%;
    -webkit-flex: 100% 0 0;
        -ms-flex: 100% 0 0px;
            flex: 100% 0 0;
    max-width: 100%;
  }
  .catalog-section {
    padding: 1.875em 0;
  }
  .tablet-hidden {
    display: none;
  }
  .sidebar-catalog_content {
    margin-bottom: 1.5em;
  }
  .catalog_sidebar-title {
    position: relative;
    padding-right: 1em;
    margin-bottom: 0;
  }
  .catalog_sidebar-title:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #3EBBF3;
    border-bottom: 2px solid #3EBBF3;
    position: absolute;
    top: -5px;
    bottom: 0;
    right: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .catalog_sidebar-title.is-active:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
    top: 10px;
  }
  .catalog-menu {
    display: none;
    margin-top: 1em;
  }
  .filter-box_title {
    font-size: 1.25rem;
  }
  .filter-item_title {
    font-size: .875rem;
  }
  .filter_search-btn {
    min-width: 123px;
  }
  .product-table th:nth-child(2), .product-table th:nth-child(3), .product-table th:nth-child(4), .product-table th:nth-child(5) {
    display: none;
  }
  .product-table th:first-child {
    width: -webkit-calc(100% - 104px);
    width: calc(100% - 104px);
  }
  .product-table th:last-child {
    width: 104px;
  }
  .product-table td:nth-child(2), .product-table td:nth-child(3), .product-table td:nth-child(4), .product-table td:nth-child(5) {
    display: none;
  }
  .product-table td:first-child {
    width: -webkit-calc(100% - 104px);
    width: calc(100% - 104px);
  }
  .product-table td:last-child {
    width: 104px;
  }
  .product-item_cart-btn {
    height: 30px;
  }
  .product-item_buy-btn {
    height: 40px;
    line-height: 40px;
  }
  .catalog-section-header {
    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;
  }
  .catalog-product_text-block {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .filter-box {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin: 0;
  }
  .product-table {
    margin-top: 1.875em;
  }
  .form-content {
    padding: 2.25em 0;
  }
  .form-input {
    height: 40px;
  }
  .form-content_title {
    margin-bottom: .4em;
  }
  .form-content .top-small_text {
    font-size: .8125rem;
  }
  .service-item_desc-body {
    display: none !important;
  }
  .vacancy-section .title-h3 {
    margin-bottom: 1em;
  }
  .vacancy-section_advatages-list li {
    -webkit-box-flex: 50%;
    -webkit-flex: 50% 0 0;
        -ms-flex: 50% 0 0px;
            flex: 50% 0 0;
    max-width: 50%;
    margin-bottom: 1.2em;
  }
  .vacancy-section_advatages-list {
    margin-bottom: 0;
  }
  .vacancy-item {
    margin-bottom: 1.875em;
    padding: 1.5em;
  }
  .wrapper-vacanvy {
    margin-bottom: 1.5em;
  }
  .input-file {
    width: 165px;
  }
  .input-file-text {
    padding-left: 2em;
  }
  .form_document-search {
    height: 40px;
  }
  .transport-item_title {
    font-size: 1rem;
  }
  .transport-item:after {
    width: 80%;
  }
  .recommended-transportation_footer {
    padding: 0 1em;
  }
  .recommended-transportation_footer .left-column {
    -webkit-box-flex: 65%;
    -webkit-flex: 65% 0 0;
        -ms-flex: 65% 0 0px;
            flex: 65% 0 0;
    max-width: 65%;
  }
  .recommended-transportation_footer .right-column {
    -webkit-box-flex: 35%;
    -webkit-flex: 35% 0 0;
        -ms-flex: 35% 0 0px;
            flex: 35% 0 0;
    max-width: 35%;
  }
  .delivery-section {
    padding-top: 1.875em;
    padding-bottom: 1em;
  }
  .order-transport_section {
    padding: 1.875em 0 1em;
  }
  .contact_right-column {
    -webkit-box-flex: 100%;
    -webkit-flex: 100% 0 0;
        -ms-flex: 100% 0 0px;
            flex: 100% 0 0;
    max-width: 100%;
    text-align: center;
  }
  .contact_left-column {
    -webkit-box-flex: 100%;
    -webkit-flex: 100% 0 0;
        -ms-flex: 100% 0 0px;
            flex: 100% 0 0;
    max-width: 100%;
  }
  .contact-img {
    margin-top: 1.5em;
  }
  .about-us_section p {
    line-height: 1.3;
    margin-bottom: 1em;
  }
  .about-us_section .title-h3 {
    margin-bottom: 1em;
  }
  .about-us_section {
    padding: 1.875em 0 1.25em;
  }
  .digit-item_circle {
    width: 100px;
    height: 100px;
  }
  .digit-list:after {
    max-width: 652px;
  }
  .digit-list li {
    font-size: inherit;
  }
  .history-company_slide-left {
    min-height: 260px;
  }
  .advantages-mod_section .title-h3 {
    margin-bottom: 1em;
  }
  .advantages-mod_section {
    padding-bottom: 1.25em;
  }
  .advantages-mod_section {
    padding: 1.875em 0 .5em;
  }
  .current-vacancies_title {
    font-size: 1.875em;
  }
  .review-item {
    margin-bottom: 1.875em;
  }
  .reviews-section {
    padding-top: 1.875em;
  }
  .partners-section {
    padding-top: 1.875em;
  }
  .beam-img {
    display: none;
  }
  .form-content_mod-desc {
    padding: 1.875em 15px;
  }
  .form-content_mod {
    padding: 0;
  }
  .form-content_mod .form-content_title {
    font-size: 1.5rem;
  }
  .news-detailed_date {
    margin-bottom: 1.5em;
  }
  .sidebar_news-item_title {
    font-size: inherit;
  }
  .head-menu_item:last-child.active:before {
    display: none;
  }
  .services-detailed_box-title {
    font-size: 1.25em;
    margin-bottom: .5em;
  }
  .services-detailed_footer .text {
    font-size: 1.25em;
  }
  .services-detailed_table th {
    padding: 1em;
  }
  .services-detailed_table td {
    padding: 1em;
  }
  .services-detailed_section p {
    line-height: 1.4em;
    margin-bottom: 1em;
  }
  .services-detailed_section ul:not([class]) {
    margin-bottom: 1em;
  }
}

@media only screen and (max-width: 767px) {
  .tablet-small_hidden {
    display: none;
  }
  .tablet-small_visible {
    display: block;
  }
  .head_phone-box {
    padding-bottom: 1em;
    text-align: center;
  }
  .head_phone-number {
    color: #fff;
  }
  .category-item {
    -webkit-box-flex: 50%;
    -webkit-flex: 50% 0 0;
        -ms-flex: 50% 0 0px;
            flex: 50% 0 0;
    max-width: 50%;
  }
  .category-item_mod {
    -webkit-box-flex: 50%;
    -webkit-flex: 50% 0 0;
        -ms-flex: 50% 0 0px;
            flex: 50% 0 0;
    max-width: 50%;
  }
  .footer-column:nth-child(1) {
    -webkit-box-flex: 44%;
    -webkit-flex: 44% 0 0;
        -ms-flex: 44% 0 0px;
            flex: 44% 0 0;
    max-width: 44%;
  }
  .footer-column:nth-child(2) {
    -webkit-box-flex: 20%;
    -webkit-flex: 20% 0 0;
        -ms-flex: 20% 0 0px;
            flex: 20% 0 0;
    max-width: 20%;
  }
  .footer-column:nth-child(3) {
    -webkit-box-flex: 32%;
    -webkit-flex: 32% 0 0;
        -ms-flex: 32% 0 0px;
            flex: 32% 0 0;
    max-width: 32%;
  }
  .map-contact_box {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: 0;
    right: 0;
    left: 0;
  }
  .selectric {
    height: 35px;
  }
  .selectric .label {
    font-size: .875rem;
    line-height: 35px;
  }
  body {
    font-size: .8125rem;
  }
  .main-btn {
    font-size: 1rem;
  }
  .map-callback_btn .glipf-call-answer {
    font-size: .9rem;
  }
  .map-container .selectric-wrapper {
    margin-bottom: 1em;
    max-width: 360px;
  }
  .map-contact_list {
    margin-bottom: 1em;
  }
  .map-contact_list li {
    margin-bottom: .5em;
  }
  .map-contact_box {
    padding: 1.2em;
    max-width: 100%;
    position: static;
  }
  .map-container {
    height: auto;
  }
  #map {
    height: 320px;
  }
  .cart-step_item {
    width: 35px;
    height: 35px;
    -webkit-box-flex: 35px;
    -webkit-flex: 35px 0 0;
        -ms-flex: 35px 0 0px;
            flex: 35px 0 0;
    font-size: .6rem;
  }
  .cart-content_footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cart-content_footer .left-column {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    max-width: 100%;
    margin-top: 1em;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .cart-content_footer .right-column {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .checkout-btn {
    height: 35px;
    line-height: 35px;
  }
  .back-site_btn {
    height: 35px;
    line-height: 35px;
  }
  .cart-content_body-mod {
    max-height: -webkit-calc(100vh - 150px);
    max-height: calc(100vh - 150px);
  }
  .cart-content_body .check-icon {
    width: 80px;
    height: 80px;
  }
  .cart-content_body .thanks-text {
    font-size: 1.5rem;
  }
  .cart-content_body-mod .main-btn {
    height: 45px;
    font-size: 1rem;
    min-width: 170px;
    line-height: 45px;
  }
  .cart-close {
    right: 1em;
  }
  .form-checkout_btn {
    height: 35px;
    line-height: 35px;
  }
  .checkout-checkbox input[type="checkbox"] + .checkbox-text:after {
    width: 20px;
    height: 20px;
  }
  .checkout-checkbox input[type="checkbox"]:checked + .checkbox-text:before {
    height: 14px;
    width: 7px;
    left: 7px;
  }
  .checkout-checkbox .checkbox-text {
    padding-top: 2px;
  }
  .checkout-checkbox {
    padding-left: 30px;
  }
  .form-input {
    height: 40px;
  }
  .form-textarea {
    height: 100px;
  }
  .cart-content_footer-second {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .cart-content_footer-second .right-column {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .cart-content_footer-second .left-column {
    margin-top: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .checkout-form .cart-content_body {
    max-height: -webkit-calc(100vh - 215px);
    max-height: calc(100vh - 215px);
  }
  .cart-step_item {
    margin-right: 90px;
  }
  .cart-step_item:after {
    width: 90px;
  }
  .cart-step_item.active:after {
    width: 80px;
  }
  .cart-step_item:nth-child(2).active:after {
    width: 84px;
  }
  .cart-step_item-second:after {
    width: 84px;
  }
  .cart-step_item.active-mod:after {
    width: 84px;
  }
  .category-column {
    -webkit-box-flex: 50%;
    -webkit-flex: 50% 0 0;
        -ms-flex: 50% 0 0px;
            flex: 50% 0 0;
    max-width: 50%;
  }
  .category-column:nth-child(3n + 2) {
    -webkit-box-flex: 50%;
    -webkit-flex: 50% 0 0;
        -ms-flex: 50% 0 0px;
            flex: 50% 0 0;
    max-width: 50%;
  }
  .category-column:nth-child(3n + 3) {
    -webkit-box-flex: 50%;
    -webkit-flex: 50% 0 0;
        -ms-flex: 50% 0 0px;
            flex: 50% 0 0;
    max-width: 50%;
  }
  .category-item_mod {
    max-width: 100%;
  }
  .fixed-menu .head-menu_catalog-item {
    display: block;
  }
  .fixed-menu .fixed-menu_catalog {
    display: none;
  }
  .fixed-menu {
    padding: .4em 0;
  }
  .product-availability_text {
    margin-bottom: 1em;
  }
  .main-pagination {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main-pagination a {
    font-size: .935rem;
  }
  .unified-text-section h3 {
    margin-bottom: .5em;
  }
  .subcategory-section .title-h3 {
    margin-bottom: .5em;
  }
  .news-item_title {
    font-size: 1rem;
    margin-bottom: .5em;
  }
  .news-item_date {
    font-size: inherit;
    margin-bottom: .6em;
  }
  .news-item_desc p {
    margin-bottom: .7em;
  }
  .news-item_desc .more-details_btn {
    font-size: inherit;
  }
  .fixed-menu .dropdown-content {
    position: static;
  }
  .filter-box_column {
    -webkit-box-flex: 50%;
    -webkit-flex: 50% 0 0;
        -ms-flex: 50% 0 0px;
            flex: 50% 0 0;
    max-width: 50%;
  }
  .scroll-to-top {
    width: 35px;
    height: 35px;
    right: auto;
    left: 18px;
  }
  .input-file {
    width: 152px;
  }
  .recommended-transportation_footer {
    padding: 0 1em;
  }
  .recommended-transportation_footer .left-column {
    -webkit-box-flex: 100%;
    -webkit-flex: 100% 0 0;
        -ms-flex: 100% 0 0px;
            flex: 100% 0 0;
    max-width: 100%;
  }
  .recommended-transportation_footer .right-column {
    -webkit-box-flex: 100%;
    -webkit-flex: 100% 0 0;
        -ms-flex: 100% 0 0px;
            flex: 100% 0 0;
    max-width: 100%;
  }
  .recommended-transportation_content .title-h3 {
    margin-bottom: 1em;
  }
  .about-us_left-column {
    -webkit-box-flex: 100%;
    -webkit-flex: 100% 0 0;
        -ms-flex: 100% 0 0px;
            flex: 100% 0 0;
    max-width: 100%;
  }
  .about-us_right-column {
    -webkit-box-flex: 100%;
    -webkit-flex: 100% 0 0;
        -ms-flex: 100% 0 0px;
            flex: 100% 0 0;
    max-width: 100%;
  }
  .digit-list:after {
    display: none;
  }
  .digit-list li {
    margin-bottom: 1.25em;
  }
  .digit-section {
    padding: 1.875em 0 .5em;
  }
  .history-company_section .title-h3 {
    margin-bottom: 1em;
  }
  .history-company_slide-left {
    min-height: auto;
    -webkit-box-flex: 100%;
    -webkit-flex: 100% 0 0;
        -ms-flex: 100% 0 0px;
            flex: 100% 0 0;
    max-width: 100%;
    padding-right: 4em;
  }
  .history-company_slide-right {
    -webkit-box-flex: 100%;
    -webkit-flex: 100% 0 0;
        -ms-flex: 100% 0 0px;
            flex: 100% 0 0;
    max-width: 100%;
  }
  .history-company_slide-title {
    margin-bottom: 1.25em;
  }
  .history-company_slide-year {
    margin-bottom: 1.25em;
  }
  .year-slider li {
    font-size: inherit;
  }
  .history-company_section {
    padding-bottom: 1.875em;
  }
  .advantages-mod_section {
    padding-top: .5em;
  }
  .current-vacancies_img {
    padding-right: 2em;
  }
  .current-vacancies_section .top-text {
    font-size: inherit;
  }
  .reviews-section .title-h3, .partners-section .title-h3 {
    margin-bottom: .7em;
  }
  .form-content_mod-desc .form-static_policy-text {
    display: block;
  }
  .news-detailed p {
    line-height: 1.3;
    margin-bottom: 1em;
  }
  h3, .title-h3 {
    margin-bottom: .7em;
  }
  .news-detailed_date {
    margin-bottom: 1em;
  }
  .news-detailed_img {
    margin-bottom: 1.25em;
  }
  .news-detailed {
    padding: 1.875em 0;
  }
  .review_mobile-slider {
    margin: 0;
    padding: 0 1em;
  }
  .wrapper_partner-item {
    margin: 0;
    padding: 0 1em;
  }
  .wrapper_partner-item .slick-slide {
    height: auto;
  }
  .wrapper_partner-item .slick-slide > div {
    height: 100%;
  }
  .wrapper_partner-item [class^="col-"] {
    height: 100%;
    -webkit-box-flex: 100%;
    -webkit-flex: 100% 0 0;
        -ms-flex: 100% 0 0px;
            flex: 100% 0 0;
    max-width: 100%;
  }
  .wrapper_partner-item .slick-track {
    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;
  }
  .wrapper_partner-item .slick-list {
    padding-bottom: 10px;
  }
  .subcategory-item_img {
    height: 65px;
  }
  .subcategory-item_img {
    -webkit-box-flex: 80px;
    -webkit-flex: 80px 0 0;
        -ms-flex: 80px 0 0px;
            flex: 80px 0 0;
    max-width: 80%;
  }
  .services-detailed_section .left-column {
    -webkit-box-flex: 100%;
    -webkit-flex: 100% 0 0;
        -ms-flex: 100% 0 0px;
            flex: 100% 0 0;
    max-width: 100%;
  }
  .services-detailed_section .right-column {
    -webkit-box-flex: 100%;
    -webkit-flex: 100% 0 0;
        -ms-flex: 100% 0 0px;
            flex: 100% 0 0;
    max-width: 100%;
  }
  .services-detailed_img {
    margin-bottom: 1em;
  }
  .services-detailed_box {
    padding-bottom: 1.5em;
  }
  .subcategory_main-img_mod {
    margin: 1.25em 0;
  }
  .head-menu_catalog-item.active:before {
    width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .ui-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 150;
  }
  .fixed-menu {
    padding: 0;
  }
  .fixed-menu .hamburger {
    margin: 0;
  }
  .global-wrapper {
    padding-top: 55px;
  }
  .mobile-hidden {
    display: none;
  }
  .head-logo {
    max-width: 100%;
    -webkit-box-flex: 100%;
    -webkit-flex: 100% 0 0;
        -ms-flex: 100% 0 0px;
            flex: 100% 0 0;
    margin-right: 0;
  }
  .head-cart {
    margin: 0 12px 0 0;
  }
  .head-cart_number {
    width: 14px;
    height: 14px;
    font-size: .55rem;
    line-height: 14px;
  }
  .head_form-search {
    max-width: 100%;
  }
  .head-cart .glipf-cart {
    font-size: 1.8rem;
  }
  .tablet-hamburger {
    margin-right: 0;
  }
  .head-cart {
    -webkit-box-flex: 33px;
    -webkit-flex: 33px 0 0;
        -ms-flex: 33px 0 0px;
            flex: 33px 0 0;
    max-width: 33px;
  }
  .main-head {
    height: 55px;
    padding: 0.4em 0;
  }
  .main-head .container {
    height: 100%;
  }
  .main-head .row {
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-head_right-column {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .head-logo {
    height: 30px;
    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-logo img {
    max-height: 100%;
  }
  .mobile-visible {
    display: block;
  }
  .footer-column:nth-child(1) {
    -webkit-box-flex: 100%;
    -webkit-flex: 100% 0 0;
        -ms-flex: 100% 0 0px;
            flex: 100% 0 0;
    max-width: 100%;
  }
  .footer-column:nth-child(2) {
    -webkit-box-flex: 100%;
    -webkit-flex: 100% 0 0;
        -ms-flex: 100% 0 0px;
            flex: 100% 0 0;
    max-width: 100%;
  }
  .footer-column:nth-child(3) {
    -webkit-box-flex: 100%;
    -webkit-flex: 100% 0 0;
        -ms-flex: 100% 0 0px;
            flex: 100% 0 0;
    max-width: 100%;
  }
  .social-network {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .main-page_title {
    font-size: 1.8rem;
  }

.main-subtitle {
  font-size: 1.5rem;
}

  .main-page_title .min {
    display: inline;
  }
  .category-item {
    -webkit-box-flex: 100%;
    -webkit-flex: 100% 0 0;
        -ms-flex: 100% 0 0px;
            flex: 100% 0 0;
    margin-bottom: 0;
    padding: 0;
    max-width: 100%;
    border-bottom: 1px solid #D1D1D1;
  }
  .category-item > a {
    padding: .65em 0;
  }
  .category-icon {
    text-align: center;
  }
  .category-list {
    margin-left: 0;
    margin-right: 0;
  }
  .category-item_mod {
    -webkit-box-flex: 100%;
    -webkit-flex: 100% 0 0;
        -ms-flex: 100% 0 0px;
            flex: 100% 0 0;
    margin: 1em 0 0;
    padding: 0;
    max-width: 100%;
  }
  .category-item_mod-content {
    padding-left: 2.7em;
  }
  .download-price_btn {
    margin-top: 1em;
  }
  .advantages-slider .quotes {
    font-size: 2.7rem;
  }
  .advantages-slider p {
    padding-left: 3em;
  }
  .wrapper_advantages-slider {
    padding-right: 0;
  }
  .advantages-slide_dots {
    position: static;
    height: auto;
    width: 100%;
  }
  .advantages-slide_dots:after {
    display: none;
  }
  .advantages-slide_dots {
    margin-bottom: 1.5em;
  }
  .advantages-slide_dots .slick-dots {
    position: static;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
  }
  .advantages-slide_dots .slick-dots li {
    margin: 0 .4em;
  }
  .advantages-item_icon {
    height: 44px;
  }
  .advantages-item_icon.glipf-truck {
    font-size: 3.7rem;
  }
  h2, .section-title {
    margin-bottom: .7em;
  }
  .text-section p {
    font-size: .875rem;
  }
  .cart-total-price {
    font-size: .8rem;
  }
  .cart-total_sum {
    font-size: 1rem;
  }
  .cart-table {
    margin-bottom: .5em;
  }
  .checkout-btn {
    font-size: .875rem;
    min-width: 130px;
  }
  .cart-total_sum {
    display: block;
  }
  .back-site_btn {
    font-size: .935rem;
  }
  .cart-table_textarea {
    height: 100px;
  }
  .cart-table_textarea::-webkit-input-placeholder {
    font-size: inherit;
  }
  .cart-table_textarea::-moz-placeholder {
    font-size: inherit;
  }
  .cart-table_textarea::-ms-input-placeholder {
    font-size: inherit;
  }
  .cart-table_textarea::input-placeholder {
    font-size: inherit;
  }
  .cart-table th {
    padding: .3em .5em;
    display: none;
  }
  .cart-table {
    display: block;
  }
  .cart-table tbody {
    display: block;
  }
  .cart-table tr {
    display: block;
    position: relative;
    border-bottom: 1px solid #D1D1D1;
  }
  .cart-table td {
    display: block;
    padding: .2em 0;
  }
  .cart-item_delete {
    position: absolute;
    top: .3em;
    right: .3em;
    font-size: 1rem;
  }
  .cart-table td:first-child {
    padding-left: 0;
    padding-right: 2em;
  }
  .cart-table_mobile-text {
    display: block;
    font-weight: 800;
    margin-bottom: 2px;
  }
  .checkout-checkbox .checkbox-text {
    font-size: inherit;
  }
  .cart-content_footer-second .left-column {
    margin-right: 10px;
  }
  .fixed-menu .head_form-search {
    max-width: 100%;
    border-bottom-color: #fff;
  }
  .fixed-menu .head_form-search .glipf-search {
    color: #fff;
  }
  .fixed-menu .head_form-search_input {
    color: #fff;
  }
  .fixed-menu .dropdown-content {
    position: static;
  }
  .checkout-form {
    height: -webkit-calc(100vh - 158px);
    height: calc(100vh - 158px);
  }
  .checkout-form .cart-content_body {
    max-height: -webkit-calc(100vh - 210px);
    max-height: calc(100vh - 210px);
  }
  .fixed-menu .dropdown-submenu {
    border: none;
  }
  .dropdown-submenu a {
    font-size: inherit;
  }
  .dropdown-submenu {
    min-width: auto;
  }
  .dropdown-submenu-content {
    padding-left: 0;
  }
  .dropdown-content {
    min-width: auto;
  }
  .global-pad {
    padding-top: 55px;
  }
  .category-column {
    -webkit-box-flex: 100%;
    -webkit-flex: 100% 0 0;
        -ms-flex: 100% 0 0px;
            flex: 100% 0 0;
    max-width: 100%;
  }
  .category-column:nth-child(3n + 2) {
    -webkit-box-flex: 100%;
    -webkit-flex: 100% 0 0;
        -ms-flex: 100% 0 0px;
            flex: 100% 0 0;
    max-width: 100%;
  }
  .category-column:nth-child(3n + 3) {
    -webkit-box-flex: 1000%;
    -webkit-flex: 1000% 0 0;
        -ms-flex: 1000% 0 0px;
            flex: 1000% 0 0;
    max-width: 100%;
  }
  .category-item_mod {
    max-width: 100%;
  }
  .category-item_other {
    padding-top: 1.1em;
    padding-bottom: 1.1em;
    border-bottom: 1px solid #D1D1D1;
    margin-bottom: 0;
  }
  .category-item_other-list {
    display: none;
  }
  .category-item_other {
    padding-right: 2.3em;
  }
  .category-item_other.is-active:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
    top: 1.7em;
  }
  .category-item_other:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #3EBBF3;
    border-bottom: 2px solid #3EBBF3;
    position: absolute;
    top: 1.34em;
    bottom: 0;
    right: 1em;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .category-item_other .category-icon {
    width: 40px;
    -webkit-box-flex: 40px;
    -webkit-flex: 40px 0 0;
        -ms-flex: 40px 0 0px;
            flex: 40px 0 0;
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
    top: -1px;
  }
  .category-item_other .category-icon_first {
    top: 3px;
  }
  .category-item_other .category-icon_eight {
    top: -1px;
  }
  .category-item_other .category-icon_nine {
    top: 3px;
  }
  .category-item_other .category-icon_fourth {
    top: -1px;
  }
  .category-item_other .category-icon_six {
    top: .2em;
  }
  .category-item_other .category-icon_ten {
    top: .4em;
  }
  .category-item_other .category-icon_eleven {
    top: .2em;
  }
  .category-item_other .category-icon_tvelwe {
    top: 3px;
  }
  .category-item_other .category-icon_fourteen {
    top: -.8em;
    -webkit-transform: scale(0.4);
        -ms-transform: scale(0.4);
            transform: scale(0.4);
  }
  .category-item_other .category-icon_fifteen {
    top: -1.2em;
    -webkit-transform: scale(0.4);
        -ms-transform: scale(0.4);
            transform: scale(0.4);
  }
  .category-item_mod-other {
    border: 1px solid #3ebbf3;
    padding: 1em 1em 1em 3.3em;
  }
  .sidebar-catalog .price-list_box {
    margin-top: 1em;
  }
  .price-list_box {
    margin-top: 1em;
  }
  .category-section_mod {
    padding: 1.875em 0;
  }
  .subcategory-column {
    margin-bottom: 1em;
  }
  h3, .title-h3 {
    margin-bottom: .4em;
  }
  .wrapper_subcategory-item {
    margin-bottom: .7em;
  }
  .subcategory-section p {
    margin-bottom: 1em;
    line-height: 1.3;
  }
  .unified-text-section p:last-child {
    margin-bottom: 1em;
  }
  .inner-page_title-section {
    background: url(../img/bg/inner-banner_mobile-bg.jpg) no-repeat center top;
    -webkit-background-size: cover;
            background-size: cover;
    min-height: 144px;
  }
  .breadcrumbs {
    margin-bottom: 1.2em;
  }
  p {
    line-height: 1.3;
  }
  .filter-item_title {
    margin-bottom: 2px;
  }
  .filter-box {
    padding: 1em;
  }
  .filter_reset-btn {
    font-size: .8125rem;
  }
  .filter_search-btn {
    margin-right: 1em;
  }
  .filter_reset-btn .glipf-reset {
    margin-right: 5px;
  }
  .product-table th:last-child {
    width: 0;
    font-size: 0;
  }
  .product-table th:first-child {
    width: 100%;
    padding-left: 1em;
    white-space: nowrap;
  }
  .product-table th {
    padding: .4em 0 .2em 1em;
  }
  .product-table td {
    padding: .7em;
  }
  .product-table td:first-child {
    padding-left: 1em;
  }
  .product-item_popup {
    left: .7em;
    min-width: 268px;
  }
  .product-item_popup-list li {
    margin-bottom: .7em;
  }
  .form-input {
    height: 35px;
  }
  .form-static_policy-text {
    font-size: .8125rem;
    text-align: center;
  }
  .form-static_policy-text .min {
    display: block;
  }
  .form-static_submit-btn {
    margin-top: .5em;
  }
  .form-group {
    margin-bottom: .5em;
  }
  .service-item_mod {
    display: block;
  }
  .service-item_mod-img {
    -webkit-box-flex: 100%;
    -webkit-flex: 100% 0 0;
        -ms-flex: 100% 0 0px;
            flex: 100% 0 0;
    max-width: 100%;
  }
  .service-item_mod-desc {
    -webkit-box-flex: 100%;
    -webkit-flex: 100% 0 0;
        -ms-flex: 100% 0 0px;
            flex: 100% 0 0;
    max-width: 100%;
    padding: .5em;
  }
  .service-item_mod-title {
    font-size: 1rem;
  }
  .services-mod_section {
    padding: 1.875em 0;
  }
  .services-mod_section .download-price_btn {
    margin-top: 0;
  }
  .service-item_mod-desc p {
    font-size: .8125rem;
  }
  .news-item {
    display: block;
    margin-bottom: 1.5em;
  }
  .news-item_img {
    -webkit-box-flex: 100%;
    -webkit-flex: 100% 0 0;
        -ms-flex: 100% 0 0px;
            flex: 100% 0 0;
    max-width: 100%;
  }
  .news-item_desc {
    max-width: 100%;
    padding: .7em;
    border-left: 1px solid #F7F7F7;
  }
  .news-section {
    padding: 1.875em 0;
  }
  .category-icon {
    -webkit-box-flex: 37px;
    -webkit-flex: 37px 0 0;
        -ms-flex: 37px 0 0px;
            flex: 37px 0 0;
    width: 37px;
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
  }
  .category-section {
    padding: 1em 0 1.875em;
  }
  .advantages-item .min {
    display: inline;
  }
  .form-content {
    padding: 1.875em 0;
  }
  .category-item_mod-other .category-icon {
    left: 5px;
    top: 7px;
    margin-right: 0;
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
  }
  .download-price_btn {
    max-width: 200px;
  }
  .subcategory-column:last-child {
    margin-bottom: 0;
  }
  .head-nav {
    padding-bottom: 70px;
  }
  .vacancy-section {
    padding: 1.875em 0;
  }
  .vacancy-section_advatages-list .advatages-icon {
    font-size: 2rem;
    height: 30px;
  }
  .vacancy-section_advatages-list .advatages-title {
    font-size: .935rem;
  }
  .vacancy-item_title {
    font-size: 1.125rem;
    margin-bottom: .5em;
  }
  .vacancy-item_list-title {
    margin-bottom: 1em;
  }
  .vacancy-item ul:not([class]) {
    padding-left: 1.7em;
    margin-bottom: .6em;
  }
  .vacancy-item_more-details {
    font-size: .75rem;
  }
  .vacancy-item {
    padding: 1em;
    margin-bottom: 1.2em;
  }
  .wrapper-vacanvy {
    margin-bottom: .5em;
  }
  .input-file {
    width: 159px;
    margin: 0 auto .6em;
  }
  .static-form_right-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;
  }
  .form-static_footer {
    margin-top: .7em;
  }
  .input-file-text {
    padding-left: 2.5em;
  }
  .form-static_small .form-column {
    -webkit-box-flex: 100% !important;
    -webkit-flex: 100% 0 0 !important;
        -ms-flex: 100% 0 0px !important;
            flex: 100% 0 0 !important;
    max-width: 100% !important;
  }
  .gost-section {
    padding: 1.875em 0 .5em;
  }
  .wrapper_gost-item [class^="col-"] {
    margin-bottom: 1.25em;
  }
  .gost-item-desc p {
    font-size: .8125rem;
  }
  .form-static_small .form-input {
    height: 36px;
  }
  .form-static_small-submit {
    height: 36px;
    line-height: 36px;
  }
  .delivery-section .top-text {
    font-size: .875rem;
  }
  .delivery-column {
    margin-bottom: 1em;
  }
  .transport-column {
    margin-bottom: 1em;
  }
  .recommended-transportation_footer {
    padding: 0;
  }
  .recommended-transportation_footer .left-column {
    line-height: 1.3;
  }
  .recommended-transportation_footer ul:not([class]) li {
    margin-bottom: .4em;
  }
  .recommended-transportation_footer p {
    margin-bottom: .5em;
  }
  .order-transport_section .title-h3 {
    margin-bottom: .5em;
  }
  .delivery-section {
    padding-bottom: 1.875em;
  }
  .order-transport_item-title {
    font-size: .935rem;
  }
  .contact-section {
    padding: 1.875em 0;
  }
  .tab-names {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 1em;
  }
  .tab-names li {
    font-size: .875rem;
    margin-bottom: 5px;
  }
  .wrapper_select-office {
    margin-bottom: 1.25em;
  }
  .wrapper_select-office .selectric {
    height: 36px;
  }
  .wrapper_select-office .label {
    line-height: 36px;
  }
  .contact-section_subtitle {
    font-size: .935rem;
    margin-bottom: .7em;
  }
  .contact-section_adress {
    font-size: .93rem;
    margin-bottom: .7em;
  }
  .contact-section_adress .glipf-place-2 {
    font-size: 1rem;
  }
  .contact-section_list {
    margin-bottom: 1em;
  }
  .contact-section_list li {
    font-size: .8125rem;
    margin-bottom: 6px;
  }
  .driving-directions_btn {
    margin-bottom: 1em;
  }
  .about-us_section .title-h3 {
    margin-bottom: .5em;
  }
  .history-company_blue-box:after {
    -webkit-transform: skew(-2deg);
        -ms-transform: skew(-2deg);
            transform: skew(-2deg);
  }
  .history-company_blue-box .title {
    font-size: 1rem;
  }
  .history-company_blue-box p {
    font-size: .8125rem;
    line-height: 1.3;
  }
  .history-company_blue-box p:last-child {
    margin-bottom: 0;
  }
  .history-company_blue-box {
    padding: 1em;
  }
  .history-company_slide-left {
    padding: 1em;
    padding: 2.2em;
    padding-left: 1.7em;
  }
  .history-company_slide-left:after {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    left: 10px;
    -webkit-transform: skew(-2deg);
        -ms-transform: skew(-2deg);
            transform: skew(-2deg);
  }
  .year-slider:before {
    display: none;
  }
  .year-slider li {
    margin-bottom: 1em;
    margin-right: 12px;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: auto 0 0;
        -ms-flex: auto 0 0px;
            flex: auto 0 0;
    z-index: 1;
  }
  .year-slider li:last-child {
    margin-right: 0;
  }
  .year-slider li:last-child:after {
    display: none;
  }
  .year-slider li:after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: #F1F1F1;
    position: absolute;
    top: 3px;
    left: 0;
    z-index: -1;
  }
  .history-company_section {
    padding-bottom: .5em;
  }
  .advantages-mod_section .title-h3 {
    margin-bottom: .5em;
  }
  h3, .title-h3 {
    margin-bottom: .5em;
    line-height: 1.2;
  }
  .advantages-mod_section .advantages-item .min {
    display: inline;
  }
  .photo-galery_item {
    margin-bottom: 1em;
  }
  .current-vacancies_left {
    -webkit-box-flex: 100%;
    -webkit-flex: 100% 0 0;
        -ms-flex: 100% 0 0px;
            flex: 100% 0 0;
    max-width: 100%;
    padding: 1.5em 15px 0;
    margin-bottom: 0;
  }
  .current-vacancies_right {
    -webkit-box-flex: 100%;
    -webkit-flex: 100% 0 0;
        -ms-flex: 100% 0 0px;
            flex: 100% 0 0;
    padding: 1.875em 15px;
    max-width: 100%;
  }
  .current-vacancies_title {
    font-size: 1.5rem;
  }
  .review-item {
    margin-bottom: 1.2em;
  }
  .wrapper_partner-item [class^="col-"] {
    margin-bottom: 1.2em;
  }
  .partner-item {
    padding: 1em;
  }
  .partners-section {
    padding-bottom: 1.3em;
  }
  .form-content_mod {
    padding: 0;
  }
  .form-content_mod-desc .top-small_text {
    margin-bottom: 1em;
  }
  .form-content_mod .form-static_submit-btn {
    margin-top: .7em;
  }
  .news-detailed_date {
    font-size: .8125rem;
  }
  .blue-border_btn {
    height: 36px;
    line-height: 33px;
  }
  .delivery-section .top-text {
    margin-top: 0;
  }
  .vacancy-section .title-h3 {
    margin-bottom: .5em;
  }
  .modal-content {
    padding: 1.2em;
  }
  .form-callback_title {
    font-size: 1.5rem;
  }
  .form-callback_title small {
    font-size: .875rem;
  }
  .form-callback_title .min {
    display: inline;
  }
  .form-callback .form-callback_submit {
    width: 100%;
  }
  .uhified_close-btn {
    width: 25px;
    height: 25px;
  }
  .uhified_close-btn:before {
    width: 3px;
  }
  .uhified_close-btn:after {
    height: 3px;
  }
  .services-detailed_section p {
    margin-bottom: .7em;
  }
  .services-detailed_section ul:not([class]) {
    margin-bottom: .7em;
  }
  .services-detailed_table th, .services-detailed_table td {
    padding: .6em;
  }
  .services-detailed_table td:nth-child(2) {
    font-size: .75rem;
  }
  .services-detailed_footer {
    display: block;
    margin-top: 0;
    text-align: center;
  }
  .services-detailed_footer .text {
    display: block;
    margin: 0 0 1em;
  }
  .services-detailed_footer .download-price_btn {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 430px) {
  .vacancy-section_advatages-list li {
    -webkit-box-flex: 100%;
    -webkit-flex: 100% 0 0;
        -ms-flex: 100% 0 0px;
            flex: 100% 0 0;
    max-width: 100%;
    margin-bottom: .7em;
  }
  .advatages-title {
    padding-bottom: .3em;
  }
  .advatages-title .min {
    display: inline;
  }
}