@font-face {
  font-family: 'Segoe UI';
  font-style: 'normal';
  font-weight: 300;
  src: url("fonts/SegoeUI-Light.woff");
}
@font-face {
  font-family: 'Segoe UI';
  font-style: 'normal';
  font-weight: 400;
  src: url("fonts/SegoeUI.woff");
}
@font-face {
  font-family: 'Segoe UI';
  font-style: 'normal';
  font-weight: 700;
  src: url("fonts/SegoeUI-Bold.woff");
}
@font-face {
  font-family: 'Segoe UI';
  font-style: 'italic';
  font-weight: 500;
  src: url("fonts/SegoeUI-Italic.woff");
}
*,
*:before,
*:after {
  border: 0;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  outline: 0;
  text-decoration: none;
}
html,
body {
  height: 100%;
  width: 100%;
}
button {
  background: none;
}
body.no-transition * {
  transition: none !important;
}
body.active {
  overflow: hidden;
}
body #containment {
  float: left;
  height: auto;
  min-height: 100%;
  padding-bottom: 446px;
  position: relative;
  width: 100%;
}
@media (max-width: 940px) {
  body #containment {
    padding: 115px 0 0 0;
  }
}
body #containment .block {
  float: left;
}
.wrap {
  height: auto;
  margin: 0 auto;
  min-height: 100%;
  width: 100%;
}
@media (min-width: 1200px) {
  .wrap {
    max-width: 1152px;
  }
}
.page-not-found {
  float: left;
  padding-bottom: 150px;
  width: 100%;
}
.page-not-found .content {
  float: left;
  position: relative;
  padding-bottom: 30px;
  width: 100%;
}
.page-not-found .content:before {
  background: url("../img/shadow-404.png") center center no-repeat;
  content: '';
  position: absolute;
  bottom: -46px;
  left: 0;
  height: 46px;
  width: 100%;
}
.page-not-found .text {
  float: right;
  margin: 165px 120px 0 0;
  position: relative;
  width: 590px;
}
.page-not-found .text:before {
  background: url("../img/lost.png") 0 0 no-repeat;
  content: '';
  position: absolute;
  top: -113px;
  left: -235px;
  height: 360px;
  width: 180px;
}
.page-not-found .text h1 {
  color: #ffde00;
  font: 700 30px/52px "Segoe UI";
}
.page-not-found .text p {
  color: #1a1a1a;
  font: 400 22px/27px "Segoe UI";
}
.page-not-found .text nav {
  margin-top: 15px;
}
.page-not-found .text nav a {
  color: #7cb9e6;
  float: left;
  clear: left;
  margin-bottom: 10px;
  font: 700 14px/14px "Segoe UI";
}
.page-not-found .text nav a:hover {
  text-decoration: underline;
}
.page-not-found ~ .newsletter {
  margin-top: 40px;
}
.blog {
  width: 100%;
}
@media (min-width: 1201px) {
  .blog h2 {
    margin: 35px 0 25px 0;
  }
}
.blog .main-posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 1200px) {
  .blog .main-posts {
    padding: 0 20px;
  }
}
@media (max-width: 1200px) {
  .blog .main-posts {
    margin-top: 20px;
  }
}
@media (max-width: 790px) {
  .blog .main-posts {
    align-items: center;
    flex-direction: column;
  }
}
@media (min-width: 500px) and (max-width: 1200px) {
  .blog .main-posts .large-blog {
    margin: 0 15px 25px 0;
  }
}
.blog .main-posts .main-post {
  height: 315px;
  margin-bottom: 25px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.blog .main-posts .main-post a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}
.blog .main-posts .main-post a:hover ~ .text * {
  text-decoration: underline;
}
.blog .main-posts .main-post:after {
  background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.1) 75%, rgba(0,0,0,0) 100%);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.blog .main-posts .main-post img {
  display: block;
  height: 100%;
  margin-left: 50%;
  transform: translateX(-50%);
}
.blog .main-posts .main-post .text {
  bottom: 30px;
  left: 30px;
  position: absolute;
  z-index: 2;
}
.blog .main-posts .main-post .text b {
  background: #fe0;
  color: #1a1a1a;
  display: inline-block;
  font: 700 11.98px/19px 'Segoe UI';
  margin-bottom: 5px;
  padding: 0 5px;
}
.blog .main-posts .main-post .text h3 {
  color: #fff;
  font: 300 24.95px/28px 'Segoe UI';
  max-width: 550px;
  padding-right: 20px;
  width: 100%;
}
.blog .main-posts .main-post .text span {
  color: #ffde00;
  display: inline-block;
  font: 700 14.97px 'Segoe UI';
  margin-top: 5px;
}
.blog .category-post {
  margin: 25px 0 70px 0;
  width: 100%;
}
@media (max-width: 1200px) {
  .blog .category-post {
    padding: 0 20px;
  }
}
.blog .category-post h3 {
  color: #1a1a1a;
}
.blog .category-post h3:after {
  border-top-color: #fff;
  border-width: 15px;
  bottom: -55px;
}
.blog .category-post .category-menu {
  background: #eaeaea;
  border: 0;
  margin: 0;
}
.blog .category-post .category-menu a {
  font: 400 20px/20px 'Segoe UI';
  padding: 30px 15px;
}
.blog .category-post .search-box {
  height: 50px;
  margin-top: -55px;
}
.blog .category-post .search-box button:after {
  top: 16px;
}
.blog .category-post .small-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 60px;
  width: 100%;
}
@media (max-width: 1200px) {
  .blog .category-post .small-boxes {
    justify-content: center;
  }
}
@media (max-width: 380px) {
  .blog .category-post .small-boxes .small-blog {
    margin-bottom: 20px;
  }
}
@media (min-width: 380px) and (max-width: 1200px) {
  .blog .category-post .small-boxes .small-blog {
    margin: 10px;
  }
}
@media (min-width: 1201px) {
  .blog .category-post .small-boxes .small-blog {
    margin-right: 25px;
  }
  .blog .category-post .small-boxes .small-blog:nth-child(4n) {
    margin-right: 0;
  }
}
.pagination {
  border-top: 1px solid #e1e1e1;
  margin: 15px 0 80px 0;
  padding-top: 40px;
  text-align: center;
  width: 100%;
}
.pagination .controls {
  display: inline-block;
  height: 35px;
  min-width: 565px;
}
.pagination .controls .none {
  color: #ccc !important;
  pointer-events: none;
}
.pagination .controls .none:after,
.pagination .controls .none:before,
.pagination .controls .none a:after,
.pagination .controls .none a:before {
  border-color: #ccc !important;
}
.pagination .controls a {
  color: inherit;
  float: left;
  font: 400 15px/13px 'Segoe UI';
  height: 100%;
  padding: 10px 0;
  position: relative;
}
.pagination .controls a:hover {
  text-decoration: underline;
}
.pagination .controls a:after,
.pagination .controls a:before {
  content: '';
  display: none;
  height: 10px;
  position: absolute;
  top: 12px;
  width: 10px;
}
.pagination .controls .left {
  width: 225px;
}
.pagination .controls .left a {
  margin-right: 35px;
  padding-left: 20px;
}
.pagination .controls .left a:after,
.pagination .controls .left a:before {
  border-bottom: 2px solid #333;
  border-left: 2px solid #333;
  transform: rotate(45deg);
}
.pagination .controls .left a:nth-child(1) {
  padding-left: 25px;
}
.pagination .controls .left a:nth-child(1):after,
.pagination .controls .left a:nth-child(1):before {
  display: block;
}
.pagination .controls .left a:nth-child(1):after {
  left: 8px;
}
.pagination .controls .left a:nth-child(1):before {
  left: 0;
}
.pagination .controls .left a:nth-child(2):after {
  display: block;
  left: 7px;
}
.pagination .controls .numbers a {
  display: inline-block;
  float: none;
  font-size: 25px;
  height: 35px;
  margin-right: 6px;
  padding: 0;
  padding-top: 8px;
  transition: background 0.3s;
  width: 35px;
}
.pagination .controls .numbers a:hover,
.pagination .controls .numbers a.active {
  background: #ffde00;
}
.pagination .controls .right {
  width: 200px;
}
.pagination .controls .right a {
  float: right;
  padding-right: 20px;
}
.pagination .controls .right a:after,
.pagination .controls .right a:before {
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(-45deg);
}
.pagination .controls .right a:nth-child(1):after,
.pagination .controls .right a:nth-child(1):before {
  display: block;
}
.pagination .controls .right a:nth-child(2) {
  margin-right: 40px;
}
.pagination .controls .right a:nth-child(2):after {
  display: block;
}
.pagination .controls .right a:after {
  right: 8px;
}
.pagination .controls .right a:before {
  right: 0;
}
.budget-pg section {
  position: relative;
  width: 100%;
}
.budget-pg section#budget-header {
  background: #333;
  padding: 15px 0;
}
.budget-pg section#budget-header .wrap {
  text-align: center;
}
.budget-pg section#budget {
  padding: 100px 0;
}
.budget-pg section#budget .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.budget-pg section#budget .wrap h1 {
  color: #1a1a1a;
  font: 300 35px 'Segoe UI';
  text-align: center;
  margin-bottom: 20px;
  width: 100%;
}
.budget-pg section#budget .wrap .box-form {
  align-content: center;
  align-items: center;
  background: #efefef;
  display: flex;
  justify-content: space-between;
  padding: 40px 100px 40px 75px;
  width: 630px;
}
.budget-pg section#budget .wrap .box-form form {
  width: 340px;
}
.budget-pg section#budget .wrap .box-form form p {
  color: #1a1a1a;
  font: 400 16px 'Segoe UI';
  margin-bottom: 10px;
}
.budget-pg section#budget .wrap .box-form form input {
  background: #fff;
  border: 1px solid #e1e1e1;
  height: 41px;
  margin-bottom: 15px;
  padding-left: 10px;
  width: 100%;
}
.budget-pg section#budget .wrap .box-form form button {
  background: #ffde00;
  color: #333;
  cursor: pointer;
  font: 700 14px 'Segoe UI';
  padding: 13px 16px;
}
.cart-pg section {
  float: left;
  width: 100%;
}
.cart-pg section#cart {
  padding: 30px 0 80px;
}
.cart-pg section#cart .no-cart {
  float: left;
  margin: 80px 0;
  width: 100%;
}
.cart-pg section#cart .no-cart p {
  color: #a1a1a1;
  font: 400 25px 'Segoe UI';
}
.cart-pg section#cart .no-cart p a {
  color: #84bde9;
}
.cart-pg section#cart .no-cart p a:hover {
  text-decoration: underline;
}
.cart-pg section#cart .cart {
  float: left;
  width: 100%;
}
.cart-pg section#cart .cart a.back {
  color: #84bde9;
  cursor: pointer;
  display: inline-block;
  font: 700 15px 'Segoe UI';
  margin-top: 30px;
  text-decoration: underline;
}
.cart-pg section#cart .cart .options {
  display: flex;
  float: left;
  justify-content: space-between;
  margin-top: 30px;
  width: 100%;
}
.cart-pg section#cart .cart .options a {
  color: #84bde9;
  cursor: pointer;
  font: 700 15px 'Segoe UI';
  text-decoration: underline;
}
.cart-pg section#cart .cart .options a.send-email {
  color: #333;
  padding-left: 45px;
  position: relative;
}
.cart-pg section#cart .cart .options a.send-email:before {
  background: url("../img/sendemail-icon.png") no-repeat center;
  background-size: cover;
  content: '';
  height: 29px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 29px;
}
.cart-pg section#cart .cart table {
  border-collapse: collapse;
  float: left;
  margin-bottom: 10px;
  margin-top: 30px;
  width: 100%;
}
.cart-pg section#cart .cart table tbody td {
  border-bottom: 1px solid #e9e9e9;
  padding: 15px 10px;
}
.cart-pg section#cart .cart table tbody td:nth-child(1) {
  border-left: 1px solid #e9e9e9;
  padding: 15px 0 15px 30px;
}
.cart-pg section#cart .cart table tbody td:nth-child(3) {
  padding: 15px 18px;
}
.cart-pg section#cart .cart table tbody td:nth-child(3),
.cart-pg section#cart .cart table tbody td:nth-child(4),
.cart-pg section#cart .cart table tbody td:nth-child(5) {
  text-align: center;
}
.cart-pg section#cart .cart table tbody td:last-child {
  border-right: 1px solid #e9e9e9;
}
.cart-pg section#cart .cart table tbody td button.increase,
.cart-pg section#cart .cart table tbody td button.decrease {
  background: #e9e9e9;
  color: #333;
  cursor: pointer;
  display: block;
  float: left;
  font: 700 16px 'Segoe UI';
  height: 44px;
  width: 32px;
}
.cart-pg section#cart .cart table tbody td button.remove {
  background: transparent;
  color: #84bde9;
  cursor: pointer;
  font: 700 16px 'Segoe UI';
  margin-top: 15px;
  text-decoration: underline;
}
.cart-pg section#cart .cart table tbody td input {
  background: #f4f4f4;
  display: block;
  float: left;
  font: 700 16px 'Segoe UI';
  height: 44px;
  text-align: center;
  width: 42px;
}
.cart-pg section#cart .cart table tbody td p {
  color: #333;
  font: 400 14px 'Segoe UI';
}
.cart-pg section#cart .cart table tbody td p b {
  font-weight: 700;
}
.cart-pg section#cart .cart table thead td {
  background: #333;
  color: #ffde00;
  font: 700 15px 'Segoe UI';
  padding: 15px 30px;
  text-align: center;
}
.cart-pg section#cart .cart table thead td:first-child {
  text-align: left;
}
.cart-pg section#cart .cart .infos {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  float: left;
  justify-content: space-between;
  width: 100%;
}
.cart-pg section#cart .cart .infos .freight .form {
  align-content: center;
  align-items: center;
  background: #efefef;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 100px 20px 35px;
}
.cart-pg section#cart .cart .infos .freight .form img {
  display: block;
  margin-right: 25px;
}
.cart-pg section#cart .cart .infos .freight .form form {
  margin-right: 20px;
  width: 345px;
}
.cart-pg section#cart .cart .infos .freight .form form span {
  color: #1a1a1a;
  font: 400 13px 'Segoe UI';
  margin-bottom: 4px;
}
.cart-pg section#cart .cart .infos .freight .form form .bloco {
  display: flex;
  width: 100%;
}
.cart-pg section#cart .cart .infos .freight .form form .bloco input {
  border: 1px solid #e1e1e1;
  color: #1a1a1a;
  font: 400 14px 'Segoe UI';
  height: 40px;
  padding-left: 15px;
  width: 260px;
}
.cart-pg section#cart .cart .infos .freight .form form .bloco button {
  border: 0;
  cursor: pointer;
  padding: 10px 15px;
}
.cart-pg section#cart .cart .infos .freight .form a {
  color: #84bde9;
  font: 400 13px 'Segoe UI';
  margin-top: 15px;
  text-decoration: underline;
}
.cart-pg section#cart .cart .infos .result {
  background: #e8e8e8;
  display: none;
  padding: 25px 35px;
  width: 100%;
}
.cart-pg section#cart .cart .infos .result.active {
  display: block;
}
.cart-pg section#cart .cart .infos .result p {
  border-bottom: 1px solid #cdcdcd;
  color: #1a1a1a;
  font: 400 14px 'Segoe UI';
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.cart-pg section#cart .cart .infos .result ul {
  width: 100%;
}
.cart-pg section#cart .cart .infos .result ul li {
  color: #1a1a1a;
  font: 400 14px 'Segoe UI';
  margin-bottom: 5px;
  width: 100%;
}
.cart-pg section#cart .cart .infos .result ul li b {
  font-weight: 700;
}
.cart-pg section#cart .cart .infos .totals {
  width: 455px;
}
.cart-pg section#cart .cart .infos .totals .total {
  background: #333;
  display: flex;
  justify-content: space-between;
  padding: 15px 40px;
  width: 100%;
}
.cart-pg section#cart .cart .infos .totals .total p {
  color: #ffde00;
  font: 700 16px 'Segoe UI';
  text-transform: uppercase;
}
.cart-pg section#cart .cart .infos .totals button {
  cursor: pointer;
  display: block;
  padding: 15px 0;
  position: relative;
  width: 100%;
}
.cart-pg section#cart .cart .infos .totals button:before {
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
  content: '';
  height: 18px;
  left: calc(50% - 110px);
  position: absolute;
  top: calc(50% - 3px);
  transform: rotate(45deg) translate(-50%, -50%);
  width: 10px;
}
.cart-pg section#cart .cart .infos .totals button + button {
  margin-top: 10px;
}
.cart-pg section#cart .cart .infos .totals button + button:before {
  display: none;
}
.cart-pg section#more-products {
  background: #eaeaea;
  float: left;
  margin-bottom: 50px;
  padding: 50px 0;
}
.cart-pg section#more-products .wrap > h3 {
  color: #333;
  font: 300 25px/20px 'Segoe UI';
  margin-bottom: 30px;
}
.category {
  width: 100%;
}
@media (max-width: 1200px) {
  .category {
    margin-bottom: 20px;
  }
}
.category img {
  display: block;
  max-width: 100%;
}
@media (min-width: 1201px) {
  .category p {
    margin-top: 35px;
  }
}
.category .banner-page {
  margin-top: 25px;
  width: 100%;
}
@media (max-width: 940px) {
  .category .banner-page {
    display: none;
  }
}
@media (min-width: 941px) and (max-width: 1200px) {
  .category .banner-page {
    padding: 0 20px;
  }
}
.category .subcategory {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 1200px) {
  .category .subcategory {
    margin-top: 25px;
    padding: 0 20px;
  }
}
.category .subcategory h2 {
  width: 100%;
}
@media (min-width: 941px) {
  .category .subcategory h2 {
    border-bottom: 1px solid #999;
    color: #1a1a1a;
    font: 300 25px 'Segoe UI';
    padding-bottom: 13px;
  }
}
@media (max-width: 940px) {
  .category .subcategory h2 {
    color: #999;
    font: bold 12px 'Segoe UI';
    margin-top: 20px;
  }
}
.category .subcategory .subcategory-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-top: 30px;
  width: 100%;
}
@media (max-width: 940px) {
  .category .subcategory .subcategory-boxes {
    padding-top: 15px;
  }
}
@media (max-width: 829px) {
  .category .subcategory .subcategory-boxes {
    align-items: center;
    flex-direction: column;
  }
}
.category .subcategory .subcategory-boxes .subcategory-box {
  margin: 0 26px 45px 0;
  max-width: 366px;
  position: relative;
  width: 100%;
}
@media (max-width: 829px) {
  .category .subcategory .subcategory-boxes .subcategory-box {
    margin: 0 0 25px 0;
  }
}
@media (min-width: 830px) {
  .category .subcategory .subcategory-boxes .subcategory-box:nth-child(3n) {
    margin-right: 0;
  }
}
.category .subcategory .subcategory-boxes .subcategory-box a {
  cursor: pointer;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.category .subcategory .subcategory-boxes .subcategory-box a:hover ~ span {
  background: #ffde00;
  color: #1a1a1a;
  text-decoration: underline;
}
.category .subcategory .subcategory-boxes .subcategory-box a:hover ~ span:after {
  border-color: #1a1a1a;
}
.category .subcategory .subcategory-boxes .subcategory-box h3 {
  color: #1a1a1a;
  font: 700 20px/45px 'Segoe UI';
}
@media (max-width: 940px) {
  .category .subcategory .subcategory-boxes .subcategory-box h3 {
    font-size: 16px;
  }
}
.category .subcategory .subcategory-boxes .subcategory-box .image {
  border: 1px solid #eaeaea;
  height: 287px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.category .subcategory .subcategory-boxes .subcategory-box span {
  background: #1a1a1a;
  color: #fff;
  float: left;
  font: 300 18px/15px 'Segoe UI';
  height: 45px;
  padding: 14px 0 0 15px;
  position: relative;
  transition: all 0.3s;
  width: 100%;
}
.category .subcategory .subcategory-boxes .subcategory-box .p:after {
  border-color: #ffde00;
  height: 10px;
  position: absolute;
  right: 20px;
  top: 17px;
  width: 10px;
}
.category .subcategory .subcategory-boxes .subcategory-box img {
  left: 50%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.category ~ .benefits {
  margin: 30px 0 70px 0;
}
.category .process {
  width: 100%;
}
.company {
  background: #222 url("../img/company-bg.jpg") top center no-repeat;
  padding: 40px 0 150px;
  width: 100%;
}
@media (max-width: 940px) {
  .company {
    background-size: 100% auto;
    padding: 0 0 30px 0;
  }
}
@media (min-width: 941px) {
  .company h2 {
    color: #fff;
  }
}
@media (min-width: 941px) and (max-width: 1200px) {
  .company > .wrap {
    padding: 0 20px;
  }
}
.company > .wrap > h3 {
  color: #fff;
  width: 100%;
}
@media (min-width: 615px) {
  .company > .wrap > h3 {
    text-align: center;
  }
}
@media (min-width: 941px) {
  .company > .wrap > h3 {
    border-bottom: 1px solid #fff;
    font: 300 40px/45px 'Segoe UI';
    padding: 70px 0;
  }
}
@media (max-width: 940px) {
  .company > .wrap > h3 {
    font: 300 22px 'Segoe UI';
    margin-top: 45px;
    padding: 0 20px;
  }
}
.company > .wrap > h3 span {
  color: #ffde00;
}
.company .desc {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 55px;
  width: 100%;
}
@media (max-width: 940px) {
  .company .desc {
    margin-top: 25px;
    padding: 0 20px;
  }
}
.company .desc p {
  color: #fff;
  font: 400 20px/25px 'Segoe UI';
  margin-bottom: 30px;
  max-width: 560px;
  position: relative;
  width: 100%;
}
@media (max-width: 940px) {
  .company .desc p {
    font-size: 16px;
    line-height: 1.5;
  }
}
.company .desc p:first-child:after {
  background: url("../img/aspa.png") 0 0 no-repeat;
  content: '';
  height: 116px;
  left: -65px;
  position: absolute;
  top: -40px;
  width: 147px;
}
@media (max-width: 940px) {
  .company .desc p:first-child:after {
    display: none;
  }
}
.company .desc p:first-child:first-letter {
  color: #ffde00;
  font-size: 50px;
  line-height: 20px;
}
@media (max-width: 940px) {
  .company .desc p:first-child:first-letter {
    font-size: 25px;
    line-height: 1;
  }
}
.company .desc strong {
  color: #ffde00;
  display: block;
  font: 300 20px 'Segoe UI';
  max-width: 560px;
  text-align: right;
  width: 100%;
}
@media (max-width: 940px) {
  .company .desc strong {
    font-size: 14px;
    text-align: left;
  }
}
.company .desc > h3 {
  color: #ffde00;
  font: 300 30px 'Segoe UI';
  margin-bottom: 20px;
}
@media (max-width: 940px) {
  .company .desc > h3 {
    font-size: 25px;
    max-width: 560px;
    text-align: left;
    width: 100%;
  }
}
.company .desc a.apresentacao {
  color: #fff;
  display: block;
  font: 300 16px 'Segoe UI';
  margin-left: 252px;
  margin-top: 25px;
  padding-right: 50px;
  position: relative;
  text-align: right;
  width: 310px;
}
@media (max-width: 940px) {
  .company .desc a.apresentacao {
    display: none;
  }
}
.company .desc a.apresentacao:before {
  background: url("../img/sprite.png") no-repeat -219px -189px;
  content: '';
  height: 18px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
}
.company .desc iframe {
  height: 316px;
  margin-top: 50px;
  width: 100%;
}
.company .desc .apresentacao-mobile {
  align-items: center;
  border-top: 1px solid #555;
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  padding: 30px 10px;
  width: 100%;
}
@media (min-width: 941px) {
  .company .desc .apresentacao-mobile {
    display: none;
  }
}
.company .desc .apresentacao-mobile p {
  color: #fff;
  display: block;
  font: 300 23px 'Segoe UI';
  text-align: center;
}
.company .desc .apresentacao-mobile p span {
  color: #ffde00;
  display: block;
}
.company .desc .apresentacao-mobile a {
  align-items: center;
  background: #d23333;
  border-bottom: 3px solid #a62929;
  display: inline-flex;
  margin-top: 30px;
}
.company .desc .apresentacao-mobile a:active {
  border-bottom-width: 1px;
}
.company .desc .apresentacao-mobile a span {
  border-right: 1px solid #a62929;
  color: #fff;
  font: 300 16px 'Segoe UI';
  padding: 20px 25px;
}
.company .desc .apresentacao-mobile a .icon {
  padding: 0 20px;
}
.company .desc .apresentacao-mobile a svg {
  display: inline-block;
  fill: #fff;
  height: 18px;
  vertical-align: middle;
  width: 39px;
}
.company .boxes-company {
  display: flex;
  justify-content: space-between;
  margin-top: 180px;
  padding: 0 70px;
  width: 100%;
}
.company .boxes-company .box-company {
  width: 225px;
}
.company .boxes-company .box-company h2 {
  color: #ffde00;
  font: 300 30px 'Segoe UI';
}
.company .boxes-company .box-company p {
  color: #fff;
  font: 400 15px 'Segoe UI';
  margin-top: 7px;
}
.clients {
  width: 100%;
}
.clients h2:after {
  border-top-color: #222;
}
.clients .clients-logo {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 90px 20px;
  width: 100%;
}
@media (max-width: 940px) {
  .clients .clients-logo {
    padding: 20px;
  }
  .clients .clients-logo img {
    margin-bottom: 40px;
  }
}
.clients .clients-logo .client-item h3 {
  display: none;
}
.comparison-pg .products {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 50px 0 0;
  width: 100%;
}
@media (max-width: 1200px) {
  .comparison-pg .products {
    padding: 25px 20px;
  }
}
.comparison-pg .products .product {
  margin-bottom: 50px;
  position: relative;
  width: 224px;
}
@media (max-width: 500px) {
  .comparison-pg .products .product {
    width: 100%;
  }
}
.comparison-pg .products .product > a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.comparison-pg .products .product.ft {
  box-shadow: 0px 5px 5px 1px rgba(0,0,0,0.7);
}
.comparison-pg .products .product.ft .subtitle {
  background: #1a1a1a;
}
.comparison-pg .products .product.ft .subtitle span {
  color: #ffde00;
}
.comparison-pg .products .product h3 {
  color: #1a1a1a;
  font: 700 15px/15px 'Segoe UI';
  margin-bottom: 10px;
}
.comparison-pg .products .product img {
  display: inline-block;
}
.comparison-pg .products .product .photo {
  text-align: center;
  width: 100%;
}
.comparison-pg .products .product .subtitle,
.comparison-pg .products .product .price {
  display: flex;
  flex-direction: column;
  height: 80px;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.comparison-pg .products .product .subtitle span,
.comparison-pg .products .product .price span {
  display: inline-block;
  font: 700 16px 'Segoe UI';
  padding: 0 20px;
}
.comparison-pg .products .product .subtitle {
  background: #ffde00;
}
.comparison-pg .products .product .subtitle span {
  color: #1a1a1a;
  text-transform: uppercase;
}
.comparison-pg .products .product .price {
  background: #fff;
}
.comparison-pg .products .product .price span {
  color: #1a1a1a;
}
.comparison-pg .products .product .price span b {
  font: 700 24px 'Segoe UI';
}
.comparison-pg .characteristics {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.comparison-pg .characteristics ul {
  width: 100%;
}
.comparison-pg .characteristics ul.ft {
  box-shadow: 0px 5px 5px 1px rgba(0,0,0,0.7);
}
.comparison-pg .characteristics ul li {
  display: flex;
  flex-direction: column;
  height: 54px;
  justify-content: center;
  padding-left: 25px;
  width: 100%;
}
.comparison-pg .characteristics ul li:nth-child(odd) {
  background: #f8f8f8;
}
.comparison-pg .characteristics ul li:nth-child(even) {
  background: #fff;
}
.comparison-pg .characteristics ul li:last-child {
  background: #1a1a1a;
  padding-left: 0;
}
.comparison-pg .characteristics ul li:last-child a {
  color: #fff;
  font: 14px 'Segoe UI';
  height: 100%;
  padding-left: 13px;
  padding-top: 17px;
  width: 100%;
}
.comparison-pg .characteristics ul li:last-child a:before {
  border-bottom: 3px solid #f6d601;
  border-right: 3px solid #f6d601;
  height: 12px;
  left: auto;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 12px;
}
.comparison-pg .characteristics ul li span,
.comparison-pg .characteristics ul li a {
  color: #1a1a1a;
  font: 11px 'Segoe UI';
  position: relative;
}
.comparison-pg .characteristics ul li span:before,
.comparison-pg .characteristics ul li a:before {
  border-bottom: 1px solid #1a1a1a;
  border-right: 1px solid #1a1a1a;
  content: '';
  height: 7px;
  left: -15px;
  position: absolute;
  top: 4px;
  transform: rotate(-45deg);
  width: 7px;
}
.comparison-pg .characteristics ul li span b,
.comparison-pg .characteristics ul li a b {
  font: 700 11px 'Segoe UI';
}
.contact {
  width: 100%;
}
@media (min-width: 940px) {
  .contact h2 {
    color: #1a1a1a;
    margin: 35px 0 30px 0;
  }
}
.contact .boxes-contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
  width: 100%;
}
@media (max-width: 1200px) {
  .contact .boxes-contact {
    padding: 0 20px;
  }
}
@media (max-width: 1150px) {
  .contact .boxes-contact {
    justify-content: center;
  }
}
@media (max-width: 940px) {
  .contact .boxes-contact {
    margin-top: 30px;
  }
}
.contact .boxes-contact .box-contact {
  align-items: center;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  border-top: 5px solid #ffde00;
  display: flex;
  flex-direction: column;
  height: 265px;
  justify-content: center;
  position: relative;
  text-align: center;
  transition: background 0.3s;
  width: 270px;
}
@media (max-width: 1150px) {
  .contact .boxes-contact .box-contact {
    margin: 0 15px 15px 0;
  }
}
.contact .boxes-contact .box-contact span {
  background: #333;
  bottom: 0;
  color: #ffde00;
  font: 700 20px/20px 'Segoe UI';
  height: 45px;
  left: 0;
  padding-top: 12px;
  position: absolute;
  width: 100%;
}
.contact .boxes-contact .box-contact h3 {
  color: #1a1a1a;
  font: 300 25px/25px 'Segoe UI';
  position: relative;
  width: 100%;
}
@media (max-width: 940px) {
  .contact .boxes-contact .box-contact h3 {
    margin-top: 45px;
  }
}
.contact .boxes-contact .box-contact h3:before {
  background-image: url("../img/sprite.png");
  content: '';
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.contact .boxes-contact .box-contact a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.contact .boxes-contact .box-contact a:hover ~ * {
  text-decoration: underline;
}
.contact .boxes-contact .box-contact:nth-child(1) h3:before {
  background-position: -186px -1px;
  height: 55px;
  top: -65px;
  width: 52px;
}
.contact .boxes-contact .box-contact:nth-child(2) h3:before {
  background-position: -188px -58px;
  height: 62px;
  top: -72px;
  width: 51px;
}
.contact .boxes-contact .box-contact:nth-child(3) h3:before {
  background-position: -243px -1px;
  height: 64px;
  top: -70px;
  width: 50px;
}
.contact .boxes-contact .box-contact.address {
  background: #ffde00;
  border-color: transparent;
}
.contact .boxes-contact .box-contact.address:hover {
  background: #f5d400;
}
.contact .boxes-contact .box-contact.address strong:before {
  background-position: -244px -67px;
  height: 65px;
  top: -70px;
  width: 48px;
}
.contact .boxes-contact .box-contact.address address {
  color: #1a1a1a;
  font: 15px 'Segoe UI';
  margin: 15px 0 0 40px;
  text-align: left;
  width: 210px;
}
.contact .form {
  background: #eaeaea;
  margin-top: 110px;
  width: 100%;
}
@media (max-width: 1200px) {
  .contact .form {
    margin-top: 50px;
    padding: 0 20px;
  }
}
.contact .form h2 {
  color: #1a1a1a;
}
@media (max-width: 1200px) {
  .contact .form h2 {
    font-size: 25px;
    margin-bottom: 15px;
  }
}
.contact .form h2:after {
  border-top-color: #fff;
  border-width: 15px;
  bottom: -55px;
}
.contact .form .wrap > strong {
  color: #999;
  font: 14px 'Segoe UI';
}
@media (min-width: 1201px) {
  .contact .form .wrap > strong {
    float: right;
    margin-top: -35px;
  }
}
@media (max-width: 1200px) {
  .contact .form .wrap > strong {
    color: #333;
    display: block;
    text-align: center;
    width: 100%;
  }
}
.contact .form form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 50px 0 30px 0;
  width: 100%;
}
.contact .form form label {
  margin-bottom: 10px;
  width: 100%;
}
.contact .form form label[class^='-w'] {
  margin-right: 5px;
}
.contact .form form label.-w48 {
  width: 48%;
}
.contact .form form label.-w365 {
  max-width: 365px;
}
.contact .form form label.-w170 {
  max-width: 170px;
}
.contact .form form label.error input,
.contact .form form label.error .select,
.contact .form form label.error textarea {
  box-shadow: inset 0 2px 3px rgba(255,0,0,0.2);
}
.contact .form form label span,
.contact .form form label input {
  width: 100%;
}
.contact .form form label span {
  color: #333;
  font: 20px/37px 'Segoe UI';
}
@media (max-width: 1200px) {
  .contact .form form label span {
    color: #999;
    font-size: 14px;
    line-height: 1.5;
  }
}
.contact .form form label input,
.contact .form form label .select,
.contact .form form label textarea {
  box-shadow: inset 0 2px 3px rgba(1,1,1,0.2);
  color: #333;
  font: 16px 'Segoe UI';
  height: 43px;
  padding-left: 10px;
}
.contact .form form label textarea {
  height: 150px;
  padding-top: 10px;
  resize: none;
  width: 100%;
}
.contact .form form button {
  background: #ffde00;
  cursor: pointer;
  font: 400 20px 'Segoe UI';
  height: 53px;
  margin-top: 20px;
  max-width: 465px;
  padding-left: 25px;
  text-align: left;
  transition: all 0.3s;
  width: 100%;
}
.contact .form form button:hover {
  background: #f5d400;
}
.contact .form form button:after {
  border-color: #1a1a1a;
  float: right;
  height: 10px;
  margin: 8px 25px 0 0;
  width: 10px;
}
.contact .form form button.sending {
  background: #f5d400;
  pointer-events: none;
}
.contact .form form button.success {
  background: #36b52e;
}
.contact .form form button.error {
  background: #b52e2e;
}
.contact .form form button.success,
.contact .form form button.error {
  color: #fff;
  pointer-events: none;
}
.contact .form form button.success:after,
.contact .form form button.error:after {
  border-color: #fff;
}
.contact .social-networks {
  padding: 80px 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 1200px) {
  .contact .social-networks {
    display: none;
  }
}
.contact .social-networks a {
  background-image: url("../img/sprite.png");
  display: inline-block;
  height: 70px;
  margin-left: 50px;
  transition: opacity 0.3s;
  width: 70px;
}
.contact .social-networks a:nth-child(1) {
  background-position: -296px -1px;
}
.contact .social-networks a:nth-child(2) {
  background-position: -369px -1px;
}
.contact .social-networks a:nth-child(3) {
  background-position: -296px -75px;
}
.contact .social-networks a:nth-child(4) {
  background-position: -369px -75px;
}
.contact .social-networks a:hover {
  opacity: 0.8;
}
.flow #containment {
  padding-bottom: 0;
}
.cad-pg section.content .wrap h1.tt,
.pag-pg section.content .wrap h1.tt,
.concluida-pg section.content .wrap h1.tt {
  float: none;
}
section {
  width: 100%;
}
section.flow-header {
  background: #333;
  padding: 20px 0;
  height: 108px;
}
section.flow-header .wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: auto;
  height: 100%;
}
section.flow-header .wrap > hr {
  background: #888;
  height: 100%;
  width: 1px;
}
section.flow-header .flow {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0 41px 25px 25px;
  width: 667px;
}
section.flow-header .flow hr {
  height: 2px;
  width: 155px;
}
section.flow-header .flow .step {
  border-radius: 7px;
  height: 34px;
  position: relative;
  width: 34px;
}
section.flow-header .flow .step:after {
  content: '';
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
section.flow-header .flow .step.-concluded {
  background: #ffde00;
}
section.flow-header .flow .step.-concluded:after {
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  height: 11px;
  transform: translateX(-50%) rotate(45deg);
  top: 11px;
  width: 6px;
}
section.flow-header .flow .step.-concluded + hr {
  background: #ffde00;
}
section.flow-header .flow .step.-current {
  border: 2px solid #ffde00;
}
section.flow-header .flow .step.-current:after {
  background-size: cover !important;
  height: 16px;
  width: 15px;
}
section.flow-header .flow .step.-current.-identification:after {
  background: url("../img/id-flow.png") no-repeat center;
  top: 7px;
}
section.flow-header .flow .step.-current.-payment:after {
  content: 'R$';
  color: #ffde00;
  font: 400 13px 'Segoe UI';
  top: 6px;
}
section.flow-header .flow .step.-current + hr {
  background: #e1e1e1;
}
section.flow-header .flow .step.-not-concluded {
  border: 2px solid #e1e1e1;
}
section.flow-header .flow .step.-not-concluded + hr {
  background: #e1e1e1;
}
section.flow-header .flow .step span {
  bottom: -25px;
  color: #fff;
  font: 400 14px 'Segoe UI';
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  white-space: nowrap;
}
section.flow-header .safe-area {
  padding-top: 34px;
  position: relative;
}
section.flow-header .safe-area:before {
  background: url("../img/safe-area.png") no-repeat center;
  content: '';
  height: 24px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 20px;
}
section.flow-header .safe-area span {
  color: #fff;
  font: 700 10px 'Segoe UI';
  text-transform: uppercase;
}
section.content {
  padding: 30px 0;
}
section.content .wrap > p {
  color: #1a1a1a;
  font: 400 18px 'Segoe UI';
  margin-top: 15px;
}
section.content .form {
  margin: 20px auto 0;
  width: 760px;
}
section.content .form p {
  color: #1a1a1a;
  font: 400 18px 'Segoe UI';
  margin-bottom: 10px;
}
section.content .form p b {
  font-weight: 700;
}
section.content .form form {
  border-top: 10px solid #ffde00;
  box-shadow: 2px 2px 2px 2px rgba(219,218,219,0.8);
  display: flex;
  flex-direction: column;
  padding: 65px 100px;
  width: 100%;
}
section.content .form form h5 {
  border-bottom: 1px solid #1a1a1a;
  color: #1a1a1a;
  font: 700 25px 'Segoe UI';
  margin-bottom: 10px;
  padding-bottom: 5px;
}
section.content .form form small {
  color: #ff2323;
  font: 400 14px 'Segoe UI';
  margin-bottom: 10px;
}
section.content .form form label {
  display: block;
  margin-bottom: 10px;
  text-align: left;
  width: 100%;
}
section.content .form form label span {
  color: #333;
  font: 400 15px 'Segoe UI';
  margin-bottom: 4px;
}
section.content .form form label input[type='text'],
section.content .form form label input[type='phone'],
section.content .form form label input[type='password'],
section.content .form form label input[type='email'] {
  border: 1px solid #e7e7e7;
  color: #333;
  font: 400 15px 'Segoe UI';
  height: 40px;
  padding-left: 15px;
  width: 100%;
}
section.content .form form .radios {
  width: 100%;
}
section.content .form form .radios span {
  color: #333;
  font: 400 15px 'Segoe UI';
  margin-bottom: 4px;
}
section.content .form form .radios label {
  display: inline-block;
  margin-left: 15px;
  width: auto;
}
section.content .form form .radios label span {
  margin-left: 10px;
}
section.content .form form button {
  padding: 15px 30px;
  margin-top: 20px;
}
section.content .order {
  align-items: flex-start;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 40px;
  width: 100%;
}
section.content .order .std-box {
  border-top: 10px solid #ffde00;
  box-shadow: 2px 2px 2px 2px rgba(219,218,219,0.8);
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  padding: 40px 60px;
  width: 565px;
}
section.content .order .std-box h4 {
  color: #1a1a1a;
  font: 700 25px 'Segoe UI';
  margin-bottom: 10px;
}
section.content .order .std-box h5 {
  border-bottom: 1px solid #333;
  color: #333;
  font: 700 15px 'Segoe UI';
  margin-bottom: 10px;
  padding-bottom: 10px;
  width: 100%;
}
section.content .order .std-box .products {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  width: 100%;
}
section.content .order .std-box .products a {
  color: #84bde9;
  font: 400 14px 'Segoe UI';
  margin-top: 20px;
  text-decoration: underline;
}
section.content .order .std-box .products .product {
  align-content: flex-start;
  align-items: flex-start;
  border-bottom: 1px solid #e1e1e1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 20px;
  width: 100%;
}
section.content .order .std-box .products .product:last-child {
  margin-bottom: 0;
}
section.content .order .std-box .products .product .prod-text {
  width: 330px;
}
section.content .order .std-box .products .product p {
  color: #333;
  font: 400 14px 'Segoe UI';
  margin-bottom: 7px;
  width: 100%;
}
section.content .order .std-box .products .product b {
  color: #333;
  font: 700 14px 'Segoe UI';
  width: 100%;
}
section.content .order .double {
  display: flex;
  flex-direction: column;
  width: 565px;
}
section.content .order .double .address {
  border-top: 10px solid #333;
  width: 100%;
}
section.content .order .double .address select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: #fff url("../img/select-bg.png") no-repeat calc(100% - 15px) center;
  border: 1px solid #d7d7d7;
  color: #333;
  font: 400 18px 'Segoe UI';
  height: 40px;
  margin-bottom: 25px;
  padding-left: 10px;
  width: 200px;
}
section.content .order .double .address p {
  color: #333;
  font: 700 15px 'Segoe UI';
}
section.content .order .double .address span {
  color: #333;
  font: 400 15px 'Segoe UI';
}
section.content .order .double .address .radios {
  display: none;
  flex-direction: column;
  margin-top: 30px;
  width: 100%;
}
section.content .order .double .address .radios.active {
  display: flex;
}
section.content .order .double .address .radios label {
  margin-bottom: 7px;
}
section.content .order .double .address .radios label span {
  margin-left: 15px;
}
section.content .order .totals {
  background: #333;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  padding: 40px 60px;
  width: 100%;
}
section.content .order .totals h4 {
  color: #ffde00;
  font: 700 25px 'Segoe UI';
  margin-bottom: 20px;
}
section.content .order .totals .total {
  border-bottom: 1px solid #e1e1e1;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 15px 0;
  width: 100%;
}
section.content .order .totals .total.yellow p,
section.content .order .totals .total.yellow b {
  color: #ffde00;
  text-transform: uppercase;
}
section.content .order .totals .total p {
  color: #fff;
  font: 400 14px 'Segoe UI';
}
section.content .order .totals .total p b {
  font: 700 16px 'Segoe UI';
}
section.content .order .goto-payment {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  width: 742px;
}
section.content .order .goto-payment img {
  margin-bottom: 10px;
}
section.content .order .goto-payment button {
  margin-bottom: 10px;
  width: 100%;
}
section.content .order .goto-payment small {
  color: #333;
  font: 400 14px 'Segoe UI';
  text-align: center;
}
section.content .order .goto-payment small b {
  font-weight: 700;
}
section.content .order .buttons {
  margin-top: 30px;
}
section.content .order .buttons a:first-child {
  margin: 0 30px 0 0;
}
section.content .order .buttons .b {
  font: 700 16px 'Segoe UI';
  letter-spacing: 0;
  padding: 10px 20px 13px;
}
.y {
  background: #ffde00;
  border-radius: 10px;
  color: #333;
  cursor: pointer;
  font: 700 16px/14px 'Segoe UI';
  padding: 10px 15px;
  text-transform: uppercase;
  transition: background 0.3s;
}
.y:after {
  border-color: #333;
  float: right;
  height: 8px;
  margin: 3px 0 0 7px;
  width: 8px;
}
.y:hover {
  background: #f5d400;
  text-decoration: underline;
}
.y.square {
  border-bottom: 3px solid #ccb100;
  border-radius: 0;
}
.b {
  background: #1a1a1a;
  color: #fff;
  cursor: pointer;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.p:after {
  border-bottom-width: 2px;
  border-right-width: 2px;
  border-style: solid;
  content: '';
  transform: rotate(-45deg);
}
.only-images {
  background: #ffde02;
  background: linear-gradient(to bottom, #ffeb64 0%, #ffde02 100%);
  border-bottom: 2px solid #c8b21d;
  border-radius: 10px;
  box-shadow: 0px 2px 1px #999;
  color: #1a1a1a;
  cursor: pointer;
  font: 700 12px/9px 'Segoe UI';
  min-height: 33px;
  padding: 0 20px;
}
.only-images:active,
.only-images.active {
  background: #ffdf06;
  border: 0;
  box-shadow: inset 2px 4px 3px 0 #bda104;
}
@media (min-width: 1201px) {
  .sb-arrow {
    color: #fff;
    float: left;
    font: 300 25px/20px 'Segoe UI';
    margin-top: -45px;
    position: relative;
  }
  .sb-arrow:after {
    border: 10px solid transparent;
    bottom: -43px;
    content: '';
    left: 0;
    position: absolute;
  }
}
@media (max-width: 1200px) {
  .sb-arrow {
    font: 300 20px 'Segoe UI';
    padding-top: 30px;
    position: relative;
    text-align: center;
    width: 100%;
  }
  .sb-arrow:after {
    border: 8px solid transparent;
    content: '';
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
  }
}
.search-box {
  float: right;
  height: 60px;
  margin-top: 18px;
  width: 465px;
}
.search-box button,
.search-box input {
  float: left;
  height: 100%;
}
.search-box input {
  background: #f4f4f4;
  font: 15px 'Segoe UI';
  padding-left: 25px;
  width: 405px;
}
.search-box button {
  background: #ffde00;
  cursor: pointer;
  position: relative;
  transition: background 0.3s;
  width: 60px;
}
.search-box button:hover {
  background: #f5d400;
}
.search-box button:after {
  background: url("../img/sprite.png") 0 -44px no-repeat;
  content: '';
  height: 19px;
  left: 21px;
  position: absolute;
  top: 21px;
  width: 19px;
}
.tt {
  font: 300 35px/35px 'Segoe UI';
}
.product-box {
  color: #1a1a1a;
  position: relative;
  transition: opacity 0.3s;
  width: 268px;
}
.product-box.-hidden {
  display: none;
}
@media (min-width: 1201px) {
  .product-box {
    float: left;
    margin: 0 26px 45px 0;
  }
  .product-box:nth-of-type(4n) {
    margin: 0;
  }
  .product-box.active:nth-of-type(4n) {
    margin-right: 26px;
  }
  .product-box.active:nth-of-type(6n) {
    margin: 0;
  }
}
@media (max-width: 800px) {
  .product-box {
    width: 130px;
  }
}
@media (min-width: 401px) and (max-width: 1200px) {
  .product-box {
    margin: 0 12px 25px;
  }
}
@media (max-width: 400px) {
  .product-box {
    margin: 0 0 25px 0;
  }
}
.product-box.effect {
  opacity: 0;
}
.product-box a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}
.product-box a:hover ~ ul li,
.product-box a:hover ~ strong {
  text-decoration: underline;
}
.product-box a:hover ~ .image img {
  transform: scale(1.1);
}
.product-box .image,
.product-box ul {
  float: left;
  width: 100%;
}
.product-box h3 {
  font: 700 15px 'Segoe UI';
  min-height: 40px;
  padding-right: 20px;
}
@media (max-width: 800px) {
  .product-box h3 {
    font-size: 12px;
    padding-right: 0;
  }
}
.product-box .alternative {
  background: #1a1a1a;
  color: #fff;
  height: 40px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font: 700 12px/9px 'Segoe UI';
  padding: 3px 6px;
  line-height: 12px;
}
.product-box .alternative span.-subknowAs {
  color: #ffde00;
}
.product-box .alternative.-hidden {
  display: none;
}
.product-box .image {
  background: #fff;
  margin-top: 10px;
  max-height: 225px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
@media (max-width: 800px) {
  .product-box .image {
    border: 1px solid #e1e1e1;
  }
}
.product-box .image img {
  display: block;
  max-width: 100%;
}
.product-box .image:after {
  background: #ffde00;
  content: '';
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 41px;
}
@media (max-width: 800px) {
  .product-box .image:after {
    display: none;
  }
}
.product-box .image:before {
  content: '';
  height: 120px;
  position: absolute;
  right: 0;
  top: 0;
  width: 152px;
  z-index: 2;
}
@media (max-width: 800px) {
  .product-box .image:before {
    height: 70px;
    width: 90px;
  }
}
.product-box .image img {
  display: inline-block;
  max-height: 100%;
  transform: scale(1);
  transition: transform 0.3s;
}
.product-box ul {
  background: #ffde00;
  float: left;
  padding: 15px 5px 8px 20px;
}
@media (max-width: 800px) {
  .product-box ul {
    display: none;
  }
}
.product-box ul li {
  font: 400 13px 'Segoe UI';
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.product-box ul li:before {
  background: url("../img/sprite.png") -21px -44px no-repeat;
  content: '';
  float: left;
  height: 10px;
  margin: 5px 7px 0 0;
  width: 12px;
}
.product-box strong {
  background: #1a1a1a;
  color: #fff;
  float: left;
  font: 300 16px/16px 'Segoe UI';
  height: 45px;
  overflow: hidden;
  padding: 14px 30px 14px 15px;
  position: relative;
  text-overflow: ellipsis;
  transition: all 0.3s;
  white-space: nowrap;
  width: 100%;
}
@media (max-width: 800px) {
  .product-box strong {
    font-size: 12px;
    height: auto;
    padding: 8px 30px 8px 15px;
  }
}
.product-box .p:after {
  border-color: #ffde00;
  height: 9px;
  position: absolute;
  right: 15px;
  top: 17px;
  width: 9px;
}
@media (max-width: 800px) {
  .product-box .p:after {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
  }
}
.product-box.active {
  margin-bottom: 25px;
  width: 170px;
}
.product-box.active h2,
.product-box.active ul,
.product-box.active strong,
.product-box.active .image:after {
  display: none;
}
.product-box.active .image {
  height: 140px;
  margin-top: 0;
}
.product-box.active .image img {
  max-height: auto;
  width: 100%;
}
.product-box.active a:hover ~ .image {
  box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
}
.product-box .price {
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 80px;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.product-box .price span {
  color: #1a1a1a;
  font: 400 14px 'Segoe UI';
}
.product-box .price span b {
  font: 700 24px 'Segoe UI';
}
.large-blog {
  max-width: 365px;
  position: relative;
  width: 100%;
}
@media (max-width: 400px) {
  .large-blog {
    max-width: none;
  }
}
@media (min-width: 791px) and (max-width: 1160px) {
  .large-blog.video {
    margin: 0 10px 20px 0;
  }
}
@media (max-width: 790px) {
  .large-blog.video {
    margin: 0 0 20px 0;
  }
}
.large-blog.video .image {
  position: relative;
}
.large-blog.video .image:before {
  background: url("../img/mask-video.png") no-repeat center center;
  background-size: cover !important;
  content: '';
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.large-blog a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.large-blog a:hover ~ .text * {
  text-decoration: underline;
}
.large-blog .image {
  border-top: 6px solid #ffde00;
  float: left;
  height: 170px;
  overflow: hidden;
  width: 100%;
}
.large-blog .image img {
  float: left;
  height: 100%;
  margin-left: 50%;
  transform: translateX(-50%);
}
.large-blog .text {
  color: #1a1a1a;
  float: left;
  padding: 10px 20px 35px 20px;
  position: relative;
  width: 100%;
}
.large-blog .text h3,
.large-blog .text h2,
.large-blog .text p {
  clear: left;
  float: left;
}
.large-blog .text b {
  background: #ffde00;
  font: 700 12px/19px 'Segoe UI';
  padding: 0 5px;
}
.large-blog .text h3 {
  font: 700 17px/21px 'Segoe UI';
  margin: 8px 0;
}
.large-blog .text p {
  font: 15px 'Segoe UI';
}
.large-blog .text span {
  border-top: 1px solid #c8c8c8;
  bottom: 0;
  color: #84bde9;
  font: 15px/25px 'Segoe UI';
  left: 20px;
  position: absolute;
  width: calc(100% - 40px);
}
.full-blog {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}
@media (max-width: 1200px) {
  .full-blog {
    margin: 0 15px 30px;
    max-width: 270px;
  }
}
.full-blog a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.full-blog a:hover ~ .text * {
  text-decoration: underline;
}
.full-blog .image {
  border-top: 4px solid #ffde00;
  float: left;
  height: 124px;
  max-width: 269px;
  overflow: hidden;
  width: 100%;
}
.full-blog .image img {
  float: left;
  height: 100%;
  margin-left: 50%;
  transform: translateX(-50%);
}
.full-blog .text {
  border-bottom: 1px solid #c8c8c8;
  color: #1a1a1a;
  float: right;
  max-width: 855px;
  min-height: 124px;
  width: 100%;
}
@media (max-width: 1200px) {
  .full-blog .text {
    margin-top: 15px;
  }
}
.full-blog .text h3,
.full-blog .text h2 {
  float: left;
}
.full-blog .text b {
  background: #ffde00;
  font: 700 11.52px/19px 'Segoe UI';
  padding: 0 5px;
}
.full-blog .text h3 {
  font: 700 17px/16px 'Segoe UI';
  margin: 8px 0;
  width: 100%;
}
.full-blog .text p {
  float: left;
  font: 400 15px/18px 'Segoe UI';
}
.small-blog {
  background: #f1f1f1;
  border: 1px solid #eaeaea;
  margin-bottom: 30px;
  max-width: 269px;
  min-height: 313px;
  position: relative;
  width: 100%;
}
.small-blog.video .image {
  position: relative;
}
.small-blog.video .image:before {
  background: url("../img/mask-video.png") no-repeat center center;
  background-size: cover !important;
  content: '';
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
}
.small-blog a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}
.small-blog a:hover ~ .text * {
  text-decoration: underline;
}
.small-blog .image {
  float: left;
  height: 125px;
  overflow: hidden;
  width: 100%;
}
.small-blog .image img {
  float: left;
  height: 100%;
  margin-left: 50%;
  transform: translateX(-50%);
}
.small-blog .text {
  color: #1a1a1a;
  float: left;
  padding: 10px 20px 31px 20px;
  position: relative;
  width: 100%;
}
.small-blog .text h3,
.small-blog .text h2,
.small-blog .text p {
  clear: left;
  float: left;
}
.small-blog .text b {
  background: #ffde00;
  font: 700 11px/16px 'Segoe UI';
  padding: 0 5px;
}
.small-blog .text h3 {
  font: 700 14px/16px 'Segoe UI';
  margin: 8px 0;
}
.small-blog .text p {
  font: 13px 'Segoe UI';
}
.small-blog .text span {
  bottom: 0;
  color: #84bde9;
  font: 700 15px 'Segoe UI';
  left: 20px;
  position: absolute;
}
.category-menu {
  margin-top: 5px;
  white-space: nowrap;
  width: 100%;
}
@media (min-width: 1201px) {
  .category-menu {
    border-bottom: 1px solid #333;
    float: left;
  }
}
@media (max-width: 1200px) {
  .category-menu {
    margin-bottom: 30px;
    overflow: auto;
    padding: 0 20px 10px;
  }
}
.category-menu a {
  position: relative;
}
@media (min-width: 1201px) {
  .category-menu a {
    color: #1a1a1a;
    float: left;
    font: 400 17px/17px 'Segoe UI';
    margin-right: 30px;
    padding: 25px 0;
  }
  .category-menu a:hover:after,
  .category-menu a.active:after {
    height: 4px;
  }
  .category-menu a:after {
    background: #333;
    bottom: 0;
    content: '';
    height: 0;
    left: 0;
    position: absolute;
    transition: height 0.3s;
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .category-menu a {
    background: #333;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    font: 400 14px/17px 'Segoe UI';
    margin-right: 10px;
    margin-top: 20px;
    padding: 10px 15px;
  }
  .category-menu a:hover,
  .category-menu a.active {
    background: #ffde00;
    color: #333;
  }
}
.select {
  background: #fff;
  float: left;
  position: relative;
  width: 100%;
}
.select.error {
  box-shadow: inset 0 2px 3px rgba(255,0,0,0.5) !important;
}
.select:after {
  border-bottom: 2px solid #acacac;
  border-right: 2px solid #acacac;
  content: '';
  height: 8px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: rotate(45deg) translateY(-100%);
  width: 8px;
}
.select strong {
  color: #333;
  float: left;
  font: 16px 'Segoe UI';
  margin-top: 11px;
}
.select select {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.none {
  display: none;
}
.home .benefits h2 {
  margin-top: -36px;
}
.identification {
  display: flex;
  justify-content: space-between;
  float: left;
  margin-top: 35px;
  width: 100%;
}
.identification .login-box {
  align-items: flex-start;
  border-right: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
  border-bottom: 2px solid #e9e9e9;
  display: flex;
  flex-direction: column;
  padding: 50px 70px;
  width: 564px;
}
.identification .login-box.has-account {
  border-top: 10px solid #ffde00;
}
.identification .login-box.hasnt-account {
  border-top: 10px solid #333;
}
.identification .login-box h4 {
  color: #1a1a1a;
  font: 700 25px 'Segoe UI';
  margin-bottom: 10px;
}
.identification .login-box label {
  display: block;
  margin-bottom: 10px;
  width: 100%;
}
.identification .login-box label span {
  color: #333;
  font: 400 15px 'Segoe UI';
  margin-bottom: 4px;
}
.identification .login-box label input {
  border: 1px solid #e7e7e7;
  color: #333;
  font: 400 15px 'Segoe UI';
  height: 40px;
  padding-left: 15px;
  width: 100%;
}
.identification .login-box a {
  color: #84bde9;
  cursor: pointer;
  font: 400 14px 'Segoe UI';
  text-decoration: underline;
  margin-bottom: 20px;
}
.identification .login-box button {
  cursor: pointer;
  display: block;
  margin-top: auto;
  padding: 15px 20px;
}
.internal-blog {
  position: relative;
  width: 100%;
}
@media (min-width: 1201px) {
  .internal-blog {
    float: left;
  }
}
@media (max-width: 1200px) {
  .internal-blog > .wrap {
    position: relative;
  }
}
.internal-blog ~ .benefits {
  margin-top: 55px;
}
.internal-blog .bg {
  background-position: top center;
  background-repeat: no-repeat;
  height: 367px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.internal-blog .bg:after {
  background: rgba(51,51,51,0.8) url("../img/shadow-blog.png") bottom center repeat;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.internal-blog .title-box {
  max-width: 725px;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media (min-width: 1201px) {
  .internal-blog .title-box {
    float: left;
  }
}
@media (max-width: 1200px) {
  .internal-blog .title-box {
    padding: 0 20px 20px;
  }
}
@media (min-width: 1201px) {
  .internal-blog .title-box .title,
  .internal-blog .title-box .subtitle,
  .internal-blog .title-box strong {
    clear: left;
    float: left;
  }
}
.internal-blog .title-box strong {
  background: #ffde00;
  color: #1a1a1a;
  display: inline-block;
  font: 900 12px/9px 'Segoe UI';
  margin: 20px 0 10px;
  padding: 3px 5px;
}
.internal-blog .title-box .title {
  color: #fff;
  font: 300 35px/40px 'Segoe UI';
}
@media (max-width: 1200px) {
  .internal-blog .title-box .title {
    font-size: 25px;
    line-height: 1.4;
  }
}
.internal-blog .title-box .subtitle {
  color: #fefefe;
  font: italic 400 23px 'Segoe UI';
  margin-top: 15px;
}
@media (max-width: 1200px) {
  .internal-blog .title-box .subtitle {
    font-size: 18px;
    line-height: 1.4;
  }
}
.internal-blog .description {
  width: 100%;
}
@media (min-width: 1201px) {
  .internal-blog .description {
    float: left;
    margin-top: 45px;
  }
}
@media (max-width: 1200px) {
  .internal-blog .description {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 20px;
    position: relative;
    z-index: 3;
  }
}
.internal-blog .description .content {
  background: #fff;
  border: 1px solid #eaeaea;
  border-top: 5px solid #ffde00;
  max-width: 857px;
  position: relative;
  width: 100%;
  z-index: 4;
}
@media (max-width: 1200px) {
  .internal-blog .description .content {
    padding: 45px 20px;
  }
}
@media (min-width: 1201px) {
  .internal-blog .description .content {
    float: left;
    padding: 45px 70px 60px 195px;
  }
}
.internal-blog .description .content iframe {
  display: block;
  max-width: 100%;
}
.internal-blog .description .content .btn-share {
  align-items: center;
  background: #ffde00;
  border-radius: 50%;
  bottom: 20px;
  cursor: pointer;
  display: flex;
  height: 50px;
  justify-content: center;
  outline: none;
  position: fixed;
  right: 20px;
  width: 50px;
  z-index: 5;
}
@media (min-width: 1201px) {
  .internal-blog .description .content .btn-share {
    display: none;
  }
}
.internal-blog .description .content .btn-share svg {
  fill: #333;
  height: 20px;
  width: 20px;
}
.internal-blog .description .content .social {
  left: 50px;
  position: absolute;
  text-align: center;
  top: 45px;
  width: 85px;
}
@media (max-width: 1200px) {
  .internal-blog .description .content .social {
    display: none;
  }
}
.internal-blog .description .content .social.-active {
  bottom: 80px;
  display: block;
  left: auto;
  position: fixed;
  right: 0;
  top: auto;
  z-index: 5;
}
.internal-blog .description .content .social.-active span {
  display: none;
}
.internal-blog .description .content .social span,
.internal-blog .description .content .social a {
  display: inline-block;
}
.internal-blog .description .content .social span {
  color: #999;
  font: 12px 'Segoe UI';
  margin-bottom: 15px;
  text-transform: uppercase;
}
.internal-blog .description .content .social a {
  background-image: url("../img/sprite.png");
  height: 51px;
  margin-bottom: 7px;
  transition: opacity 0.3s;
  width: 51px;
}
.internal-blog .description .content .social a:hover {
  opacity: 0.8;
}
.internal-blog .description .content .social a:nth-of-type(1) {
  background-position: -1px -162px;
}
.internal-blog .description .content .social a:nth-of-type(2) {
  background-position: -56px -162px;
}
.internal-blog .description .content .social a:nth-of-type(3) {
  background-position: -111px -162px;
}
.internal-blog .description .content .social a:nth-of-type(4) {
  background-position: -166px -162px;
}
.internal-blog .description .content .text {
  border: none;
  color: #999;
  float: left;
  width: 100%;
}
.internal-blog .description .content .text > p[dir = 'ltr'] {
  width: 100%;
}
.internal-blog .description .content .text ol {
  display: flex;
  flex-direction: column;
  font: 400 16px 'Segoe UI';
  width: 100%;
}
.internal-blog .description .content .text ol > li {
  list-style: decimal;
  margin-bottom: 10px;
}
.internal-blog .description .content .text a {
  color: #60b5f7;
  text-decoration: underline;
}
.internal-blog .description .content .text strong {
  color: #999;
}
.internal-blog .description .content .text p,
.internal-blog .description .content .text img,
.internal-blog .description .content .text h2,
.internal-blog .description .content .text h3,
.internal-blog .description .content .text ul,
.internal-blog .description .content .text h4,
.internal-blog .description .content .text h5,
.internal-blog .description .content .text h6 {
  clear: left;
  float: left;
  max-width: 100%;
}
.internal-blog .description .content .text p,
.internal-blog .description .content .text img,
.internal-blog .description .content .text h2,
.internal-blog .description .content .text ul {
  margin-bottom: 25px;
}
.internal-blog .description .content .text img {
  display: block;
}
.internal-blog .description .content .text i {
  font: 500 22px/25px 'Segoe UI';
}
.internal-blog .description .content .text p {
  font: 400 18px/25px 'Segoe UI';
}
.internal-blog .description .content .text p i {
  font: 500 18px/25px 'Segoe UI';
}
.internal-blog .description .content .text h2 {
  border-bottom: 1px solid #333;
  color: #333;
  font: 700 22px/30px 'Segoe UI';
  margin-bottom: 25px;
  width: 100%;
}
.internal-blog .description .content .text h3 {
  color: #333;
  font: 700 18px/25px 'Segoe UI';
}
.internal-blog .description .content .text h4 {
  font: 700 18px/25px 'Segoe UI';
}
.internal-blog .description .content .text ul li {
  align-items: center;
  color: #333;
  display: flex;
  font: 700 14px 'Segoe UI';
  margin: 20px 0;
}
.internal-blog .description .content .text ul li p {
  margin: 0 !important;
}
.internal-blog .description .content .text ul li:before {
  background: url("../img/sprite.png") -1px -138px no-repeat;
  content: '';
  float: left;
  height: 18px;
  margin: 2px 10px 0 0;
  width: 18px;
}
.internal-blog .description .content .author {
  float: left;
  margin-top: 60px;
  width: 100%;
}
.internal-blog .description .content .author > span {
  border-bottom: 1px solid #929292;
  color: #333;
  font: italic 17px 'Segoe UI';
  padding-bottom: 8px;
}
.internal-blog .description .content .author .about-author {
  margin-top: 20px;
  width: 100%;
}
.internal-blog .description .content .author .about-author img {
  float: left;
  margin-right: 30px;
  outline: 4px solid #efefef;
}
.internal-blog .description .content .author .about-author .text-author {
  float: left;
  max-width: 400px;
  width: 100%;
}
.internal-blog .description .content .author .about-author span {
  color: #ffde00;
  font: bold 22px 'Segoe UI';
}
.internal-blog .description .content .author .about-author p {
  color: #333;
  font: italic 17px 'Segoe UI';
}
.internal-blog .description aside {
  width: 100%;
}
@media (max-width: 1200px) {
  .internal-blog .description aside {
    margin: 100px 0 20px 0;
  }
}
@media (min-width: 1201px) {
  .internal-blog .description aside {
    float: right;
    max-width: 269px;
  }
}
.internal-blog .description aside .newsletter-aside {
  background: #3b3b3b url("../img/white-shadow.png") top center no-repeat;
  border-top: 5px solid #fff;
  float: left;
  height: 313px;
  padding: 95px 20px 20px 20px;
  position: relative;
  width: 100%;
}
.internal-blog .description aside .newsletter-aside:after {
  background: url("../img/icon-mail.png") 0 0 no-repeat;
  content: '';
  height: 170px;
  left: 47%;
  position: absolute;
  top: -90px;
  transform: translateX(-50%);
  width: 136px;
}
.internal-blog .description aside .newsletter-aside h2 {
  color: #fff;
  float: left;
  font: 300 20px/24px 'Segoe UI';
  margin-bottom: 15px;
}
.internal-blog .description aside .newsletter-aside form {
  float: left;
  width: 100%;
}
.internal-blog .description aside .newsletter-aside form input {
  background: transparent;
  border: 1px solid #d7d7d7;
  color: #999;
  float: left;
  font: 15px 'Segoe UI';
  height: 43px;
  padding-left: 15px;
  width: 100%;
}
.internal-blog .description aside .newsletter-aside form button {
  background: #fff;
  color: #333;
  cursor: pointer;
  float: left;
  font: 400 15px 'Segoe UI';
  height: 43px;
  letter-spacing: 2px;
  margin-top: 10px;
  padding-left: 17px;
  text-align: left;
  text-transform: uppercase;
  transition: background 0.3s;
  width: 100%;
}
.internal-blog .description aside .newsletter-aside form button:after {
  float: right;
  height: 10px;
  margin: 4px 15px 0 0;
  width: 10px;
}
.internal-blog .description aside .newsletter-aside form button.sending,
.internal-blog .description aside .newsletter-aside form button:hover {
  background: #d8d7d7;
}
.internal-blog .description aside .newsletter-aside form button.success {
  background: #36b52e;
  color: #fff;
  font-size: 9px;
}
.internal-blog .description aside .newsletter-aside form button.error {
  background: #b52e2e;
  color: #fff;
  font-size: 9px;
}
.internal-blog .description aside .newsletter-aside form button.sending,
.internal-blog .description aside .newsletter-aside form button.error,
.internal-blog .description aside .newsletter-aside form button.success {
  pointer-events: none;
}
.internal-blog .description aside .newsletter-aside form button.sending:after,
.internal-blog .description aside .newsletter-aside form button.error:after,
.internal-blog .description aside .newsletter-aside form button.success:after {
  display: none;
}
.internal-blog .description aside .newsletter-aside span {
  bottom: 18px;
  color: #fff;
  font: 10px 'Segoe UI';
  left: 20px;
  position: absolute;
}
.internal-blog .description aside .newsletter-aside span strong {
  color: #ffde00;
}
.internal-blog .description aside .read-too-aside {
  float: left;
  width: 100%;
}
.internal-blog .description aside .read-too-aside > h2 {
  color: #3b3b3b;
  float: left;
  font: 300 25px 'Segoe UI';
  margin-top: 20px;
  width: 100%;
}
.internal-blog .description aside .read-too-aside .boxes {
  float: left;
  width: 100%;
}
.internal-blog .description aside .read-too-aside .boxes .small-blog {
  float: left;
  margin: 3px 0 0 0;
}
.internal-blog .description aside .read-too-aside .boxes > a {
  border-radius: 0;
  float: left;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 1px;
  margin-top: 7px;
  padding: 12px 15px;
  width: 100%;
}
.internal-blog .description aside .read-too-aside .links {
  float: left;
  margin-top: 3px;
}
.internal-blog .description aside .read-too-aside .links a {
  float: left;
}
.read-too {
  background: #eaeaea;
  float: left;
  margin-top: 90px;
  padding-bottom: 45px;
  width: 100%;
}
.read-too .wrap > h2 {
  color: #1a1a1a;
}
.read-too .wrap > h2:after {
  border-top-color: #fff;
  border-width: 15px;
  bottom: -55px;
}
.read-too .read-too-posts {
  display: flex;
  flex-wrap: wrap;
  float: left;
  justify-content: space-between;
  padding-top: 45px;
  width: 100%;
}
.login-pg section {
  float: left;
  width: 100%;
}
.login-pg section#login {
  padding: 30px 0 75px;
}
.md section {
  float: left;
  width: 100%;
}
.md section#page-banner {
  background: url("../img/page-banners/area-do-cliente.jpg") no-repeat center;
  background-size: cover;
  height: 251px;
  padding-top: 55px;
  text-align: center;
}
.md section#page-banner img {
  display: inline-block;
  margin-bottom: 20px;
}
.md section#page-banner h1 {
  color: #fff;
  display: inline-block;
  font: 300 35px 'Segoe UI';
}
.md section#client-area {
  display: flex;
}
.md section#client-area aside {
  align-items: flex-end;
  background: #e5e5e5;
  display: flex;
  flex-direction: column;
  padding-bottom: 60px;
  width: 25%;
}
.md section#client-area aside ul {
  width: 100%;
}
.md section#client-area aside ul li {
  border-bottom: 1px solid #fff;
  color: #333;
  font: 400 18px 'Segoe UI';
  position: relative;
  text-align: right;
}
.md section#client-area aside ul li a {
  color: inherit;
  display: block;
  height: 100%;
  padding: 28px 130px 28px 0;
  width: 100%;
}
.md section#client-area aside ul li.active {
  background: #ffde00;
}
.md section#client-area aside ul li:hover {
  background: #ffde00;
}
.md section#client-area aside ul li:before {
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  content: '';
  height: 10px;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 10px;
}
.md section#client-area aside .logout {
  background: none;
  color: #999;
  cursor: pointer;
  font: 400 13px 'Segoe UI';
  margin-right: 90px;
  margin-top: 60px;
  text-transform: uppercase;
  padding-left: 32px;
  position: relative;
}
.md section#client-area aside .logout:hover {
  text-decoration: underline;
}
.md section#client-area aside .logout:before {
  background: url("../img/logout-icon.png") no-repeat center;
  background-size: cover;
  content: '';
  height: 21px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 21px;
}
.md section#client-area .form {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 60px 0 60px 70px;
  width: 75%;
}
.md section#client-area .form table {
  border-collapse: collapse;
  width: 650px;
}
.md section#client-area .form table tbody td {
  color: #333;
  border-bottom: 1px solid #e9e9e9;
  font: 400 14px 'Segoe UI';
  padding: 15px 30px;
}
.md section#client-area .form table tbody td:nth-child(1) {
  border-left: 1px solid #e9e9e9;
}
.md section#client-area .form table tbody td:nth-child(2),
.md section#client-area .form table tbody td:nth-child(3),
.md section#client-area .form table tbody td:nth-child(4),
.md section#client-area .form table tbody td:nth-child(5) {
  text-align: center;
}
.md section#client-area .form table tbody td:last-child {
  border-right: 1px solid #e9e9e9;
}
.md section#client-area .form table tbody td a {
  color: #84bde9;
}
.md section#client-area .form table tbody td a:hover {
  text-decoration: underline;
}
.md section#client-area .form table tbody td.delete {
  color: #84bde9;
  cursor: pointer;
}
.md section#client-area .form table tbody td.delete:hover {
  text-decoration: underline;
}
.md section#client-area .form table thead td {
  background: #333;
  color: #ffde00;
  font: 700 15px 'Segoe UI';
  text-align: center;
  padding: 15px 30px;
}
.md section#client-area .form table thead td:first-child {
  text-align: left;
}
.md section#client-area .form a.y.square {
  margin-bottom: 40px;
}
.md section#client-area .form .std-block {
  align-items: center;
  align-content: center;
  border-top: 10px solid #ffde00;
  border-right: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
  border-bottom: 2px solid #e9e9e9;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  padding: 40px 60px;
  position: relative;
  width: 650px;
}
.md section#client-area .form .std-block.drop {
  padding: 40px 60px;
  position: relative;
}
.md section#client-area .form .std-block.drop small {
  bottom: 20px;
  color: #333;
  display: none;
  font: 400 12px 'Segoe UI';
  position: absolute;
  left: 40px;
}
.md section#client-area .form .std-block.drop.active .details {
  display: flex;
}
.md section#client-area .form .std-block.drop.active small {
  display: block;
}
.md section#client-area .form .std-block.drop.active .frm-title:after {
  transform: translateY(-50%) rotate(225deg);
}
.md section#client-area .form .std-block.drop .frm-title {
  cursor: pointer;
  position: relative;
}
.md section#client-area .form .std-block.drop .frm-title:after {
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  content: '';
  height: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
}
.md section#client-area .form .std-block.drop button {
  position: absolute;
  bottom: 30px;
  left: 60px;
}
.md section#client-area .form .std-block.drop a.b {
  padding: 15px 30px;
  position: absolute;
  bottom: 30px;
  font: 700 16px/14px "Segoe UI";
  letter-spacing: initial;
  right: 60px;
}
.md section#client-area .form .std-block .frm-title {
  border-bottom: 1px solid #1a1a1a;
  color: #1a1a1a;
  font: 700 25px 'Segoe UI';
  margin-bottom: 30px;
  padding-bottom: 5px;
  width: 100%;
}
.md section#client-area .form .std-block label {
  display: block;
  margin-bottom: 10px;
  text-align: left;
  width: 100%;
}
.md section#client-area .form .std-block label span {
  color: #333;
  font: 400 15px 'Segoe UI';
  margin-bottom: 4px;
}
.md section#client-area .form .std-block label input[type='text'],
.md section#client-area .form .std-block label input[type='phone'],
.md section#client-area .form .std-block label input[type='password'] {
  border: 1px solid #e7e7e7;
  color: #333;
  font: 400 15px 'Segoe UI';
  height: 40px;
  padding-left: 15px;
  width: 100%;
}
.md section#client-area .form .std-block .radios {
  width: 100%;
}
.md section#client-area .form .std-block .radios span {
  color: #333;
  font: 400 15px 'Segoe UI';
  margin-bottom: 4px;
}
.md section#client-area .form .std-block .radios label {
  display: inline-block;
  margin-left: 15px;
  width: auto;
}
.md section#client-area .form .std-block .radios label span {
  margin-left: 10px;
}
.md section#client-area .form .std-block button {
  padding: 15px 30px;
  margin-top: 20px;
}
.md section#client-area .form .std-block .details {
  display: none;
  flex-direction: column;
  width: 100%;
}
.md section#client-area .form .std-block .details .information {
  background: #f1f1f1;
  margin-bottom: 25px;
  padding: 30px 30px 30px 110px;
  position: relative;
  width: 100%;
}
.md section#client-area .form .std-block .details .information:before {
  background: url("../img/info-icon.png") no-repeat center;
  background-size: cover;
  content: '';
  height: 37px;
  left: 35px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
}
.md section#client-area .form .std-block .details .information p {
  color: #333;
  font: 400 15px 'Segoe UI';
}
.md section#client-area .form .std-block .details span.medium-title {
  border-bottom: 1px solid #333;
  color: #333;
  font: 700 15px 'Segoe UI';
  margin-bottom: 10px;
  padding-bottom: 10px;
  width: 100%;
}
.md section#client-area .form .std-block .details .products {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  width: 100%;
}
.md section#client-area .form .std-block .details .products .product {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 20px;
  margin-bottom: 20px;
  width: 100%;
}
.md section#client-area .form .std-block .details .products .product:last-child {
  margin-bottom: 0;
}
.md section#client-area .form .std-block .details .products .product p {
  color: #333;
  font: 400 14px 'Segoe UI';
  margin-bottom: 7px;
}
.md section#client-area .form .std-block .details .products .product b {
  color: #333;
  font: 700 14px 'Segoe UI';
}
.md section#client-area .form .std-block .details .totals {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  width: 100%;
}
.md section#client-area .form .std-block .details .totals .total {
  border-bottom: 1px solid #e1e1e1;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
.md section#client-area .form .std-block .details .totals .total p {
  color: #333;
  font: 400 16px 'Segoe UI';
}
.md section#client-area .form .std-block .details .totals .total b {
  color: #333;
  font: 700 16px 'Segoe UI';
  text-transform: uppercase;
}
.md section#client-area .form .std-block .details .totals .total span {
  color: #333;
  font: 400 14px 'Segoe UI';
}
.ol-form-std {
  background: rgba(0,0,0,0.85);
  height: 100%;
  position: fixed;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.4s ease;
  visibility: hidden;
  width: 100%;
  z-index: -1;
}
.ol-form-std.active {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
.ol-form-std .form {
  background: #fff;
  border-top: 10px solid #ffde00;
  left: 50%;
  padding: 55px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: calc(50% + 30px);
  width: 562px;
}
.ol-form-std .form h4 {
  color: #fff;
  font: 300 35px 'Segoe UI';
  position: absolute;
  top: -22px;
  left: 0;
  transform: translateY(-100%);
}
.ol-form-std .form p {
  color: #1a1a1a;
  font: 400 21px/21px 'Segoe UI';
  margin-bottom: 10px;
}
.ol-form-std .form form {
  margin-bottom: 15px;
  text-align: center;
  width: 100%;
}
.ol-form-std .form form label {
  display: block;
  margin-bottom: 10px;
  text-align: left;
  width: 100%;
}
.ol-form-std .form form label span {
  color: #333;
  display: block;
  margin-bottom: 4px;
  font: 400 15px 'Segoe UI';
}
.ol-form-std .form form label input {
  border: 1px solid #ebebeb;
  height: 41px;
  font: 400 15px 'Segoe UI';
  padding-left: 10px;
  width: 100%;
}
.ol-form-std .form form button {
  cursor: pointer;
  display: inline-block;
  margin-top: 30px;
  padding: 20px 90px;
}
.ol-form-std .form > button {
  border-bottom: 1px solid #333;
  background: none;
  cursor: pointer;
  color: #333;
  display: block;
  font: 400 15px 'Segoe UI';
  margin: 0 auto;
  width: 60px;
}
@media (max-width: 1200px) {
  .zoomContainer {
    display: none !important;
  }
  .product .about .photos .large.ico::before {
    display: none !important;
  }
}
.description {
  background: #fff;
  min-height: 598px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media (min-width: 1201px) {
  .description {
    float: right;
  }
}
@media (max-width: 420px) {
  .description {
    padding: 0 20px;
  }
}
.description .text {
  align-items: flex-start;
  border: 1px solid #eaeaea;
  color: #999;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px;
  width: 100%;
}
@media (min-width: 1201px) {
  .description .text {
    float: left;
  }
}
@media (max-width: 1200px) {
  .description .text {
    padding: 20px;
  }
}
@media (max-width: 420px) {
  .description .text {
    flex-direction: column;
    padding: 20px;
  }
}
.description .text p {
  font: 400 15px/18px 'Segoe UI';
  margin-bottom: 20px;
}
.description .text h2 {
  color: #333;
  font: 700 15px 'Segoe UI';
}
.description .text .div,
.description .text .differencials {
  width: 49%;
}
@media (max-width: 420px) {
  .description .text .div,
  .description .text .differencials {
    width: 100%;
  }
}
.description .price,
.description .budget {
  border-bottom: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  display: flex;
  justify-content: space-between;
  padding: 40px 60px;
  width: 100%;
}
@media (max-width: 1200px) {
  .description .price,
  .description .budget {
    padding: 20px;
  }
}
.description .price p,
.description .budget p {
  color: #999;
  font: 400 16px 'Segoe UI';
}
.description .price p b,
.description .budget p b {
  color: #333;
  font: 700 27px 'Segoe UI';
}
.description .price button,
.description .budget button {
  padding: 0 85px;
}
.description .price button i {
  background: url("../img/black-cart-icon.png") no-repeat center;
  background-size: cover;
  display: inline-block;
  height: 13px;
  margin-right: 10px;
  width: 15px;
}
.description .budget {
  justify-content: space-around;
}
.description .budget button {
  padding: 15px 85px;
}
@media (max-width: 700px) {
  .description .budget button {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .description .budget button {
    padding: 15px 10px;
  }
}
.description .budget button i {
  background: url("../img/budget-icon.png") no-repeat center;
  background-size: cover;
  display: inline-block;
  height: 23px;
  margin-bottom: -4px;
  margin-right: 10px;
  width: 18px;
}
@media (max-width: 420px) {
  .description .budget button {
    font-size: 11px;
  }
}
.description .differencials {
  background: #f4f4f4;
  border-left: 4px solid #ffde00;
  padding: 25px 30px;
  width: 100%;
}
@media (min-width: 1201px) {
  .description .differencials {
    float: left;
  }
}
@media (max-width: 1200px) {
  .description .differencials {
    padding: 20px;
  }
}
.description .differencials li {
  color: #333;
  display: block;
  font: 400 13px/1.5 'Segoe UI';
  margin-top: 15px;
}
.description .differencials li:before {
  background: url("../img/sprite.png") -21px -56px no-repeat;
  content: '';
  float: left;
  height: 10px;
  margin: 6px 10px 0 0;
  width: 12px;
}
.description .links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 20px 0;
  width: 100%;
}
@media (min-width: 1201px) {
  .description .links {
    float: left;
  }
}
.description .links .manual {
  background: #d23333;
  border-bottom: 3px solid #a62929;
  color: #fff;
  height: auto;
  padding: 15px 30px 15px 70px;
}
.description .links .manual:active {
  border-bottom: 0;
}
.description .links .manual:before {
  background: url("../img/pdf-icon.png") no-repeat center;
  height: 18px;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
}
.description .links a {
  color: #999;
  font: 13px/13px 'Segoe UI';
  height: 36px;
  padding: 12px 0;
  position: relative;
}
.description .links a:hover {
  text-decoration: underline;
}
.description .links a:before {
  background-image: url("../img/sprite.png");
  content: '';
  position: absolute;
}
.description .links a:nth-child(2) {
  padding-left: 60px;
}
.description .links a:nth-child(2):before {
  background-position: -258px -187px;
  height: 25px;
  left: 28px;
  top: 8px;
  width: 23px;
}
.description .links a:nth-child(3) {
  clear: left;
  padding-left: 34px;
}
.description .links a:nth-child(3):before {
  background-position: -283px -189px;
  height: 22px;
  left: 0;
  top: 8px;
  width: 24px;
}
.description > button {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}
.product {
  width: 100%;
}
.product .alternative {
  background: #000;
  color: #fff;
  display: inline-block;
  line-height: 12px;
  margin-bottom: 5px;
  padding: 8px;
}
.product .alternative p {
  display: inline;
  font: 700 12px/9px 'Segoe UI';
}
.product .alternative p span.-subknowAs {
  color: #ffde00;
}
.product .alternative.-hidden {
  display: none;
}
@media (max-width: 1200px) {
  .product .sb-arrow {
    padding-top: 15px;
  }
}
@media (min-width: 1201px) {
  .product {
    float: left;
  }
}
.product .back {
  color: #84bde9;
  display: inline-block;
  font: 700 13px/13px 'Segoe UI';
  margin-top: 20px;
  width: 100%;
}
@media (min-width: 1201px) {
  .product .back {
    float: left;
  }
}
.product .back:hover {
  text-decoration: underline;
}
@media (max-width: 1200px) {
  .product .back {
    padding: 0 20px;
  }
}
.product .wrap > strong {
  color: #1a1a1a;
  display: block;
  font: 300 35px/35px 'Segoe UI';
  margin: 30px 0;
  width: 100%;
}
@media (min-width: 1201px) {
  .product .wrap > strong {
    float: left;
  }
}
@media (max-width: 1200px) {
  .product .wrap > strong {
    font-size: 25px;
    margin: 20px 0;
    padding: 0 20px;
  }
}
.product .about {
  width: 100%;
}
@media (min-width: 1201px) {
  .product .about {
    float: left;
    margin-bottom: 60px;
  }
}
@media (max-width: 1200px) {
  .product .about {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    padding: 0 10px;
  }
}
@media (max-width: 650px) {
  .product .about {
    flex-wrap: wrap;
    padding: 0 20px;
  }
}
@media (min-width: 650px) and (max-width: 1200px) {
  .product .about .photos,
  .product .about .content {
    margin: 0 10px;
  }
}
@media (min-width: 1201px) {
  .product .about .photos {
    float: left;
    width: 490px;
  }
}
@media (min-width: 651px) and (max-width: 900px) {
  .product .about .photos {
    width: 48%;
  }
}
@media (max-width: 650px) {
  .product .about .photos {
    width: 100%;
  }
}
.product .about .photos .large {
  border: 1px solid #eaeaea;
  height: 505px;
  position: relative;
  text-align: center;
  width: 100%;
}
@media (min-width: 1201px) {
  .product .about .photos .large {
    float: left;
  }
}
@media (max-width: 1200px) {
  .product .about .photos .large {
    height: auto;
    padding: 20px 0;
  }
}
@media (max-width: 650px) {
  .product .about .photos .large {
    padding: 0;
  }
}
.product .about .photos .large.ico:before {
  background: url("../img/sprite.png") -183px -124px no-repeat;
  content: '';
  height: 23px;
  left: 20px;
  position: absolute;
  top: 20px;
  width: 23px;
  z-index: 2;
}
.product .about .photos .large:after {
  border-bottom: 5px solid #ffde00;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  width: 100%;
}
.product .about .photos .large img,
.product .about .photos .large iframe {
  display: none;
}
.product .about .photos .large img.active,
.product .about .photos .large iframe.active {
  display: inline-block;
}
.product .about .photos .large img {
  max-width: 100%;
}
@media (max-width: 1200px) {
  .product .about .photos .large img {
    pointer-events: none;
  }
}
.product .about .photos .large iframe {
  height: 365px;
  margin-top: 70px;
  width: 100%;
}
.product .about .photos .thumbs {
  border: 1px solid #eaeaea;
  border-left-width: 0;
  float: left;
  margin-top: 8px;
  width: 100%;
}
@media (max-width: 1200px) {
  .product .about .photos .thumbs {
    display: flex;
  }
}
.product .about .photos .thumbs .thumb {
  border-left: 1px solid #eaeaea;
  cursor: pointer;
  float: left;
  height: 84px;
  overflow: hidden;
  position: relative;
  width: 163px;
}
@media (max-width: 1200px) {
  .product .about .photos .thumbs .thumb {
    flex-grow: 1;
    height: auto;
    text-align: center;
  }
}
.product .about .photos .thumbs .thumb img {
  display: block;
  max-width: 100%;
  pointer-events: none;
  transition: transform 0.3s;
}
@media (max-width: 1200px) {
  .product .about .photos .thumbs .thumb img {
    display: inline-block;
  }
}
@media (min-width: 1201px) {
  .product .about .photos .thumbs .thumb img {
    float: left;
  }
}
.product .about .photos .thumbs .thumb:hover img {
  transform: scale(1.1);
}
.product .about .photos .thumbs .thumb[data-type='video'] {
  background: #333;
}
.product .about .photos .thumbs .thumb[data-type='video']:after {
  background: url("../img/sprite.png") -220px -135px no-repeat;
  content: '';
  height: 50px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
}
.product .budget-btn {
  float: left;
  margin-bottom: 60px;
  width: 650px;
}
.product .content {
  background: #fff;
  min-height: 598px;
  overflow: hidden;
  position: relative;
  width: 650px;
}
@media (min-width: 1201px) {
  .product .content {
    float: right;
  }
}
.product .content .text {
  border: 1px solid #eaeaea;
  color: #999;
  padding: 10px;
  width: 100%;
}
@media (min-width: 1201px) {
  .product .content .text {
    float: left;
  }
}
@media (max-width: 1200px) {
  .product .content .text {
    padding: 20px;
  }
}
.product .content .text p {
  font: 400 15px/18px 'Segoe UI';
  margin-bottom: 20px;
}
.product .content .text h2 {
  color: #333;
  font: 700 15px 'Segoe UI';
}
.product .content .text .form.-frm-desc {
  background: #fff;
}
.product .content .text .form.-frm-desc span {
  margin-top: 8px;
}
.product .content .text .form.-frm-desc .how_to_be_contacted_list {
  display: flex;
  width: 100%;
}
.product .content .text .form.-frm-desc.active {
  height: 577px;
  padding: 0 40px;
}
@media (max-width: 420px) {
  .product .content .text .form.-frm-desc.active {
    height: 1000px;
    padding: 1px;
  }
  .product .content .text .form.-frm-desc.active .how_to_be_contacted_list {
    flex-wrap: wrap;
  }
}
.product .content .text .form.-frm-desc .wrap h2 {
  font-size: 30px;
  margin: 0;
}
.product .content .text .form.-frm-desc .wrap span,
.product .content .text .form.-frm-desc .wrap h2 {
  color: #333;
}
.product .content .text .form.-frm-desc .wrap span {
  margin-bottom: 18px;
}
.product .content .text .form.-frm-desc .wrap form {
  align-items: flex-start;
  border: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  padding-bottom: 60px;
}
@media (max-width: 420px) {
  .product .content .text .form.-frm-desc .wrap form button {
    font-size: 16px;
  }
}
.product .content .text .form.-frm-desc .wrap form p,
.product .content .text .form.-frm-desc .wrap form small {
  color: #333;
  width: 49%;
}
.product .content .text .form.-frm-desc .wrap form label {
  width: 49%;
}
.product .content .text .form.-frm-desc .wrap form label span {
  color: #333;
  margin-bottom: 10px;
}
.product .content .text .form.-frm-desc .wrap form label input,
.product .content .text .form.-frm-desc .wrap form label textarea,
.product .content .text .form.-frm-desc .wrap form label select {
  border: 1px solid #333;
  box-shadow: inset 0 4px 6px rgba(1,1,1,0.2);
}
.product .content .text .form.-frm-desc .wrap .email,
.product .content .text .form.-frm-desc .wrap .message {
  width: 100%;
}
.product .content .price,
.product .content .budget {
  border-bottom: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  display: flex;
  justify-content: space-between;
  padding: 40px 60px;
  width: 100%;
}
@media (max-width: 1200px) {
  .product .content .price,
  .product .content .budget {
    padding: 20px;
  }
}
.product .content .price p,
.product .content .budget p {
  color: #999;
  font: 400 16px 'Segoe UI';
}
.product .content .price p b,
.product .content .budget p b {
  color: #333;
  font: 700 27px 'Segoe UI';
}
.product .content .price button,
.product .content .budget button {
  padding: 0 85px;
}
.product .content .price button i {
  background: url("../img/black-cart-icon.png") no-repeat center;
  background-size: cover;
  display: inline-block;
  height: 13px;
  margin-right: 10px;
  width: 15px;
}
.product .content .budget {
  justify-content: space-around;
}
.product .content .budget button {
  padding: 15px 85px;
}
@media (max-width: 700px) {
  .product .content .budget button {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .product .content .budget button {
    padding: 15px 10px;
  }
}
.product .content .budget button i {
  background: url("../img/budget-icon.png") no-repeat center;
  background-size: cover;
  display: inline-block;
  height: 23px;
  margin-bottom: -4px;
  margin-right: 10px;
  width: 18px;
}
.product .content .differencials {
  background: #f4f4f4;
  border-left: 4px solid #ffde00;
  padding: 25px 30px;
  width: 100%;
}
@media (min-width: 1201px) {
  .product .content .differencials {
    float: left;
  }
}
@media (max-width: 1200px) {
  .product .content .differencials {
    padding: 20px;
  }
}
.product .content .differencials li {
  color: #333;
  display: block;
  font: 400 13px/1.5 'Segoe UI';
  margin-top: 15px;
}
.product .content .differencials li:before {
  background: url("../img/sprite.png") -21px -56px no-repeat;
  content: '';
  float: left;
  height: 10px;
  margin: 6px 10px 0 0;
  width: 12px;
}
.product .content .links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 20px 0;
  width: 100%;
}
@media (min-width: 1201px) {
  .product .content .links {
    float: left;
  }
}
.product .content .links .manual {
  background: #d23333;
  border-bottom: 3px solid #a62929;
  color: #fff;
  height: auto;
  padding: 15px 30px 15px 70px;
}
.product .content .links .manual:active {
  border-bottom: 0;
}
.product .content .links .manual:before {
  background: url("../img/pdf-icon.png") no-repeat center;
  height: 18px;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
}
.product .content .links a {
  color: #999;
  font: 13px/13px 'Segoe UI';
  height: 36px;
  padding: 12px 0;
  position: relative;
}
.product .content .links a:hover {
  text-decoration: underline;
}
.product .content .links a:before {
  background-image: url("../img/sprite.png");
  content: '';
  position: absolute;
}
.product .content .links a:nth-child(2) {
  padding-left: 60px;
}
.product .content .links a:nth-child(2):before {
  background-position: -258px -187px;
  height: 25px;
  left: 28px;
  top: 8px;
  width: 23px;
}
.product .content .links a:nth-child(3) {
  clear: left;
  padding-left: 34px;
}
.product .content .links a:nth-child(3):before {
  background-position: -283px -189px;
  height: 22px;
  left: 0;
  top: 8px;
  width: 24px;
}
.product .content > button {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}
.product .demonstration {
  background: url("../img/bg.jpg") center center no-repeat;
  cursor: pointer;
  height: 455px;
  margin-bottom: 65px;
  position: relative;
  transition: background 0.4s;
  width: 100%;
}
@media (min-width: 1201px) {
  .product .demonstration {
    float: left;
  }
}
.product .demonstration.active {
  background: #120f0e;
  cursor: default;
}
.product .demonstration.active strong {
  opacity: 0;
}
.product .demonstration.active iframe {
  opacity: 1;
  visibility: visible;
}
.product .demonstration:before {
  background: url("../img/pattern.png") repeat;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.product .demonstration .wrap {
  position: relative;
}
.product .demonstration h2 {
  color: #fff;
  margin-top: 20px;
  z-index: 2;
}
.product .demonstration h2:after {
  display: none;
}
.product .demonstration strong {
  color: #fff;
  font: 400 15px 'Segoe UI';
  left: 50%;
  position: absolute;
  text-align: center;
  top: 270px;
  transform: translateX(-83px);
  transition: opacity 0.4s;
  width: 165px;
  z-index: 3;
}
.product .demonstration strong:after {
  background: url("../img/sprite.png") -452px -100px no-repeat;
  content: '';
  height: 85px;
  left: 50%;
  position: absolute;
  top: -100px;
  transform: translateX(-50%);
  width: 86px;
}
.product .demonstration .wrap {
  position: relative;
}
.product .demonstration iframe {
  height: 350px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 60px;
  transition: all 0.4s 0.3s;
  visibility: hidden;
  width: 100%;
}
.product .technical-data {
  margin-bottom: 90px;
  width: 100%;
}
@media (max-width: 1200px) {
  .product .technical-data {
    padding: 0 20px;
  }
}
@media (min-width: 1201px) {
  .product .technical-data {
    float: left;
  }
}
.product .technical-data h2 {
  color: #1a1a1a;
}
@media (min-width: 1201px) {
  .product .technical-data h2 {
    margin-top: 20px;
  }
}
.product .technical-data h2:after {
  display: none;
}
.product .technical-data table {
  border-spacing: 0;
  margin-top: 35px;
  width: 100%;
}
@media (min-width: 1201px) {
  .product .technical-data table {
    float: left;
  }
}
.product .technical-data table td {
  border-bottom: 1px solid #fff;
  padding-left: 20px;
}
@media (max-width: 1200px) {
  .product .technical-data table td {
    font: 15px 'Segoe UI';
    padding: 10px;
  }
}
@media (min-width: 1201px) {
  .product .technical-data table td {
    font: 14px 'Segoe UI';
    height: 43px;
  }
}
.product .technical-data table td:nth-child(1) {
  background: #ffde00;
  font-weight: 700;
  width: 320px;
}
.product .technical-data table td:nth-child(2) {
  background: #eaeaea;
  width: 982px;
}
.product .similar-products {
  background: #eaeaea;
  margin-bottom: 50px;
  width: 100%;
}
@media (min-width: 1201px) {
  .product .similar-products {
    float: left;
  }
}
.product .similar-products .wrap > h2 {
  color: #1a1a1a;
  margin-top: 20px;
}
.product .similar-products .wrap > h2:after {
  display: none;
}
.product .similar-products .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 30px 0 55px;
  width: 100%;
}
.product .relational-content {
  width: 100%;
}
@media (min-width: 1201px) {
  .product .relational-content {
    float: left;
  }
}
.product .relational-content .wrap > h2 {
  color: #1a1a1a;
  margin-top: 20px;
}
@media (max-width: 1200px) {
  .product .relational-content .wrap > h2 {
    margin-top: 0;
  }
}
.product .relational-content .wrap > h2:after {
  display: none;
}
.product .relational-content .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-top: 45px;
  width: 100%;
}
@media (max-width: 1200px) {
  .product .relational-content .items {
    justify-content: center;
    padding: 30px 10px;
  }
  .product .relational-content .items .large-blog {
    margin: 0 10px 30px;
  }
}
@media (min-width: 1201px) {
  .product .relational-content .items .large-blog {
    margin: 0 27px 45px 0;
  }
  .product .relational-content .items .large-blog:nth-child(3n) {
    margin-right: 0;
  }
}
.product ~ .benefits {
  margin-top: 35px;
}
.product-specifications {
  height: 0;
  overflow: hidden;
  width: 100%;
}
.product-specifications.active {
  height: auto;
}
.product-specifications .title {
  border-bottom: 5px solid #ffde00;
  padding-bottom: 5px;
  width: 885px;
}
.product-specifications .title span {
  color: #1a1a1a;
  font: 300 25px 'Segoe UI';
  margin-right: 10px;
}
.product-specifications .title small {
  color: #ff2323;
  font: 400 13px 'Segoe UI';
}
.product-specifications .box {
  background: #f4f4f4;
  padding: 55px 0;
  width: 100%;
}
.product-specifications .box .specifications {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.product-specifications .box .specifications .img {
  display: flex;
  flex-direction: column;
}
.product-specifications .box .specifications .img img {
  margin-bottom: 15px;
}
.product-specifications .box .specifications .img p {
  color: #1a1a1a;
  font: 400 13px 'Segoe UI';
}
.product-specifications .box .specifications .img p b {
  font: 700 15px 'Segoe UI';
}
.product-specifications .box .fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 485px;
}
.product-specifications .box .fields .not-found {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  width: 100%;
}
.product-specifications .box .fields .not-found .text {
  width: 420px;
}
.product-specifications .box .fields .not-found .text p {
  color: #333;
  font: 300 18px 'Segoe UI';
}
.product-specifications .box .fields .not-found .text span {
  color: #333;
  font: 400 14px 'Segoe UI';
}
.product-specifications .box .fields .not-found .text span a {
  color: #84bde8;
  cursor: pointer;
  text-decoration: underline;
}
.product-specifications .box .fields label {
  margin-bottom: 20px;
  width: 213px;
}
.product-specifications .box .fields label:nth-last-of-type(1),
.product-specifications .box .fields label:nth-last-of-type(2) {
  margin-bottom: 0;
}
.product-specifications .box .fields label span {
  color: #333;
  display: inline-block;
  font: 400 15px 'Segoe UI';
  margin-bottom: 3px;
}
.product-specifications .box .fields label select {
  -moz-appearance: none;
       appearance: none;
  background: #fff url("../img/select-bg.png") no-repeat calc(100% - 15px) center;
  border: 1px solid #d7d7d7;
  color: #333;
  font: 400 14px 'Segoe UI';
  height: 32px;
  padding-left: 10px;
  width: 100%;
  -webkit-appearance: none;
}
.product-specifications .box hr {
  background: #cfcfcf;
  height: 320px;
  width: 1px;
}
.product-specifications .box .total {
  display: flex;
  flex-direction: column;
}
.product-specifications .box .total p {
  color: #999;
  font: 400 16px 'Segoe UI';
  margin-bottom: 25px;
}
.product-specifications .box .total p b {
  color: #333;
  font: 700 27px 'Segoe UI';
}
.product-specifications .box .total button {
  margin-bottom: 10px;
}
.product-specifications .box .total small {
  color: #333;
  font: 400 13px 'Segoe UI';
}
.product-specifications .box .total small b {
  font-weight: 700;
}
.internal-product-page .form {
  background: #333;
  height: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  transition: 0.4s all 0.6s;
  width: 100%;
}
@media (min-width: 1201px) {
  .internal-product-page .form {
    float: left;
  }
}
.internal-product-page .form.active {
  height: 960px;
  padding: 30px 40px;
}
@media (max-width: 700px) {
  .internal-product-page .form.active {
    height: auto;
    padding: 20px;
  }
}
.internal-product-page .form h2 {
  color: #fff;
  font: 300 35px/1 'Segoe UI';
  margin: 15px auto 20px;
  max-width: 591px;
  width: 100%;
}
@media (max-width: 700px) {
  .internal-product-page .form h2 {
    font-size: 20px;
    font-weight: bold;
  }
}
.internal-product-page .form span {
  color: #fff;
  display: block;
  font: 300 20px/1 'Segoe UI';
  margin: 15px auto 20px;
  max-width: 591px;
  width: 100%;
}
@media (max-width: 700px) {
  .internal-product-page .form span {
    font-size: 14px;
    margin: 0 0 20px;
  }
}
.internal-product-page .form span b {
  font-size: 20px;
  font-weight: 800;
}
@media (max-width: 700px) {
  .internal-product-page .form span b {
    font-size: 14px;
  }
}
.internal-product-page .form .wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.internal-product-page .form form {
  border: 1px solid #f4f4f4;
  max-width: 591px;
  padding: 50px 50px 90px;
  position: relative;
  width: 100%;
}
@media (max-width: 700px) {
  .internal-product-page .form form {
    border: none;
    margin-top: 10px;
    padding: 0;
  }
}
.internal-product-page .form form:after {
  background: url("../img/form-arrow.png") no-repeat center;
  content: '';
  height: 99px;
  position: absolute;
  right: 30px;
  top: -70px;
  width: 96px;
}
@media (max-width: 700px) {
  .internal-product-page .form form:after {
    display: none;
  }
}
.internal-product-page .form form p {
  color: #fff;
  float: left;
  font: 700 20px/20px 'Segoe UI';
}
@media (max-width: 700px) {
  .internal-product-page .form form p {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 20px;
  }
}
.internal-product-page .form form small {
  color: #ffde00;
  float: right;
  font: italic 12px/12px 'Segoe UI';
}
.internal-product-page .form form label {
  clear: left;
  float: left;
  margin-bottom: 6px;
  width: 100%;
}
@media (max-width: 500px) {
  .internal-product-page .form form label {
    width: 100% !important;
  }
}
.internal-product-page .form form label.error input,
.internal-product-page .form form label.error textarea {
  box-shadow: inset 0 2px 3px rgba(255,0,0,0.5) !important;
}
.internal-product-page .form form label span {
  color: #ccc;
  float: left;
  font: 400 15px 'Segoe UI';
  margin-bottom: 4px;
}
.internal-product-page .form form label span b {
  color: #ffde00;
  font: italic 12px/12px 'Segoe UI';
}
.internal-product-page .form form label input,
.internal-product-page .form form label textarea,
.internal-product-page .form form label select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  box-shadow: inset 0 2px 3px rgba(1,1,1,0.2);
  color: #666;
  float: left;
  font: 400 15px 'Segoe UI';
  height: 33px;
  padding-left: 5px;
  width: 100%;
}
.internal-product-page .form form label textarea {
  height: 50px;
  padding-top: 10px;
  resize: none;
}
.internal-product-page .form form .select {
  height: 33px;
}
.internal-product-page .form form .select strong {
  font: 400 15px 'Segoe UI';
  margin: 5px 0 0 5px;
}
.internal-product-page .form form hr {
  border-bottom: 1px solid #f4f4f4;
  float: left;
  margin: 15px 0;
  width: 100%;
}
.internal-product-page .form form button {
  background: #fac710;
  color: #fff;
  cursor: pointer;
  font: 400 25px 'Segoe UI';
  height: 60px;
  padding-left: 40px;
  text-align: left;
  transition: all 0.3s;
  width: 100%;
}
@media (min-width: 701px) {
  .internal-product-page .form form button {
    bottom: 0;
    left: 0;
    position: absolute;
  }
}
@media (max-width: 700px) {
  .internal-product-page .form form button {
    font-size: 20px;
    margin-top: 20px;
  }
}
.internal-product-page .form form button:after {
  border-color: #fff;
  float: right;
  height: 18px;
  margin: 7px 40px 0 0;
  transition: border 0.3s;
  width: 18px;
}
.internal-product-page .form form button:hover {
  background: #fac710;
  color: #fff;
}
.internal-product-page .form form button:hover:after {
  border-color: inherit;
}
.internal-product-page .form form button.sending {
  background: #005bd7;
  pointer-events: none;
}
.internal-product-page .form form button.success {
  background: #36b52e;
}
.internal-product-page .form form button.error {
  background: #b52e2e;
}
.internal-product-page .form form button.success,
.internal-product-page .form form button.error {
  color: #fff;
  pointer-events: none;
}
.internal-product-page .form form button.success:after,
.internal-product-page .form form button.error:after {
  border-color: #fff;
}
.internal-product-page .form form .fields {
  float: left;
  width: 100%;
}
.internal-product-page .form form .fields label {
  clear: left;
  float: left;
  width: 100%;
}
.internal-product-page .form form .fields label:nth-child(1) input {
  width: 150px;
}
.internal-product-page .form form .fields label:nth-child(2) input {
  width: 150px;
}
.internal-product-page .form form .fields label:nth-child(3) input {
  width: 240px;
}
.internal-product-page .form form .fields label:nth-child(4) input {
  width: 280px;
}
.products-index {
  width: 100%;
}
@media (min-width: 1201px) {
  .products-index {
    background: #eaeaea;
    float: left;
    margin-top: 86px;
  }
}
@media (min-width: 1201px) {
  .products-index .wrap > b {
    display: none;
  }
}
.products-index .wrap > h2 {
  display: block;
}
@media (min-width: 1201px) {
  .products-index .wrap > h2 {
    color: #1a1a1a;
    font-size: 35px;
  }
  .products-index .wrap > h2:after {
    border-top-color: #fff;
    border-width: 15px;
    bottom: -55px;
    content: '';
  }
}
.products-index button {
  float: right;
  margin-top: -45px;
}
@media (max-width: 1200px) {
  .products-index button {
    display: none;
  }
}
.products-index img {
  display: block;
  max-width: 100%;
}
.products-index .category-menu {
  margin-bottom: 30px;
}
.products-index .category-menu h3 {
  display: none;
}
.products-index .slc-segments {
  margin-top: 10px;
  max-width: 300px;
  padding: 20px;
  width: 100%;
}
.products-index .slc-segments select {
  border: 1px solid #797979;
  font: 16px 'Segoe UI';
  height: 50px;
  margin-bottom: 20px;
  padding: 0 20px;
  width: 100%;
}
@media (min-width: 1201px) {
  .products-index .slc-segments {
    display: none;
  }
}
.products-index .segments-menu {
  float: left;
  margin: 36px 0 20px 0;
  width: 100%;
}
.products-index .segments-menu > h3 {
  display: none;
}
@media (max-width: 1200px) {
  .products-index .segments-menu {
    display: none;
  }
}
.products-index .segments-menu a {
  border: 1px solid #999;
  color: #333;
  display: inline-block;
  font: 700 14px/13px 'Segoe UI';
  margin: 0 10px 10px 0;
  padding: 10px 15px;
  transition: background 0.3s;
}
.products-index .segments-menu a.active,
.products-index .segments-menu a:hover {
  background: #ffde00;
}
.products-index .products-list {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 80px;
  position: relative;
  width: 100%;
}
@media (min-width: 1201px) {
  .products-index .products-list {
    float: left;
    justify-content: flex-start;
  }
}
@media (max-width: 1200px) {
  .products-index .products-list {
    padding: 0 20px 80px;
  }
}
@media (min-width: 401px) and (max-width: 1200px) {
  .products-index .products-list {
    justify-content: center;
  }
}
@media (max-width: 400px) {
  .products-index .products-list {
    justify-content: space-between;
  }
}
.products-index .products-list[data-lang='pt'] .image.more-applied:before {
  background: url("../img/more-applied-pt.png") 0 0/100% 100% no-repeat;
}
.products-index .products-list[data-lang='pt'] .image.only-velki:before {
  background: url("../img/only-velki-pt.png") 0 0/100% 100% no-repeat;
}
.products-index .products-list[data-lang='en'] .image.more-applied:before {
  background: url("../img/more-applied-en.png") 0 0/100% 100% no-repeat;
}
.products-index .products-list[data-lang='en'] .image.only-velki:before {
  background: url("../img/only-velki-en.png") 0 0/100% 100% no-repeat;
}
.products-index .products-list[data-lang='es'] .image.more-applied:before {
  background: url("../img/more-applied-es.png") 0 0/100% 100% no-repeat;
}
.products-index .products-list[data-lang='es'] .image.only-velki:before {
  background: url("../img/only-velki-es.png") 0 0/100% 100% no-repeat;
}
.products-index .products-list.active:after {
  background: url("../img/load.gif") center bottom no-repeat;
  bottom: 20px;
  content: '';
  height: 45px;
  left: 50%;
  position: absolute;
  transform: translateX(-22.5px);
  width: 45px;
}
.products-index ~ .benefits {
  margin-top: 40px;
}
@media (max-width: 1200px) {
  .list-of-products .products-list {
    padding-top: 25px;
  }
}
@media (min-width: 1201px) {
  .list-of-products .products-list {
    padding-top: 50px;
  }
}
.reg-pg section.content {
  float: left;
  padding: 30px 0;
}
.reg-pg section.content .wrap > p {
  color: #1a1a1a;
  font: 400 18px 'Segoe UI';
  margin-top: 15px;
}
.reg-pg section.content h1.tt {
  float: none !important;
}
.reg-pg section.content .form {
  margin: 20px auto 0;
  width: 760px;
}
.reg-pg section.content .form p {
  color: #1a1a1a;
  font: 400 18px 'Segoe UI';
  margin-bottom: 10px;
}
.reg-pg section.content .form p b {
  font-weight: 700;
}
.reg-pg section.content .form form {
  border-top: 10px solid #ffde00;
  box-shadow: 2px 2px 2px 2px rgba(219,218,219,0.8);
  display: flex;
  flex-direction: column;
  padding: 65px 100px;
  width: 100%;
}
.reg-pg section.content .form form h5 {
  border-bottom: 1px solid #1a1a1a;
  color: #1a1a1a;
  font: 700 25px 'Segoe UI';
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.reg-pg section.content .form form small {
  color: #ff2323;
  font: 400 14px 'Segoe UI';
  margin-bottom: 10px;
}
.reg-pg section.content .form form label {
  display: block;
  margin-bottom: 10px;
  text-align: left;
  width: 100%;
}
.reg-pg section.content .form form label span {
  color: #333;
  font: 400 15px 'Segoe UI';
  margin-bottom: 4px;
}
.reg-pg section.content .form form label input[type='text'],
.reg-pg section.content .form form label input[type='phone'],
.reg-pg section.content .form form label input[type='password'],
.reg-pg section.content .form form label input[type='email'] {
  border: 1px solid #e7e7e7;
  color: #333;
  font: 400 15px 'Segoe UI';
  height: 40px;
  padding-left: 15px;
  width: 100%;
}
.reg-pg section.content .form form .radios {
  width: 100%;
}
.reg-pg section.content .form form .radios span {
  color: #333;
  font: 400 15px 'Segoe UI';
  margin-bottom: 4px;
}
.reg-pg section.content .form form .radios label {
  display: inline-block;
  margin-left: 15px;
  width: auto;
}
.reg-pg section.content .form form .radios label span {
  margin-left: 10px;
}
.reg-pg section.content .form form button {
  padding: 15px 30px;
  margin-top: 20px;
}
#liveagent_button_online_5731I0000001Gus,
#liveagent_button_offline_5731I0000001Gus {
  position: fixed;
  bottom: 0;
  left: 15px;
  z-index: 20;
}
.satisfaction {
  background: #eaeaea;
  float: left;
  margin-top: 110px;
  padding-bottom: 60px;
  width: 100%;
}
.satisfaction h1 {
  color: #1a1a1a;
  font-size: 35px;
  margin-top: -105px;
}
.satisfaction h1:after {
  border-top-color: #fff;
  border-width: 15px;
  bottom: -55px;
}
.satisfaction .wrap > p {
  color: #333;
  font: 300 25px 'Segoe UI';
  margin-top: 60px;
  float: letter-spacing;
}
.satisfaction form {
  float: left;
  margin-top: 80px;
  width: 100%;
}
.satisfaction form .emotions {
  float: left;
  text-align: center;
  width: 100%;
}
.satisfaction form .emotions label {
  cursor: pointer;
  display: inline-block;
  margin: 0 20px;
  height: 210px;
  position: relative;
  vertical-align: top;
  width: 160px;
}
.satisfaction form .emotions label:nth-of-type(2) strong,
.satisfaction form .emotions label:nth-of-type(3) strong,
.satisfaction form .emotions label:nth-of-type(4) strong {
  bottom: 45px;
}
.satisfaction form .emotions label:before {
  background-image: url("../img/emotions.png");
  content: '';
  position: absolute;
  top: 17px;
  left: 50%;
  transform: translateX(-50%);
  height: 115px;
  width: 105px;
}
.satisfaction form .emotions label:nth-of-type(1):before {
  background-position: 0 0;
}
.satisfaction form .emotions label:nth-of-type(2):before {
  background-position: -108px 0;
}
.satisfaction form .emotions label:nth-of-type(3):before {
  background-position: -216px 0;
}
.satisfaction form .emotions label:nth-of-type(4):before {
  background-position: -324px 0;
}
.satisfaction form .emotions label:nth-of-type(5):before {
  background-position: -432px 0;
}
.satisfaction form .emotions strong {
  color: #333;
  font: bold 22px/21px 'Segoe UI';
  position: absolute;
  left: 0;
  bottom: 35px;
  width: 100%;
}
.satisfaction form .emotions div {
  position: absolute;
  outline: 1px solid #11b108;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s;
  width: 100%;
}
.satisfaction form .emotions div:after {
  background: #eaeaea url("../img/correct.png") center center no-repeat;
  content: '';
  position: absolute;
  bottom: -35px;
  left: 50%;
  height: 58px;
  width: 83px;
  transform: translateX(-50%);
}
.satisfaction form .emotions input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.satisfaction form .emotions input:checked ~ div {
  opacity: 1;
}
.satisfaction form .message {
  float: left;
  margin-top: 80px;
  width: 100%;
}
.satisfaction form .message span {
  color: #333;
  font: 20px 'Segoe UI';
}
.satisfaction form .message textarea {
  color: #333;
  box-shadow: inset 0px 2px 2px #d2d2d2;
  float: left;
  height: 150px;
  margin-top: 10px;
  font: 15px 'Open Sans';
  padding: 15px 0 0 15px;
  resize: none;
  width: 100%;
}
.satisfaction form .permission {
  cursor: pointer;
  float: right;
  margin-top: 50px;
  position: relative;
}
.satisfaction form .permission:hover span {
  text-decoration: underline;
}
.satisfaction form .permission div {
  background: #fff;
  float: left;
  position: relative;
  box-shadow: inset 0px 2px 2px #d2d2d2;
  height: 22px;
  margin-right: 10px;
  width: 22px;
}
.satisfaction form .permission div:after {
  background: url("../img/sprite.png") -309px -182px no-repeat;
  content: '';
  position: absolute;
  top: -6px;
  left: 3px;
  opacity: 0;
  transition: opacity 0.3s;
  height: 24px;
  width: 27px;
}
.satisfaction form .permission input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.satisfaction form .permission input:checked ~ div:after {
  opacity: 1;
}
.satisfaction form .permission span {
  color: #999;
  font: 16px 'Segoe UI';
  float: right;
}
.satisfaction form button {
  float: left;
  border-radius: 0;
  cursor: pointer;
  height: 53px;
  margin-top: 30px;
  text-transform: none;
  text-align: left;
  font: 20px 'Segoe UI';
  padding: 0 0 0 25px;
  width: 467px;
}
.satisfaction form button.error,
.satisfaction form button.success,
.satisfaction form button.sending {
  pointer-events: none;
}
.satisfaction form button.success {
  background: #36b52e;
}
.satisfaction form button.error {
  background: #b52e2e;
}
.satisfaction form button.success,
.satisfaction form button.error {
  color: #fff;
}
.satisfaction form button.success:after,
.satisfaction form button.error:after {
  display: none;
}
.satisfaction form button:hover {
  text-decoration: none;
}
.satisfaction form button:after {
  border-right-width: 3px;
  border-bottom-width: 3px;
  margin: 10px 25px 0 0;
  height: 11px;
  width: 11px;
}
.search {
  background: #eaeaea;
  padding-bottom: 70px;
  width: 100%;
}
@media (min-width: 1201px) {
  .search {
    float: left;
    margin-top: 86px;
  }
}
@media (min-width: 1201px) {
  .search .wrap > h2 {
    color: #1a1a1a;
    font-size: 35px;
    width: 80%;
  }
  .search .wrap > h2:after {
    border-top-color: #fff;
    border-width: 15px;
    bottom: -55px;
    content: '';
  }
}
.search .only-images {
  float: right;
  margin-top: -50px;
}
@media (min-width: 1201px) {
  .search .only-images {
    display: none;
  }
}
.search .search-results {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  width: 100%;
}
@media (min-width: 1201px) {
  .search .search-results {
    float: left;
    justify-content: flex-start;
  }
}
@media (max-width: 1200px) {
  .search .search-results {
    padding: 30px 20px;
  }
}
@media (min-width: 401px) and (max-width: 1200px) {
  .search .search-results {
    justify-content: center;
  }
}
@media (max-width: 400px) {
  .search .search-results {
    justify-content: space-between;
  }
}
.search-again {
  float: left;
  padding: 70px 0;
  width: 100%;
}
@media (max-width: 1200px) {
  .search-again {
    display: none;
  }
}
.search-again h2 {
  color: #333;
  float: left;
  font: 300 27px/20px 'Segoe UI';
}
.search-again .search-box {
  width: 100%;
}
.search-again .search-box input {
  width: 1092px;
}
.sent-budget .sent-product {
  float: left;
  padding: 90px 0;
  width: 100%;
}
.sent-budget .sent-product .wrap {
  padding-left: 95px;
}
.sent-budget .sent-product .box-sent-product {
  float: left;
  width: 270px;
}
.sent-budget .sent-product .box-sent-product .image {
  border: 1px solid #c3c3c3;
  float: left;
  height: 225px;
  text-align: center;
  width: 100%;
}
.sent-budget .sent-product .box-sent-product .image img {
  display: inline-block;
  max-height: 100%;
}
.sent-budget .sent-product .box-sent-product .text {
  float: left;
  margin-top: 10px;
  width: 100%;
}
.sent-budget .sent-product .box-sent-product .text h2 {
  color: #333;
  font: 700 14px 'Segoe UI';
}
.sent-budget .sent-product .box-sent-product .text strong {
  color: #1a1a1a;
  font: 14px 'Segoe UI';
}
.sent-budget .sent-product .infos-budget {
  float: right;
  margin-right: 50px;
  width: 620px;
}
.sent-budget .sent-product .infos-budget h1 {
  float: none;
  margin: 0;
}
.sent-budget .sent-product .infos-budget p {
  color: #999;
  font: 22px 'Segoe UI';
  margin-top: 20px;
}
.sent-budget .sent-product .infos-budget strong {
  color: #999;
  display: block;
  font: 18px 'Segoe UI';
  margin-top: 20px;
}
.sent-budget .sent-product .infos-budget nav {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  width: 270px;
}
.sent-budget .sent-product .infos-budget nav a {
  color: #7cb9e6;
  font: 700 14px 'Segoe UI';
  display: block;
  margin-bottom: 10px;
}
.sent-budget .sent-product .infos-budget nav a:hover {
  text-decoration: underline;
}
.simple-pages {
  float: left;
  width: 100%;
}
.simple-pages #containment {
  padding: 0;
}
.simple-pages #containment > h1 {
  display: none;
}
.simple-pages .wrap {
  padding: 0 100px;
}
.simple-pages section {
  float: left;
  width: 100%;
}
.simple-pages .title {
  background: #ffde00;
  float: left;
  height: 195px;
  width: 100%;
}
.simple-pages .title h2 {
  color: #1a1a1a;
  float: left;
  font: 300 35px/39px 'Segoe UI';
  margin-top: 55px;
}
.simple-pages .title a {
  border: 1px solid #333;
  cursor: pointer;
  float: right;
  font: 300 35px/28px 'Segoe UI';
  height: 55px;
  margin-top: 60px;
  padding: 10px 25px 0 25px;
  position: relative;
  transition: background 0.3s;
  width: 70px;
}
.simple-pages .title a:hover {
  background: #f5d400;
}
.simple-pages .steps {
  background: #333;
  float: left;
  width: 100%;
}
.simple-pages .steps .step {
  float: left;
  margin-top: 80px;
  width: 100%;
}
.simple-pages .steps .step small {
  color: #ffde00;
  float: left;
  font: 700 15px/32px 'Segoe UI';
}
.simple-pages .steps .step .content-step {
  border: 1px solid #e1e1e1;
  float: left;
  min-height: 222px;
  position: relative;
  width: 100%;
}
.simple-pages .steps .step .content-step:after {
  content: '';
  position: absolute;
}
.simple-pages .steps .step .content-step h3 {
  color: #ffde00;
  font: 300 25px/38px 'Segoe UI';
}
.simple-pages .steps .step .content-step p {
  color: #fff;
  font: 300 18px/22px 'Segoe UI';
}
.simple-pages .other-page {
  background: #ffde00;
  float: left;
  height: 310px;
  width: 100%;
}
.simple-pages .other-page h2 {
  color: #1a1a1a;
  float: left;
  font: 300 35px/39px 'Segoe UI';
  margin-top: 150px;
}
.simple-pages .other-page a {
  border: 1px solid #333;
  float: right;
  font: 300 35px/28px 'Segoe UI';
  height: 71px;
  position: relative;
  transition: background 0.3s;
  width: 71px;
}
.simple-pages .other-page a:hover {
  background: #f5d400;
}
.simple-pages .other-page a:after {
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  content: '';
  height: 23px;
  left: 16px;
  position: absolute;
  top: 23px;
  transform: rotate(-45deg);
  width: 23px;
}
.simple-pages .categories-line {
  margin: 70px 0 60px 0;
}
.simple-pages .categories-line .wrap {
  padding: 0;
}
.shipping .other-page a {
  margin-top: 155px;
}
.shipping .step:nth-child(1) .text {
  float: left;
  margin: 30px 0 0 70px;
  width: 385px;
}
.shipping .step:nth-child(1) .content-step:after {
  background: url("../img/simple-pages/step-1-shipping.png") 0 0 no-repeat;
  height: 383px;
  right: 90px;
  top: -60px;
  width: 415px;
}
.shipping .step:nth-child(2) .text {
  float: right;
  margin: 55px 75px 0 0;
  width: 410px;
}
.shipping .step:nth-child(2) .content-step:after {
  background: url("../img/simple-pages/step-2-shipping.png") 0 0 no-repeat;
  height: 294px;
  left: 60px;
  top: -20px;
  width: 317px;
}
.shipping .step:nth-child(3) .text {
  float: left;
  margin: 30px 0 0 45px;
  width: 380px;
}
.shipping .step:nth-child(3) .content-step:after {
  background: url("../img/simple-pages/step-3-shipping.png") 0 0 no-repeat;
  height: 311px;
  right: 60px;
  top: -60px;
  width: 507px;
}
.shipping .step:nth-child(4) .text {
  float: right;
  margin: 60px 150px 0 0;
  width: 320px;
}
.shipping .step:nth-child(4) .content-step {
  border: 0;
}
.shipping .step:nth-child(4) .content-step:after {
  background: url("../img/simple-pages/step-4-shipping.png") 0 0 no-repeat;
  bottom: -80px;
  height: 316px;
  left: 190px;
  width: 235px;
}
.consultancy .steps {
  padding-bottom: 100px;
}
.consultancy .other-page {
  height: 225px;
}
.consultancy .other-page h2 {
  margin-top: 70px;
}
.consultancy .other-page a {
  margin-top: 75px;
}
.consultancy .step:nth-child(1) .text {
  float: left;
  margin: 40px 0 0 45px;
  width: 415px;
}
.consultancy .step:nth-child(1) .content-step:after {
  background: url("../img/simple-pages/step-1-consultancy.png") 0 0 no-repeat;
  height: 330px;
  right: -25px;
  top: -55px;
  width: 511px;
}
.consultancy .step:nth-child(2) .text {
  float: right;
  margin: 65px 60px 0 0;
  width: 415px;
}
.consultancy .step:nth-child(2) .content-step:after {
  background: url("../img/simple-pages/step-2-consultancy.png") 0 0 no-repeat;
  height: 346px;
  left: 70px;
  top: -75px;
  width: 352px;
}
.consultancy .step:nth-child(3) .text {
  float: left;
  margin: 30px 0 0 70px;
  width: 430px;
}
.consultancy .step:nth-child(3) .content-step:after {
  background: url("../img/simple-pages/step-3-consultancy.png") 0 0 no-repeat;
  height: 345px;
  right: 150px;
  top: -70px;
  width: 206px;
}
.whatsapp {
  bottom: 20px;
  position: fixed;
  left: 20px;
  z-index: 999999999;
}
.whatsapp a {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.whatsapp a p {
  background: #05b94e;
  border-radius: 7px 7px 0 7px;
  color: #fff;
  display: block;
  font: normal 11px 'Segoe UI';
  margin-top: 5px;
  padding: 8px;
  position: absolute;
  left: 45px;
  top: -34px;
  width: 140px;
}
.whatsapp a p:after {
  background: #05b94e;
  content: '';
  display: block;
  height: 10px;
  position: absolute;
  right: 0;
  top: 19px;
  width: 10px;
}
.whatsapp a img {
  height: 40px;
  width: 40px;
}
.banners {
  height: 435px;
  position: relative;
  width: 100%;
  z-index: 9;
}
.banners .mobile {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (max-width: 1151px) {
  .banners .mobile {
    display: block;
  }
}
.banners .banner {
  align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.6s ease-in-out;
  width: 100%;
  z-index: 100;
}
.banners .banner.__active {
  opacity: 1;
  z-index: 200;
}
.banners .banner.__active .block {
  margin-left: 0 !important;
  opacity: 1 !important;
}
.banners .banner .__wrap {
  align-items: center;
  display: flex;
  height: 100%;
  width: 1152px;
}
.banners .banner .__wrap .block {
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 100px;
  opacity: 0;
  transition: all 0.8s 0.5s ease-in-out;
}
@media (max-width: 1151px) {
  .banners .banner .__wrap .block {
    display: none;
  }
}
.banners .banner .__wrap .block .tagline {
  color: #fff;
  font-family: 'Segoe UI';
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
.banners .banner .__wrap .block .content {
  color: #000;
  font-family: 'Segoe UI';
  font-size: 40px;
  font-weight: bold;
  text-shadow: 0 0 2px rgba(0,0,0,0.2);
  text-transform: uppercase;
}
.banners .banner .__wrap .block .cta {
  background: #ffde00;
  border-radius: 10px;
  color: #000;
  font-family: 'Segoe UI';
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
  padding: 10px 38px 10px 30px;
  position: relative;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  width: -moz-fit-content;
  width: fit-content;
}
.banners .banner .__wrap .block .cta:empty {
  display: none;
}
.banners .banner .__wrap .block .cta:hover {
  transform: scale(1.05);
}
.banners .banner .__wrap .block .cta::after {
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  content: '';
  height: 8px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 8px;
}
.banners .controls {
  bottom: 48px;
  display: flex;
  position: absolute;
  right: calc(((100vw - 1152px) / 2));
  z-index: 300;
}
@media (max-width: 1151px) {
  .banners .controls {
    right: 0;
  }
}
.banners .controls .__wrap {
  display: flex;
  position: relative;
  width: 1152px;
}
.banners .controls .previous,
.banners .controls .next {
  background: #333;
  cursor: pointer;
  height: 38px;
  position: relative;
  transition: all 0.3s ease-in-out;
  width: 38px;
}
.banners .controls .previous:hover,
.banners .controls .next:hover {
  background: #717171;
}
.banners .controls .previous::after,
.banners .controls .next::after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: '';
  height: 10px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  width: 10px;
}
.banners .controls .previous {
  margin-left: auto;
}
.banners .controls .previous::after {
  border-bottom: 0;
  border-left: 2px solid #fff;
  border-right: 0;
  border-top: 2px solid #fff;
}
.banners .counters {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  right: calc(((100vw - 1152px) / 2));
  top: 30px;
  z-index: 300;
}
@media (max-width: 1151px) {
  .banners .counters {
    right: 30px;
  }
}
.banners .counters .counter {
  background: #fff;
  border: 2px solid #fff;
  border-radius: 100%;
  box-shadow: 0 0 0 2px #333;
  cursor: pointer;
  display: block;
  height: 10px;
  transition: all 0.3s ease-in-out;
  width: 10px;
}
.banners .counters .counter:hover {
  background: #333;
}
.banners .counters .counter.__active {
  background: #000;
}
.benefits {
  float: left;
  height: 270px;
  position: relative;
  width: 100%;
  z-index: 300;
}
@media (max-width: 1200px) {
  .benefits {
    display: none;
  }
}
.benefits h2,
.benefits .benefits-boxes {
  float: left;
  width: 100%;
}
.benefits h2 {
  background: #333;
  color: #fff;
  font: 300 22px/13px 'Segoe UI';
  height: 36px;
  padding: 10px 0 0 10px;
}
.benefits .benefits-boxes {
  border: 1px solid #e1e1e1;
  display: flex;
  height: 230px;
  justify-content: space-between;
  position: relative;
}
.benefits .benefits-boxes:after {
  border-bottom: 4px solid #ffde00;
  bottom: -5px;
  content: '';
  left: 0;
  position: absolute;
  width: 100%;
}
.benefits .benefits-boxes .benefits-box {
  margin-top: 75px;
  padding-top: 40px;
  position: relative;
  text-align: center;
  width: 230px;
}
.benefits .benefits-boxes .benefits-box:after {
  border-left: 1px solid #e1e1e1;
  content: '';
  height: 80px;
  position: absolute;
  right: 0;
  top: 0;
}
.benefits .benefits-boxes .benefits-box:last-child:after {
  display: none;
}
.benefits .benefits-boxes .benefits-box h3 {
  color: #333;
  font: 15px 'Segoe UI';
}
.benefits .benefits-boxes .benefits-box:before {
  background-image: url("../img/sprite.png");
  content: '';
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.benefits .benefits-boxes .benefits-box:nth-child(1):before {
  background-position: -45px 0;
  height: 66px;
  top: -45px;
  width: 60px;
}
.benefits .benefits-boxes .benefits-box:nth-child(2):before {
  background-position: -67px -97px;
  height: 56px;
  top: -30px;
  width: 52px;
}
.benefits .benefits-boxes .benefits-box:nth-child(3):before {
  background-position: -1px -69px;
  height: 66px;
  top: -45px;
  width: 64px;
}
.benefits .benefits-boxes .benefits-box:nth-child(4):before {
  background-position: -107px -1px;
  height: 49px;
  top: -25px;
  width: 76px;
}
.benefits .benefits-boxes .benefits-box:nth-child(5):before {
  background-position: -107px -52px;
  height: 42px;
  top: -20px;
  width: 70px;
}
.categories-line {
  width: 100%;
}
@media (min-width: 1201px) {
  .categories-line {
    float: left;
  }
}
@media (max-width: 1200px) {
  .categories-line .wrap {
    padding: 0 20px;
  }
}
.categories-line .top {
  width: 100%;
}
@media (max-width: 1200px) {
  .categories-line .top {
    display: none;
  }
}
.categories-line .top span {
  color: #333;
  float: left;
  font: 300 35px/40px 'Segoe UI';
}
.categories-line h2 {
  color: #333;
  font: 300 35px/40px 'Segoe UI';
}
.categories-line .sub {
  font-size: 22px;
  line-height: 1;
  margin-top: 20px;
}
@media (min-width: 1201px) {
  .categories-line .sub {
    display: none;
  }
}
.categories-line .categories-boxes {
  width: 100%;
}
@media (min-width: 1201px) {
  .categories-line .categories-boxes {
    float: left;
    margin-top: 30px;
  }
}
@media (max-width: 1200px) {
  .categories-line .categories-boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 20px;
  }
}
@media (max-width: 620px) {
  .categories-line .categories-boxes {
    align-items: center;
    flex-direction: column;
  }
}
.categories-line .categories-box {
  position: relative;
}
@media (max-width: 1200px) {
  .categories-line .categories-box {
    margin: 0 10px 10px 0;
    max-width: 280px;
    width: 100%;
  }
}
@media (max-width: 620px) {
  .categories-line .categories-box {
    margin-bottom: 20px;
  }
}
@media (min-width: 1201px) {
  .categories-line .categories-box {
    float: left;
    margin: 0 27px 32px 0;
    width: 366px;
  }
  .categories-line .categories-box:nth-child(3n) {
    margin: 0;
  }
}
@media (min-width: 1201px) {
  .categories-line .categories-box h3,
  .categories-line .categories-box img {
    float: left;
    width: 100%;
  }
}
.categories-line .categories-box img {
  display: block;
  width: 100%;
}
.categories-line .categories-box h3 {
  background: #1a1a1a;
  color: #fff;
  font: 300 18px/1 'Segoe UI';
  height: 35px;
  padding: 8px 0 0 14px;
  position: relative;
  transition: all 0.3s;
}
.categories-line .categories-box h3:after {
  border-bottom: 2px solid #ffde00;
  border-right: 2px solid #ffde00;
  content: '';
  height: 10px;
  position: absolute;
  right: 15px;
  top: 12px;
  transform: rotate(-45deg);
  width: 10px;
}
.categories-line .categories-box:hover h3 {
  background: #ffde00;
  color: #1a1a1a;
}
.categories-line .categories-box:hover h3:after {
  border-color: #1a1a1a;
}
.categories-line .categories-box a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.__checkbox-group label {
  flex-direction: row;
  flex-wrap: nowrap;
  width: auto;
}
input[type='checkbox'] {
  display: none;
}
.__checkbox {
  background: #fff;
  border: 1px solid #000;
  flex: 0 0 18px;
  height: 18px;
  margin-bottom: 7px;
  margin-right: 5px;
  position: relative;
  transition: all 0.4s ease;
  width: 18px;
}
.__checkbox + legend {
  width: auto;
}
.__checkbox:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: '';
  height: 8px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 42%;
  transform: translate3d(-50%, -50%, 0) rotate(45deg) scale(0);
  transition: all 0.4s 0.2s ease;
  width: 3px;
}
input[type='checkbox']:checked + .__checkbox {
  background: #fac710;
  border-color: transparent;
}
input[type='checkbox']:checked + .__checkbox:after {
  opacity: 1;
  transform: translate3d(-50%, -50%, 0) rotate(45deg) scale(1);
}
input[type='checkbox']:disabled + .__checkbox {
  background: #000;
  cursor: not-allowed;
}
input[type='checkbox']:checked:disabled + .__checkbox {
  background: #000;
  cursor: not-allowed;
}
input[type='checkbox']:checked:disabled + .__checkbox:after {
  border-color: #005bd7;
  opacity: 1;
  transform: translate3d(-50%, -50%, 0) rotate(45deg) scale(1);
}
footer.footer-desktop {
  background: #353535;
  border-top: 10px solid #ffde00;
  bottom: 0;
  height: 446px;
  left: 0;
  position: absolute;
  width: 100%;
}
@media (max-width: 940px) {
  footer.footer-desktop {
    display: none;
  }
}
footer.footer-desktop .copyright {
  background: #262626;
  bottom: 0;
  color: #999;
  font: 12px/12px 'Segoe UI';
  height: 47px;
  padding-top: 17px;
  position: absolute;
  text-align: center;
  width: 100%;
}
footer.footer-desktop .wrap {
  padding: 0 20px;
}
footer.footer-desktop .box {
  float: left;
  position: relative;
  width: 610px;
}
footer.footer-desktop .box img {
  float: left;
  margin-top: 30px;
  width: 218px;
}
footer.footer-desktop .box .sitemap {
  border-top: 1px solid #707070;
  display: flex;
  float: left;
  justify-content: space-between;
  margin-top: 30px;
  width: 600px;
}
footer.footer-desktop .box .sitemap b {
  color: #ffde00;
  float: left;
  font: 300 22px/19px 'Segoe UI';
  padding: 20px 0 15px 0;
}
footer.footer-desktop .box .sitemap a {
  clear: left;
  color: #ccc;
  float: left;
  font: 15px/22px 'Segoe UI';
}
footer.footer-desktop .box .sitemap a:hover {
  text-decoration: underline;
}
footer.footer-desktop .box .sitemap .social a {
  background-image: url("../img/sprite.png");
  clear: none;
  height: 30px;
  margin: 5px 14px 0 0;
  transition: opacity 0.3s;
  width: 30px;
}
footer.footer-desktop .box .sitemap .social a:hover {
  opacity: 0.8;
}
footer.footer-desktop .box .sitemap .social a:nth-of-type(1) {
  background-position: -120px -95px;
  clear: left;
}
footer.footer-desktop .box .sitemap .social a:nth-of-type(2) {
  background-position: -151px -95px;
}
footer.footer-desktop .box .sitemap .social a:nth-of-type(3) {
  background-position: -120px -126px;
}
footer.footer-desktop .box .sitemap .social a:nth-of-type(4) {
  background-position: -151px -126px;
}
footer.footer-desktop .box .infos {
  border: 1px solid #707070;
  bottom: -40px;
  min-width: 410px;
  padding: 20px 0 20px 45px;
  position: absolute;
  right: 10px;
}
footer.footer-desktop .box .infos a {
  color: #fff;
  float: left;
  font: 700 15px/17px 'Segoe UI';
}
footer.footer-desktop .box .infos a:first-child {
  border-right: 2px solid #fff;
  margin-right: 13px;
  padding-right: 13px;
}
footer.footer-desktop .box .infos a:hover {
  text-decoration: underline;
}
footer.footer-desktop .page-fb {
  float: right;
  height: 300px;
  margin-top: 50px;
  width: 250px;
}
.footer-mobile {
  background: #333;
  text-align: center;
  width: 100%;
}
@media (min-width: 941px) {
  .footer-mobile {
    display: none;
  }
}
.footer-mobile .social {
  border-bottom: 1px solid #444;
  padding: 30px 20px 25px;
  width: 100%;
}
.footer-mobile .social b {
  color: #ffde00;
  font: 14px 'Segoe UI';
  margin-bottom: 18px;
}
.footer-mobile .social .icons {
  width: 100%;
}
.footer-mobile .social svg {
  display: inline-block;
  height: 50px;
  margin: 0 12px;
  width: 50px;
}
.footer-mobile .contacts {
  align-items: center;
  border-bottom: 1px solid #444;
  display: flex;
  justify-content: center;
  padding: 15px 0;
  width: 100%;
}
.footer-mobile .contacts a {
  color: #a7a7a7;
  font: 12px 'Segoe UI';
  padding: 10px 20px;
}
.footer-mobile .contacts a:first-child {
  border-right: 1px solid #444;
}
.footer-mobile .contacts a:hover {
  text-decoration: underline;
}
.footer-mobile .logo {
  padding: 20px 0 30px;
  width: 100%;
}
.footer-mobile .logo img {
  display: inline-block;
  width: 140px;
}
.footer-mobile .copyright {
  background: #262626;
  color: #999;
  font: 10px 'Segoe UI';
  padding: 10px 0;
  width: 100%;
}
.header-desktop {
  background: #333;
  position: relative;
  width: 100%;
  z-index: 5;
}
.header-desktop > h1 {
  display: none;
}
@media (max-width: 940px) {
  .header-desktop {
    display: none;
  }
}
.header-desktop .medium-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.header-desktop .medium-menu .wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: auto;
}
.header-desktop .menu {
  background: #3b3b3b;
  border-bottom: 1px solid #797979;
  text-align: center;
}
.header-desktop .menu .wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.header-desktop .menu nav {
  align-items: center;
  display: flex;
  justify-content: center;
}
.header-desktop .menu nav > h2 {
  display: none;
}
.header-desktop .menu nav a {
  border-right: 1px solid #797979;
  color: #999;
  font: 400 10.89px/10px 'Segoe UI';
  height: 40px;
  letter-spacing: 1px;
  padding-top: 13px;
  text-transform: uppercase;
  width: 210px;
}
@media (max-width: 1170px) {
  .header-desktop .menu nav a {
    width: 150px;
  }
}
.header-desktop .menu nav a:last-child {
  border: 0;
  color: #ffde00;
}
.header-desktop .menu nav a:hover {
  text-decoration: underline;
}
.header-desktop .menu nav a.user {
  color: #fff;
  position: relative;
  text-decoration: underline;
}
.header-desktop .menu nav a.user:before {
  background: url("../img/user-icon.png") no-repeat center;
  background-size: cover;
  content: '';
  height: 13px;
  left: 25px;
  position: absolute;
  top: calc(50% - 1px);
  transform: translateY(-50%);
  width: 11px;
}
.header-desktop .menu .langs {
  align-items: center;
  display: flex;
  justify-content: center;
  padding-left: 15px;
}
.header-desktop .menu .langs[data-lang='pt/'] [data-langitem='pt/'],
.header-desktop .menu .langs[data-lang='en/'] [data-langitem='en/'],
.header-desktop .menu .langs[data-lang='es/'] [data-langitem='es/'] {
  opacity: 1;
}
@media (max-width: 1200px) {
  .header-desktop .menu .langs {
    margin-right: 30px;
  }
}
.header-desktop .menu .langs a {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #797979;
  font: 400 10.89px/10px 'Segoe UI';
  height: 25px;
  margin-right: 5px;
  opacity: 0.2;
  transition: opacity 0.3s;
  width: 25px;
}
.header-desktop .menu .langs a[data-langitem='en/'] {
  background-image: url("../img/lang-en.png");
}
.header-desktop .menu .langs a[data-langitem='pt/'] {
  background-image: url("../img/lang-pt.png");
}
.header-desktop .menu .langs a[data-langitem='es/'] {
  background-image: url("../img/lang-es.png");
}
.header-desktop .menu .langs a:hover {
  opacity: 1;
  text-decoration: underline;
}
.header-desktop img {
  margin-left: 10px;
  width: 240px;
}
@media (max-width: 1080px) {
  .header-desktop img {
    width: 150px;
  }
}
.header-desktop input {
  border: 1px solid #d7d7d7;
  color: #999;
  font: 16px 'Segoe UI';
  opacity: 0;
  position: absolute;
  transform: translateX(25px);
  transition: all 0.3s ease-out;
  visibility: hidden;
}
.header-desktop input.active {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
}
.header-desktop .items-menu {
  display: flex;
  height: 100%;
  position: relative;
  width: auto;
}
.header-desktop .items-menu .item-menu {
  border-right: 1px solid #999;
  padding: 40px 25px 15px 72px;
  position: relative;
}
.header-desktop .items-menu .item-menu > a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.header-desktop .items-menu .item-menu > a:hover ~ span,
.header-desktop .items-menu .item-menu > a:hover ~ strong {
  text-decoration: underline;
}
.header-desktop .items-menu .item-menu span {
  color: #fff;
  display: block;
  font: 400 14px/15px 'Segoe UI';
}
.header-desktop .items-menu .item-menu span a {
  color: #ffde00;
  font-weight: bold;
}
.header-desktop .items-menu .item-menu span a:hover {
  text-decoration: underline;
}
.header-desktop .items-menu .item-menu strong {
  color: #ffde00;
  display: block;
  font: 700 14px/20px 'Segoe UI';
  text-transform: uppercase;
}
.header-desktop .items-menu .item-menu:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.header-desktop .items-menu .item-menu:nth-child(1):before {
  background: url("../img/clock.png") center no-repeat;
  height: 41px;
  left: 10px;
  width: 38px;
}
.header-desktop .items-menu .item-menu:nth-child(2):before {
  background: url("../img/consultancy.png") center no-repeat;
  height: 36px;
  left: 10px;
  width: 56px;
}
.header-desktop .items-menu .item-menu:nth-child(3) {
  padding-top: 5px;
}
.header-desktop .items-menu .item-menu:nth-child(3):before {
  background: url("../img/sprite.png") 0 0 no-repeat;
  height: 42px;
  left: 10px;
  width: 44px;
}
.header-desktop .items-menu .item-menu:nth-child(4) input {
  height: 55px;
  left: -746px;
  padding-left: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 725px;
}
.header-desktop .items-menu .item-menu:nth-child(4) .search-btn {
  background: url("../img/sprite.png") -272px -148px no-repeat;
  cursor: pointer;
  height: 29px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 29px;
}
.header-desktop .items-menu .item-menu:nth-child(5) {
  border-right: 0;
}
.header-desktop .items-menu .item-menu:nth-child(5) a {
  z-index: 1;
}
.header-desktop .items-menu .item-menu:nth-child(5) b.quantity {
  background: #fff;
  border-radius: 50%;
  color: #333;
  font: 700 11px/8px 'Segoe UI';
  left: calc(50% + 15px);
  padding: 6px 7px;
  position: absolute;
  top: calc(50% - 12px);
  transform: translate(-50%, -50%);
}
.header-desktop .items-menu .item-menu:nth-child(5):before {
  background: url("../img/cart-icon.png") center no-repeat;
  background-size: cover;
  height: 27px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 31px;
}
.header-desktop .category-nav {
  background: #ffde00;
  height: 70px;
  width: 100%;
}
.header-desktop .category-nav.active {
  left: 0;
  position: fixed;
  top: 0;
}
.header-desktop .category-nav.active form {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 0.3s;
  visibility: visible;
}
.header-desktop .category-nav.active .wrap {
  padding-right: 100px;
}
.header-desktop .category-nav .wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-right: 40px;
  position: relative;
  transition: padding 0.15s 0.3s ease-out;
}
@media (max-width: 1200px) {
  .header-desktop .category-nav .wrap {
    padding-left: 40px;
  }
}
.header-desktop .category-nav .wrap > h2 {
  display: none;
}
.header-desktop .category-nav a {
  color: #333;
  font: 13px/18px 'Segoe UI';
  position: relative;
  z-index: 1;
}
.header-desktop .category-nav a:hover {
  text-decoration: underline;
}
.header-desktop .category-nav a strong {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .header-desktop .category-nav a strong {
    font-size: 16px;
  }
}
.header-desktop .category-nav a:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: '';
  height: 10px;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 10px;
}
.header-desktop .category-nav form {
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-15px);
  transition: 0.3s all;
  visibility: hidden;
  z-index: 2;
}
.header-desktop .category-nav form > .btn {
  background: url("../img/sprite.png") -303px -148px;
  cursor: pointer;
  height: 29px;
  position: absolute;
  right: 15px;
  top: 20px;
  width: 29px;
}
.header-desktop .category-nav form input {
  height: 55px;
  padding-left: 25px;
  top: 8px;
}
@media (min-width: 1201px) {
  .header-desktop .category-nav form input {
    left: -1152px;
    width: 1000px;
  }
}
@media (max-width: 1200px) {
  .header-desktop .category-nav form input {
    left: -400px;
    width: 300px;
  }
}
.header-mobile {
  background: #333;
  left: 0;
  padding: 15px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
@media (min-width: 941px) {
  .header-mobile {
    display: none;
  }
}
.header-mobile .logo img {
  display: block;
  transform: translateX(-20px);
  width: 92px;
}
.header-mobile .menutop {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.header-mobile .svgicon {
  cursor: pointer;
  display: inline-block;
  padding: 10px;
}
.header-mobile .svgicon svg {
  display: block;
  fill: #ffde00;
  pointer-events: none;
}
.header-mobile .svgicon[data-type='menu'] svg {
  height: 16px;
  width: 26px;
}
.header-mobile .svgicon[data-type='contact'] svg {
  height: 16px;
  width: 17px;
}
.header-mobile .active-lang {
  cursor: pointer;
  margin-right: 10px;
  padding: 10px 20px 10px 10px;
  position: relative;
}
.header-mobile .active-lang:after {
  border-bottom: 1px solid #ffde00;
  border-right: 1px solid #ffde00;
  content: '';
  height: 7px;
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: center right;
  width: 7px;
}
.header-mobile .active-lang.active:after {
  transform: translateY(-50%) rotate(-135deg);
  transform-origin: unset;
}
.header-mobile .active-lang .countryicon {
  height: 20px;
  width: 20px;
}
.header-mobile .active-lang[data-lang = 'pt'] .countryicon {
  background: url("../img/lang-pt.png") center center/20px 20px no-repeat;
}
.header-mobile .active-lang[data-lang = 'en'] .countryicon {
  background: url("../img/lang-en.png") center center/20px 20px no-repeat;
}
.header-mobile .active-lang[data-lang = 'es'] .countryicon {
  background: url("../img/lang-es.png") center center/20px 20px no-repeat;
}
.header-mobile .search-mobile {
  display: flex;
  margin-top: 10px;
  padding: 0 5px;
  position: relative;
  width: 100%;
}
.header-mobile .search-mobile input,
.header-mobile .search-mobile button {
  border-radius: 0;
}
.header-mobile .search-mobile input {
  color: #999;
  flex-grow: 1;
  font: 12px 'Segoe UI';
  padding: 10px 15px;
}
.header-mobile .search-mobile button {
  align-items: center;
  background: #ffde00;
  display: flex;
  justify-content: center;
  width: 38px;
}
.header-mobile .search-mobile button svg {
  fill: #333;
  height: 17px;
  width: 17px;
}
.list-flags {
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: all 0.3s;
  visibility: hidden;
  width: 100%;
}
.list-flags.active {
  height: 43.6px;
  margin-top: 15px;
  opacity: 1;
  visibility: visible;
}
.list-flags[data-lang='es'] .boxflag[data-lang='es'],
.list-flags[data-lang='pt'] .boxflag[data-lang='pt'],
.list-flags[data-lang='en'] .boxflag[data-lang='en'] {
  border: 1px solid #464646;
}
.list-flags .boxflag {
  display: inline-block;
  margin-right: 15px;
  padding: 0 5px;
}
.list-flags hr {
  border-bottom: 1px solid #464646;
  margin-top: 5px;
}
.list-flags img {
  display: block;
  width: 30px;
}
.opened-mobilemenu {
  background: #333;
  height: 100vh;
  left: 0;
  opacity: 0;
  overflow: auto;
  padding: 30px 20px;
  position: fixed;
  top: 0;
  transform: translateX(-100%);
  transition: transform 0.4s ease, opacity 0.3s ease;
  width: 100%;
  will-change: transform;
  z-index: 10;
}
.opened-mobilemenu.active {
  opacity: 1;
  transform: translateX(0);
}
.opened-mobilemenu .top {
  display: flex;
  justify-content: space-between;
  vertical-align: flex-start;
}
.opened-mobilemenu .top > h2 {
  display: none;
}
.opened-mobilemenu .title {
  color: #999;
  font: 300 26px 'Segoe UI';
}
.opened-mobilemenu .close {
  cursor: pointer;
  margin-right: -10px;
  padding: 10px;
}
.opened-mobilemenu .close svg {
  fill: #ffde00;
  height: 20px;
  width: 20px;
}
.opened-mobilemenu .list-flags {
  margin-top: 10px;
  padding: 0;
}
.opened-mobilemenu h3 {
  color: #999;
  font: 400 12px 'Segoe UI';
  padding: 10px 0;
  position: relative;
}
.opened-mobilemenu h3.-mg30 {
  margin-top: 30px;
}
.opened-mobilemenu h3:before {
  background: #ffde00;
  content: '';
  height: 20px;
  left: -20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
}
.opened-mobilemenu h3 svg {
  display: inline-block;
  height: 19px;
  margin-left: 10px;
  vertical-align: text-bottom;
  width: 19px;
}
.opened-mobilemenu .links {
  margin-bottom: 20px;
  width: 100%;
}
.opened-mobilemenu .links a {
  border-bottom: 1px solid #464646;
  color: #fff;
  display: block;
  font: 300 18px 'Segoe UI';
  padding: 15px 0;
  position: relative;
  width: 100%;
}
.opened-mobilemenu .links a.-iconblog svg {
  display: inline-block;
  fill: #ffde00;
  height: 16px;
  margin-right: 20px;
  vertical-align: middle;
  width: 19px;
}
.opened-mobilemenu .links a:hover {
  text-decoration: underline;
}
.opened-mobilemenu .links a:after {
  border-bottom: 1px solid #ffde00;
  border-right: 1px solid #ffde00;
  content: '';
  height: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 10px;
}
.opened-mobilemenu .social {
  padding: 25px 0 50px;
  width: 100%;
}
.opened-mobilemenu .social svg {
  display: inline-block;
  height: 50px;
  margin-right: 30px;
  width: 50px;
}
.opened-mobilemenu .boxicons {
  align-items: center;
  border-bottom: 1px solid #464646;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 40px 0;
  width: 100%;
}
.opened-mobilemenu .boxicons:last-of-type {
  padding-bottom: 80px;
}
.opened-mobilemenu .boxicons svg {
  fill: #ffde00;
  margin-bottom: 20px;
}
.opened-mobilemenu .boxicons svg.-shipping {
  height: 55px;
  width: 52px;
}
.opened-mobilemenu .boxicons svg.-tools {
  height: 62px;
  width: 51px;
}
.opened-mobilemenu .boxicons svg.-phonemessage {
  height: 65px;
  width: 50px;
}
.opened-mobilemenu .boxicons a {
  color: #fff;
  font: 300 20px 'Segoe UI';
}
.opened-mobilemenu .boxicons a:nth-of-type(2) {
  margin-top: 15px;
}
.opened-mobilemenu .boxicons a:hover {
  text-decoration: underline;
}
.know-blog {
  float: left;
  margin-top: 55px;
  width: 100%;
}
.know-blog h2 {
  color: #333;
  font: 300 35px/40px "Segoe UI";
  float: left;
}
.know-blog .boxes-know-blog {
  background: linear-gradient(to bottom, #f4f4f4 0%, #fff 79%);
  float: left;
  margin-top: 15px;
  width: 100%;
}
.know-blog .boxes-know-blog .thumbs-blog {
  display: flex;
  justify-content: space-between;
  float: left;
  width: 100%;
}
.know-blog .boxes-know-blog .wrap > a {
  border-bottom: 1px solid #ebebeb;
  color: inherit;
  float: left;
  font: 14px/35px "Segoe UI";
  margin-top: 25px;
  width: 100%;
}
.know-blog .boxes-know-blog .wrap > a:hover {
  text-decoration: underline;
}
@media (max-width: 420px) {
  .-tt-mobile {
    padding: 15px 20px;
  }
}
@media (max-width: 1200px) {
  .-tt-mobile {
    background: #ffde00;
    text-align: center;
    font: 300 20px/1 'Segoe UI';
    position: relative;
    color: #333;
    padding: 15px 10px;
    z-index: 3;
  }
  .-tt-mobile strong {
    font: 300 20px/0.8 'Segoe UI';
  }
  .-tt-mobile.-gray {
    background: #666;
    color: #fff;
  }
  .-tt-mobile.-gray:after {
    border-top-color: #666;
  }
  .-tt-mobile:after {
    content: '';
    border: 0;
    border-top: 8px solid #ffde00;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    position: absolute;
    right: 50%;
    transform: translateX(-4%);
    bottom: -8px;
    top: auto;
    left: auto;
  }
}
.-tt-mobile + .-tt-mobile {
  z-index: 2;
}
.newsletter {
  float: left;
  height: 360px;
  width: 100%;
}
@media (max-width: 1200px) {
  .newsletter {
    display: none;
  }
}
.newsletter form {
  float: right;
  margin: 100px 160px 0 0;
  position: relative;
  width: 560px;
}
.newsletter form:before {
  background: url("../img/newsletter.png") center center no-repeat;
  content: '';
  position: absolute;
  top: -60px;
  left: -280px;
  height: 256px;
  width: 214px;
}
.newsletter form h2 {
  color: #333;
  font: 300 27px "Segoe UI";
  float: left;
}
.newsletter form input {
  border: 1px solid #d7d7d7;
  color: #999;
  height: 43px;
  margin-top: 10px;
  padding-left: 15px;
  float: left;
  font: 15px "Segoe UI";
  width: 100%;
}
.newsletter form button {
  cursor: pointer;
  text-align: left;
  height: 37px;
  padding: 0 40px 0 20px;
  transition: background 0.3s;
  margin-top: 10px;
  position: relative;
}
.newsletter form button.p:after {
  border-color: #ffde00;
  position: absolute;
  top: 13px;
  right: 20px;
  height: 10px;
  width: 10px;
}
.newsletter form button.sending,
.newsletter form button:hover {
  background: #353535;
}
.newsletter form button.success {
  background: #36b52e;
}
.newsletter form button.error {
  background: #b52e2e;
}
.newsletter form button.sending,
.newsletter form button.error,
.newsletter form button.success {
  pointer-events: none;
}
.newsletter form button.sending:after,
.newsletter form button.error:after,
.newsletter form button.success:after {
  display: none;
}
.overlay-notice {
  background: rgba(38,38,38,0.95);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: none;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  z-index: 16000003;
}
.overlay-notice.active {
  opacity: 1;
}
.overlay-notice .notice-box {
  background: url("../img/lost-2.png") left top no-repeat;
  padding: 270px 0 0 350px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  min-height: 586px;
  width: 930px;
}
.overlay-notice .notice-box .close {
  color: #7cb9e6;
  cursor: pointer;
  position: absolute;
  right: 60px;
  top: 175px;
  font: 400 17px 'Segoe UI';
}
.overlay-notice .notice-box .close:hover {
  text-decoration: underline;
}
.overlay-notice .notice-box h2 {
  color: #ffde00;
  font: bold 30px 'Segoe UI';
}
.overlay-notice .notice-box p {
  color: #fff;
  font: 300 22px 'Segoe UI';
  margin-top: 25px;
}
.overlay-notice .notice-box p:last-child {
  color: #7cb9e6;
}
.overlay-notice .notice-box p a {
  font-weight: 400;
  color: #fff;
}
.overlay-notice .notice-box p a:hover {
  text-decoration: underline;
}
.pop-up-chat {
  background-color: rgba(51,51,51,0.5);
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 100;
  transform: translate(-50%, -50%);
  height: 100vh;
  width: 100vw;
  font-family: 'Segoe UI';
}
@media (max-width: 1023px) {
  .pop-up-chat {
    display: none;
  }
}
.pop-up-chat.no-open {
  display: none;
}
.pop-up-chat .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pop-up-chat .content-pop {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 761px;
  width: 100%;
  background: url("../img/pop-up-chat.jpg") no-repeat center;
  flex-direction: column;
}
.pop-up-chat .content-pop .text {
  margin-bottom: 35px;
  margin-left: 170px;
}
.pop-up-chat .content-pop .text .quest {
  font-size: 50px;
  color: #ffde00;
}
.pop-up-chat .content-pop .text .sub {
  color: #fff;
}
.pop-up-chat .content-pop .buttons {
  margin-left: 200px;
  width: 400px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.pop-up-chat .content-pop .buttons .btn-chat {
  padding: 15px 25px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: #ffde00;
  margin-right: 15px;
}
.pop-up-chat .content-pop .buttons .btn-chat img {
  margin-right: 10px;
}
.pop-up-chat .content-pop .buttons .btn-chat p {
  color: #333;
  display: flex;
  align-items: center;
}
.pop-up-chat .content-pop .buttons .btn-chat p:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
  margin-left: 10px;
}
.pop-up-chat .content-pop .btn-not-chat {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.pop-up-chat .content-pop .btn-not-chat p {
  color: #ffde00;
  display: flex;
  align-items: center;
  width: 110px;
}
.pop-up-chat .content-pop .btn-not-chat:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ffde00;
  border-right: 2px solid #ffde00;
  transform: rotate(45deg);
  margin-left: 10px;
}
.segment {
  background: url("../img/segment.jpg") center center no-repeat;
  height: 148px;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}
@media (min-width: 1201px) {
  .segment {
    float: left;
  }
}
.segment .wrap {
  align-items: center;
  display: flex;
  justify-content: center;
}
.segment h2 {
  color: #fff;
  display: inline-block;
  font: 300 23px 'Segoe UI';
  padding: 0 20px;
}
.segment h2 a {
  color: #ffde00;
  position: relative;
}
.segment h2 a:hover {
  text-decoration: underline;
}
.segment h2 a:after {
  border-bottom: 2px solid #ffde00;
  border-right: 2px solid #ffde00;
  content: '';
  display: inline-block;
  height: 13px;
  transform: rotate(-45deg);
  vertical-align: middle;
  width: 13px;
}
