@font-face {
    font-family: 'Basis Grotesque Pro Regular';
    src: local("Basis Grotesque Pro Regular"), local("Basis Grotesque Pro"), url("../fonts/basisgrotesquepro/basisgrotesquepro-regular-webfont.woff2") format("woff2"), url("../fonts/basisgrotesquepro/basisgrotesquepro-regular-webfont.woff") format("woff");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'Basis Grotesque Pro light';
    src: local("Basis Grotesque Pro Leve"), local("Basis Grotesque Pro Light"), url("../fonts/basisgrotesquepro/basisgrotesquepro-light-webfont.woff2") format("woff2"), url("../fonts/basisgrotesquepro/basisgrotesquepro-light-webfont.woff") format("woff");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'Basis Grotesque Pro Bold';
    src: local("Basis Grotesque Pro Negrito"), local("Basis Grotesque Pro Bold"), url("../fonts/basisgrotesquepro/basisgrotesquepro-bold-webfont.woff2") format("woff2"), url("../fonts/basisgrotesquepro/basisgrotesquepro-bold-webfont.woff") format("woff");
    font-weight: 300;
    font-style: normal
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

body {
    line-height: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

nav ul {
    list-style: none
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input,
select {
    vertical-align: middle;
    font: inherit
}

textarea {
    font: inherit
}

ol,
ul,
dt,
dl {
    list-style: none
}

blockquote,
q {
    quotes: none
}

fieldset,
img {
    border: none
}

a,
button {
    outline: none
}

a,
a:link a:active a:visited {
    color: #000000;
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal
}

input,
textarea,
select,
button {
    outline: none
}

textarea {
    resize: none
}

a img {
    border: 0px;
    margin: 0px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    color: inherit
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*,
*:after,
*:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

html,
body {
    height: 100%;
    width: 100%;
    float: left
}

img,
video,
embed,
iframe,
code {
    max-width: 100%
}

hr {
    width: 100%;
    display: block;
    float: left;
    border: none;
    background: transparent;
    height: 1;
    border: 0;
    background: #ccc
}

* html>body .clearfix {
    display: inline-block;
    width: 100%
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.col {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.col:not(.right) {
    float: left
}

.col.right {
    float: right
}

.col.center-container {
    text-align: center
}

.col.center-content {
    float: none;
    display: inline-block
}

.col:not(.no-padded) {
    padding: 5px
}

@media screen and (min-width: 640px) {
    .col:not(.no-padded) {
        padding: 10px
    }
}

.col.large-pad {
    padding: 5px
}

@media screen and (min-width: 640px) {
    .col.large-pad {
        padding: 10px
    }
}

@media screen and (min-width: 1220px) {
    .col.large-pad {
        padding: 15px
    }
}

.col.small-pad {
    padding: 5px
}

.flex,
.pagination,
.pagination li a {
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flex.__wrap,
.__wrap.pagination,
.pagination li a.__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex.__v-top,
.__v-top.pagination,
.pagination li a.__v-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100%
}

.flex.__v-center,
.pagination,
.pagination li a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.flex.__v-midle,
.__v-midle.pagination,
.pagination li a.__v-midle {
    -ms-flex-line-pack: center;
    align-content: center;
    height: 100%
}

.flex.__h-left,
.__h-left.pagination,
.pagination li a.__h-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.flex.__h-center,
.pagination,
.pagination li a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.flex.__h-right,
.__h-right.pagination,
.pagination li a.__h-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.flex.__h-between,
.__h-between.pagination,
.pagination li a.__h-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.flex.__h-around,
.__h-around.pagination,
.pagination li a.__h-around {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

@media screen and (min-width: 1220px) {
    .flex.__large__h-between,
    .__large__h-between.pagination,
    .pagination li a.__large__h-between {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media screen and (max-width: 639px) {
    .flex.__small__h-center,
    .__small__h-center.pagination,
    .pagination li a.__small__h-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .flex.__small__h-between,
    .__small__h-between.pagination,
    .pagination li a.__small__h-between {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.flex.small-1,
.small-1.pagination,
.pagination li a.small-1,
.col.small-1 {
    width: 8.33333%
}

.flex.all-1,
.all-1.pagination,
.pagination li a.all-1,
.col.all-1 {
    width: 8.33333%
}

.flex.small-2,
.small-2.pagination,
.pagination li a.small-2,
.col.small-2 {
    width: 16.66667%
}

.flex.all-2,
.all-2.pagination,
.pagination li a.all-2,
.col.all-2 {
    width: 16.66667%
}

.flex.small-3,
.small-3.pagination,
.pagination li a.small-3,
.col.small-3 {
    width: 25%
}

.flex.all-3,
.all-3.pagination,
.pagination li a.all-3,
.col.all-3 {
    width: 25%
}

.flex.small-4,
.small-4.pagination,
.pagination li a.small-4,
.col.small-4 {
    width: 33.33333%
}

.flex.all-4,
.all-4.pagination,
.pagination li a.all-4,
.col.all-4 {
    width: 33.33333%
}

.flex.small-5,
.small-5.pagination,
.pagination li a.small-5,
.col.small-5 {
    width: 41.66667%
}

.flex.all-5,
.all-5.pagination,
.pagination li a.all-5,
.col.all-5 {
    width: 41.66667%
}

.flex.small-6,
.small-6.pagination,
.pagination li a.small-6,
.col.small-6 {
    width: 50%
}

.flex.all-6,
.all-6.pagination,
.pagination li a.all-6,
.col.all-6 {
    width: 50%
}

.flex.small-7,
.small-7.pagination,
.pagination li a.small-7,
.col.small-7 {
    width: 58.33333%
}

.flex.all-7,
.all-7.pagination,
.pagination li a.all-7,
.col.all-7 {
    width: 58.33333%
}

.flex.small-8,
.small-8.pagination,
.pagination li a.small-8,
.col.small-8 {
    width: 66.66667%
}

.flex.all-8,
.all-8.pagination,
.pagination li a.all-8,
.col.all-8 {
    width: 66.66667%
}

.flex.small-9,
.small-9.pagination,
.pagination li a.small-9,
.col.small-9 {
    width: 75%
}

.flex.all-9,
.all-9.pagination,
.pagination li a.all-9,
.col.all-9 {
    width: 75%
}

.flex.small-10,
.small-10.pagination,
.pagination li a.small-10,
.col.small-10 {
    width: 83.33333%
}

.flex.all-10,
.all-10.pagination,
.pagination li a.all-10,
.col.all-10 {
    width: 83.33333%
}

.flex.small-11,
.small-11.pagination,
.pagination li a.small-11,
.col.small-11 {
    width: 91.66667%
}

.flex.all-11,
.all-11.pagination,
.pagination li a.all-11,
.col.all-11 {
    width: 91.66667%
}

.flex.small-12,
.small-12.pagination,
.pagination li a.small-12,
.col.small-12 {
    width: 100%
}

.flex.all-12,
.all-12.pagination,
.pagination li a.all-12,
.col.all-12 {
    width: 100%
}

@media screen and (min-width: 640px) {
    .flex.mid-1,
    .mid-1.pagination,
    .pagination li a.mid-1,
    .col.mid-1 {
        width: 8.33333%
    }
    .flex.mid-2,
    .mid-2.pagination,
    .pagination li a.mid-2,
    .col.mid-2 {
        width: 16.66667%
    }
    .flex.mid-3,
    .mid-3.pagination,
    .pagination li a.mid-3,
    .col.mid-3 {
        width: 25%
    }
    .flex.mid-4,
    .mid-4.pagination,
    .pagination li a.mid-4,
    .col.mid-4 {
        width: 33.33333%
    }
    .flex.mid-5,
    .mid-5.pagination,
    .pagination li a.mid-5,
    .col.mid-5 {
        width: 41.66667%
    }
    .flex.mid-6,
    .mid-6.pagination,
    .pagination li a.mid-6,
    .col.mid-6 {
        width: 50%
    }
    .flex.mid-7,
    .mid-7.pagination,
    .pagination li a.mid-7,
    .col.mid-7 {
        width: 58.33333%
    }
    .flex.mid-8,
    .mid-8.pagination,
    .pagination li a.mid-8,
    .col.mid-8 {
        width: 66.66667%
    }
    .flex.mid-9,
    .mid-9.pagination,
    .pagination li a.mid-9,
    .col.mid-9 {
        width: 75%
    }
    .flex.mid-10,
    .mid-10.pagination,
    .pagination li a.mid-10,
    .col.mid-10 {
        width: 83.33333%
    }
    .flex.mid-11,
    .mid-11.pagination,
    .pagination li a.mid-11,
    .col.mid-11 {
        width: 91.66667%
    }
    .flex.mid-12,
    .mid-12.pagination,
    .pagination li a.mid-12,
    .col.mid-12 {
        width: 100%
    }
}

@media screen and (min-width: 1220px) {
    .flex.large-1,
    .large-1.pagination,
    .pagination li a.large-1,
    .col.large-1 {
        width: 8.33333%
    }
    .flex.large-2,
    .large-2.pagination,
    .pagination li a.large-2,
    .col.large-2 {
        width: 16.66667%
    }
    .flex.large-3,
    .large-3.pagination,
    .pagination li a.large-3,
    .col.large-3 {
        width: 25%
    }
    .flex.large-4,
    .large-4.pagination,
    .pagination li a.large-4,
    .col.large-4 {
        width: 33.33333%
    }
    .flex.large-5,
    .large-5.pagination,
    .pagination li a.large-5,
    .col.large-5 {
        width: 41.66667%
    }
    .flex.large-6,
    .large-6.pagination,
    .pagination li a.large-6,
    .col.large-6 {
        width: 50%
    }
    .flex.large-7,
    .large-7.pagination,
    .pagination li a.large-7,
    .col.large-7 {
        width: 58.33333%
    }
    .flex.large-8,
    .large-8.pagination,
    .pagination li a.large-8,
    .col.large-8 {
        width: 66.66667%
    }
    .flex.large-9,
    .large-9.pagination,
    .pagination li a.large-9,
    .col.large-9 {
        width: 75%
    }
    .flex.large-10,
    .large-10.pagination,
    .pagination li a.large-10,
    .col.large-10 {
        width: 83.33333%
    }
    .flex.large-11,
    .large-11.pagination,
    .pagination li a.large-11,
    .col.large-11 {
        width: 91.66667%
    }
    .flex.large-12,
    .large-12.pagination,
    .pagination li a.large-12,
    .col.large-12 {
        width: 100%
    }
}

.login__image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

html,
body {
    float: left;
    display: block;
    width: 100%
}

body {
    min-height: 100%;
    font-size: 14px;
    font-family: "Basis Grotesque Pro Regular";
    color: #000
}

.header {
    position: fixed;
    z-index: 3
}

.main {
    float: left;
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: margin 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: margin 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
    margin-top: 70px
}

@media screen and (min-width: 640px) {
    .main {
        margin-top: 100px
    }
    .main.scroll {
        margin-top: 66.66667px
    }
}

@media screen and (min-width: 1220px) {
    .main {
        margin-top: 180px
    }
    .main.scroll {
        margin-top: 120px
    }
}

.footer {
    position: relative;
    z-index: 1
}

.row,
.input,
.select-mask,
.select-mask span svg,
.submit,
.logo svg,
.menu__submenu li,
.menu__submenu li a,
.search-form input,
.search-form button svg,
.header-language li:not(.active),
.header-language li:not(.active) a,
.header-language span svg,
.acount-menu span,
.acount-menu span svg,
.acount-menu ul li,
.search-mobile svg,
.input-stepper,
.home-banner a img,
.home-products-list,
.home-filter button svg,
.letter-filter,
.brand-item span,
.companies-top__search input,
.companies-top__search button svg,
.companies__list,
.companies__item,
.details-subtitle,
.detail-text,
.provider-image img,
.provider-social-media ul,
.product-details-title,
.product-material,
.login__options,
.login__options>span,
.login__recover,
.product-link,
.product-image,
.product-name,
.product-provider,
.product-provider span,
.popup-scrollable {
    display: block;
    float: left;
    width: 100%
}

.content {
    display: block;
    width: 90%;
    max-width: 1720px;
    margin: 0 auto
}

.content.small {
    max-width: 1030px
}

.content.mid {
    width: 84%;
    max-width: 1320px
}

.content.large {
    width: 94%;
    max-width: 1820px
}

.table {
    display: table;
    width: 100%;
    height: 100%
}

.table-cell {
    display: table-cell;
    vertical-align: middle
}

.center-container {
    text-align: center
}

.wrap {
    margin: 0 -10px
}

.logo-wt {
    display: inline-block;
    width: 50px;
    height: 15px
}

.logo-wt:hover {
    text-decoration: none
}

.logo-wt:hover svg path {
    fill: #0098db
}

.logo-wt:hover svg .w {
    -webkit-animation: 1s wtag_w none 1;
    animation: 1s wtag_w none 1
}

.logo-wt:hover svg .t {
    -webkit-animation: 1s wtag_t none 1;
    animation: 1s wtag_t none 1
}

.logo-wt:hover svg .a {
    -webkit-animation: 1s wtag_a none 1;
    animation: 1s wtag_a none 1
}

.logo-wt:hover svg .g {
    -webkit-animation: 1s wtag_g none 1;
    animation: 1s wtag_g none 1
}

.wt-ag {
    float: left;
    display: block;
    width: 100%;
    height: 100%
}

.wt-ag path {
    fill: #000;
    -webkit-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1)
}

.wt-ag .ponto {
    -webkit-animation: 4s wtag_ponto none infinite;
    animation: 4s wtag_ponto none infinite
}

@-webkit-keyframes wtag_ponto {
    0% {
        opacity: 1
    }
    17% {
        opacity: 1
    }
    18% {
        opacity: 0
    }
    25% {
        opacity: 0
    }
    26% {
        opacity: 1
    }
    77% {
        opacity: 1
    }
    78% {
        opacity: 0
    }
    85% {
        opacity: 0
    }
    86% {
        opacity: 1
    }
    100% {
        opacity: 1
    }
}

@keyframes wtag_ponto {
    0% {
        opacity: 1
    }
    17% {
        opacity: 1
    }
    18% {
        opacity: 0
    }
    25% {
        opacity: 0
    }
    26% {
        opacity: 1
    }
    77% {
        opacity: 1
    }
    78% {
        opacity: 0
    }
    85% {
        opacity: 0
    }
    86% {
        opacity: 1
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes wtag_w {
    0% {
        opacity: 1
    }
    25% {
        opacity: 1
    }
    26% {
        opacity: 0
    }
    35% {
        opacity: 0
    }
    36% {
        opacity: 1
    }
    100% {
        opacity: 1
    }
}

@keyframes wtag_w {
    0% {
        opacity: 1
    }
    25% {
        opacity: 1
    }
    26% {
        opacity: 0
    }
    35% {
        opacity: 0
    }
    36% {
        opacity: 1
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes wtag_t {
    0% {
        opacity: 1
    }
    4% {
        opacity: 1
    }
    5% {
        opacity: 0
    }
    45% {
        opacity: 0
    }
    46% {
        opacity: 1
    }
    100% {
        opacity: 1
    }
}

@keyframes wtag_t {
    0% {
        opacity: 1
    }
    4% {
        opacity: 1
    }
    5% {
        opacity: 0
    }
    45% {
        opacity: 0
    }
    46% {
        opacity: 1
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes wtag_a {
    0% {
        opacity: 1
    }
    24% {
        opacity: 1
    }
    25% {
        opacity: 0
    }
    40% {
        opacity: 0
    }
    47% {
        opacity: 1
    }
    100% {
        opacity: 1
    }
}

@keyframes wtag_a {
    0% {
        opacity: 1
    }
    24% {
        opacity: 1
    }
    25% {
        opacity: 0
    }
    40% {
        opacity: 0
    }
    47% {
        opacity: 1
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes wtag_g {
    0% {
        opacity: 1
    }
    10% {
        opacity: 1
    }
    11% {
        opacity: 0
    }
    23% {
        opacity: 0
    }
    24% {
        opacity: 1
    }
    100% {
        opacity: 1
    }
}

@keyframes wtag_g {
    0% {
        opacity: 1
    }
    10% {
        opacity: 1
    }
    11% {
        opacity: 0
    }
    23% {
        opacity: 0
    }
    24% {
        opacity: 1
    }
    100% {
        opacity: 1
    }
}

.input {
    height: 35px;
    padding: 20px;
    line-height: 60px;
    background: #ECECED;
    border: 1px solid #ececed;
    font: 16px "Basis Grotesque Pro Regular";
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border-radius: 0
}

@media screen and (min-width: 640px) {
    .input {
        height: 60px
    }
}

@media screen and (min-width: 1220px) {
    .input {
        height: 60px
    }
}

.input::-webkit-input-placeholder {
    color: #666
}

.input:-ms-input-placeholder {
    color: #666
}

.input::-ms-input-placeholder {
    color: #666
}

.input::placeholder {
    color: #666
}

.input:focus {
    border-color: #888;
    color: #888
}

.input:focus::-webkit-input-placeholder {
    color: #888
}

.input:focus:-ms-input-placeholder {
    color: #888
}

.input:focus::-ms-input-placeholder {
    color: #888
}

.input:focus::placeholder {
    color: #888
}

.input.textarea {
    height: 170px
}

.select-mask {
    height: 100%;
    position: relative;
    background: white
}

.select-mask span {
    pointer-events: none;
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    width: 40px;
    background: #ECECED
}

.select-mask span svg {
    height: 100%;
    padding: 40%
}

.select-mask span svg path {
    fill: #4d4d4e
}

.select-mask:before {
    content: attr(data-title);
    position: absolute;
    top: 0;
    left: 10px;
    right: 50px;
    line-height: 50px;
    color: #0098db
}

.select {
    height: 35px;
    cursor: pointer;
    width: 100%;
    padding: 10px 20px;
    font-size: 16px;
    color: #4D4D4F;
    background: #ECECED;
    border: 1px solid #ECECED;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border-radius: 0
}

@media screen and (min-width: 640px) {
    .select {
        height: 60px
    }
}

@media screen and (min-width: 1220px) {
    .select {
        height: 60px
    }
}

.select:focus,
.select:hover {
    border-color: #ECECED
}

.submit {
    height: 35px;
    padding: 5px 10px;
    cursor: pointer;
    font: 16px "Basis Grotesque Pro Bold";
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border-radius: 0;
    background: #fbaf14;
    border: 3px solid #fbaf14;
    color: #fff;
    -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1)
}

@media screen and (min-width: 640px) {
    .submit {
        padding: 10px 20px;
        height: 60px
    }
}

@media screen and (min-width: 1220px) {
    .submit {
        height: 60px
    }
}

.submit:focus {
    color: #fbaf14;
    border-color: #fbaf14;
    background: #fff
}

.submit:hover {
    color: #fbaf14;
    border-color: #fbaf14;
    background: #fff
}

.submit:active {
    color: #fff;
    border-color: #fbaf14;
    background: #ffce6a
}

.container-checkbox,
.container-radio {
    position: relative
}

.container-checkbox input[type="checkbox"],
.container-checkbox input[type="radio"],
.container-radio input[type="checkbox"],
.container-radio input[type="radio"] {
    display: none
}

.container-checkbox label,
.container-radio label {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 10px;
    line-height: 20px;
    cursor: pointer
}

.container-checkbox label::before,
.container-radio label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 15px;
    height: 15px;
    margin-top: -7.5px;
    border: 1px solid #c4c4c4;
    background: #ddd;
    border-radius: 4px;
    z-index: 1;
    font-size: 10px
}

.container-checkbox input[type="checkbox"]:checked+label::before,
.container-checkbox input[type="radio"]:checked+label::before,
.container-radio input[type="checkbox"]:checked+label::before,
.container-radio input[type="radio"]:checked+label::before {
    border-color: #0098db;
    background: #0098db
}

.container-checkbox input[type="radio"]:checked+label::before,
.container-checkbox input[type="checkbox"]:checked+label::before,
.container-radio input[type="radio"]:checked+label::before,
.container-radio input[type="checkbox"]:checked+label::before {
    content: "✓";
    text-align: center;
    line-height: 15px;
    color: #fff
}

.container-checkbox label,
.container-checkbox label::before,
.container-radio label,
.container-radio label::before {
    -webkit-transition: .25s all ease;
    transition: .25s all ease
}

.header {
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: height 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: height 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
    height: 70px
}

@media screen and (min-width: 640px) {
    .header {
        height: 100px
    }
    .header.scroll {
        height: 66.66667px
    }
}

@media screen and (min-width: 1220px) {
    .header {
        height: 180px
    }
    .header.scroll {
        height: 120px
    }
}

.header .content {
    height: 100%
}

.header .header-flex {
    position: relative
}

.header .header-flex::before {
    content: '';
    z-index: 1;
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 100vw;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: #E4E4E4
}

@media screen and (max-width: 1219px) {
    .header::before {
        content: '';
        z-index: -1;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.8);
        opacity: 0;
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%);
        -webkit-transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1)
    }
}

.header.opened::before {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.logo {
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
    font-size: 0;
    cursor: pointer;
    height: 68px;
    width: 40%;
    max-width: 100px;
    position: relative;
    z-index: 2
}

@media screen and (min-width: 640px) {
    .logo {
        max-width: 150px
    }
}

@media screen and (min-width: 1350px) {
    .logo {
        width: 208px
    }
}

.logo svg {
    height: 100%
}

.menu {
    float: left;
    display: block;
    text-align: left;
    opacity: 1;
    -webkit-transform: translate(-50%, -220%);
    transform: translate(-50%, -220%)
}

@media screen and (min-width: 640px) {
    .menu {
        padding: 0 4%
    }
}

@media screen and (min-width: 1220px) {
    .menu {
        padding: 0;
        text-align: center
    }
}

@media screen and (min-width: 1220px) {
    .menu {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        position: relative;
        z-index: 2
    }
}

.menu li {
    display: inline-block
}

.menu li.right {
    float: right
}

.menu li:hover {
    text-decoration: none;
    background: #ddd
}

.menu li:hover .submenu {
    display: block
}

.menu li .menu-link {
    height: 50px;
    line-height: 48px;
    padding: 0 10px;
    font-family: "Basis Grotesque Pro Regular";
    display: block;
    color: #4d4d4e;
    background: transparent;
    border: none;
    cursor: pointer;
    -webkit-transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
    font-size: 10px
}

.menu li .menu-link.minha-conta {
    position: relative
}

.menu li .menu-link.minha-conta:after {
    float: right;
    position: absolute;
    content: '';
    width: 2px;
    height: 14px;
    right: -3px;
    top: 50%;
    margin-top: -9px;
    background: #0098db
}

.menu li .menu-link.minha-conta svg {
    width: 13px;
    stroke: transparent
}

.menu li .menu-link__login {
    color: #0098db
}

@media screen and (max-width: 1219px) {
    .menu li .menu-link__login {
        display: none
    }
}

.menu li .menu-link:hover {
    text-decoration: none;
    background: #ddd
}

.menu li .menu-link svg {
    width: 20px;
    stroke: #4d4d4e
}

@media screen and (min-width: 640px) {
    .menu li .menu-link {
        font-size: 10px;
        letter-spacing: 1.5px
    }
}

@media screen and (min-width: 1400px) {
    .menu li .menu-link {
        font-size: 12px;
        letter-spacing: 1.5px
    }
}

@media screen and (min-width: 1600px) {
    .menu li .menu-link {
        font-size: 14px
    }
}

@media screen and (max-width: 1219px) {
    .menu {
        z-index: -1;
        position: absolute;
        top: 100%;
        left: 50%;
        width: 100vw;
        font-size: 0;
        -webkit-transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1);
        background: #0090F0
    }
    .menu:not(.header-buttons) {
        margin-top: 50px;
        border-top: 1px solid white
    }
    .menu li {
        margin: 0
    }
    .menu li .menu-link {
        height: 50px;
        line-height: 50px;
        padding: 0 10px;
        text-align: center;
        color: #fff;
        width: 100%
    }
    .menu li .menu-link:hover {
        background: #ECECED;
        color: #0090F0
    }
    .menu.opened {
        opacity: 1;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
}

.menu__submenu-container {
    position: relative
}

.menu__submenu-container>a {
    position: relative;
    display: block;
    padding-left: 50px !important
}

@media screen and (min-width: 1220px) {
    .menu__submenu-container>a {
        padding-left: 3vw !important
    }
}

.menu__submenu-container>a>span {
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 1px;
    background: #4D4D4F;
    margin-top: -0.5px
}

.menu__submenu-container>a>span::before,
.menu__submenu-container>a>span::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #4D4D4F
}

.menu__submenu-container>a>span::before {
    top: -5px
}

.menu__submenu-container>a>span::after {
    bottom: -5px
}

.menu__submenu-container:hover {
    background: transparent !important
}

.menu__submenu-container:hover a {
    background: #ddd;
    text-decoration: none
}

.menu__submenu-container:hover .submenu__lvl-1 {
    display: block
}

.menu__submenu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 160px
}

@media screen and (min-width: 640px) {
    .menu__submenu {
        width: 200px
    }
}

.menu__submenu li {
    padding: 0;
    margin: 0;
    text-align: left;
    background: #ddd
}

.menu__submenu li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.menu__submenu li a {
    position: relative;
    padding: 12px;
    color: #4D4D4F
}

@media screen and (max-width: 639px) {
    .menu__submenu li a {
        font-size: 10px
    }
}

@media screen and (max-width: 1219px) {
    .menu__submenu li a {
        font-size: 12px
    }
}

.menu__submenu li a svg {
    position: absolute;
    right: 10px;
    top: 50%;
    width: 15px;
    height: 10px;
    margin-top: -5px
}

.menu__submenu li a svg path {
    fill: #4D4D4F
}

.menu__submenu li:hover>a {
    color: #0098db
}

.menu__submenu li:hover>a svg path {
    fill: #0098db
}

.menu__submenu.submenu__lvl-1 {
    display: none;
    z-index: 3
}

.menu__submenu.submenu__lvl-1>li:hover .submenu__lvl-2 {
    display: block
}

.menu__submenu.submenu__lvl-1>li:hover .submenu__lvl-2 li {
    -webkit-animation: menuitemIn 200ms cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
    animation: menuitemIn 200ms cubic-bezier(0.645, 0.045, 0.355, 1) forwards
}

.menu__submenu.submenu__lvl-1>li:hover .submenu__lvl-2 li:nth-child(1) {
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms
}

.menu__submenu.submenu__lvl-1>li:hover .submenu__lvl-2 li:nth-child(2) {
    -webkit-animation-delay: 50ms;
    animation-delay: 50ms
}

.menu__submenu.submenu__lvl-1>li:hover .submenu__lvl-2 li:nth-child(3) {
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms
}

.menu__submenu.submenu__lvl-1>li:hover .submenu__lvl-2 li:nth-child(4) {
    -webkit-animation-delay: 150ms;
    animation-delay: 150ms
}

.menu__submenu.submenu__lvl-1>li:hover .submenu__lvl-2 li:nth-child(5) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms
}

.menu__submenu.submenu__lvl-1>li:hover .submenu__lvl-2 li:nth-child(6) {
    -webkit-animation-delay: 250ms;
    animation-delay: 250ms
}

.menu__submenu.submenu__lvl-1>li:hover .submenu__lvl-2 li:nth-child(7) {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms
}

.menu__submenu.submenu__lvl-1>li:hover .submenu__lvl-2 li:nth-child(8) {
    -webkit-animation-delay: 350ms;
    animation-delay: 350ms
}

.menu__submenu.submenu__lvl-1>li:hover .submenu__lvl-2 li:nth-child(9) {
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms
}

.menu__submenu.submenu__lvl-1>li:hover .submenu__lvl-2 li:nth-child(10) {
    -webkit-animation-delay: 450ms;
    animation-delay: 450ms
}

.menu__submenu.submenu__lvl-1>li:hover .submenu__lvl-2 li:nth-child(11) {
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms
}

.menu__submenu.submenu__lvl-1>li:hover .submenu__lvl-2 li:nth-child(12) {
    -webkit-animation-delay: 550ms;
    animation-delay: 550ms
}

.menu__submenu.submenu__lvl-1>li:hover .submenu__lvl-2 li:nth-child(13) {
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms
}

.menu__submenu.submenu__lvl-1>li:hover .submenu__lvl-2 li:nth-child(14) {
    -webkit-animation-delay: 650ms;
    animation-delay: 650ms
}

.menu__submenu.submenu__lvl-1>li:hover .submenu__lvl-2 li:nth-child(15) {
    -webkit-animation-delay: 700ms;
    animation-delay: 700ms
}

.menu__submenu.submenu__lvl-1>li:hover .submenu__lvl-2 li:nth-child(16) {
    -webkit-animation-delay: 750ms;
    animation-delay: 750ms
}

.menu__submenu.submenu__lvl-1>li:hover .submenu__lvl-2 li:nth-child(17) {
    -webkit-animation-delay: 800ms;
    animation-delay: 800ms
}

.menu__submenu.submenu__lvl-1>li:hover .submenu__lvl-2 li:nth-child(18) {
    -webkit-animation-delay: 850ms;
    animation-delay: 850ms
}

.menu__submenu.submenu__lvl-1>li:hover .submenu__lvl-2 li:nth-child(19) {
    -webkit-animation-delay: 900ms;
    animation-delay: 900ms
}

.menu__submenu.submenu__lvl-1>li:hover .submenu__lvl-2 li:nth-child(20) {
    -webkit-animation-delay: 950ms;
    animation-delay: 950ms
}

.menu__submenu.submenu__lvl-2 {
    display: none;
    z-index: 2;
    overflow: hidden;
    top: 0;
    left: 100%;
    width: 100%
}

@media screen and (min-width: 640px) {
    .menu__submenu.submenu__lvl-2 {
        top: inherit
    }
}

.menu__submenu.submenu__lvl-2:hover {
    overflow: visible
}

.menu__submenu.submenu__lvl-2>li {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0
}

.menu__submenu.submenu__lvl-2>li a svg {
    display: none
}

@media screen and (min-width: 640px) {
    .menu__submenu.submenu__lvl-2>li a svg {
        display: block
    }
    .menu__submenu.submenu__lvl-2>li:hover .submenu__lvl-3 {
        display: block
    }
    .menu__submenu.submenu__lvl-2>li:hover .submenu__lvl-3>li {
        -webkit-animation: menuitemIn 300ms cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
        animation: menuitemIn 300ms cubic-bezier(0.645, 0.045, 0.355, 1) forwards
    }
}

.menu__submenu.submenu__lvl-3 {
    display: none;
    z-index: 3;
    overflow: hidden;
    top: 0;
    left: 100%;
    width: 100%
}

.menu__submenu.submenu__lvl-3>li {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    -webkit-transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1)
}

.menu.mobile .menu__submenu-container::before {
    z-index: 2;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 40px;
    background: rgba(255, 255, 255, 0.2)
}

.menu.mobile .menu__submenu-container a {
    position: relative;
    z-index: 1
}

.menu.mobile .menu__submenu-container .submenu__lvl-1>li::before {
    content: '';
    position: relative;
    z-index: 2;
    content: '';
    float: right;
    display: block;
    width: 60px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2)
}

.menu.mobile .menu__submenu-container .submenu__lvl-1>li>a {
    width: calc(100% - 60px);
    padding: 20px 5px
}

.menu.mobile .menu__submenu-container .submenu__lvl-1>li>a svg {
    right: auto;
    left: 100%;
    margin-left: 20px
}

@-webkit-keyframes menuitemIn {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes menuitemIn {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

.header-buttons {
    display: block
}

.header-buttons li {
    margin-right: 5px
}

@media screen and (min-width: 1300px) {
    .header-buttons li {
        margin-right: 10px
    }
}

@media screen and (min-width: 1500px) {
    .header-buttons li {
        margin-right: 20px
    }
}

.header-buttons li a {
    background: #0098db !important;
    color: white !important;
    border: 2px solid #0098db !important
}

.header-buttons li a:hover {
    color: #0098db !important;
    background: white !important
}

@media screen and (max-width: 1219px) {
    .header-buttons li {
        margin: 0
    }
}

.search-form {
    background: #fff;
    position: relative;
    z-index: 2;
    width: 205px;
    height: 50px
}

@media screen and (min-width: 1220px) {
    .search-form {
        display: inline-block;
        height: 50px;
        position: relative
    }
}

.search-form .easy-autocomplete {
    width: 100% !important
}

.search-form input {
    height: 100%;
    padding: 0 10px 0 60px;
    border: none;
    float: none;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    color: rgba(77, 77, 78, 0.5)
}

.search-form input::-webkit-input-placeholder {
    color: rgba(77, 77, 78, 0.5)
}

.search-form input:-ms-input-placeholder {
    color: rgba(77, 77, 78, 0.5)
}

.search-form input::-ms-input-placeholder {
    color: rgba(77, 77, 78, 0.5)
}

.search-form input::placeholder {
    color: rgba(77, 77, 78, 0.5)
}

.search-form button {
    height: 48px;
    width: 48px;
    cursor: pointer;
    position: absolute;
    top: 1px;
    left: 1px;
    border: none;
    padding: 0;
    background: #fbaf14
}

.search-form button svg {
    height: 100%;
    padding: 30%;
    -webkit-transition: padding 150ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: padding 150ms cubic-bezier(0.645, 0.045, 0.355, 1)
}

.search-form button svg path {
    fill: #fff
}

.search-form button:hover svg {
    padding: 25%
}

@media screen and (max-width: 1219px) {
    .search-form {
        z-index: 3;
        position: absolute;
        top: 0;
        left: -3%;
        width: 106%;
        height: 100%;
        opacity: 0;
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%);
        -webkit-transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1)
    }
    .search-form button {
        top: 0;
        left: 0;
        width: 60px;
        height: 100%;
        background: transparent
    }
    .search-form button svg path {
        fill: rgba(77, 77, 78, 0.5)
    }
    .search-form.opened {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.search-form .close-search-form-mobile {
    display: block;
    outline: none;
    position: absolute;
    z-index: 4;
    top: 0;
    right: 2%;
    left: auto;
    width: 50px;
    height: 100%
}

@media screen and (min-width: 1220px) {
    .search-form .close-search-form-mobile {
        display: none
    }
}

.search-form .close-search-form-mobile::before,
.search-form .close-search-form-mobile::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 2px;
    border-radius: 8px;
    background: rgba(77, 77, 78, 0.5);
    -webkit-transition: width 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: width 250ms cubic-bezier(0.645, 0.045, 0.355, 1)
}

.search-form .close-search-form-mobile::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.search-form .close-search-form-mobile::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.search-form .close-search-form-mobile:hover::before,
.search-form .close-search-form-mobile:hover::after {
    width: 25px
}

.header-language {
    position: relative;
    z-index: 2;
    display: inline-block;
    height: 30px;
    padding-top: 30px;
    width: 50px;
    margin-left: 10px
}

@media screen and (min-width: 640px) {
    .header-language {
        margin-left: 20px;
        width: 65px
    }
}

.header-language li.active {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-left: 10px;
    pointer-events: none
}

.header-language li:not(.active) {
    clear: left;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    pointer-events: none
}

.header-language li:not(.active) a {
    padding: 10px
}

.header-language li:not(.active) a:hover {
    text-decoration: none;
    background: #0fb6ff;
    color: white
}

.header-language:hover {
    background: #0098db
}

.header-language:hover li {
    background: #0098db
}

.header-language:hover li a {
    color: white
}

.header-language:hover span svg path {
    fill: white
}

.header-language:hover li:not(.active) {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto
}

.header-language span {
    position: absolute;
    top: 50%;
    right: 7px;
    width: 8px;
    height: 8px;
    margin-top: -4px
}

.header-language span svg {
    height: 100%
}

.acount-menu {
    float: left;
    display: block;
    width: 20px;
    height: 20px;
    position: relative;
    z-index: 2
}

@media screen and (min-width: 640px) {
    .acount-menu {
        margin-right: 30px
    }
}

@media screen and (min-width: 1220px) {
    .acount-menu {
        margin-right: 0;
        margin-left: 20px
    }
    .acount-menu.not-logged {
        display: none
    }
}

.acount-menu span {
    height: 100%;
    position: relative;
    z-index: 2
}

.acount-menu span svg {
    height: 100%
}

.acount-menu span svg path {
    fill: #4D4D4F
}

.acount-menu ul {
    display: none;
    z-index: 1;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 10px;
    background: #0098db
}

.acount-menu ul:before {
    content: '';
    z-index: -1;
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.001)
}

.acount-menu ul li {
    text-align: center
}

.acount-menu ul li a {
    padding: 5px 20px;
    white-space: nowrap;
    line-height: 30px;
    text-transform: lowercase;
    color: white;
    width: 100%;
    display: block;
    cursor: pointer
}

.acount-menu ul li a:hover {
    text-decoration: none;
    background: #0fb6ff
}

.acount-menu:hover ul {
    display: block
}

.header-mobile-actions {
    height: 100%;
    width: auto;
    margin-left: 10px;
    display: block
}

@media screen and (min-width: 640px) {
    .header-mobile-actions {
        margin-left: 50px
    }
}

@media screen and (min-width: 1220px) {
    .header-mobile-actions {
        display: none
    }
}

.search-mobile {
    display: block;
    float: left;
    height: 100%;
    position: relative;
    z-index: 2;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
    font-size: 0;
    cursor: pointer;
    width: 30px
}

@media screen and (min-width: 1220px) {
    .search-mobile {
        display: none
    }
}

@media screen and (min-width: 640px) {
    .search-mobile {
        width: 40px;
        margin-right: 20px
    }
}

.search-mobile svg {
    height: 100%;
    padding: 20%
}

.search-mobile svg path {
    fill: #4d4d4e
}

.menu-mobile {
    float: right;
    display: block;
    height: 100%;
    width: 30px;
    margin-left: 20px;
    margin-right: 0;
    position: relative;
    z-index: 2;
    border: none;
    padding: 0;
    background: transparent;
    outline: none;
    cursor: pointer;
    position: relative
}

@media screen and (min-width: 640px) {
    .menu-mobile {
        margin-left: 10px;
        margin-right: -10%;
        width: 38px
    }
}

@media screen and (min-width: 1220px) {
    .menu-mobile {
        display: none
    }
}

.menu-mobile::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 101%;
    background: transparent;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: background 150ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: background 150ms cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 200%
}

.menu-mobile span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 5px;
    height: 5px;
    background: #666668;
    border-radius: 50%;
    -webkit-transition: background 150ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: background 150ms cubic-bezier(0.645, 0.045, 0.355, 1)
}

.menu-mobile span::before,
.menu-mobile span::after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 5px;
    height: 5px;
    background: #666668;
    border-radius: 50%;
    -webkit-transition: background 150ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: background 150ms cubic-bezier(0.645, 0.045, 0.355, 1)
}

.menu-mobile span::before {
    left: -15px
}

.menu-mobile span::after {
    right: -15px
}

.menu-mobile.opened::before {
    background: #0090F0
}

.menu-mobile.opened span,
.menu-mobile.opened span::before,
.menu-mobile.opened span::after {
    background: #fff
}

.footer {
    overflow: hidden
}

.footer .circles {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    right: 5%
}

@media screen and (min-width: 640px) {
    .footer .circles {
        width: 33px;
        height: 33px
    }
}

@media screen and (min-width: 840px) {
    .footer .circles {
        right: 12%
    }
}

@media screen and (min-width: 1400px) {
    .footer .circles {
        right: 20%
    }
}

.footer .circles:not(.right)::before {
    top: -700%;
    left: -1620%;
    width: 8000%;
    height: 8000%
}

.footer .circles:not(.right)::after {
    width: 10000%;
    height: 10000%
}

@media screen and (max-width: 639px) {
    .footer .circles:not(.right)::after {
        top: 0;
        right: 0;
        -webkit-transform: translate(-8px, -50%);
        transform: translate(-8px, -50%)
    }
}

@media screen and (min-width: 640px) {
    .footer .circles:not(.right)::after {
        top: -600%;
        right: -2480%
    }
}

.footer .content {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding-top: 70px
}

@media screen and (min-width: 640px) {
    .footer .content {
        padding-top: 170px
    }
}

@media screen and (min-width: 1220px) {
    .footer .content {
        padding-top: 270px
    }
}

.footer-content {
    width: 94%
}

@media screen and (min-width: 640px) {
    .footer-content {
        width: 90%
    }
}

@media screen and (min-width: 1220px) {
    .footer-content {
        width: 75%
    }
}

.footer-top {
    float: left;
    display: block;
    position: relative;
    width: 100%;
    text-align: right
}

.footer-inf {
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
    font-family: "Basis Grotesque Pro Regular";
    font-size: 10px;
    line-height: 14px;
    max-width: 145px
}

@media screen and (min-width: 640px) {
    .footer-inf {
        max-width: none;
        font-size: 12px;
        line-height: 24px
    }
}

@media screen and (min-width: 1400px) {
    .footer-inf {
        font-size: 15px;
        line-height: 30px
    }
}

.social-media {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-top: 45px
}

@media screen and (min-width: 640px) {
    .social-media {
        margin-top: 50px
    }
}

.social-media .social-media-icon {
    width: 22px;
    height: 22px
}

.social-media span {
    float: left;
    display: block;
    font-family: "Basis Grotesque Pro Bold";
    font-size: 10px;
    line-height: 20px;
    padding-right: 25px
}

@media screen and (min-width: 640px) {
    .social-media span {
        padding-right: 95px;
        font-size: 12px;
        line-height: 30px;
        position: relative
    }
    .social-media span::before {
        content: '';
        position: absolute;
        top: 50%;
        right: 15px;
        width: 65px;
        height: 1px;
        margin-top: -0.5px;
        background: #000
    }
}

@media screen and (min-width: 1400px) {
    .social-media span {
        font-size: 15px;
        line-height: 30px
    }
}

.footer-menu {
    display: inline-block;
    float: right;
    clear: right;
    width: 110px
}

.footer-menu:not(:last-child) {
    margin-bottom: 20px
}

@media screen and (min-width: 450px) {
    .footer-menu {
        float: none;
        width: auto
    }
    .footer-menu:not(:last-child) {
        margin-right: 20px;
        margin-bottom: 0
    }
}

.footer-menu span {
    float: left;
    display: block;
    font-size: 16px;
    font-family: "Basis Grotesque Pro Regular";
    margin-bottom: 10px;
    color: rgba(0, 0, 0, 0.3)
}

.footer-menu ul {
    clear: left;
    float: left;
    display: block;
    margin-right: 15px
}

.footer-menu ul li {
    clear: left;
    float: left;
    display: block
}

.footer-menu ul li .footer-link {
    float: left;
    display: block;
    white-space: nowrap;
    font-family: "Basis Grotesque Pro Regular";
    font-size: 10px;
    line-height: 14px;
    text-align: left;
    background-color: transparent;
    border: none;
    padding: 0;
    outline: none;
    cursor: pointer
}

@media screen and (min-width: 640px) {
    .footer-menu ul li .footer-link {
        font-size: 12px;
        line-height: 24px
    }
}

@media screen and (min-width: 1400px) {
    .footer-menu ul li .footer-link {
        font-size: 15px;
        line-height: 30px
    }
}

.footer-menu ul li .footer-link:hover {
    color: #c5c5c8
}

.footer-copyright {
    margin-top: 75px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding: 20px 0
}

@media screen and (min-width: 640px) {
    .footer-copyright {
        padding: 55px 0 20px
    }
}

.copyright {
    float: left;
    display: block;
    font-family: "Basis Grotesque Pro Regular";
    font-size: 10px;
    line-height: 20px
}

@media screen and (min-width: 640px) {
    .copyright {
        font-size: 15px
    }
}

#logo-wt-container {
    float: right;
    display: block
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
    color: #B94A48;
    border: 1px solid #fc636b
}

.parsley-errors-list {
    position: absolute;
    bottom: -6px;
    right: 15px;
    padding: 0;
    list-style-type: none;
    font-size: 0.9em;
    line-height: 0.9em;
    opacity: 0;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.parsley-errors-list li {
    line-height: 10px;
    padding: 4px 8px;
    font-size: 12px;
    text-align: left;
    margin-top: 0px;
    color: #fc636b;
    border-radius: 2px;
    background-color: #ffe5e8;
    background-repeat: no-repeat
}

.parsley-errors-list.filled {
    opacity: 1
}

.jq-ry-container {
    position: relative;
    padding: 0 5px;
    line-height: 0;
    display: block;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    direction: ltr
}

.jq-ry-container[readonly=readonly] {
    cursor: default
}

.jq-ry-container>.jq-ry-group-wrapper {
    position: relative;
    width: 100%
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group {
    position: relative;
    line-height: 0;
    z-index: 10;
    white-space: nowrap
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group>svg {
    display: inline-block
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-normal-group {
    width: 100%
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-rated-group {
    width: 0;
    z-index: 11;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden
}

.input-stepper {
    position: relative
}

.input-stepper .input {
    padding-left: 40px;
    z-index: 1
}

.input-stepper-decrease,
.input-stepper-increase {
    z-index: 2;
    position: absolute;
    height: 50%;
    width: 30px;
    cursor: pointer
}

.input-stepper-decrease {
    bottom: 0;
    left: 0
}

.input-stepper-increase {
    top: 0;
    left: 0
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-arrow {
    position: absolute;
    top: 40%;
    height: 60px;
    z-index: 1;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #0098db;
    -webkit-transition: border 150ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: border 150ms cubic-bezier(0.645, 0.045, 0.355, 1);
    padding: 0;
    background: transparent;
    cursor: pointer
}

@media screen and (min-width: 640px) {
    .slick-arrow {
        width: 55px;
        height: 55px
    }
}

@media screen and (min-width: 1220px) {
    .slick-arrow {
        width: 90px;
        height: 90px
    }
}

.slick-arrow::before {
    content: '';
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    border-radius: 50%;
    border: 3px solid #757577;
    background: #fff;
    z-index: -1;
    -webkit-transition: ALL 150ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: ALL 150ms cubic-bezier(0.645, 0.045, 0.355, 1)
}

.slick-arrow.slick-disabled {
    cursor: default;
    opacity: 0.2
}

.slick-arrow.slick-prev {
    left: -10px
}

.slick-arrow.slick-next {
    right: -10px
}

@media screen and (min-width: 640px) {
    .slick-arrow.slick-prev {
        left: -25px
    }
    .slick-arrow.slick-next {
        right: -25px
    }
}

@media screen and (min-width: 1220px) {
    .slick-arrow.slick-prev {
        left: -40px
    }
    .slick-arrow.slick-next {
        right: -40px
    }
}

.slick-arrow svg {
    width: 100%;
    height: 100%;
    padding: 40%
}

.slick-arrow svg.top,
.slick-arrow svg.bottom {
    display: none
}

.slick-arrow svg path {
    -webkit-transition: fill 150ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: fill 150ms cubic-bezier(0.645, 0.045, 0.355, 1)
}

.slick-arrow:not(.slick-disabled):hover {
    border-width: 5px
}

.slick-arrow:not(.slick-disabled):hover:before {
    border-color: #0098db;
    border-width: 4px;
    background: #0098db
}

.slick-arrow:not(.slick-disabled):hover svg path {
    stroke: #fff;
    fill: #fff
}

.slick-dots {
    position: absolute;
    font-size: 0;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    text-align: center
}

@media screen and (min-width: 640px) {
    .slick-dots {
        bottom: auto;
        left: auto;
        top: 50%;
        right: 5%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
}

.slick-dots li {
    margin: 0 10px;
    display: inline-block
}

@media screen and (min-width: 640px) {
    .slick-dots li {
        float: right;
        display: block;
        width: 100%;
        margin: 10px 0
    }
}

.slick-dots li button {
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    cursor: pointer;
    padding: 0;
    border-radius: 50%;
    font-size: 0;
    background: transparent;
    -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1)
}

@media screen and (min-width: 640px) {
    .slick-dots li button {
        width: 20px;
        height: 20px;
        border: 2px solid #fff
    }
}

.slick-dots li button:hover {
    background-color: #fff
}

.slick-dots li.slick-active button {
    background-color: #fff
}

.easy-autocomplete {
    position: relative;
    height: 100%
}

.easy-autocomplete input:hover,
.easy-autocomplete input:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.easy-autocomplete a {
    display: block
}

.easy-autocomplete.eac-blue-light input:hover,
.easy-autocomplete.eac-blue-light input:focus {
    border-color: #66afe9;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6)
}

.easy-autocomplete.eac-blue-light ul {
    border-color: #66afe9;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6)
}

.easy-autocomplete.eac-blue-light ul li,
.easy-autocomplete.eac-blue-light ul .eac-category {
    border-color: #66afe9
}

.easy-autocomplete.eac-blue-light ul li.selected,
.easy-autocomplete.eac-blue-light ul .eac-category.selected {
    background-color: #ecf5fc
}

.easy-autocomplete.eac-green-light input:hover,
.easy-autocomplete.eac-green-light input:focus {
    border-color: #41DB00;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6)
}

.easy-autocomplete.eac-green-light ul {
    border-color: #41DB00;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6)
}

.easy-autocomplete.eac-green-light ul li,
.easy-autocomplete.eac-green-light ul .eac-category {
    border-color: #41DB00
}

.easy-autocomplete.eac-green-light ul li.selected,
.easy-autocomplete.eac-green-light ul .eac-category.selected {
    background-color: #9eff75
}

.easy-autocomplete.eac-red-light input:hover,
.easy-autocomplete.eac-red-light input:focus {
    border-color: #ff5b5b;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6)
}

.easy-autocomplete.eac-red-light ul {
    border-color: #ff5b5b;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6)
}

.easy-autocomplete.eac-red-light ul li,
.easy-autocomplete.eac-red-light ul .eac-category {
    border-color: #ff5b5b
}

.easy-autocomplete.eac-red-light ul li.selected,
.easy-autocomplete.eac-red-light ul .eac-category.selected {
    background-color: #ff8e8e
}

.easy-autocomplete.eac-yellow-light input:hover,
.easy-autocomplete.eac-yellow-light input:focus {
    border-color: #ffdb00;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6)
}

.easy-autocomplete.eac-yellow-light ul {
    border-color: #ffdb00;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6)
}

.easy-autocomplete.eac-yellow-light ul li,
.easy-autocomplete.eac-yellow-light ul .eac-category {
    border-color: #ffdb00
}

.easy-autocomplete.eac-yellow-light ul li.selected,
.easy-autocomplete.eac-yellow-light ul .eac-category.selected {
    background-color: #ffe233
}

.easy-autocomplete.eac-dark-light input:hover,
.easy-autocomplete.eac-dark-light input:focus {
    border-color: #333;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6)
}

.easy-autocomplete.eac-dark-light ul {
    border-color: #333;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6)
}

.easy-autocomplete.eac-dark-light ul li,
.easy-autocomplete.eac-dark-light ul .eac-category {
    border-color: #333
}

.easy-autocomplete.eac-dark-light ul li.selected,
.easy-autocomplete.eac-dark-light ul .eac-category.selected {
    background-color: #4d4d4d;
    color: #fff
}

.easy-autocomplete.eac-dark {
    color: #fff
}

.easy-autocomplete.eac-dark input {
    background-color: #404040;
    border-radius: 4px;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    color: #f6f6f6
}

.easy-autocomplete.eac-dark input:hover,
.easy-autocomplete.eac-dark input:focus {
    border-color: #333;
    -webkit-box-shadow: 0;
    box-shadow: 0
}

.easy-autocomplete.eac-dark ul {
    border-color: #333
}

.easy-autocomplete.eac-dark ul li,
.easy-autocomplete.eac-dark ul .eac-category {
    background-color: #404040;
    border-color: #333
}

.easy-autocomplete.eac-dark ul li.selected,
.easy-autocomplete.eac-dark ul .eac-category.selected {
    background-color: #737373;
    color: #f6f6f6
}

.easy-autocomplete.eac-dark-glass {
    color: #fff
}

.easy-autocomplete.eac-dark-glass input {
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 4px;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    color: #f6f6f6
}

.easy-autocomplete.eac-dark-glass input:hover,
.easy-autocomplete.eac-dark-glass input:focus {
    border-color: rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0;
    box-shadow: 0
}

.easy-autocomplete.eac-dark-glass ul {
    border-color: rgba(0, 0, 0, 0.8)
}

.easy-autocomplete.eac-dark-glass ul li,
.easy-autocomplete.eac-dark-glass ul .eac-category {
    background-color: rgba(0, 0, 0, 0.8);
    border-color: rgba(0, 0, 0, 0.8)
}

.easy-autocomplete.eac-dark-glass ul li.selected,
.easy-autocomplete.eac-dark-glass ul .eac-category.selected {
    background-color: rgba(64, 64, 64, 0.8);
    color: #f6f6f6
}

.easy-autocomplete.eac-dark-glass ul li:last-child,
.easy-autocomplete.eac-dark-glass ul .eac-category:last-child {
    border-radius: 0 0 4px 4px
}

.easy-autocomplete.eac-blue {
    color: #fff
}

.easy-autocomplete.eac-blue input {
    background-color: #6d9ed1;
    border-radius: 4px;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    color: #f6f6f6
}

.easy-autocomplete.eac-blue input::-webkit-input-placeholder {
    color: #f6f6f6
}

.easy-autocomplete.eac-blue input:-moz-placeholder {
    color: #f6f6f6
}

.easy-autocomplete.eac-blue input::-moz-placeholder {
    color: #f6f6f6
}

.easy-autocomplete.eac-blue input:-ms-input-placeholder {
    color: #f6f6f6
}

.easy-autocomplete.eac-blue input:hover,
.easy-autocomplete.eac-blue input:focus {
    border-color: #5A91CB;
    -webkit-box-shadow: 0;
    box-shadow: 0
}

.easy-autocomplete.eac-blue ul {
    border-color: #5A91CB
}

.easy-autocomplete.eac-blue ul li,
.easy-autocomplete.eac-blue ul .eac-category {
    background-color: #6d9ed1;
    border-color: #5A91CB
}

.easy-autocomplete.eac-blue ul li.selected,
.easy-autocomplete.eac-blue ul .eac-category.selected {
    background-color: #94b8dd;
    color: #f6f6f6
}

.easy-autocomplete.eac-yellow {
    color: #333
}

.easy-autocomplete.eac-yellow input {
    background-color: #ffdb7e;
    border-color: #333;
    border-radius: 4px;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    color: #333
}

.easy-autocomplete.eac-yellow input:hover,
.easy-autocomplete.eac-yellow input:focus {
    border-color: #333;
    -webkit-box-shadow: 0;
    box-shadow: 0
}

.easy-autocomplete.eac-yellow ul {
    border-color: #333
}

.easy-autocomplete.eac-yellow ul li,
.easy-autocomplete.eac-yellow ul .eac-category {
    background-color: #ffdb7e;
    border-color: #333
}

.easy-autocomplete.eac-yellow ul li.selected,
.easy-autocomplete.eac-yellow ul .eac-category.selected {
    background-color: #ffe9b1;
    color: #333
}

.easy-autocomplete.eac-purple {
    color: #333
}

.easy-autocomplete.eac-purple input {
    background-color: #d6d1e7;
    border-color: #b8afd5;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    color: #333
}

.easy-autocomplete.eac-purple input:hover,
.easy-autocomplete.eac-purple input:focus {
    border-color: #333;
    -webkit-box-shadow: 0;
    box-shadow: 0
}

.easy-autocomplete.eac-purple ul {
    border-color: #333
}

.easy-autocomplete.eac-purple ul li,
.easy-autocomplete.eac-purple ul .eac-category {
    background-color: #d6d1e7;
    border-color: #333
}

.easy-autocomplete.eac-purple ul li.selected,
.easy-autocomplete.eac-purple ul .eac-category.selected {
    background-color: #ebe8f3;
    color: #333
}

.easy-autocomplete.eac-bootstrap input {
    border-color: #ccc;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    color: #555;
    padding: 6px 12px
}

.easy-autocomplete-container {
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2
}

.easy-autocomplete-container ul {
    background: none repeat scroll 0 0 #ebebeb;
    display: none;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: relative;
    top: -1px
}

.easy-autocomplete-container ul li,
.easy-autocomplete-container ul .eac-category {
    background: inherit;
    border-bottom: 1px solid #E3E3E3;
    display: block;
    font-size: 14px;
    font-weight: normal;
    padding: 15px 0px;
    text-indent: 30px
}

.easy-autocomplete-container ul li:last-child {
    border-radius: 0 0 2px 2px;
    border-width: 0 1px 1px;
    border-bottom: none
}

.easy-autocomplete-container ul li.selected {
    background: none repeat scroll 0 0 #ebebeb;
    cursor: pointer
}

.easy-autocomplete-container ul li.selected div {
    font-weight: normal
}

.easy-autocomplete-container ul li div {
    display: block;
    font-weight: normal;
    word-break: break-all
}

.easy-autocomplete-container ul li b {
    font-weight: bold
}

.easy-autocomplete-container ul .eac-category {
    font-size: 18px
}

.eac-description .eac-item span {
    color: #aaa;
    font-style: italic;
    font-size: 0.9em
}

.eac-icon-left .eac-item img {
    margin-right: 4px;
    max-height: 30px
}

.eac-icon-right .eac-item {
    margin-top: 8px;
    min-height: 24px;
    position: relative
}

.eac-icon-right .eac-item img {
    margin-left: 4px;
    max-height: 30px;
    position: absolute;
    right: -4px;
    top: -8px
}

.eac-item a {
    color: #4d4d4e
}

.eac-item a:hover {
    color: #fbaf14
}

.select2-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

.qq-btn {
    -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.37) inset, 1px 0 1px rgba(255, 255, 255, 0.07) inset, 0 1px 0 rgba(0, 0, 0, 0.36), 0 -2px 12px rgba(0, 0, 0, 0.08) inset;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.37) inset, 1px 0 1px rgba(255, 255, 255, 0.07) inset, 0 1px 0 rgba(0, 0, 0, 0.36), 0 -2px 12px rgba(0, 0, 0, 0.08) inset;
    padding: 3px 4px;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    color: inherit;
    background-color: #FFFFFF
}

.qq-upload-delete,
.qq-upload-pause,
.qq-upload-continue {
    display: inline
}

.qq-upload-delete {
    background-color: #e65c47;
    color: #FAFAFA;
    border-color: #dc523d;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.55)
}

.qq-upload-delete:hover {
    background-color: #f56b56
}

.qq-upload-cancel {
    background-color: #F5D7D7;
    border-color: #e6c8c8
}

.qq-upload-cancel:hover {
    background-color: #ffe1e1
}

.qq-upload-retry {
    background-color: #EBF6E0;
    border-color: #d2ddc7
}

.qq-upload-retry:hover {
    background-color: #f7ffec
}

.qq-upload-pause,
.qq-upload-continue {
    background-color: #00ABC7;
    color: #FAFAFA;
    border-color: #2dadc2;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.55)
}

.qq-upload-pause:hover,
.qq-upload-continue:hover {
    background-color: #0fbad6
}

.qq-upload-button {
    display: inline;
    width: 105px;
    margin-bottom: 10px;
    padding: 7px 10px;
    text-align: center;
    float: left;
    background: #00ABC7;
    color: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #2dadc2;
    -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.37) inset, 1px 0 1px rgba(255, 255, 255, 0.07) inset, 0 1px 0 rgba(0, 0, 0, 0.36), 0 -2px 12px rgba(0, 0, 0, 0.08) inset;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.37) inset, 1px 0 1px rgba(255, 255, 255, 0.07) inset, 0 1px 0 rgba(0, 0, 0, 0.36), 0 -2px 12px rgba(0, 0, 0, 0.08) inset
}

.qq-upload-button-hover {
    background: #33B6CC
}

.qq-upload-button-focus {
    outline: 1px dotted #000000
}

.qq-uploader {
    position: relative;
    min-height: 200px;
    max-height: 490px;
    overflow-y: hidden;
    width: inherit;
    border-radius: 6px;
    background-color: #FDFDFD;
    border: 1px dashed #CCCCCC;
    padding: 20px
}

.qq-uploader:before {
    content: attr(qq-drop-area-text) " ";
    position: absolute;
    font-size: 200%;
    left: 0;
    width: 100%;
    text-align: center;
    top: 45%;
    opacity: 0.25
}

.qq-upload-drop-area,
.qq-upload-extra-drop-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 30px;
    z-index: 2;
    background: #F9F9F9;
    border-radius: 4px;
    border: 1px dashed #CCCCCC;
    text-align: center
}

.qq-upload-drop-area span {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -8px;
    font-size: 16px
}

.qq-upload-extra-drop-area {
    position: relative;
    margin-top: 50px;
    font-size: 16px;
    padding-top: 30px;
    height: 20px;
    min-height: 40px
}

.qq-upload-drop-area-active {
    background: #FDFDFD;
    border-radius: 4px;
    border: 1px dashed #CCCCCC
}

.qq-upload-list {
    margin: 0;
    padding: 0;
    list-style: none;
    max-height: 450px;
    overflow-y: auto;
    -webkit-box-shadow: 0px 1px 0px rgba(15, 15, 50, 0.14);
    box-shadow: 0px 1px 0px rgba(15, 15, 50, 0.14);
    clear: both
}

.qq-upload-list li {
    margin: 0;
    padding: 9px;
    line-height: 15px;
    font-size: 16px;
    color: #424242;
    background-color: #F6F6F6;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #DDDDDD
}

.qq-upload-list li:first-child {
    border-top: none
}

.qq-upload-list li:last-child {
    border-bottom: none
}

.qq-upload-file,
.qq-upload-spinner,
.qq-upload-size,
.qq-upload-cancel,
.qq-upload-retry,
.qq-upload-failed-text,
.qq-upload-delete,
.qq-upload-pause,
.qq-upload-continue {
    margin-right: 12px;
    display: inline
}

.qq-upload-file {
    vertical-align: middle;
    display: inline-block;
    width: 300px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: hidden;
    height: 18px
}

.qq-upload-spinner {
    display: inline-block;
    background: url("../images/img/placeholders/loading.gif");
    width: 15px;
    height: 15px;
    vertical-align: text-bottom
}

.qq-drop-processing {
    display: block
}

.qq-drop-processing-spinner {
    display: inline-block;
    background: url("../images/img/placeholders/processing.gif");
    width: 24px;
    height: 24px;
    vertical-align: text-bottom
}

.qq-upload-size,
.qq-upload-cancel,
.qq-upload-retry,
.qq-upload-delete,
.qq-upload-pause,
.qq-upload-continue {
    font-size: 12px;
    font-weight: normal;
    cursor: pointer;
    vertical-align: middle
}

.qq-upload-status-text {
    font-size: 14px;
    font-weight: bold;
    display: block
}

.qq-upload-failed-text {
    display: none;
    font-style: italic;
    font-weight: bold
}

.qq-upload-failed-icon {
    display: none;
    width: 15px;
    height: 15px;
    vertical-align: text-bottom
}

.qq-upload-fail .qq-upload-failed-text {
    display: inline
}

.qq-upload-retrying .qq-upload-failed-text {
    display: inline
}

.qq-upload-list li.qq-upload-success {
    background-color: #EBF6E0;
    color: #424242;
    border-bottom: 1px solid #D3DED1;
    border-top: 1px solid #F7FFF5
}

.qq-upload-list li.qq-upload-fail {
    background-color: #F5D7D7;
    color: #424242;
    border-bottom: 1px solid #DECACA;
    border-top: 1px solid #FCE6E6
}

.qq-progress-bar {
    display: block;
    display: block;
    background: #00abc7;
    width: 0%;
    height: 15px;
    border-radius: 6px;
    margin-bottom: 3px
}

.qq-total-progress-bar {
    height: 25px;
    border-radius: 9px
}

.qq-total-progress-bar-container {
    margin-left: 9px;
    display: inline;
    float: right;
    width: 500px
}

INPUT.qq-edit-filename {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.qq-upload-file.qq-editable {
    cursor: pointer;
    margin-right: 4px
}

.qq-edit-filename-icon.qq-editable {
    display: inline-block;
    cursor: pointer
}

INPUT.qq-edit-filename.qq-editing {
    position: static;
    height: 28px;
    padding: 0 8px;
    margin-right: 10px;
    margin-bottom: -5px;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-size: 16px;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.qq-edit-filename-icon {
    display: none;
    background: url("../images/img/placeholders/edit.gif");
    width: 15px;
    height: 15px;
    vertical-align: text-bottom;
    margin-right: 16px
}

.qq-hide {
    display: none
}

.qq-thumbnail-selector {
    vertical-align: middle;
    margin-right: 12px
}

.qq-uploader DIALOG {
    display: none
}

.qq-uploader DIALOG[open] {
    display: block
}

.qq-uploader DIALOG {
    display: none
}

.qq-uploader DIALOG[open] {
    display: block
}

.qq-uploader DIALOG .qq-dialog-buttons {
    text-align: center;
    padding-top: 10px
}

.qq-uploader DIALOG .qq-dialog-buttons BUTTON {
    margin-left: 5px;
    margin-right: 5px
}

.qq-uploader DIALOG .qq-dialog-message-selector {
    padding-bottom: 10px
}

.qq-uploader DIALOG::-webkit-backdrop {
    background-color: rgba(0, 0, 0, 0.7)
}

.qq-uploader DIALOG::backdrop {
    background-color: rgba(0, 0, 0, 0.7)
}

.account {
    font-size: 12px;
    padding: 50px 0 50px
}

@media screen and (min-width: 640px) {
    .account {
        font-size: 15px;
        padding-top: 70px 0 50px
    }
}

@media screen and (min-width: 1220px) {
    .account {
        font-size: 20px;
        padding-top: 100px 0 50px
    }
}

.account__title {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    color: black;
    padding-bottom: 20px;
    margin-bottom: 25px;
    font-size: 2em
}

.account__menu {
    vertical-align: top;
    display: inline-block;
    width: 250px
}

.account__menu ul,
.account__menu li,
.account__menu a {
    display: block;
    width: 100%
}

.account__menu li:not(:last-child) a {
    border-bottom: 1px solid #c5c5c8
}

@media screen and (max-width: 880px) {
    .account__menu {
        width: 100%
    }
    .account__menu li {
        display: inline-block;
        width: 33.333%
    }
    .account__menu li:not(:last-child) a {
        border-bottom: none;
        border-right: 1px solid #c5c5c8
    }
}

.account__menu a {
    background: #ECECED;
    color: #4D4D4F;
    -webkit-transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1);
    white-space: nowrap;
    font-size: 10px;
    padding: 15px 0;
    text-align: center
}

@media screen and (min-width: 640px) {
    .account__menu a {
        text-align: left;
        font-size: 16px;
        padding: 30px 20px
    }
}

.account__menu a:hover,
.account__menu a.current {
    text-decoration: none;
    color: white;
    border-bottom-color: white !important;
    background: #0098db
}

.account__content {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    margin-top: 50px
}

@media screen and (min-width: 880px) {
    .account__content {
        margin-top: 0;
        width: calc(100% - 280px)
    }
}

.order__list {
    display: block;
    width: 100%
}

.order__item {
    width: 100%;
    height: auto !important;
    border: 1px solid #c5c5c8;
    padding: 15px 0
}

@media screen and (min-width: 880px) {
    .order__item {
        padding: 30px 0
    }
}

.order__item:not(:last-child) {
    margin-bottom: 20px
}

.order__item h2 {
    display: inline-block;
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
    font-size: 1em;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0 10px
}

@media screen and (min-width: 880px) {
    .order__item h2 {
        width: 33.333%;
        margin-bottom: 0
    }
}

.order__item .order-image {
    display: inline-block;
    text-align: center;
    width: 50%
}

@media screen and (min-width: 880px) {
    .order__item .order-image {
        width: 33.333%;
        border-left: 1px solid #c5c5c8;
        border-right: 1px solid #c5c5c8
    }
}

.order__item .order-image img {
    display: inline-block;
    width: 80%;
    max-width: 200px
}

.order__item p {
    display: inline-block;
    text-align: center;
    font-size: 0.8em;
    line-height: 1.2em;
    letter-spacing: 1px;
    padding: 0 10px;
    width: 50%
}

@media screen and (min-width: 880px) {
    .order__item p {
        width: 33.333%
    }
}

.account__registration-data {
    display: block;
    margin: -10px
}

.account__registration-data .helper {
    margin-left: 5px;
    font-size: 12px;
    color: #777
}

.account__registration-data .bt-right {
    float: right;
    margin-top: -20px
}

.contacts__list {
    display: block;
    width: 100%
}

.contacts__item {
    width: 100%
}

.contacts__item:not(:last-child) {
    margin-bottom: 20px
}

.contacts__item button {
    width: 100%;
    height: auto !important;
    outline: none;
    background: transparent;
    padding: 0;
    border: none;
    cursor: pointer;
    border: 1px solid #c5c5c8;
    padding: 15px 0
}

@media screen and (min-width: 880px) {
    .contacts__item button {
        padding: 30px 0
    }
}

.contacts__item button:hover {
    border-color: #0098db;
    color: #0098db
}

.contacts__item button h2 {
    display: inline-block;
    text-align: center;
    width: 50%;
    padding: 0 10px;
    font-size: 1em;
    letter-spacing: 1px;
    color: inherit;
    text-transform: uppercase
}

.contacts__item button p {
    display: inline-block;
    width: 50%;
    padding: 0 10px;
    font-size: 0.8em;
    line-height: 1.2em;
    letter-spacing: 1px;
    text-align: center;
    color: inherit
}

.contacts__text {
    font-size: 12px;
    line-height: 14px
}

@media screen and (min-width: 640px) {
    .contacts__text {
        font-size: 14px;
        line-height: 16px
    }
}

@media screen and (min-width: 1220px) {
    .contacts__text {
        font-size: 16px;
        line-height: 18px
    }
}

.home-products {
    padding-top: 20px;
    margin-bottom: 20px
}

@media screen and (min-width: 640px) {
    .home-products {
        margin-bottom: 60px
    }
}

@media screen and (min-width: 1220px) {
    .home-products {
        margin-bottom: 80px
    }
}

.home-products .title {
    display: block;
    width: auto;
    text-align: center
}

@media screen and (max-width: 800px) {
    .home-products {
        text-align: center
    }
    .home-products .title {
        width: 100%;
        text-align: center
    }
    .home-products .home-filter {
        float: none;
        display: inline-block;
        width: 100%;
        max-width: 500px;
        margin-top: 20px
    }
}

.home-products .product-item {
    padding: 0 10px !important
}

.home-products .product-select {
    top: 10px !important
}

.home-products-list {
    position: relative;
    margin-top: 30px
}

.home-products-list .slick-list {
    background: #fff;
    position: absolute;
    top: 0;
    left: 6vw;
    right: 6vw
}

@media screen and (max-width: 639px) {
    .home-products-list .slick-prev {
        left: -13px
    }
    .home-products-list .slick-next {
        right: -13px
    }
}

.home-filter {
    float: right;
    display: block;
    width: 50%;
    position: relative;
    height: 40px
}

@media screen and (min-width: 1220px) {
    .home-filter {
        height: 60px
    }
}

.home-filter input {
    float: left;
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 10px 10px 60px;
    border: 1px solid #4d4d4e;
    font-size: 15px
}

.home-filter button {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 100%;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
    font-size: 0;
    cursor: pointer
}

.home-filter button svg {
    height: 100%;
    padding: 10px 10px;
    -webkit-transition: padding 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: padding 550ms cubic-bezier(0.19, 1, 0.22, 1)
}

@media screen and (min-width: 1220px) {
    .home-filter button svg {
        padding: 15px 20px
    }
}

.home-filter button svg path {
    fill: #4d4d4e
}

.home-filter button:hover svg {
    padding: 15px
}

.malling {
    text-align: center
}

.malling .text {
    margin-top: 15px
}

.malling .content {
    padding: 5vw 0;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2)
}

.malling-form {
    display: inline-block;
    margin-top: 25px
}

.malling-form label {
    position: relative
}

.home-logos {
    margin-top: 80px;
    padding-bottom: 80px
}

.home-logos__content {
    width: 90%;
    max-width: 990px;
    margin: 0 auto;
    position: relative
}

@media screen and (min-width: 921px) {
    .home-logos__content::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -0.5px;
        width: 1px;
        height: 80px;
        background: rgba(0, 0, 0, 0.2)
    }
}

@media screen and (max-width: 920px) {
    .home-logos__content {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
}

.home-logos-main {
    width: 100%;
    text-align: center
}

.home-logos-main .home-logos-item {
    float: none;
    display: inline-block
}

.home-logos-col {
    font-size: 0
}

.home-logos-col {
    display: block;
    font-size: 0;
    margin-top: 80px;
    position: relative;
    text-align: center;
    width: auto
}

@media screen and (max-width: 920px) {
    .home-logos-col {
        width: 51%
    }
}

.home-logos-col::before {
    content: attr(data-title);
    position: absolute;
    bottom: 105%;
    left: 0;
    width: 100%;
    padding-bottom: 15px;
    font-size: 15px;
    letter-spacing: 1.4px;
    color: black;
    text-align: left;
    text-transform: uppercase
}

.home-logos-item {
    display: inline-block;
    max-width: 190px
}

.home-logos-item:not(:last-child) {
    margin-right: 20px
}

@media screen and (max-width: 920px) {
    .home-logos-item {
        float: left;
        width: 48%
    }
    .home-logos-item:not(:last-child) {
        margin-right: 4%
    }
}

.steps {
    text-align: center;
    overflow: hidden
}

.steps .content {
    padding: 5vw 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2)
}

.steps__list {
    margin-top: 60px;
    padding-left: 50px;
    position: relative
}

@media screen and (min-width: 640px) {
    .steps__list {
        padding-left: 0;
        padding-bottom: 150px
    }
}

@media screen and (min-width: 1400px) {
    .steps__list {
        padding-bottom: 210px
    }
}

.steps__list>span {
    z-index: 1;
    position: absolute;
    width: 200vw;
    height: 200vw;
    border: 1px solid #4d4d4e;
    border-radius: 50%;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0.5
}

.steps__list>span::before,
.steps__list>span::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.steps__list>span::before {
    border: 1px solid #276e51;
    -webkit-transform: translate(0, -35px);
    transform: translate(0, -35px)
}

.steps__list>span::after {
    border: 1px solid #fbaf14;
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px)
}

@media screen and (min-width: 640px) {
    .steps__list>span {
        opacity: 1;
        top: 30px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    .steps__list>span::before {
        -webkit-transform: translate(-35px, 0px);
        transform: translate(-35px, 0px)
    }
    .steps__list>span::after {
        -webkit-transform: translate(30px, 0px);
        transform: translate(30px, 0px)
    }
}

@media screen and (min-width: 900px) {
    .steps__list>span {
        border-width: 2px
    }
    .steps__list>span::before {
        border-width: 2px
    }
    .steps__list>span::after {
        border-width: 2px
    }
}

.steps__item {
    clear: left;
    float: left;
    z-index: 2;
    position: relative;
    max-width: 300px;
    width: 100%;
    text-align: left
}

@media screen and (max-width: 639px) {
    .steps__item {
        display: -moz-flex;
        display: -ms-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100px
    }
}

.steps__item>span {
    display: inline-block;
    width: 50px;
    height: 50px;
    font-size: 18px;
    line-height: 48px;
    text-align: center;
    border: 2px solid #4d4d4e;
    border-radius: 50%;
    background: white;
    position: relative
}

.steps__item>span::before {
    content: '';
    z-index: -1;
    position: absolute;
    top: -7px;
    right: -7px;
    bottom: -7px;
    left: -7px;
    border: 1px solid #4d4d4e;
    background: white;
    border-radius: 50%
}

.steps__item>span::after {
    content: '';
    position: absolute;
    border: 1px solid white;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    left: -20px
}

@media screen and (min-width: 1200px) {
    .steps__item>span {
        width: 70px;
        height: 70px;
        border-width: 3px;
        font-size: 25px;
        line-height: 64px
    }
    .steps__item>span::after {
        left: -25px;
        width: 35px;
        height: 35px
    }
}

.steps__item p {
    font-size: 14px;
    line-height: 18px;
    margin-left: 30px;
    width: 130px
}

@media screen and (min-width: 1200px) {
    .steps__item p {
        font-size: 20px;
        line-height: 25px;
        width: 170px
    }
}

@media screen and (min-width: 640px) {
    .steps__item {
        text-align: center;
        max-width: none;
        width: auto
    }
    .steps__item p {
        margin-top: 20px;
        margin-left: 0;
        position: absolute;
        top: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media screen and (min-width: 640px) {
    .steps__item:nth-child(1) {
        -webkit-transform: translateY(95px);
        transform: translateY(95px)
    }
}

@media screen and (min-width: 1100px) {
    .steps__item:nth-child(1) {
        -webkit-transform: translateY(135px);
        transform: translateY(135px)
    }
}

@media screen and (min-width: 1500px) {
    .steps__item:nth-child(1) {
        -webkit-transform: translateY(170px);
        transform: translateY(170px)
    }
}

.steps__item:nth-child(1)>span::after {
    top: 70%;
    background: #0098db
}

@media screen and (min-width: 640px) {
    .steps__item:nth-child(2) {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
}

@media screen and (min-width: 900px) {
    .steps__item:nth-child(2) {
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }
}

.steps__item:nth-child(2)>span::after {
    top: 60%;
    background: #276e51
}

@media screen and (min-width: 640px) {
    .steps__item:nth-child(3) {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

.steps__item:nth-child(3)>span::after {
    top: 50%;
    background: #fbaf14
}

.steps__item:nth-child(3) p {
    max-width: 150px
}

@media screen and (min-width: 640px) {
    .steps__item:nth-child(4) {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
}

.steps__item:nth-child(4)>span::after {
    top: 40%;
    background: #0098db
}

@media screen and (min-width: 640px) {
    .steps__item:nth-child(5) {
        -webkit-transform: translateY(80px);
        transform: translateY(80px)
    }
}

@media screen and (min-width: 900px) {
    .steps__item:nth-child(5) {
        -webkit-transform: translateY(110px);
        transform: translateY(110px)
    }
}

@media screen and (min-width: 1400px) {
    .steps__item:nth-child(5) {
        -webkit-transform: translateY(150px);
        transform: translateY(150px)
    }
}

.steps__item:nth-child(5)>span::after {
    top: 40%;
    background: #4d4d4e
}

.steps__item:nth-child(5) p {
    max-width: 100px
}

@media screen and (max-width: 1219px) {
    .page-brand .content {
        max-width: 700px
    }
}

.project {
    padding: 5vw 0 5vw;
    text-align: center;
    position: relative
}

.project .text {
    margin-top: 15px
}

.project .circles {
    display: none;
    position: absolute
}

.project .circles:nth-child(1) {
    top: 50%;
    left: 5%
}

.project .circles:nth-child(2) {
    top: 30%;
    right: 5%
}

@media screen and (min-width: 640px) {
    .project .circles:nth-child(1) {
        top: 35%
    }
    .project .circles:nth-child(2) {
        top: 40%
    }
    .project .text {
        margin-top: 35px
    }
}

@media screen and (min-width: 1220px) {
    .project .circles {
        display: block
    }
}

.project-content {
    margin: 0 auto;
    width: 90%
}

@media screen and (min-width: 640px) {
    .project-content {
        width: 70%
    }
}

.project-button {
    display: inline-block;
    margin-top: 20px;
    width: 90%;
    border: none;
    cursor: pointer;
    background: #fbaf14;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    max-width: 280px;
    height: 50px;
    padding: 0 10px;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 1px;
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1)
}

@media screen and (min-width: 640px) {
    .project-button {
        margin-top: 40px
    }
}

@media screen and (min-width: 640px) {
    .project-button {
        max-width: 500px;
        font-size: 16px
    }
}

.project-button::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: -30%;
    width: 20%;
    height: 100%;
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    background: rgba(255, 255, 255, 0.5);
    -webkit-transition: left 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: left 550ms cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 10px #fff
}

.project-button:hover {
    letter-spacing: 2px
}

@media screen and (min-width: 640px) {
    .project-button:hover {
        letter-spacing: 5px
    }
}

.project-button:hover::before {
    left: 110%;
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1)
}

@media screen and (max-width: 800px) {
    .brands {
        text-align: center
    }
    .brands .title {
        width: 100%;
        text-align: center
    }
    .brands .home-filter {
        float: none;
        display: inline-block;
        width: 100%;
        max-width: 500px;
        margin-top: 20px
    }
}

.brands-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 25px
}

.letter-filter {
    margin: 0 0 2vw;
    padding: 20px 0
}

.letter-filter .slick-track {
    width: 100%;
    padding: 10px 0
}

@media screen and (max-width: 1300px) {
    .letter-filter .slick-list {
        margin: 0 6vw
    }
}

@media screen and (max-width: 640px) {
    .letter-filter .slick-list {
        margin: 0 9vw
    }
}

.letter-filter .slick-arrow {
    top: 50%;
    width: 40px;
    height: 40px
}

@media screen and (min-width: 640px) {
    .letter-filter .slick-arrow {
        width: 60px;
        height: 60px
    }
}

@media screen and (min-width: 640px) {
    .letter-filter .slick-arrow.slick-prev {
        left: -20px
    }
}

@media screen and (min-width: 640px) {
    .letter-filter .slick-arrow.slick-next {
        right: -20px
    }
}

.letter-filter-item {
    float: left;
    display: block;
    position: relative
}

.letter-filter-item:before {
    content: '';
    display: block;
    padding-top: 100%
}

.letter-filter-item .brands-letter-filter {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    width: calc(100% - 15px);
    height: calc(100% - 15px);
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    cursor: pointer;
    padding: 0;
    background: #ECECED;
    border: 2px solid #ECECED;
    -webkit-transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1)
}

.letter-filter-item .brands-letter-filter span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 13px;
    color: #4d4d4e;
    text-transform: uppercase
}

.letter-filter-item .brands-letter-filter.active {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
    font-size: 20px;
    color: #0098db;
    border-color: #0098db;
    background: #fff
}

.letter-filter-item .brands-letter-filter:hover {
    border-color: #0098db;
    background: #fff
}

.brand-item {
    float: left;
    width: 100%;
    padding: 0;
    height: 50px !important;
    background: #0090F0;
    -webkit-transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
    -webkit-transform: sacale(0);
    transform: sacale(0);
    -webkit-animation: appear 300ms cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
    animation: appear 300ms cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
    position: relative
}

@media screen and (min-width: 640px) {
    .brand-item {
        height: 60px !important;
        padding: 10px 85px 10px 20px
    }
}

.brand-item span {
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    text-align: center;
    font-size: 10px
}

@media screen and (min-width: 640px) {
    .brand-item span {
        text-align: left;
        font-size: 14px
    }
}

@media screen and (min-width: 1220px) {
    .brand-item span {
        font-size: 18px
    }
}

.brand-item svg {
    width: 5vw;
    max-width: 50px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: #0482BC;
    -webkit-transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1);
    padding: 17px;
    display: none
}

@media screen and (min-width: 760px) {
    .brand-item svg {
        display: block
    }
}

@media screen and (min-width: 960px) {
    .brand-item svg {
        padding: 21px
    }
}

.brand-item svg path {
    fill: #fff
}

.brand-item:hover {
    text-decoration: none;
    background-color: #fbaf14
}

.brand-item:hover svg {
    background-color: #f1a304
}

.brand-lists {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 30px
}

@media screen and (min-width: 640px) {
    .brand-lists {
        padding-bottom: 50px
    }
}

@media screen and (min-width: 1220px) {
    .brand-lists {
        padding-bottom: 100px
    }
}

.where-we-are {
    float: left;
    display: block;
    width: 100%;
    margin: 60px 0 50px
}

.where-we-are__title {
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-size: 2em;
    margin-bottom: 20px
}

@media screen and (min-width: 800px) {
    .where-we-are__title {
        margin-bottom: 50px;
        font-size: 2.8em
    }
}

.where-we-are__item {
    display: inline-block;
    padding: 20px;
    border: 1px solid #d2d2d4;
    width: 100%;
    margin: 2% 0
}

@media screen and (min-width: 800px) {
    .where-we-are__item {
        width: 48%;
        margin: 1%
    }
}

.where-we-are__text {
    display: block;
    width: 100%
}

.where-we-are__text strong,
.where-we-are__text p {
    display: block
}

.where-we-are__text strong {
    margin-bottom: 10px
}

@media screen and (min-width: 800px) {
    .where-we-are__text {
        width: 45%
    }
}

.where-we-are__link {
    margin-top: 15px;
    display: block;
    padding: 10px 20px;
    text-transform: uppercase;
    background: #0098db;
    color: white;
    -webkit-transition: background 150ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: background 150ms cubic-bezier(0.645, 0.045, 0.355, 1)
}

@media screen and (min-width: 800px) {
    .where-we-are__link {
        margin-top: 0
    }
}

.where-we-are__link:hover {
    text-decoration: none;
    background: #fbaf14
}

.easy-autocomplete-container ul li div {
    word-break: break-word
}

.easy-autocomplete-container ul li,
.easy-autocomplete-container ul .eac-category {
    padding: 10px 5px 5px 16px;
    line-height: 18px;
    text-indent: 0
}

.companies-top {
    padding-top: 50px
}

.companies-top__title {
    float: left;
    display: block;
    width: 100%;
    font-size: 40px;
    border-bottom: 1px solid #ECECED;
    text-transform: uppercase;
    padding-bottom: 30px
}

.companies-top .filters {
    float: left;
    display: block;
    width: 220px;
    padding: 10px 0 0;
    border: none
}

.companies-top .filters .select-segmento {
    width: 220px;
    height: 50px;
    border: 1px solid #0098db;
    color: #0098db;
    padding-left: 11px;
    background: url(../images/bg/bgselect.jpg) no-repeat right 1px center #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-top: 10px
}

.companies-top .filters__item {
    float: left;
    display: block;
    width: 100%
}

@media screen and (max-width: 1220px) {
    .companies-top .filters__item {
        padding-left: 0
    }
}

.companies-top .filters__item label {
    line-height: 40px;
    position: relative
}

.companies-top .filters__item label::before {
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
    line-height: 40px
}

.companies-top .filters__item input[type="radio"]:checked+label {
    background: #0098db;
    color: white
}

.companies-top__search {
    float: left;
    display: block;
    padding: 10px 10px 0 0;
    width: 100%;
    position: relative
}

@media screen and (min-width: 640px) {
    .companies-top__search {
        width: 60%;
        padding: 20px 10px 10px
    }
}

.companies-top__search input {
    height: 50px;
    font-size: 14px;
    color: #4D4D4F;
    padding: 10px 10px 10px 40px;
    border: 1px solid #0098db
}

.companies-top__search input::-webkit-input-placeholder {
    color: #4D4D4F
}

.companies-top__search input:-ms-input-placeholder {
    color: #4D4D4F
}

.companies-top__search input::-ms-input-placeholder {
    color: #4D4D4F
}

.companies-top__search input::placeholder {
    color: #4D4D4F
}

@media screen and (min-width: 640px) {
    .companies-top__search input {
        padding: 10px 10px 10px 55px
    }
}

.companies-top__search button {
    position: absolute;
    top: 20px;
    left: 0;
    bottom: 10px;
    width: 40px;
    border: none;
    padding: 0;
    background: transparent
}

.companies-top__search button svg {
    height: 100%;
    padding: 10%
}

.companies-top__search button svg path {
    fill: #4D4D4F
}

@media screen and (min-width: 640px) {
    .companies-top__search button {
        width: 55px;
        left: 10px
    }
    .companies-top__search button svg {
        padding: 25%
    }
}

.companies__list {
    margin: 30px 0 30px
}

@media screen and (min-width: 640px) {
    .companies__list {
        margin: 50px 0 50px
    }
}

@media screen and (min-width: 1220px) {
    .companies__list {
        margin: 80px 0 80px
    }
}

.companies__item {
    padding: 10px;
    margin-bottom: 30px
}

.companies__item:hover {
    text-decoration: none
}

.companies__image {
    padding: 10px;
    border: 2px solid #9d9da3;
    text-align: center;
    min-height: 200px
}

.companies__link {
    margin-top: 15px;
    background: #0098db;
    color: white;
    -webkit-transition: background 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: background 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
    position: relative;
    padding: 10px 40px 10px 10px;
    height: 30px !important
}

.companies__link span {
    color: white;
    font-size: 10px
}

.companies__link span:last-child {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px;
    background: white;
    border: 1px solid #0098db;
    -webkit-transition: border 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: border 200ms cubic-bezier(0.645, 0.045, 0.355, 1)
}

.companies__link span:last-child::before,
.companies__link span:last-child::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background: #0098db;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1)
}

.companies__link span:last-child::before {
    width: 2px;
    height: 10px
}

.companies__link span:last-child::after {
    width: 10px;
    height: 2px
}

.companies__link:hover {
    background: #fbaf14
}

.companies__link:hover span {
    border-color: #fbaf14
}

.companies__link:hover span::before {
    background: #fbaf14;
    height: 25px
}

.companies__link:hover span::after {
    background: #fbaf14;
    width: 25px
}

@media screen and (min-width: 640px) {
    .companies__link {
        padding: 10px 50px 10px 10px;
        height: 40px !important
    }
    .companies__link span {
        font-size: 12px
    }
    .companies__link span:last-child {
        width: 40px
    }
}

@media screen and (min-width: 1220px) {
    .companies__link {
        padding: 10px 60px 10px 20px;
        height: 50px !important
    }
    .companies__link span {
        font-size: 15px
    }
    .companies__link span:last-child {
        width: 50px
    }
}

.evaluation-popup .popup-content {
    max-width: 900px
}

.evaluation-popup .popup-scrollable {
    max-height: 90vh
}

.evaluation {
    width: 100%;
    display: block;
    font-size: 10px
}

@media screen and (min-width: 640px) {
    .evaluation {
        font-size: 12px
    }
}

@media screen and (min-width: 1220px) {
    .evaluation {
        font-size: 15px
    }
}

.evaluation__title {
    font-size: 1.3em;
    font-family: "Basis Grotesque Pro Bold";
    color: black
}

.evaluation__option {
    display: block;
    width: 100%
}

.evaluation__option .textarea {
    background: white;
    border-color: #d2d2d4;
    float: none;
    margin-bottom: 10px
}

.evaluation__option .submit {
    float: none;
    display: inline-block;
    width: auto;
    height: 50px;
    text-transform: none;
    font-family: "Basis Grotesque Pro Regular"
}

.evaluation__option button {
    display: inline-block;
    margin-left: 15px;
    height: 50px;
    background: transparent;
    border: none;
    cursor: pointer
}

.evaluation__option button:hover {
    text-decoration: underline
}

.evaluation__legend {
    display: block;
    width: 100%;
    font-size: 1em;
    color: black;
    margin: 10px 0 5px
}

@media screen and (min-width: 640px) {
    .evaluation__legend {
        margin: 15px 0
    }
}

.evaluation .rating-stars {
    display: block;
    width: 100%;
    border-bottom: 1px solid #dfdfe1
}

.evaluation .rating-stars .note {
    position: relative
}

.evaluation .rating-stars .note span {
    display: block;
    width: 100%;
    border-top: 1px solid #dfdfe1;
    color: black;
    padding: 15px 0 35px
}

@media screen and (min-width: 640px) {
    .evaluation .rating-stars .note span {
        padding: 15px 0
    }
}

.evaluation .rating-stars .note .rateYo {
    position: absolute;
    bottom: 10px;
    left: 0
}

@media screen and (min-width: 640px) {
    .evaluation .rating-stars .note .rateYo {
        left: auto;
        bottom: auto;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media screen and (max-width: 1220px) {
    .evaluation .rating-stars .note .rateYo {
        padding: 0
    }
}

.evaluation__info {
    display: block;
    margin-top: 15px;
    font-size: 1em;
    white-space: nowrap
}

.evaluation__info i {
    vertical-align: middle;
    margin-left: 7.5px;
    color: white;
    font-style: normal;
    z-index: 1;
    position: relative
}

.evaluation__info i::before {
    content: '';
    width: 20px;
    height: 20px;
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #0098db
}

.evaluation__info p {
    padding-left: 15px;
    white-space: normal;
    vertical-align: middle
}

.evaluation__info i,
.evaluation__info p {
    display: inline-block
}

.details-row {
    padding: 30px 0 50px
}

.details-row:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

@media screen and (min-width: 1220px) {
    .details-row {
        padding: 30px 0
    }
}

.details-row .custom-row {
    max-width: 360px
}

.details-row .custom-row.interna-produto .btn-products.selected {
    background: #fbaf14
}

.details-row .custom-row.interna-produto .btn-products.selected span {
    background: url(../images/bg/selected.png) center center no-repeat rgba(0, 0, 0, 0.1)
}

.details-row .custom-row.interna-produto .btn-products.selected span svg {
    display: none
}

.details-subtitle {
    line-height: 30px;
    color: #000;
    text-transform: uppercase;
    font-size: 15px
}

@media screen and (min-width: 640px) {
    .details-subtitle {
        font-size: 20px
    }
}

@media screen and (min-width: 1220px) {
    .details-subtitle {
        font-size: 25px
    }
}

.prompt-delivery {
    font-size: 29px;
    letter-spacing: 0.5px;
    float: right
}

.prompt-delivery svg {
    width: 19px;
    margin-left: 25px
}

.detail-text {
    max-width: 420px;
    margin-top: 10px;
    color: #000;
    font-size: 11px;
    line-height: 22px
}

@media screen and (min-width: 640px) {
    .detail-text {
        font-size: 14px;
        line-height: 28px
    }
}

@media screen and (min-width: 1220px) {
    .detail-text {
        font-size: 15px;
        line-height: 30px
    }
}

.provider {
    margin-top: 20px
}

.provider-left,
.provider-details {
    float: left;
    display: block
}

.provider-details {
    margin-top: 70px
}

@media screen and (min-width: 1220px) {
    .provider-details {
        margin-top: 0
    }
}

.provider-left {
    text-align: center;
    width: 100%;
    padding-top: 20px
}

@media screen and (min-width: 1220px) {
    .provider-left {
        padding-top: 50px;
        padding-right: 5vw;
        width: 40%
    }
}

.provider-image {
    display: inline-block;
    border-radius: 50%;
    background: #d2d2d4;
    overflow: hidden;
    padding: 40px
}

@media screen and (min-width: 640px) {
    .provider-image {
        padding: 50px
    }
}

.provider-title {
    display: inline-block;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 20px
}

@media screen and (min-width: 640px) {
    .provider-title {
        margin-top: 30px;
        font-size: 30px
    }
}

@media screen and (min-width: 1220px) {
    .provider-title {
        margin-top: 40px;
        font-size: 40px
    }
}

.provider-details {
    width: 100%
}

@media screen and (min-width: 1220px) {
    .provider-details {
        width: 60%
    }
}

.provider-details .btn-rate {
    display: inline-block
}

.provider-details .certifications {
    text-align: left;
    font-size: 16px
}

.provider-details .certifications img {
    display: inline-block
}

.provider-details .certifications img:not(:first-child) {
    margin-left: 5px
}

.provider-details .segment {
    position: relative
}

.provider-details .segment .col:first-child {
    padding-right: 60px
}

.provider-details .about .col:first-child {
    padding-right: 60px
}

.provider-subtitle {
    font-size: 20px;
    line-height: 25px;
    color: #4d4d4e;
    text-transform: uppercase
}

.provider-subtitle.black {
    color: black
}

.provider-social-media {
    padding-left: 00px
}

.provider-social-media ul {
    margin-top: 30px
}

.provider-social-media ul li:not(:first-child) {
    margin-left: 50px
}

.provider-evaluation {
    position: relative
}

.provider-evaluation__title {
    display: block;
    width: 120px;
    float: left;
    font-size: 15px;
    line-height: 20px
}

@media screen and (min-width: 400px) {
    .provider-evaluation__title {
        font-size: 20px;
        line-height: 30px
    }
}

.provider-evaluation__container {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -17.5px;
    text-align: right;
    white-space: nowrap;
    width: calc(100% - 100px)
}

@media screen and (min-width: 400px) {
    .provider-evaluation__container {
        width: calc(100% - 150px)
    }
}

.provider-evaluation__stars {
    display: inline-block;
    position: relative
}

.provider-evaluation__stars>svg path {
    fill: #ECECED
}

.provider-evaluation__stars svg {
    display: inline-block;
    height: 35px;
    width: 25px
}

@media screen and (min-width: 400px) {
    .provider-evaluation__stars svg {
        width: 30px
    }
}

.provider-evaluation__stars.masked {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
    width: 0
}

.provider-evaluation__stars.masked.half {
    width: 50%
}

.provider-evaluation__stars.masked.full {
    width: 100%
}

.provider-evaluation__stars.masked>svg path {
    fill: #fbaf14
}

.titulo-produtos-marca-interna {
    padding: 30px 0 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center
}

.brand-internal {
    margin: 55px 0 0 0
}

.products-brand-internal {
    margin: 85px 0 40px 0;
    text-align: center
}

.product-details-brand-internal {
    margin-bottom: 40px
}

.product {
    margin: 40px 0;
    text-align: center
}

@media screen and (min-width: 1220px) {
    .product {
        margin: 115px 0 100px
    }
}

.product-image-detail,
.product-details {
    float: left;
    display: block;
    width: 100%
}

.product-image-detail .details-row,
.product-details .details-row {
    padding-bottom: 15px
}

.product-image-detail .details-row .product-owner,
.product-details .details-row .product-owner {
    font-size: 20px;
    border: 0px;
    margin-bottom: 0px
}

.product-image-detail .details-row .custom-row.full,
.product-details .details-row .custom-row.full {
    width: 100%;
    max-width: none
}

@media screen and (min-width: 1220px) {
    .product-image-detail,
    .product-details {
        width: 50%
    }
}

.product-image-detail {
    position: relative;
    display: inline-block
}

@media screen and (max-width: 1219px) {
    .product-image-detail {
        float: none;
        max-width: 800px
    }
}

.product-image-detail .product-ref {
    position: absolute;
    z-index: 2;
    left: 30px;
    padding: 2vw 5vw;
    top: 10px;
    border-radius: 30px;
    background: #fff
}

@media screen and (min-width: 640px) {
    .product-image-detail .product-ref {
        top: 30px;
        padding: 20px 40px
    }
}

.product-image-detail .slick-arrow {
    top: 50%;
    border: none;
    max-width: 70px;
    max-height: 70px
}

.product-image-detail .slick-arrow::before {
    border: none
}

.product-image-detail .slick-arrow.slick-prev {
    left: 5%
}

.product-image-detail .slick-arrow.slick-next {
    right: 5%
}

.product-image-detail .slider-counter {
    width: 100%;
    text-align: center;
    padding: 0px 0;
    float: left;
    background: #F6F6F6
}

.product-image-detail .slider-counter p {
    width: auto;
    display: inline-block;
    padding: 2vw 5vw;
    text-align: center
}

@media screen and (min-width: 640px) {
    .product-image-detail .slider-counter p {
        padding: 20px 40px
    }
}

.product-details {
    margin-top: 30px;
    float: none;
    display: inline-block;
    max-width: 800px;
    text-align: left
}

@media screen and (min-width: 1220px) {
    .product-details {
        margin-top: 0;
        padding-left: 50px
    }
}

.product-details .details-row:first-child {
    padding-top: 0
}

.product-details-title {
    font-size: 40px;
    color: #000;
    text-transform: uppercase
}

.product-owner {
    float: left;
    display: block;
    font-size: 30px;
    color: #c5c5c8;
    padding-bottom: 5px;
    margin-bottom: 25px;
    border-bottom: 1px solid #c5c5c8
}

.product-material {
    color: #c5c5c8
}

#page-prodcts .products-list {
    margin-top: 0;
    margin-bottom: 30px
}

.breadcrumb-container {
    font-size: 16px;
    color: #000;
    margin: 20px 0 20px
}

.breadcrumb-container .breadcrumb {
    width: 100%
}

@media screen and (min-width: 1220px) {
    .breadcrumb-container .breadcrumb {
        width: auto
    }
}

.breadcrumb-container .title {
    line-height: normal;
    font-size: 14px
}

.breadcrumb-container .title div {
    display: none
}

@media screen and (min-width: 640px) {
    .breadcrumb-container {
        margin: 5vw 0 5vw
    }
    .breadcrumb-container .title {
        font-size: 2.8vw
    }
    .breadcrumb-container .title div {
        display: block
    }
}

@media screen and (min-width: 1220px) {
    .breadcrumb-container {
        margin: 50px 0 50px
    }
    .breadcrumb-container .title {
        font-size: 25px
    }
}

@media screen and (min-width: 1500px) {
    .breadcrumb-container .title {
        font-size: 30px
    }
}

.filters {
    border-top: 1px solid #ddd;
    padding: 20px 0
}

@media screen and (min-width: 640px) {
    .filters {
        padding: 5vw 0
    }
}

@media screen and (min-width: 1220px) {
    .filters {
        padding: 50px 0
    }
}

.filters.its-scroll form {
    white-space: nowrap
}

.filters.its-scroll form .filters__item {
    float: left;
    margin: 0;
    padding: 10px
}

@media screen and (min-width: 1220px) {
    .filters.its-scroll form .filters__item .filters__item {
        width: 20%
    }
}

@media screen and (min-width: 1220px) {
    .filters:not(.its-scroll) form {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

@media screen and (max-width: 1219px) {
    .filters:not(.its-scroll) form {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.filters__item {
    max-width: none;
    width: 50%;
    float: none;
    display: inline-block;
    height: 50px;
    max-width: 300px;
    height: 70px;
    padding: 10px;
    z-index: 1;
    position: relative
}

@media screen and (min-width: 480px) {
    .filters__item {
        width: 33.333%
    }
}

@media screen and (min-width: 640px) {
    .filters__item {
        width: 25%
    }
}

@media screen and (min-width: 1220px) {
    .filters__item {
        width: 100%
    }
    .filters__item:first-child {
        padding-left: 0
    }
    .filters__item:last-child:not(:first-child) {
        padding-right: 0
    }
}

.filters__item .select-mask {
    border: 1px solid #0098db
}

.filters__item .container-radio {
    margin-top: 1px;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #ECECED;
    border: 1px solid #0098db;
    border-top: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    -ms-overflow-scrolling: touch;
    -o-overflow-scrolling: touch;
    overflow-scrolling: touch;
    max-height: 200px
}

.filters__item .container-radio::-webkit-scrollbar {
    -webkit-appearance: none
}

.filters__item .container-radio::-webkit-scrollbar:vertical {
    width: 2px
}

.filters__item .container-radio::-webkit-scrollbar:horizontal {
    height: 10px
}

.filters__item .container-radio::-webkit-scrollbar-thumb {
    background-color: #0098db;
    border-radius: 0px
}

.filters__item .container-radio::-webkit-scrollbar-track {
    border-radius: 0px
}

.filters__item .container-radio input {
    display: none
}

.filters__item .container-radio label {
    float: left;
    display: block;
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0 10px;
    color: #0098db
}

.filters__item .container-radio label::before {
    content: "✓";
    z-index: 1;
    position: absolute;
    top: 50%;
    right: 10px;
    left: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    border-radius: 0;
    width: auto;
    height: auto;
    opacity: 0
}

.filters__item .container-radio label:not(last-child) {
    border-bottom: 1px solid #0098db
}

.filters__item .container-radio label:hover {
    background: #ddd
}

.filters__item .container-radio input[type="radio"]:checked+label::before {
    background: transparent;
    opacity: 1
}

.filters:not(.mobile) .filters__item:hover {
    z-index: 2
}

.filters:not(.mobile) .filters__item:hover .container-radio {
    display: block
}

.filters.mobile .filters__item.opened {
    z-index: 2
}

.filters.mobile .filters__item.opened .container-radio {
    display: block
}

.btn-products,
.btn-rate,
.btn-contact {
    background: #0098db;
    display: block;
    border: none;
    cursor: pointer;
    color: white;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 10px;
    letter-spacing: 1.5px;
    text-align: left;
    padding: 0 50px 0 10px;
    height: 40px;
    line-height: 40px;
    opacity: 0;
    -webkit-transform: sacale(0);
    transform: sacale(0);
    -webkit-animation: appear 300ms cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
    animation: appear 300ms cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
    position: relative
}

.btn-products.right,
.btn-rate.right,
.btn-contact.right {
    float: right
}

.btn-products div,
.btn-rate div,
.btn-contact div {
    display: none;
    width: auto
}

@media screen and (min-width: 640px) {
    .btn-products,
    .btn-rate,
    .btn-contact {
        font-size: 14px;
        padding: 0 65px 0 15px;
        height: 50px;
        line-height: 50px
    }
    .btn-products div,
    .btn-rate div,
    .btn-contact div {
        display: inline-block
    }
}

@media screen and (min-width: 1220px) {
    .btn-products,
    .btn-rate,
    .btn-contact {
        padding: 0 90px 0 20px
    }
}

.btn-products span,
.btn-rate span,
.btn-contact span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: #007cb2;
    width: 40px
}

@media screen and (min-width: 640px) {
    .btn-products span,
    .btn-rate span,
    .btn-contact span {
        width: 50px
    }
}

.btn-products span svg,
.btn-rate span svg,
.btn-contact span svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    margin-left: -5px;
    fill: #fff;
    -webkit-transition: -webkit-transform 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 200ms cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 200ms cubic-bezier(0.645, 0.045, 0.355, 1)
}

.btn-products:hover,
.btn-rate:hover,
.btn-contact:hover {
    text-decoration: none
}

.btn-products:hover svg,
.btn-rate:hover svg,
.btn-contact:hover svg {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    padding: 0
}

.btn-rate {
    width: 100%;
    background: #fbaf14;
    letter-spacing: 1.6px
}

.btn-rate span {
    background: #fbaf14
}

.btn-contact {
    width: 100%;
    background: #0098db;
    letter-spacing: 1.6px
}

.btn-contact span {
    background: #0098db
}

.btn-rate span svg,
.btn-contact span svg {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px
}

.row-title {
    float: left;
    width: 100% !important;
    padding: 30px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    text-align: center
}

.selected-products .product-name {
    background: transparent;
    color: #4d4d4e;
    border: none
}

.selected-products .brand-name {
    color: #000;
    font-size: 30px;
    text-transform: uppercase;
    padding: 50px 0;
    width: 100%;
    border-top: 1px solid #ddd;
    display: block;
    float: left;
    letter-spacing: 2px
}

.products-related {
    margin-bottom: 80px
}

.products-related .product-item {
    padding: 10px
}

.login {
    position: relative;
    min-height: 600px;
    height: calc(100vh - 70px)
}

@media screen and (min-width: 640px) {
    .login {
        height: calc(100vh - 100px)
    }
}

@media screen and (min-width: 1220px) {
    .login {
        height: calc(100vh - 180px)
    }
}

.login__image {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .login__image {
        width: 50%
    }
}

@media screen and (max-width: 1023px) {
    .login__image::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5)
    }
}

.login__forms-content {
    text-align: center;
    height: calc(100% - 50px) !important
}

@media screen and (max-width: 1023px) {
    .login__forms-content {
        max-width: 500px
    }
}

.login__forms {
    position: relative;
    z-index: 2;
    width: 100%
}

.login__forms h1 {
    color: white
}

@media screen and (min-width: 1024px) {
    .login__forms {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 50%
    }
    .login__forms h1 {
        color: #4D4D4F
    }
}

.login__forms input {
    padding: 15px 20px;
    height: 50px
}

.login__forms input.submit {
    line-height: 15px;
    background: #0098db !important;
    border: 2px solid #0098db !important
}

.login__forms input:focus {
    color: #0098db !important;
    border-color: #0075a8;
    background: #FFF !important
}

.login__forms input:hover {
    color: #0098db !important;
    border-color: #0075a8;
    background: #FFF !important
}

.login__forms .login__link {
    float: left;
    width: 100%;
    position: relative
}

.login__options {
    margin-top: 30px;
    padding: 0 10px
}

.login__options>span {
    margin-bottom: 10px;
    text-align: center;
    font-size: 18px;
    color: white
}

@media screen and (min-width: 1024px) {
    .login__options>span {
        color: #4D4D4F
    }
}

.login__options a {
    float: left;
    width: calc(50% - 10px);
    height: 60px !important;
    text-align: center
}

.login__options a div {
    display: block
}

.login__options a.face {
    background: #435FA9
}

.login__options a.linkedin {
    float: right;
    background: #0282BF
}

.login__options a svg {
    float: left;
    display: inline-block;
    width: 30px;
    height: 30px
}

.login__options a svg path,
.login__options a svg circle {
    fill: white
}

.login__options a span {
    float: left;
    display: inline-block;
    height: auto;
    color: white;
    line-height: 30px;
    margin-left: 10px;
    font-size: 15px;
    letter-spacing: 1px
}

.login__options a:hover {
    opacity: 0.8
}

.login__recover {
    margin-top: 40px;
    padding-top: 20px;
    text-align: center;
    border-top: 1px solid white
}

.login__recover button {
    background: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    color: white
}

@media screen and (min-width: 1024px) {
    .login__recover {
        border-color: #4D4D4F
    }
    .login__recover button {
        color: #4D4D4F
    }
}

.login__link {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    background: #fbaf14;
    color: white;
    text-transform: uppercase;
    text-align: center;
    line-height: 50px;
    font-size: 12px;
    -webkit-transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
    border: 2px solid #fbaf14
}

@media screen and (min-width: 640px) {
    .login__link {
        font-size: 15px
    }
}

@media screen and (min-width: 1024px) {
    .login__link {
        font-size: 18px
    }
}

.login__link:hover {
    text-decoration: none;
    background: white;
    color: #fbaf14
}

.login-form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: calc(100% - 50px) !important;
    overflow: hidden;
    -webkit-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
    opacity: 0
}

.login-form.opened {
    opacity: 1;
    padding: 4vh 7vw
}

.login-recover {
    width: 100%;
    height: 0 !important;
    overflow: hidden;
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
    opacity: 0;
    -webkit-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1)
}

.login-recover.opened {
    opacity: 1;
    padding: 4vh 7vw
}

.register {
    padding: 2vw 0 6vw
}

.register .content.small {
    width: 100%;
    max-width: 322px
}

.register .content.small .col {
    width: 100%
}

@media screen and (min-width: 730px) {
    .register .content.small {
        max-width: 664px
    }
    .register .content.small .col {
        width: 50%
    }
}

.register .title {
    text-align: center;
    width: 100%;
    padding: 3vw 0;
    margin-bottom: 40px;
    border-bottom: 1px solid #d2d2d4
}

.register .input,
.register .select {
    height: 60px
}

.register .select-mask span {
    width: 60px;
    background: white
}

.register .select-mask span svg {
    padding: 40%
}

.register .submit {
    border-color: #0098db;
    background: #0098db;
    height: 60px;
    margin: 7px 0
}

.register .submit:hover {
    color: #0098db;
    background: white
}

.g-recaptcha {
    width: 100%;
    text-align: center
}

.g-recaptcha>div {
    display: inline-block
}

.list-prod-pedidos {
    float: left;
    width: 350px
}

.list-prod-pedidos li {
    float: left;
    width: 100%;
    margin: 3px 0px
}

#box-img-produtos ul {
    bottom: auto;
    top: 180px
}

.alert {
    float: left;
    width: calc(100% - 30px);
    font-size: 14px;
    padding: 8px;
    line-height: 20px;
    color: #fc636b;
    margin-left: 30px;
    text-align: left;
    border-radius: 2px;
    background-color: #ffe5e8
}

.switcher-active label {
    float: right;
    width: auto;
    height: 60px;
    padding: 10px 20px;
    cursor: pointer;
    background: #0098db;
    position: relative
}

.switcher-active label span {
    float: left;
    height: 34px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 11px;
    font: 16px "Basis Grotesque Pro Bold"
}

.switcher-active label svg {
    position: absolute;
    float: right;
    right: 2px;
    top: 2px;
    width: 10px;
    -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    visibility: hidden;
    opacity: 0
}

.switcher-active label input {
    display: none
}

.switcher-active label.sel svg,
.switcher-active label:hover svg {
    visibility: visible;
    opacity: 1
}

.switcher-active label.sel.ativo,
.switcher-active label:hover.ativo {
    background: #26D13A
}

.switcher-active label.sel.inativo,
.switcher-active label:hover.inativo {
    background: #D1263A
}

.switcher-active label.ativo {
    -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1)
}

.switcher-active label.inativo {
    margin-right: 10px
}

.buttons-cadastro-produto .cancelar {
    display: block;
    float: left;
    width: 30%;
    padding: 10px 20px;
    height: 60px;
    cursor: pointer;
    font: 16px "Basis Grotesque Pro Bold";
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border-radius: 0;
    background: #D1263A;
    border: 3px solid #D1263A;
    color: #fff;
    -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    margin-right: 2%;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    line-height: 34px
}

.buttons-cadastro-produto .cancelar:hover {
    color: #D1263A;
    border-color: #D1263A;
    background: #fff;
    text-decoration: none
}

.buttons-cadastro-produto .submit {
    float: left;
    width: 68%;
    display: block
}

.novo-produto {
    float: right;
    width: 100px;
    height: 40px;
    background: #0090F0;
    border: 1px solid #029ADF;
    color: #fff;
    font-size: 16px;
    font-family: 'Basis Grotesque Pro Bold';
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    line-height: 40px
}

.novo-produto:hover {
    text-decoration: none
}

.cadastro_fornecedor .content {
    text-align: center
}

.cadastro_fornecedor .content .title {
    text-align: center;
    width: 100%;
    padding: 3vw 0;
    margin-bottom: 40px;
    border-bottom: 1px solid #d2d2d4
}

.cadastro_fornecedor .content form {
    padding-left: 0px
}

.botoes-cadastro a {
    float: left;
    width: 48%;
    height: 80px;
    background: #0090F0;
    margin: 0px 1%;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    line-height: 80px;
    text-decoration: none;
    font-size: 18px;
    font-family: 'Basis Grotesque Pro Regular'
}

.botoes-cadastro a:hover {
    background: #FBAF14
}

.img-cadastrada {
    float: left;
    width: 100%;
    height: 170px !important;
    padding: 10px;
    background: #ECECED
}

.img-cadastrada .interna {
    padding: 10px;
    width: 100%;
    overflow-y: hidden;
    border-radius: 6px;
    background-color: #fff;
    border: 1px dashed #0098db
}

.img-cadastrada .interna .img-produto {
    padding: 5px;
    border: 1px solid #ECECED;
    border-radius: 2px
}

.img-cadastrada .interna .box-img-prod {
    margin-right: 15px
}

.img-cadastrada .interna .box-img-prod .delete-img-produto {
    margin-left: 5px
}

.img-cadastrada .interna .bt-alterar {
    border-radius: 0px;
    height: 30px;
    background: #0098db !important;
    color: white !important;
    border: none;
    font: 14px "Basis Grotesque Pro Regular";
    line-height: 30px;
    vertical-align: middle;
    cursor: pointer;
    padding: 0px 7px
}

#box-img-edit-produtos {
    position: relative
}

#box-img-edit-produtos .upload-edit-produtos {
    float: right;
    position: absolute;
    width: 30px;
    height: 29px;
    padding: 0px;
    right: 20px;
    top: 20px;
    background: #fff
}

#box-img-edit-produtos .upload-edit-produtos .qq-uploader {
    padding: 0px;
    width: 30px;
    height: 29px;
    border: none;
    border-radius: 0px;
    min-height: auto;
    overflow: visible
}

#box-img-edit-produtos .upload-edit-produtos .qq-uploader input {
    width: 30px
}

#box-img-edit-produtos .upload-edit-produtos .qq-uploader .qq-upload-list {
    height: 40px;
    margin-top: 0px;
    display: none
}

#logo-uploader {
    float: left;
    width: 100%;
    height: 170px;
    padding: 10px;
    background: #ECECED
}

#logo-uploader .qq-alert-dialog-selector {
    border-color: #0098db
}

#logo-uploader .qq-alert-dialog-selector .qq-cancel-button-selector {
    background: #0098db;
    color: #fff;
    height: 35px;
    border: 0px
}

#logo-uploader .qq-confirm-dialog-selector {
    border-color: #0098db
}

#logo-uploader .qq-confirm-dialog-selector .qq-ok-button-selector,
#logo-uploader .qq-confirm-dialog-selector .qq-cancel-button-selector {
    background: #0098db;
    color: #fff;
    height: 35px;
    width: 50px;
    border: 0px
}

#logo-uploader .qq-uploader {
    float: left;
    position: relative;
    width: 100%;
    padding: 10px;
    height: 150px;
    min-height: 150px;
    border-color: #0098db
}

#logo-uploader .qq-uploader:before {
    top: 39%
}

#logo-uploader .qq-uploader .qq-upload-button {
    position: absolute;
    right: -2px;
    top: -2px;
    background: #0098db;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: 0px 0px 0px #fff;
    box-shadow: 0px 0px 0px #fff;
    width: auto;
    float: right;
    padding: 4px 6px
}

#logo-uploader .qq-uploader .qq-upload-button img {
    width: 18px;
    height: 18px
}

#logo-uploader .qq-uploader .qq-upload-delete {
    -webkit-box-shadow: 0px 0px 0px #fff;
    box-shadow: 0px 0px 0px #fff
}

#logo-uploader .qq-uploader .qq-upload-list {
    margin-top: -40px;
    float: left;
    height: 130px;
    width: 100%;
    -webkit-box-shadow: 0px 0px 0px #fff;
    box-shadow: 0px 0px 0px #fff
}

#logo-uploader .qq-uploader .qq-upload-list li {
    float: left;
    height: 130px;
    width: 100%;
    border-bottom: 0px solid #28B62C;
    -webkit-transition: border-width 0.6s linear;
    transition: border-width 0.6s linear;
    padding: 0px
}

#logo-uploader .qq-uploader .qq-upload-list li .qq-thumbnail-selector {
    padding: 5px;
    border: 1px solid #ECECED;
    border-radius: 2px
}

#logo-uploader .qq-uploader .qq-upload-list li.qq-upload-success {
    background: #fff !important;
    border-bottom: 0px solid #fff
}

.helper {
    float: left;
    width: 100%;
    padding-left: 5px;
    font-size: 12px;
    margin-top: 10px;
    text-align: left
}

span.select2-container--default .select2-selection--multiple,
span.select2-container--default.select2-container--focus .select2-selection--multiple {
    height: 60px;
    border-radius: 0px;
    background: #ECECED;
    border: 1px solid #ececed;
    padding: 15px 15px
}

span.select2-container--default .select2-selection--multiple ul,
span.select2-container--default.select2-container--focus .select2-selection--multiple ul {
    padding: 0px
}

span.select2-container--default .select2-selection--multiple ul li,
span.select2-container--default.select2-container--focus .select2-selection--multiple ul li {
    margin-right: 4px;
    margin-top: 0px !important
}

span.select2-container--default .select2-selection--multiple ul li.select2-selection__choice,
span.select2-container--default.select2-container--focus .select2-selection--multiple ul li.select2-selection__choice {
    border-radius: 0px;
    height: 30px;
    background: #0098db !important;
    color: white !important;
    border: none;
    font: 14px "Basis Grotesque Pro Regular";
    line-height: 30px;
    vertical-align: middle
}

span.select2-container--default .select2-selection--multiple ul li.select2-selection__choice .select2-selection__choice__remove,
span.select2-container--default.select2-container--focus .select2-selection--multiple ul li.select2-selection__choice .select2-selection__choice__remove {
    color: #fff;
    margin-right: 4px
}

.bt-sou-fornecedor {
    display: inline-block;
    width: 250px;
    height: 50px;
    background: #0098db !important;
    color: white !important;
    border: 2px solid #0098db !important;
    -webkit-transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
    text-decoration: none;
    font-size: 16px;
    line-height: 1.5px;
    line-height: 48px;
    font-family: 'Basis Grotesque Pro Regular';
    margin-top: 25px
}

.bt-sou-fornecedor:hover {
    color: #0098db !important;
    background: white !important;
    text-decoration: none
}

.minha-conta .table-pedidos {
    float: left;
    width: 100%
}

.minha-conta .table-pedidos tr {
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #CBCBCB
}

.minha-conta .table-pedidos tr:first-child {
    border-bottom: none
}

.minha-conta .table-pedidos tr th {
    height: 34px;
    border-right: 1px solid #CBCBCB;
    border-left: 1px solid #CBCBCB;
    color: #4D4D4F;
    font-size: 13px;
    font-family: 'Basis Grotesque Pro Bold';
    text-transform: uppercase;
    background: #E4E4E4
}

.minha-conta .table-pedidos tr th:first-child {
    border-left: #E4E4E4 1px solid
}

.minha-conta .table-pedidos tr th:last-child {
    border-right: #E4E4E4 1px solid
}

.minha-conta .table-pedidos tr td {
    height: 60px;
    border-right: 1px solid #CBCBCB;
    border-left: 1px solid #CBCBCB;
    color: #4D4D4F;
    font-size: 15px;
    font-family: 'Basis Grotesque Pro Regular'
}

.minha-conta .table-pedidos tr td:nth-child(2) img {
    float: left;
    margin: 0px 10px
}

.minha-conta .table-pedidos tr td:nth-child(2) span {
    float: left;
    height: 40px;
    margin: 0px;
    vertical-align: middle;
    line-height: 40px
}

.minha-conta .table-pedidos tr td.acoes a {
    display: inline-block;
    height: 40px;
    width: 40px;
    border: 1px solid #707070;
    margin: 15px 7px;
    cursor: pointer
}

.minha-conta .table-pedidos tr td.acoes a svg {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 9px 0px
}

.minha-conta .table-pedidos tr td label {
    display: inline-block;
    height: 40px;
    width: 80px;
    margin: 15px 15px;
    font-size: 16px;
    color: #fff;
    font-family: 'Basis Grotesque Pro Regular';
    vertical-align: middle;
    line-height: 40px
}

.minha-conta .table-pedidos tr td label.ativo {
    background: #26D13A
}

.minha-conta .table-pedidos tr td label.inativo {
    background: #D1263A
}

.minha-conta .table-pedidos tr td label.aprovacao {
    background: #0090F0;
    font-size: 12px;
    line-height: 14px;
    padding-top: 6px
}

.minha-conta .table-pedidos tr td .open-acordion {
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 0;
    border: none;
    background: #fbaf14;
    position: relative;
    cursor: pointer
}

.minha-conta .table-pedidos tr td .open-acordion::before,
.minha-conta .table-pedidos tr td .open-acordion::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background: white;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1)
}

.minha-conta .table-pedidos tr td .open-acordion::before {
    width: 20px;
    height: 1px
}

.minha-conta .table-pedidos tr td .open-acordion::after {
    height: 20px;
    width: 1px
}

.minha-conta .table-pedidos tr td .open-acordion:hover::before {
    width: 15px
}

.minha-conta .table-pedidos tr td .open-acordion:hover::after {
    height: 15px
}

.minha-conta .table-pedidos tr td .open-acordion.opened::after {
    height: 0px;
    width: 1px
}

.minha-conta .table-pedidos tr td .open-acordion.opened:hover::before {
    width: 15px
}

.minha-conta .table-pedidos tr td .open-acordion.opened:hover::after {
    height: 0px
}

.minha-conta .table-pedidos tr td.mensagem {
    padding: 25px 15px;
    display: none;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    -webkit-transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1)
}

.minha-conta .pagination {
    float: left;
    height: 40px;
    margin-top: 50px;
    margin-bottom: 0px
}

.minha-conta .pagination li a {
    font-size: 14px
}

.providers {
    font-size: 0
}

.providers__title-container {
    display: block;
    width: 100%;
    padding-bottom: 20px;
    margin: 80px 0 30px;
    border-bottom: 1px solid #d2d2d4
}

.providers__title {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    color: black;
    padding-bottom: 20px;
    margin-bottom: 25px;
    font-size: 40px;
    margin-top: 50px
}

.providers__menu {
    display: inline-block;
    width: 250px;
    font-size: 16px;
    vertical-align: top
}

.providers__menu li {
    display: block;
    width: 100%
}

.providers__menu li a {
    display: block;
    width: 100%;
    color: white;
    padding: 30px 20px;
    background: #ECECED;
    color: #4D4D4F
}

.providers__menu li a:hover,
.providers__menu li a.active {
    background: #0098db;
    color: white;
    text-decoration: none;
    border-color: #0098db
}

.providers__menu li:not(:last-child) a {
    border-bottom: 1px solid #99999c
}

.providers__content {
    display: inline-block;
    width: calc(100% - 250px);
    margin-bottom: 50px;
    padding-left: 30px;
    vertical-align: top
}

.providers__form fieldset {
    display: block;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2)
}

.providers__form fieldset:first-child {
    margin-top: -15px;
    position: relative
}

.providers__form fieldset:first-child::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 30px;
    height: 1px;
    background: #ECECED
}

.providers__label {
    font-size: 16px;
    display: inline-block;
    margin: 15px 0;
    position: relative
}

.providers__label.label-6 {
    width: 50%;
    padding-left: 30px
}

.providers__label.label-12 {
    width: 100%;
    padding-left: 30px
}

.providers__contact {
    padding-left: 30px
}

.providers__contact thead tr td,
.providers__contact thead tr th,
.providers__contact tbody tr td,
.providers__contact tbody tr th {
    border-top: 1px solid #cdcdcf;
    border-left: 1px solid #cdcdcf;
    padding: 0 10px
}

.providers__contact thead tr td.fake,
.providers__contact thead tr th.fake,
.providers__contact tbody tr td.fake,
.providers__contact tbody tr th.fake {
    border: 1px solid #fff;
    border-right: 1px solid #fff !important;
    border-bottom: 1px solid #cdcdcf;
    opacity: 0
}

.providers__contact thead tr td:last-child,
.providers__contact thead tr th:last-child,
.providers__contact tbody tr td:last-child,
.providers__contact tbody tr th:last-child {
    border-right: 1px solid #cdcdcf
}

.providers__contact thead tr td:nth-child(1),
.providers__contact thead tr th:nth-child(1),
.providers__contact tbody tr td:nth-child(1),
.providers__contact tbody tr th:nth-child(1) {
    width: 30%
}

.providers__contact thead tr td:nth-child(2),
.providers__contact thead tr th:nth-child(2),
.providers__contact tbody tr td:nth-child(2),
.providers__contact tbody tr th:nth-child(2) {
    width: 30%
}

.providers__contact thead tr td:nth-child(3),
.providers__contact thead tr th:nth-child(3),
.providers__contact tbody tr td:nth-child(3),
.providers__contact tbody tr th:nth-child(3) {
    width: 15%
}

.providers__contact thead tr td:nth-child(4),
.providers__contact thead tr th:nth-child(4),
.providers__contact tbody tr td:nth-child(4),
.providers__contact tbody tr th:nth-child(4) {
    width: calc(25% - 80px)
}

.providers__contact thead tr td:nth-child(5),
.providers__contact thead tr th:nth-child(5),
.providers__contact tbody tr td:nth-child(5),
.providers__contact tbody tr th:nth-child(5) {
    width: 80px
}

.providers__contact thead tr .mensagem,
.providers__contact tbody tr .mensagem {
    display: none;
    width: 100% !important;
    height: 0;
    text-align: center;
    font-size: 16px;
    overflow: hidden;
    padding: 20px;
    -webkit-transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1)
}

.providers__contact thead tr .mensagem div,
.providers__contact tbody tr .mensagem div {
    height: auto
}

.providers__contact thead tr.opened .mensagem,
.providers__contact tbody tr.opened .mensagem {
    padding: 30px 50px;
    height: auto
}

.providers__contact thead tr .open-acordion,
.providers__contact tbody tr .open-acordion {
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    border: none;
    background: #fbaf14;
    position: relative;
    cursor: pointer
}

.providers__contact thead tr .open-acordion::before,
.providers__contact thead tr .open-acordion::after,
.providers__contact tbody tr .open-acordion::before,
.providers__contact tbody tr .open-acordion::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background: white;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1)
}

.providers__contact thead tr .open-acordion::before,
.providers__contact tbody tr .open-acordion::before {
    width: 20px;
    height: 1px
}

.providers__contact thead tr .open-acordion::after,
.providers__contact tbody tr .open-acordion::after {
    height: 20px;
    width: 1px
}

.providers__contact thead tr .open-acordion:hover::before,
.providers__contact tbody tr .open-acordion:hover::before {
    width: 20px
}

.providers__contact thead tr .open-acordion:hover::after,
.providers__contact tbody tr .open-acordion:hover::after {
    height: 20px
}

.providers__contact th {
    background: #dfdfe1
}

.providers__contact th:nth-child(4) {
    border-right: 1px solid #cdcdcf
}

.providers__contact th div {
    padding: 10px 0;
    font-size: 13px;
    font-family: "Basis Grotesque Pro Bold"
}

.providers__contact tr:nth-last-child(1) {
    border-top: none
}

.providers__contact tr:nth-last-child(1),
.providers__contact tr:nth-last-child(2) {
    border-bottom: 1px solid #cdcdcf
}

.providers__contact tr td:nth-child(5) {
    border-left: none
}

.providers__contact tr td div {
    height: 100px;
    font-family: "Basis Grotesque Pro Light";
    color: #404042
}

.providers__pedidos thead tr td:nth-child(1),
.providers__pedidos thead tr th:nth-child(1),
.providers__pedidos tbody tr td:nth-child(1),
.providers__pedidos tbody tr th:nth-child(1) {
    width: 40% !important
}

.providers__pedidos thead tr td:nth-child(2),
.providers__pedidos thead tr th:nth-child(2),
.providers__pedidos tbody tr td:nth-child(2),
.providers__pedidos tbody tr th:nth-child(2) {
    width: 30% !important
}

.providers__pedidos thead tr td:nth-child(3),
.providers__pedidos thead tr th:nth-child(3),
.providers__pedidos tbody tr td:nth-child(3),
.providers__pedidos tbody tr th:nth-child(3) {
    width: 30% !important
}

.providers__pedidos thead tr td span,
.providers__pedidos thead tr th span,
.providers__pedidos tbody tr td span,
.providers__pedidos tbody tr th span {
    display: block;
    width: 100%;
    text-align: center
}

.providers__pedidos thead tr td span:not(:last-child),
.providers__pedidos thead tr th span:not(:last-child),
.providers__pedidos tbody tr td span:not(:last-child),
.providers__pedidos tbody tr th span:not(:last-child) {
    margin-bottom: 20px
}

.providers__pedidos thead tr td span img,
.providers__pedidos thead tr td span p,
.providers__pedidos thead tr th span img,
.providers__pedidos thead tr th span p,
.providers__pedidos tbody tr td span img,
.providers__pedidos tbody tr td span p,
.providers__pedidos tbody tr th span img,
.providers__pedidos tbody tr th span p {
    max-width: 50%;
    display: inline-block;
    vertical-align: middle
}

.providers__pedidos thead tr td span p,
.providers__pedidos thead tr th span p,
.providers__pedidos tbody tr td span p,
.providers__pedidos tbody tr th span p {
    margin-left: 20px;
    white-space: nowrap;
    font-size: 0.8em
}

@media screen and (min-width: 1400px) {
    .providers__pedidos thead tr td span p,
    .providers__pedidos thead tr th span p,
    .providers__pedidos tbody tr td span p,
    .providers__pedidos tbody tr th span p {
        font-size: 1em
    }
}

.providers__products {
    padding-left: 30px
}

.providers__products thead,
.providers__products tbody {
    font-size: 16px
}

.providers table {
    font-size: 16px;
    width: 100%;
    border-color: #b8b8bb
}

.providers table thead,
.providers table tbody {
    width: 100%;
    display: table
}

.providers table thead tr,
.providers table tbody tr {
    display: table-row
}

.providers table thead tr th,
.providers table tbody tr th {
    background: #d2d2d4;
    font-family: "Basis Grotesque Pro Bold"
}

.providers table thead tr td,
.providers table thead tr th,
.providers table tbody tr td,
.providers table tbody tr th {
    display: table-cell;
    padding: 10px
}

::-moz-selection {
    background: #0098db;
    color: #fff
}

::selection {
    background: #0098db;
    color: #fff
}

::-moz-selection {
    background: #0098db;
    color: #fff
}

.title {
    display: inline-block;
    color: #4d4d4e;
    font-size: 18px;
    line-height: 25px
}

@media screen and (min-width: 640px) {
    .title {
        font-size: 30px;
        line-height: 45px
    }
}

@media screen and (min-width: 1220px) {
    .title {
        font-size: 40px;
        line-height: 60px
    }
}

.text {
    color: #4d4d4e;
    font-size: 12px;
    line-height: 16px
}

@media screen and (min-width: 640px) {
    .text {
        font-size: 15px;
        line-height: 25px
    }
}

@media screen and (min-width: 1220px) {
    .text {
        font-size: 20px;
        line-height: 30px
    }
}

.circles {
    width: 55px;
    height: 55px;
    background: #276e51;
    border-radius: 50%
}

.circles::before {
    content: '';
    z-index: -1;
    position: absolute;
    width: 700%;
    height: 700%;
    border: 2px solid #0098db;
    border-radius: 50%
}

.circles::after {
    content: '';
    z-index: -1;
    position: absolute;
    width: 500%;
    height: 500%;
    border: 2px solid #fbaf14;
    border-radius: 50%
}

.circles:not(.right)::before {
    bottom: -55%;
    right: -55%
}

.circles:not(.right)::after {
    top: -30%;
    right: -22%
}

.circles.right::before {
    top: -30%;
    left: -75%
}

.circles.right::after {
    bottom: -45%;
    left: -5%
}

@-webkit-keyframes appear {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes appear {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.products-list {
    position: relative;
    margin-top: 30px;
    float: left;
    width: 100%;
    text-align: center
}

.product-item {
    display: inline-block;
    position: relative;
    margin: 0 4px;
    margin-bottom: 20px;
    width: 49%
}

@media screen and (min-width: 640px) {
    .product-item {
        margin: 0 4px;
        width: 32%
    }
}

@media screen and (min-width: 1220px) {
    .product-item {
        font-size: 46px;
        width: 16%
    }
}

.product-item a.product-select {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 30px;
    height: 30px;
    background: url("../images/bg/plus.png") center center no-repeat #0098db;
    cursor: pointer
}

@media screen and (min-width: 640px) {
    .product-item a.product-select {
        top: 15px;
        right: 15px;
        width: 50px;
        height: 50px
    }
}

@media screen and (min-width: 1220px) {
    .product-item a.product-select {
        right: 22px
    }
}

.product-item a.product-select.selected {
    background: url("../images/bg/selected.png") center center no-repeat #fbaf14
}

.texts-margin {
    margin: 0px 6vw 0;
    width: calc( 100% - 12vw);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2)
}

.texts-margin.text-title {
    margin-top: 50px
}

.texts-margin.no-border {
    border: none
}

.texts-margin .title {
    padding-bottom: 50px;
    color: black
}

.texts-margin h2 {
    color: #4d4d4e;
    margin-top: 40px;
    font-size: 20px
}

@media screen and (min-width: 640px) {
    .texts-margin h2 {
        font-size: 30px
    }
}

.text-container {
    color: #4d4d4e;
    margin: 20px 0 40px;
    font-size: 12px;
    line-height: 20px
}

@media screen and (min-width: 640px) {
    .text-container {
        margin: 40px 0;
        font-size: 15px;
        line-height: 25px
    }
}

.product-link:hover .product-name {
    background: #fff;
    color: #0098db
}

.product-image {
    position: relative;
    overflow: hidden
}

.product-image:before {
    content: '';
    display: block;
    padding-top: 120%
}

.product-image img {
    width: auto;
    max-width: none;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.product-name {
    text-align: center;
    padding: 1vw;
    color: #fff;
    background: #0098db;
    border: 2px solid #0098db;
    -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    font-size: 10px;
    margin-top: 5px;
    height: 50px
}

@media screen and (min-width: 640px) {
    .product-name {
        margin-top: 15px;
        font-size: 16px
    }
}

@media screen and (max-width: 639px) {
    .product-name {
        height: 30px
    }
}

.product-provider {
    text-align: center;
    margin-top: 10px;
    font-size: 10px
}

.product-provider span {
    text-transform: uppercase
}

.product-provider a {
    display: inline-block;
    width: auto;
    margin-top: 5px;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    font-size: 14px;
    -webkit-transition: padding 150ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: padding 150ms cubic-bezier(0.645, 0.045, 0.355, 1)
}

.product-provider a:hover {
    text-decoration: none;
    padding: 0 20px 5px
}

@media screen and (min-width: 640px) {
    .product-provider {
        margin-top: 15px;
        margin-bottom: 25px;
        font-size: 16px
    }
    .product-provider a {
        margin-top: 5px
    }
}

.social-media-icon {
    float: left;
    display: block;
    width: 20px;
    height: 20px
}

@media screen and (min-width: 640px) {
    .social-media-icon {
        width: 30px;
        height: 30px
    }
}

.social-media-icon:last-child {
    margin-left: 5px
}

.social-media-icon svg {
    float: left;
    display: block;
    height: 100%
}

.social-media-icon:hover svg path,
.social-media-icon:hover svg circle {
    fill: #c5c5c8
}

.md-screen {
    display: none
}

@media screen and (max-width: 1219px) {
    .md-screen {
        display: block
    }
}

.lg-screen {
    display: none
}

@media screen and (min-width: 1220px) {
    .lg-screen {
        display: block
    }
}

.breadcrumb {
    display: block;
    text-align: left;
    white-space: nowrap;
    margin-bottom: 20px
}

.breadcrumb li {
    display: inline-block
}

.breadcrumb li a {
    float: left;
    display: block;
    width: 100%;
    font-size: 10px
}

@media screen and (min-width: 640px) {
    .breadcrumb li a {
        font-size: 1.7vw
    }
}

@media screen and (min-width: 1220px) {
    .breadcrumb li a {
        font-size: 18px
    }
}

.breadcrumb li:not(:last-child) {
    padding-right: 20px;
    margin-right: 7px;
    position: relative
}

@media screen and (min-width: 640px) {
    .breadcrumb li:not(: last-child) {
        padding-right: 2vw;
        margin-right: 0.5vw
    }
}

@media screen and (min-width: 1220px) {
    .breadcrumb li:not(: last-child) {
        padding-right: 25px;
        margin-right: 10px
    }
}

.breadcrumb li:not(:last-child) a::before {
    content: '>';
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media screen and (min-width: 1220px) {
    .breadcrumb {
        width: auto;
        margin-bottom: 0
    }
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0
}

.popup.opened {
    -webkit-animation: popUpIn 200ms cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
    animation: popUpIn 200ms cubic-bezier(0.645, 0.045, 0.355, 1) forwards
}

.popup.closed {
    -webkit-animation: popUpOut 200ms cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
    animation: popUpOut 200ms cubic-bezier(0.645, 0.045, 0.355, 1) forwards
}

@-webkit-keyframes popUpIn {
    0% {
        opacity: 0;
        z-index: -2
    }
    1% {
        opacity: 0;
        z-index: 4
    }
    100% {
        opacity: 1;
        z-index: 4
    }
}

@keyframes popUpIn {
    0% {
        opacity: 0;
        z-index: -2
    }
    1% {
        opacity: 0;
        z-index: 4
    }
    100% {
        opacity: 1;
        z-index: 4
    }
}

@-webkit-keyframes popUpOut {
    0% {
        opacity: 1;
        z-index: 4
    }
    99% {
        opacity: 0;
        z-index: 4
    }
    100% {
        opacity: 0;
        z-index: -2
    }
}

@keyframes popUpOut {
    0% {
        opacity: 1;
        z-index: 4
    }
    99% {
        opacity: 0;
        z-index: 4
    }
    100% {
        opacity: 0;
        z-index: -2
    }
}

.popup .submit {
    border-color: #0090F0;
    background: #0090F0;
    border-width: 1px
}

.popup .submit:hover {
    background: transparent;
    color: #0090F0
}

.popup-content {
    position: absolute;
    left: 50%;
    max-width: 700px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
    top: 50%
}

@media screen and (min-width: 720px) {
    .popup-content {
        width: 80%
    }
}

.popup-scrollable {
    max-height: 80vh;
    overflow: auto;
    padding: 0 10px;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    -ms-overflow-scrolling: touch;
    -o-overflow-scrolling: touch;
    overflow-scrolling: touch;
    margin-top: -1px;
    background: #fff;
    padding: 15px
}

.popup-scrollable::-webkit-scrollbar {
    -webkit-appearance: none
}

.popup-scrollable::-webkit-scrollbar:vertical {
    width: 4px
}

.popup-scrollable::-webkit-scrollbar:horizontal {
    height: 10px
}

.popup-scrollable::-webkit-scrollbar-thumb {
    background-color: #0098db;
    border-radius: 0px
}

.popup-scrollable::-webkit-scrollbar-track {
    border-radius: 0px
}

@media screen and (min-width: 640px) {
    .popup-scrollable {
        padding: 40px 60px
    }
}

.popup-title {
    float: left;
    display: block;
    width: 100%;
    background: #fff;
    position: relative;
    padding: 20px 20px 10px
}

.popup-title h1 {
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 50px;
    border-bottom: 1px solid #d2d2d4
}

@media screen and (min-width: 640px) {
    .popup-title {
        padding: 30px 30px 10px
    }
    .popup-title h1 {
        font-size: 30px
    }
}

.popup-close {
    z-index: 2;
    position: absolute;
    top: 20px;
    bottom: 20px;
    padding: 0;
    border: none;
    outline: none;
    background: #ECECED;
    font-size: 0;
    cursor: pointer;
    -webkit-transition: background 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: background 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 50px;
    right: 20px
}

@media screen and (min-width: 640px) {
    .popup-close {
        right: 30px;
        width: 60px
    }
}

.popup-close::before,
.popup-close::after {
    content: '';
    width: 25%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #4D4D4F;
    border-radius: 15px;
    -webkit-transition: background 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: background 300ms cubic-bezier(0.645, 0.045, 0.355, 1)
}

.popup-close::before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.popup-close::after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.popup-close:hover {
    background: #fff
}

.popup-close:hover::before,
.popup-close:hover::after {
    background: #000
}

.alert-form-sent__text {
    display: block;
    width: 100%;
    text-align: center;
    color: #0098db;
    font-size: 15px;
    line-height: 20px
}

@media screen and (min-width: 640px) {
    .alert-form-sent__text {
        font-size: 20px;
        line-height: 25px
    }
}

@media screen and (min-width: 1220px) {
    .alert-form-sent__text {
        font-size: 30px;
        line-height: 35px
    }
}

.alert-form-sent .popup-close {
    height: 60px;
    top: 5px;
    right: 5px
}

.alert-form-sent .popup-content {
    background: white;
    padding: 60px 10px 40px
}

@media screen and (min-width: 640px) {
    .alert-form-sent .popup-content {
        padding: 5vw 20px
    }
}

.policy {
    display: block;
    padding-bottom: 50px
}

.policy .title {
    padding: 5vw 0
}

.policy .title-container {
    border-bottom: 1px solid #d2d2d4
}

.policy .content.small {
    width: 85%;
    max-width: 1160px
}

.policy .text-container {
    margin-bottom: 80px
}

.pagination {
    width: 100%;
    margin-bottom: 30px
}

.pagination li {
    width: 40px;
    height: 40px;
    margin: 5px;
    background-color: #0090F0
}

.pagination li.active,
.pagination li:hover {
    background-color: #fbaf14
}

.pagination li.active a,
.pagination li:hover a {
    text-decoration: none
}

.pagination li a {
    color: #fff
}

.select-segmento {
    width: 220px;
    height: 50px;
    border: 1px solid #0098db;
    color: #0098db;
    padding-left: 11px;
    background: url(../images/bg/bgselect.jpg) no-repeat right 1px center #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-top: 10px
}

.filters form .select-segmento {
    margin: 10px 5px
}
