@font-face {
  font-family: 'Open Sans Bold';
  src: url("../fonts/opensans-bold.eot");
  src: url("../fonts/opensans-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-bold.woff") format("woff"), url("../fonts/opensans-bold.ttf") format("truetype"), url("../fonts/opensans-bold.svg#open_sansbold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans Light';
  src: url("../fonts/opensans-light.eot");
  src: url("../fonts/opensans-light.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-light.woff") format("woff"), url("../fonts/opensans-light.ttf") format("truetype"), url("../fonts/opensans-light.svg#open_sanslight") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans Regular';
  src: url("../fonts/opensans-regular.eot");
  src: url("../fonts/opensans-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-regular.woff") format("woff"), url("../fonts/opensans-regular.ttf") format("truetype"), url("../fonts/opensans-regular.svg#open_sansregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans Semibold';
  src: url("../fonts/opensans-semibold.eot");
  src: url("../fonts/opensans-semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-semibold.woff") format("woff"), url("../fonts/opensans-semibold.ttf") format("truetype"), url("../fonts/opensans-semibold.svg#open_sanssemibold") format("svg");
  font-weight: normal;
  font-style: normal;
}

.display-block {
  display: block;
}

.link-to {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 10;
  display: block;
  top: 0;
  left: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
  width: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans Regular", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #000;
  background: url(../img/body-bg.png) repeat center;
  min-width: 320px;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main > .container {
  position: relative;
}

.main > .container:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 256px;
  width: 1px;
  height: 100%;
  background-color: #dadada;
}

.content-grid {
  background-color: #fff;
  width: 100%;
  display: inline-block;
  margin-bottom: -5px;
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
}

.fluid-content {
  background-color: #fff;
  float: left;
  width: calc(100% - 240px);
}

.fixed-content {
  float: right;
  width: 240px;
  background-color: #fff;
}

.fluid-head {
  color: #fff;
  background-color: #0091d4;
  background-image: -webkit-linear-gradient(left, #0091d4, #29a5df);
  background-image: linear-gradient(to right,#0091d4, #29a5df);
  padding: 19px 15px 19px 34px;
  margin-left: -11px;
  position: relative;
}

.fluid-head:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  bottom: -6px;
  left: 0;
  border-top: 6px solid #3563f7;
  border-left: 10px solid transparent;
}

.fluid-head h1 {
  font-size: 16px;
  margin: 0;
  text-transform: uppercase;
  font-family: "Open Sans Semibold", Arial, sans-serif;
  letter-spacing: 1px;
}

.fluid-header {
  color: #fff;
  background-color: #0091d4;
  background-image: -webkit-linear-gradient(left, #0091d4, #29a5df);
  background-image: linear-gradient(to right,#0091d4, #29a5df);
  padding: 19px 15px 19px 36px;
  margin: 0 40px 0 -11px;
  position: relative;
  border-right: 10px solid #ff8600;
}

.fluid-header:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  bottom: -6px;
  left: 0;
  border-top: 6px solid #3563f7;
  border-left: 10px solid transparent;
  display: inline-block;
}

.fluid-header h2 {
  font-size: 16px;
  margin: 0;
  text-transform: uppercase;
  font-family: "Open Sans Semibold", Arial, sans-serif;
  letter-spacing: 1px;
}

.fixed-head {
  color: #fff;
  background-color: #0091d4;
  background-image: -webkit-linear-gradient(left, #0091d4, #29a5df);
  background-image: linear-gradient(to right,#0091d4, #29a5df);
  padding: 19px 15px;
  margin-right: -11px;
  margin-left: -1px;
  position: relative;
}

.fixed-head:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: calc(100% - 10px);
  border-top: 6px solid #3563f7;
  border-right: 10px solid transparent;
  display: block;
}

.fixed-head h2 {
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
  font-family: "Open Sans Semibold", Arial, sans-serif;
  letter-spacing: 1px;
}

.content {
  padding: 25px 40px 40px;
}

.not-found .container:before {
  display: none;
}

.not-found .not-found-text {
  background-color: #fff;
  z-index: 1;
  min-height: 500px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.not-found h2 {
  font-size: 120px;
  color: #0f98d8;
  font-family: "Open Sans Bold", Arial, sans-serif;
}

.not-found p {
  font-size: 16px;
}

.not-found p a {
  color: #0694d6;
  text-decoration: underline;
}

.not-found p a:hover {
  text-decoration: none;
}

.search-result .container {
  position: relative;
}

.search-result-inner {
  padding: 50px 25px 30px;
}

.search-result.container:before {
  display: none;
}

.search-result .top-text {
  position: absolute;
  top: 20px;
  left: 35px;
  z-index: 10;
}

.search-result .top-text p {
  font-size: 14px;
}

.search-result .top-text span {
  color: #0091d4;
}

.search-result-inner {
  background-color: #fff;
}

.search-result .icon-block {
  display: block;
  margin: 0 auto 20px;
  width: 46px;
  height: 46px;
  border-radius: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.search-result .fault-result {
  background-color: #fff;
  z-index: 1;
  min-height: 500px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.search-result h3 {
  font-size: 24px;
  color: #0f98d8;
}

.search-result p {
  font-size: 16px;
}

#scroll-top {
  position: fixed;
  display: block;
  right: 20px;
  bottom: -100px;
  width: 38px;
  height: 38px;
  background-color: #127bab;
  z-index: 999;
  -webkit-transition: 0.8s cubic-bezier(1, -0.25, 0, 1.43);
  -o-transition: 0.8s cubic-bezier(1, -0.25, 0, 1.43);
  transition: 0.8s cubic-bezier(1, -0.25, 0, 1.43);
  cursor: pointer;
  border: 0;
  outline: 0;
  color: #fff;
  text-align: center;
  padding: 0;
  border-radius: 100%;
  overflow: hidden;
}

#scroll-top:before {
  content: '\f106';
  font-family: FontAwesome;
  line-height: 35px;
  position: absolute;
  top: 0;
  width: 20px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 28px;
}

#scroll-top.visible {
  bottom: 20px;
}

#scroll-top:hover {
  opacity: 0.8;
}

@media (max-width: 991px) {
  .fixed-content,
  .fluid-content {
    float: none;
    width: 100%;
  }
  .fluid-head {
    margin: 0;
  }
  .fluid-head:after {
    display: none;
  }
  .fluid-header {
    margin: 0 0 0 -11px;
    padding: 13px 10px 13px 25px;
  }
  .fluid-header h2 {
    font-size: 14px;
  }
  .main .container:before {
    display: none;
  }
  .content {
    padding: 15px;
  }
  .fixed-head {
    padding: 12px;
  }
  .fixed-head h2 {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .fluid-header {
    margin: 0;
    padding: 10px 15px;
  }
  .fluid-header:after {
    display: none;
  }
  .not-found h2 {
    font-size: 90px;
  }
  .not-found p {
    font-size: 14px;
  }
  .not-found .not-found-text {
    min-height: 300px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .search-result .fault-result  {
    min-height: 300px;
    padding-top: 74px;
    padding-bottom: 50px;
  }
  .search-result .icon-block {
    margin: 0 auto;
  }
  .search-result h3 {
    font-size: 16px;
  }
  .search-result p {
    font-size: 14px;
  }
  .search-result .top-text {
    left: 0;
    right: 0;
    text-align: center;
  }
}

.header .logo {
  display: block;
  float: left;
  width: 178px;
  height: 178px;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
  position: relative;
  /*background: #ff8600 url(../img/logo.svg) no-repeat 1px 85px;*/

  background: #fff url(../img/basf-logo.png) no-repeat center left 17px;
  background-size: 159px;
}
/*
.header .logo:hover {
  opacity: 0.7;
}*/

.header-top {
  margin-left: 178px;
}

.main-nav {
  text-align: center;
  background-color: #0091d4;
  background-image: -webkit-linear-gradient(left, #0091d4, #29a5df);
  background-image: linear-gradient(to right,#0091d4, #29a5df);
  margin-right: 240px;
}

.main-nav a {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  margin: 0 15px;
  position: relative;
  padding: 15px 5px;
}

.main-nav a:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid #ff8600;
  position: absolute;
  top: -8px;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
}

.main-nav a:after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: #ff8600;
  position: absolute;
  left: 0;
  top: -3px;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
}

.main-nav a:hover, .main-nav a:focus, .main-nav a:active {
  text-decoration: none;
  outline: 0;
}

.main-nav a:hover:before {
  top: 3px;
}

.main-nav a:hover:after {
  top: 0;
}

.category-slider .item {
  height: 126px;
}

.category-slider .slick-arrow {
  position: absolute;
  top: -30px;
  right: 0;
}

.header-feedback {
  float: right;
  width: 250px;
  background-color: #ff8600;
  background-image: -webkit-linear-gradient(left, #ff8600, #ffa033);
  background-image: linear-gradient(to right,#ff8600, #ffa033);
  text-align: center;
  margin-right: -10px;
  position: relative;
}

.header-feedback:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  bottom: -6px;
  right: 0;
  border-top: 6px solid #b35f00;
  border-right: 10px solid transparent;
}

.header-feedback .feedback-toggle {
  font-size: 16px;
  color: #fff;
  display: block;
  padding: 15px 0;
  background: transparent;
  border: 0;
  outline: 0;
  position: relative;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
  width: 100%;
}

.header-feedback .feedback-toggle span {
  display: inline-block;
  padding-left: 25px;
  position: relative;
}

.header-feedback .feedback-toggle span:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../img/tel-icon.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 0;
}

.header-feedback .feedback-toggle:hover, .header-feedback .feedback-toggle:focus {
  text-decoration: none;
}

.header-feedback .feedback-toggle:hover {
  background-color: #f08c1a;
}

.header-feedback .feedback-dropdown {
  position: absolute;
  right: 0;
  top: 100%;
  width: 380px;
  padding: 15px 30px 37px;
  background-color: #ff8600;
  background-image: -webkit-linear-gradient(left, #ff8600, #ffa033);
  background-image: linear-gradient(to right,#ff8600, #ffa033);
  display: none;
  z-index: 10;
}

.header-feedback .feedback-dropdown input,
.header-feedback .feedback-dropdown label {
  float: left;
}

.header-feedback .feedback-dropdown .form-row {
  margin: 0 0 10px;
}

.header-feedback .feedback-dropdown input {
  width: 70%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  outline: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  padding: 3px 10px 3px 0;
}

.header-feedback .feedback-dropdown input:focus {
  border-bottom: 1px solid #fff;
}

.header-feedback .feedback-dropdown label {
  width: 30%;
  text-align: right;
  padding: 3px 15px 0 0;
  color: #fff;
  font-weight: normal;
}

.header-feedback .feedback-dropdown button {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background-color: #e67900;
  border: 0;
  outline: 0;
  padding: 5px;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
}

.header-feedback .feedback-dropdown button:hover {
  background-color: #c26a09;
}

.category-nav a {
  float: left;
  width: 14.28%;
  height: 126px;
  border-right: 1px solid #ccc;
  background-color: #fff;
  text-align: center;
  color: #000;
  padding: 15px 5px 0;
  font-family: "Open Sans Light", Arial, sans-serif;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
}

.category-nav a:hover, .category-nav a:focus {
  text-decoration: none;
}

.category-nav a:hover {
  background-color: #eee;
}

.category-nav .nav-icon {
  display: block;
  margin: 0 auto 10px;
  width: 50px;
  height: 42px;
  background-position: center;
  background-repeat: no-repeat;
}

.category-nav span {
  display: block;
}

.header-search {
  background-color: #cdcdcd;
  margin: 0 -10px 0 -10px;
  padding: 0 15px 0 0;
  height: 60px;
  line-height: 60px;
  position: relative;
}

.header-search:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  bottom: -6px;
  left: 0;
  border-top: 6px solid #a7a7a7;
  border-left: 10px solid transparent;
}

.header-search:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  bottom: -6px;
  right: 0;
  border-top: 6px solid #a7a7a7;
  border-right: 10px solid transparent;
}

.header-search p {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  width: 183px;
  color: #808080;
  text-align: center;
  font-size: 16px;
}

.header-search .search-block {
  display: inline-block;
  vertical-align: top;
  position: relative;
  height: 60px;
  line-height: 60px;
  width: 723px;
}

.header-search .search-block .form-control {
  display: inline-block;
  border-radius: 0;
  box-shadow: none;
  height: 36px;
  line-height: 36px;
  outline: 0;
  padding: 0 45px 0 12px;
}

.header-search .search-block .form-control:focus {
  border: 1px solid #ffa640;
}

.header-search .search-block .form-control::-webkit-input-placeholder {
  font-style: italic;
}

.header-search .search-block .form-control::-moz-placeholder {
  font-style: italic;
}

.header-search .search-block .form-control:-moz-placeholder {
  font-style: italic;
}

.header-search .search-block .form-control:-ms-input-placeholder {
  font-style: italic;
}

.header-search .search-block .search-btn {
  position: absolute;
  top: 13px;
  right: 0px;
  width: 36px;
  height: 34px;
  border: 0;
  background: #ffa640 url(../img/search-icon.png) no-repeat center;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
}

.header-search .search-block .search-btn:hover {
  background-color: #f08c1a;
}

.header-search .all-products {
  float: right;
  margin: 0;
  font-size: 16px;
  color: #808080;
  width: 200px;
  text-align: center;
}

.header-search .all-products:hover button {
  text-decoration: none;
}

.header-search .all-products button {
  padding: 0;
  border: 0;
  outline: 0;
  text-decoration: underline;
  width: 100%;
  background: transparent;
}

.nav-toggle {
  width: 35px;
  height: 35px;
  padding: 0;
  outline: 0;
  border: 0;
  float: right;
  margin: 15px 15px 0 0;
  display: none;
  background: transparent;
  overflow: hidden;
}

.nav-toggle span {
  display: block;
  height: 3px;
  width: 30px;
  background-color: #0091d4;
  margin: 0 0 6px;
  float: right;
  position: relative;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
}

.nav-toggle.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 8px;
  left: 0;
}

.nav-toggle.active span:nth-child(2) {
  opacity: 0;
  -webkit-transform: translate(200%, 0);
  -moz-transform: translate(200%, 0);
  -ms-transform: translate(200%, 0);
  -o-transform: translate(200%, 0);
  transform: translate(200%, 0);
}

.nav-toggle.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -10px;
  left: 0px;
}

@media (max-width: 1199px) {
  .header .logo {
    width: 120px;
    height: 148px;
    background: #fff url(../img/basf-logo.png) no-repeat top 20px left 13px;
    background-size: 103px;
  }
  .header-top {
    margin-left: 120px;
  }
  .main-nav a {
    font-size: 13px;
    margin: 0 7px;
    padding: 10px 3px;
  }
  .category-nav .nav-icon {
    width: 40px;
    height: 32px;
    background-size: contain;
  }
  .category-nav a {
    height: 110px;
    font-size: 11.5px;
  }
  .header-feedback .feedback-toggle {
    font-size: 13px;
    padding: 10px 0;
  }
  .header-feedback .feedback-toggle:before {
    left: 40px;
  }
  .header-search .search-block {
    width: 455px;
  }
}

@media (max-width: 991px) {
  .header-top {
    background-color: #fff;
    border-right: 1px solid #dadada;
  }
  .header-top::after {
    clear: both;
    content: "";
    display: table;
  }
  .header .container {
    position: relative;
  }
  .nav-toggle {
    display: block;
  }
  .main-nav {
    padding: 10px 0;
    background: transparent;
    display: block;
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    -webkit-transform: translateX(-200%);
    -moz-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    -o-transform: translateX(-200%);
    transform: translateX(-200%);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    z-index: 1000;
    text-align: center;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    z-index: 100;
  }
  .main-nav a {
    display: block;
    margin: 0;
    color: #fff;
    padding: 10px 0;
    background-color: #0091d4;
  }
  .main-nav a:before, .main-nav a:after {
    display: none;
  }
  .main-nav.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .header .logo {
    height: 60px;
    width: 70px;
    background: #fff url(../img/basf-logo.png) no-repeat top 0px left 8px;
    background-size: 60px;
  }

  .header-top {
    margin-left: 71px;
  }


  .category-nav {
    padding: 0;
    display: block;
    position: absolute;
    left: 0;
    top: 120px;
    width: 100%;
    -webkit-transform: translateX(-200%);
    -moz-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    -o-transform: translateX(-200%);
    transform: translateX(-200%);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    z-index: 1000;
    text-align: center;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 1px solid #dadada;
    z-index: 5;
    display: none;
  }
  .category-nav a {
    display: block;
    margin: 0;
    padding: 10px 0;
    float: none;
    height: auto;
    width: auto;
    border: 0;
  }
  .category-nav a:before, .category-nav a:after {
    display: none;
  }
  .category-nav.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .header-feedback {
    background: #ffa033;
    float: left;
    display: block;
    margin-right: 40px;
    height: 60px;
    line-height: 60px;
    position: static;
  }
  .header-feedback:after {
    display: none;
  }
  .header-feedback .feedback-dropdown {
    right: auto;
    top: 60px;
    left: 15px;
    width: calc(100% - 30px);
    padding: 15px 15px 60px;
  }
  .header-feedback .feedback-dropdown label {
    width: 15%;
    height: 36px;
  }
  .header-feedback .feedback-dropdown input {
    width: 85%;
    height: 26px;
    position: relative;
    bottom: -17px;
    padding: 0 10px 0 0;
  }
  .header-feedback .feedback-dropdown button {
    height: 45px;
    padding: 0;
    line-height: 45px;
  }
  .header-feedback .feedback-toggle {
    padding: 0;
  }
  .header-search {
    line-height: normal;
    clear: both;
    margin: 0;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
    padding: 0;
  }
  .header-search p {
    display: none;
  }
  .header-search .all-products {
    margin: 17px 0 0 15px;
    background-color: transparent;
    padding: 13px 10px 4px 7px;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    float: none;
    width: auto;
    margin: 0 0 0 370px;
  }
  .header-search .all-products::after {
    clear: both;
    content: "";
    display: table;
  }
  .header-search .all-products button {
    float: left;
    width: 50%;
    display: block !important;
    text-decoration: none;
    height: 34px;
    line-height: 34px;
  }
  .header-search .all-products button.all-products-toggle {
    padding-right: 5px;
  }
  .header-search .all-products button.all-direction-toggle {
    padding-left: 5px;
  }
  .header-search .all-products button span {
    background-color: #b0aeae;
    display: block;
    width: 100%;
    height: 100%;
  }
  .header-search .search-block {
    float: left;
    width: 370px;
    margin: 0;
    padding: 0 10px 0 10px;
  }
}

@media (max-width: 767px) {
  .header-search {
    margin: 0;
    padding: 0 10px 10px 10px;
    height: auto;
  }
  .header-search:before, .header-search:after {
    display: none;
  }
  .header-search .search-block {
    width: 100%;
    float: none;
    height: 50px;
    line-height: 50px;
    padding: 0;
  }
  .header-search .search-block .search-btn {
    top: 8px;
  }
  .header-search .all-products {
    margin: 0;
    padding: 0;
  }
  .header-feedback .feedback-dropdown label {
    width: 25%;
  }
  .header-feedback .feedback-dropdown input {
    width: 75%;
  }
}

@media (max-width: 568px) {
  .header-feedback {
    width: 60px;
  }
  .header-feedback .feedback-toggle span {
    font-size: 0;
    padding: 0;
    display: block;
  }
  .header-feedback .feedback-toggle span:before {
    position: static;
    width: 20px;
    height: 20px;
    margin: 20px auto 0;
  }
}

@media (max-width: 480px) {
  .header-feedback .feedback-dropdown label {
    width: 35%;
  }
  .header-feedback .feedback-dropdown input {
    width: 65%;
  }
}

.main-slider .item {
  outline: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 455px;
  color: #fff;
  padding: 40px;
}

.main-slider .slick-arrow {
  position: absolute;
  bottom: 25px;
  width: 70px;
  height: 70px;
  z-index: 10;
  border: 0;
  outline: 0;
  background-color: #ff8600;
  padding: 0;
  font-size: 30px;
  color: #fff;
}

.main-slider .slick-arrow.next-arrow {
  left: 60px;
}

.main-slider .slick-arrow.prev-arrow {
  left: -10px;
  border-right: 1px solid #fff;
}

.main-slider .slick-arrow.prev-arrow:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  bottom: -6px;
  left: 0;
  border-top: 6px solid #b35f00;
  border-left: 10px solid transparent;
}

.main-slider .overlay-text .title {
  font-size: 36px;
  text-shadow: 0px 1px 30px black;
}

.main-slider .overlay-text p {
  font-size: 18px;
  text-shadow: 0px 1px 30px black;
}

@media (max-width: 991px) {
  .main-slider .item {
    padding: 15px;
    height: 400px;
  }
  .main-slider .overlay-text .title {
    font-size: 28px;
  }
  .main-slider .overlay-text p {
    font-size: 16px;
  }
  .main-slider .slick-arrow {
    width: 50px;
    height: 50px;
  }
  .main-slider .slick-arrow.next-arrow {
    left: 40px;
  }
}

@media (max-width: 767px) {
  .main-slider .item {
    height: 350px;
  }
  .main-slider .overlay-text .title {
    font-size: 24px;
  }
  .main-slider .overlay-text p {
    font-size: 14px;
  }
}

@media (max-width: 568px) {
  .main-slider .item {
    height: 300px;
  }
  .main-slider .slick-arrow {
    width: 30px;
    height: 30px;
    font-size: 16px;
    bottom: 15px;
  }
  .main-slider .slick-arrow.next-arrow {
    left: 20px;
  }
}

@media (max-width: 480px) {
  .main-slider .overlay-text .title {
    max-height: 67px;
    overflow: hidden;
  }
  .main-slider .overlay-text p {
    max-height: 152px;
    overflow: hidden;
  }
}

.about .content {
  padding: 15px 40px 40px;
}

.about .lg-img {
  position: relative;
}

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

.about .lg-img .overlay-text {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  padding: 40px;
}

.about .lg-img .overlay-text h2 {
  font-size: 24px;
  text-shadow: 0px 0px 30px black;
  margin: 0 0 20px;
}

.about .lg-img .overlay-text p {
  font-size: 16px;
  text-shadow: 0px 0px 30px black;
}

.about h3 {
  font-size: 24px;
  margin: 25px 0 15px;
  font-family: "Open Sans Semibold", Arial, sans-serif;
}

.about p {
  font-size: 16px;
  margin: 0 0 20px;
}

.about h4 {
  font-size: 18px;
  color: #0594d5;
  font-family: "Open Sans Semibold", Arial, sans-serif;
}

.index-about h3 {
  margin: 0 0 20px;
  font-size: 24px;
}

.index-about p {
  font-size: 16px;
}

.about-grid .lg-item,
.about-grid .sm-item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin: 0 0 7px;
  border: 1px solid #717171;
  border-radius: 3px;
}

.about-grid .lg-item .overlay-link,
.about-grid .sm-item .overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.about-grid .lg-item p,
.about-grid .sm-item p {
  margin: 0;
  color: #fff;
  position: absolute;
  bottom: -1px;
  left: -1px;
  right: -1px;
  padding: 10px;
  background-color: rgba(41, 165, 223, 0.8);
  font-family: "Open Sans Semibold", Arial, sans-serif;
  font-size: 16px;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
  border-radius: 0 0 3px 3px;
}

.about-grid .lg-item:hover p,
.about-grid .sm-item:hover p {
  background-color: #29a5df;
}

.about-grid .lg-item {
  height: 410px;
}

.about-grid .sm-item {
  height: 185px;
}

.about-grid .see-more {
  display: inline-block;
  margin: 0 0 15px 10px;
  position: relative;
  padding-left: 10px;
  color: #129ad9;
}

.about-grid .see-more:before {
  content: '\f101';
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 12px;
}

@media (max-width: 1199px) {
  .about .content {
    padding: 10px 25px 25px;
  }
  .about h3 {
    font-size: 20px;
  }
  .about h4 {
    font-size: 16px;
  }
  .about p {
    font-size: 14px;
  }
  .about .lg-img .overlay-text {
    padding: 20px;
  }
  .about .lg-img .overlay-text h2 {
    font-size: 20px;
    margin: 0 0 15px;
  }
  .about .lg-img .overlay-text p {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .index-about h3 {
    font-size: 20px;
    font-family: "Open Sans Semibold", Arial, sans-serif;
    margin: 0 0 15px;
  }
  .index-about p {
    font-size: 14px;
  }
  .about-grid .sm-item {
    height: 300px;
  }
  .about .content {
    padding: 15px;
  }
  .about h3 {
    font-size: 18px;
    margin: 0 0 15px;
  }
  .about h4 {
    font-size: 14px;
  }
  .about p {
    margin: 0 0 10px;
  }
}

@media (max-width: 640px) {
  .index-about .about-grid .sm-item {
    height: 250px;
  }
  .index-about .about-grid .sm-item p {
    font-size: 14px;
  }
  .index-about .about-grid .lg-item {
    height: 350px;
  }
  .index-about .about-grid .lg-item p {
    font-size: 14px;
  }
  .about .lg-img .overlay-text {
    max-height: 211px;
    overflow: hidden;
  }
}

@media (max-width: 568px) {
  .index-about .about-grid .sm-item {
    height: 220px;
  }
  .index-about .about-grid .lg-item {
    height: 320px;
  }
  .about .lg-img .overlay-text {
    padding: 15px;
    max-height: none;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .about .lg-img .overlay-text h2 {
    text-align: center;
    font-size: 24px;
  }
  .about .lg-img .overlay-text p {
    display: none;
  }
}

@media (max-width: 480px) {
  .index-about .about-grid .sm-item {
    height: 200px;
  }
  .index-about .about-grid .lg-item {
    height: 300px;
  }
  .about .lg-img .overlay-text h2 {
    font-size: 20px;
  }
}

@media (max-width: 375px) {
  .index-about .about-grid .sm-item {
    height: 180px;
  }
  .index-about .about-grid .lg-item {
    height: 280px;
  }
}

.clients-slider {
  margin: 60px 0;
  padding: 0 20px;
}

.clients-slider .item {
  height: 130px;
  color: #000;
}

.clients-slider .item .img-block,
.clients-slider .item .text-block {
  float: left;
  width: 50%;
}

.clients-slider .item .img-block {
  border-right: 1px solid #dadada;
  height: 100%;
  padding: 0 15px;
}

.clients-slider .item .img-block img {
  display: block;
  max-width: 180px;
  max-height: 130px;
  margin: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.clients-slider .item .text-block {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 15px;
}

.clients-slider .item h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Open Sans Semibold", Arial, sans-serif;
}

.clients-slider .slick-arrow {
  position: absolute;
  top: -40px;
  width: 30px;
  height: 30px;
  z-index: 10;
  border: 0;
  outline: 0;
  background-color: #ff8600;
  padding: 0;
  font-size: 20px;
  color: #fff;
  line-height: 30px;
}

.clients-slider .slick-arrow.next-arrow {
  left: 20px;
}

.clients-slider .slick-arrow.prev-arrow {
  left: -10px;
  border-right: 1px solid #fff;
}

.clients-slider .slick-arrow.prev-arrow:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  bottom: -6px;
  left: 0;
  border-top: 6px solid #b35f00;
  border-left: 10px solid transparent;
}

@media (max-width: 1199px) {
  .clients-slider .item .img-block img {
    max-width: 130px;
  }
  .clients-slider .item h4 {
    font-size: 15px;
  }
  .clients-slider .item p {
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  .clients-slider .item .img-block img {
    max-width: 180px;
  }
  .clients-slider .item h4 {
    font-size: 15px;
  }
  .clients-slider .item p {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .clients-slider .item .img-block img {
    max-width: 150px;
  }
}

@media (max-width: 480px) {
  .clients-slider .item {
    height: auto;
    padding: 20px 0 0;
  }
  .clients-slider .item .img-block {
    width: 100%;
    float: none;
    border: 0;
    margin: 0 0 20px;
  }
  .clients-slider .item .img-block img {
    max-width: 150px;
    top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .clients-slider .item .text-block {
    width: 100%;
    float: none;
    top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

.fixed-content .download-block {
  padding: 20px;
}

.fixed-content .download-block a {
  display: inline-block;
  position: relative;
  padding-left: 10px;
  color: #129ad9;
  font-family: "Open Sans Semibold", Arial, sans-serif;
}

.fixed-content .download-block a:before {
  content: '\f101';
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  font-size: 12px;
  top: 2px;
}

.aside-nav li a {
  position: relative;
}

.aside-nav li a i {
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -12px;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: none;
}

.direction-aside-nav,
.products-aside-nav {
  list-style: none;
  margin: 0 0 0 -1px;
  padding: 0;
  display: none;
}

.direction-aside-nav > li > a,
.products-aside-nav > li > a {
  display: block;
  padding: 15px;
  text-decoration: none;
  border-bottom: 1px solid #e6e6e6;
  outline: 0;
  font-family: "Open Sans Light", Arial, sans-serif;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
  color: #0091d4;
}

.direction-aside-nav > li > a:hover, .direction-aside-nav > li > a:focus,
.products-aside-nav > li > a:hover,
.products-aside-nav > li > a:focus {
  text-decoration: none;
}

.direction-aside-nav > li > a:hover,
.products-aside-nav > li > a:hover {
  color: #000;
  background-color: #eee;
}

.direction-aside-nav > li:last-of-type > a,
.products-aside-nav > li:last-of-type > a {
  border-bottom: 0;
}

.direction-aside-nav.active,
.products-aside-nav.active {
  display: block;
}

.direction-aside-nav > li.active .aside-dropdown,
.products-aside-nav > li.active .aside-dropdown {
  display: block;
}

.direction-aside-nav > li.active > a,
.products-aside-nav > li.active > a {
  background-color: #fe941a;
  background-image: -webkit-linear-gradient(left, #fe941a, #ffaa49);
  background-image: linear-gradient(to right,#fe941a, #ffaa49);
  color: #000;
  font-family: "Open Sans Semibold", Arial, sans-serif;
}

.direction-aside-nav > li.active > a:hover,
.products-aside-nav > li.active > a:hover {
  color: #000;
}

.direction-title,
.all-products-title {
  display: none;
}

.direction-title.active,
.all-products-title.active {
  display: block;
}

.all-products-toggle,
.all-direction-toggle {
  display: none;
}

.all-products-toggle.active,
.all-direction-toggle.active {
  display: block;
}

.aside-dropdown {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
}

.aside-dropdown li.active a {
  background-color: #f7b367;
  font-family: "Open Sans Semibold", Arial, sans-serif;
  pointer-events: none;
}

.aside-dropdown li a {
  background-color: #dadada;
  color: #000;
  display: block;
  border-bottom: 1px solid #fff;
  padding: 15px;
  outline: 0;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
  text-decoration: none;
}

.aside-dropdown li a:hover, .aside-dropdown li a:focus {
  text-decoration: none;
}

.aside-dropdown li a:hover {
  background-color: #bebebe;
}

.aside-search .search-block {
  padding: 20px;
  position: relative;
}

.aside-search .form-control {
  display: inline-block;
  border-radius: 0;
  box-shadow: none;
  height: 36px;
  line-height: 36px;
  outline: 0;
  padding: 0 40px 0 12px;
  font-size: 13px;
}

.aside-search .form-control:focus {
  border: 1px solid #ffa640;
}

.aside-search .form-control::-webkit-input-placeholder {
  font-style: italic;
}

.aside-search .form-control::-moz-placeholder {
  font-style: italic;
}

.aside-search .form-control:-moz-placeholder {
  font-style: italic;
}

.aside-search .form-control:-ms-input-placeholder {
  font-style: italic;
}

.aside-search .search-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 36px;
  height: 36px;
  border: 0;
  background: #ffa640 url(../img/search-icon.png) no-repeat center;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
}

.aside-search .search-btn:hover {
  background-color: #f08c1a;
}

.aside-rules .rules-block {
  padding: 20px;
}

.aside-rules .img-block {
  border: 1px solid #636363;
}

.aside-rules .img-block a {
  display: block;
}

.aside-rules .img-block img {
  display: block;
  width: 100%;
}

.aside-rules .detail-link {
  display: inline-block;
  position: relative;
  padding-left: 10px;
  color: #129ad9;
  font-family: "Open Sans Semibold", Arial, sans-serif;
}

.aside-rules .detail-link:before {
  content: '\f101';
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 12px;
}

@media (max-width: 991px) {
  .fixed-head {
    margin: 0;
  }
  .fixed-head:after {
    display: none;
  }
  .aside-nav > li > a {
    padding-left: 60px;
  }
  .aside-nav > li > a i {
    display: block;
  }
  .products-aside-nav > li > a {
    padding-left: 20px;
  }
  .direction-aside-nav > li > a,
  .products-aside-nav > li > a {
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .aside-dropdown li a {
    font-size: 13px;
    padding: 10px 15px;
  }
}

.service-top {
  border-bottom: 1px solid #dadada;
  padding: 0 0 25px;
  margin: 0 0 30px;
}

.service-top p {
  font-family: "Open Sans Light", Arial, sans-serif;
  margin: 0;
}

.service-top .tel-block {
  float: right;
  margin-left: 20px;
}

.service-top .tel-block a {
  font-size: 20px;
  font-family: "Open Sans Semibold", Arial, sans-serif;
  color: #0f98d8;
}

.service-list .service-item {
  box-shadow: 0px 0px 45px 1px rgba(0, 0, 0, 0.1);
  margin: 0 0 30px;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
  outline: 0;
}

.service-list .service-item a {
  display: block;
  width: 100%;
  height: 100%;
}

.service-list .service-item:hover {
  opacity: 0.8;
}

.service-list .img-block,
.service-list .text-block {
  float: left;
  width: 50%;
  height: 270px;
}

.service-list .img-block {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.service-list .text-block {
  padding: 20px;
}

.service-list .text-block h3 {
  margin: 0 0 10px;
  font-family: "Open Sans Semibold", Arial, sans-serif;
  font-size: 18px;
}

.service-list .text-block h3 a {
  color: inherit;
}

.service-list .text-block p {
  max-height: 115px;
  position: relative;
  overflow: hidden;
}

.service-list .text-block p:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 25px;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #fff 100%, #fff 10%, #fff);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 100%, #fff 10%, #fff);
}

.service-list .text-block > .see-more {
  color: #0091d4;
  position: relative;
  display: inline-block;
  padding-left: 10px;
  font-family: "Open Sans Semibold", Arial, sans-serif;
}

.service-list .text-block > .see-more:before {
  content: '\f101';
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 12px;
}

.service-inner .content {
  padding: 40px;
}

.service-inner .content .download-block {
  background-color: #e6e6e6;
  border-bottom: 3px solid #cdcdcd;
  padding: 15px;
  margin: 30px 0;
}

.service-inner .content .download-block .img-block {
  float: left;
  border: 4px solid #fff;
  width: 100px;
  margin: 0 20px 10px 0;
}

.service-inner .content .download-block .img-block img {
  display: block;
  width: 100%;
}

.service-inner .content .download-block .text-block {
  margin: 0 0 20px;
}

.service-inner .content .download-block .text-block span {
  color: #0091d4;
  font-family: "Open Sans Semibold", Arial, sans-serif;
}

.service-inner .content .download-block .text-block p {
  margin: 0;
}

.service-inner .content .download-block .see-more {
  position: relative;
  padding-left: 10px;
  color: #129ad9;
}

.service-inner .content .download-block .see-more:before {
  content: '\f101';
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 12px;
}

.service-inner .content .download-block .download-doc {
  margin: 25px 0 0;
}

.service-inner .content .download-block .download-link {
  color: #000;
  position: relative;
  padding-left: 45px;
  display: inline-block;
  text-decoration: underline;
  font-family: "Open Sans Semibold", Arial, sans-serif;
  font-size: 14px;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
}

.service-inner .content .download-block .download-link:before {
  content: '';
  display: block;
  width: 40px;
  height: 45px;
  background: url(../img/pdf-icon.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -23px;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
}

.service-inner .content .download-block .download-link:hover {
  text-decoration: none;
}

.service-inner .content .download-block .download-link:hover:before {
  opacity: 0.7;
}

.service-inner .lg-img {
  border: 1px solid #c1c1c1;
  border-radius: 3px;
  margin: 0 0 20px;
}

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

.service-inner h3 {
  font-size: 24px;
  font-family: "Open Sans Semibold", Arial, sans-serif;
  margin: 0 0 20px;
}

.service-inner p {
  font-size: 16px;
  margin: 0 0 15px;
}

.service-inner .tel-block {
  text-align: center;
}

.service-inner .tel-block a {
  font-size: 30px;
}

.service-inner .tel-block a span {
  font-family: "Open Sans Semibold", Arial, sans-serif;
}

.service-inner .attention-block {
  background-color: #68bee6;
  border-bottom: 3px solid #0091d4;
  padding: 20px 20px 20px 120px;
  position: relative;
}

.service-inner .attention-block .img-block {
  width: 80px;
  height: 70px;
  background: url(../img/attention-icon.png) no-repeat center;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  left: 20px;
}

.service-inner .attention-block .text-block p {
  margin: 0;
}

.service-inner .attention-block .text-block a {
  color: #000;
}

@media (max-width: 1199px) {
  .service .content {
    padding: 20px;
  }
  .service-top {
    margin: 0 0 20px;
  }
  .service-top .tel-block a {
    font-size: 20px;
  }
  .service-list .service-item {
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  }
  .service-list .text-block {
    padding: 15px;
  }
  .service-list .text-block h3 {
    font-size: 16px;
  }
  .service-list .text-block p {
    font-size: 13px;
  }
  .service-inner .content {
    padding: 25px;
  }
  .service-inner .content p {
    font-size: 14px;
  }
}

@media (max-width: 991px) {

  .service-inner .content {
    padding: 15px;
  }
  .service-inner .content .download-block {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .service-top {
    position: relative;
    padding: 0 0 80px;
  }
  .service-top .tel-block {
    float: none;
    position: absolute;
    bottom: 10px;
    text-align: center;
    left: 0;
    width: 100%;
    margin: 0;
  }
  .service-top .tel-block a {
    font-size: 22px;
  }
}

@media (max-width: 640px) {
  .service-list .img-block,
  .service-list .text-block {
    float: none;
    width: 100%;
  }
  .service-list .img-block {
    height: 300px;
  }
  .service-list .text-block {
    height: auto;
  }
  .service-list .text-block p {
    max-height: none;
  }
  .service-list .text-block p:after {
    display: none;
  }
}

@media (max-width: 540px) {
  .service-list .img-block {
    height: 270px;
  }
  .service-inner .content .attention-block {
    padding: 80px 15px 15px;
  }
  .service-inner .content .attention-block .img-block {
    left: 0;
    right: 0;
    margin: auto;
    top: 5px;
  }
  .service-inner .content .download-block .download-link {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .service-list .service-item {
    margin: 0 -20px 10px;
    box-shadow: none;
  }
  .service-list .img-block {
    height: 230px;
  }
  .service-inner .content .download-block .img-block {
    float: none;
    margin: 0 auto 15px;
  }
}

@media (max-width: 375px) {
  .service-list .img-block {
    height: 200px;
  }
}

.news .content {
  padding: 40px;
}

.news .news-item {
  margin: 0 0 30px;
}

.news .news-item .img-block {
  height: 220px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 0 10px;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
  border: 1px solid #c1c1c1;
  border-radius: 2px;
}

.news .news-item .img-block a {
  display: block;
  height: 100%;
}

.news .news-item .img-block:hover {
  opacity: 0.8;
}

.news .news-item .date p {
  color: #999;
  font-family: "Open Sans Light", Arial, sans-serif;
}

.news .news-item h3 {
  margin: 0 0 15px;
  font-size: 16px;
  font-family: "Open Sans Semibold", Arial, sans-serif;
}

.news .news-item h3 a {
  color: inherit;
}

.news .news-item .see-more {
  display: inline-block;
  position: relative;
  padding-left: 10px;
  color: #129ad9;
  font-family: "Open Sans Semibold", Arial, sans-serif;
  text-decoration: underline;
}

.news .news-item .see-more:before {
  content: '\f101';
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 12px;
}

.news .news-item .see-more:hover, .news .news-item .see-more:focus {
  text-decoration: none;
}

.news-inner .content {
  padding: 40px;
}

.news-inner .lg-img {
  border: 1px solid #c1c1c1;
  border-radius: 3px;
  margin: 0 0 20px;
}

.news-inner .lg-img img {
  display: block;
  width: 100%;
}

.news-inner h3 {
  font-size: 24px;
  font-family: "Open Sans Semibold", Arial, sans-serif;
  margin: 0 0 20px;
}

.news-inner p {
  font-size: 16px;
  margin: 0 0 15px;
}

.news-inner .tel-block {
  text-align: center;
}

.news-inner .tel-block a {
  font-size: 30px;
}

.news-inner .tel-block a span {
  font-family: "Open Sans Semibold", Arial, sans-serif;
}

@media (max-width: 1199px) {
  .news .content {
    padding: 30px;
  }
  .news .news-item .img-block {
    height: 170px;
  }
  .news .news-item h3 {
    font-size: 14px;
  }
  .news .see-more {
    font-size: 13px;
  }
  .news-inner .content {
    padding: 25px;
  }
  .news-inner p {
    font-size: 14px;
    margin: 0 0 10px;
  }
  .news-inner h3 {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .news .content {
    padding: 15px;
  }
  .news-inner .content {
    padding: 15px;
  }
  .news-inner h3 {
    font-size: 18px;
    margin: 15px 0;
  }
  .news-inner .tel-block a {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .news .news-item .img-block {
    height: 160px;
  }
  .news-inner .tel-block a {
    font-size: 18px;
  }
}

@media (max-width: 640px) {
  .news .news-item .img-block {
    height: 150px;
  }
}

@media (max-width: 567px) {
  .news .item-wrap {
    width: 100%;
  }
  .news .news-item .img-block {
    height: 320px;
  }
}

@media (max-width: 520px) {
  .news .news-item .img-block {
    height: 300px;
  }
}

@media (max-width: 480px) {
  .news .news-item .img-block {
    height: 270px;
  }
}

@media (max-width: 420px) {
  .news .news-item .img-block {
    height: 220px;
  }
}

@media (max-width: 375px) {
  .news .news-item .img-block {
    height: 180px;
  }
}

.vacancy .content {
  padding: 35px 40px 40px;
}

.vacancy .vacancy-item {
  border-bottom: 1px solid #e6e6e6;
  padding: 0 0 25px;
  margin: 0 0 25px;
}

.vacancy .vacancy-item .title-block {
  color: #0091d4;
}

.vacancy .vacancy-item .title-block h3 {
  font-size: 16px;
  margin: 0 0 15px;
  font-family: "Open Sans Semibold", Arial, sans-serif;
}

.vacancy .vacancy-item .text-block {
  max-height: 80px;
  position: relative;
  overflow: hidden;
  margin: 0 0 20px;
}

.vacancy .vacancy-item .text-block:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 25px;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #fff 100%, #fff 10%, #fff);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 100%, #fff 10%, #fff);
}

.vacancy .vacancy-item .text-block p {
  line-height: 2;
}

.vacancy .vacancy-item .modal-toggle {
  border: 1px solid #0091d4;
  border-radius: 5px;
  color: #0091d4;
  padding: 9px 30px;
  background-color: #fff;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
  font-size: 16px;
  outline: 0;
}

.vacancy .vacancy-item .modal-toggle:hover {
  background-color: #0091d4;
  color: #fff;
}

.vacancy .vacancy-item .scroll-to-form {
  background-color: #0091d4;
  color: #fff;
  border-radius: 5px;
  padding: 9px 30px;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
  font-size: 16px;
  border: 1px solid #0091d4;
  outline: 0;
  margin-right: 10px;
}

.vacancy .vacancy-item .scroll-to-form:hover {
  background-color: #fff;
  color: #0091d4;
}

.vacancy .vacancy-form {
  background-color: #e6e6e6;
  border-radius: 5px;
  padding: 20px 20px 20px;
}

.vacancy .vacancy-form h4 {
  border-bottom: 1px solid #cdcdcd;
  padding: 0 0 15px;
  margin: 0 0 20px;
  font-size: 24px;
  color: #000;
  font-family: "Open Sans Semibold", Arial, sans-serif;
}

.vacancy .vacancy-form .form-row {
  margin: 0 0 20px;
}

.vacancy .vacancy-form .form-col {
  float: left;
  width: 33.33%;
}

.vacancy .vacancy-form .form-col:nth-of-type(1) {
  padding-right: 10px;
}

.vacancy .vacancy-form .form-col:nth-of-type(2) {
  padding: 0 10px;
}

.vacancy .vacancy-form .form-col:nth-of-type(3) {
  padding-left: 10px;
}

.vacancy .vacancy-form .form-control {
  box-shadow: none;
  border: 1px solid #dadada;
  height: 37px;
  line-height: 35px;
  padding: 0 12px;
}

.vacancy .vacancy-form .form-control::-webkit-input-placeholder {
  color: #666666;
}

.vacancy .vacancy-form .form-control::-moz-placeholder {
  color: #666666;
}

.vacancy .vacancy-form .form-control:-moz-placeholder {
  color: #666666;
}

.vacancy .vacancy-form .form-control:-ms-input-placeholder {
  color: #666666;
}

.vacancy .vacancy-form .form-control:focus {
  border: 1px solid #0091d4;
}

.vacancy .vacancy-form .vacancy-select {
  position: relative;
}

.vacancy .vacancy-form .vacancy-select .dropdown-toggle {
  width: 100%;
  box-shadow: none;
  border: 1px solid #dadada;
  height: 37px;
  line-height: 35px;
  border-radius: 4px;
  background-color: #fff;
  text-align: left;
  padding: 0 12px;
  position: relative;
}

.vacancy .vacancy-form .vacancy-select .dropdown-toggle:before {
  content: '\f107';
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  right: 12px;
  color: #666666;
}

.vacancy .vacancy-form .vacancy-select .dropdown-toggle span {
  display: block;
  width: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.vacancy .vacancy-form .vacancy-select .dropdown-menu {
  width: 100%;
}

.vacancy .vacancy-form .dropdown-menu > li > a {
  padding: 3px 10px;
  white-space: normal;
}

.vacancy .vacancy-form .textrea-wrap {
  margin: 0 0 20px;
}

.vacancy .vacancy-form .textrea-wrap textarea {
  display: block;
  width: 100%;
  resize: none;
  height: 150px;
  border: 1px solid #dadada;
  border-radius: 4px;
  outline: 0;
  padding: 12px;
}

.vacancy .vacancy-form .textrea-wrap textarea::-webkit-input-placeholder {
  color: #666666;
}

.vacancy .vacancy-form .textrea-wrap textarea::-moz-placeholder {
  color: #666666;
}

.vacancy .vacancy-form .textrea-wrap textarea:-moz-placeholder {
  color: #666666;
}

.vacancy .vacancy-form .textrea-wrap textarea:-ms-input-placeholder {
  color: #666666;
}

.vacancy .vacancy-form .textrea-wrap textarea:focus {
  border: 1px solid #0091d4;
}

.vacancy .vacancy-form .submit-btn {
  background-color: #0091d4;
  color: #fff;
  border-radius: 5px;
  padding: 9px 55px;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
  font-size: 16px;
  border: 1px solid #0091d4;
  outline: 0;
  margin-right: 10px;
  margin-left: 15px;
  opacity: 1;
  font-weight: normal;
  font-family: "Open Sans Regular", Arial, sans-serif;
  text-shadow: none;
}

.vacancy .vacancy-form .submit-btn:hover {
  background-color: #fff;
  color: #0091d4;
}

.vacancy-modal .modal-header {
  border: 0;
}

.vacancy-modal .title-block {
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 20px 20px 0;
}

.vacancy-modal .title-block h3 {
  color: #0091d4;
  font-size: 16px;
  font-family: "Open Sans Semibold", Arial, sans-serif;
  margin: 0;
}

.vacancy-modal .modal-header {
  padding: 15px 25px 0;
}

.vacancy-modal .modal-body {
  position: relative;
  padding: 15px 25px 75px;
}

.vacancy-modal .modal-body h4 {
  font-size: 14px;
  margin: 10px 0;
  font-family: "Open Sans Semibold", Arial, sans-serif;
}

.vacancy-modal .modal-body .modal-close {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background-color: #0091d4;
  color: #fff;
  border-radius: 5px;
  padding: 13px 35px;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
  font-size: 16px;
  border: 1px solid #0091d4;
  outline: 0;
  margin-right: 10px;
  opacity: 1;
  font-weight: normal;
  font-family: "Open Sans Regular", Arial, sans-serif;
  text-shadow: none;
}

.vacancy-modal .modal-body .modal-close:hover {
  background-color: #fff;
  color: #0091d4;
}

.vacancy-modal ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.vacancy-modal ul li {
  position: relative;
  margin: 0 0 5px;
}

.vacancy-modal ul li:before {
  content: '\f00c';
  font-family: FontAwesome;
  color: #0091d4;
  margin-right: 5px;
}

.fileFormGroup {
  margin: 0 0 10px;
  position: relative;
  padding: 8px 0 0;
}

.fileFormGroup p {
  clear: both;
  font-size: 12px;
  color: #555;
  margin: 15px 0 0;
}

.fileFormGroup label {
  font-size: 13px;
  color: #b71616;
  position: absolute;
  top: -15px;
  left: 0;
  font-weight: normal;
}

.fileFormGroup input {
  display: none;
  opacity: 0;
}

.fileFormGroup .addfileBaton {
  color: #0091d4;
  background: transparent;
  border-radius: 4px;
  padding: 11px 18px 10px;
  display: inline-block;
  cursor: pointer;
  transition: 0.25s;
  float: left;
  border: 1px solid #0091d4;
}

@media (max-width: 1199px) {
  .vacancy .content {
    padding: 25px;
  }
}

@media (max-width: 991px) {
  .vacancy .content {
    padding: 15px;
  }
  .vacancy .vacancy-item .title-block h3 {
    margin: 0 0 10px;
  }
  .vacancy .vacancy-item .text-block {
    max-height: 65px;
  }
  .vacancy .vacancy-item .text-block p {
    line-height: 1.5;
  }
}

@media (max-width: 767px) {
  .vacancy .vacancy-form {
    padding: 15px;
  }
  .vacancy .vacancy-form .form-col:nth-of-type(1), .vacancy .vacancy-form .form-col:nth-of-type(2), .vacancy .vacancy-form .form-col:nth-of-type(3) {
    width: 100%;
    padding: 0;
    margin: 0 0 15px;
  }
  .vacancy .vacancy-form .form-row {
    margin: 0;
  }
  .vacancy .vacancy-form .textrea-wrap {
    margin: 0 0 25px;
  }
  .vacancy .vacancy-form .fileFormGroup {
    padding: 0 0 65px;
  }
  .vacancy .vacancy-form .fileFormGroup label {
    top: -22px;
  }
  .vacancy .vacancy-form .fileFormGroup .addfileBaton {
    width: 100%;
  }
  .vacancy .vacancy-form .fileFormGroup p {
    margin-top: 50px;
  }
  .vacancy .vacancy-form .submit-btn {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    margin: auto;
  }
  .vacancy .vacancy-item .modal-toggle {
    display: block;
  }
  .vacancy .vacancy-item .scroll-to-form {
    display: block;
    width: 100%;
    margin: 0 0 10px;
  }
}

.contacts .content {
  padding: 40px;
}

.contacts .map-block {
  border: 1px solid #c1c1c1;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 0 40px;
}

.contacts #map {
  width: 100%;
  height: 345px;
}

.contacts h4 {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
  font-family: "Open Sans Semibold", Arial, sans-serif;
  letter-spacing: 1px;
  color: #000;
  margin: 0 0 15px;
}

.contacts .address-list {
  border-bottom: 1px solid #dadada;
  padding: 0 15px 25px;
  margin: 0 0 25px;
}

.contacts .address-list .address-item {
  float: left;
}

.contacts .address-list .address-item h4 {
  margin-bottom: 8px;
}

.contacts .address-list .address-item p {
  color: #666666;
  font-size: 16px;
  margin: 0 0 5px;
}

.contacts .address-list .address-item a {
  color: #0091d4;
}

.contacts .address-list .address-item:nth-of-type(1) {
  width: 40%;
}

.contacts .address-list .address-item:nth-of-type(2) {
  width: 30%;
}

.contacts .address-list .address-item:nth-of-type(2) a {
  color: #666666;
}

.contacts .address-list .address-item:nth-of-type(3) {
  width: 30%;
  text-align: right;
}

.contacts .address-list .address-item:nth-of-type(3) a {
  text-decoration: underline;
}

.contacts .address-list .address-item:nth-of-type(3) a:hover {
  text-decoration: none;
}

.contacts .form-block {
  padding: 0 15px;
}

.contacts .form-row {
  margin: 0 0 20px;
}

.contacts .form-col {
  float: left;
  width: 33.33%;
}

.contacts .form-col:nth-of-type(1) {
  padding-right: 10px;
}

.contacts .form-col:nth-of-type(2) {
  padding: 0 10px;
}

.contacts .form-col:nth-of-type(3) {
  padding-left: 10px;
}

.contacts .form-control {
  box-shadow: none;
  border: 1px solid #cdcdcd;
  background-color: #e6e6e6;
  height: 37px;
  line-height: 35px;
  padding: 0 12px;
}

.contacts .form-control::-webkit-input-placeholder {
  color: #666666;
}

.contacts .form-control::-moz-placeholder {
  color: #666666;
}

.contacts .form-control:-moz-placeholder {
  color: #666666;
}

.contacts .form-control:-ms-input-placeholder {
  color: #666666;
}

.contacts .form-control:focus {
  border: 1px solid #0091d4;
}

.contacts .textrea-wrap {
  margin: 0 0 20px;
}

.contacts .textrea-wrap textarea {
  display: block;
  width: 100%;
  resize: none;
  height: 150px;
  border: 1px solid #cdcdcd;
  background-color: #e6e6e6;
  border-radius: 4px;
  outline: 0;
  padding: 12px;
}

.contacts .textrea-wrap textarea::-webkit-input-placeholder {
  color: #666666;
}

.contacts .textrea-wrap textarea::-moz-placeholder {
  color: #666666;
}

.contacts .textrea-wrap textarea:-moz-placeholder {
  color: #666666;
}

.contacts .textrea-wrap textarea:-ms-input-placeholder {
  color: #666666;
}

.contacts .textrea-wrap textarea:focus {
  border: 1px solid #0091d4;
}

.contacts .submit-btn {
  display: block;
  width: 100%;
  background-color: #0393d5;
  color: #fff;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
  font-family: "Open Sans Semibold", Arial, sans-serif;
  letter-spacing: 1px;
  outline: 0;
  border: 0;
  border-radius: 4px;
  padding: 10px 0;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
}

.contacts .submit-btn:hover {
  opacity: 0.8;
}

.contacts .contact-address {
  position: relative;
  padding: 25px 0 0;
}

.contacts .contact-address p {
  line-height: 1.7;
  margin: 0;
}

.contacts .contact-address a {
  color: #000;
}

.contacts .contact-address:before {
  content: '';
  position: absolute;
  width: 250px;
  height: 1px;
  top: 0;
  left: 0;
  background-color: #ccc;
}

@media (max-width: 1199px) {
  .contacts .content {
    padding: 15px;
  }
  .contacts .address-list {
    padding: 0 5px 15px;
    margin: 0 0 15px;
  }
  .contacts .form-block {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .contacts .form-row {
    margin: 0;
  }
  .contacts .form-col:nth-of-type(1), .contacts .form-col:nth-of-type(2), .contacts .form-col:nth-of-type(3) {
    width: 100%;
    padding: 0;
    margin: 0 0 15px;
  }
  .contacts .textrea-wrap {
    margin: 0 0 15px;
  }
  .contacts h4 {
    text-align: center;
  }
  .contacts .address-list .address-item:nth-of-type(1), .contacts .address-list .address-item:nth-of-type(2), .contacts .address-list .address-item:nth-of-type(3) {
    width: 100%;
    text-align: center;
    margin: 0 0 15px;
  }
  .contacts .address-list .address-item:nth-of-type(1) br, .contacts .address-list .address-item:nth-of-type(2) br, .contacts .address-list .address-item:nth-of-type(3) br {
    display: none;
  }
  .contacts .address-list .address-item:nth-of-type(1) h4, .contacts .address-list .address-item:nth-of-type(2) h4, .contacts .address-list .address-item:nth-of-type(3) h4 {
    margin: 0 0 10px;
  }
}

.pagination > li {
  display: inline-block;
  vertical-align: top;
  margin: 0 3px 5px;
  width: 40px;
}

.pagination > li.active {
  width: 40px;
  height: 40px;
  border: 2px solid #26a3de;
  color: #fff;
  line-height: 36px;
  padding: 0 !important;
  text-align: center;
  background-color: #26a3de;
}

.pagination > li.active a {
  color: #fff;
  background-color: #26a3de;
}

.pagination > li a {
  display: block;
  border-radius: 0 !important;
  border: 2px solid #26a3de;
  width: 40px;
  height: 40px;
  line-height: 36px;
  padding: 0 !important;
  text-align: center;
}

.category .content {
  padding: 40px;
}

.category .lg-img {
  border: 1px solid #c1c1c1;
  border-radius: 3px;
  margin: 0 0 20px;
}

.category .lg-img img {
  display: block;
  width: 100%;
}

.category h3 {
  font-size: 24px;
  font-family: "Open Sans Semibold", Arial, sans-serif;
  margin: 0 0 20px;
}

.category p {
  font-size: 16px;
  margin: 0 0 15px;
}

.category a {
  font-family: "Open Sans Semibold", Arial, sans-serif;
  text-decoration: underline;
}

.category .tel-block {
  text-align: center;
}

.category .tel-block a {
  font-size: 30px;
}

.category .tel-block a span {
  font-family: "Open Sans Semibold", Arial, sans-serif;
}

.category .download-block {
  background-color: #e6e6e6;
  border-bottom: 3px solid #cdcdcd;
  padding: 15px;
  margin: 30px 0;
}

.category .download-block .img-block {
  float: left;
  border: 4px solid #fff;
  width: 100px;
  margin: 0 20px 10px 0;
}

.category .download-block .img-block img {
  display: block;
  width: 100%;
}

.category .download-block .text-block {
  margin: 0 0 20px;
}

.category .download-block .text-block span {
  color: #0091d4;
  font-family: "Open Sans Semibold", Arial, sans-serif;
}

.category .download-block .text-block p {
  margin: 0;
}

.category .download-block .see-more {
  position: relative;
  padding-left: 10px;
  color: #129ad9;
}

.category .download-block .see-more:before {
  content: '\f101';
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 12px;
}

.category .download-block .download-doc {
  margin: 25px 0 0;
}

.category .download-block .download-link {
  color: #000;
  position: relative;
  padding-left: 45px;
  display: inline-block;
  text-decoration: underline;
  font-family: "Open Sans Semibold", Arial, sans-serif;
  font-size: 14px;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
}

.category .download-block .download-link:before {
  content: '';
  display: block;
  width: 40px;
  height: 45px;
  background: url(../img/pdf-icon.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -23px;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
}

.category .download-block .download-link:hover {
  text-decoration: none;
}

.category .download-block .download-link:hover:before {
  opacity: 0.7;
}

.category-inner .content {
  padding: 40px;
}

.category-inner .content .download-block {
  background-color: #e6e6e6;
  border-bottom: 3px solid #cdcdcd;
  padding: 15px;
  margin: 30px 0;
}

.category-inner .content .download-block .img-block {
  float: left;
  border: 4px solid #fff;
  width: 100px;
  margin: 0 20px 10px 0;
}

.category-inner .content .download-block .img-block img {
  display: block;
  width: 100%;
}

.category-inner .content .download-block .text-block {
  margin: 0 0 20px;
}

.category-inner .content .download-block .text-block span {
  color: #0091d4;
  font-family: "Open Sans Semibold", Arial, sans-serif;
}

.category-inner .content .download-block .text-block p {
  margin: 0;
}

.category-inner .content .download-block .see-more {
  position: relative;
  padding-left: 10px;
  color: #129ad9;
}

.category-inner .content .download-block .see-more:before {
  content: '\f101';
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 12px;
}

.category-inner .content .download-block .download-doc {
  margin: 25px 0 0;
}

.category-inner .content .download-block .download-link {
  color: #000;
  position: relative;
  padding-left: 45px;
  display: inline-block;
  text-decoration: underline;
  font-family: "Open Sans Semibold", Arial, sans-serif;
  font-size: 14px;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
}

.category-inner .content .download-block .download-link:before {
  content: '';
  display: block;
  width: 40px;
  height: 45px;
  background: url(../img/pdf-icon.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -23px;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
}

.category-inner .content .download-block .download-link:hover {
  text-decoration: none;
}

.category-inner .content .download-block .download-link:hover:before {
  opacity: 0.7;
}

.category-inner .lg-img {
  border: 1px solid #c1c1c1;
  border-radius: 3px;
  margin: 0 0 20px;
}

.category-inner .lg-img img {
  display: block;
  width: 100%;
}

.category-inner h3 {
  font-size: 24px;
  font-family: "Open Sans Semibold", Arial, sans-serif;
  margin: 0 0 20px;
}

.category-inner p {
  font-size: 16px;
  margin: 0 0 15px;
}

.category-inner .tel-block {
  text-align: center;
}

.category-inner .tel-block a {
  font-size: 30px;
}

.category-inner .tel-block a span {
  font-family: "Open Sans Semibold", Arial, sans-serif;
}

.category-inner .attention-block {
  background-color: #68bee6;
  border-bottom: 3px solid #0091d4;
  padding: 20px 20px 20px 120px;
  position: relative;
}

.category-inner .attention-block .img-block {
  width: 80px;
  height: 70px;
  background: url(../img/attention-icon.png) no-repeat center;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  left: 20px;
}

.category-inner .attention-block .text-block p {
  margin: 0;
}

.category-inner .attention-block .text-block a {
  color: #000;
}

@media (max-width: 1199px) {
  .category-inner .content {
    padding: 25px;
  }
  .category-inner .content p {
    font-size: 14px;
  }
  .category .content {
    padding: 25px;
  }
  .category .tel-block a {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .category-inner .content {
    padding: 15px;
  }
  .category-inner .content .download-block {
    margin: 15px 0;
  }
  .category .content {
    padding: 15px;
  }
  .category .content .download-block {
    margin: 15px 0;
  }
  .category p {
    font-size: 14px;
  }
  .category h3 {
    font-size: 20px;
    margin: 0 0 15px;
  }
  .category .tel-block a {
    font-size: 18px;
  }
}

@media (max-width: 540px) {
  .category-inner .content .attention-block {
    padding: 80px 15px 15px;
  }
  .category-inner .content .attention-block .img-block {
    left: 0;
    right: 0;
    margin: auto;
    top: 5px;
  }
  .category-inner .content .download-block .download-link {
    font-size: 13px;
  }
  .category .download-block .download-link {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .category-inner .content .download-block .img-block {
    float: none;
    margin: 0 auto 15px;
  }
  .category .content .download-block .img-block {
    float: none;
    margin: 0 auto 15px;
  }
}

.materials .materials-filters {
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: 1px solid #e6e6e6;
}

.materials .arrow-badge {
  display: block;
  width: 100%;
  position: relative;
  height: 20px;
  display: none;
  margin: 0 0 10px;
}

.materials .arrow-badge:after {
  content: '\f0ec';
  font-family: FontAwesome;
  font-size: 20px;
  position: absolute;
  bottom: 0;
  width: 30px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.materials .filter-submit {
  background-color: #0091d4;
  color: #fff;
  border-radius: 5px;
  padding: 8px 0;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
  font-size: 16px;
  border: 1px solid #0091d4;
  outline: 0;
  margin: 28px 0 0;
  width: 100%;
}

.materials .filter-submit:hover {
  background-color: #fff;
  color: #0091d4;
}

.materials table {
  width: 100%;
}

.materials table th {
  font-family: "Open Sans Semibold", Arial, sans-serif;
  padding: 10px 0 15px;
}

.materials table tr td:first-of-type {
  width: 330px;
  padding: 10px;
}

.materials table td {
  padding: 10px 0;
  background-color: #e6e6e6;
  border-bottom: 3px solid #fff;
}

.materials table td a {
  color: #000;
}

.materials table .download-link {
  color: #000;
  position: relative;
  padding-left: 45px;
  display: inline-block;
  text-decoration: underline;
  font-size: 14px;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
}

.materials table .download-link:before {
  content: '';
  display: block;
  width: 40px;
  height: 45px;
  background: url(../img/pdf-icon.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -23px;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
}

.materials table .download-link:hover {
  text-decoration: none;
}

.materials table .download-link:hover:before {
  opacity: 0.7;
}

.filter-col {
  float: left;
  width: 33.33%;
}

.filter-col p {
  font-family: "Open Sans Semibold", Arial, sans-serif;
  margin: 0 0 10px;
}

.filter-col:nth-of-type(1) {
  padding-right: 15px;
}

.filter-col:nth-of-type(2) {
  padding: 0 15px;
}

.filter-col:nth-of-type(3) {
  padding-left: 15px;
}

.sorting-block {
  position: relative;
}

.sorting-block button {
  font-size: 13px;
  color: #796d69;
  width: 100%;
  padding: 0 40px 0 10px;
  text-align: left;
  position: relative;
  outline: none;
  height: 40px;
  line-height: 40px;
  border: 0;
  background-color: #e6e6e6;
  border: 1px solid #dadada;
  border-radius: 3px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.sorting-block button span {
  font-size: 14px;
  display: block;
  margin: 0 0 3px;
  width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sorting-block button:after {
  content: '\f107';
  font-family: FontAwesome;
  width: 37px;
  height: 37px;
  font-size: 14px;
  color: #86939e;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  text-align: center;
}

.sorting-block ul {
  width: 100%;
  display: none;
  position: absolute;
  top: 75px;
  right: 0;
  padding: 0;
  padding: 0;
  border-radius: 4px;
  z-index: 8;
  max-height: 300px;
  overflow: auto;
  z-index: 100;
  border: 1px solid #e6e1df;
}

.sorting-block ul li {
  list-style-type: none;
  font-size: 13px;
  color: #303030;
  cursor: pointer;
  position: relative;
  z-index: 15;
  background-color: #e6e6e6;
}

.sorting-block ul li:first-child {
  border-radius: 4px 4px 0 0;
}

.sorting-block ul li:last-of-type {
  border-bottom: 0;
}

.sorting-block ul li a {
  color: #796d69;
  display: block;
  padding: 10px 20px;
}

.sorting-block ul li:hover {
  background-color: #fff;
  color: #000;
}

.sorting-block ul li:hover a {
  color: #000;
  text-decoration: none;
}

@media (max-width: 1199px) {
  .materials .content {
    padding: 25px;
  }
  .materials .filter-submit {
    font-size: 14px;
    margin-top: 28px;
    padding: 9px 0 10px;
  }
  .materials .sorting-block button span {
    width: 140px;
  }
  .materials table {
    font-size: 13px;
  }
  .materials table th {
    padding-left: 10px;
  }
  .materials table .download-link {
    font-size: 13px;
  }
  .materials table td {
    padding: 10px;
  }
}

@media (max-width: 991px) {
  .materials .content {
    padding: 15px;
  }
  .materials table {
    font-size: 13px;
  }
  .materials table td {
    padding: 10px;
  }
  .materials .sorting-block button span {
    width: 250px;
  }
}

@media (max-width: 767px) {
  .materials .arrow-badge {
    display: block;
  }
  .materials .table-responsive {
    border: 0;
  }
  .materials table {
    width: 800px;
  }
  .materials .materials-filters .filter-col {
    width: 100%;
  }
  .materials .materials-filters .filter-col:nth-of-type(1), .materials .materials-filters .filter-col:nth-of-type(2), .materials .materials-filters .filter-col:nth-of-type(3) {
    padding: 0;
    margin: 0 0 10px;
  }
  .materials .materials-filters .filter-col .filter-submit {
    margin: 10px 0 0;
  }
  .materials .sorting-block button span {
    width: 200px;
  }
}

.product .product-top {
  border-bottom: 1px solid #dadada;
  margin: 0 0 25px;
  padding: 0 0 20px;
}

.product .product-top .img-block {
  width: 140px;
  float: left;
  margin: 0 20px 20px 0;
}

.product .product-top .img-block img {
  display: block;
  width: 100%;
}

.product .product-top .text-block h2 {
  font-family: "Open Sans Semibold", Arial, sans-serif;
  font-size: 24px;
  margin: 0 0 40px;
}

.product .product-top .download-link {
  color: #000;
  position: relative;
  padding-left: 45px;
  display: inline-block;
  text-decoration: underline;
  font-family: "Open Sans Semibold", Arial, sans-serif;
  font-size: 14px;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
}

.product .product-top .download-link:before {
  content: '';
  display: block;
  width: 40px;
  height: 45px;
  background: url(../img/pdf-icon.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -23px;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
}

.product .product-top .download-link:hover {
  text-decoration: none;
}

.product .product-top .download-link:hover:before {
  opacity: 0.7;
}

.product p {
  font-size: 16px;
}

.product .description-block {
  background-color: #e6e6e6;
  padding: 25px;
  margin: 0 0 30px;
}

.product .description-block h3 {
  font-size: 24px;
  font-family: "Open Sans Semibold", Arial, sans-serif;
  margin: 0 0 10px;
}

.product .description-block ul {
  list-style: none;
  margin: 10px 0;
  padding: 0;
}

.product .description-block ul li {
  position: relative;
  padding-left: 15px;
  font-style: italic;
}

.product .description-block ul li:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #0091d4;
  position: absolute;
  top: 7px;
  left: 0;
}

.product .attention-block {
  background-color: #68bee6;
  border-bottom: 3px solid #0091d4;
  padding: 20px 20px 20px 120px;
  position: relative;
  margin: 0 0 30px;
}

.product .attention-block .img-block {
  float: left;
  width: 80px;
  height: 70px;
  background: url(../img/attention-icon.png) no-repeat center;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  left: 20px;
}

.product .attention-block .text-block p {
  margin: 0;
}

.product .attention-block .text-block a {
  color: #000;
}

.product .address-block a {
  color: #000;
}

@media (max-width: 1199px) {
  .product .content {
    padding: 25px;
  }
  .product p {
    font-size: 14px;
  }
  .product .product-top .text-block h2 {
    font-size: 20px;
  }
  .product .description-block {
    padding: 15px;
  }
  .product .description-block h3 {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .product .content {
    padding: 15px;
  }
  .product .description-block {
    margin: 0 0 15px;
  }
}

@media (max-width: 767px) {
  .product .description-block {
    margin: 0 -15px 15px;
  }
}

@media (max-width: 540px) {
  .product .content .attention-block {
    padding: 80px 15px 15px;
  }
  .product .content .attention-block .img-block {
    left: 0;
    right: 0;
    margin: auto;
    top: 5px;
  }
  .product .product-top .img-block {
    float: none;
    margin: 0 auto 20px;
  }
}

.footer .footer-logo {
  display: block;
  width: 85px;
  height: 62px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
  margin-left: 60px;
  margin-top: 4px;
}

.footer-cont {
  background-color: #0091d4;
  position: relative;
  margin: 0 -10px;
  padding: 10px 0;
}

.footer-cont:before, .footer-cont:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: -6px;
}

.footer-cont:before {
  border-bottom: 6px solid #3563f7;
  border-left: 10px solid transparent;
  left: 0;
}

.footer-cont:after {
  right: 0;
  border-bottom: 6px solid #3563f7;
  border-right: 10px solid transparent;
}

.footer-bottom {
  padding: 15px 50px;
}

.footer-bottom .copyright {
  float: left;
  margin: 0;
  font-family: Arial, sans-serif;
  color: #808080;
}

.footer-bottom .developer {
  float: right;
  color: #808080;
}

.footer-bottom .developer:hover, .footer-bottom .developer:focus {
  text-decoration: none;
}

.footer-bottom .developer:hover {
  color: #000;
}

.footer-tel {
  float: right;
  text-align: right;
  margin-right: 60px;
  height: 69px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-tel a {
  color: #fff;
  display: inline-block;
  width: 130px;
}

.footer-nav {
  text-align: center;
  padding: 25px 0;
  width: 850px;
  margin: auto;
}

.footer-nav a {
  display: inline-block;
  border-right: 1px solid #64ceff;
  padding: 0 20px;
  color: #fff;
}

.footer-nav a:last-of-type {
  border-right: 0;
}

@media (max-width: 1199px) {
  .footer .footer-logo {
    margin-left: 15px;
  }
  .footer-nav {
    width: 600px;
  }
  .footer-nav a {
    font-size: 13px;
    padding: 0 12px;
  }
  .footer-tel {
    margin-right: 15px;
  }
}

@media (max-width: 991px) {
  .footer-cont {
    padding: 10px 0 0;
  }
  .footer-nav {
    width: 350px;
    padding: 5px 0 0;
  }
  .footer-nav a {
    background-color: #0481bb;
    border: 0;
    padding: 5px 7px;
    margin: 0 5px 10px;
  }
}

@media (max-width: 767px) {
  .footer-cont {
    margin: 0;
    padding: 15px 0 5px;
  }
  .footer-cont:before, .footer-cont:after {
    display: none;
  }
  .footer-cont .footer-logo {
    float: none;
    margin: 0 auto 15px;
  }
  .footer-cont .footer-tel {
    float: none;
    display: block;
    text-align: center;
    width: auto;
    height: auto;
    margin: 0 0 15px;
  }
  .footer-cont .footer-nav {
    width: 100%;
  }
  .footer-bottom {
    text-align: center;
    padding: 15px 0;
  }
  .footer-bottom .copyright,
  .footer-bottom .developer {
    float: none;
  }
  .footer-bottom .copyright {
    margin: 0 0 10px;
  }
}

.search-result .download-block {
  background-color: #e6e6e6;
  border-bottom: 3px solid #cdcdcd;
  padding: 15px;
  margin: 30px 0;
}

.search-result .download-block .img-block {
  float: left;
  border: 4px solid #fff;
  width: 100px;
  margin: 0 20px 10px 0;
}

.search-result .download-block .img-block img {
  display: block;
  width: 100%;
}

.search-result .download-block .text-block {
  margin: 0 0 20px;
}

.search-result .download-block .text-block span {
  color: #0091d4;
  font-family: "Open Sans Semibold", Arial, sans-serif;
}

.search-result .download-block .text-block p {
  margin: 0;
}

.search-result .download-block .see-more {
  position: relative;
  padding-left: 10px;
  color: #129ad9;
}

.search-result .download-block .see-more:before {
  content: '\f101';
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 12px;
}

.search-result .download-block .download-doc {
  margin: 25px 0 0;
}

.search-result .download-block .download-link {
  color: #000;
  position: relative;
  padding-left: 45px;
  display: inline-block;
  text-decoration: underline;
  font-family: "Open Sans Semibold", Arial, sans-serif;
  font-size: 14px;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
}

.search-result .download-block .download-link:before {
  content: '';
  display: block;
  width: 40px;
  height: 45px;
  background: url(../img/pdf-icon.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -23px;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
}

.search-result .download-block .download-link:hover {
  text-decoration: none;
}

.search-result .download-block .download-link:hover:before {
  opacity: 0.7;
}


@media (max-width: 991px) {
  .search-result .download-block {
    margin-bottom: 15px;
  }
}


@media (max-width: 540px) {
  .search-result .download-block .download-link {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .search-result .download-block .img-block {
    float: none;
    margin: 0 auto 15px;
  }
}