@import url("https://fonts.googleapis.com/css?family=Dosis:300,400,600|Open+Sans:400,700&subset=latin-ext");
.button {
  font-family: "Dosis", sans-serif;
  border-radius: 10px;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
.button:hover, .button:focus {
  text-decoration: none; }
.button.full {
  padding: 10.5px 19px; }
@media (max-width: 480px) {
  .button.full {
    width: 100%;
    display: block;
    text-align: center; } }
.button.full.red {
  background-color: #cc3729;
  color: #fff; }
.button.full.red:hover {
  background-color: #a22c20;
  color: #fff; }
.button.full.blue {
  background-color: #3873ba;
  color: #fff; }
.button.full.blue:hover {
  background-color: #2c5b93; }
.button.full.lg {
  padding: 15.5px 23px; }
.button.full.arrow:after {
  content: url(../../images/frontend/btn-arrow-right-white.png);
  position: relative;
  display: inline-block;
  padding-left: 14px; }
.button.border {
  border: 1px solid #2b2828;
  color: #2b2828;
  background-color: transparent;
  padding: 9.5px 19px;
  font-weight: 600;
  display: table-cell; }
@media (max-width: 480px) {
  .button.border {
    width: 100%;
    display: block;
    text-align: center; } }
.button.border:hover {
  background-color: #2b2828;
  color: #fff; }
.button.border.arrow:after {
  content: url(../../images/frontend/btn-arrow-right.png);
  position: relative;
  display: inline-block;
  padding-left: 14px; }
.button.border.arrow:hover:after {
  content: url(../../images/frontend/btn-arrow-right-white.png); }
.button.border.blue {
  border-color: #3873ba;
  color: #3873ba; }
.button.border.blue:hover {
  background-color: #3873ba;
  color: #fff; }
.button.border.blue:hover.arrow:after {
  content: url(../../images/frontend/btn-arrow-right-white.png); }
.button.border.blue.arrow:after {
  content: url(../../images/frontend/btn-arrow-right-blue.png); }

@font-face {
  font-family: 'Gotham-Bold';
  src: url(../../fonts/Gotham-Bold.woff) format("woff");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'Gotham-Light';
  src: url(../../fonts/Gotham-Light.woff) format("woff");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'Gotham-Medium';
  src: url(../../fonts/Gotham-Medium.woff) format("woff");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'Gotham-Book';
  src: url(../../fonts/Gotham-Book.woff) format("woff");
  font-weight: 600;
  font-style: normal; }
.pt5 {
  padding-top: 5px; }

.pt10 {
  padding-top: 10px; }

.pt15 {
  padding-top: 15px; }

.pt20 {
  padding-top: 20px; }

.pt25 {
  padding-top: 25px; }

.pt30 {
  padding-top: 30px; }

.pt35 {
  padding-top: 35px; }

.pt40 {
  padding-top: 40px; }

.pt45 {
  padding-top: 45px; }

.pt50 {
  padding-top: 50px; }

.pb5 {
  padding-bottom: 5px; }

.pb10 {
  padding-bottom: 10px; }

.pb15 {
  padding-bottom: 15px; }

.pb20 {
  padding-bottom: 20px; }

.pb25 {
  padding-bottom: 25px; }

.pb30 {
  padding-bottom: 30px; }

.pb35 {
  padding-bottom: 35px; }

.pb40 {
  padding-bottom: 40px; }

.pb45 {
  padding-bottom: 45px; }

.pb50 {
  padding-bottom: 50px; }

.mb5 {
  margin-bottom: 5px; }

.mb10 {
  margin-bottom: 10px; }

.mb15 {
  margin-bottom: 15px; }

.mb20 {
  margin-bottom: 20px; }

.mb25 {
  margin-bottom: 25px; }

.mb30 {
  margin-bottom: 30px; }

.mb35 {
  margin-bottom: 35px; }

.mb40 {
  margin-bottom: 40px; }

.mb45 {
  margin-bottom: 45px; }

.mb50 {
  margin-bottom: 50px; }

.mt5 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt15 {
  margin-top: 15px; }

.mt20 {
  margin-top: 20px; }

.mt25 {
  margin-top: 25px; }

.mt30 {
  margin-top: 30px; }

.mt35 {
  margin-top: 35px; }

.mt40 {
  margin-top: 40px; }

.mt45 {
  margin-top: 45px; }

.mt50 {
  margin-top: 50px; }

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

.text-bold {
  font-weight: bold; }

.inline-block {
  display: inline-block; }

.block {
  display: block; }

.push-auto {
  margin-left: auto;
  margin-right: auto; }

.section-heading {
  font-family: "Dosis", sans-serif;
  font-size: 32px;
  color: #2b2828;
  line-height: 32px;
  margin-top: 0;
  margin-bottom: 0; }

@media (max-width: 480px) {
  .buttons--full-width {
    width: 100%;
    display: block;
    margin-top: 30px; } }

body {
  overflow-x: hidden; }

.header-main {
  background-color: #d9e9ec;
  position: fixed;
  z-index: 1000;
  top: 0px;
  width: 100%;
}
.header-main__logo img {
  position: relative;
  top: 28px; }
@media (min-width: 768px) and (max-width: 991px) {
  .header-main__logo img {
    top: 22px; } }
@media (max-width: 767px) {
  .header-main__logo img {
    position: static;
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 211px; } }
.header-main__nav {
  position: relative; }
@media (max-width: 767px) {
  .header-main__nav {
    text-align: right; } }
.header-main__nav--hamburger {
  position: relative;
  width: 20px;
  height: 3px;
  background-color: #3873ba;
  top: 8px;
  border: 0;
  outline: none;
  -webkit-transition: background-color .2s, -webkit-transform .3s;
  transition: background-color .2s, -webkit-transform .3s;
  transition: transform .3s, background-color .2s;
  transition: transform .3s, background-color .2s, -webkit-transform .3s; }
.header-main__nav--hamburger:before, .header-main__nav--hamburger:after {
  content: '';
  position: absolute;
  left: 0;
  width: 20px;
  height: 3px;
  background-color: #3873ba; }
.header-main__nav--hamburger:before {
  top: -6px;
  -webkit-transition: inherit;
  transition: inherit; }
.header-main__nav--hamburger:after {
  bottom: -6px;
  -webkit-transition: inherit;
  transition: inherit; }
@media (min-width: 768px) {
  .header-main__nav--hamburger {
    display: none; } }
.header-main__nav--hamburger.js-hamburger-open {
  background-color: transparent; }
.header-main__nav--hamburger.js-hamburger-open:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0; }
.header-main__nav--hamburger.js-hamburger-open:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 0; }

.header-main__nav--hamburger .active{
  background-color: white;
}
.header-main__nav ul {
  margin-bottom: 0;
  text-align: right; }
@media (max-width: 767px) {
  .header-main__nav ul {
    height: -webkit-calc(100vh - 45px);
    height: calc(100vh - 45px);
    position: absolute;
    background-color: #000;
    right: -400px;
    top: 45px;
    -webkit-transition: right .3s;
    transition: right .3s;
    padding-left: 0;
    text-align: left;
    z-index: 3; } }
.header-main__nav ul.js-menu-mobile-open {
  right: 0; }
.header-main__nav li {
  display: inline; }
@media (max-width: 767px) {
  .header-main__nav li {
    display: block;
    border-bottom: 1px solid; } }
.header-main__nav a {
  font-family: "Gotham-Book", sans-serif;
  font-size: 14px;
  display: inline-block;
  z-index: 2;
  position: relative;
  background-color: transparent; }
@media (min-width: 1100px) {
  .header-main__nav a {
    padding: 36px 9px;
    color: #3873ba; } }
@media (min-width: 992px) and (max-width: 1099px) {
  .header-main__nav a {
    padding: 36px 7px;
    font-size: 13px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .header-main__nav a {
    padding: 26px 2px;
    font-size: 11.5px; } }
@media (max-width: 767px) {
  .header-main__nav a {
    text-align: left;
    padding: 10px;
    min-width: 300px;
    display: block;
    color: #fff; } }
.header-main__nav a:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -200px;
  background-color: white;
  z-index: -1;
  left: 0;
  -webkit-transition: all .5s;
  transition: all .5s; }
@media (min-width: 768px) {
  .header-main__nav a:before {
    content: ''; } }
.header-main__nav a:focus {
  text-decoration: none; }
.header-main__nav a:hover {
  text-decoration: none; }
.header-main__nav a:hover:before {
  top: 0; }


.header-main__nav  .active {
  background-color: #fff;

}
.footer-main .footer-map__top {
  min-height: 53px;
  background-color: #3873ba;
  text-align: center; }
.footer-main .footer-map span {
  color: #fff;
  text-transform: uppercase;
  display: block;
  line-height: 53px;
  font-family: "Dosis", sans-serif;
  font-size: 20px;
  position: relative; }
.footer-main .footer-map span:after {
  content: url(../../images/frontend/arrow-down.png);
  position: relative;
  top: -1px;
  right: -15px;
  display: inline-block;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s; }
.footer-main .footer-map span:hover {
  cursor: pointer; }
.footer-main .footer-map span.js-arrow-up:after {
  top: 1px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }
.footer-main .footer-map__map {
  display: none;
  height: 410px; }
.footer-main .footer-copyright {
  line-height: 60px; }
@media (max-width: 767px) {
  .footer-main .footer-copyright {
    text-align: center; } }
@media (min-width: 768px) {
  .footer-main .footer-copyright--right {
    text-align: right; } }
.footer-main .footer-copyright span {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  color: #888687; }

.home-main-info {
  position: relative;
  margin-top: 92px;
  overflow: hidden; }
.home-main-info .slider-nav {
  border-bottom: 2px solid rgba(114, 105, 98, 0.5);
  position: absolute;
  z-index: 2;
  width: 100%; }
@media (max-width: 600px) {
  .home-main-info .slider-nav {
    position: relative;
    background-color: #000; } }
.home-main-info .slider-nav__list {
  padding-left: 0;
  margin-bottom: 0;
  position: relative;
  bottom: -3px; }
.home-main-info .slider-nav li {
  display: inline-block;
  color: #fff;
  font-family: "Dosis", sans-serif;
  font-size: 16px;
  margin: 0 25px;
  border-bottom: 3px solid transparent;
  padding: 16px 0;
  position: relative;
  cursor: pointer; }
@media (max-width: 600px) {
  .home-main-info .slider-nav li {
    margin: 0 5px; } }
@media (max-width: 480px) {
  .home-main-info .slider-nav li {
    display: block;
    border-bottom: 0;
    border-right: 3px solid transparent;
    margin-left: 0; } }
.home-main-info .slider-nav li:first-of-type {
  margin-left: 0; }
.home-main-info .slider-nav li.active {
  font-weight: bold;
  border-bottom-color: #fff; }
@media (max-width: 480px) {
  .home-main-info .slider-nav li.active {
    border-right-color: #fff; } }
.home-main-info .slider-nav li.active:after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0; }
@media (min-width: 481px) {
  .home-main-info .slider-nav li.active:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff; } }
@media (max-width: 480px) {
  .home-main-info .slider-nav li.active:after {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    right: -8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); } }
.home-main-info .owl-item img {
  object-fit: cover; }
@media (min-width: 992px) and (max-width: 1400px) {
  .home-main-info .owl-item img {
    min-height: 600px; } }
@media (max-width: 991px) {
  .home-main-info .owl-item img {
    min-height: 550px; } }
.home-main-info .slide img {
  z-index: -1; }
@media (max-width: 767px) {
  .home-main-info .slide img {
    min-height: 500px;
    object-fit: cover; } }
.home-main-info .description {
  z-index: 2;
  position: absolute;
  top: 1800px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: top .5s;
  transition: top .5s; }
@media (min-width: 768px) and (max-width: 991px) {
  .home-main-info .description {
    -webkit-transform: translate(-50%, -32%);
    -ms-transform: translate(-50%, -32%);
    transform: translate(-50%, -32%); } }
@media (max-width: 767px) {
  .home-main-info .description {
    position: absolute;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: 0;
    top: 900px;
    width: 100%; } }
.home-main-info .description.description3 .desc-input, .home-main-info .description.description2 .desc-input {
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 12px 24px;
  margin-bottom: 50px; }
.home-main-info .description.description3 .desc-input label, .home-main-info .description.description2 .desc-input label {
  color: #fff;
  font-family: "Dosis", sans-serif;
  font-size: 17px;
  font-weight: 100;
  margin-right: 15px; }
@media (max-width: 600px) {
  .home-main-info .description.description3 .desc-input label, .home-main-info .description.description2 .desc-input label {
    display: block;
    width: 100%; } }
.home-main-info .description.description3 .desc-input input, .home-main-info .description.description2 .desc-input input {
  height: 38px;
  border: 0;
  border-radius: 10px;
  width: 100%;
  outline: none;
  padding-left: 15px;
  padding-right: 15px; }
@media (max-width: 991px) {
  .home-main-info .description.description3 .desc-input input:focus, .home-main-info .description.description2 .desc-input input:focus {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; } }
@media (max-width: 991px) {
  .home-main-info .description.description3 .desc-input input:focus + ul, .home-main-info .description.description2 .desc-input input:focus + ul {
    display: block; } }
@media (max-width: 600px) {
  .home-main-info .description.description3 .desc-input input, .home-main-info .description.description2 .desc-input input {
    display: block;
    width: 100%;
    margin-top: 20px; } }
.home-main-info .description.description3 .desc-input button, .home-main-info .description.description2 .desc-input button {
  border: 0;
  float: right; }
@media (max-width: 600px) {
  .home-main-info .description.description3 .desc-input button, .home-main-info .description.description2 .desc-input button {
    display: block;
    width: 100%;
    float: none;
    margin-top: 20px; } }
.home-main-info .description.description3 .desc-input .suggestions-box, .home-main-info .description.description2 .desc-input .suggestions-box {
  display: inline-block;
  width: 40%;
  position: relative; }
@media (max-width: 600px) {
  .home-main-info .description.description3 .desc-input .suggestions-box, .home-main-info .description.description2 .desc-input .suggestions-box {
    display: block;
    width: 100%; } }
.home-main-info .description.description3 .desc-input .suggestions-box ul, .home-main-info .description.description2 .desc-input .suggestions-box ul {
  display: none;
  position: absolute;
  z-index: 22; }
@media (min-width: 992px) {
  .home-main-info .description.description3 .desc-input .suggestions-box ul, .home-main-info .description.description2 .desc-input .suggestions-box ul {
    display: none; } }
.home-main-info .description.description3 .desc-input .suggestions-box ul li, .home-main-info .description.description2 .desc-input .suggestions-box ul li {
  background-color: #fff;
  margin-bottom: 0;
  padding: 5px 15px; }
.home-main-info .description.description3 .desc-input .suggestions-box ul li:first-of-type, .home-main-info .description.description2 .desc-input .suggestions-box ul li:first-of-type {
  /*border-top-right-radius: 10px;*/
  /*border-top-left-radius: 10px;*/
}
@media (max-width: 600px) {
  .home-main-info .description.description3 .desc-input .suggestions-box ul li:first-of-type, .home-main-info .description.description2 .desc-input .suggestions-box ul li:first-of-type {
    border-top-right-radius: 0;  } }
.home-main-info .description.description3 .desc-input .suggestions-box ul li:last-of-type, .home-main-info .description.description2 .desc-input .suggestions-box ul li:last-of-type {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px; }
@media (max-width: 991px) {
  .home-main-info .description.description3 .desc-input .suggestions-box ul li, .home-main-info .description.description2 .desc-input .suggestions-box ul li {
    min-width: 300px; } }
@media (max-width: 600px) {
  .home-main-info .description.description3 .desc-input .suggestions-box ul li, .home-main-info .description.description2 .desc-input .suggestions-box ul li {
    min-width: 100%; } }
.home-main-info .description.description3 .desc-input .suggestions-box ul li a, .home-main-info .description.description2 .desc-input .suggestions-box ul li a {
  color: #000;
  z-index: 10; }
.home-main-info .description.description3 ul, .home-main-info .description.description2 ul {
  padding-left: 0; }
.home-main-info .description.description3 ul li, .home-main-info .description.description2 ul li {
  list-style-type: none;
  margin-bottom: 7.5px; }
.home-main-info .description.description3 ul a, .home-main-info .description.description2 ul a {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #fff;
  line-height: 18px; }
@media (max-width: 991px) {
  .home-main-info .description.description3 .desc-rwd-hidden, .home-main-info .description.description2 .desc-rwd-hidden {
    display: none; } }
.home-main-info .description.js-active-description {
  top: 300px; }
@media (max-width: 767px) {
  .home-main-info .description.js-active-description {
    top: 90px; } }
@media (max-width: 480px) {
  .home-main-info .description.js-active-description {
    top: 204px; } }
@media (min-width: 768px) {
  .home-main-info .description__left {
    border-right: 2px solid #726962; } }
.home-main-info .description__left input {
  width: 60%;
  margin-right: 12px;
  padding: 14px 18px;
  border-radius: 10px;
  border: 0;
  font-family: "Gotham-Book", sans-serif;
  font-size: 13px;
  color: #a9a9a9;
  outline: none; }
@media (max-width: 480px) {
  .home-main-info .description__left input {
    width: 100%;
    display: block; } }
.home-main-info .description__left button {
  border: 0;
  width: 160px;
  font-family: "Dosis", sans-serif;
  font-weight: 400;
  font-size: 17px;
  padding: 11px 0;
  position: relative;
  top: 2px;
  background-image: url(../../images/frontend/loupe.png);
  background-repeat: no-repeat;
  background-position: left 20px center; }
@media (max-width: 480px) {
  .home-main-info .description__left button {
    width: 100%;
    display: block;
    background-position: left 34% center; } }
.home-main-info .description__left p {
  font-family: "Gotham-Book", sans-serif;
  color: #a9a59c;
  font-size: 11px;
  margin-top: 20px; }
@media (min-width: 992px) {
  .home-main-info .description__right {
    padding-left: 100px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .home-main-info .description__right {
    padding-left: 60px; } }
.home-main-info .description__right span {
  display: block;
  color: #fff;
  font-family: "Dosis", sans-serif;
  font-size: 22px;
  line-height: 27px;
  font-weight: 400; }
@media (max-width: 991px) {
  .home-main-info .description__right span {
    font-size: 20px; } }
.home-main-info .description__right span .to-next-line {
  margin-bottom: 24px;
  display: block; }
@media (max-width: 991px) {
  .home-main-info .description__right span .to-next-line {
    margin-bottom: 14px; } }
.home-main-info .description__right .button {
  padding: 13px 19px; }
.home-main-info .slide-header {
  font-family: "Dosis", sans-serif;
  font-size: 42px;
  color: #fff;
  font-weight: 300;
  margin: 0;
  padding: 0;
  margin-bottom: 30px; }
@media (min-width: 768px) and (max-width: 991px) {
  .home-main-info .slide-header {
    font-size: 32px; } }
.home-main-info .slide-header span {
  font-weight: 400; }

.certificates {
  min-height: 310px;
  background-color: #d9e9ec;
  padding-top: 40px;
  padding-bottom: 40px; }
.certificates__left {
  position: relative; }
@media (min-width: 992px) {
  .certificates__left {
    min-height: 230px; } }
@media (max-width: 991px) {
  .certificates__left {
    margin-bottom: 30px; } }
@media (min-width: 992px) {
  .certificates__left--height {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); } }
.certificates__left--height .section-heading {
  padding-bottom: 22px; }
.certificates .boxes .box {
  width: -webkit-calc(25% - 11.5px);
  width: calc(25% - 11.5px);
  background-color: #fff;
  float: left;
  min-height: 230px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px; }
@media (max-width: 767px) {
  .certificates .boxes .box {
    width: -webkit-calc(50% - 7.5px);
    width: calc(50% - 7.5px);
    margin-bottom: 15px; } }
@media (max-width: 480px) {
  .certificates .boxes .box {
    width: 100%; } }
.certificates .boxes .box1 {
  margin-right: 7.5px; }
@media (max-width: 480px) {
  .certificates .boxes .box1 {
    margin-right: 0; } }
.certificates .boxes .box2 {
  margin-right: 7.5px;
  margin-left: 7.5px; }
@media (max-width: 767px) {
  .certificates .boxes .box2 {
    margin-right: 0; } }
@media (max-width: 480px) {
  .certificates .boxes .box2 {
    margin-left: 0; } }
.certificates .boxes .box3 {
  margin-right: 7.5px;
  margin-left: 7.5px; }
@media (max-width: 767px) {
  .certificates .boxes .box3 {
    margin-left: 0; } }
@media (max-width: 480px) {
  .certificates .boxes .box3 {
    margin-right: 0; } }
.certificates .boxes .box4 {
  margin-left: 7.5px; }
@media (max-width: 480px) {
  .certificates .boxes .box4 {
    margin-left: 0; } }
.certificates .boxes .box__header {
  min-height: 140px;
  position: relative; }
.certificates .boxes .box__header img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
.certificates .boxes .box__info {
  text-align: center;
  font-size: 13px;
  color: #888687;
  line-height: 19px;
  font-family: "Gotham-Book", sans-serif; }

.ad-home {
  padding-top: 40px;
  padding-bottom: 40px; }

.why-we .why-we-boxes {
  margin-top: 60px;
  padding-bottom: 40px; }
.why-we .why-we-boxes--left, .why-we .why-we-boxes--right {
  width: 50%;
  float: left; }
@media (max-width: 991px) {
  .why-we .why-we-boxes--right {
    display: none; } }
@media (max-width: 991px) {
  .why-we .why-we-boxes--left {
    width: 100%; } }
.why-we .why-we-boxes--under {
  min-height: 106px;
  line-height: 106px;
  text-align: center; }
@media (max-width: 480px) {
  .why-we .why-we-boxes--under {
    line-height: 50px; } }
.why-we .why-we-boxes--under span {
  font-family: "Gotham-Book", sans-serif;
  font-size: 14px;
  color: #888687; }
.why-we .why-we-boxes--under span:first-of-type {
  padding-right: 38px; }
@media (max-width: 480px) {
  .why-we .why-we-boxes--under span:first-of-type {
    padding-right: 0;
    display: block; } }
.why-we .why-we-boxes--under a {
  line-height: 20px; }
.why-we .why-we-boxes .box {
  width: 33.3333%;
  float: left;
  height: 106px;
  border: 1px solid #d9e9ec;
  border-radius: 10px;
  position: relative;
  padding: 0 20px; }
@media (max-width: 480px) {
  .why-we .why-we-boxes .box {
    width: 100%;
    margin-bottom: 15px; } }
.why-we .why-we-boxes .box span {
  font-family: "Gotham-Book", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 20px;
  position: absolute;
  bottom: 20px;
  display: block;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px); }
.why-we .why-we-boxes .box-blue {
  background-color: #3873ba;
  border-color: #3873ba; }
.why-we .why-we-boxes .box-blue span {
  color: #fff; }
.why-we .why-we-boxes .box-empty {
  border-color: transparent; }
.why-we .why-we-boxes .box-empty span {
  display: none; }
@media (max-width: 991px) {
  .why-we .why-we-boxes .box-empty {
    border-color: #d9e9ec; }
  .why-we .why-we-boxes .box-empty span {
    display: block; } }
.why-we .why-we-boxes .box-lightblue {
  background-color: #d9e9ec;
  border-color: #d9e9ec; }
.why-we .why-we-boxes .box-lightblue span {
  color: #34313a; }
.why-we .why-we-boxes .box-border span {
  color: #34313a; }
.why-we .why-we-boxes .box-big {
  border-radius: 10px;
  min-height: 318px;
  overflow: hidden;
  position: relative;
  border-radius: 10px; }
.why-we .why-we-boxes .box-big img {
  display: inline-block;
  position: absolute;
  left: 0;
  -webkit-transition: opacity 3s;
  transition: opacity 3s;
  visibility: hidden;
  border-radius: 10px;
  opacity: 0; }
.why-we .why-we-boxes .box-big img.js-first-slide {
  left: 0 !important;
  visibility: visible;
  opacity: 1; }

.ei-in-numbers {
  background: url(../../images/frontend/ei-in-numbers-bg.jpg) no-repeat center center;
  background-size: cover;
  min-height: 350px;
  padding: 50px 0; }
.ei-in-numbers__logo {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  max-width: 100%; }
.ei-in-numbers .singe-number {
  min-height: 180px;
  position: relative;
  color: #fff;
  text-align: center; }
@media (max-width: 767px) {
  .ei-in-numbers .singe-number {
    min-height: 140px; } }
.ei-in-numbers .singe-number:nth-child(2):before, .ei-in-numbers .singe-number:nth-child(3):before, .ei-in-numbers .singe-number:nth-child(4):before {
  height: 30px;
  width: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%; }
@media (min-width: 768px) {
  .ei-in-numbers .singe-number:nth-child(2):before, .ei-in-numbers .singe-number:nth-child(3):before, .ei-in-numbers .singe-number:nth-child(4):before {
    content: ''; } }
.ei-in-numbers .singe-number__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%; }
.ei-in-numbers .singe-number .number {
  font-size: 34px;
  font-family: "Dosis", sans-serif;
  font-weight: bold;
  padding-bottom: 15px; }
.ei-in-numbers .singe-number .info {
  font-size: 16px;
  font-family: "Gotham-Book", sans-serif; }

.home-our-products {
  padding-top: 40px; }
.home-our-products .to-left {
  float: right; }
.home-our-products .product {
  position: relative;
  overflow: hidden; }
.home-our-products .product:hover .product__desc a {
  text-decoration: underline; }
.home-our-products .product__img {
  position: relative;
  min-height: 170px;
  overflow: hidden; }
.home-our-products .product__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
@media (max-width: 767px) {
  .home-our-products .product {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px; }
  .home-our-products .product:last-of-type {
    border-bottom: 0; } }
.home-our-products .product__desc {
  text-align: center; }
.home-our-products .product__desc a {
  font-family: "Gotham-Medium", sans-serif;
  font-size: 14px;
  color: #2b2828;
  font-weight: bolder; }
.home-our-products .product__desc a:hover {
  text-decoration: underline; }
.home-our-products .product:hover .product-more {
  top: 50%; }
.home-our-products .product-more {
  position: absolute;
  top: -200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 30px;
  line-height: 30px;
  background-color: #34313a;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
  -webkit-transition: top .3s, background-color .3s;
  transition: top .3s, background-color .3s; }
.home-our-products .product-more:hover {
  text-decoration: none;
  background-color: lighter(#34313a, 20%); }

.news {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #ebebeb; }
.news-header {
  margin-bottom: 33px; }
.news .to-left {
  float: right; }
.news .single-news {
  margin-bottom: 30px; }
.news .single-news__date {
  font-family: "Gotham-Book", sans-serif;
  font-size: 14px;
  color: #888687;
  position: relative;
  display: block;
  padding-left: 39px;
  margin-bottom: 14px; }
.news .single-news__date:before {
  content: url(../../images/frontend/ico-news-calendar.png);
  position: absolute;
  left: 0;
  top: -1px; }
.news .single-news__content a {
  font-family: "Gotham-Book", sans-serif;
  font-size: 14px;
  color: #3873ba;
  line-height: 22px; }

.text-content {
  padding-top: 39px;
  padding-bottom: 39px;
  font-size: 13px;
  font-family: "Gotham-Book", sans-serif;
  line-height: 23px;
  color: #000; }
.text-content .section-heading {
  margin-bottom: 25px; }
.text-content .blue-text {
  color: #3873ba;
  font-family: "Gotham-Bold", sans-serif; }
.text-content p {
  margin-bottom: 25px; }
.text-content h3 {
  font-family: "Dosis", sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #2b2828;
  font-weight: 600; }
.text-content .aside-inner {
  background-color: #d4e3e8;
  background-image: url(../../images/frontend/product-form-imgbg.png);
  background-repeat: no-repeat;
  background-position: right -77px bottom -44px;
  padding: 20px;
  min-height: 336px;
  border: 2px solid #3873ba;
  border-radius: 10px; }
.text-content .aside-inner .left {
  width: 30px;
  float: left; }
.text-content .aside-inner .right {
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  float: left; }
.text-content .aside h3 {
  margin-top: 0;
  margin-bottom: 15px; }
.text-content .aside .mail {
  color: #3873ba;
  font-family: "Gotham-Book", sans-serif;
  font-size: 14px;
  text-decoration: underline;
  display: block;
  margin-bottom: 15px; }
.text-content .aside .tel {
  font-family: "Gotham-Book", sans-serif;
  font-size: 14px;
  line-height: 19px;
  color: #2b2828; }

.contact-form {
  padding-top: 100px;
  padding-bottom: 70px;
  background: url(../../images/frontend/footer-form-bg.jpg) no-repeat center;
  background-size: cover; }
.contact-form__left {
  color: #fff; }
.contact-form__left .section-heading {
  color: #fff;
  margin-bottom: 27px; }
.contact-form__left a {
  color: #fff;
  font-family: "Gotham-Light", sans-serif; }
.contact-form__left a:hover, .contact-form__left a:focus {
  text-decoration: none; }
.contact-form__left .address,
.contact-form__left .email,
.contact-form__left .numbers {
  line-height: 21px;
  font-family: "Gotham-Light", sans-serif;
  font-size: 14px;
  margin-bottom: 21px; }
.contact-form__right input,
.contact-form__right textarea {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  font-family: "Gotham-Light", sans-serif;
  font-size: 14px;
  display: inline-block;
  float: left;
  border-radius: 10px;
  padding-left: 15px;
  padding-right: 15px;
  outline: none;
  margin-bottom: 9px;
  width: 100%; }
@media (min-width: 481px) {
  .contact-form__right input,
  .contact-form__right textarea {
    width: -webkit-calc(100% - 195px);
    width: calc(100% - 195px); } }
.contact-form__right input {
  height: 34px; }
.contact-form__right span {
  max-width: 195px;
  width: 100%;
  line-height: 34px; }
.contact-form__right textarea {
  padding-top: 15px; }
.contact-form__right span {
  color: #fff;
  font-family: "Gotham-Light", sans-serif;
  font-size: 14px;
  display: inline-block;
  float: left; }

.breadcrumbs {
  line-height: 56px;
  border-bottom: 2px solid #e5e4e5;
  font-family: "Gotham-Book", sans-serif;
  font-size: 11px;
  color: #a9a59c;
  height: 58px;
  margin-top: 92px;
}
.breadcrumbs a {
  font-family: "Gotham-Book", sans-serif;
  font-size: 11px;
  color: #a9a59c; }
.breadcrumbs .home {
  width: 23px;
  height: 14px;
  position: relative;
  top: 2px;
  display: inline-block;
  background: url(../../images/frontend/ico-home-breadcrumbs.png) no-repeat; }
.breadcrumbs-separator {
  margin-right: 8px; }

.unorderlist {
  padding-left: 0;
  margin-bottom: 25px; }
.unorderlist li {
  list-style-type: none;
  padding-left: 17px;
  position: relative;
  font-size: 13px;
  line-height: 23px;
  color: #888687; }
.unorderlist li:before {
  content: url(../../images/frontend/arrow-ul.png);
  position: absolute;
  left: 0;
  top: 3px; }

.category,
.product {
  padding-top: 30px;
  padding-bottom: 95px; }
.category-list,
.product-list {
  background-color: #7b797f;
  border-radius: 10px;
  padding: 0px 20px;
  overflow: hidden;
  margin-bottom: 30px; }
.category-list > ul,
.product-list > ul {
  padding-left: 0;
  margin-bottom: 0; }
.category-list > ul > li,
.product-list > ul > li {
  list-style-type: none;
  color: #fff;
  font-family: "Dosis", sans-serif;
  font-size: 17px;
  position: relative;
  cursor: pointer; }
.category-list > ul > li:nth-child(1),
.product-list > ul > li:nth-child(1) {
  padding: 20px 0; }
.category-list > ul > li:nth-child(2),
.product-list > ul > li:nth-child(2) {
  padding: 20px 0; }
.category-list > ul > li:nth-child(3),
.product-list > ul > li:nth-child(3) {
  padding: 20px 0; }
.category-list > ul > li:after,
.product-list > ul > li:after {
  content: '';
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 2px;
  left: -20px;
  background-color: #959499;
  min-width: 500px; }
@media (max-width: 767px) {
  .category-list > ul > li:after,
  .product-list > ul > li:after {
    min-width: 767px; } }
.category-list > ul > li:before,
.product-list > ul > li:before {
  content: url(../../images/frontend/btn-arrow-right-white.png);
  position: absolute;
  right: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s; }
.category-list > ul > li.js-active-list:before,
.product-list > ul > li.js-active-list:before {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }
.category-list > ul > li:last-child:after,
.product-list > ul > li:last-child:after {
  content: none; }
.category-list .content-hidden,
.product-list .content-hidden {
  display: none;
  padding-left: 17px;
  /*margin-top: 16px;*/
}
.category-list .content-hidden > li,
.product-list .content-hidden > li {
  list-style-type: disc;
  font-family: "Open Sans", sans-serif;
  color: #ebebeb;
  font-size: 13px;
  line-height: 18px;
  padding-top: 6px;
  padding-bottom: 6px; }
.category-list .content-hidden > li .content-hidden,
.product-list .content-hidden > li .content-hidden {
  margin-top: 0;
  padding-left: 0; }
.category-list .content-hidden > li .content-hidden li,
.product-list .content-hidden > li .content-hidden li {
  list-style-type: none;
  position: relative;
  padding-left: 12px;
  font-weight: normal; }
.category-list .content-hidden > li .content-hidden li:before,
.product-list .content-hidden > li .content-hidden li:before {
  content: '/';
  font-size: 13px;
  position: absolute;
  left: 0; }
.category .first-search-box ul,
.product .first-search-box ul {
  padding-left: 0; }
.category .first-search-box ul li,
.product .first-search-box ul li {
  list-style-type: none; }
.category .first-search-box input,
.product .first-search-box input {
  width: 100%;
  border-radius: 10px;
  /*background-image: url(../../images/frontend/ico-bluelope.png);*/
  /*background-repeat: no-repeat;*/
  /*background-position: right 20px center;*/
  border: 0;
  min-height: 36px;
  padding-left: 18px;
  font-family: "Gotham-Book", sans-serif;
  font-size: 11px;
  color: #a9a9a9;
  outline: none;
  margin-bottom: 7px; }
.category .first-search-box span,
.product .first-search-box span {
  font-family: "Gotham-Book", sans-serif;
  font-size: 11px;
  color: #a9a59c;
  line-height: 16px;
  display: block; }
.category .has-sub .has-sub.js-active-list,
.product .has-sub .has-sub.js-active-list {
  font-weight: bold; }
.category__right table,
.product__right table {
  width: 100%;
  min-width: 100%; }
.category__right table td, .category__right table th,
.product__right table td,
.product__right table th {
  padding-top: 10px;
  padding-bottom: 10px; }
.category__right table td:first-of-type, .category__right table th:first-of-type,
.product__right table td:first-of-type,
.product__right table th:first-of-type {
  padding-left: 25px; }
.category__right thead th,
.product__right thead th {
  font-family: "Gotham-Book", sans-serif;
  color: #888687;
  font-size: 13px;
  min-height: 59px;
  padding-top: 25px;
  padding-bottom: 25px; }
.category__right thead th:first-of-type,
.product__right thead th:first-of-type {
  padding-left: 0; }
@media (max-width: 600px) {
  .category__right thead th:nth-child(2), .category__right thead th:nth-child(3), .category__right thead th:nth-child(4),
  .product__right thead th:nth-child(2),
  .product__right thead th:nth-child(3),
  .product__right thead th:nth-child(4) {
    display: none; } }
.category__right tbody,
.product__right tbody {
  border: 1px solid #ebebeb;
  border-radius: 10px; }
.category__right tbody td,
.product__right tbody td {
  color: #2b2828;
  font-weight: 600;
  font-family: "Gotham-Book", sans-serif; }
.category__right tbody td:last-of-type,
.product__right tbody td:last-of-type {
  text-align: right;
  padding-right: 25px; }
@media (max-width: 600px) {
  .category__right tbody td:nth-child(2), .category__right tbody td:nth-child(3), .category__right tbody td:nth-child(4),
  .product__right tbody td:nth-child(2),
  .product__right tbody td:nth-child(3),
  .product__right tbody td:nth-child(4) {
    display: none; } }
.category__right tbody tr:nth-child(even),
.product__right tbody tr:nth-child(even) {
  background-color: #ebebeb; }
.category__right .categories-img-cover,
.product__right .categories-img-cover {
  margin-right: 18px;
  max-height: 38px;
  max-width: 38px; }
.category__right .link-to-product,
.product__right .link-to-product {
  color: #2b2828; }
.category__right .link-to-product:hover, .category__right .link-to-product:active,
.product__right .link-to-product:hover,
.product__right .link-to-product:active {
  text-decoration: none; }
.category__right .pagination,
.product__right .pagination {
  text-align: center;
  display: block; }
.category__right .pagination ul,
.product__right .pagination ul {
  padding-left: 0; }
.category__right .pagination li,
.product__right .pagination li {
  display: inline-block;
  color: #3873ba;
  font-size: 16px;
  font-family: "Dosis", sans-serif;
  margin-left: 3.5px;
  margin-right: 3.5px; }
.category__right .pagination li a:not(.no-hover),
.product__right .pagination li a:not(.no-hover) {
  color: #3873ba;
  font-size: 16px;
  font-family: "Dosis", sans-serif;
  padding: 4px 8px;
  background-color: transparent;
  -webkit-transition: background-color .3s, color .3s;
  transition: background-color .3s, color .3s;
  border-radius: 5px;
  position: relative;
  top: 3px; }
.category__right .pagination li a:not(.no-hover):hover,
.product__right .pagination li a:not(.no-hover):hover {
  color: #fff;
  background-color: #3873ba;
  text-decoration: none; }
.category__right .pagination li .start,
.product__right .pagination li .start {
  padding-right: 8px; }
.category__right .pagination li .end,
.product__right .pagination li .end {
  padding-left: 8px; }

.product__right .manufacturer {
  font-size: 24px;
  font-family: "Dosis", sans-serif;
  color: #3873ba;
  margin: 0;
  margin-bottom: 15px; }
.product__right .ul {
  padding-left: 0; }
.product__right .ul li {
  font-family: "Gotham-Book", sans-serif;
  color: #888687;
  list-style-type: none; }
.product__right .ul li span {
  font-family: "Gotham-Bold", sans-serif; }
.product__right .section-heading {
  margin-bottom: 15px; }
.product__right .top-info {
  margin-bottom: 30px; }
.product__right .product-info {
  width: 70%;
  float: left; }
@media (max-width: 480px) {
  .product__right .product-info {
    width: 100%;
    float: none; } }
.product__right .product-img {
  width: 30%;
  float: left; }
@media (max-width: 480px) {
  .product__right .product-img {
    width: 100%;
    float: none; } }
.product__right .product-img img {
  float: right; }
@media (max-width: 480px) {
  .product__right .product-img img {
    float: none; } }
.product__right .desc-header {
  font-family: "Dosis", sans-serif;
  font-size: 20px;
  color: #2b2828;
  margin: 0;
  margin-bottom: 15px;
  font-weight: 600; }
.product__right .product-desc {
  font-family: "Gotham-Book", sans-serif;
  font-size: 13px;
  color: #888687;
  line-height: 23px;
  margin-bottom: 25px;
  font-weight: 600; }
.product__right .file-list {
  padding-left: 0; }
.product__right .file-list li {
  padding-left: 20px;
  position: relative;
  list-style-type: none;
  margin-bottom: 12px; }
.product__right .file-list li:before {
  content: url(../../images/frontend/ico-file.png);
  position: absolute;
  left: 0;
  top: 2px; }
.product__right .product-form {
  background-color: #d4e3e8;
  border-radius: 10px;
  border: 2px solid #3873ba;
  padding: 28px 25px;
  margin-top: 30px; }
@media (min-width: 768px) {
  .product__right .product-form {
    background-image: url(../../images/frontend/product-form-imgbg.png);
    background-repeat: no-repeat;
    background-position: right  bottom; } }
.product__right .product-form form {
  width: 60%; }
@media (min-width: 768px) and (max-width: 991px) {
  .product__right .product-form form {
    width: 80%; } }
@media (max-width: 767px) {
  .product__right .product-form form {
    width: 100%; } }
.product__right .product-form .desc-header span {
  color: #888687; }
.product__right .product-form label {
  width: 136px;
  float: left;
  line-height: 36px;
  color: #888687;
  font-family: "Gotham-Book", sans-serif;
  font-size: 13px; }
.product__right .product-form input,
.product__right .product-form textarea {
  border: 0;
  border-radius: 10px;
  float: left;
  outline: none;
  padding-left: 15px;
  padding-right: 15px; }
.product__right .product-form input {
  min-height: 35px;
  line-height: 35px;
  width: 50%; }
@media (max-width: 767px) {
  .product__right .product-form input {
    width: 100%; } }
.product__right .product-form textarea {
  width: -webkit-calc(100% - 136px);
  width: calc(100% - 136px);
  padding-top: 15px; }
@media (max-width: 767px) {
  .product__right .product-form textarea {
    width: 100%; } }
.product__right .product-form input[type="submit"] {
  background: #cc3729 url(../../images/frontend/btn-arrow-right-white.png) no-repeat right 20px center;
  width: auto;
  padding: 0 32px; }
@media (max-width: 767px) {
  .product__right .product-form input[type="submit"] {
    width: 100%; } }

.all_categories_list li a{
  color: #ebebeb;
}

.category-list a{
  color: #ebebeb;

}


.manufacturers-search-results a{
  list-style-type: none;
  color: #ebebeb;
}

.category .third-search-box{
  width: 100%;
  border-radius: 10px;
  background-image: url(../../images/frontend/ico-bluelope.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
  border: 0;
  min-height: 36px;
  padding-left: 18px;
  font-family: "Gotham-Book", sans-serif;
  font-size: 11px;
  color: #a9a9a9;
  outline: none;
  margin-bottom: 7px;
}
.category-search-results .name{
  color: #FFF;
}
.manufacturers-search-results .name{
  color: #FFF;
}

.modal  .close-popup{
  float: right;

}

.modal .date{
  font-family: "Gotham-Book", sans-serif;
  font-size: 14px;
  color: #888687;
}
.modal .news-header{
  font-family: "Gotham-Book", sans-serif;
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 10px
}


#agree_cookies {
  border-top: 1px solid #ebebeb;
  text-align: center;
  padding: 5px 0;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  color: #888687;
}

#agree_cookies button {
  background-color: #3873ba;
  color: #fff;
  border: 0;
  font-family: "Dosis", sans-serif;
  border-radius: 10px;
  display: inline-block;
  padding: 2.5px 19px;
}

.single-our-products {
  padding-top: 38px;
  padding-bottom: 120px; }
  .single-our-products .section-heading {
    margin-bottom: 40px; }

.so-product {
  border: 1px solid #ebebeb;
  border-bottom: 0;
  padding: 13px; }
  .so-product:before, .so-product:after {
    content: '';
    display: table; }
  .so-product:after {
    clear: both; }
  .so-product:last-of-type {
    border-bottom: 1px solid #ebebeb; }
  .so-product__image {
    max-width: 118px;
    margin-right: 34px;
    float: left; }
  .so-product__info {
    float: left;
    width: 60%;
    max-width: 624px; }
    @media (max-width: 1199px) {
      .so-product__info {
        width: 50%; } }
    @media (max-width: 767px) {
      .so-product__info {
        width: 100%;
        margin-top: 15px; } }
  .so-product__heading {
    font-size: 13px;
    color: #2b2828;
    font-family: 'Gotham-Bold';
    line-height: 21px;
    margin-bottom: 0; }
  .so-product__desc {
    font-family: 'Gotham-Book';
    font-size: 13px;
    color: #a9a59c;
    line-height: 21px; }
  .so-product__price {
    width: 13%;
    float: left;
    font-size: 13px;
    color: #2b2828;
    font-family: 'Gotham-Bold';
    text-align: center;
    padding-top: 34px; }
    @media (max-width: 991px) {
      .so-product__price {
        width: 100%;
        float: left;
        text-align: left; } }
  .so-product .button {
    margin-top: 24px;
    font-size: 16px;
    padding: 7px 25px; }
    @media (max-width: 991px) {
      .so-product .button {
        width: 100%;
        text-align: center;
        float: left; } }


.home-our-products .owl-carousel .owl-item img {
  width: auto;
  max-width: 100px;
}

.home-our-products .owl-carousel .owl-nav.disabled {
  display: block;


}
.home-our-products .owl-carousel .owl-nav img{

  -webkit-transform: scale(.5);
          -ms-transform: scale(.5);
              transform: scale(.5);
  
}

.home-our-products .owl-theme .owl-nav [class*=owl-] {
  background-color: transparent;
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.home-our-products .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: transparent;
}

.home-our-products .owl-theme .owl-nav .owl-prev {
  left: 0;
}

.home-our-products .owl-theme .owl-nav .owl-next {
  right: 0;
}

    body .categories-table td[colspan="4"]{
        text-align: left;
    }

    @media (min-width: 768px){
        body .categories-table td[colspan="4"]{
            padding-left: 20%;
            padding-top: 50px;
        }   
    }
    body .categories-table .hiddenElements {
      border: 0;
      text-align: left !important;
    }
    body .categories-table .hiddenElements thead{
        display: none;
    }

    body .categories-table .hiddenElements tbody{
        border: 0;
    }
    body .categories-table .hiddenElements img {
        border-radius: 10px;
        margin-right: 30px;
    }
    body .categories-table .hiddenElements .right {
        display: inline-block;
        width: calc(100% - 150px);
        position: relative;
        top: 13px;
    }
    body .categories-table .hiddenElements .right span{
        display: block;
        font-size: 14px;
        font-family: "Gotham-Book", sans-serif;
    }
    body .categories-table .hiddenElements .right span.break {
        height: 10px;
        display: block;
    }
    body .categories-table .hiddenElements .right span.name{
        color: #2b2828;
    }
    body .categories-table .hiddenElements .right span.title{
        color: #7b797f;
    }
    body .categories-table .hiddenElements .right span.contac,
    body .categories-table .hiddenElements .right span.contact a{
        color: #3873ba;
        font-family: "Gotham-Book", sans-serif;
    }
.container404 {
  margin: 155px auto 100px auto;
}

.container404 #page404 img {
  margin-bottom: 40px;
  max-width: 100%;
}

.pagenumer {
  position: relative;
  top: -130px;
}