* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
body {
  font-family: 'calibri';
  color: #31475e;
}
ul li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #000;
}
p,
h1,
h2,
h3,
h4,
h5 h6 {
  line-height: initial;
  margin: 0;
  padding: 0;
}
.df {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.fww {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fcc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.fsb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.fsa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.jcc {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.aic {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.fdr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.fdc {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.jcsb {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.jcsa {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.jcc {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.jcfs {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.jcfe {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.aifs {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.aife {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.no_scroll_active {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.block_wrap {
  width: 1170px;
  margin: 0 auto;
}
.header_wrap {
  background-color: #1a7b95;
  position: relative;
}
.header_wrap .header .logo_wrap {
  position: absolute;
}
.breadcrumb {
  height: 90px;
  background-color: #eeeeee;
}
.breadcrumb .block_wrap {
  height: 100%;
}
.breadcrumb .block_wrap #breadcrumbs {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 365px;
}
.breadcrumb .block_wrap #breadcrumbs a {
  color: #000;
}
.breadcrumb .block_wrap #breadcrumbs .breadcrumb_last {
  text-transform: uppercase;
  color: #1a7b95;
}
.header_wrap {
  background-color: #1a7b95;
  position: relative;
}
.header_wrap .header {
  height: 100px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  justify-content: flex-end;
}
.header_wrap .header .logo_wrap {
  margin-right: 50px;
  position: absolute;
  top: 0;
  left: 0;
  height: 190px;
  width: 310px;
  -webkit-box-shadow: inset 0 0 45px 5px #fff;
  box-shadow: inset 0 0 45px 5px #fff;
}
.header_wrap .header .nav {
  height: 100%;
}
.header_wrap .header .nav .menu-menu-header-container {
  height: 100%;
}
.header_wrap .header .nav .menu-menu-header-container .menu {
  width: 810px;
  height: 100%;
}
.header_wrap .header .nav .menu-menu-header-container .menu .menu-item {
  background: unset;
  -webkit-box-shadow: 0 0px 0 0 ;
  box-shadow: 0 0px 0 0 ;
  padding: 0;
  height: 100%;
}
.header_wrap .header .nav .menu-menu-header-container .menu .menu-item:hover {
  color: #1a7b95;
  transition: 0s;
  background-color: #eee;
  -webkit-box-shadow: 0 4px 0 0 #1a7b95;
  box-shadow: 0 4px 0 0 #1a7b95;
}
.header_wrap .header .nav .menu-menu-header-container .menu .menu-item.active {
  color: #1a7b95;
  background-color: #eee;
  -webkit-box-shadow: 0 4px 0 0 #1a7b95;
  box-shadow: 0 4px 0 0 #1a7b95;
}
.header_wrap .header .nav .menu-menu-header-container .menu .menu-item:hover a {
  color: #1a7b95;
  transition: 0s;
}
.header_wrap .header .nav .menu-menu-header-container .menu .menu-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 0 5px;
  transition: 0s;
}
.header_wrap .header .nav .menu-menu-header-container .menu .menu-item .sub-menu {
  margin-left: 0;
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background: rgba(80, 80, 80, 0.9);
  padding: 0px;
  -webkit-box-shadow: 3px 3px 0px 0px #08f6e885;
  box-shadow: 3px 3px 0px 0px #08f6e885;
  padding: 0 10px;
}
.header_wrap .header .nav .menu-menu-header-container .menu .menu-item .sub-menu:after {
  content: '';
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent rgba(80, 80, 80, 0.9) transparent;
  position: absolute;
  left: 10px;
  top: -6px;
}
.header_wrap .header .nav .menu-menu-header-container .menu .menu-item .sub-menu .menu-item {
  padding: 0;
  width: 170px;
  margin-right: 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.header_wrap .header .nav .menu-menu-header-container .menu .menu-item .sub-menu .menu-item a {
  font-size: 14px;
  text-align: left;
  display: block;
  width: 100%;
  padding: 6px 0;
  border-bottom: 1px solid #08f6e885;
  font-family: 'calibri';
  color: #fff;
}
.header_wrap .header .nav .menu-menu-header-container .menu .menu-item .sub-menu .menu-item a:hover {
  background-color: transparent;
  border-bottom: 1px solid #08f6e885;
  color: #08f6e8;
}
.header_wrap .header .nav .menu-menu-header-container .menu .menu-item .sub-menu .menu-item:hover {
  color: #1a7b95;
  transition: 0s;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.header_wrap .header .nav .menu-menu-header-container .menu .menu-item .sub-menu .menu-item.current-menu-item {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.header_wrap .header .nav .menu-menu-header-container .menu .menu-item .sub-menu .menu-item.current-menu-item a {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.header_wrap .header .nav .menu-menu-header-container .menu .menu-item .sub-menu .menu-item:last-of-type a {
  border-bottom: none;
}
.header_wrap .header .nav .menu-menu-header-container .menu .current-menu-item {
  background-color: #eee;
  -webkit-box-shadow: 0 4px 0 0 #1a7b95;
  box-shadow: 0 4px 0 0 #1a7b95;
}
.header_wrap .header .nav .menu-menu-header-container .menu .current-menu-item a {
  color: #1a7b95;
}
.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 10;
}
.header .logo_wrap {
  border: 3px solid #08f6e8;
  border-top: none;
  background-color: rgba(222, 217, 217, 0.3);
  position: relative;
  width: 15.5vw;
  height: 9.5vw;
  z-index: 2;
  margin-right: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .logo_wrap:after {
  position: absolute;
  content: '';
  width: 102%;
  height: 100%;
  border: 3px solid #08f6e8;
  border-top: none;
  background-color: rgba(222, 217, 217, 0.3);
  top: -5px;
  right: -10px;
  z-index: 1;
}
.header .logo_wrap .logo {
  width: 71%;
  position: relative;
  z-index: 10;
}
.header .logo_wrap .logo img {
  width: 100%;
}
.header .nav {
  height: auto;
  width: auto;
}
.header .nav .menu-menu-header-container {
  height: 100%;
  width: 100%;
}
.header .nav .menu-menu-header-container .menu {
  height: 100%;
  width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header .nav .menu-menu-header-container .menu .menu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  margin-right: 15px;
  position: relative;
  padding: 10px;
}
.header .nav .menu-menu-header-container .menu .menu-item:last-of-type {
  margin-right: 0px;
}
.header .nav .menu-menu-header-container .menu .menu-item a {
  color: #fff;
  font-family: 'calibrib';
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
  transition: 0.2s;
}
.header .nav .menu-menu-header-container .menu .menu-item a:hover {
  color: #08f6e8;
  transition: 0.2s;
}
.header .nav .menu-menu-header-container .menu .menu-item .sub-menu {
  margin-left: 0;
  display: none;
  position: absolute;
  left: 0;
  top: 40px;
  background: rgba(80, 80, 80, 0.5);
  padding: 0px;
  -webkit-box-shadow: 3px 3px 0px 0px #08f6e885;
  box-shadow: 3px 3px 0px 0px #08f6e885;
  padding: 0 10px;
}
.header .nav .menu-menu-header-container .menu .menu-item .sub-menu:after {
  content: '';
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent rgba(80, 80, 80, 0.5) transparent;
  position: absolute;
  left: 10px;
  top: -6px;
}
.header .nav .menu-menu-header-container .menu .menu-item .sub-menu .menu-item {
  padding: 0;
  width: 170px;
  margin-right: 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.header .nav .menu-menu-header-container .menu .menu-item .sub-menu .menu-item a {
  font-size: 14px;
  text-align: left;
  display: block;
  width: 100%;
  padding: 6px 0;
  border-bottom: 1px solid #08f6e885;
  font-family: 'calibri';
}
.header .nav .menu-menu-header-container .menu .menu-item .sub-menu .menu-item:last-of-type a {
  border-bottom: none;
}
.header .nav .menu-menu-header-container .menu .menu-item:hover .sub-menu {
  display: block;
}
.titel_slide_crutch {
  height: 44vw;
}
.titel_slider_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.titel_slider_wrap .titel_slider .titel_slider_item {
  position: relative;
}
.titel_slider_wrap .titel_slider .titel_slider_item img {
  width: 100%;
  height: 100%;
}
.titel_slider_wrap .titel_slider .titel_slider_item .slider_item_description {
  position: absolute;
  height: 14vw;
  width: 47%;
  background-color: red;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 3vw;
  -moz-transform: scale(1) rotate(1deg) translateX(100px) translateY(120px) skewX(-20deg);
  -webkit-transform: scale(1) rotate(1deg) translateX(100px) translateY(120px) skewX(-20deg);
  -o-transform: scale(1) rotate(1deg) translateX(100px) translateY(120px) skewX(-20deg);
  -ms-transform: scale(1) rotate(1deg) translateX(100px) translateY(120px) skewX(-20deg);
  transform: scale(1) rotate(1deg) translateX(100px) translateY(120px) skewX(-20deg);
  border: 3px solid #08f6e8;
  background-color: rgba(222, 217, 217, 0.3);
}
.titel_slider_wrap .titel_slider .titel_slider_item .slider_item_description:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 103%;
  border: 3px solid #08f6e8;
  background-color: rgba(222, 217, 217, 0.7);
  top: 4px;
  right: 10px;
  z-index: 1;
}
.titel_slider_wrap .titel_slider .titel_slider_item .slider_item_description .item_description_content {
  position: relative;
  z-index: 10;
  -moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(20deg);
  -webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(20deg);
  -o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(20deg);
  -ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(20deg);
  transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(20deg);
}
.titel_slider_wrap .titel_slider .titel_slider_item .slider_item_description .item_description_content h4 {
  text-transform: uppercase;
  font-family: 'calibrib';
  color: #090909;
  font-size: 2vw;
}
.titel_slider_wrap .titel_slider .titel_slider_item .slider_item_description .item_description_content p {
  color: #090909;
  font-size: 1.1vw;
  margin-top: 5px;
}
.titel_slider_wrap .titel_slider .titel_slider_item .slider_item_description .item_description_content a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 13.5vw;
  height: 3vw;
  background-color: #1a7b95;
  border-radius: 3px;
  color: #fff;
  font-size: 1vw;
  text-transform: uppercase;
  transition: 0.2s;
  margin-top: 1.3vw;
}
.titel_slider_wrap .titel_slider .titel_slider_item .slider_item_description .item_description_content a:hover {
  background-color: #12576a;
  transition: 0.2s;
}
.titel_slider_wrap .titel_slider .slick-dots {
  position: absolute;
  bottom: 4vw;
  display: block;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.titel_slider_wrap .titel_slider .slick-dots li {
  margin: 0 5px;
}
.titel_slider_wrap .titel_slider .slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.6);
  border: 0;
  outline: 0;
  cursor: pointer;
}
.titel_slider_wrap .titel_slider .slick-dots .slick-active button {
  background-color: #1a7b95;
}
.block_title {
  color: #2b2b2b;
  text-transform: uppercase;
  font-size: 31px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.block_title .titlel_second_color {
  color: #1a7b95;
}
.block_description {
  color: #87888c;
  font-size: 18px;
  text-align: center;
}
.our_capabilities {
  padding: 20px 0 80px 0;
  position: relative;
  z-index: 1;
}
.our_capabilities .our_capabilities_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 60px;
}
.our_capabilities .our_capabilities_block .our_capabilities_item {
  width: 31%;
  padding: 20px;
}
.our_capabilities .our_capabilities_block .our_capabilities_item .item_img {
  width: 100px;
  margin: 0 auto;
}
.our_capabilities .our_capabilities_block .our_capabilities_item .item_img img {
  width: 100%;
}
.our_capabilities .our_capabilities_block .our_capabilities_item .item_title {
  text-align: center;
  font-size: 21px;
  text-transform: uppercase;
  font-family: 'calibrib';
  position: relative;
}
.our_capabilities .our_capabilities_block .our_capabilities_item .item_title a {
  color: #1a7b95;
}
.our_capabilities .our_capabilities_block .our_capabilities_item .item_title a:hover {
  text-decoration: underline;
}
.our_capabilities .our_capabilities_block .our_capabilities_item .item_title:after {
  position: absolute;
  content: '';
  width: 40px;
  height: 2px;
  background-color: #1a7b95;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -20px;
}
.our_capabilities .our_capabilities_block .our_capabilities_item .item_description {
  margin-top: 40px;
  text-align: center;
  font-size: 18px;
  color: #919295;
}
.our_values {
  background-image: url(http://gualos.com/wp-content/themes/gualos/css/../img/our_values_bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 570px;
}
.our_values .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.our_values .content .content_item {
  width: 570px;
}
.our_values .content .content_item .block_title {
  margin-top: 50px;
  color: #fff;
  text-align: left;
}
.our_values .content .content_item .block_description {
  color: #fff;
  text-align: left;
  margin-bottom: 50px;
}
.our_values .content .content_item .content_img img {
  width: 100%;
}
.our_values .content .content_item .content_img_1 {
  width: 100%;
}
.our_values .content .content_item .content_img_2 {
  width: 100%;
}
.our_values .content .content_item .content_img_3 {
  width: 48%;
}
.our_values .content .content_item .content_img_4 {
  width: 48%;
}
.our_values .content .content_item:nth-of-type(2) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 700px;
  margin-top: -25px;
}
.client_reviews {
  margin-top: 80px;
  padding: 120px 0px 0px 0px;
}
.client_reviews .content .client_reviews_slider_wrap {
  padding-top: 80px;
}
.client_reviews .content .client_reviews_slider_wrap .client_reviews_slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.client_reviews .content .client_reviews_slider_wrap .client_reviews_slider .slick-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  flex-shrink: 0;
  font-size: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  background-color: #1a7b95;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 10;
  -webkit-box-shadow: 0 0 20px 0 #BFBFBF;
  box-shadow: 0 0 20px 0 #BFBFBF;
}
.client_reviews .content .client_reviews_slider_wrap .client_reviews_slider .slick-arrow:hover {
  background-color: #12576a;
}
.client_reviews .content .client_reviews_slider_wrap .client_reviews_slider .slick-next {
  background-image: url(http://gualos.com/wp-content/themes/gualos/css/../img/arrow_right.png);
  margin-left: -40px;
}
.client_reviews .content .client_reviews_slider_wrap .client_reviews_slider .slick-prev {
  background-image: url(http://gualos.com/wp-content/themes/gualos/css/../img/arrow_left.png);
  margin-right: -40px;
}
.client_reviews .content .client_reviews_slider_wrap .client_reviews_slider .client_reviews_item {
  width: 570px;
  padding-top: 80px;
}
.client_reviews .content .client_reviews_slider_wrap .client_reviews_slider .client_reviews_item .client_foto {
  width: 170px;
  height: 180px;
  margin: 0 auto;
  transform: translateY(-80px);
  position: relative;
  overflow: hidden;
  z-index: 10;
}
.client_reviews .content .client_reviews_slider_wrap .client_reviews_slider .client_reviews_item .client_foto img {
  width: 100%;
}
.client_reviews .content .client_reviews_slider_wrap .client_reviews_slider .client_reviews_item .client_reviews_item_bg {
  background-color: #f4f4f4;
  transform: translateY(-100px);
  padding: 0 30px 30px 30px;
}
.client_reviews .content .client_reviews_slider_wrap .client_reviews_slider .client_reviews_item .client_reviews_item_bg .client_name {
  text-align: center;
  margin-top: -80px;
  padding-top: 110px;
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'calibrib';
  margin-bottom: 25px;
}
.client_reviews .content .client_reviews_slider_wrap .client_reviews_slider .client_reviews_item .client_reviews_item_bg .client_message {
  text-align: center;
  font-size: 18px;
}
.client_reviews .slick-slider {
  margin: 0 -15px;
}
.client_reviews .slick-slide {
  padding: 10px;
  margin-right: 15px;
  margin-left: 15px;
  outline: 0;
  cursor: pointer;
}
.client_reviews .slick-dots {
  position: absolute;
  bottom: 50px;
  display: block;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.client_reviews .slick-dots li {
  margin: 0 5px;
}
.client_reviews .slick-dots li button {
  font-size: 0;
  width: 20px;
  height: 6px;
  background-color: #e0e0e0;
  border: 0;
  outline: 0;
  cursor: pointer;
  border-radius: 5px;
}
.client_reviews .slick-dots .slick-active button {
  background-color: #1a7b95;
}
.footer .footer_wrap {
  background-image: url(http://gualos.com/wp-content/themes/gualos/css/../img/footer_bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 390px;
}
.footer .footer_wrap .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
}
.footer .footer_wrap .content .about_company_footer {
  width: 360px;
  padding-top: 65px;
}
.footer .footer_wrap .content .about_company_footer .logo {
  margin-bottom: 30px;
  width: 210px;
}
.footer .footer_wrap .content .about_company_footer .logo img {
  width: 100%;
}
.footer .footer_wrap .content .about_company_footer .company_description {
  font-size: 17px;
  line-height: 16px;
  opacity: 0.7;
}
.footer .footer_wrap .content .about_company_footer .company_address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
.footer .footer_wrap .content .about_company_footer .company_address .adress_img {
  width: 35px;
  margin-right: 20px;
}
.footer .footer_wrap .content .about_company_footer .company_address .adress_img img {
  width: 100%;
}
.footer .footer_wrap .content .about_company_footer .company_address .address h6 {
  font-size: 18px;
  text-transform: uppercase;
}
.footer .footer_wrap .content .about_company_footer .company_address .address p {
  font-size: 17px;
  opacity: 0.7;
}
.footer .footer_wrap .content .categories {
  width: 670px;
  height: 250px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 75px;
}
.footer .footer_wrap .content .categories .categories_title {
  width: 100%;
  font-size: 28px;
  text-transform: uppercase;
  font-family: 'calibrib';
  margin: 0 0 40px 0;
}
.footer .footer_wrap .content .categories .nav_footer {
  width: 100%;
  height: 100%;
}
.footer .footer_wrap .content .categories .nav_footer .menu-menu-footer-container {
  width: 100%;
  height: 100%;
}
.footer .footer_wrap .content .categories .nav_footer .menu-menu-footer-container .menu {
  width: 100%;
  height: 100%;
  margin: 0;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer .footer_wrap .content .categories .nav_footer .menu-menu-footer-container .menu .menu-item {
  width: 30%;
  height: 25px;
}
.footer .footer_wrap .content .categories .nav_footer .menu-menu-footer-container .menu .menu-item a {
  font-size: 21px;
  color: #fff;
  text-transform: lowercase;
}
.footer .footer_wrap .content .categories .nav_footer .menu-menu-footer-container .menu .menu-item a:hover {
  color: #e6e6e6;
}
.footer .company_name {
  text-align: center;
  color: #006183;
  font-size: 15px;
  padding: 10px 0;
}
.menu_button {
  position: fixed;
  top: 10px;
  left: 10px;
  background-color: rgba(0, 0, 0, 0.3);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  z-index: 100;
  border: 1px solid #08f6e8;
  overflow: hidden;
  display: none;
}
.menu_button .decor {
  border-radius: 50%;
  width: 80%;
  height: 80%;
  padding: 20% 10%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  transition: 0.3s;
}
.menu_button .decor span {
  transition: 0.3s;
  animation: 0.5s ease-in-out;
  width: 100%;
  height: 2px;
  background-color: #08f6e8;
  display: block;
  margin: 0 auto;
}
.menu_button .decor span:nth-of-type(2) {
  opacity: 1;
  transition: 0.3s;
}
.menu_button_active {
  background-color: rgba(222, 217, 217, 0);
}
.menu_button_active .decor {
  transform: translateX(-3px);
}
.menu_button_active .decor span {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-animation: 0.3s ease-in-out;
  animation: 0.3s ease-in-out;
}
.menu_button_active .decor span:nth-of-type(2) {
  width: 100%;
}
.menu_button_active .decor span:nth-of-type(1) {
  -webkit-transform: rotate(-24deg);
  -ms-transform: rotate(-24deg);
  transform: rotate(-24deg);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  margin-right: 9px;
  width: 70%;
}
.menu_button_active .decor span:nth-of-type(3) {
  -webkit-transform: rotate(24deg);
  -ms-transform: rotate(24deg);
  transform: rotate(24deg);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  width: 70%;
  margin-right: 9px;
}
.about_company {
  background-color: #eee;
  padding: 70px 0 0px 0;
}
.about_company .about_company_item {
  background-color: #eee;
  width: 100%;
}
.about_company .about_company_item .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about_company .about_company_item .content .about_company_img {
  width: 570px;
}
.about_company .about_company_item .content .about_company_img img {
  width: 100%;
}
.about_company .about_company_item .content .about_company_context {
  width: 570px;
}
.about_company .about_company_item .content .about_company_context .block_description {
  text-align: left;
  margin-bottom: 10px;
}
.about_company .about_company_item .content .about_company_context p {
  margin-bottom: 10px;
}
.about_company .about_company_item:nth-of-type(2) {
  position: relative;
  background-color: #fff;
  margin-top: 170px;
  padding-bottom: 120px;
}
.about_company .about_company_item:nth-of-type(2):before {
  content: '';
  position: absolute;
  top: -120px;
  left: 0;
  width: 100%;
  height: 120px;
  z-index: 5;
  background-image: url(http://gualos.com/wp-content/themes/gualos/css/../img/wave_decor.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.our_contacts {
  padding: 70px 0 0px 0;
}
.our_contacts .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.our_contacts .content .contact_form {
  width: 48%;
}
.our_contacts .content .contact_form form {
  border-top: 1px solid #dcdcdc;
  padding-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.our_contacts .content .contact_form form label {
  width: 47%;
  margin-bottom: 0;
}
.our_contacts .content .contact_form form label input {
  width: 100%;
  outline: 0;
  border: none;
  height: 40px;
  background-color: #f0f0f0;
  border-bottom: 3px solid #e7e7e7;
  padding: 10px;
}
.our_contacts .content .contact_form form label input:hover {
  background-color: #d7d7d7;
}
.our_contacts .content .contact_form form label textarea {
  width: 100%;
  outline: 0;
  border: none;
  background-color: #f0f0f0;
  border-bottom: 3px solid #e7e7e7;
  padding: 10px;
}
.our_contacts .content .contact_form form label textarea:hover {
  background-color: #d7d7d7;
}
.our_contacts .content .contact_form form label:last-of-type {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 50px;
}
.our_contacts .content .contact_form form input {
  background-color: #1a7b95;
  color: #fff;
  text-transform: uppercase;
  font-family: 'calibrib';
  font-size: 18px;
  outline: none;
  border: none;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 270px;
  height: 60px;
  cursor: pointer;
}
.our_contacts .content .contact_form form input:hover {
  background-color: #12576a;
}
.our_contacts .content .contact_adress {
  width: 48%;
}
.our_contacts .content .contact_adress .contact_adress_items {
  border-top: 1px solid #dcdcdc;
  padding-top: 30px;
}
.our_contacts .content .contact_adress .contact_adress_items .contact_adress_item {
  margin-bottom: 30px;
}
.our_contacts .content .contact_adress .contact_adress_items .contact_adress_item:last-of-type {
  margin-bottom: 0px;
}
.our_contacts .content .contact_adress .contact_adress_items .contact_adress_item h6 {
  font-family: 'calibrib';
  font-size: 18px;
}
.our_contacts .content .contact_adress .contact_adress_items .contact_adress_item p {
  font-size: 18px;
  color: #87888d;
  margin-bottom: 0;
}
.our_contacts .map {
  width: 100%;
  margin-top: 50px;
}
.our_contacts .map img {
  width: 100%;
}
.products {
  padding: 70px 0 120px 0;
  background-color: #eeeeee;
}
.products .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.products .content .products_item {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 32%;
  height: 480px;
  margin-right: 2%;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 5px 15px 0 #A8A8A8;
  box-shadow: 0 5px 15px 0 #A8A8A8;
}
.products .content .products_item:nth-child(3n) {
  margin-right: 0;
}
.products .content .products_item:hover {
  transform: scale(1.02);
  -webkit-box-shadow: 7px 7px 15px 2px #acacac;
  box-shadow: 7px 7px 15px 2px #acacac;
}
.products .content .products_item .products_item_content .products_item_img {
  width: 100%;
}
.products .content .products_item .products_item_content .products_item_img img {
  width: 100%;
}
.products .content .products_item .products_item_content .products_item_title {
  text-transform: uppercase;
  font-size: 22px;
  font-family: 'calibrib';
  padding: 0 15px;
  margin: 25px 0;
}
.products .content .products_item .products_item_content .products_item_description {
  font-size: 18px;
  color: #87888c;
  padding: 0 15px;
}
.products .content .products_item .read_more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  background-color: #1a7b95;
  text-transform: uppercase;
  color: #fff;
  font-family: 'calibrib';
  cursor: pointer;
}
.products .content .products_item .read_more:hover {
  background-color: #12576a;
}
.about_product {
  padding: 70px 0 120px 0;
  background-color: #eee;
}
.about_product .content .product_description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0 150px 0;
}
.about_product .content .product_description .product_description_img {
  width: 470px;
  margin-right: 35px;
  flex-shrink: 0;
}
.about_product .content .product_description .product_description_img img {
  width: 100%;
  -webkit-box-shadow: 10px 10px 25px 1px #B8B8B8;
  box-shadow: 10px 10px 25px 1px #B8B8B8;
}
.about_product .content .product_description .product_description_text {
  padding-top: 25px;
}
.about_product .content .product_description .product_description_text .block_title {
  text-align: left;
}
.about_product .content .product_description .product_description_text p {
  color: #87888c;
  font-size: 18px;
  margin-bottom: 10px;
}
.about_product .content .product_description .product_description_text .product_benefits {
  margin: 50px 0 30px 0;
  font-size: 18px;
  text-transform: uppercase;
}
.we_offer {
  position: relative;
  padding: 70px 0 120px 0;
}
.we_offer:before {
  content: '';
  position: absolute;
  top: -120px;
  left: 0;
  width: 100%;
  height: 120px;
  z-index: 5;
  background-image: url(http://gualos.com/wp-content/themes/gualos/css/../img/wave_decor.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.we_offer .we_offer_table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 70px;
}
.we_offer .we_offer_table .we_offer_table_item {
  width: 270px;
}
.we_offer .we_offer_table .we_offer_table_item .table_head {
  background-color: #1a7b95;
  color: #fff;
  text-transform: uppercase;
  font-size: 19px;
  font-family: 'calibrib';
  padding: 15px;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.we_offer .we_offer_table .we_offer_table_item .table_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100px;
  background-color: #eeeeee;
  margin-bottom: 10px;
}
.we_offer .we_offer_table .we_offer_table_item .table_item p {
  color: #87888c;
  font-size: 18px;
  text-align: center;
}
.we_offer .we_offer_table .we_offer_table_item .table_item:nth-of-type(2n) {
  background-color: #f6f6f6;
}
.vacancies {
  padding: 70px 0 120px 0;
  background-color: #eeeeee;
}
.vacancies .content .vacancy_item {
  -webkit-box-shadow: 7px 7px 10px 1px #B8B8B8;
  box-shadow: 7px 7px 10px 1px #B8B8B8;
  margin-bottom: 30px;
  background-color: #f7f7f7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.vacancies .content .vacancy_item:hover {
  transform: scale(1.02);
  -webkit-box-shadow: 7px 7px 15px 2px #acacac;
  box-shadow: 7px 7px 15px 2px #acacac;
}
.vacancies .content .vacancy_item .vacancy_item_img {
  width: 370px;
  flex-shrink: 0;
  margin-right: 25px;
}
.vacancies .content .vacancy_item .vacancy_item_img img {
  width: 100%;
}
.vacancies .content .vacancy_item .about_the_profession {
  padding: 30px 0;
}
.vacancies .content .vacancy_item .about_the_profession h4 {
  text-transform: uppercase;
  font-size: 21px;
  margin-bottom: 30px;
}
.vacancies .content .vacancy_item .about_the_profession p {
  font-size: 18px;
  color: #86888c;
}
.vacancies .content .vacancy_item .about_the_profession a {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 136px;
  height: 30px;
  line-height: 30;
  border-radius: 3px;
  background-color: #1a7b95;
  color: #fff;
  padding: 0;
}
.vacancies .content .vacancy_item .about_the_profession a:hover {
  background-color: #12576a;
}
.pagination .screen-reader-text {
  display: none;
}
.pagination .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.pagination .nav-links .page-numbers {
  margin: 0 15px;
  color: #87888c;
}
.pagination .nav-links .page-numbers {
  margin: 0 5px;
  font-size: 18px;
  font-weight: bold;
}
.pagination .nav-links .page-numbers.current {
  font-size: 20px;
  color: #1a7b95;
}
.acf-map {
  width: 100%;
  height: 740px;
  margin-top: 60px;
  position: relative;
  z-index: 1;
}
.acf-map:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 134px;
  background-image: url(http://gualos.com/wp-content/themes/gualos/css/../img/map_decor.png);
  z-index: 10;
}
.acf-map img {
  max-width: inherit !important;
}
.standart_page_wrap {
  padding: 50px 0;
  background-color: #eeeeee;
}
.standart_page_wrap .standart_page {
  min-height: 320px;
}
.standart_page_wrap .standart_page .standart_page_img {
  display: inline-block;
  width: 400px;
  float: left;
  margin-right: 50px;
}
.standart_page_wrap .standart_page .standart_page_img img {
  width: 100%;
}
.standart_page_wrap .standart_page .block_title {
  display: inline-block;
}
.standart_page_wrap .standart_page p {
  color: #87888c;
  font-size: 18px;
  margin-bottom: 10px;
}
.standart_page_wrap .standart_page p .aligncenter {
  margin: 0 auto;
  display: block;
}
.standart_page_wrap .standart_page p .alignright {
  float: right;
  margin-left: 20px;
}
.standart_page_wrap .standart_page p .alignleft {
  float: left;
  margin-right: 20px;
}
.standart_page_wrap .standart_page ul li {
  list-style-type: disc;
}
