.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;
}
@media (min-width: 1850px) {
  .our_capabilities {
    padding: 20px 0 80px 0;
    position: relative;
    z-index: 1;
  }
  .our_capabilities:before {
    content: '';
    position: absolute;
    top: -6vw;
    left: 0;
    width: 75%;
    height: 120px;
    z-index: -1;
    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;
  }
}
@media (max-width: 1200px) {
  .block_wrap {
    width: 980px;
    /* 	background-color: rgba(000,000,000,.1); */
  }
  .block_title {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .block_description {
    font-size: 16px;
  }
  .header .logo_wrap {
    border: 2px solid #08f6e8;
    border-top: none;
  }
  .header .logo_wrap:after {
    border: 2px solid #08f6e8;
    top: -4px;
    right: -8px;
  }
  .header .logo_wrap .logo {
    width: 71%;
  }
  .header .nav .menu-menu-header-container .menu {
    width: auto;
  }
  .header .nav .menu-menu-header-container .menu .menu-item a {
    font-size: 14px;
  }
  .header .nav .menu-menu-header-container .menu .menu-item .sub-menu {
    top: 40px;
  }
  .header .nav .menu-menu-header-container .menu .menu-item .sub-menu .menu-item {
    width: 150px;
  }
  .header .nav .menu-menu-header-container .menu .menu-item .sub-menu .menu-item a {
    font-size: 13px;
    text-align: left;
  }
  .header_wrap .header {
    height: 60px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .header_wrap .header .logo_wrap {
    border: 2px solid #08f6e8;
    border-top: none;
    width: 15.5vw;
    height: 9.5vw;
    position: relative;
    margin-right: 5vw;
    flex-shrink: 0;
  }
  .header_wrap .header .logo_wrap:after {
    border: 2px solid #08f6e8;
    top: -8px;
    right: -8px;
  }
  .header_wrap .header .logo_wrap .logo {
    width: 71%;
  }
  .header_wrap .header .nav .menu-menu-header-container .menu {
    width: auto;
    margin: 0;
  }
  .header_wrap .header .nav .menu-menu-header-container .menu .menu-item {
    margin-right: 10px;
  }
  .header_wrap .header .nav .menu-menu-header-container .menu .menu-item a {
    font-size: 13px;
    display: block !important;
    width: auto;
    height: auto;
    display: initial;
  }
  .header_wrap .header .nav .menu-menu-header-container .menu .menu-item a:last-of-type {
    margin-right: 0px;
  }
  .header_wrap .header .nav .menu-menu-header-container .menu .menu-item .sub-menu .menu-item {
    width: 150px;
  }
  .header_wrap .header .nav .menu-menu-header-container .menu .menu-item .sub-menu .menu-item a {
    font-size: 13px;
    text-align: left;
  }
  .breadcrumb {
    height: 60px;
  }
  .breadcrumb .block_wrap #breadcrumbs {
    padding-left: 21vw;
  }
  .breadcrumb .block_wrap #breadcrumbs a {
    color: #000;
  }
  .breadcrumb .block_wrap #breadcrumbs .breadcrumb_last {
    font-size: 14px;
  }
  .titel_slide_crutch {
    height: 550px;
  }
  .our_capabilities {
    padding: 20px 0 60px 0;
  }
  .our_capabilities .our_capabilities_block {
    margin-top: 20px;
  }
  .our_capabilities .our_capabilities_block .our_capabilities_item {
    width: 31%;
    padding: 15px;
  }
  .our_capabilities .our_capabilities_block .our_capabilities_item .item_img {
    width: 80px;
  }
  .our_capabilities .our_capabilities_block .our_capabilities_item .item_title {
    font-size: 18px;
  }
  .our_capabilities .our_capabilities_block .our_capabilities_item .item_title:after {
    width: 30px;
    height: 2px;
    bottom: -15px;
  }
  .our_capabilities .our_capabilities_block .our_capabilities_item .item_description {
    margin-top: 30px;
    font-size: 16px;
  }
  .our_values {
    height: 460px;
  }
  .our_values .content .content_item {
    width: 470px;
  }
  .our_values .content .content_item .block_title {
    margin-top: 30px;
  }
  .our_values .content .content_item .block_description {
    margin-bottom: 30px;
  }
  .our_values .content .content_item:nth-of-type(2) {
    height: 585px;
    margin-top: -45px;
  }
  .client_reviews {
    margin-top: 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;
  }
  .client_reviews .content .client_reviews_slider_wrap .client_reviews_slider .slick-next {
    margin-left: -40px;
  }
  .client_reviews .content .client_reviews_slider_wrap .client_reviews_slider .slick-prev {
    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: 150px;
  }
  .client_reviews .content .client_reviews_slider_wrap .client_reviews_slider .client_reviews_item .client_reviews_item_bg {
    padding: 0 25px 25px 25px;
  }
  .client_reviews .content .client_reviews_slider_wrap .client_reviews_slider .client_reviews_item .client_reviews_item_bg .client_name {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .client_reviews .content .client_reviews_slider_wrap .client_reviews_slider .client_reviews_item .client_reviews_item_bg .client_message {
    font-size: 17px;
  }
  .client_reviews .slick-dots {
    bottom: 70px;
  }
  .footer .footer_wrap {
    height: 320px;
  }
  .footer .footer_wrap .content .about_company_footer {
    width: 320px;
    padding-top: 40px;
  }
  .footer .footer_wrap .content .about_company_footer .logo {
    margin-bottom: 25px;
    width: 180px;
  }
  .footer .footer_wrap .content .about_company_footer .company_description {
    font-size: 16px;
    line-height: 15px;
  }
  .footer .footer_wrap .content .about_company_footer .company_address {
    margin-top: 25px;
  }
  .footer .footer_wrap .content .about_company_footer .company_address .adress_img {
    width: 30px;
    margin-right: 15px;
  }
  .footer .footer_wrap .content .about_company_footer .company_address .address h6 {
    font-size: 17px;
  }
  .footer .footer_wrap .content .about_company_footer .company_address .address p {
    font-size: 16px;
  }
  .footer .footer_wrap .content .categories {
    width: 600px;
    height: 210px;
    padding-top: 60px;
  }
  .footer .footer_wrap .content .categories .categories_title {
    font-size: 26px;
    margin: 0 0 30px 0;
  }
  .footer .footer_wrap .content .categories .categories_items_wrap {
    width: 30%;
  }
  .footer .footer_wrap .content .categories .categories_items_wrap .categories_items {
    font-size: 20px;
  }
  .footer .company_name {
    font-size: 14px;
    padding: 8px 0;
  }
  .about_company {
    padding: 30px 0 0px 0;
  }
  .about_company .about_company_item .content .about_company_img {
    width: 48%;
  }
  .about_company .about_company_item .content .about_company_context {
    width: 48%;
  }
  .about_company .about_company_item:nth-of-type(2) {
    padding-bottom: 30px;
  }
  .about_product .content .product_description {
    padding: 40px;
  }
  .about_product .content .product_description .product_description_img {
    width: 320px;
    margin-right: 25px;
  }
  .about_product .content .product_description .product_description_img img {
    -webkit-box-shadow: 10px 10px 15px 1px #B8B8B8;
    box-shadow: 10px 10px 15px 1px #B8B8B8;
  }
  .about_product .content .product_description .product_description_text {
    padding-top: 20px;
  }
  .about_product .content .product_description .product_description_text p {
    color: #87888c;
    font-size: 16px;
  }
  .about_product .content .product_description .product_description_text .product_benefits {
    margin: 30px 0;
    font-size: 16px;
  }
  .we_offer {
    padding: 40px 0;
  }
  .we_offer:before {
    display: none;
  }
  .we_offer .we_offer_table_wrap {
    overflow-x: scroll;
  }
  .we_offer .we_offer_table_wrap .we_offer_table {
    margin-top: 40px;
    width: 1000px;
  }
  .we_offer .we_offer_table_wrap .we_offer_table .we_offer_table_item {
    width: 240px;
  }
  .we_offer .we_offer_table_wrap .we_offer_table .we_offer_table_item .table_head {
    font-size: 16px;
    padding: 10px 0;
  }
  .we_offer .we_offer_table_wrap .we_offer_table .we_offer_table_item .table_item {
    height: 90px;
  }
  .we_offer .we_offer_table_wrap .we_offer_table .we_offer_table_item .table_item p {
    font-size: 16px;
  }
  .vacancies {
    padding-bottom: 70px;
  }
  .vacancies .content .vacancy_item {
    -webkit-box-shadow: 7px 7px 10px 1px #B8B8B8;
    box-shadow: 7px 7px 10px 1px #B8B8B8;
    margin-bottom: 25px;
  }
  .vacancies .content .vacancy_item:hover {
    transform: none;
  }
  .vacancies .content .vacancy_item .vacancy_item_img {
    width: 320px;
    margin-right: 20px;
  }
  .vacancies .content .vacancy_item .about_the_profession {
    padding-top: 20px;
  }
  .vacancies .content .vacancy_item .about_the_profession h4 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .vacancies .content .vacancy_item .about_the_profession p {
    font-size: 16px;
  }
  .acf-map {
    height: 540px;
    margin-top: 40px;
  }
  .acf-map:before {
    display: none;
  }
}
@media (max-width: 992px) {
  .block_wrap {
    width: 680px;
  }
  .block_title {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .block_description {
    font-size: 16px;
  }
  .header .logo_wrap {
    width: 13vw;
    height: 8.3vw;
  }
  .header .nav .menu-menu-header-container .menu .menu-item a {
    font-size: 12px;
    margin-right: 10px;
  }
  .header .nav .menu-menu-header-container .menu .menu-item .sub-menu {
    top: 55px;
  }
  .header_wrap .header {
    height: auto;
    padding-bottom: 5px;
  }
  .header_wrap .header .logo_wrap {
    width: 13vw;
    height: 8.3vw;
  }
  .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 {
    height: 100%;
  }
  .header_wrap .header .nav .menu-menu-header-container .menu .menu-item {
    height: 100%;
  }
  .header_wrap .header .nav .menu-menu-header-container .menu .menu-item a {
    font-size: 12px;
    margin-right: 10px;
    padding: 0 3px;
  }
  .breadcrumb {
    height: 60px;
  }
  .breadcrumb .block_wrap #breadcrumbs {
    padding-left: 18.5vw;
  }
  .titel_slide_crutch {
    height: 460px;
  }
  .our_capabilities {
    padding: 20px 0 20px 0;
  }
  .our_capabilities .our_capabilities_block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .our_capabilities .our_capabilities_block .our_capabilities_item {
    width: 50%;
    margin-bottom: 20px;
  }
  .our_values {
    height: 380px;
  }
  .our_values .content .content_item {
    width: 336px;
  }
  .our_values .content .content_item .block_title {
    margin-top: 10px;
  }
  .our_values .content .content_item .block_description {
    margin-bottom: 10px;
  }
  .our_values .content .content_item:nth-of-type(2) {
    height: 500px;
    margin-top: -20px;
  }
  .client_reviews {
    padding: 90px 0px 0px 0px;
  }
  .client_reviews .content .client_reviews_slider_wrap {
    padding-top: 50px;
  }
  .client_reviews .content .client_reviews_slider_wrap .client_reviews_slider .client_reviews_item .client_foto {
    width: 140px;
  }
  .footer .footer_wrap {
    height: 320px;
  }
  .footer .footer_wrap .content .about_company_footer {
    width: 300px;
    padding-top: 30px;
  }
  .footer .footer_wrap .content .about_company_footer .logo {
    margin-bottom: 20px;
    width: 140px;
  }
  .footer .footer_wrap .content .about_company_footer .company_address .adress_img {
    width: 26px;
    margin-right: 8px;
  }
  .footer .footer_wrap .content .categories {
    width: 370px;
    height: auto;
    padding-top: 50px;
  }
  .footer .footer_wrap .content .categories .categories_title {
    font-size: 22px;
    margin: 0 0 25px 0;
  }
  .footer .footer_wrap .content .categories .categories_items_wrap {
    width: 35%;
  }
  .footer .footer_wrap .content .categories .categories_items_wrap .categories_items {
    font-size: 18px;
  }
  .footer .company_name {
    font-size: 12px;
    padding: 6px 0;
  }
  .about_company {
    padding: 0;
  }
  .about_company .about_company_item {
    padding: 30px 0;
    margin-top: 0px;
  }
  .about_company .about_company_item .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about_company .about_company_item .content .about_company_img {
    width: auto;
  }
  .about_company .about_company_item .content .about_company_context {
    width: auto;
  }
  .about_company .about_company_item:nth-of-type(2) {
    margin: 0;
  }
  .about_company .about_company_item:nth-of-type(2):before {
    display: none;
  }
  .our_contacts {
    padding: 30px 0 0 0;
  }
  .our_contacts .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .our_contacts .content .contact_form {
    width: 100%;
  }
  .our_contacts .content .contact_adress {
    margin-top: 30px;
    width: 100%;
  }
  .products {
    padding: 30px 0;
  }
  .products .content {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .products .content .products_item {
    width: 48%;
    height: 450px;
    margin-right: 0%;
  }
  .products .content .products_item:nth-child(3n) {
    margin-right: auto;
  }
  .products .content .products_item .products_item_content .products_item_title {
    font-size: 20px;
    padding: 0 15px;
    margin: 15px 0;
  }
  .products .content .products_item .products_item_content .products_item_description {
    font-size: 16px;
    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: 46px;
  }
  .about_product {
    padding: 30px 0;
  }
  .about_product .content .product_description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px 0;
  }
  .about_product .content .product_description .product_description_img {
    width: 50%;
    margin: 0 auto;
  }
  .about_product .content .product_description .product_description_img img {
    -webkit-box-shadow: 0px 0px 25px 3px #B8B8B8;
    box-shadow: 0px 0px 25px 3px #B8B8B8;
  }
  .about_product .content .product_description .product_description_text {
    padding-top: 20px;
  }
  .about_product .content .product_description .product_description_text p {
    color: #87888c;
    font-size: 16px;
  }
  .about_product .content .product_description .product_description_text .product_benefits {
    margin: 30px 0;
    font-size: 16px;
  }
  .vacancies {
    padding: 30px 0;
  }
  .vacancies .content .vacancy_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px;
  }
  .vacancies .content .vacancy_item .vacancy_item_img {
    width: 300px;
    margin-right: 0px;
  }
  .vacancies .content .vacancy_item .about_the_profession {
    padding-top: 20px;
  }
  .vacancies .content .vacancy_item .about_the_profession h4 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .vacancies .content .vacancy_item .about_the_profession p {
    font-size: 16px;
  }
  .acf-map {
    height: 420px;
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .block_wrap {
    width: 560px;
    padding: 0 5px;
  }
  .header .logo_wrap {
    margin-right: 30px;
    border: 1px solid #08f6e8;
    flex-shrink: 0;
  }
  .header .logo_wrap:after {
    border: 1px solid #08f6e8;
    top: 6px;
    right: 0px;
    left: -6px;
  }
  .header .logo_wrap .logo {
    width: 75%;
  }
  .header .nav .menu-menu-header-container .menu {
    margin: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 5px 10px 0px;
  }
  .header .nav .menu-menu-header-container .menu .menu-item {
    width: 20%;
  }
  .header .nav .menu-menu-header-container .menu .menu-item a {
    font-size: 12px;
    margin-right: 10px;
    margin-bottom: 6px;
  }
  .header .nav .menu-menu-header-container .menu .menu-item a:last-of-type {
    margin-bottom: 0px;
  }
  .header_wrap .header .logo_wrap {
    border: 1px solid #08f6e8;
    flex-shrink: 0 !important;
    margin-right: 2vw !important;
  }
  .header_wrap .header .logo_wrap:after {
    border: 1px solid #08f6e8;
    top: 6px;
    right: 0px;
    left: -6px;
  }
  .header_wrap .header .logo_wrap .logo {
    width: 75%;
  }
  .header_wrap .header .nav .menu-menu-header-container .menu .menu-item a {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .breadcrumb {
    height: 40px;
  }
  .breadcrumb .block_wrap #breadcrumbs {
    padding-left: 15.5vw;
  }
  .titel_slide_crutch {
    height: 44vw;
  }
  .titel_slider_wrap .titel_slider .titel_slider_item .slider_item_description {
    height: 60%;
    width: 40%;
    top: 20px;
    right: 0;
    bottom: 0;
    padding: 30px 20px;
    -moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg);
    -webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg);
    -o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg);
    -ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg);
    transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg);
    border: 2px solid #08f6e8;
  }
  .titel_slider_wrap .titel_slider .titel_slider_item .slider_item_description:after {
    border: 2px solid #08f6e8;
    top: 7px;
    right: 7px;
  }
  .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(0deg);
    -webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg);
    -o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg);
    -ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg);
    transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg);
  }
  .titel_slider_wrap .titel_slider .titel_slider_item .slider_item_description .item_description_content h4 {
    font-size: 16px;
  }
  .titel_slider_wrap .titel_slider .titel_slider_item .slider_item_description .item_description_content p {
    font-size: 14px;
    margin-top: 15px;
  }
  .titel_slider_wrap .titel_slider .titel_slider_item .slider_item_description .item_description_content a {
    width: 90%;
    height: 46px;
    font-size: 14px;
    margin-top: 25px;
  }
  .our_values {
    height: auto;
    padding: 40px 0;
  }
  .our_values .content .content_item {
    width: 100%;
  }
  .our_values .content .content_item .block_title {
    margin-top: 10px;
    text-align: center;
  }
  .our_values .content .content_item .block_description {
    margin-bottom: 10px;
  }
  .our_values .content .content_item:nth-of-type(2) {
    height: 100%;
    margin-top: 20px;
  }
  .client_reviews {
    padding: 50px 0px 0px 0px;
  }
  .client_reviews .content .client_reviews_slider_wrap {
    padding-top: 30px;
  }
  .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: 0px;
  }
  .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: 0px;
  }
  .footer .footer_wrap {
    height: auto;
    padding: 30px 0;
  }
  .footer .footer_wrap .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer .footer_wrap .content .about_company_footer {
    width: 100%;
    padding: 0px;
    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;
  }
  .footer .footer_wrap .content .about_company_footer .logo {
    width: 20%;
    margin-bottom: 20px;
    width: 140px;
  }
  .footer .footer_wrap .content .about_company_footer .company_description {
    width: 70%;
  }
  .footer .footer_wrap .content .about_company_footer .company_address .adress_img {
    width: 26px;
    margin-right: 8px;
  }
  .footer .footer_wrap .content .categories {
    width: 100%;
    height: auto;
    padding-top: 50px;
  }
  .footer .footer_wrap .content .categories .categories_title {
    font-size: 22px;
    margin: 0 0 25px 0;
  }
  .footer .footer_wrap .content .categories .categories_items_wrap {
    width: 24%;
  }
  .footer .footer_wrap .content .categories .categories_items_wrap .categories_items {
    font-size: 18px;
  }
  .footer .company_name {
    font-size: 12px;
    padding: 6px 0;
  }
  .standart_page_wrap {
    padding: 30px 0;
  }
  .standart_page_wrap .standart_page .standart_page_img {
    display: block;
    width: 300px;
    float: none;
    margin: 0 auto;
  }
  .standart_page_wrap .standart_page .standart_page_img img {
    width: 100%;
  }
  .standart_page_wrap .standart_page .block_title {
    display: block;
    margin-top: 20px;
  }
  .standart_page_wrap .standart_page p {
    font-size: 16px;
  }
  .standart_page_wrap .standart_page img {
    max-width: 260px;
  }
}
@media (max-width: 576px) {
  .block_wrap {
    width: 100%;
  }
  .menu_button {
    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_mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 2px solid #08f6e8;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: inset -5px 5px 20px 0 #8a8a8a;
    box-shadow: inset -5px 5px 20px 0 #8a8a8a;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateX(-100%);
    transition: 0.3s;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .header_mobile .logo_wrap {
    margin-top: 10px;
    border: 2px solid #08f6e8;
    border-top: 2px solid #08f6e8;
    width: 140px;
    height: 60px;
    z-index: 2;
    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_mobile .logo_wrap:after {
    border: 2px solid #08f6e8;
    border-top: 2px solid #08f6e8;
    top: -7px;
    right: -7px;
    z-index: 1;
  }
  .header_mobile .logo_wrap .logo {
    width: 60%;
  }
  .header_mobile .nav {
    width: 100%;
  }
  .header_mobile .nav .menu-menu-header-container {
    width: 100%;
  }
  .header_mobile .nav .menu-menu-header-container .menu {
    padding: 20px;
    display: block;
    width: 100%;
    margin: 0;
  }
  .header_mobile .nav .menu-menu-header-container .menu .menu-item {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    background-color: unset;
    webkit-box-shadow: 0 0 0px 0 ;
    box-shadow: 0 0 0px 0 ;
    padding: 0;
  }
  .header_mobile .nav .menu-menu-header-container .menu .menu-item a {
    font-size: 18px;
    letter-spacing: 1px;
    margin-right: 0;
  }
  .header_mobile .nav .menu-menu-header-container .menu .menu-item .sub-menu {
    display: block;
    position: relative;
    top: 0px;
    z-index: 50;
    background: unset;
    padding: 0 0 0 20px;
    border: none;
    width: 100%;
    -webkit-box-shadow: 0px 0px 0px 0px #08f6e885;
    box-shadow: 0px 0px 0px 0px #08f6e885;
  }
  .header_mobile .nav .menu-menu-header-container .menu .menu-item .sub-menu:after {
    display: none;
  }
  .header_mobile .nav .menu-menu-header-container .menu .menu-item .sub-menu .menu-item {
    width: 220px;
    margin: 5px 0;
    padding: 0;
  }
  .header_mobile .nav .menu-menu-header-container .menu .menu-item .sub-menu .menu-item a:last-of-type {
    border-bottom: 1px solid #08f6e885;
  }
  .header_mobile_active {
    transform: translateX(0%);
    transition: 0.3s;
  }
  .header_wrap {
    margin-bottom: 0;
  }
  .header_wrap .header_mobile {
    -webkit-box-shadow: inset -5px 5px 20px 0 #8a8a8a;
    box-shadow: inset -5px 5px 20px 0 #8a8a8a;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 2px solid #08f6e8;
    background-color: rgba(0, 0, 0, 0.8);
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateX(-100%);
    transition: 0.3s;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .header_wrap .header_mobile .logo_wrap {
    margin-top: 10px;
    border: 2px solid #08f6e8;
    border-top: 2px solid #08f6e8;
    width: 140px;
    height: 60px;
    z-index: 2;
    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_wrap .header_mobile .logo_wrap:after {
    border: 2px solid #08f6e8;
    border-top: 2px solid #08f6e8;
    top: -7px;
    right: -7px;
    z-index: 1;
  }
  .header_wrap .header_mobile .logo_wrap .logo {
    width: 60%;
  }
  .header_wrap .header_mobile .nav {
    width: 100%;
  }
  .header_wrap .header_mobile .nav .menu-menu-header-container .menu {
    padding: 20px;
    display: block;
    width: 100%;
    margin: 0;
    height: auto;
  }
  .header_wrap .header_mobile .nav .menu-menu-header-container .menu .menu-item {
    height: auto;
    margin-right: 0;
    margin-bottom: 10px;
    display: block;
    background-color: unset;
  }
  .header_wrap .header_mobile .nav .menu-menu-header-container .menu .menu-item:hover {
    background-color: unset;
    -webkit-box-shadow: 0 0px 0 0 #1a7b95;
    box-shadow: 0 0px 0 0 #1a7b95;
  }
  .header_wrap .header_mobile .nav .menu-menu-header-container .menu .menu-item a {
    font-size: 18px !important;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
    display: inline;
  }
  .header_wrap .header_mobile .nav .menu-menu-header-container .menu .menu-item a:hover {
    color: #08f6e8;
    transition: 0s;
    background-color: unset;
    -webkit-box-shadow: 0 0 0 0 ;
    box-shadow: 0 0 0 0 ;
  }
  .header_wrap .header_mobile .nav .menu-menu-header-container .menu .menu-item .sub-menu {
    display: block;
    position: relative;
    top: 0px;
    background: unset;
    padding: 0;
    border: none;
    border-top: none;
    width: 100%;
    -webkit-box-shadow: 0 0px 0px 0px ;
    box-shadow: 0 0px 0px 0px ;
  }
  .header_wrap .header_mobile .nav .menu-menu-header-container .menu .menu-item .sub-menu .menu-item {
    background-color: unset;
    width: 220px;
    padding: 0 0 0 20px;
    margin: 5px 0;
  }
  .header_wrap .header_mobile .nav .menu-menu-header-container .menu .menu-item .sub-menu .menu-item:hover {
    background-color: unset;
    border: none;
    -webkit-box-shadow: 0 0 0 0 ;
    box-shadow: 0 0 0 0 ;
  }
  .header_wrap .header_mobile .nav .menu-menu-header-container .menu .menu-item .sub-menu .menu-item:hover a {
    color: #08f6e8;
  }
  .header_wrap .header_mobile .nav .menu-menu-header-container .menu .menu-item .sub-menu .menu-item a {
    font-size: 13px !important;
    text-align: left;
    color: #fff;
  }
  .header_wrap .header_mobile .nav .menu-menu-header-container .menu .menu-item .sub-menu .menu-item a:last-of-type {
    border-bottom: 1px solid #08f6e885;
  }
  .header_wrap .header_mobile .nav .menu-menu-header-container .menu .current-menu-item {
    -webkit-box-shadow: 0 0px 0 0 #1a7b95;
    box-shadow: 0 0px 0 0 #1a7b95;
  }
  .header_wrap .header_mobile_active {
    transform: translateX(0%);
    transition: 0.3s;
  }
  .titel_slide_crutch {
    height: 90vw;
  }
  .titel_slider_wrap .titel_slider .titel_slider_item .slider_item_description {
    background-image: url(http://gualos.com/wp-content/themes/gualos/css/../img/footer_bg.jpg);
    background-blend-mode: multiply;
    top: 0px;
    height: auto;
    width: 100%;
    padding: 20px 20px 50px 20px;
    position: relative;
  }
  .titel_slider_wrap .titel_slider .titel_slider_item .slider_item_description:after {
    top: -13px;
    right: -7px;
    width: 95%;
    height: 101%;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .titel_slider_wrap .titel_slider .titel_slider_item .slider_item_description .item_description_content h4 {
    text-align: center;
    color: #fff;
  }
  .titel_slider_wrap .titel_slider .titel_slider_item .slider_item_description .item_description_content p {
    margin-top: 4vw;
    text-align: center;
    color: #fff;
  }
  .titel_slider_wrap .titel_slider .titel_slider_item .slider_item_description .item_description_content a {
    width: 280px;
    height: 46px;
    margin: 0 auto;
    margin-top: 4vw;
  }
  .titel_slider_wrap .titel_slider .slick-dots {
    bottom: 5vw;
  }
  .our_capabilities .our_capabilities_block .our_capabilities_item {
    width: 100%;
  }
  .our_values {
    height: auto;
    padding: 20px 0;
  }
  .our_values .content .content_item {
    padding: 10px;
    width: 100%;
  }
  .our_values .content .content_item .block_title {
    margin-top: 10px;
  }
  .our_values .content .content_item .block_description {
    margin-bottom: 10px;
  }
  .our_values .content .content_item:nth-of-type(2) {
    height: auto;
    margin-top: -20px;
  }
  .client_reviews .block_wrap {
    overflow: hidden;
  }
  .client_reviews .block_wrap .content .client_reviews_slider_wrap .client_reviews_slider .slick-arrow {
    position: absolute;
  }
  .client_reviews .block_wrap .content .client_reviews_slider_wrap .client_reviews_slider .slick-next {
    margin-left: 0px;
    top: 0;
    right: 25px;
    z-index: 5;
  }
  .client_reviews .block_wrap .content .client_reviews_slider_wrap .client_reviews_slider .slick-prev {
    margin-right: 0px;
    margin-left: 0px;
    top: 0;
    left: 25px;
    z-index: 5;
  }
  .footer .footer_wrap {
    height: auto;
    padding: 30px 0;
  }
  .footer .footer_wrap .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer .footer_wrap .content .about_company_footer {
    width: 100%;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer .footer_wrap .content .about_company_footer .logo {
    width: 20%;
    margin-bottom: 20px;
    width: 140px;
  }
  .footer .footer_wrap .content .about_company_footer .company_description {
    width: 100%;
    padding: 0 20px;
  }
  .footer .footer_wrap .content .about_company_footer .company_address .adress_img {
    width: 26px;
    margin-right: 8px;
  }
  .footer .footer_wrap .content .categories {
    width: 100%;
    height: auto;
    padding-top: 30px;
  }
  .footer .footer_wrap .content .categories .categories_title {
    text-align: center;
  }
  .footer .footer_wrap .content .categories .nav_footer {
    width: 100%;
  }
  .footer .footer_wrap .content .categories .nav_footer .menu-menu-footer-container .menu li a {
    font-size: 18px !important;
  }
  .footer .company_name {
    font-size: 12px;
    padding: 6px 0;
  }
  .our_contacts .content {
    padding: 0 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .our_contacts .content .contact_form {
    width: 100%;
  }
  .our_contacts .content .contact_form form label {
    width: 100%;
    margin-bottom: 25px;
  }
  .our_contacts .content .contact_form form label:nth-last-of-type(2) {
    margin-top: 0px;
  }
  .our_contacts .content .contact_form form label:last-of-type {
    margin: 0 auto;
  }
  .our_contacts .content .contact_adress {
    margin-top: 30px;
    width: 100%;
  }
  .products .content .products_item {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
  .products .content .products_item .read_more {
    margin-top: 20px;
    height: 46px;
  }
  .about_product .content .product_description .product_description_img {
    width: 60%;
  }
  .acf-map {
    height: 380px;
    margin-top: 30px;
  }
}
@media (max-width: 490px) {
  .titel_slide_crutch {
    height: 95vw;
  }
}
@media (max-width: 450px) {
  .titel_slide_crutch {
    height: 105vw;
  }
}
@media (max-width: 475px) {
  .titel_slide_crutch {
    height: 110vw;
  }
}
