@charset "UTF-8";

/*@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap);*/

*,.dropzoneIn,.dropzoneIn *,.mfp-container,img.mfp-img {
  -webkit-box-sizing: border-box;
}

.header__center__row,body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
}

body,html {
  font-size: 18px;
}
.topMenu-wrapper .topMenu__tel {
  text-decoration: none;
  padding-left: 20px;
}
.search-input-desktop {
  margin-left: unset !important;
}

.header + .breadcrumbs{
  padding: 40px 0px 0px 20px;
}

.mfp-close,a {
  text-decoration: none;
}

.btn--red,.header__center__box button {
  -webkit-box-shadow: 0 3px 15px 0 rgba(228,94,88,.4);
}

.btn--red,.smi__item__text {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
}

.dropzoneIn.dz-clickable,button,select {
  cursor: pointer;
}
.fillForm .btn--red.disable, .formContact input[type=submit].disable {
      background: none !important;
    border: 1px solid #bbbbbb !important;
    color: #bbbbbb !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
/* Стили для ошибок чекбоксов */
.leasing-checkbox-error {
    display: none;
    color: red;
    font-size: 12px;
    margin-bottom: 2px;
    text-align: right;
    width: 80%;
    vertical-align: top;
}
.leasing-checkbox-wrap {
    display: inline-block;
    min-width: 350px;
    vertical-align: top;
}
.disable {
    opacity: 0.6;
}
.leasing .main-banner form[name="leasing"] button[type="submit"].disable:hover {
    background-color: transparent;
    border: 1px solid #fff;
}
.leasing-form-block__form button[type="submit"].disable:hover {
    color: #fff;
    background: transparent;
}

.dropzoneIn .dz-preview .dz-details .dz-filename,.mfp-counter {
  white-space: nowrap;
}

.page-wrap,.pos-r,.wrapper {
  position: relative;
}

.slick-loading .slick-slide,.slick-loading .slick-track {
  visibility: hidden;
}

.slick-dots,ul li {
  list-style: none;
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
/* Стили для ошибок чекбоксов */
.leasing-checkbox-error {
  display: none;
  color: red;
  font-size: 12px;
  margin-bottom: 2px;
  text-align: right;
  width: 80%;
  vertical-align: top;
}
.leasing-checkbox-wrap {
  display: inline-block;
  min-width: 350px;
  vertical-align: top;
}
.disable {
  opacity: 0.6;
}
.leasing .main-banner form[name="leasing"] button[type="submit"].disable:hover {
  background-color: transparent;
  border: 1px solid #fff;
}
.leasing-form-block__form button[type="submit"].disable:hover {
  color: #fff;
  background: transparent;
}
.white-popup {
  position: relative;
  background: #FFF;
  padding: 25px;
  max-width: 400px;
  margin: 0 auto;
}

.item_certificate {
  min-height: 380px !important;
  border: 20px solid #494949;
  margin-left: 30px;
}

.item_review {
  min-height: 380px !important;
  border: 20px solid #494949;
  margin-left: 30px;
}

.img_review {
  width: auto;
  height: 333px;
}

.productHeader__row__col__text ul li {
  list-style: inside;
  margin-left: 18px;
  color: #504a6f;
}

.productHeader__row__col__text h2 {
  margin: 15px 0px 15px 0;
}

.sslider {
  overflow: hidden;
}

.wrappermobile {
  padding-left: 35px !important;
  padding-right: 0px !important;
}

.categoreProduct__row__item,.categoriesIndustries__col__box,.favoriteProduct__row__item,.header__center__item,body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
}


* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
  color: #111;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  min-height: 100%;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  font-family: Roboto,sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

.dropzoneIn,.dropzoneIn *,.mfp-container,img.mfp-img {
  -moz-box-sizing: border-box;
}

.overHidden,.page-wrap {
  overflow-x: hidden;
}

a {
  color: inherit;
}

p {
  margin-top: 0;
  line-height: 1.4;
  font-size: 16px;
  text-align: justify;
}

p:last-of-type {
  margin-bottom: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  border-style: none;
}

input,textarea {
  padding: 0;
  width: 100%;
  font-family: inherit;
  color: inherit;
}

button,select {
  font-family: inherit;
  font-size: 14px;
  width: 131px;
  margin: 8px;
  margin-bottom: 25px;
  height: 30px;
  background: none;
  border-radius: 8px;
  border-color: #888888;
  border: 2px solid;
}

button:hover {
  border-color: #CD3035;
  color: #CD3035;
}

button:active {
  border-color: #CD3035;
  color: #CD3035;
}

.search-main {
  top: 0px !important;
  margin: 5px;
  right: 0px !important;
}

.search-vn {
  top: 20px !important;
  margin: 5px;
  right: 0px !important;
}
.orderhist .list .order .content a {
  font-size:20px;
  color: #1e1744;
}
.sellerHeader .detail-text {
  padding-top: 30px;
}
.detail-text ul li {
  line-height: 1.4;
}

.price-button-contact {
  width: 100px;
  font-size: 11px;
  margin: 3px;
  margin-top: 15px;
  margin-bottom: 25px;
}

.inn-result-contact {
  width: 440px !important;
}

.brand-result-contact {
  width: 440px !important;
}

.btn--red,.header__center h1 {
  font-family: Roboto,sans-serif;
}

fieldset {
  margin: 0;
  border: none;
}

table {
  width: 100%;
}

.container {
  margin: 0 auto;
  max-width: 1440px;
  background: #ffffff;
}

.wrapper {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

.page-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}


.block-viideo-ifrrame{
  text-align: center;
  padding-top: 45px;
}
.block-viideo-ifrrame iframe {
  width: 100%;
  max-width: 720px;
  min-height: 405px;
  border: none;
}
.text-white {
  color: #fff;
}

.text-blue {
  color: #173e6e;
}

.btn--red {
  padding: 12px 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0 3px 15px 0 rgba(228,94,88,.4);
  box-shadow: 0 3px 15px 0 rgb(228 94 88 / 40%);
  background-color: #CD3035;
  border: none;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  -moz-transition: all .4s;
  transition: all .4s;
}
.sellerCart .btn--red {
  padding: 15px 10px;
}
.sellerHeader__row__h1 img {
  /* height: 280px; */
  min-width: 220px;
  min-height: 100px;
}

.btn--red:hover {
  background-color: #CD3035;
  color: #fff;
}

.header__center h1 {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 46px;
  line-height: 55px;
  padding-bottom: 39px;
}

.header__center h1 span {
  color: #CD3035;
}

.faq {
  cursor: pointer;
  width: 100%;
  max-width: 670px;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 7px 0 rgba(29,24,65,.3);
  -moz-box-shadow: 0 2px 7px 0 rgba(29,24,65,.3);
  box-shadow: 0 2px 7px 0 rgba(29,24,65,.3);
  border: 1px solid #e7e8ed;
  background-color: #f9fafc;
  margin: auto;
  padding: 30px;
  margin-top: 15px;
}

.h2vac {
  font-size: 20px;
  margin-bottom: 25px;
  margin-top: 25px;
  display: flex;
  justify-content: center;
}

.mailphone {
  display: flex;
  margin-top: 15px;
  flex-direction: column;
}

.mailphone a {
  margin-bottom: 10px;
}

.faq__ques {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.dis-none {
  display: none;
}

.faq__plus {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 30px;
}

.faq__ques h3 {
  padding-top: 0px;
}

.imgvac {
  margin-bottom: 10px;
  margin-top: 10px;
}

p , li {
  margin-bottom: 10px;
  font-size: 16px;
}

.faq__plus span {
  width: 13px;
  height: 2px;
  background-color: #000;
  display: block;
  position: relative;
}

.faq__plus span:before {
  content: '';
  width: 13px;
  height: 2px;
  background-color: #000;
  display: block;
  position: absolute;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.faq__plus.opened span:before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.projectstext {
  margin-left: 30px;
  margin-right: 30px;
  display: inline-block;
  width: 50%;
}

.projectsimg {
  width: 40%;
  display: inline-block;
  vertical-align: top;
}

.projectstext h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}

.projectsdetail {
  font-size: 16px;
  margin-top: 30px;
  line-height: 24px;
}

.projectshr {
  margin-right: 29px;
  margin-left: 29px;
}

.projectsdate {
  width: 50%;
  display: inline;
}

.projectsdate span {
  font-weight: bold;
}

.projectssum {
  width: 50%;
  display: inline;
}

.projectssum span {
  font-weight: bold;
}

.dealer-button {
  height: 39px;
  margin: 28px;
}

.deal {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px !important;
  text-align: unset;
}

.dealerblock {
  width: 48%;
  display: inline-block;
  border: 1px solid #e9eaec;
  border-radius: 10px;
  margin: 4px;
  padding: 15px;
}

.number {
  font-size: 100px;
  color: #ff463e;
  font-weight: 700;
  font-family: 'Open Sans';
  display: inline-block;
  width: 20%;
  vertical-align: top;
  line-height: 0.7;
}

.hdealer {
  font-size: 20px;
  margin-bottom: 9px;
  font-weight: 700;
}
.ohrana-truda-page#content {
    min-height: 70vh;
    padding: 40px 20px;
    width: 100%;
    max-width: none;
}

.ohrana-truda-page .wrapper {
    padding: 0;
}

.ohrana-truda-page h1 {
    font-size: 24px;
    font-weight: 500;
    color: #2f2e36;
    margin-bottom: 20px;
    text-align: left;
}

.ohrana-truda-page .reference-downloads {
    margin-top: 30px;
    width: 100%;
    max-width: none;
}

.ohrana-truda-page .list-group {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
}

.ohrana-truda-page .list-group-item {
    display: block;
    padding: 20px 25px;
    background-color: #fff;
    border: 1px solid #e0e6ed;
    border-radius: 8px;
    color: #2f2e36;
    text-decoration: none;
    transition: all 0.2s ease;
    font-size: 16px;
    font-weight: 400;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    width: 100%;
    box-sizing: border-box;
}

.ohrana-truda-page .list-group-item:hover {
    background-color: #fff;
    border-color: #CD3035;
    color: #CD3035;
    text-decoration: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.ohrana-truda-page .list-group-item:active {
    background-color: #fff;
    transform: translateY(1px);
}
.dealerright {
  display: inline-block;
  width: 79%;
  margin-bottom: 20px;
  vertical-align: top;
  font-size: 16px;
  min-height: 150px;
}
.dealerblock:nth-child(1),
.dealerblock:nth-child(2) {
  min-height: 280px;
}

.tdealer {
  line-height: 1.5;
}

.dealer-text {
  width: 44%;
  float: left;
  font-size: 18px;
  line-height: 1.5;
}

.dealer-text1 {
  width: 100%;
  padding: 10px;
  font-size: 18px;
  line-height: 1.5;
}

.dealer-img {
  margin-bottom: 30px;
  border: 1px solid #f9fafc;
  border-radius: 16px;
  width: 625px;
  float: right;
  margin-right: 30px;
  max-height: 260px;
  object-fit: cover;
}

.dealer-h1 {
  width: 100%;
  display: flex;
  line-height: 1;
}


.ohrana-truda-page#content {
  min-height: 70vh;
  padding: 40px 20px;
  width: 100%;
  max-width: none;
}

.ohrana-truda-page .wrapper {
  padding: 0;
}

.ohrana-truda-page h1 {
  font-size: 24px;
  font-weight: 500;
  color: #2f2e36;
  margin-bottom: 20px;
  text-align: left;
}

.ohrana-truda-page .reference-downloads {
  margin-top: 30px;
  width: 100%;
  max-width: none;
}

.ohrana-truda-page .list-group {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}

.ohrana-truda-page .list-group-item {
  display: block;
  padding: 20px 25px;
  background-color: #fff;
  border: 1px solid #e0e6ed;
  border-radius: 8px;
  color: #2f2e36;
  text-decoration: none;
  transition: all 0.2s ease;
  font-size: 16px;
  font-weight: 400;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  width: 100%;
  box-sizing: border-box;
}

.ohrana-truda-page .list-group-item:hover {
  background-color: #fff;
  border-color: #CD3035;
  color: #CD3035;
  text-decoration: none;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.ohrana-truda-page .list-group-item:active {
  background-color: #fff;
  transform: translateY(1px);
}

.privacy h1 {
  font-size: 20px;
  font-weight: bold;
}
.consent h1 {
  margin-bottom: 20px;
}
.consent a {
    color: #2d95ff;
    text-decoration: underline;
}
.privacy ul li{
  list-style: none;
  margin-left: 20px;
  margin-top: 20px;
}
.privacy.consent ul li{
 list-style: disc;
}
.privacy ul ol.ll li{
  list-style-type: "- ";
}
.privacy ul a {
  color: #2d95ff;
  text-decoration: underline;
}

/*.privacy ol {counter-reset: li; list-style: none;}*/

/*.privacy ol li::before { counter-increment:li; content: counters(li,".") " ";}*/




.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

.margin-top-m {
  margin-top: -100px;
}

.border-b {
  border-bottom: 1px solid #dadada;
}

.pt-60 {
  padding-top: 60px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pale-grey-bg {
  background: #ebebf4;
}

.pb-30 {
  padding-bottom: 30px!important;
}

.dropzoneIn,.dropzoneIn * {
  box-sizing: border-box;
}

.dropzoneIn {
  min-height: 50px;
  border: 2px solid rgba(0,0,0,.3);
  background: #fff;
  padding: 2px;
}

.dropzoneIn.dz-clickable * {
  cursor: default;
}

.dropzoneIn.dz-clickable .dz-message,.dropzoneIn.dz-clickable .dz-message *,.hamburger {
  cursor: pointer;
}

.dropzoneIn.dz-started .dz-message {
  display: none;
}

.dropzoneIn.dz-drag-hover {
  border-style: solid;
}

.dropzoneIn.dz-drag-hover .dz-message {
  opacity: .5;
}

.dropzoneIn .dz-preview.dz-file-preview .dz-details,.dropzoneIn .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzoneIn .dz-message {
  text-align: center;
  margin: 2em 0;
}

.dropzoneIn .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

.dropzoneIn .dz-preview:hover {
  z-index: 1000;
}
.search__center__box-custom,
.search__center__box__img.search__center__box__img--mobile1 {
  display: none;
}

.dropzoneIn .dz-preview.dz-file-preview .dz-image {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #999;
  background: -webkit-gradient(linear,left top,left bottom,from(#eee),to(#ddd));
  background: -webkit-linear-gradient(top,#eee,#ddd);
  background: oldlinear-gradient(top,#eee,#ddd) -moz-;
  background: -o-linear-gradient(top,#eee,#ddd);
  background: linear-gradient(to bottom,#eee,#ddd);
}
.search__center__box__img.mobile {
  display: none;
}

.dropzoneIn .dz-preview.dz-image-preview {
  background: #fff;
}

.dropzoneIn .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity .2s linear;
  -moz-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

.dropzoneIn .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}

.dropzoneIn .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

.dropzoneIn .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0,0,0,.9);
  line-height: 150%;
}

.dropzoneIn .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

.dropzoneIn .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200,200,200,.8);
  background-color: rgba(255,255,255,.8);
}

.dropzoneIn .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.dropzoneIn .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

.dropzoneIn .dz-preview .dz-details .dz-filename span,.dropzoneIn .dz-preview .dz-details .dz-size span {
  background-color: rgba(255,255,255,.4);
  padding: 0 .4em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.dropzoneIn .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05,1.05);
  -moz-transform: scale(1.05,1.05);
  -ms-transform: scale(1.05,1.05);
  -o-transform: scale(1.05,1.05);
  transform: scale(1.05,1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.dropzoneIn .dz-preview .dz-image {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}

.dropzoneIn .dz-preview .dz-image img {
  display: block;
}

.dropzoneIn .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(.77,0,.175,1);
  -moz-animation: passing-through 3s cubic-bezier(.77,0,.175,1);
  -o-animation: passing-through 3s cubic-bezier(.77,0,.175,1);
  animation: passing-through 3s cubic-bezier(.77,0,.175,1);
}

.dropzoneIn .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(.77,0,.175,1);
  -moz-animation: slide-in 3s cubic-bezier(.77,0,.175,1);
  -o-animation: slide-in 3s cubic-bezier(.77,0,.175,1);
  animation: slide-in 3s cubic-bezier(.77,0,.175,1);
}

.dropzoneIn .dz-preview .dz-error-mark,.dropzoneIn .dz-preview .dz-success-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}

.dropzoneIn .dz-preview .dz-error-mark svg,.dropzoneIn .dz-preview .dz-success-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}

.dropzoneIn .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.dropzoneIn .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity .4s ease-in;
  -moz-transition: opacity .4s ease-in;
  -o-transition: opacity .4s ease-in;
  transition: opacity .4s ease-in;
}

.dropzoneIn .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}

.dropzoneIn .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255,255,255,.9);
  -webkit-transform: scale(1);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}

.dropzoneIn .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: -webkit-gradient(linear,left top,left bottom,from(#666),to(#444));
  background: -webkit-linear-gradient(top,#666,#444);
  background: oldlinear-gradient(top,#666,#444) -moz-;
  background: -o-linear-gradient(top,#666,#444);
  background: linear-gradient(to bottom,#666,#444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width .3s ease-in-out;
  -moz-transition: width .3s ease-in-out;
  -o-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out;
}

.dropzoneIn .dz-preview.dz-error .dz-error-message {
  display: block;
}

.dropzoneIn .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

.dropzoneIn .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: -webkit-gradient(linear,left top,left bottom,from(#be2626),to(#a92222));
  background: -webkit-linear-gradient(top,#be2626,#a92222);
  background: oldlinear-gradient(top,#be2626,#a92222) -moz-;
  background: -o-linear-gradient(top,#be2626,#a92222);
  background: linear-gradient(to bottom,#be2626,#a92222);
  padding: .5em 1.2em;
  color: #fff;
}

.dropzoneIn .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  position: absolute;
  top: 18px;
  right: 20px;
  bottom: 0px;
  width: 18px;
  height: 18px;
  margin-right: 15px;
  float: right;
  display: inline-block;
  -webkit-transition-property: opacity,-webkit-filter;
  -o-transition-property: opacity,filter;
  -moz-transition-property: opacity,filter;
  transition-property: opacity,filter;
  transition-property: opacity,filter,-webkit-filter;
  -webkit-transition-duration: .15s;
  -moz-transition-duration: .15s;
  -o-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger--slider .hamburger-inner::before,.hamburger-inner,.hamburger-inner::after,.hamburger-inner::before {
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-duration: .15s;
  -moz-transition-duration: .15s;
  -o-transition-duration: .15s;
}

.hamburger.is-active:hover,.hamburger:hover {
  opacity: .7;
}

.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner::after,.hamburger.is-active .hamburger-inner::before {
  background-color: #000;
}

.hamburger-box {
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 20%;
  margin-top: -2px;
}

.hamburger-inner,.hamburger-inner::after,.hamburger-inner::before {
  width: 18px;
  height: 2px;
  background-color: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: inherit;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform,-moz-transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform,-moz-transform,-o-transform;
  transition-duration: .15s;
  transition-timing-function: ease;
}

.hamburger-inner::after,.hamburger-inner::before {
  content: "";
  display: block;
}

#CD3035
 .hamburger-inner:before {
  top: 10px;
}

.hamburger-inner::after {
  top: -14px;
}

.hamburger--3dx .hamburger-box {
  -webkit-perspective: 80px;
  -moz-perspective: 80px;
  perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
  -webkit-transition: background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .15s cubic-bezier(.645,.045,.355,1);
  -o-transition: background-color 0s .1s cubic-bezier(.645,.045,.355,1),-o-transform .15s cubic-bezier(.645,.045,.355,1);
  -moz-transition: transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1),-moz-transform .15s cubic-bezier(.645,.045,.355,1);
  transition: transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1);
  transition: transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .15s cubic-bezier(.645,.045,.355,1),-moz-transform .15s cubic-bezier(.645,.045,.355,1),-o-transform .15s cubic-bezier(.645,.045,.355,1);
}

.hamburger--3dx .hamburger-inner::after,.hamburger--3dx .hamburger-inner::before {
  -webkit-transition: -webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1);
  -o-transition: -o-transform 0s .1s cubic-bezier(.645,.045,.355,1);
  -moz-transition: transform 0s .1s cubic-bezier(.645,.045,.355,1),-moz-transform 0s .1s cubic-bezier(.645,.045,.355,1);
  transition: transform 0s .1s cubic-bezier(.645,.045,.355,1);
  transition: transform 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1),-moz-transform 0s .1s cubic-bezier(.645,.045,.355,1),-o-transform 0s .1s cubic-bezier(.645,.045,.355,1);
}

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent!important;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0,10px,0) rotate(45deg);
  -moz-transform: translate3d(0,10px,0) rotate(45deg);
  transform: translate3d(0,10px,0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0,-10px,0) rotate(-45deg);
  -moz-transform: translate3d(0,-10px,0) rotate(-45deg);
  transform: translate3d(0,-10px,0) rotate(-45deg);
}

.hamburger--3dx-r .hamburger-box {
  -webkit-perspective: 80px;
  -moz-perspective: 80px;
  perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
  -webkit-transition: background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .15s cubic-bezier(.645,.045,.355,1);
  -o-transition: background-color 0s .1s cubic-bezier(.645,.045,.355,1),-o-transform .15s cubic-bezier(.645,.045,.355,1);
  -moz-transition: transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1),-moz-transform .15s cubic-bezier(.645,.045,.355,1);
  transition: transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1);
  transition: transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .15s cubic-bezier(.645,.045,.355,1),-moz-transform .15s cubic-bezier(.645,.045,.355,1),-o-transform .15s cubic-bezier(.645,.045,.355,1);
}

.hamburger--3dx-r .hamburger-inner::after,.hamburger--3dx-r .hamburger-inner::before {
  -webkit-transition: -webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1);
  -o-transition: -o-transform 0s .1s cubic-bezier(.645,.045,.355,1);
  -moz-transition: transform 0s .1s cubic-bezier(.645,.045,.355,1),-moz-transform 0s .1s cubic-bezier(.645,.045,.355,1);
  transition: transform 0s .1s cubic-bezier(.645,.045,.355,1);
  transition: transform 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1),-moz-transform 0s .1s cubic-bezier(.645,.045,.355,1),-o-transform 0s .1s cubic-bezier(.645,.045,.355,1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent!important;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0,10px,0) rotate(45deg);
  -moz-transform: translate3d(0,10px,0) rotate(45deg);
  transform: translate3d(0,10px,0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0,-10px,0) rotate(-45deg);
  -moz-transform: translate3d(0,-10px,0) rotate(-45deg);
  transform: translate3d(0,-10px,0) rotate(-45deg);
}

.hamburger--3dy .hamburger-box {
  -webkit-perspective: 80px;
  -moz-perspective: 80px;
  perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
  -webkit-transition: background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .15s cubic-bezier(.645,.045,.355,1);
  -o-transition: background-color 0s .1s cubic-bezier(.645,.045,.355,1),-o-transform .15s cubic-bezier(.645,.045,.355,1);
  -moz-transition: background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .15s cubic-bezier(.645,.045,.355,1),-moz-transform .15s cubic-bezier(.645,.045,.355,1),-o-transform .15s cubic-bezier(.645,.045,.355,1);
}

.hamburger--3dy .hamburger-inner::after,.hamburger--3dy .hamburger-inner::before {
-webkit-transition: -webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1);
-o-transition: -o-transform 0s .1s cubic-bezier(.645,.045,.355,1);
-moz-transition: transform 0s .1s cubic-bezier(.645,.045,.355,1),-moz-transform 0s .1s cubic-bezier(.645,.045,.355,1);
transition: transform 0s .1s cubic-bezier(.645,.045,.355,1);
transition: transform 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1),-moz-transform 0s .1s cubic-bezier(.645,.045,.355,1),-o-transform 0s .1s cubic-bezier(.645,.045,.355,1);
}

.hamburger--3dy.is-active .hamburger-inner {
background-color: transparent!important;
-webkit-transform: rotateX(-180deg);
-moz-transform: rotateX(-180deg);
transform: rotateX(-180deg);
}

.hamburger--3dy.is-active .hamburger-inner::before {
-webkit-transform: translate3d(0,10px,0) rotate(45deg);
-moz-transform: translate3d(0,10px,0) rotate(45deg);
transform: translate3d(0,10px,0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner::after {
-webkit-transform: translate3d(0,-10px,0) rotate(-45deg);
-moz-transform: translate3d(0,-10px,0) rotate(-45deg);
transform: translate3d(0,-10px,0) rotate(-45deg);
}

.hamburger--3dy-r .hamburger-box {
-webkit-perspective: 80px;
-moz-perspective: 80px;
perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
-webkit-transition: background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .15s cubic-bezier(.645,.045,.355,1);
-o-transition: background-color 0s .1s cubic-bezier(.645,.045,.355,1),-o-transform .15s cubic-bezier(.645,.045,.355,1);
-moz-transition: transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1),-moz-transform .15s cubic-bezier(.645,.045,.355,1);
transition: transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1);
transition: transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .15s cubic-bezier(.645,.045,.355,1),-moz-transform .15s cubic-bezier(.645,.045,.355,1),-o-transform .15s cubic-bezier(.645,.045,.355,1);
}

.hamburger--3dy-r .hamburger-inner::after,.hamburger--3dy-r .hamburger-inner::before {
-webkit-transition: -webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1);
-o-transition: -o-transform 0s .1s cubic-bezier(.645,.045,.355,1);
-moz-transition: transform 0s .1s cubic-bezier(.645,.045,.355,1),-moz-transform 0s .1s cubic-bezier(.645,.045,.355,1);
transition: transform 0s .1s cubic-bezier(.645,.045,.355,1);
transition: transform 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1),-moz-transform 0s .1s cubic-bezier(.645,.045,.355,1),-o-transform 0s .1s cubic-bezier(.645,.045,.355,1);
}

.hamburger--3dy-r.is-active .hamburger-inner {
background-color: transparent!important;
-webkit-transform: rotateX(180deg);
-moz-transform: rotateX(180deg);
transform: rotateX(180deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
-webkit-transform: translate3d(0,10px,0) rotate(45deg);
-moz-transform: translate3d(0,10px,0) rotate(45deg);
transform: translate3d(0,10px,0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
-webkit-transform: translate3d(0,-10px,0) rotate(-45deg);
-moz-transform: translate3d(0,-10px,0) rotate(-45deg);
transform: translate3d(0,-10px,0) rotate(-45deg);
}

.hamburger--3dxy .hamburger-box {
-webkit-perspective: 80px;
-moz-perspective: 80px;
perspective: 80px;
}

.hamburger--3dxy .hamburger-inner {
-webkit-transition: background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .15s cubic-bezier(.645,.045,.355,1);
-o-transition: background-color 0s .1s cubic-bezier(.645,.045,.355,1),-o-transform .15s cubic-bezier(.645,.045,.355,1);
-moz-transition: transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1),-moz-transform .15s cubic-bezier(.645,.045,.355,1);
transition: transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1);
transition: transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .15s cubic-bezier(.645,.045,.355,1),-moz-transform .15s cubic-bezier(.645,.045,.355,1),-o-transform .15s cubic-bezier(.645,.045,.355,1);
}

.hamburger--3dxy .hamburger-inner::after,.hamburger--3dxy .hamburger-inner::before {
-webkit-transition: -webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1);
-o-transition: -o-transform 0s .1s cubic-bezier(.645,.045,.355,1);
-moz-transition: transform 0s .1s cubic-bezier(.645,.045,.355,1),-moz-transform 0s .1s cubic-bezier(.645,.045,.355,1);
transition: transform 0s .1s cubic-bezier(.645,.045,.355,1);
transition: transform 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1),-moz-transform 0s .1s cubic-bezier(.645,.045,.355,1),-o-transform 0s .1s cubic-bezier(.645,.045,.355,1);
}

.hamburger--3dxy.is-active .hamburger-inner {
background-color: transparent!important;
-webkit-transform: rotateX(180deg) rotateY(180deg);
-moz-transform: rotateX(180deg) rotateY(180deg);
transform: rotateX(180deg) rotateY(180deg);
}

.hamburger--3dxy.is-active .hamburger-inner::before {
-webkit-transform: translate3d(0,10px,0) rotate(45deg);
-moz-transform: translate3d(0,10px,0) rotate(45deg);
transform: translate3d(0,10px,0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner::after {
-webkit-transform: translate3d(0,-10px,0) rotate(-45deg);
-moz-transform: translate3d(0,-10px,0) rotate(-45deg);
transform: translate3d(0,-10px,0) rotate(-45deg);
}

.hamburger--3dxy-r .hamburger-box {
-webkit-perspective: 80px;
-moz-perspective: 80px;
perspective: 80px;
}

.hamburger--3dxy-r .hamburger-inner {
-webkit-transition: background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .15s cubic-bezier(.645,.045,.355,1);
-o-transition: background-color 0s .1s cubic-bezier(.645,.045,.355,1),-o-transform .15s cubic-bezier(.645,.045,.355,1);
-moz-transition: transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1),-moz-transform .15s cubic-bezier(.645,.045,.355,1);
transition: transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1);
transition: transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .15s cubic-bezier(.645,.045,.355,1),-moz-transform .15s cubic-bezier(.645,.045,.355,1),-o-transform .15s cubic-bezier(.645,.045,.355,1);
}

.hamburger--3dxy-r .hamburger-inner::after,.hamburger--3dxy-r .hamburger-inner::before {
-webkit-transition: -webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1);
-o-transition: -o-transform 0s .1s cubic-bezier(.645,.045,.355,1);
-moz-transition: transform 0s .1s cubic-bezier(.645,.045,.355,1),-moz-transform 0s .1s cubic-bezier(.645,.045,.355,1);
transition: transform 0s .1s cubic-bezier(.645,.045,.355,1);
transition: transform 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1),-moz-transform 0s .1s cubic-bezier(.645,.045,.355,1),-o-transform 0s .1s cubic-bezier(.645,.045,.355,1);
}

.hamburger--3dxy-r.is-active .hamburger-inner {
background-color: transparent!important;
-webkit-transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
-moz-transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::before {
-webkit-transform: translate3d(0,10px,0) rotate(45deg);
-moz-transform: translate3d(0,10px,0) rotate(45deg);
transform: translate3d(0,10px,0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::after {
-webkit-transform: translate3d(0,-10px,0) rotate(-45deg);
-moz-transform: translate3d(0,-10px,0) rotate(-45deg);
transform: translate3d(0,-10px,0) rotate(-45deg);
}

.hamburger--arrow.is-active .hamburger-inner::before {
-webkit-transform: translate3d(-8px,0,0) rotate(-45deg) scale(.7,1);
-moz-transform: translate3d(-8px,0,0) rotate(-45deg) scale(.7,1);
transform: translate3d(-8px,0,0) rotate(-45deg) scale(.7,1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
-webkit-transform: translate3d(-8px,0,0) rotate(45deg) scale(.7,1);
-moz-transform: translate3d(-8px,0,0) rotate(45deg) scale(.7,1);
transform: translate3d(-8px,0,0) rotate(45deg) scale(.7,1);
}

.hamburger--arrow-r.is-active .hamburger-inner::before {
-webkit-transform: translate3d(8px,0,0) rotate(45deg) scale(.7,1);
-moz-transform: translate3d(8px,0,0) rotate(45deg) scale(.7,1);
transform: translate3d(8px,0,0) rotate(45deg) scale(.7,1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
-webkit-transform: translate3d(8px,0,0) rotate(-45deg) scale(.7,1);
-moz-transform: translate3d(8px,0,0) rotate(-45deg) scale(.7,1);
transform: translate3d(8px,0,0) rotate(-45deg) scale(.7,1);
}

.hamburger--arrowalt .hamburger-inner::before {
-webkit-transition: top .1s .1s ease,-webkit-transform .1s cubic-bezier(.165,.84,.44,1);
-o-transition: top .1s .1s ease,-o-transform .1s cubic-bezier(.165,.84,.44,1);
-moz-transition: top .1s .1s ease,transform .1s cubic-bezier(.165,.84,.44,1),-moz-transform .1s cubic-bezier(.165,.84,.44,1);
transition: top .1s .1s ease,transform .1s cubic-bezier(.165,.84,.44,1);
transition: top .1s .1s ease,transform .1s cubic-bezier(.165,.84,.44,1),-webkit-transform .1s cubic-bezier(.165,.84,.44,1),-moz-transform .1s cubic-bezier(.165,.84,.44,1),-o-transform .1s cubic-bezier(.165,.84,.44,1);
}

.hamburger--arrowalt .hamburger-inner::after {
-webkit-transition: bottom .1s .1s ease,-webkit-transform .1s cubic-bezier(.165,.84,.44,1);
-o-transition: bottom .1s .1s ease,-o-transform .1s cubic-bezier(.165,.84,.44,1);
-moz-transition: bottom .1s .1s ease,transform .1s cubic-bezier(.165,.84,.44,1),-moz-transform .1s cubic-bezier(.165,.84,.44,1);
transition: bottom .1s .1s ease,transform .1s cubic-bezier(.165,.84,.44,1);
transition: bottom .1s .1s ease,transform .1s cubic-bezier(.165,.84,.44,1),-webkit-transform .1s cubic-bezier(.165,.84,.44,1),-moz-transform .1s cubic-bezier(.165,.84,.44,1),-o-transform .1s cubic-bezier(.165,.84,.44,1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
top: 0;
-webkit-transform: translate3d(-8px,-10px,0) rotate(-45deg) scale(.7,1);
-moz-transform: translate3d(-8px,-10px,0) rotate(-45deg) scale(.7,1);
transform: translate3d(-8px,-10px,0) rotate(-45deg) scale(.7,1);
-webkit-transition: top .1s ease,-webkit-transform .1s .1s cubic-bezier(.895,.03,.685,.22);
-o-transition: top .1s ease,-o-transform .1s .1s cubic-bezier(.895,.03,.685,.22);
-moz-transition: top .1s ease,transform .1s .1s cubic-bezier(.895,.03,.685,.22),-moz-transform .1s .1s cubic-bezier(.895,.03,.685,.22);
transition: top .1s ease,transform .1s .1s cubic-bezier(.895,.03,.685,.22);
transition: top .1s ease,transform .1s .1s cubic-bezier(.895,.03,.685,.22),-webkit-transform .1s .1s cubic-bezier(.895,.03,.685,.22),-moz-transform .1s .1s cubic-bezier(.895,.03,.685,.22),-o-transform .1s .1s cubic-bezier(.895,.03,.685,.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
bottom: 0;
-webkit-transform: translate3d(-8px,10px,0) rotate(45deg) scale(.7,1);
-moz-transform: translate3d(-8px,10px,0) rotate(45deg) scale(.7,1);
transform: translate3d(-8px,10px,0) rotate(45deg) scale(.7,1);
-webkit-transition: bottom .1s ease,-webkit-transform .1s .1s cubic-bezier(.895,.03,.685,.22);
-o-transition: bottom .1s ease,-o-transform .1s .1s cubic-bezier(.895,.03,.685,.22);
-moz-transition: bottom .1s ease,transform .1s .1s cubic-bezier(.895,.03,.685,.22),-moz-transform .1s .1s cubic-bezier(.895,.03,.685,.22);
transition: bottom .1s ease,transform .1s .1s cubic-bezier(.895,.03,.685,.22);
transition: bottom .1s ease,transform .1s .1s cubic-bezier(.895,.03,.685,.22),-webkit-transform .1s .1s cubic-bezier(.895,.03,.685,.22),-moz-transform .1s .1s cubic-bezier(.895,.03,.685,.22),-o-transform .1s .1s cubic-bezier(.895,.03,.685,.22);
}

.hamburger--arrowalt-r .hamburger-inner::before {
-webkit-transition: top .1s .1s ease,-webkit-transform .1s cubic-bezier(.165,.84,.44,1);
-o-transition: top .1s .1s ease,-o-transform .1s cubic-bezier(.165,.84,.44,1);
-moz-transition: top .1s .1s ease,transform .1s cubic-bezier(.165,.84,.44,1),-moz-transform .1s cubic-bezier(.165,.84,.44,1);
transition: top .1s .1s ease,transform .1s cubic-bezier(.165,.84,.44,1);
transition: top .1s .1s ease,transform .1s cubic-bezier(.165,.84,.44,1),-webkit-transform .1s cubic-bezier(.165,.84,.44,1),-moz-transform .1s cubic-bezier(.165,.84,.44,1),-o-transform .1s cubic-bezier(.165,.84,.44,1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
-webkit-transition: bottom .1s .1s ease,-webkit-transform .1s cubic-bezier(.165,.84,.44,1);
-o-transition: bottom .1s .1s ease,-o-transform .1s cubic-bezier(.165,.84,.44,1);
-moz-transition: bottom .1s .1s ease,transform .1s cubic-bezier(.165,.84,.44,1),-moz-transform .1s cubic-bezier(.165,.84,.44,1);
transition: bottom .1s .1s ease,transform .1s cubic-bezier(.165,.84,.44,1);
transition: bottom .1s .1s ease,transform .1s cubic-bezier(.165,.84,.44,1),-webkit-transform .1s cubic-bezier(.165,.84,.44,1),-moz-transform .1s cubic-bezier(.165,.84,.44,1),-o-transform .1s cubic-bezier(.165,.84,.44,1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
top: 0;
-webkit-transform: translate3d(8px,-10px,0) rotate(45deg) scale(.7,1);
-moz-transform: translate3d(8px,-10px,0) rotate(45deg) scale(.7,1);
transform: translate3d(8px,-10px,0) rotate(45deg) scale(.7,1);
-webkit-transition: top .1s ease,-webkit-transform .1s .1s cubic-bezier(.895,.03,.685,.22);
-o-transition: top .1s ease,-o-transform .1s .1s cubic-bezier(.895,.03,.685,.22);
-moz-transition: top .1s ease,transform .1s .1s cubic-bezier(.895,.03,.685,.22),-moz-transform .1s .1s cubic-bezier(.895,.03,.685,.22);
transition: top .1s ease,transform .1s .1s cubic-bezier(.895,.03,.685,.22);
transition: top .1s ease,transform .1s .1s cubic-bezier(.895,.03,.685,.22),-webkit-transform .1s .1s cubic-bezier(.895,.03,.685,.22),-moz-transform .1s .1s cubic-bezier(.895,.03,.685,.22),-o-transform .1s .1s cubic-bezier(.895,.03,.685,.22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
bottom: 0;
-webkit-transform: translate3d(8px,10px,0) rotate(-45deg) scale(.7,1);
-moz-transform: translate3d(8px,10px,0) rotate(-45deg) scale(.7,1);
transform: translate3d(8px,10px,0) rotate(-45deg) scale(.7,1);
-webkit-transition: bottom .1s ease,-webkit-transform .1s .1s cubic-bezier(.895,.03,.685,.22);
-o-transition: bottom .1s ease,-o-transform .1s .1s cubic-bezier(.895,.03,.685,.22);
-moz-transition: bottom .1s ease,transform .1s .1s cubic-bezier(.895,.03,.685,.22),-moz-transform .1s .1s cubic-bezier(.895,.03,.685,.22);
transition: bottom .1s ease,transform .1s .1s cubic-bezier(.895,.03,.685,.22);
transition: bottom .1s ease,transform .1s .1s cubic-bezier(.895,.03,.685,.22),-webkit-transform .1s .1s cubic-bezier(.895,.03,.685,.22),-moz-transform .1s .1s cubic-bezier(.895,.03,.685,.22),-o-transform .1s .1s cubic-bezier(.895,.03,.685,.22);
}

.hamburger--arrowturn.is-active .hamburger-inner {
-webkit-transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner::before {
-webkit-transform: translate3d(8px,0,0) rotate(45deg) scale(.7,1);
-moz-transform: translate3d(8px,0,0) rotate(45deg) scale(.7,1);
transform: translate3d(8px,0,0) rotate(45deg) scale(.7,1);
}

.hamburger--arrowturn.is-active .hamburger-inner::after {
-webkit-transform: translate3d(8px,0,0) rotate(-45deg) scale(.7,1);
-moz-transform: translate3d(8px,0,0) rotate(-45deg) scale(.7,1);
transform: translate3d(8px,0,0) rotate(-45deg) scale(.7,1);
}

.hamburger--arrowturn-r.is-active .hamburger-inner {
-webkit-transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
-webkit-transform: translate3d(-8px,0,0) rotate(-45deg) scale(.7,1);
}

.hamburger--boring .hamburger-inner,.hamburger--boring .hamburger-inner::after,.hamburger--boring .hamburger-inner::before {
-webkit-transition-property: none;
-o-transition-property: none;
-moz-transition-property: none;
transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
top: 0;
opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
bottom: 0;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
}

.hamburger--collapse .hamburger-inner {
top: -3px;
bottom: 0;
-webkit-transition-duration: .13s;
-moz-transition-duration: .13s;
-o-transition-duration: .13s;
transition-duration: .13s;
-webkit-transition-delay: .13s;
-moz-transition-delay: .13s;
-o-transition-delay: .13s;
transition-delay: .13s;
-webkit-transition-timing-function: cubic-bezier(.55,.055,.675,.19);
-moz-transition-timing-function: cubic-bezier(.55,.055,.675,.19);
-o-transition-timing-function: cubic-bezier(.55,.055,.675,.19);
transition-timing-function: cubic-bezier(.55,.055,.675,.19);
}

.hamburger--collapse .hamburger-inner::after {
top: -8px;
-webkit-transition: top .2s .2s cubic-bezier(.33333,.66667,.66667,1),opacity .1s linear;
-o-transition: top .2s .2s cubic-bezier(.33333,.66667,.66667,1),opacity .1s linear;
-moz-transition: top .2s .2s cubic-bezier(.33333,.66667,.66667,1),opacity .1s linear;
transition: top .2s .2s cubic-bezier(.33333,.66667,.66667,1),opacity .1s linear;
}

.hamburger--collapse .hamburger-inner::before {
top: 6px;
-webkit-transition: top .12s .2s cubic-bezier(.33333,.66667,.66667,1),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19);
-o-transition: top .12s .2s cubic-bezier(.33333,.66667,.66667,1),-o-transform .13s cubic-bezier(.55,.055,.675,.19);
-moz-transition: top .12s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19),-moz-transform .13s cubic-bezier(.55,.055,.675,.19);
transition: top .12s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19);
transition: top .12s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19),-moz-transform .13s cubic-bezier(.55,.055,.675,.19),-o-transform .13s cubic-bezier(.55,.055,.675,.19);
}

.hamburger--collapse.is-active .hamburger-inner {
-webkit-transform: translate3d(0,-10px,0) rotate(-45deg);
-moz-transform: translate3d(0,-10px,0) rotate(-45deg);
transform: translate3d(0,-10px,0) rotate(-45deg);
-webkit-transition-delay: .22s;
-moz-transition-delay: .22s;
-o-transition-delay: .22s;
transition-delay: .22s;
-webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
-moz-transition-timing-function: cubic-bezier(.215,.61,.355,1);
-o-transition-timing-function: cubic-bezier(.215,.61,.355,1);
transition-timing-function: cubic-bezier(.215,.61,.355,1);
  top: 5px;
}

.hamburger--collapse.is-active .hamburger-inner::after {
top: 0;
opacity: 0;
-webkit-transition: top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s .22s linear;
-o-transition: top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s .22s linear;
-moz-transition: top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s .22s linear;
transition: top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s .22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
top: 0;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-transition: top .1s .16s cubic-bezier(.33333,0,.66667,.33333),-webkit-transform .13s .25s cubic-bezier(.215,.61,.355,1);
-o-transition: top .1s .16s cubic-bezier(.33333,0,.66667,.33333),-o-transform .13s .25s cubic-bezier(.215,.61,.355,1);
-moz-transition: top .1s .16s cubic-bezier(.33333,0,.66667,.33333),transform .13s .25s cubic-bezier(.215,.61,.355,1),-moz-transform .13s .25s cubic-bezier(.215,.61,.355,1);
transition: top .1s .16s cubic-bezier(.33333,0,.66667,.33333),transform .13s .25s cubic-bezier(.215,.61,.355,1);
transition: top .1s .16s cubic-bezier(.33333,0,.66667,.33333),transform .13s .25s cubic-bezier(.215,.61,.355,1),-webkit-transform .13s .25s cubic-bezier(.215,.61,.355,1),-moz-transform .13s .25s cubic-bezier(.215,.61,.355,1),-o-transform .13s .25s cubic-bezier(.215,.61,.355,1);
}

.hamburger--collapse-r .hamburger-inner {
top: auto;
bottom: 0;
-webkit-transition-duration: .13s;
-moz-transition-duration: .13s;
-o-transition-duration: .13s;
transition-duration: .13s;
-webkit-transition-delay: .13s;
-moz-transition-delay: .13s;
-o-transition-delay: .13s;
transition-delay: .13s;
-webkit-transition-timing-function: cubic-bezier(.55,.055,.675,.19);
-moz-transition-timing-function: cubic-bezier(.55,.055,.675,.19);
-o-transition-timing-function: cubic-bezier(.55,.055,.675,.19);
transition-timing-function: cubic-bezier(.55,.055,.675,.19);
}

.hamburger--collapse-r .hamburger-inner::after {
top: -20px;
-webkit-transition: top .2s .2s cubic-bezier(.33333,.66667,.66667,1),opacity .1s linear;
-o-transition: top .2s .2s cubic-bezier(.33333,.66667,.66667,1),opacity .1s linear;
-moz-transition: top .2s .2s cubic-bezier(.33333,.66667,.66667,1),opacity .1s linear;
transition: top .2s .2s cubic-bezier(.33333,.66667,.66667,1),opacity .1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
-webkit-transition: top .12s .2s cubic-bezier(.33333,.66667,.66667,1),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19);
-o-transition: top .12s .2s cubic-bezier(.33333,.66667,.66667,1),-o-transform .13s cubic-bezier(.55,.055,.675,.19);
-moz-transition: top .12s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19),-moz-transform .13s cubic-bezier(.55,.055,.675,.19);
transition: top .12s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19);
transition: top .12s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19),-moz-transform .13s cubic-bezier(.55,.055,.675,.19),-o-transform .13s cubic-bezier(.55,.055,.675,.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
-webkit-transform: translate3d(0,-10px,0) rotate(45deg);
-moz-transform: translate3d(0,-10px,0) rotate(45deg);
transform: translate3d(0,-10px,0) rotate(45deg);
-webkit-transition-delay: .22s;
-moz-transition-delay: .22s;
-o-transition-delay: .22s;
transition-delay: .22s;
-webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
-moz-transition-timing-function: cubic-bezier(.215,.61,.355,1);
-o-transition-timing-function: cubic-bezier(.215,.61,.355,1);
transition-timing-function: cubic-bezier(.215,.61,.355,1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
top: 0;
opacity: 0;
-webkit-transition: top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s .22s linear;
-o-transition: top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s .22s linear;
-moz-transition: top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s .22s linear;
transition: top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s .22s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
top: 0;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transition: top .1s .16s cubic-bezier(.33333,0,.66667,.33333),-webkit-transform .13s .25s cubic-bezier(.215,.61,.355,1);
-o-transition: top .1s .16s cubic-bezier(.33333,0,.66667,.33333),-o-transform .13s .25s cubic-bezier(.215,.61,.355,1);
-moz-transition: top .1s .16s cubic-bezier(.33333,0,.66667,.33333),transform .13s .25s cubic-bezier(.215,.61,.355,1),-moz-transform .13s .25s cubic-bezier(.215,.61,.355,1);
transition: top .1s .16s cubic-bezier(.33333,0,.66667,.33333),transform .13s .25s cubic-bezier(.215,.61,.355,1);
transition: top .1s .16s cubic-bezier(.33333,0,.66667,.33333),transform .13s .25s cubic-bezier(.215,.61,.355,1),-webkit-transform .13s .25s cubic-bezier(.215,.61,.355,1),-moz-transform .13s .25s cubic-bezier(.215,.61,.355,1),-o-transform .13s .25s cubic-bezier(.215,.61,.355,1);
}

.hamburger--elastic .hamburger-inner {
top: 2px;
-webkit-transition-duration: 275ms;
-moz-transition-duration: 275ms;
-o-transition-duration: 275ms;
transition-duration: 275ms;
-webkit-transition-timing-function: cubic-bezier(.68,-.55,.265,1.55);
-moz-transition-timing-function: cubic-bezier(.68,-.55,.265,1.55);
-o-transition-timing-function: cubic-bezier(.68,-.55,.265,1.55);
transition-timing-function: cubic-bezier(.68,-.55,.265,1.55);
}

.hamburger--elastic .hamburger-inner::before {
top: 10px;
-webkit-transition: opacity 125ms 275ms ease;
-o-transition: opacity 125ms 275ms ease;
-moz-transition: opacity 125ms 275ms ease;
transition: opacity 125ms 275ms ease;
}

.hamburger--elastic .hamburger-inner::after {
top: 20px;
-webkit-transition: -webkit-transform 275ms cubic-bezier(.68,-.55,.265,1.55);
-o-transition: -o-transform 275ms cubic-bezier(.68,-.55,.265,1.55);
-moz-transition: transform 275ms cubic-bezier(.68,-.55,.265,1.55),-moz-transform 275ms cubic-bezier(.68,-.55,.265,1.55);
transition: transform 275ms cubic-bezier(.68,-.55,.265,1.55);
transition: transform 275ms cubic-bezier(.68,-.55,.265,1.55),-webkit-transform 275ms cubic-bezier(.68,-.55,.265,1.55),-moz-transform 275ms cubic-bezier(.68,-.55,.265,1.55),-o-transform 275ms cubic-bezier(.68,-.55,.265,1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
-webkit-transform: translate3d(0,10px,0) rotate(135deg);
-moz-transform: translate3d(0,10px,0) rotate(135deg);
transform: translate3d(0,10px,0) rotate(135deg);
-webkit-transition-delay: 75ms;
-moz-transition-delay: 75ms;
-o-transition-delay: 75ms;
transition-delay: 75ms;
}

.hamburger--elastic.is-active .hamburger-inner::before {
-webkit-transition-delay: 0s;
-moz-transition-delay: 0s;
-o-transition-delay: 0s;
transition-delay: 0s;
opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
-webkit-transform: translate3d(0,-20px,0) rotate(-270deg);
-moz-transform: translate3d(0,-20px,0) rotate(-270deg);
transform: translate3d(0,-20px,0) rotate(-270deg);
-webkit-transition-delay: 75ms;
-moz-transition-delay: 75ms;
-o-transition-delay: 75ms;
transition-delay: 75ms;
}

.hamburger--elastic-r .hamburger-inner {
top: 2px;
-webkit-transition-duration: 275ms;
-moz-transition-duration: 275ms;
-o-transition-duration: 275ms;
transition-duration: 275ms;
-webkit-transition-timing-function: cubic-bezier(.68,-.55,.265,1.55);
-moz-transition-timing-function: cubic-bezier(.68,-.55,.265,1.55);
-o-transition-timing-function: cubic-bezier(.68,-.55,.265,1.55);
transition-timing-function: cubic-bezier(.68,-.55,.265,1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
top: 10px;
-webkit-transition: opacity 125ms 275ms ease;
-o-transition: opacity 125ms 275ms ease;
-moz-transition: opacity 125ms 275ms ease;
transition: opacity 125ms 275ms ease;
}

.hamburger--elastic-r .hamburger-inner::after {
top: 20px;
-webkit-transition: -webkit-transform 275ms cubic-bezier(.68,-.55,.265,1.55);
-o-transition: -o-transform 275ms cubic-bezier(.68,-.55,.265,1.55);
-moz-transition: transform 275ms cubic-bezier(.68,-.55,.265,1.55),-moz-transform 275ms cubic-bezier(.68,-.55,.265,1.55);
transition: transform 275ms cubic-bezier(.68,-.55,.265,1.55);
transition: transform 275ms cubic-bezier(.68,-.55,.265,1.55),-webkit-transform 275ms cubic-bezier(.68,-.55,.265,1.55),-moz-transform 275ms cubic-bezier(.68,-.55,.265,1.55),-o-transform 275ms cubic-bezier(.68,-.55,.265,1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
-webkit-transform: translate3d(0,10px,0) rotate(-135deg);
-moz-transform: translate3d(0,10px,0) rotate(-135deg);
transform: translate3d(0,10px,0) rotate(-135deg);
-webkit-transition-delay: 75ms;
-moz-transition-delay: 75ms;
-o-transition-delay: 75ms;
transition-delay: 75ms;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
-webkit-transition-delay: 0s;
-moz-transition-delay: 0s;
-o-transition-delay: 0s;
transition-delay: 0s;
opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
-webkit-transform: translate3d(0,-20px,0) rotate(270deg);
-moz-transform: translate3d(0,-20px,0) rotate(270deg);
transform: translate3d(0,-20px,0) rotate(270deg);
-webkit-transition-delay: 75ms;
-moz-transition-delay: 75ms;
-o-transition-delay: 75ms;
transition-delay: 75ms;
}

.hamburger--emphatic {
overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
-webkit-transition: background-color 125ms 175ms ease-in;
-o-transition: background-color 125ms 175ms ease-in;
-moz-transition: background-color 125ms 175ms ease-in;
transition: background-color 125ms 175ms ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
left: 0;
-webkit-transition: top 50ms 125ms linear,left 125ms 175ms ease-in,-webkit-transform 125ms cubic-bezier(.6,.04,.98,.335);
-o-transition: top 50ms 125ms linear,left 125ms 175ms ease-in,-o-transform 125ms cubic-bezier(.6,.04,.98,.335);
-moz-transition: transform 125ms cubic-bezier(.6,.04,.98,.335),top 50ms 125ms linear,left 125ms 175ms ease-in,-moz-transform 125ms cubic-bezier(.6,.04,.98,.335);
transition: transform 125ms cubic-bezier(.6,.04,.98,.335),top 50ms 125ms linear,left 125ms 175ms ease-in;
transition: transform 125ms cubic-bezier(.6,.04,.98,.335),top 50ms 125ms linear,left 125ms 175ms ease-in,-webkit-transform 125ms cubic-bezier(.6,.04,.98,.335),-moz-transform 125ms cubic-bezier(.6,.04,.98,.335),-o-transform 125ms cubic-bezier(.6,.04,.98,.335);
}

.hamburger--emphatic .hamburger-inner::after {
top: 10px;
right: 0;
-webkit-transition: top 50ms 125ms linear,right 125ms 175ms ease-in,-webkit-transform 125ms cubic-bezier(.6,.04,.98,.335);
-o-transition: top 50ms 125ms linear,right 125ms 175ms ease-in,-o-transform 125ms cubic-bezier(.6,.04,.98,.335);
-moz-transition: transform 125ms cubic-bezier(.6,.04,.98,.335),top 50ms 125ms linear,right 125ms 175ms ease-in,-moz-transform 125ms cubic-bezier(.6,.04,.98,.335);
transition: transform 125ms cubic-bezier(.6,.04,.98,.335),top 50ms 125ms linear,right 125ms 175ms ease-in;
transition: transform 125ms cubic-bezier(.6,.04,.98,.335),top 50ms 125ms linear,right 125ms 175ms ease-in,-webkit-transform 125ms cubic-bezier(.6,.04,.98,.335),-moz-transform 125ms cubic-bezier(.6,.04,.98,.335),-o-transform 125ms cubic-bezier(.6,.04,.98,.335);
}

.hamburger--emphatic.is-active .hamburger-inner {
-webkit-transition-delay: 0s;
-moz-transition-delay: 0s;
-o-transition-delay: 0s;
transition-delay: 0s;
-webkit-transition-timing-function: ease-out;
-moz-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out;
background-color: transparent!important;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
left: -80px;
top: -80px;
-webkit-transform: translate3d(80px,80px,0) rotate(45deg);
-moz-transform: translate3d(80px,80px,0) rotate(45deg);
transform: translate3d(80px,80px,0) rotate(45deg);
-webkit-transition: left 125ms ease-out,top 50ms 125ms linear,-webkit-transform 125ms 175ms cubic-bezier(.075,.82,.165,1);
-o-transition: left 125ms ease-out,top 50ms 125ms linear,-o-transform 125ms 175ms cubic-bezier(.075,.82,.165,1);
-moz-transition: left 125ms ease-out,top 50ms 125ms linear,transform 125ms 175ms cubic-bezier(.075,.82,.165,1),-moz-transform 125ms 175ms cubic-bezier(.075,.82,.165,1);
transition: left 125ms ease-out,top 50ms 125ms linear,transform 125ms 175ms cubic-bezier(.075,.82,.165,1);
transition: left 125ms ease-out,top 50ms 125ms linear,transform 125ms 175ms cubic-bezier(.075,.82,.165,1),-webkit-transform 125ms 175ms cubic-bezier(.075,.82,.165,1),-moz-transform 125ms 175ms cubic-bezier(.075,.82,.165,1),-o-transform 125ms 175ms cubic-bezier(.075,.82,.165,1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
right: -80px;
top: -80px;
-webkit-transform: translate3d(-80px,80px,0) rotate(-45deg);
-moz-transform: translate3d(-80px,80px,0) rotate(-45deg);
transform: translate3d(-80px,80px,0) rotate(-45deg);
-webkit-transition: right 125ms ease-out,top 50ms 125ms linear,-webkit-transform 125ms 175ms cubic-bezier(.075,.82,.165,1);
-o-transition: right 125ms ease-out,top 50ms 125ms linear,-o-transform 125ms 175ms cubic-bezier(.075,.82,.165,1);
}

.hamburger--emphatic-r {
overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
-webkit-transition: background-color 125ms 175ms ease-in;
-o-transition: background-color 125ms 175ms ease-in;
-moz-transition: background-color 125ms 175ms ease-in;
transition: background-color 125ms 175ms ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
left: 0;
-webkit-transition: top 50ms 125ms linear,left 125ms 175ms ease-in,-webkit-transform 125ms cubic-bezier(.6,.04,.98,.335);
-o-transition: top 50ms 125ms linear,left 125ms 175ms ease-in,-o-transform 125ms cubic-bezier(.6,.04,.98,.335);
-moz-transition: transform 125ms cubic-bezier(.6,.04,.98,.335),top 50ms 125ms linear,left 125ms 175ms ease-in,-moz-transform 125ms cubic-bezier(.6,.04,.98,.335);
transition: transform 125ms cubic-bezier(.6,.04,.98,.335),top 50ms 125ms linear,left 125ms 175ms ease-in;
transition: transform 125ms cubic-bezier(.6,.04,.98,.335),top 50ms 125ms linear,left 125ms 175ms ease-in,-webkit-transform 125ms cubic-bezier(.6,.04,.98,.335),-moz-transform 125ms cubic-bezier(.6,.04,.98,.335),-o-transform 125ms cubic-bezier(.6,.04,.98,.335);
}

.hamburger--emphatic-r .hamburger-inner::after {
top: 10px;
right: 0;
-webkit-transition: top 50ms 125ms linear,right 125ms 175ms ease-in,-webkit-transform 125ms cubic-bezier(.6,.04,.98,.335);
-o-transition: top 50ms 125ms linear,right 125ms 175ms ease-in,-o-transform 125ms cubic-bezier(.6,.04,.98,.335);
-moz-transition: transform 125ms cubic-bezier(.6,.04,.98,.335),top 50ms 125ms linear,right 125ms 175ms ease-in,-moz-transform 125ms cubic-bezier(.6,.04,.98,.335);
transition: transform 125ms cubic-bezier(.6,.04,.98,.335),top 50ms 125ms linear,right 125ms 175ms ease-in;
transition: transform 125ms cubic-bezier(.6,.04,.98,.335),top 50ms 125ms linear,right 125ms 175ms ease-in,-webkit-transform 125ms cubic-bezier(.6,.04,.98,.335),-moz-transform 125ms cubic-bezier(.6,.04,.98,.335),-o-transform 125ms cubic-bezier(.6,.04,.98,.335);
}

.hamburger--emphatic-r.is-active .hamburger-inner {
-webkit-transition-delay: 0s;
-moz-transition-delay: 0s;
-o-transition-delay: 0s;
transition-delay: 0s;
-webkit-transition-timing-function: ease-out;
-moz-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out;
background-color: transparent!important;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
left: -80px;
top: 80px;
-webkit-transform: translate3d(80px,-80px,0) rotate(-45deg);
-moz-transform: translate3d(80px,-80px,0) rotate(-45deg);
transform: translate3d(80px,-80px,0) rotate(-45deg);
-webkit-transition: left 125ms ease-out,top 50ms 125ms linear,-webkit-transform 125ms 175ms cubic-bezier(.075,.82,.165,1);
-o-transition: left 125ms ease-out,top 50ms 125ms linear,-o-transform 125ms 175ms cubic-bezier(.075,.82,.165,1);
-moz-transition: left 125ms ease-out,top 50ms 125ms linear,transform 125ms 175ms cubic-bezier(.075,.82,.165,1),-moz-transform 125ms 175ms cubic-bezier(.075,.82,.165,1);
transition: left 125ms ease-out,top 50ms 125ms linear,transform 125ms 175ms cubic-bezier(.075,.82,.165,1);
transition: left 125ms ease-out,top 50ms 125ms linear,transform 125ms 175ms cubic-bezier(.075,.82,.165,1),-webkit-transform 125ms 175ms cubic-bezier(.075,.82,.165,1),-moz-transform 125ms 175ms cubic-bezier(.075,.82,.165,1),-o-transform 125ms 175ms cubic-bezier(.075,.82,.165,1);
}

.mfp-bg,.mfp-container,.mfp-wrap {
left: 0;
height: 100%;
width: 100%;
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
right: -80px;
top: 80px;
-webkit-transform: translate3d(-80px,-80px,0) rotate(45deg);
-moz-transform: translate3d(-80px,-80px,0) rotate(45deg);
transform: translate3d(-80px,-80px,0) rotate(45deg);
-webkit-transition: right 125ms ease-out,top 50ms 125ms linear,-webkit-transform 125ms 175ms cubic-bezier(.075,.82,.165,1);
-o-transition: right 125ms ease-out,top 50ms 125ms linear,-o-transform 125ms 175ms cubic-bezier(.075,.82,.165,1);
-moz-transition: right 125ms ease-out,top 50ms 125ms linear,transform 125ms 175ms cubic-bezier(.075,.82,.165,1),-moz-transform 125ms 175ms cubic-bezier(.075,.82,.165,1);
transition: right 125ms ease-out,top 50ms 125ms linear,transform 125ms 175ms cubic-bezier(.075,.82,.165,1);
transition: right 125ms ease-out,top 50ms 125ms linear,transform 125ms 175ms cubic-bezier(.075,.82,.165,1),-webkit-transform 125ms 175ms cubic-bezier(.075,.82,.165,1),-moz-transform 125ms 175ms cubic-bezier(.075,.82,.165,1),-o-transform 125ms 175ms cubic-bezier(.075,.82,.165,1);
}

.hamburger--minus .hamburger-inner::after,.hamburger--minus .hamburger-inner::before {
-webkit-transition: bottom 80ms 0s ease-out,top 80ms 0s ease-out,opacity 0s linear;
-o-transition: bottom 80ms 0s ease-out,top 80ms 0s ease-out,opacity 0s linear;
-moz-transition: bottom 80ms 0s ease-out,top 80ms 0s ease-out,opacity 0s linear;
transition: bottom 80ms 0s ease-out,top 80ms 0s ease-out,opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner::after,.hamburger--minus.is-active .hamburger-inner::before {
opacity: 0;
-webkit-transition: bottom 80ms ease-out,top 80ms ease-out,opacity 0s 80ms linear;
-o-transition: bottom 80ms ease-out,top 80ms ease-out,opacity 0s 80ms linear;
-moz-transition: bottom 80ms ease-out,top 80ms ease-out,opacity 0s 80ms linear;
transition: bottom 80ms ease-out,top 80ms ease-out,opacity 0s 80ms linear;
}

.hamburger--minus.is-active .hamburger-inner::before {
top: 0;
}

.hamburger--minus.is-active .hamburger-inner::after {
bottom: 0;
}

.hamburger--slider .hamburger-inner {
top: 2px;
}

.hamburger--slider .hamburger-inner::before {
top: 10px;
-webkit-transition-property: opacity,-webkit-transform;
-o-transition-property: opacity,-o-transform;
-moz-transition-property: transform,opacity,-moz-transform;
transition-property: transform,opacity;
transition-property: transform,opacity,-webkit-transform,-moz-transform,-o-transform;
transition-timing-function: ease;
transition-duration: .15s;
}

.hamburger--slider .hamburger-inner::after {
top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
-webkit-transform: translate3d(0,10px,0) rotate(45deg);
-moz-transform: translate3d(0,10px,0) rotate(45deg);
transform: translate3d(0,10px,0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
-webkit-transform: rotate(-45deg) translate3d(-5.71px,-6px,0);
-moz-transform: rotate(-45deg) translate3d(-5.71px,-6px,0);
transform: rotate(-45deg) translate3d(-5.71px,-6px,0);
opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
-webkit-transform: translate3d(0,-20px,0) rotate(-90deg);
-moz-transform: translate3d(0,-20px,0) rotate(-90deg);
transform: translate3d(0,-20px,0) rotate(-90deg);
}

.hamburger--slider-r .hamburger-inner {
top: 2px;
}

.hamburger--slider-r .hamburger-inner::before {
top: 10px;
-webkit-transition-property: opacity,-webkit-transform;
-o-transition-property: opacity,-o-transform;
-moz-transition-property: transform,opacity,-moz-transform;
transition-property: transform,opacity;
transition-property: transform,opacity,-webkit-transform,-moz-transform,-o-transform;
-webkit-transition-timing-function: ease;
-moz-transition-timing-function: ease;
-o-transition-timing-function: ease;
transition-timing-function: ease;
-webkit-transition-duration: .15s;
-moz-transition-duration: .15s;
-o-transition-duration: .15s;
transition-duration: .15s;
}

.hamburger--slider-r .hamburger-inner::after {
top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
-webkit-transform: translate3d(0,10px,0) rotate(-45deg);
-moz-transform: translate3d(0,10px,0) rotate(-45deg);
transform: translate3d(0,10px,0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
-webkit-transform: rotate(45deg) translate3d(5.71px,-6px,0);
-moz-transform: rotate(45deg) translate3d(5.71px,-6px,0);
transform: rotate(45deg) translate3d(5.71px,-6px,0);
opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
-webkit-transform: translate3d(0,-20px,0) rotate(90deg);
-moz-transform: translate3d(0,-20px,0) rotate(90deg);
transform: translate3d(0,-20px,0) rotate(90deg);
}

.hamburger--spin .hamburger-inner {
-webkit-transition-duration: .22s;
-moz-transition-duration: .22s;
-o-transition-duration: .22s;
transition-duration: .22s;
-webkit-transition-timing-function: cubic-bezier(.55,.055,.675,.19);
-moz-transition-timing-function: cubic-bezier(.55,.055,.675,.19);
-o-transition-timing-function: cubic-bezier(.55,.055,.675,.19);
transition-timing-function: cubic-bezier(.55,.055,.675,.19);
}

.hamburger--spin .hamburger-inner::before {
-webkit-transition: top .1s .25s ease-in,opacity .1s ease-in;
-o-transition: top .1s .25s ease-in,opacity .1s ease-in;
-moz-transition: top .1s .25s ease-in,opacity .1s ease-in;
transition: top .1s .25s ease-in,opacity .1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
-webkit-transition: bottom .1s .25s ease-in,-webkit-transform .22s cubic-bezier(.55,.055,.675,.19);
-o-transition: bottom .1s .25s ease-in,-o-transform .22s cubic-bezier(.55,.055,.675,.19);
-moz-transition: bottom .1s .25s ease-in,transform .22s cubic-bezier(.55,.055,.675,.19),-moz-transform .22s cubic-bezier(.55,.055,.675,.19);
transition: bottom .1s .25s ease-in,transform .22s cubic-bezier(.55,.055,.675,.19);
transition: bottom .1s .25s ease-in,transform .22s cubic-bezier(.55,.055,.675,.19),-webkit-transform .22s cubic-bezier(.55,.055,.675,.19),-moz-transform .22s cubic-bezier(.55,.055,.675,.19),-o-transform .22s cubic-bezier(.55,.055,.675,.19);
}

.hamburger--spin.is-active .hamburger-inner {
-webkit-transform: rotate(225deg);
-moz-transform: rotate(225deg);
-ms-transform: rotate(225deg);
-o-transform: rotate(225deg);
transform: rotate(225deg);
-webkit-transition-delay: .12s;
-moz-transition-delay: .12s;
-o-transition-delay: .12s;
transition-delay: .12s;
-webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
-moz-transition-timing-function: cubic-bezier(.215,.61,.355,1);
-o-transition-timing-function: cubic-bezier(.215,.61,.355,1);
transition-timing-function: cubic-bezier(.215,.61,.355,1);
}

.hamburger--spin.is-active .hamburger-inner::before {
top: 0;
opacity: 0;
-webkit-transition: top .1s ease-out,opacity .1s .12s ease-out;
-o-transition: top .1s ease-out,opacity .1s .12s ease-out;
-moz-transition: top .1s ease-out,opacity .1s .12s ease-out;
transition: top .1s ease-out,opacity .1s .12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
bottom: 0;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-transition: bottom .1s ease-out,-webkit-transform .22s .12s cubic-bezier(.215,.61,.355,1);
-o-transition: bottom .1s ease-out,-o-transform .22s .12s cubic-bezier(.215,.61,.355,1);
-moz-transition: bottom .1s ease-out,transform .22s .12s cubic-bezier(.215,.61,.355,1),-moz-transform .22s .12s cubic-bezier(.215,.61,.355,1);
transition: bottom .1s ease-out,transform .22s .12s cubic-bezier(.215,.61,.355,1);
transition: bottom .1s ease-out,transform .22s .12s cubic-bezier(.215,.61,.355,1),-webkit-transform .22s .12s cubic-bezier(.215,.61,.355,1),-moz-transform .22s .12s cubic-bezier(.215,.61,.355,1),-o-transform .22s .12s cubic-bezier(.215,.61,.355,1);
}

.hamburger--spin-r .hamburger-inner {
-webkit-transition-duration: .22s;
-moz-transition-duration: .22s;
-o-transition-duration: .22s;
transition-duration: .22s;
-webkit-transition-timing-function: cubic-bezier(.55,.055,.675,.19);
-moz-transition-timing-function: cubic-bezier(.55,.055,.675,.19);
-o-transition-timing-function: cubic-bezier(.55,.055,.675,.19);
transition-timing-function: cubic-bezier(.55,.055,.675,.19);
}

.hamburger--spin-r .hamburger-inner::before {
-webkit-transition: top .1s .25s ease-in,opacity .1s ease-in;
-o-transition: top .1s .25s ease-in,opacity .1s ease-in;
-moz-transition: top .1s .25s ease-in,opacity .1s ease-in;
transition: top .1s .25s ease-in,opacity .1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
-webkit-transition: bottom .1s .25s ease-in,-webkit-transform .22s cubic-bezier(.55,.055,.675,.19);
-o-transition: bottom .1s .25s ease-in,-o-transform .22s cubic-bezier(.55,.055,.675,.19);
-moz-transition: bottom .1s .25s ease-in,transform .22s cubic-bezier(.55,.055,.675,.19),-moz-transform .22s cubic-bezier(.55,.055,.675,.19);
transition: bottom .1s .25s ease-in,transform .22s cubic-bezier(.55,.055,.675,.19);
transition: bottom .1s .25s ease-in,transform .22s cubic-bezier(.55,.055,.675,.19),-webkit-transform .22s cubic-bezier(.55,.055,.675,.19),-moz-transform .22s cubic-bezier(.55,.055,.675,.19),-o-transform .22s cubic-bezier(.55,.055,.675,.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
-webkit-transform: rotate(-225deg);
-moz-transform: rotate(-225deg);
-ms-transform: rotate(-225deg);
-o-transform: rotate(-225deg);
transform: rotate(-225deg);
-webkit-transition-delay: .12s;
-moz-transition-delay: .12s;
-o-transition-delay: .12s;
transition-delay: .12s;
-webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
-moz-transition-timing-function: cubic-bezier(.215,.61,.355,1);
-o-transition-timing-function: cubic-bezier(.215,.61,.355,1);
transition-timing-function: cubic-bezier(.215,.61,.355,1);
}

.hamburger--spin-r.is-active .hamburger-inner::after,.hamburger--spring-r.is-active .hamburger-inner::before {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
top: 0;
opacity: 0;
-webkit-transition: top .1s ease-out,opacity .1s .12s ease-out;
-o-transition: top .1s ease-out,opacity .1s .12s ease-out;
-moz-transition: top .1s ease-out,opacity .1s .12s ease-out;
transition: top .1s ease-out,opacity .1s .12s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
bottom: 0;
transform: rotate(90deg);
-webkit-transition: bottom .1s ease-out,-webkit-transform .22s .12s cubic-bezier(.215,.61,.355,1);
-o-transition: bottom .1s ease-out,-o-transform .22s .12s cubic-bezier(.215,.61,.355,1);
-moz-transition: bottom .1s ease-out,transform .22s .12s cubic-bezier(.215,.61,.355,1),-moz-transform .22s .12s cubic-bezier(.215,.61,.355,1);
transition: bottom .1s ease-out,transform .22s .12s cubic-bezier(.215,.61,.355,1);
transition: bottom .1s ease-out,transform .22s .12s cubic-bezier(.215,.61,.355,1),-webkit-transform .22s .12s cubic-bezier(.215,.61,.355,1),-moz-transform .22s .12s cubic-bezier(.215,.61,.355,1),-o-transform .22s .12s cubic-bezier(.215,.61,.355,1);
}

.hamburger--spring .hamburger-inner {
top: 2px;
-webkit-transition: background-color 0s .13s linear;
-o-transition: background-color 0s .13s linear;
-moz-transition: background-color 0s .13s linear;
transition: background-color 0s .13s linear;
}

.hamburger--spring .hamburger-inner::before {
top: 10px;
-webkit-transition: top .1s .2s cubic-bezier(.33333,.66667,.66667,1),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19);
-o-transition: top .1s .2s cubic-bezier(.33333,.66667,.66667,1),-o-transform .13s cubic-bezier(.55,.055,.675,.19);
-moz-transition: top .1s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19),-moz-transform .13s cubic-bezier(.55,.055,.675,.19);
transition: top .1s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19);
transition: top .1s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19),-moz-transform .13s cubic-bezier(.55,.055,.675,.19),-o-transform .13s cubic-bezier(.55,.055,.675,.19);
}

.hamburger--spring .hamburger-inner::after {
top: 20px;
-webkit-transition: top .2s .2s cubic-bezier(.33333,.66667,.66667,1),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19);
-o-transition: top .2s .2s cubic-bezier(.33333,.66667,.66667,1),-o-transform .13s cubic-bezier(.55,.055,.675,.19);
-moz-transition: top .2s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19),-moz-transform .13s cubic-bezier(.55,.055,.675,.19);
transition: top .2s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19);
transition: top .2s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19),-moz-transform .13s cubic-bezier(.55,.055,.675,.19),-o-transform .13s cubic-bezier(.55,.055,.675,.19);
}

.hamburger--spring.is-active .hamburger-inner {
-o-transition:top .1s .15s cubic-bezier(.33333,0,.66667,.33333),-o-transform .13s .22s cubic-bezier(.215,.61,.355,1);-moz-transition:top .1s .15s cubic-bezier(.33333,0,.66667,.33333),transform .13s .22s cubic-bezier(.215,.61,.355,1),-moz-transform .13s .22s cubic-bezier(.215,.61,.355,1);transition:top .1s .15s cubic-bezier(.33333,0,.66667,.33333),transform .13s .22s cubic-bezier(.215,.61,.355,1);transition:top .1s .15s cubic-bezier(.33333,0,.66667,.33333),transform .13s .22s cubic-bezier(.215,.61,.355,1),-webkit-transform .13s .22s cubic-bezier(.215,.61,.355,1),-moz-transform .13s .22s cubic-bezier(.215,.61,.355,1),-o-transform .13s .22s cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,10px,0) rotate(45deg);-moz-transform:translate3d(0,10px,0) rotate(45deg);transform:translate3d(0,10px,0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
top: 0;
-webkit-transition: top .2s cubic-bezier(.33333,0,.66667,.33333),-webkit-transform .13s .22s cubic-bezier(.215,.61,.355,1);
-o-transition: top .2s cubic-bezier(.33333,0,.66667,.33333),-o-transform .13s .22s cubic-bezier(.215,.61,.355,1);
-moz-transition: top .2s cubic-bezier(.33333,0,.66667,.33333),transform .13s .22s cubic-bezier(.215,.61,.355,1),-moz-transform .13s .22s cubic-bezier(.215,.61,.355,1);
transition: top .2s cubic-bezier(.33333,0,.66667,.33333),transform .13s .22s cubic-bezier(.215,.61,.355,1);
transition: top .2s cubic-bezier(.33333,0,.66667,.33333),transform .13s .22s cubic-bezier(.215,.61,.355,1),-webkit-transform .13s .22s cubic-bezier(.215,.61,.355,1),-moz-transform .13s .22s cubic-bezier(.215,.61,.355,1),-o-transform .13s .22s cubic-bezier(.215,.61,.355,1);
-webkit-transform: translate3d(0,10px,0) rotate(-45deg);
-moz-transform: translate3d(0,10px,0) rotate(-45deg);
transform: translate3d(0,10px,0) rotate(-45deg);
}

.hamburger--spring-r .hamburger-inner {
top: auto;
bottom: 0;
-webkit-transition-duration: .13s;
-moz-transition-duration: .13s;
-o-transition-duration: .13s;
transition-duration: .13s;
-webkit-transition-delay: 0s;
-moz-transition-delay: 0s;
-o-transition-delay: 0s;
transition-delay: 0s;
-webkit-transition-timing-function: cubic-bezier(.55,.055,.675,.19);
-moz-transition-timing-function: cubic-bezier(.55,.055,.675,.19);
-o-transition-timing-function: cubic-bezier(.55,.055,.675,.19);
transition-timing-function: cubic-bezier(.55,.055,.675,.19);
}

.hamburger--spring-r .hamburger-inner::after {
top: -20px;
-webkit-transition: top .2s .2s cubic-bezier(.33333,.66667,.66667,1),opacity 0s linear;
-o-transition: top .2s .2s cubic-bezier(.33333,.66667,.66667,1),opacity 0s linear;
-moz-transition: top .2s .2s cubic-bezier(.33333,.66667,.66667,1),opacity 0s linear;
transition: top .2s .2s cubic-bezier(.33333,.66667,.66667,1),opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
-webkit-transition: top .1s .2s cubic-bezier(.33333,.66667,.66667,1),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19);
-o-transition: top .1s .2s cubic-bezier(.33333,.66667,.66667,1),-o-transform .13s cubic-bezier(.55,.055,.675,.19);
-moz-transition: top .1s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19),-moz-transform .13s cubic-bezier(.55,.055,.675,.19);
transition: top .1s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19);
transition: top .1s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19),-moz-transform .13s cubic-bezier(.55,.055,.675,.19),-o-transform .13s cubic-bezier(.55,.055,.675,.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
-webkit-transform: translate3d(0,-10px,0) rotate(-45deg);
-moz-transform: translate3d(0,-10px,0) rotate(-45deg);
transform: translate3d(0,-10px,0) rotate(-45deg);
-webkit-transition-delay: .22s;
-moz-transition-delay: .22s;
-o-transition-delay: .22s;
transition-delay: .22s;
-webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
-moz-transition-timing-function: cubic-bezier(.215,.61,.355,1);
-o-transition-timing-function: cubic-bezier(.215,.61,.355,1);
transition-timing-function: cubic-bezier(.215,.61,.355,1);
}

.hamburger--spring-r.is-active .hamburger-inner::after {
top: 0;
opacity: 0;
-webkit-transition: top .2s cubic-bezier(.33333,0,.66667,.33333),opacity 0s .22s linear;
-o-transition: top .2s cubic-bezier(.33333,0,.66667,.33333),opacity 0s .22s linear;
-moz-transition: top .2s cubic-bezier(.33333,0,.66667,.33333),opacity 0s .22s linear;
transition: top .2s cubic-bezier(.33333,0,.66667,.33333),opacity 0s .22s linear;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
top: 0;
transform: rotate(90deg);
-webkit-transition: top .1s .15s cubic-bezier(.33333,0,.66667,.33333),-webkit-transform .13s .22s cubic-bezier(.215,.61,.355,1);
-o-transition: top .1s .15s cubic-bezier(.33333,0,.66667,.33333),-o-transform .13s .22s cubic-bezier(.215,.61,.355,1);
-moz-transition: top .1s .15s cubic-bezier(.33333,0,.66667,.33333),transform .13s .22s cubic-bezier(.215,.61,.355,1),-moz-transform .13s .22s cubic-bezier(.215,.61,.355,1);
transition: top .1s .15s cubic-bezier(.33333,0,.66667,.33333),transform .13s .22s cubic-bezier(.215,.61,.355,1);
transition: top .1s .15s cubic-bezier(.33333,0,.66667,.33333),transform .13s .22s cubic-bezier(.215,.61,.355,1),-webkit-transform .13s .22s cubic-bezier(.215,.61,.355,1),-moz-transform .13s .22s cubic-bezier(.215,.61,.355,1),-o-transform .13s .22s cubic-bezier(.215,.61,.355,1);
}

.hamburger--stand .hamburger-inner {
-webkit-transition: background-color 0s 75ms linear,-webkit-transform 75ms .15s cubic-bezier(.55,.055,.675,.19);
-o-transition: background-color 0s 75ms linear,-o-transform 75ms .15s cubic-bezier(.55,.055,.675,.19);
-moz-transition: transform 75ms .15s cubic-bezier(.55,.055,.675,.19),background-color 0s 75ms linear,-moz-transform 75ms .15s cubic-bezier(.55,.055,.675,.19);
transition: transform 75ms .15s cubic-bezier(.55,.055,.675,.19),background-color 0s 75ms linear;
transition: transform 75ms .15s cubic-bezier(.55,.055,.675,.19),background-color 0s 75ms linear,-webkit-transform 75ms .15s cubic-bezier(.55,.055,.675,.19),-moz-transform 75ms .15s cubic-bezier(.55,.055,.675,.19),-o-transform 75ms .15s cubic-bezier(.55,.055,.675,.19);
}

.hamburger--stand .hamburger-inner::before {
-webkit-transition: top 75ms 75ms ease-in,-webkit-transform 75ms 0s cubic-bezier(.55,.055,.675,.19);
-o-transition: top 75ms 75ms ease-in,-o-transform 75ms 0s cubic-bezier(.55,.055,.675,.19);
-moz-transition: top 75ms 75ms ease-in,transform 75ms 0s cubic-bezier(.55,.055,.675,.19),-moz-transform 75ms 0s cubic-bezier(.55,.055,.675,.19);
transition: top 75ms 75ms ease-in,transform 75ms 0s cubic-bezier(.55,.055,.675,.19);
transition: top 75ms 75ms ease-in,transform 75ms 0s cubic-bezier(.55,.055,.675,.19),-webkit-transform 75ms 0s cubic-bezier(.55,.055,.675,.19),-moz-transform 75ms 0s cubic-bezier(.55,.055,.675,.19),-o-transform 75ms 0s cubic-bezier(.55,.055,.675,.19);
}

.hamburger--stand .hamburger-inner::after {
-webkit-transition: bottom 75ms 75ms ease-in,-webkit-transform 75ms 0s cubic-bezier(.55,.055,.675,.19);
-o-transition: bottom 75ms 75ms ease-in,-o-transform 75ms 0s cubic-bezier(.55,.055,.675,.19);
-moz-transition: bottom 75ms 75ms ease-in,transform 75ms 0s cubic-bezier(.55,.055,.675,.19),-moz-transform 75ms 0s cubic-bezier(.55,.055,.675,.19);
transition: bottom 75ms 75ms ease-in,transform 75ms 0s cubic-bezier(.55,.055,.675,.19);
transition: bottom 75ms 75ms ease-in,transform 75ms 0s cubic-bezier(.55,.055,.675,.19),-webkit-transform 75ms 0s cubic-bezier(.55,.055,.675,.19),-moz-transform 75ms 0s cubic-bezier(.55,.055,.675,.19),-o-transform 75ms 0s cubic-bezier(.55,.055,.675,.19);
}

.hamburger--stand.is-active .hamburger-inner {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
background-color: transparent!important;
-webkit-transition: background-color 0s .15s linear,-webkit-transform 75ms 0s cubic-bezier(.215,.61,.355,1);
-o-transition: background-color 0s .15s linear,-o-transform 75ms 0s cubic-bezier(.215,.61,.355,1);
-moz-transition: transform 75ms 0s cubic-bezier(.215,.61,.355,1),background-color 0s .15s linear,-moz-transform 75ms 0s cubic-bezier(.215,.61,.355,1);
transition: transform 75ms 0s cubic-bezier(.215,.61,.355,1),background-color 0s .15s linear;
transition: transform 75ms 0s cubic-bezier(.215,.61,.355,1),background-color 0s .15s linear,-webkit-transform 75ms 0s cubic-bezier(.215,.61,.355,1),-moz-transform 75ms 0s cubic-bezier(.215,.61,.355,1),-o-transform 75ms 0s cubic-bezier(.215,.61,.355,1);
}

.hamburger--stand.is-active .hamburger-inner::before {
top: 0;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transition: top 75ms .1s ease-out,-webkit-transform 75ms .15s cubic-bezier(.215,.61,.355,1);
-o-transition: top 75ms .1s ease-out,-o-transform 75ms .15s cubic-bezier(.215,.61,.355,1);
-moz-transition: top 75ms .1s ease-out,transform 75ms .15s cubic-bezier(.215,.61,.355,1),-moz-transform 75ms .15s cubic-bezier(.215,.61,.355,1);
transition: top 75ms .1s ease-out,transform 75ms .15s cubic-bezier(.215,.61,.355,1);
transition: top 75ms .1s ease-out,transform 75ms .15s cubic-bezier(.215,.61,.355,1),-webkit-transform 75ms .15s cubic-bezier(.215,.61,.355,1),-moz-transform 75ms .15s cubic-bezier(.215,.61,.355,1),-o-transform 75ms .15s cubic-bezier(.215,.61,.355,1);
}

.hamburger--stand.is-active .hamburger-inner::after {
bottom: 0;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: bottom 75ms .1s ease-out,-webkit-transform 75ms .15s cubic-bezier(.215,.61,.355,1);
-o-transition: bottom 75ms .1s ease-out,-o-transform 75ms .15s cubic-bezier(.215,.61,.355,1);
-moz-transition: bottom 75ms .1s ease-out,transform 75ms .15s cubic-bezier(.215,.61,.355,1),-moz-transform 75ms .15s cubic-bezier(.215,.61,.355,1);
transition: bottom 75ms .1s ease-out,transform 75ms .15s cubic-bezier(.215,.61,.355,1);
transition: bottom 75ms .1s ease-out,transform 75ms .15s cubic-bezier(.215,.61,.355,1),-webkit-transform 75ms .15s cubic-bezier(.215,.61,.355,1),-moz-transform 75ms .15s cubic-bezier(.215,.61,.355,1),-o-transform 75ms .15s cubic-bezier(.215,.61,.355,1);
}

.hamburger--stand-r .hamburger-inner {
-webkit-transition: background-color 0s 75ms linear,-webkit-transform 75ms .15s cubic-bezier(.55,.055,.675,.19);
-o-transition: background-color 0s 75ms linear,-o-transform 75ms .15s cubic-bezier(.55,.055,.675,.19);
-moz-transition: transform 75ms .15s cubic-bezier(.55,.055,.675,.19),background-color 0s 75ms linear,-moz-transform 75ms .15s cubic-bezier(.55,.055,.675,.19);
transition: transform 75ms .15s cubic-bezier(.55,.055,.675,.19),background-color 0s 75ms linear;
transition: transform 75ms .15s cubic-bezier(.55,.055,.675,.19),background-color 0s 75ms linear,-webkit-transform 75ms .15s cubic-bezier(.55,.055,.675,.19),-moz-transform 75ms .15s cubic-bezier(.55,.055,.675,.19),-o-transform 75ms .15s cubic-bezier(.55,.055,.675,.19);
}

.hamburger--stand-r .hamburger-inner::before {
-webkit-transition: top 75ms 75ms ease-in,-webkit-transform 75ms 0s cubic-bezier(.55,.055,.675,.19);
-o-transition: top 75ms 75ms ease-in,-o-transform 75ms 0s cubic-bezier(.55,.055,.675,.19);
-moz-transition: top 75ms 75ms ease-in,transform 75ms 0s cubic-bezier(.55,.055,.675,.19),-moz-transform 75ms 0s cubic-bezier(.55,.055,.675,.19);
transition: top 75ms 75ms ease-in,transform 75ms 0s cubic-bezier(.55,.055,.675,.19);
transition: top 75ms 75ms ease-in,transform 75ms 0s cubic-bezier(.55,.055,.675,.19),-webkit-transform 75ms 0s cubic-bezier(.55,.055,.675,.19),-moz-transform 75ms 0s cubic-bezier(.55,.055,.675,.19),-o-transform 75ms 0s cubic-bezier(.55,.055,.675,.19);
}

.hamburger--stand-r .hamburger-inner::after {
-webkit-transition: bottom 75ms 75ms ease-in,-webkit-transform 75ms 0s cubic-bezier(.55,.055,.675,.19);
-o-transition: bottom 75ms 75ms ease-in,-o-transform 75ms 0s cubic-bezier(.55,.055,.675,.19);
-moz-transition: bottom 75ms 75ms ease-in,transform 75ms 0s cubic-bezier(.55,.055,.675,.19),-moz-transform 75ms 0s cubic-bezier(.55,.055,.675,.19);
transition: bottom 75ms 75ms ease-in,transform 75ms 0s cubic-bezier(.55,.055,.675,.19);
transition: bottom 75ms 75ms ease-in,transform 75ms 0s cubic-bezier(.55,.055,.675,.19),-webkit-transform 75ms 0s cubic-bezier(.55,.055,.675,.19),-moz-transform 75ms 0s cubic-bezier(.55,.055,.675,.19),-o-transform 75ms 0s cubic-bezier(.55,.055,.675,.19);
}

.hamburger--stand-r.is-active .hamburger-inner {
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
background-color: transparent!important;
-webkit-transition: background-color 0s .15s linear,-webkit-transform 75ms 0s cubic-bezier(.215,.61,.355,1);
-o-transition: background-color 0s .15s linear,-o-transform 75ms 0s cubic-bezier(.215,.61,.355,1);
-moz-transition: transform 75ms 0s cubic-bezier(.215,.61,.355,1),background-color 0s .15s linear,-moz-transform 75ms 0s cubic-bezier(.215,.61,.355,1);
transition: transform 75ms 0s cubic-bezier(.215,.61,.355,1),background-color 0s .15s linear;
transition: transform 75ms 0s cubic-bezier(.215,.61,.355,1),background-color 0s .15s linear,-webkit-transform 75ms 0s cubic-bezier(.215,.61,.355,1),-moz-transform 75ms 0s cubic-bezier(.215,.61,.355,1),-o-transform 75ms 0s cubic-bezier(.215,.61,.355,1);
}

.hamburger--stand-r.is-active .hamburger-inner::before {
top: 0;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transition: top 75ms .1s ease-out,-webkit-transform 75ms .15s cubic-bezier(.215,.61,.355,1);
-o-transition: top 75ms .1s ease-out,-o-transform 75ms .15s cubic-bezier(.215,.61,.355,1);
-moz-transition: top 75ms .1s ease-out,transform 75ms .15s cubic-bezier(.215,.61,.355,1),-moz-transform 75ms .15s cubic-bezier(.215,.61,.355,1);
transition: top 75ms .1s ease-out,transform 75ms .15s cubic-bezier(.215,.61,.355,1);
transition: top 75ms .1s ease-out,transform 75ms .15s cubic-bezier(.215,.61,.355,1),-webkit-transform 75ms .15s cubic-bezier(.215,.61,.355,1),-moz-transform 75ms .15s cubic-bezier(.215,.61,.355,1),-o-transform 75ms .15s cubic-bezier(.215,.61,.355,1);
}

.hamburger--stand-r.is-active .hamburger-inner::after {
bottom: 0;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: bottom 75ms .1s ease-out,-webkit-transform 75ms .15s cubic-bezier(.215,.61,.355,1);
-o-transition: bottom 75ms .1s ease-out,-o-transform 75ms .15s cubic-bezier(.215,.61,.355,1);
-moz-transition: bottom 75ms .1s ease-out,transform 75ms .15s cubic-bezier(.215,.61,.355,1),-moz-transform 75ms .15s cubic-bezier(.215,.61,.355,1);
transition: bottom 75ms .1s ease-out,transform 75ms .15s cubic-bezier(.215,.61,.355,1);
transition: bottom 75ms .1s ease-out,transform 75ms .15s cubic-bezier(.215,.61,.355,1),-webkit-transform 75ms .15s cubic-bezier(.215,.61,.355,1),-moz-transform 75ms .15s cubic-bezier(.215,.61,.355,1),-o-transform 75ms .15s cubic-bezier(.215,.61,.355,1);
}

.hamburger--squeeze .hamburger-inner {
-webkit-transition-duration: 75ms;
-moz-transition-duration: 75ms;
-o-transition-duration: 75ms;
transition-duration: 75ms;
-webkit-transition-timing-function: cubic-bezier(.55,.055,.675,.19);
-moz-transition-timing-function: cubic-bezier(.55,.055,.675,.19);
-o-transition-timing-function: cubic-bezier(.55,.055,.675,.19);
transition-timing-function: cubic-bezier(.55,.055,.675,.19);
}

.hamburger--squeeze .hamburger-inner::before {
-webkit-transition: top 75ms .12s ease,opacity 75ms ease;
-o-transition: top 75ms .12s ease,opacity 75ms ease;
-moz-transition: top 75ms .12s ease,opacity 75ms ease;
transition: top 75ms .12s ease,opacity 75ms ease;
}

.hamburger--squeeze .hamburger-inner::after {
-webkit-transition: bottom 75ms .12s ease,-webkit-transform 75ms cubic-bezier(.55,.055,.675,.19);
-o-transition: bottom 75ms .12s ease,-o-transform 75ms cubic-bezier(.55,.055,.675,.19);
-moz-transition: bottom 75ms .12s ease,transform 75ms cubic-bezier(.55,.055,.675,.19),-moz-transform 75ms cubic-bezier(.55,.055,.675,.19);
transition: bottom 75ms .12s ease,transform 75ms cubic-bezier(.55,.055,.675,.19);
transition: bottom 75ms .12s ease,transform 75ms cubic-bezier(.55,.055,.675,.19),-webkit-transform 75ms cubic-bezier(.55,.055,.675,.19),-moz-transform 75ms cubic-bezier(.55,.055,.675,.19),-o-transform 75ms cubic-bezier(.55,.055,.675,.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition-delay: .12s;
-moz-transition-delay: .12s;
-o-transition-delay: .12s;
transition-delay: .12s;
-webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
-moz-transition-timing-function: cubic-bezier(.215,.61,.355,1);
-o-transition-timing-function: cubic-bezier(.215,.61,.355,1);
transition-timing-function: cubic-bezier(.215,.61,.355,1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
top: 0;
opacity: 0;
-webkit-transition: top 75ms ease,opacity 75ms .12s ease;
-o-transition: top 75ms ease,opacity 75ms .12s ease;
-moz-transition: top 75ms ease,opacity 75ms .12s ease;
transition: top 75ms ease,opacity 75ms .12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
bottom: 0;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-transition: bottom 75ms ease,-webkit-transform 75ms .12s cubic-bezier(.215,.61,.355,1);
-o-transition: bottom 75ms ease,-o-transform 75ms .12s cubic-bezier(.215,.61,.355,1);
-moz-transition: bottom 75ms ease,transform 75ms .12s cubic-bezier(.215,.61,.355,1),-moz-transform 75ms .12s cubic-bezier(.215,.61,.355,1);
transition: bottom 75ms ease,transform 75ms .12s cubic-bezier(.215,.61,.355,1);
transition: bottom 75ms ease,transform 75ms .12s cubic-bezier(.215,.61,.355,1),-webkit-transform 75ms .12s cubic-bezier(.215,.61,.355,1),-moz-transform 75ms .12s cubic-bezier(.215,.61,.355,1),-o-transform 75ms .12s cubic-bezier(.215,.61,.355,1);
}

.hamburger--vortex .hamburger-inner,.hamburger--vortex.is-active .hamburger-inner {
-webkit-transition-timing-function: cubic-bezier(.19,1,.22,1);
-moz-transition-timing-function: cubic-bezier(.19,1,.22,1);
-o-transition-timing-function: cubic-bezier(.19,1,.22,1);
}

.hamburger--vortex .hamburger-inner {
-webkit-transition-duration: .2s;
-moz-transition-duration: .2s;
-o-transition-duration: .2s;
transition-duration: .2s;
transition-timing-function: cubic-bezier(.19,1,.22,1);
}

.hamburger--vortex .hamburger-inner::after,.hamburger--vortex .hamburger-inner::before {
-webkit-transition-duration: 0s;
-moz-transition-duration: 0s;
-o-transition-duration: 0s;
transition-duration: 0s;
-webkit-transition-delay: .1s;
-moz-transition-delay: .1s;
-o-transition-delay: .1s;
transition-delay: .1s;
-webkit-transition-timing-function: linear;
-moz-transition-timing-function: linear;
-o-transition-timing-function: linear;
transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
-webkit-transition-property: top,opacity;
-o-transition-property: top,opacity;
-moz-transition-property: top,opacity;
transition-property: top,opacity;
}

.hamburger--vortex .hamburger-inner::after {
-webkit-transition-property: bottom,-webkit-transform;
-o-transition-property: bottom,-o-transform;
-moz-transition-property: bottom,transform,-moz-transform;
transition-property: bottom,transform;
transition-property: bottom,transform,-webkit-transform,-moz-transform,-o-transform;
}

.hamburger--vortex.is-active .hamburger-inner {
-webkit-transform: rotate(765deg);
-moz-transform: rotate(765deg);
-ms-transform: rotate(765deg);
-o-transform: rotate(765deg);
transform: rotate(765deg);
transition-timing-function: cubic-bezier(.19,1,.22,1);
}

.hamburger--vortex.is-active .hamburger-inner::after,.hamburger--vortex.is-active .hamburger-inner::before {
-webkit-transition-delay: 0s;
-moz-transition-delay: 0s;
-o-transition-delay: 0s;
transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner::before {
top: 0;
opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner::after {
bottom: 0;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}

.hamburger--vortex-r .hamburger-inner {
-webkit-transition-duration: .2s;
-moz-transition-duration: .2s;
-o-transition-duration: .2s;
transition-duration: .2s;
-webkit-transition-timing-function: cubic-bezier(.19,1,.22,1);
-moz-transition-timing-function: cubic-bezier(.19,1,.22,1);
-o-transition-timing-function: cubic-bezier(.19,1,.22,1);
transition-timing-function: cubic-bezier(.19,1,.22,1);
}

.hamburger--vortex-r .hamburger-inner::after,.hamburger--vortex-r .hamburger-inner::before {
-webkit-transition-duration: 0s;
-moz-transition-duration: 0s;
-o-transition-duration: 0s;
transition-duration: 0s;
-webkit-transition-delay: .1s;
-moz-transition-delay: .1s;
-o-transition-delay: .1s;
transition-delay: .1s;
-webkit-transition-timing-function: linear;
-moz-transition-timing-function: linear;
-o-transition-timing-function: linear;
transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner::before {
-webkit-transition-property: top,opacity;
-o-transition-property: top,opacity;
-moz-transition-property: top,opacity;
transition-property: top,opacity;
}

.hamburger--vortex-r .hamburger-inner::after {
-webkit-transition-property: bottom,-webkit-transform;
-o-transition-property: bottom,-o-transform;
-moz-transition-property: bottom,transform,-moz-transform;
transition-property: bottom,transform;
transition-property: bottom,transform,-webkit-transform,-moz-transform,-o-transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
-webkit-transform: rotate(-765deg);
-moz-transform: rotate(-765deg);
-ms-transform: rotate(-765deg);
-o-transform: rotate(-765deg);
transform: rotate(-765deg);
-webkit-transition-timing-function: cubic-bezier(.19,1,.22,1);
-moz-transition-timing-function: cubic-bezier(.19,1,.22,1);
-o-transition-timing-function: cubic-bezier(.19,1,.22,1);
transition-timing-function: cubic-bezier(.19,1,.22,1);
}

.hamburger--vortex-r.is-active .hamburger-inner::after,.hamburger--vortex-r.is-active .hamburger-inner::before {
-webkit-transition-delay: 0s;
-moz-transition-delay: 0s;
-o-transition-delay: 0s;
transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
top: 0;
opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
bottom: 0;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
}

.mfp-bg {
top: 0;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: .8;
}

.mfp-wrap {
top: 0;
z-index: 1043;
position: fixed;
outline: 0!important;
-webkit-backface-visibility: hidden;
}

.mfp-container {
text-align: center;
position: absolute;
top: 0;
padding: 0 8px;
box-sizing: border-box;
}

.mfp-container:before {
display: inline-block;
height: 100%;
vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
display: none;
}

.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045;
}



.mfp-close,.mfp-preloader {
text-align: center;
position: absolute;
}

.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content {
width: 100%;
cursor: auto;
}

.mfp-ajax-cur {
cursor: progress;
}

.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out;
}

.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
cursor: auto;
}

.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.mfp-loading.mfp-figure {
display: none;
}

.mfp-hide {
display: none!important;
}

.mfp-preloader {
color: #CCC;
top: 50%;
width: auto;
margin-top: -.8em;
left: 8px;
right: 8px;
z-index: 1044;
}

.mfp-preloader a {
color: #CCC;
}

.mfp-close,.mfp-preloader a:hover {
color: #FFF;
}

.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader {
display: none;
}

button.mfp-arrow,button.mfp-close {
overflow: visible;
cursor: pointer;
background: 0 0;
border: 0;
-webkit-appearance: none;
display: block;
outline: 0;
padding: 0;
z-index: 1046;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
-ms-touch-action: manipulation;
touch-action: manipulation;
}

button::-moz-focus-inner {
padding: 0;
border: 0;
}

.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
right: 0;
top: 0;
opacity: .65;
padding: 0 0 18px 10px;
font-style: normal;
font-size: 28px;
font-family: Arial,Baskerville,monospace;
}

.categoreProduct__h2 a,
.favoriteProduct__h2 a,
.header__center__link,
.sellerHeader__col__left__text a {
text-decoration: underline;
}

.slick-dots li button:before,.slick-next:before,.slick-prev:before {
font-family: slick;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
}

.mfp-close:focus,.mfp-close:hover {
opacity: 1;
}

.mfp-close:active {
top: 1px;
}

.mfp-close-btn-in .mfp-close {
color: #333;
}

.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%;
}

.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
}

.mfp-figure,img.mfp-img {
line-height: 0;
}

.mfp-arrow {
position: absolute;
opacity: .65;
margin: -55px 0 0;
top: 50%;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
margin-top: -54px;
}

.mfp-arrow:focus,.mfp-arrow:hover {
opacity: 1;
}

.mfp-arrow:after,.mfp-arrow:before {
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: inset transparent;
}

.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px;
}

.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: .7;
}

.mfp-arrow-left {
left: 0;
}

.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px;
}

.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
right: 0;
}

.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px;
}

.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px;
}

.mfp-image-holder .mfp-content,img.mfp-img {
max-width: 100%;
}

.mfp-iframe-holder .mfp-close {
top: -40px;
}

.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-box-shadow: 0 0 8px rgba(0,0,0,.6);
-moz-box-shadow: 0 0 8px rgba(0,0,0,.6);
box-shadow: 0 0 8px rgba(0,0,0,.6);
background: #000;
}

.mfp-figure:after,img.mfp-img {
width: auto;
height: auto;
display: block;
}

img.mfp-img {
box-sizing: border-box;
padding: 40px 0;
margin: 0 auto;
}

.mfp-figure:after {
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
right: 0;
z-index: -1;
-webkit-box-shadow: 0 0 8px rgba(0,0,0,.6);
-moz-box-shadow: 0 0 8px rgba(0,0,0,.6);
box-shadow: 0 0 8px rgba(0,0,0,.6);
background: #444;
}

.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px;
}

.mfp-figure figure {
margin: 0;
}

.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto;
}

.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer;
}

.slick-list,.slick-slider,.slick-track {
position: relative;
display: block;
}

.slick-loading .slick-slide,.slick-loading .slick-track {
visibility: hidden;
}

.slick-dots,ul li {
list-style: none;
}

.slick-slider {
-webkit-box-sizing: border-box;
-moz-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 {
overflow: hidden;
margin: 0;
padding: 0;
}

.slick-list:focus {
outline: 0;
}

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

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

.slick-track {
left: 0;
top: 0;
margin-left: auto;
margin-right: auto;
}

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

.slick-track:after {
clear: both;
}

.slick-slide {
float: right;
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-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
}

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

.slick-dots,.slick-next,.slick-prev {
position: absolute;
display: block;
padding: 0;
}

.slick-loading .slick-list {
background: url(./ajax-loader.gif) center center no-repeat #fff;
}

.slick-next,.slick-prev {
height: 20px;
width: 20px;
line-height: 0;
font-size: 0;
cursor: pointer;
background: 0 0;
color: transparent;
top: 50%;
-webkit-transform: translate(0,-50%);
-ms-transform: translate(0,-50%);
-moz-transform: translate(0,-50%);
-o-transform: translate(0,-50%);
transform: translate(0,-50%);
border: none;
outline: 0;
}

.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover {
outline: 0;
background: 0 0;
color: transparent;
}

.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before {
opacity: 1;
}

.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before {
opacity: .25;
}

.slick-next:before,.slick-prev:before {
font-size: 20px;
line-height: 1;
color: #fff;
opacity: .75;
}

.slick-prev {
left: -25px;
}

[dir=rtl] .slick-prev {
left: auto;
right: -25px;
}

.slick-prev:before {
content: "←";
}

.slick-next:before,[dir=rtl] .slick-prev:before {
content: "→";
}

.slick-next {
right: -25px;
}

[dir=rtl] .slick-next {
left: -25px;
right: auto;
}

[dir=rtl] .slick-next:before {
content: "←";
}

.slick-dotted.slick-slider {
margin-bottom: 30px;
}

.slick-dots {
bottom: -25px;
text-align: center;
margin: 0;
width: 100%;
}

.slick-dots li {
position: relative;
display: inline-block;
height: 20px;
width: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}

.slick-dots li button {
border: 0;
background: 0 0;
display: block;
height: 20px;
width: 20px;
outline: 0;
line-height: 0;
font-size: 0;
color: transparent;
padding: 5px;
cursor: pointer;
}

.slick-dots li button:focus,.slick-dots li button:hover {
outline: 0;
}

.slick-dots li button:focus:before,.slick-dots li button:hover:before {
opacity: 1;
}

.slick-dots li button:before {
position: absolute;
top: 0;
left: 0;
content: "•";
width: 20px;
height: 20px;
font-size: 6px;
line-height: 20px;
text-align: center;
color: #000;
opacity: .25;
}

.slick-dots li.slick-active button:before {
color: #000;
opacity: .75;
}

.header {
position: relative;
}

.header .wrapper {
height: 100%;
position: static;
max-width: 1800px;
margin: 0 auto;
}

.header .container {
position: relative;
}

.header__center {
/*background-image:-webkit-linear-gradient(337deg,#faf7f7 10%,#f2ecec 100%);background-image:-moz- oldlinear-gradient(337deg,#faf7f7 10%,#f2ecec 100%);background-image:-o-linear-gradient(337deg,#faf7f7 10%,#f2ecec 100%);background-image:linear-gradient(113deg,#faf7f7 10%,#f2ecec 100%);
 background-image:url(https://dalkos.ru/img/header_right.jpg);*/
background-repeat: no-repeat;
background-position: right;
height: 550px;
}

.header__center__row {
/*display:flex;*/
height: 100%;
}

.header__center__item,.whyDalocs__row {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
}
 /*.header__center h1{font-size:42px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:normal;color:#2f2e37;padding-bottom:30px}*/
.header__center__box button,.header__center__link {
font-family: Roboto,sans-serif;
font-size: 14px;
}

.header__center__link {
font-weight: 700;
color: #2f2e36;
padding-top: 20px;
}

.header__center__item {
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: self-start;
-webkit-align-items: self-start;
-moz-box-align: self-start;
-ms-flex-align: self-start;
align-items: self-start;
height: 100%;
width: 50%;
min-width: 700px;
}

.header__center__item img {
width: 50%;
height: 100%;
position: absolute;
right: 0;
top: 0;
}

.header__center__box {
position: relative;
width: 470px;
height: 50px;
}

.header__center__box input[type=text] {
font-size: 18px;
width: 100%;
height: 100%;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 1px solid #e7e8ed;
background-color: #fff;
padding-left: 53px;
position: absolute;
}

.header__center__box ::-webkit-input-placeholder {
font-family: Roboto,sans-serif;
font-size: 14px;
font-weight: 500;
color: #2f2e36;
}

.header__center__box ::-moz-placeholder {
font-family: Roboto,sans-serif;
font-size: 14px;
font-weight: 500;
color: #2f2e36;
}

.header__center__box ::-ms-input-placeholder {
font-family: Roboto,sans-serif;
font-size: 14px;
font-weight: 500;
color: #2f2e36;
}

.header__center__box ::placeholder {
font-family: Roboto,sans-serif;
font-size: 14px;
font-weight: 500;
color: #2f2e36;
}

.header__center__box button {
width: 101px;
height: 40px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-moz-box-shadow: 0 3px 15px 0 rgba(228,94,88,.4);
box-shadow: 0 3px 15px 0 rgba(228,94,88,.4);
background-color: #CD3035;
border: none;
font-weight: 700;
color: #fff;
position: absolute;
right: 8px;
top: 5px;
}

.aboutHeaer h1,.whyDalocs h2 {
color: #2f2e37;
font-family: Roboto;
font-weight: 700;
}

.header__center__box button:hover {
background-color: #CD3035;
}

.header .header__center__search {
z-index: 5;
width: 15px;
left: 25px;
height: 18px;
top: 15px;
}

.aboutHeaer h1 {
font-size: 42px;
line-height: 1.43;
padding: 10px 0;
}

.aboutHeaer__img {
  height: 425px;
  background: url(../img/about/header-bg.jpg) no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  float: right;
  }
  .aboutHeaer__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }
  .aboutHeaer__img {
      float: right;
      margin-left: 30px;
      margin-bottom: 20px;
  }
  
  .aboutHeaer h1 {
      clear: none;
  }
  
  .aboutHeaer {
      overflow: hidden;
  }
  .aboutHeaer:has(.dealer-h1) {
    overflow: visible;
}
  .whyDalocs {
    clear: none;
  }
  
  .whyDalocs__row {
    clear: none;
    display: block;
  }
  
  .whyDalocs__col {
    width: 100%;
    display: block;
    float: none;
  }

.aboutHeaer h1 {
    clear: none;
}

.aboutHeaer {
    overflow: hidden;
}

.aboutHeaer:has(.dealer-h1) {
    overflow: visible;
}

.whyDalocs {
    clear: none;
}

.whyDalocs__row {
    clear: none;
    display: block;
}

.whyDalocs__col {
    width: 100%;
    display: block;
    float: none;
}
.whyDalocs h2 {
font-size: 23px;
padding-top: 60px;
padding-bottom: 40px;
}

.whyDalocs__row {
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}

.historyCompany__row,.historyCompany__row__item__header {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
}

.whyDalocs__col {
width: 45%;
}

.whyDalocs__col p {
font-size: 14px;
line-height: 2;
letter-spacing: normal;
color: #2f2e36;
font-style: normal;
}

.historyCompany h2 {
padding: 40px 0;
font-family: Roboto;
font-size: 23px;
font-weight: 700;
text-align: center;
color: #2f2e37;
}

.historyCompany__row {
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
position: relative;
}

.historyCompany__row__bg {
width: 418px;
height: 418px;
position: absolute;
bottom: -132px;
left: -173px;
}

.historyCompany__row__item {
width: 170px;
padding: 8px;
margin-right: 20px;
margin-bottom: 50px;
}

.historyCompany__row__item__header {
display: flex;
padding-bottom: 10px;
}

.companyBenefits__row,.historyCompany__row__item__header .header__dots {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
}

.historyCompany__row__item__header .header__number {
font-size: 23px;
font-weight: 700;
color: #2f2e37;
margin-right: 19px;
}

.historyCompany__row__item__header .header__number.red {
color: #CD3035;
}

.historyCompany__row__item__header .header__dots {
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
}

.historyCompany__row__item__header .header__dots span {
background-color: #b7b5c4;
display: block;
width: 6px;
height: 6px;
margin-right: 10px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}

.historyCompany__row__item__text {
font-size: 14px;
line-height: 1.71;
color: #504a6f;
}

.companyBenefits {
margin-top: 50px;
}

.companyBenefits h2 {
font-size: 23px;
font-weight: 700;
color: #2f2e37;
margin-bottom: 70px;
text-align: center;
}

.companyBenefits__row {
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-moz-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}

.companyBenefits__item {
width: 233px;
margin: 4px 4px 50px;
font-size: 15px;
font-weight: 500;
color: #2f2e37;
}

.companyBenefits__item img {
margin-bottom: 20px;
margin-left: -14px;
}

.smi {
padding-bottom: 100px;
}

.smi h2 {
font-size: 23px;
font-weight: 700;
color: #2f2e37;
padding-bottom: 60px;
padding-top: 100px;
}

.smi__row {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
}

.smi__item__more,.smi__item__text {
font-family: Roboto,sans-serif;
font-weight: 500;
display: block;
-moz-transition: all .4s;
}

.smi__item {
width: 270px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
backdrop-filter: blur(10px);
-webkit-box-shadow: 0 2px 5px 5px rgba(92,103,133,.1);
-moz-box-shadow: 0 2px 5px 5px rgba(92,103,133,.1);
box-shadow: 0 2px 5px 5px rgba(92,103,133,.1);
background-color: #fdfdff;
margin: 0 15px;
}

.smi__item img {
-webkit-border-radius: 8px 8px 0 0;
-moz-border-radius: 8px 8px 0 0;
border-radius: 8px 8px 0 0;
width: 100%;
height: 250px;
}

.smi__item:hover .smi__item__text {
color: #CD3035;
}

.smi__item:hover .smi__item__more {
color: #2f2e36;
}

.smi__item__text {
font-size: 14px;
font-stretch: normal;
font-style: normal;
line-height: 1.29;
letter-spacing: normal;
color: #2f2e37;
transition: all .4s;
padding: 20px 30px 10px;
}

.smi__item__more {
font-size: 12px;
color: #b7b5c4;
padding: 0 30px 20px;
-webkit-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
}

.ourClients__col,.ourClients__row {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
}

.smi__item__more:after {
content: url(../img/icon/arrow-left.png);
padding-left: 7px;
vertical-align: middle;
padding-top: 13px;
position: relative;
top: 1px;
}

.smi__item__more p:last-of-type {
margin-bottom: 0;
}

.ourClients h2 {
padding-top: 60px;
padding-bottom: 100px;
text-align: center;
font-size: 23px;
font-weight: 700;
color: #2f2e37;
}

.ourClients__row {
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}

.ourClients__col {
width: 19%;
margin-bottom: 100px;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}

.breadcrumbs ul {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
/*padding-top: 20px;*/
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}

.breadcrumbs ul a,.breadcrumbs ul span {
color: #524971;
display: inline-block;
font-family: Roboto,sans-serif;
font-stretch: normal;
font-style: normal;
letter-spacing: normal;
line-height: normal;
}

.breadcrumbs ul a {
font-size: 14px;
margin-right: 10px;
margin-left: 10px;
}

.breadcrumbs ul span {
font-size: 14px;
font-weight: 700;
margin-left: 10px;
}

.callTo__contact {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
}

.callTo__contact span {
display: inline-block;
margin: 0 20px;
}

.categoreProduct__h2,.categoreProduct__row {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
}

.callTo__contact img {
margin-right: 15px;
}

.callTo__contact__title {
font-family: Roboto,sans-serif;
font-size: 23px;
font-weight: 700;
color: #2f2e37;
width: 100%;
text-align: center;
padding-bottom: 14px;
}

.categoreProduct__h2 {
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-bottom: 10px;
padding-top: 10px;
}

.categoreProduct__h2 a {
font-size: 14px;
font-weight: 700;
color: #CD3035;
position: relative;
padding-right: 20px;
}

.categoreProduct__h2 a:before {
background: url(../img/icon/arrow-btn-hover.png) no-repeat;
width: 15px;
height: 15px;
display: block;
position: absolute;
top: -2px;
right: 0;
-webkit-transform: scale(-1,-1);
-moz-transform: scale(-1,-1);
-ms-transform: scale(-1,-1);
-o-transform: scale(-1,-1);
transform: scale(-1,-1);
}

.categoreProduct h2, .categoreProduct h1 {
font-size: 23px;
font-weight: 700;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #231349;
}

.categoreProduct__row {
vertical-align: top;
display: inline-flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: flex-start;
}

.categoreProduct__row_brand {
vertical-align: top;
display: inline-flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}

.categoreProduct__row__item_brand {
width: 215px;
margin-right: 15px;
min-height: 80px;
text-align: center;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 1px solid #e7e8ed;
padding: 10px;
display: inline-flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
margin-top: 10px;
-webkit-transition: all .4s;
-o-transition: all .4s;
-moz-transition: all .4s;
transition: all .4s;
}

.categoreProduct__row__item_brand a {
font-weight: 500;
vertical-align: middle;
margin: auto;
}

.categoreProduct__row__item {
width: 270px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 1px solid #e7e8ed;
padding: 20px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
margin: 5px;
-webkit-transition: all .4s;
-o-transition: all .4s;
-moz-transition: all .4s;
transition: all .4s;
}

.categoreProduct__row__item__link,.categoreProduct__row__item__model {
display: block;
width: auto;
text-align: center;
letter-spacing: normal;
font-family: Roboto,sans-serif;
font-stretch: normal;
font-style: normal;
}

.categoreProduct__row__item:first-of-type {
margin-left: 9px;
}

.categoreProduct h2, .categoreProduct h1 {
text-align: center;
padding: 20px;
}

.categoreProduct h2.left {
text-align: left;
padding: 20px;
}

.categoreProduct__row__item .item-img {
min-height: 150px;
text-align: center;
height: 150px;
}

.container-img--flex {
  display: flex;
}

.categoreProduct__row__item img {
width: auto;
vertical-align: middle;
max-height: 150px;
max-width: 150px;
  margin: auto;
  display: flex;
}

.categoreProduct__row__item:hover {
-webkit-box-shadow: 0 2px 30px 0 rgba(92,103,133,.2),0 2px 5px 0 rgba(79,75,108,.15);
-moz-box-shadow: 0 2px 30px 0 rgba(92,103,133,.2),0 2px 5px 0 rgba(79,75,108,.15);
box-shadow: 0 2px 30px 0 rgba(92,103,133,.2),0 2px 5px 0 rgba(79,75,108,.15);
background-color: #fdfdff;
}

.categoreProduct__row__item__text {
font-family: Roboto,sans-serif;
min-height: 85px;
font-size: 14px;
font-weight: 500;
font-stretch: normal;
font-style: normal;
line-height: 1.29;
letter-spacing: normal;
text-align: center;
color: #201546;
padding-top: 30px;
-webkit-box-flex: 0;
-webkit-flex: 0 1 45%;
-moz-box-flex: 0;
-ms-flex: 0 1 45%;
flex: 0 1 45%;
}

.categoreProduct__row__item__model {
padding: 11px 8px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border: 1px solid #2f2e36;
font-size: 14px;
font-weight: 700;
line-height: normal;
color: #2f2e36;
margin: 12px auto;
-webkit-transition: all .4s;
-o-transition: all .4s;
-moz-transition: all .4s;
transition: all .4s;
}

.categoreProduct__row__item__model:hover {
color: #CD3035;
}

.categoreProduct__row__item__link {
font-size: 12px;
font-weight: 500;
line-height: normal;
color: #504a6f;
min-width: 174px;
-webkit-transition: all .4s;
-o-transition: all .4s;
-moz-transition: all .4s;
transition: all .4s;
margin: 8px auto 10px;
}

.categoreProduct__row__item__link:hover {
color: #CD3035;
}

.categoreProduct__row__item__link:after {
/*background:url(../img/icon/arrow-btn.png) no-repeat;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);width:9px;height:8px;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;padding-left:0;vertical-align:middle;display:inline-block;position:relative;right:-5px*/
}

.orderhist {
padding: 0px;
}

.orderhist .order-header {
padding: 0 24px;
}

.orderhist .order-header .date-order {
width: 137px;
}

.orderhist .order-header .text-small {
color: rgba(32,46,66,0.7);
display: inline-block;
vertical-align: middle;
}

.text-small {
font-family: 'Open Sans', sans-serif;
font-size: 12px;
line-height: 18px;
}

.orderhist .order-header .content-order {
width: 554px;
}

.orderhist .list {
padding: 16px 20px 0 20px;
}

.orderhist .list .order {
width: 100%;
background-color: #F1F3FB;
border-radius: 3px;
overflow: hidden;
padding: 0 0 8px 0;
position: relative;
}

.orderhist .list .order.on-week .status-bar {
background-color: #7a8aa7;
}

.orderhist .list .order .status-bar {
height: 100%;
width: 6px;
background-color: #c8d4ea;
display: inline-block;
vertical-align: top;
position: absolute;
}

.orderhist .list .order .content {
padding: 25px 24px 25px 20px;
width: 100%;
display: inline-block;
vertical-align: middle;
border-bottom: 2px #c8d4ea solid;
}

.orderhist .list .order .date {
width: 10%;
font-size: 15px;
color: #1e1744;
}

.orderhist .list .order .text-table {
display: inline-block;
vertical-align: middle;
}

.text-table {
font-family: 'Open Sans', sans-serif;
font-size: 13px;
line-height: 18px;
}

.orderhist .list .order .name {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

.orderhist .list .order .btn-group {
width: 180px;
right: 16px;
top: 10px;
}

.btn-group {
display: inline-block;
width: 10%;
float: right;
}

.contactInfo {
padding-bottom: 100px;
padding-top: 100px;
}

.contactInfo h1 {
font-size: 42px;
font-weight: 700;
font-stretch: normal;
font-style: normal;
line-height: 1.43;
letter-spacing: normal;
color: #2f2e37;
padding: 60px 0;
text-align: center;
}

.contactInfo__row {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}

.contactInfo__box {
display: inline-block;
width: 100%;
max-width: 370px;
min-height: 209px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 1px solid #e7e8ed;
background-color: #fff;
margin: 20px;
padding: 25px 25px 0;
}

.contactInfo__box__row, .contactInfo__rowBelow {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
}

.contactInfo__box h3 {
font-size: 23px;
font-weight: 700;
color: #2f2e37;
margin-bottom: 30px;
}

.contactInfo__box__row {
display: flex;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-moz-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
margin-bottom: 30px;
font-size: 14px;
line-height: 22px;
color: #2f2e36;
}

.contactInfo__box__row img {
width: 18px;
height: 18px;
margin-right: 17px;
margin-top: 4px;
}

.contactInfo__rowBelow {
padding-top: 70px;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
}

.contactInfo__rowBelow__left {
-webkit-box-flex: 1;
-webkit-flex: 1 0 60%;
-moz-box-flex: 1;
-ms-flex: 1 0 60%;
flex: 1 0 60%;
position: relative;
overflow: hidden;
}

.contactInfo__rowBelow__left__img {
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}

.categoriesIndustries .categoriesAr__right,.favoriteProduct__h2 a:before {
-webkit-transform: scale(-1,-1);
-ms-transform: scale(-1,-1);
-o-transform: scale(-1,-1);
}

.contactInfo__rowBelow__left__box {
width: 100%;
min-height: 385px;
-webkit-border-radius: 15px 0 0 15px;
-moz-border-radius: 15px 0 0 15px;
border-radius: 15px 0 0 15px;
background-color: #2f2e36;
color: #f9fafc;
padding: 90px 70px 90px 90px;
}

.contactInfo__rowBelow__left__box h2 {
font-size: 23px;
margin-bottom: 30px;
}

.contactInfo__rowBelow__left__text {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: flex-start;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: flex-start;
font-size: 14px;
padding-bottom: 20px;
line-height: 1.5;
}

.contactInfo__rowBelow__left__text span {
font-weight: 700;
width: 40%;
}

.contactInfo__rowBelow__left__text p {
margin-right: auto;
}

.contactInfo__rowBelow__right {
width: 40%;
}

.formContact {
min-width: 370px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
/*backdrop-filter:blur(10px);*/
-moz-box-shadow: 0 2px 30px 0 rgba(92,103,133,.1);
box-shadow: 0 2px 30px 0 rgba(92,103,133,.1);
background-color: #fdfdff;
padding: 30px;
}

.formContact label.error {
font-size: 12px;
font-weight: 700;
color: #CD3035;
padding-left: 20px;
}

.formContact input.error,.formContact textarea.error {
border: 1px solid #CD3035;
}

.formContact input[type=submit] {
display: block;
width: auto;
margin: auto;
}

.favoriteProduct__h2, .favoriteProduct__row {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
}

.favoriteProduct__row__item,.favoriteProduct__row__item__model {
-webkit-transition: all .4s;
-o-transition: all .4s;
-moz-transition: all .4s;
}

.favoriteProduct__row__item a {
text-align: center;
}

.favoriteProduct__h2 {
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: flex-start;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: flex-start;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
/*padding-bottom: 40px;*/
}

.favoriteProduct__h2 a {
font-size: 14px;
font-weight: 700;
color: #CD3035;
position: relative;
padding-right: 20px;
}

.favoriteProduct__h2 a:before {
background: url(../img/icon/arrow-btn-hover.png) no-repeat;
width: 15px;
height: 15px;
display: block;
position: absolute;
top: -2px;
right: 0;
-moz-transform: scale(-1,-1);
transform: scale(-1,-1);
}

.favoriteProduct h2 {
font-size: 23px;
font-weight: 700;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #231349;
}

.favoriteProduct__row {
margin: 5px;
display: inline-flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-webkit-justify-content: flex-start;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: flex-start;
}

.favoriteProduct__row__item {
width: 270px;
min-height: 500px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 1px solid #e7e8ed;
padding: 10px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
margin-top: 10px;
transition: all .4s;
}

.favoriteProduct__row__item__model,.fillForm {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}

.favoriteProduct__row__item:hover {
-webkit-box-shadow: 0 2px 30px 0 rgba(92,103,133,.2),0 2px 5px 0 rgba(79,75,108,.15);
-moz-box-shadow: 0 2px 30px 0 rgba(92,103,133,.2),0 2px 5px 0 rgba(79,75,108,.15);
box-shadow: 0 2px 30px 0 rgba(92,103,133,.2),0 2px 5px 0 rgba(79,75,108,.15);
background-color: #fdfdff;
}

.favoriteProduct__row__item:first-of-type {
margin-left: 0;
}

.favoriteProduct__row__item img {
width: auto;
max-height: 175px;
margin: auto;
display: flex;
}

.favoriteProduct__row__item .item-img {
height: 175px;
}

.formContact__input__textarea textarea:focus+span {
font-size: 12px;
color: #2f2e36;
position: absolute;
top: -20px;
left: 20px;
}

.formContact__input__textarea textarea:focus::-webkit-input-placeholder {
color: transparent;
}

.formContact__input__textarea textarea:focus::-moz-placeholder {
color: transparent;
}

.formContact__input__textarea textarea:focus::-ms-input-placeholder {
color: transparent;
}

.formContact__input__textarea textarea:focus::placeholder {
color: transparent;
}

.formContact__input__textarea textarea, .fillForm textarea {
font-size: 15px;
}

.formContact h2 {
font-size: 19px;
font-weight: 700;
text-align: center;
color: #2f2e37;
margin-bottom: 30px;
}

.formContact__input {
width: 100%;
height: 50px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border: 1px solid #e7e8ed;
background-color: #fff;
margin-bottom: 30px;
position: relative;
}

.formContact__input input {
width: 100%;
height: 100%;
border: none;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding-left: 20px;
font-size: 15px;
}

.fillForm__input input {
font-size: 15px;
}

.formContact__input span {
font-size: 0;
color: #2f2e36;
position: absolute;
top: 19px;
left: 20px;
-webkit-transition: top .4s;
-o-transition: top .4s;
-moz-transition: top .4s;
transition: top .4s;
}

.formContact__input input:focus+span {
font-size: 12px;
color: #2f2e36;
position: absolute;
top: -20px;
left: 20px;
}

.fillForm__input span,.formContact__input__textarea span {
top: 19px;
-webkit-transition: top .4s;
-o-transition: top .4s;
-moz-transition: top .4s;
left: 20px;
}

.formContact__input input:focus::-webkit-input-placeholder {
color: transparent;
}

.formContact__input input:focus::-moz-placeholder {
color: transparent;
}

.formContact__input input:focus::-ms-input-placeholder {
color: transparent;
}

.formContact__input input:focus::placeholder {
color: transparent;
}

.formContact__input__textarea {
height: 120px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border: 1px solid #e7e8ed;
background-color: #fff;
margin-bottom: 30px;
position: relative;
font-size: 15px;
}

.formContact__input__textarea textarea {
border: none;
width: 100%;
height: 100%;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding: 20px;
resize: none;
}

.formContact__input__textarea span {
font-size: 0;
color: #2f2e36;
position: absolute;
transition: top .4s;
}

.right-menu {
float: right;
position: relative;
padding-top: 10px;
}

.right-menu .aboutUs__left {
top: 0px;
}

.active {
font-size: 15px;
font-weight: 500;
/* border-left: 3px solid #CD3035; */
color: #CD3035;
}

.right-menu ul li a {
display: block;
border-left: 3px solid #dcdde1;
padding-left: 15px;
}

.right-menu ul li a:hover {
border-left: 3px solid #CD3035;
color: #CD3035;
}

.right-menu ul li.active a {
border-left: 3px solid #CD3035;
color: #CD3035;
}

.right-menu ul li ul li a {
padding-left: 20px;
border-left: none;
margin-top: 10px;
}

.right-menu ul li ul li a:hover {
border-left: none;
color: #CD3035;
}

.right-menu ul li ul li a.active a {
border-left: none;
color: #CD3035;
}

.favoriteProduct__row__item__text {
margin-top: 5px;
border-top: 1px solid #D9D9D9;
border-bottom: 1px solid #D9D9D9;
    /*min-height: 65px;*/
font-family: Roboto,sans-serif;
font-size: 14px;
font-weight: 500;
font-stretch: normal;
font-style: normal;
padding: 7px 0;
line-height: 1.29;
letter-spacing: normal;
text-align: center;
color: #201546;
margin-bottom: 10px;
-webkit-box-flex: 0;
-webkit-flex: 0 1 29%;
-moz-box-flex: 0;
-ms-flex: 0 1 29%;
flex: 0 1 29%;
}

.favoriteProduct__row__item__link,.favoriteProduct__row__item__model {
font-family: Roboto,sans-serif;
line-height: normal;
display: block;
width: 174px;
font-stretch: normal;
font-style: normal;
letter-spacing: normal;
text-align: center;
}

.favoriteProduct__row__item__model {
padding: 11px 8px;
margin-top: 30px;
border-radius: 10px;
border: 1px solid #2f2e36;
font-size: 14px;
font-weight: 700;
color: #2f2e36;
margin: 0 auto;
transition: all .4s;
}

.favoriteProduct__row__item__model:hover {
color: #CD3035;
}

.favoriteProduct__row__item__link {
text-transform: uppercase;
font-size: 12px;
font-weight: 500;
color: #504a6f;
-webkit-transition: all .4s;
-o-transition: all .4s;
-moz-transition: all .4s;
transition: all .4s;
margin: 20px auto 13px;
}

.favoriteProduct__row__item__link:hover {
color: #CD3035;
}

.favoriteProduct__row__item__link:after {
background: url(../img/icon/arrow-btn.png) no-repeat;
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
width: 9px;
height: 8px;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding-left: 0;
vertical-align: middle;
display: inline-block;
position: relative;
right: -5px;
}

.favoriteProduct__row__item__desc {
font-size: 12px;
min-height: 100px;
text-align: center;
margin-bottom: 20px;
}

.fillForm .filesGo,.fillForm__input {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
}

.fillForm {
width: 100%;
max-width: 670px;
border-radius: 10px;
-webkit-box-shadow: 0 2px 7px 0 rgba(29,24,65,.3);
-moz-box-shadow: 0 2px 7px 0 rgba(29,24,65,.3);
box-shadow: 0 2px 7px 0 rgba(29,24,65,.3);
border: 1px solid #e7e8ed;
background-color: #f9fafc;
margin: auto;
padding: 30px;
}

.fillForm h2 {
font-size: 23px;
font-weight: 700;
text-align: center;
color: #2f2e37;
padding-bottom: 20px;
}

.fillForm .beh2 {
font-size: 14px;
color: #2f2e36;
padding-bottom: 0px;
line-height: 1.3;
}

.fillForm a, .formContact a {
  color: #CD3035;
}

.fillForm ::-webkit-input-placeholder {
font-size: 14px;
color: #2f2e36;
}

.fillForm ::-moz-placeholder {
font-size: 14px;
color: #2f2e36;
}

.fillForm ::-ms-input-placeholder {
font-size: 14px;
color: #2f2e36;
}

.fillForm ::placeholder {
font-size: 14px;
color: #2f2e36;
white-space: normal;
}



.fillForm label.error {
font-size: 12px;
font-weight: 700;
color: #CD3035;
padding-left: 20px;
}

.fillForm__input {
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-webkit-justify-content: flex-start;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: flex-start;
}

.fillForm__input .input__box {
position: relative;
width: 292px;
margin: 6px;
height: 50px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border: 1px solid #e7e8ed;
background-color: #fff;
margin-bottom: 22px;
}

.fillForm__input input[type=text], .fillForm__input input[type=tel] {
width: 100%;
height: 100%;
border: none;
padding-left: 20px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}


.fillForm__input input[type=number] {
width: 100%;
height: 100%;
border: none;
padding-left: 20px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.fillForm__input span {
font-size: 0;
color: #2f2e36;
position: absolute;
transition: top .4s;
}

.fillForm__input input:focus+span {
font-size: 12px;
color: #2f2e36;
position: absolute;
top: -20px;
left: 20px;
}
.dealer-text1 ol,
.dealer-text ol {
  margin-left: 20px;
}
.fillForm__input input:focus::-webkit-input-placeholder {
color: transparent;
}

.fillForm__input input:focus::-moz-placeholder {
color: transparent;
}

.fillForm__input input:focus::-ms-input-placeholder {
color: transparent;
}

.fillForm__input input:focus::placeholder {
color: transparent;
}

.fillForm .textarea__box {
position: relative;
}

.fillForm .textarea__box span {
font-size: 0;
color: #2f2e36;
position: absolute;
top: 19px;
left: 20px;
-webkit-transition: top .4s;
-o-transition: top .4s;
-moz-transition: top .4s;
transition: top .4s;
}

.fillForm .textarea__box textarea:focus+span {
font-size: 12px;
color: #2f2e36;
position: absolute;
top: -20px;
left: 20px;
}

.fillForm .textarea__box textarea:focus::-webkit-input-placeholder {
color: transparent;
}

.fillForm .textarea__box textarea:focus::-moz-placeholder {
color: transparent;
}

.fillForm .textarea__box textarea:focus::-ms-input-placeholder {
color: transparent;
}

.fillForm .textarea__box textarea:focus::placeholder {
color: transparent;
}

.fillForm .textarea__box textarea {
padding: 15px;
width: 100%;
max-width: 596px;
margin-left: 6px;
height: 180px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border: 1px solid #e7e8ed;
background-color: #fff;
margin-bottom: 30px;
}

.fillForm .textarea__box input.error,.fillForm .textarea__box textarea.error {
border: 1px solid #CD3035;
}

.fillForm .filesGo {
/*width:610px;*/
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border: 2px dotted #b7b5c4;
/*background-color:#fff;*/
margin-bottom: 30px;
display: inline-grid;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}

.fillForm .filesGo .dz-message {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
font-size: 15px;
font-weight: 400;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #2f2e36;
}

.fillForm .filesGo .dz-message span {
color: #CD3035;
padding-right: 5px;
}

.fillForm .btn--red {
margin: auto;
display: block;
width: 141px;
cursor: pointer;
}

.fillForm .dz-started .dz-message {
display: none!important;
}

.aboutUs h2,.aboutUs__left .wrap_sub .wrap_sub__title {
font-size: 23px;
font-weight: 700;
color: #2f2e37;
font-family: Roboto,sans-serif;
}

.fillForm .filesGo .dz-message img {
width: 16px;
height: 19px;
margin-right: 8px;
}

.aboutUs {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
padding-top: 60px;
}

.aboutUs h2 {
padding-bottom: 20px;
}

.aboutUs__left {
width: 50%;
position: relative;
top: -119px;
}

.aboutUs__left .wrap_sub {
position: relative;
z-index: 5;
width: 400px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 2px 30px 0 rgba(92,103,133,.1),0 2px 5px 0 rgba(79,75,108,.15);
-moz-box-shadow: 0 2px 30px 0 rgba(92,103,133,.1),0 2px 5px 0 rgba(79,75,108,.15);
box-shadow: 0 2px 30px 0 rgba(92,103,133,.1),0 2px 5px 0 rgba(79,75,108,.15);
background-color: #fdfdff;
padding: 40px 60px;
}

.aboutUs__left .wrap_sub_right {
font-family: Roboto,sans-serif;
color: #2f2e36;
line-height: 1;
font-size: 14px;
position: relative;
z-index: 5;
width: 300px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 2px 30px 0 rgba(92,103,133,.1),0 2px 5px 0 rgba(79,75,108,.15);
-moz-box-shadow: 0 2px 30px 0 rgba(92,103,133,.1),0 2px 5px 0 rgba(79,75,108,.15);
box-shadow: 0 2px 30px 0 rgba(92,103,133,.1),0 2px 5px 0 rgba(79,75,108,.15);
background-color: #f9fafc;
padding: 20px 20px;
}

.aboutUs__left .wrap_sub_right ul li {
font-family: Roboto,sans-serif;
font-size: 16px;
margin-bottom: 14px;
color: #2f2e36;
-webkit-transition: all .8s;
-o-transition: all .8s;
-moz-transition: all .8s;
transition: all .8s;
}

.aboutUs__left .wrap_sub_right ul li:hover>a {
color: #CD3035;
}

.wrap_sub_right h2 {
font-size: 20px;
padding-top: 0px;
}

.aboutUs__left .wrap_sub__imgBg {
position: absolute;
right: 33px;
z-index: 0;
top: 19%;
}

.aboutUs__left .wrap_sub .wrap_sub__title {
padding-bottom: 7px;
}

.aboutUs__left .wrap_sub .wrap_sub__sub__title {
font-family: Roboto,sans-serif;
font-size: 12px;
font-weight: 500;
color: #2f2e36;
padding-bottom: 40px;
display: block;
}

.aboutUs__left .wrap_sub ul li {
font-family: Roboto,sans-serif;
font-size: 16px;
margin-bottom: 17px;
color: #2f2e36;
-webkit-transition: all .8s;
-o-transition: all .8s;
-moz-transition: all .8s;
transition: all .8s;
}

.aboutUs__left .wrap_sub ul li:hover>a {
color: #CD3035;
}

.aboutUs__right {
width: 50%;
}

.aboutUs__right__contact {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 14px;
font-weight: 700;
color: #2f2e36;
}

.aboutUs__right__contact span {
padding: 16px;
}

.aboutUs__right__contact img {
padding-right: 12px;
}

.aboutUs__right__title-bottom {
font-size: 23px;
font-weight: 700;
color: #2f2e37;
padding-top: 40px;
display: block;
margin-bottom: 14px;
}

.aboutUs__right__img {
margin-top: 15px;
}

.aboutUs__right__img img:first-child {
margin-right: 26px;
}

.aboutUs__right__text {
font-family: Roboto,sans-serif;
font-size: 14px;
font-weight: 400;
font-stretch: normal;
font-style: normal;
line-height: 1.71;
letter-spacing: normal;
color: #2f2e36;
}

.aboutUs__right__text p {
padding-bottom: 20px;
line-height: 1.8;
}

#adressesTabs:after,.categoreProduct__h2 a:before,.categoreProduct__row__item__link:after,.favoriteProduct__h2 a:before,.favoriteProduct__row__item__link:after {
content: "";
}

.adressesTabs__mapWrapper__text,.formContact,.smi__item {
-webkit-backdrop-filter: blur(10px);
}

#adressesTabs:before,.mfp-arrow:after,.mfp-arrow:before,.mfp-container:before,.mfp-figure:after,.working__col:after {
content: '';
}

.adressesTabs__mapWrapper__text,.formContact {
-webkit-box-shadow: 0 2px 30px 0 rgba(92,103,133,.1);
}

.adressesTabs__header .ui-tabs-tab a,.adressesTabs__mapWrapper__text h3 {
font-family: Roboto,sans-serif;
font-weight: 700;
}

.adressesTabs {
padding-bottom: 100px;
}

.adressesTabs__header {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 45px;
}

.adressesTabs__header .ui-tabs-tab a {
font-size: 17px;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #2f2e37;
padding: 17px;
display: block;
}

.adressesTabs__header .ui-state-active {
position: relative;
}

.adressesTabs__header .ui-state-active:before {
content: '';
position: absolute;
width: 80%;
height: 2px;
display: block;
background: #CD3035;
bottom: 0;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}

.topMenu-wrapper .topMenu .has__sub:before {
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
}

.adressesTabs__header .ui-state-active a {
color: #CD3035;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 1px solid #e7e8ed;
}

.adressesTabs__mapWrapper {
position: relative;
min-height: 410px;
display: flex;
}

.adressesTabs__mapWrapper .controller,.adressesTabs__mapWrapper .ymaps-2-1-75-controls__toolbar_left {
display: none!important;
}

.adressesTabs__mapWrapper__text__box,.categoriesIndustries__row {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
}

.adressesTabs__mapWrapper__text {
width: 33%;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
backdrop-filter: blur(10px);
-moz-box-shadow: 0 2px 30px 0 rgba(92,103,133,.1);
box-shadow: 0 2px 30px 0 rgba(92,103,133,.1);
background-color: #fdfdff;
padding: 30px 60px;
z-index: 4;
}

#map_one1,#map_two2,#map_three3,#map_four4,#map_five5 {
height: 100%;
}

.fadressesTabs__mapWrapper__text {
width: 405px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
backdrop-filter: blur(10px);
-moz-box-shadow: 0 2px 30px 0 rgba(92,103,133,.1);
box-shadow: 0 2px 30px 0 rgb(92 103 133 / 10%);
background-color: #fdfdff;
position: relative;
display: inline-block;
-o-transform: translateY(-50%);
padding: 30px 60px;
z-index: 5;
margin: 3px;
}

.fadressesTabs__mapWrapper__text__box {
display: flex;
-webkit-box-align: self-start;
-webkit-align-items: self-start;
-moz-box-align: self-start;
-ms-flex-align: self-start;
align-items: self-start;
margin-bottom: 30px;
font-family: Roboto,sans-serif;
font-size: 14px;
line-height: 1.29;
color: #2f2e36;
}

.fadressesTabs__mapWrapper__text__box p {
width: 98%;
}

.fadressesTabs__mapWrapper__text h3 {
font-size: 19px;
color: #2f2e37;
margin-bottom: 30px;
}

.adressesTabs__mapWrapper__text__box {
display: flex;
-webkit-box-align: self-start;
-webkit-align-items: self-start;
-moz-box-align: self-start;
-ms-flex-align: self-start;
align-items: self-start;
margin-bottom: 30px;
font-family: Roboto,sans-serif;
font-size: 14px;
line-height: 1.29;
color: #2f2e36;
width: 100%;
text-align: left;
}

.adressesTabs__mapWrapper__text__box img {
margin-right: 15px;
width: 15px;
min-width: 15px;
}

.adressesTabs__mapWrapper__text__box p {
width: 98%;
text-align: left;
}

.adressesTabs__mapWrapper__text h3 {
font-size: 19px;
color: #2f2e37;
margin-bottom: 30px;
}

#adressesTabs select,#adressesTabs select option {
font-size: 14px;
font-weight: 500;
letter-spacing: normal;
color: #524971;
font-family: Roboto,sans-serif;
font-stretch: normal;
font-style: normal;
line-height: normal;
}

.adressesTabs__mapWrapper .map__wra {
margin-left: 0;
width: 67%;
}

#adressesTabs {
position: relative;
display: inline-block;
}

#adressesTabs select {
-webkit-appearance: none;
-moz-appearance: none;
background: #fdfdff;
min-width: 280px;
padding: 5px 20px 5px 40px;
border: none;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 2px 30px 0 rgba(92,103,133,.15),0 2px 5px 0 rgba(79,75,108,.15);
-moz-box-shadow: 0 2px 30px 0 rgba(92,103,133,.15),0 2px 5px 0 rgba(79,75,108,.15);
box-shadow: 0 2px 30px 0 rgba(92,103,133,.15),0 2px 5px 0 rgba(79,75,108,.15);
height: 45px;
}

#adressesTabs select option {
padding: 10px;
}

#adressesTabs:before {
display: block;
width: 8px;
height: 8px;
border-right: 3px solid #2f2e36;
border-bottom: 3px solid #2f2e36;
position: absolute;
right: 20px;
top: 24px;
-webkit-transform: rotate(43deg);
-moz-transform: rotate(43deg);
-ms-transform: rotate(43deg);
-o-transform: rotate(43deg);
transform: rotate(43deg);
}

#adressesTabs:after {
background: url(../img/icon/map-marker.png) no-repeat;
display: block;
width: 12px;
height: 18px;
-webkit-background-size: 100% 100%;
-moz-background-size: 100%;
-o-background-size: 100%;
background-size: 100%;
position: absolute;
left: 20px;
top: 20px;
}

.arrowNews__left,.arrowNews__right,.categoriesIndustries__col__box:hover {
-webkit-box-shadow: 0 2px 30px 0 rgba(92,103,133,.2),0 2px 5px 0 rgba(79,75,108,.15);
}

.categoriesIndustries__h2 {
text-align: center;
margin-bottom: 50px;
}

.categoriesIndustries__h2 h2 {
font-family: Roboto,sans-serif;
font-size: 23px;
font-weight: 700;
text-align: center;
color: #2f2e37;
padding-bottom: 7px;
padding-top: 20px;
}

.categoriesIndustries__col__link,.categoriesIndustries__col__text,.categoriesIndustries__h2 span {
font-family: Roboto,sans-serif;
font-weight: 500;
}

.categoriesIndustries__h2 span {
opacity: .4;
font-size: 12px;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #2f2e37;
}

.categoriesIndustries__col__text,.newsWrapper__slider__item__text {
line-height: 1.29;
letter-spacing: normal;
font-stretch: normal;
font-style: normal;
}

.categoriesIndustries__row {
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}

.categoriesIndustries__col {
width: 224px;
height: 320px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border: 1px solid #e7e8ed;
margin-right: 10px;
margin-top: 10px;
}

.categoriesIndustries__col__box {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
height: 100%;
-webkit-transition: all .5s;
-o-transition: all .5s;
-moz-transition: all .5s;
transition: all .5s;
}

.categoriesIndustries__col__box:hover {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: 0 2px 30px 0 rgba(92,103,133,.2),0 2px 5px 0 rgba(79,75,108,.15);
box-shadow: 0 2px 30px 0 rgba(92,103,133,.2),0 2px 5px 0 rgba(79,75,108,.15);
background-color: #fdfdff;
}

.categoriesIndustries__col__box:hover .categoriesIndustries__col__link {
color: #CD3035;
}

.categoriesIndustries__col__box:hover .categoriesIndustries__col__link:after {
content: url(../img/icon/arrow-left-hover.png);
padding-left: 3px;
vertical-align: middle;
}

.categoriesIndustries__col__box img {
margin-top: 50px;
}

.categoriesIndustries__col__text {
font-size: 14px;
text-align: center;
color: #2f2e36;
}

.categoriesIndustries__col__link {
font-size: 12px;
color: #b7b5c4;
}

.manufacturer h2,.newsWrapper h2 {
font-family: Roboto,sans-serif;
font-weight: 700;
color: #2f2e37;
}

.categoriesIndustries__col__link:after {
content: url(../img/icon/arrow-left.png);
padding-left: 3px;
vertical-align: middle;
}

.categoriesIndustries .categoriesArmob {
margin-bottom: 0;
margin-top: 30px;
padding: 10px 0;
}

.categoriesIndustries .categoriesAr__left,.categoriesIndustries .categoriesAr__right {
width: 45px;
height: 45px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 2px 10px 0 rgba(92,103,133,.2),0 2px 5px 0 rgba(79,75,108,.15);
-moz-box-shadow: 0 2px 10px 0 rgba(92,103,133,.2),0 2px 5px 0 rgba(79,75,108,.15);
box-shadow: 0 2px 10px 0 rgba(92,103,133,.2),0 2px 5px 0 rgba(79,75,108,.15);
background-color: #fdfdff;
display: inline-block;
margin: 0 10px;
cursor: pointer;
}

.categoriesIndustries .categoriesAr__left {
background: url(../img/icon/arrow-btn.png) center center no-repeat;
}

.categoriesIndustries .categoriesAr__left:hover {
background: url(../img/icon/arrow-btn-hover.png) center center no-repeat;
}

.categoriesIndustries .categoriesAr__right {
background: url(../img/icon/arrow-btn.png) center center no-repeat;
-moz-transform: scale(-1,-1);
transform: scale(-1,-1);
}

.categoriesIndustries .categoriesAr__right:hover {
background: url(../img/icon/arrow-btn-hover.png) center center no-repeat;
}

.manufacturer-bg {
padding: 30px 0 30px;
background-color: rgba(235,235,244,.5);
}

.manufacturer {
overflow: hidden;
}

.manufacturer h2 {
font-size: 23px;
text-align: center;
margin-bottom: 60px;
}

.manufacturer__slider {
text-align: center;
}

.manufacturer__slider img {
width: auto;
display: inline-block;
}

.manufacturer__slider_i img {
width: auto;
height: 125px;
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
filter: gray;
display: inline-block;
}

.manufacturer__slider__wrapper {
display: -webkit-box!important;
display: -webkit-flex!important;
display: -moz-box!important;
display: -ms-flexbox!important;
display: flex!important;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}

.manufacturer .slick-dots {
margin-top: 36px;
position: relative;
bottom: 0;
}

.manufacturer .slick-dots li button:before {
font-size: 47px;
}

.manufacturer .slick-track {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
}

.newsWrapper h2 {
font-size: 23px;
}

.newsWrapper__slider__item__more,.newsWrapper__slider__item__text {
font-weight: 500;
display: block;
-o-transition: all .4s;
-moz-transition: all .4s;
font-family: Roboto,sans-serif;
}

.newsWrapper__slider {
margin-bottom: 100px;
}

.newsWrapper__slider__item {
width: 270px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
-webkit-box-shadow: 0 2px 5px 5px rgba(92,103,133,.1);
-moz-box-shadow: 0 2px 5px 5px rgba(92,103,133,.1);
box-shadow: 0 2px 5px 5px rgba(92,103,133,.1);
background-color: #fdfdff;
margin: 0 15px;
}

.newsWrapper__slider__item:hover .newsWrapper__slider__item__text {
color: #CD3035;
}

.newsWrapper__slider__item:hover .newsWrapper__slider__item__more {
color: #2f2e36;
}

.newsWrapper__slider__item img {
-webkit-border-radius: 8px 8px 0 0;
-moz-border-radius: 8px 8px 0 0;
border-radius: 8px 8px 0 0;
width: 100%;
}

.newsWrapper__slider__item__text {
font-size: 14px;
color: #2f2e37;
-webkit-transition: all .4s;
transition: all .4s;
padding: 20px 30px 10px;
}

.newsWrapper__slider__item__more {
font-size: 12px;
color: #b7b5c4;
padding: 0 30px 20px;
-webkit-transition: all .4s;
transition: all .4s;
}

.newsWrapper__slider__item__more:after {
content: url(../img/icon/arrow-left.png);
padding-left: 3px;
vertical-align: middle;
}

.newsWrapper__slider .slick-list {
padding-right: 140px!important;
padding: 12px 0;
}

.newsWrapper__slider .newsWrapper__slider__item:not(.slick-active) {
opacity: .4;
-webkit-box-shadow: 0 1px 0 0 rgba(92,103,133,.1);
-moz-box-shadow: 0 1px 0 0 rgba(92,103,133,.1);
box-shadow: 0 1px 0 0 rgba(92,103,133,.1);
}

.newsWrapper__slider .newsWrapper__slider__item {
opacity: 1;
}

.newsWrapper__header {
padding-top: 60px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 30px;
}

.arrowNews__left,.arrowNews__right {
width: 45px;
height: 45px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: 0 2px 30px 0 rgba(92,103,133,.2),0 2px 5px 0 rgba(79,75,108,.15);
box-shadow: 0 2px 30px 0 rgba(92,103,133,.2),0 2px 5px 0 rgba(79,75,108,.15);
background-color: #fdfdff;
display: inline-block;
margin: 0 10px;
cursor: pointer;
}

.working__contact,.working__row {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
}

.arrowNews__left {
background: url(../img/icon/arrow-btn.png) center center no-repeat;
}

.arrowNews__left:hover {
background: url(../img/icon/arrow-btn.png) center center no-repeat;
}

.arrowNews__right {
background: url(../img/icon/arrow-btn.png) center center no-repeat;
-webkit-transform: scale(-1,-1);
-moz-transform: scale(-1,-1);
-ms-transform: scale(-1,-1);
-o-transform: scale(-1,-1);
transform: scale(-1,-1);
}

.arrowNews__right:hover {
background: url(../img/icon/arrow-btn.png) center center no-repeat;
}

.working__contact,.working__row {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
}

.working {
padding-bottom: 100px;
}

.working h2,.working__contact__title {
font-size: 23px;
color: #2f2e37;
text-align: center;
font-weight: 700;
}

.working h2 {
padding-top: 60px;
margin-bottom: 50px;
font-family: Roboto,sans-serif;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
}

.working__contact {
padding-top: 60px;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
}

.working__contact span {
display: inline-block;
margin: 0 20px;
}

.working__contact img {
margin-right: 15px;
}

.working__contact__title {
font-family: Roboto,sans-serif;
width: 100%;
padding-bottom: 14px;
}

.working__row {
display: -webkit-flex;
display: flex;
}

.working__col {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 270px;
height: 122px;
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
-webkit-box-shadow: 0 2px 30px 0 rgba(92,103,133,.1);
-moz-box-shadow: 0 2px 30px 0 rgba(92,103,133,.1);
box-shadow: 0 2px 30px 0 rgba(92,103,133,.1);
border: 1px solid #e7e8ed;
background-color: #fdfdff;
position: relative;
padding: 30px 41px;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
}

.working__col span {
font-size: 19px;
font-weight: 700;
border: 2px solid #2f2e36;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
width: 50px;
height: 50px;
flex: 50px 0 0;
display: flex;
align-items: center;
justify-content: center;
}

.working__col:after {
background: url(../img/right-ar.png) no-repeat;
position: absolute;
width: 37px;
height: 127px;
right: -35px;
top: -2px;
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
background-size: contain;
display: block;
-webkit-transform: translateZ(1px);
-moz-transform: translateZ(1px);
transform: translateZ(1px);
}

.working__col:nth-child(1) {
position: relative;
z-index: 4;
}

.working__col:nth-child(2) {
position: relative;
z-index: 3;
}

.working__col:nth-child(3) {
position: relative;
z-index: 2;
}

.working__col:nth-child(4) {
position: relative;
z-index: 1;
}

.working__col:nth-child(5) {
position: relative;
z-index: 1;
}

.working__col__text {
margin-left: 15px;
font-family: Roboto,sans-serif;
font-size: 16px;
font-weight: 500;
color: #2f2e36;
}

.productHeader {
padding-bottom: 30px;
}

.productHeader h1 {
font-family: Roboto,sans-serif;
font-size: 30px;
font-weight: 700;
font-stretch: normal;
font-style: normal;
line-height: 1.6;
letter-spacing: normal;
color: #1e1744;
margin-bottom: 23px;
}





.productHeader__img {
max-width: 500px;
max-height: 500px;
margin-top: 20px;
}

.imgnews {
height: 250px;
position: relative;
}

.imgnews img {
position: absolute;
margin: auto;
left: 0;
top: 0;
bottom: 0;
right: 0;
}

.productHeader__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}


.mobile_header_menu{
  display: none;
}

.productHeader__row__col {
  width: 50%;
}

.productHeader__row__col_img {
  background: #fff;
  width: 100%;
  min-height: 100%;
  position: relative;
  margin-top: 20px;
}
.catalog_detail_btn_flex .productHeader__row__col__order:nth-child(1) {
  margin-right: 15px;
}
.productHeader__row__col_img img {
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  max-width: 700px;
  }

.productHeader__row__col__mark {
font-family: Roboto,sans-serif;
font-size: 14px;
font-weight: 400;
font-stretch: normal;
font-style: normal;
line-height: 24px;
letter-spacing: normal;
color: #2f2e37;
padding-top: 20px;
padding-bottom: 40px;
}

.productHeader__row__col__mark span {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background-color: #e7e8ed;
padding: 5px 6px;
margin: 4px;
display: inline-block;
}

.productHeader__row__col__mark strong {
font-size: 16px;
}

.productHeader__row__col__order {
margin-top: 0px;
display: inline-block;
}

.productHeader__row__col__price {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
}

.productHeader__row__col__price .price__box {
font-family: Roboto,sans-serif;
font-size: 23px;
font-weight: 700;
color: #2f2e37;
margin-right: 20px;
}

.productHeader__row__col__price .price__mount {
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border: 1px solid #b7b5c4;
font-weight: 700;
padding: 6px 10px;
color: #2f2e37;
}

.productHeader__row__col__price .price__mount .cart-item__btn-dec-count {
margin-right: 10px;
cursor: pointer;
}

.productHeader__row__col__price .price__mount .cart-item__btn-inc-count {
margin-left: 10px;
cursor: pointer;
}

.productHeader__row__col__price .price__mount .glyphicon {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: 400;
line-height: 1;
-webkit-font-smoothing: antialiased;
}

.request__row,.sellerHeader__row {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
}

.productHeader__row__col__price .price__mount .glyphicon-plus:before {
content: "\2b";
font-size: 23px;
font-weight: 700;
}

.productHeader__row__col__price .price__mount .glyphicon-minus:before {
content: "\2212";
font-size: 23px;
font-weight: 700;
}



.productHeader__row__col__textTop {
font-family: Roboto,sans-serif;
font-size: 16px;
font-weight: 700;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #2f2e37;
margin-top: 20px;
margin-bottom: 20px;
}

.productHeader__row__col__text p,.sellerHeader__col__left__text {
font-stretch: normal;
font-style: normal;
line-height: 1.71;
letter-spacing: normal;
}

.productHeader__row__col__textTop img {
padding-right: 15px;
max-height: 50px;
max-width: 150px;
}

.productHeader__row__col__text p {
font-size: 14px;
font-weight: 400;
color: #504a6f;
}

.productHeader__row__col__text a {
font-weight: 700;
text-decoration: underline;
}

.request {
padding-top: 30px;
width: 100%;
}

.request .fillForm {
margin: 0;
position: relative;
z-index: 5;
}

.request__img {
width: 418px;
height: 418px;
position: absolute;
right: -159px;
top: 50%;
z-index: 0;
-webkit-transform: translate(9%,-55%);
-moz-transform: translate(9%,-55%);
-ms-transform: translate(9%,-55%);
-o-transform: translate(9%,-55%);
transform: translate(9%,-55%);
}

.request .fillForm h2 {
font-size: 42px;
font-weight: 700;
text-align: left;
}

.request__row {
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: flex-start;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: center;
}

.request__row__left {
position: relative;
}

.request__row .contactInfo__box {
margin-top: 72px;
z-index: 4;
-webkit-align-self: baseline;
-ms-flex-item-align: baseline;
align-self: baseline;
}

.search__center__box {
position: relative;
width: 100%;
padding: 25px 0;
margin: auto;
max-width: 650px;
}

.search__center__box__img {
z-index: 5;
width: 18px;
left: 17px;
height: 18px;
top: 40px;
position: absolute;
}

.search__center__box__img--mobile {
  display: none;
}

.search__center__box ::-webkit-input-placeholder {
font-family: Roboto,sans-serif;
font-size: 14px;
font-weight: 500;
color: #2f2e36;
}

.search__center__box ::-moz-placeholder {
font-family: Roboto,sans-serif;
font-size: 14px;
font-weight: 500;
color: #2f2e36;
}

.search__center__box ::-ms-input-placeholder {
font-family: Roboto,sans-serif;
font-size: 14px;
font-weight: 500;
color: #2f2e36;
}

.search__center__box ::placeholder {
font-family: Roboto,sans-serif;
font-size: 14px;
font-weight: 500;
color: #2f2e36;
}

.search__center__box input[type=text] {
width: 100%;
height: 50px;
font-size: 18px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 1px solid #e7e8ed;
background-color: #fff;
padding-left: 53px;
font-size: 13px;
padding-right: 60px;
}

.search__center__box button,.sellerCart__box {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}

.search__center__box button {
/* width: 101px; */
height: 40px;
border-radius: 10px;
-webkit-box-shadow: 0 3px 15px 0 rgba(228,94,88,.4);
-moz-box-shadow: 0 3px 15px 0 rgba(228,94,88,.4);
box-shadow: 0 3px 15px 0 rgba(228,94,88,.4);
background-color: #CD3035;
border: none;
font-family: Roboto,sans-serif;
font-size: 14px;
font-weight: 700;
color: #fff;
position: absolute;
right: 0px;
top: 17px;
-webkit-transition: all .4s;
-o-transition: all .4s;
-moz-transition: all .4s;
transition: all .4s;
}

.sellerHeader__col__bottom__item__svg,.sellerHeader__row__h1 img {
-webkit-box-shadow: 0 2px 30px 0 rgba(92,103,133,.2),0 2px 5px 0 rgba(79,75,108,.15);
-moz-box-shadow: 0 2px 30px 0 rgba(92,103,133,.2),0 2px 5px 0 rgba(79,75,108,.15);
}

.search__center__box button:hover {
background-color: #CD3035;
}

.sellerHeader {
padding-bottom: 40px;
}

.sellerHeader__contact span {
padding: 16px;
}

.sellerHeader__contact__title {
font-size: 23px;
font-weight: 700;
color: #2f2e37;
padding-top: 40px;
display: block;
margin-bottom: 16px;
}

.sellerHeader__row {
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
justify-content: space-between;
}

.sellerHeader__col__bottom__box,.sellerHeader__row__h1 {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
}
.sellerHeader .wrapper {
 padding: 0 40px;
}

.orderhist .list .order .content a {
  font-size:20px;
  color: #1e1744;
}
.sellerHeader .detail-text {
  padding-top: 30px;
}
.sellerCart .btn--red {
  padding: 15px 10px;
}
.sellerHeader__row__h1 img {
  /* height: 280px; */
  min-width: 220px;
  min-height: 100px;
}
.orderhist .list {
padding: 16px 20px 0 20px;
}
.sellerHeader__row {
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
justify-content: space-between;
}
.sellerHeader .wrapper {
 padding: 0 40px;
}

/* .sellerHeader__col__left {
width: 60%;
} */

/* .sellerHeader__col__right {
width: 30%;
} */

.sellerHeader__row__h1 {
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
margin-bottom: 20px;
}

.sellerHeader__row__h1 img {
margin-right: 30px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
box-shadow: 0 2px 30px 0 rgba(92,103,133,.2),0 2px 5px 0 rgba(79,75,108,.15);
}

.sellerHeader__row__h1 h1 {
font-size: 40px;
font-weight: 700;
color: #1e1744;
}

.sellerHeader__col__left__text {
font-size: 14px;
font-weight: 400;
color: #504a6f;
padding-right: 30px;
}

.sellerHeader__col__left__text h3 {
margin: 10px 0;
font-size: 20px;
}

.sellerHeader__col__left__text a {
font-weight: 900;
}

.sellerHeader__col__left__text ul li {
list-style: disc;
margin-left: 17px;
}
/*  
  .sellerHeader h1 {
    font-size: 40px;
    font-weight: 700;
    color: #1e1744;
    text-align: center;
    margin-bottom: 40px;
  }
*/
.sellerHeader__col__bottom h3,.sellerHeader__col__bottom__item p {
font-weight: 700;
font-style: normal;
line-height: normal;
letter-spacing: normal;
font-stretch: normal;
}

.sellerHeader__col__bottom {
width: 100%;
}

.sellerHeader__col__bottom h3 {
font-size: 23px;
color: #201546;
padding-bottom: 40px;
padding-top: 20px;
}

.sellerHeader__col__bottom__box {
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: 573px;
}

.sellerCart__box__row,.sellerHeader__col__bottom__item {
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
}

.sellerHeader__col__bottom__item {
display: -webkit-box;
display: inline-flex;
margin-bottom: 30px;
margin-right: 50px;
}

.sellerHeader__col__bottom__item__svg {
margin-right: 15px;
background-color: #fdfdff;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
box-shadow: 0 2px 30px 0 rgba(92,103,133,.2),0 2px 5px 0 rgba(79,75,108,.15);
padding: 11px 12px 6px;
}

.sellerCart__box,.topMenu-wrapper .topMenu__menu .wrap_sub {
-webkit-box-shadow: 0 2px 30px 0 rgba(92,103,133,.2),0 2px 5px 0 rgba(79,75,108,.15);
-moz-box-shadow: 0 2px 30px 0 rgba(92,103,133,.2),0 2px 5px 0 rgba(79,75,108,.15);
}

.sellerHeader__col__bottom__item__svg svg path {
fill: #2f2e36;
-webkit-transition: all .4s;
-o-transition: all .4s;
-moz-transition: all .4s;
transition: all .4s;
}

.sellerHeader__col__bottom__item p {
padding-top: 15px;
font-size: 15px;
color: #2f2e37;
-webkit-transition: all .4s;
-o-transition: all .4s;
-moz-transition: all .4s;
transition: all .4s;
}

.sellerHeader__col__bottom__item p span {
padding-top: 5px;
font-size: 11px;
display: inline-block;
font-weight: 500;
}

.sellerHeader__col__bottom__item:hover svg path {
fill: #CD3035;
}

.sellerHeader__col__bottom__item:hover p {
color: #CD3035;
}

.sellerCart__box {
width: 500px;
border-radius: 10px;
box-shadow: 0 2px 30px 0 rgba(92,103,133,.2),0 2px 5px 0 rgba(79,75,108,.15);
background-color: #fdfdff;
padding: 40px 35px;
}
.sellerCart__box .sellerHeader__contact img{
  margin-right: 10px;
}
.sellerCart__box__row {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-bottom: 18px;
}

.sellerCart__box__row img {
width: 16px;
height: 11px;
margin-right: 8px;
}

.sellerCart__box__row span {
font-size: 16px;
color: #2f2e37;
padding-right: 5px;
font-weight: 500;
}

.sellerCart__box__row p {
font-size: 16px;
font-weight: 700;
font-stretch: normal;
}

.topMenu-wrapper {
background: #f9fafc;
border-bottom: 1px solid #dadada;
}

.topMenu-wrapper .logo {
width: 140px;
}

.topMenu-wrapper .topMenu {
display: flex;
/*display: -webkit-flex;*/
display: -moz-box;
display: -ms-flexbox;
/*display: flex;*/
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: baseline;
}

.topMenu-wrapper .topMenu .has__sub:after {
position: relative;
}

.topMenu-wrapper .topMenu .has__sub:before {
content: "";
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 6px solid #2f2e36;
display: block;
position: relative;
right: -10px;
top: 48%;
-o-transform: translateY(-50%);
transform: translateY(-50%);
float: right;
}

.topMenu-wrapper .topMenu__menu,.topMenu-wrapper .topMenu__menu .wrap_sub ul {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
}

.topMenu-wrapper .topMenu .has__sub:hover:before {
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 6px solid #CD3035;
-webkit-transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
transform: rotate(-180deg);
top: 48%;
}

.topMenu-wrapper .topMenu__menu {
display: flex;
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
  width: 100%;
}

.topMenu-wrapper .topMenu__menu .topMenu__menu-li {
margin-right: 38px;
margin-left: 12px;
/*-webkit-transition:all .8s;-o-transition:all .8s;-moz-transition:all .8s;transition:all .8s*/;
}

.topMenu-wrapper .topMenu__menu .topMenu__menu-li:hover>a {
color: #CD3035;
}

.topMenu-wrapper .topMenu__menu .topMenu__menu-li>a,.topMenu-wrapper .topMenu__menu .wrap_sub .wrap_sub__title {
color: #2f2e37;
font-family: Roboto,sans-serif;
line-height: normal;
letter-spacing: normal;
font-stretch: normal;
font-style: normal;
}

.topMenu-wrapper .topMenu__menu .topMenu__menu-li:hover .wrap_sub {
padding: 40px;
max-height: initial;
overflow: hidden;
opacity: 1;
}

.topMenu-wrapper .topMenu__menu .topMenu__menu-li>a {
font-size: 12px;
font-weight: 500;
text-transform: uppercase;
display: block;
padding: 41px 5px;
}

.topMenu-wrapper .topMenu__menu>li:last-child>a {
margin-right: 0;
}
/* Для кнопки десктопной версии */
.topMenu-wrapper .topMenu__menu li a.btn--red {
  margin: 28px;
  padding: 15px 10px;
  color: white;
  line-height: 10px;
}
.topMenu-wrapper .topMenu__menu .wrap_sub {
width: 773px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
box-shadow: 0 2px 30px 0 rgba(92,103,133,.2),0 2px 5px 0 rgba(79,75,108,.15);
background-color: #fdfdff;
position: absolute;
/* left: 0; */
/*top: 90px;*/
max-height: 0;
overflow: hidden;
opacity: 0;
/*-webkit-transition:opacity .8s;-o-transition:opacity .8s;-moz-transition:opacity .8s;transition:opacity .8s;*/
z-index: 15;
}

.topMenu-wrapper .topMenu__menu .wrap_sub .wrap_sub__title {
font-size: 23px;
font-weight: 700;
padding-bottom: 7px;
}

.topMenu-wrapper .topMenu__menu .wrap_sub .wrap_sub__sub__title {
font-family: Roboto,sans-serif;
font-size: 12px;
font-weight: 500;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #2f2e36;
}

.topMenu-wrapper .topMenu__menu .wrap_sub ul {
display: contents;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
height: 100%;
margin-top: 35px;
}

.footer__right .wrap_sub ul,.footer__row {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
}

.topMenu-wrapper .topMenu__menu .wrap_sub ul li {
width: 48%;
padding-bottom: 17px;
}
.topMenu-wrapper .topMenu__menu .wrap_sub.header_catalog ul{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.topMenu-wrapper .topMenu__menu .wrap_sub.header_catalog ul li {
  width: 100%;
  font-weight: 400;
  margin-bottom: 20px;
}

.topMenu-wrapper .topMenu__menu .wrap_sub.header_catalog{
  width: 1200px;
}

.footer h3,.footer__left p {
padding-bottom: 27px;
font-family: Roboto,sans-serif;
}

.topMenu-wrapper .topMenu__menu .wrap_sub ul li a {
font-family: Roboto,sans-serif;
font-size: 16px;
font-weight: 400;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #2f2e36;
-webkit-transition: all .3s;
-o-transition: all .3s;
-moz-transition: all .3s;
transition: all .3s;
}

.topMenu-wrapper .topMenu__menu .wrap_sub ul li a:hover {
color: #CD3035;
}

.topMenu-wrapper .topMenu__menu a.menu--active {
  color: #CD3035;
  font-weight: bolder;
}

.footer h3,.footer__left p,.footer__right .wrap_sub ul li {
color: #2f2e36;
font-size: 14px;
}

.topMenu-wrapper .topMenu__tel img,
.topMenu-wrapper .topMenu__tel--w img{
padding-right: 12px;
}

.footer .container {
background-color: rgba(235,235,244,.5);
max-width: 100% !important;
padding: 0 20px;
}

.footer h3 {
font-weight: 500;
}

.footer__logo {
width: 143px;
margin-bottom: 20px;
}

.icons {
width: 180px;
margin-bottom: 20px;
padding-bottom: 40px;
color: rgb(47 46 55 / 80%);
}

.footer__row {
padding-top: 65px;
display: flex;
padding-bottom: 41px;
}
.btn-footer {
  padding-bottom: 55px;
}

.footer__left {
-webkit-box-flex: 1;
-webkit-flex: 1 0 14%;
-moz-box-flex: 1;
-ms-flex: 1 0 14%;
flex: 1 0 14%;
}

.footer__left p {
line-height: 1.71;
font-weight: 400;
}

.footer__left .contact {
font-weight: 500;
}

.footer__right {
-webkit-box-flex: 1;
-webkit-flex: 1 0 50%;
-moz-box-flex: 1;
-ms-flex: 1 0 50%;
flex: 1 0 50%;
}

.footer__right .wrap_sub .wrap_sub__title {
font-size: 14px;
font-weight: 500;
font-stretch: normal;
font-style: normal;
line-height: 1.29;
letter-spacing: normal;
color: #2f2e36;
margin-bottom: 40px;
}

.footer__bottom .wrapper ul a,.footer__copy,.footer__right .wrap_sub ul li {
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
}

.footer__right .wrap_sub ul {
display: grid;
grid-template-columns: repeat(3, 1fr);
}
.footer .footer__right2 .wrap_sub li{
  list-style-type: none;
}
.footer .footer__right2 .wrap_sub {
  padding-left: 30px;
}
.footer .footer__right2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 55px;
}
.footer .footer__right2 li {
  margin-bottom: 20px;
}
.footer .footer__right2 .wrap_sub a {
  font-size: 14px;
  font-weight: 700;
  color: #000;

}
.footer__bottom .wrapper,.footer__bottom .wrapper ul {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
}

.footer__right .wrap_sub ul li {
width: 100%;
font-weight: 400;
margin-bottom: 20px;
}

.footer__right .wrap_sub ul li a:hover {
color: #CD3035;
}

.footer__bottom {
border-top: 1px solid rgba(217,217,220,.75);
padding: 25px 0;
margin-top: 30px;
}

.footer__bottom .wrapper {
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: flex-start;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: flex-start;
}

.footer__bottom .wrapper ul {
margin-right: auto;
display: flex;
}

.footer__bottom .wrapper ul a {
font-family: Roboto,sans-serif;
font-size: 14px;
font-weight: 400;
color: #2f2e36;
padding-right: 30px;
-webkit-transition: color .4s;
-o-transition: color .4s;
-moz-transition: color .4s;
transition: color .4s;
}

.footer__bottom .wrapper ul a:hover {
color: #CD3035;
}

.footer__copy {
font-family: Roboto,sans-serif;
font-size: 12px;
font-weight: 500;
text-align: right;
color: #2f2e36;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
}

.working__product h2 {
padding-top: 0;
}

#go-top {
width: 45px;
height: 45px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 2px 30px 0 rgba(92,103,133,.2),0 2px 5px 0 rgba(79,75,108,.15);
-moz-box-shadow: 0 2px 30px 0 rgba(92,103,133,.2),0 2px 5px 0 rgba(79,75,108,.15);
box-shadow: 0 2px 30px 0 rgba(92,103,133,.2),0 2px 5px 0 rgba(79,75,108,.15);
margin: 0 10px;
cursor: pointer;
position: fixed;
background: url(../img/icon/arrow-btn.png) center center no-repeat #fdfdff;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
bottom: 56px;
right: 30px;
display: none;
z-index: 10;
}

.news-detail--picture {
  max-width: 500px;
  text-align: center;
  margin-left: 25px;
  float: right;
}

.news-detail--title {
  font-size: 32px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #231349;
  margin: 20px auto;
}

@font-face {
font-family:slick;src:url(./fonts/slick.eot);src:url(./fonts/slick.eot?#iefix) format("embedded-opentype"),url(./fonts/slick.woff) format("woff"),url(./fonts/slick.ttf) format("truetype"),url(./fonts/slick.svg#slick) format("svg");font-weight:400;font-style:normal;
}



@-webkit-keyframes passing-through {
0% {
opacity: 0;
-webkit-transform: translateY(40px);
-moz-transform: translateY(40px);
-ms-transform: translateY(40px);
-o-transform: translateY(40px);
transform: translateY(40px);
}
30%,70% {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}

100% {
opacity: 0;
-webkit-transform: translateY(-40px);
-moz-transform: translateY(-40px);
-ms-transform: translateY(-40px);
-o-transform: translateY(-40px);
transform: translateY(-40px);
} 
}
  
@-moz-keyframes passing-through {
0% {
opacity: 0;
-webkit-transform: translateY(40px);
-moz-transform: translateY(40px);
-ms-transform: translateY(40px);
-o-transform: translateY(40px);
transform: translateY(40px);
}

30%,70% {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}

100% {
opacity: 0;
-webkit-transform: translateY(-40px);
-moz-transform: translateY(-40px);
-ms-transform: translateY(-40px);
-o-transform: translateY(-40px);
transform: translateY(-40px);
}}

@-o-keyframes passing-through {
0% {
opacity: 0;
-webkit-transform: translateY(40px);
-moz-transform: translateY(40px);
-ms-transform: translateY(40px);
-o-transform: translateY(40px);
transform: translateY(40px);
}

30%,70% {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}

100% {
opacity: 0;
-webkit-transform: translateY(-40px);
-moz-transform: translateY(-40px);
-ms-transform: translateY(-40px);
-o-transform: translateY(-40px);
transform: translateY(-40px);
}}

@keyframes passing-through {
0% {
opacity: 0;
-webkit-transform: translateY(40px);
-moz-transform: translateY(40px);
-ms-transform: translateY(40px);
-o-transform: translateY(40px);
transform: translateY(40px);
}

30%,70% {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}

100% {
opacity: 0;
-webkit-transform: translateY(-40px);
-moz-transform: translateY(-40px);
-ms-transform: translateY(-40px);
-o-transform: translateY(-40px);
transform: translateY(-40px);
}}

@-webkit-keyframes slide-in {
0% {
opacity: 0;
-webkit-transform: translateY(40px);
-moz-transform: translateY(40px);
-ms-transform: translateY(40px);
-o-transform: translateY(40px);
transform: translateY(40px);
}

30% {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}}

@-moz-keyframes slide-in {
0% {
opacity: 0;
-webkit-transform: translateY(40px);
-moz-transform: translateY(40px);
-ms-transform: translateY(40px);
-o-transform: translateY(40px);
transform: translateY(40px);
}

30% {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}}

@-o-keyframes slide-in {
0% {
opacity: 0;
-webkit-transform: translateY(40px);
-moz-transform: translateY(40px);
-ms-transform: translateY(40px);
-o-transform: translateY(40px);
transform: translateY(40px);
}

30% {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}}

@keyframes slide-in {
0% {
opacity: 0;
-webkit-transform: translateY(40px);
-moz-transform: translateY(40px);
-ms-transform: translateY(40px);
-o-transform: translateY(40px);
transform: translateY(40px);
}

30% {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}}

@-webkit-keyframes pulse {
0%,20% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}

10% {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}}

@-moz-keyframes pulse {
0%,20% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}

10% {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}}

@-o-keyframes pulse {
0%,20% {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

10% {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}}

@keyframes pulse {
  0%,20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.page-wr {
  width: auto;
}

.manufacturers__slider__item {
  display: inline-block;
  float: left;
  width: 15%;
  margin: 5px;
}

.manufacturers__slider {
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.manufacturers__slider__item {
  width: calc( 14% - 20px);
  margin: 10px;
}

.manufacturers__slider__item img {
  overflow: hidden;
  max-height: 150px;
}

.container-text {
  padding-top: 30px;
  line-height: 1.5;
  text-align: justify;
  background: #f9fafc;
  display: flex;
}

.container-text h2 {
  font-size: 23px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #231349;
  padding-bottom: 15px;
}

.container-text ul li {
  list-style: circle;
  margin-left: 20px;
}

.whyDalocs ul li {
  list-style: disc;
  margin-left: 40px;
}

.crm-webform-fieldset {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-start;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
}

.crm-webform-group, .crm-webform-add-input-container {
  position: relative;
  width: 293px;
  height: 50px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #e7e8ed;
  background-color: #fff;
  margin-bottom: 30px;
}

.crm-webform-label-title-container {
  display: none;
}

.search__center__box__img_main {
  z-index: 1;
  width: 20px !important;
  height: 20px !important;
  left: 15px !important;
  top: 15px !important;
}

.text1 {
  float: right;
  font-size: 14px;
  padding: 20px;
  display: none;
}

.text2 a {
  width: 25px;
  height: 25px;
  border-radius: 5px;
  background-color: #CD3035;
}

.text3 {
  text-align: center;
  padding: 20px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--dark-blue-grey);
}

.text3 a {
  border-radius: 5px;
  width: 9px;
  height: 16px;
  padding-left: 10px;
  padding-right: 10px;
}

.text3 .active {
  width: 9px;
  height: 16px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 23px;
  letter-spacing: normal;
  text-align: center;
  color: #f9fafc;
}

.strelka {
  font-size: x-large;
}

.b-product-tech__row {
  list-style: inside !important;
  color: #2f2e37;
}

.productHeader__row__col__text {
  text-align: justify;
}

.productHeader__row__col__mark {
  text-align: left;
}

.file-upload input[type="file"] {
  display: none;
/* СЃРєСЂС‹РІР°РµРј input file */;
}

.file-form-wrap {
  display: flex;
}

.file-upload {
  text-align: center;
}

.file-upload span {
  color: #CD3035;
  border: 2px solid #CD3035;
  border-radius: 6px;
  padding: 5px;
}

.file-upload .message {
  padding-left: 0px;
}

.message-text {
  padding-left: 5px;
}

.file-upload:hover {
}

.file-upload label {
  display: flex;
  width: 100%;
  height: 100%;
  cursor: pointer;
  margin: 20px;
   /* margin-left: 80px;*/;
}

.file-upload .page-contacts label {
  margin-left: 35px;
}

.pages-contacts {
  width: 250px !important;
}

.preview-img {
  max-width: 100px;
  max-height: 100px;
  margin: 5px;
}

.file-upload img {
  width: 14px;
  height: 16px;
  margin-right: 8px;
}

.drop {
  width: 15px;
  height: 15px;
  color: #CD3035;
  margin-left: 160px;
  cursor: pointer;
}

.file-container {
  display: inline-flex;
  width: 100%;
  font-size: 14px;
  margin: 0px;
  margin-top: 5px;
}

.files-container {
  display: inline-flex;
  width: 87%;
  font-size: 14px;
  margin-left: -44px;
  margin-bottom: 5px;
}

.file-container.page-contacts {
  width: 100%;
}

.file-container .drop {
  margin-left: 0px;
}

.file-name {
  margin-left: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 20px;
  max-height: 60px;
}

.file-size {
  margin-left: 20px;
  margin-right: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  -webkit-box-orient: vertical;
  line-height: 20px;
  max-height: 60px;
}

.goods-description__mte {
  font-size: 14px !important;
}

.goods-description__mte td, .goods-description__mte th {
  padding: 10px;
}

.goods-description__mte th {
  text-align: left;
}

.goods-description__mte tr:nth-child(2n) {
  background: #ececec;
}

.goods-description__mte td:last-of-type {
  text-align: center;
}

.goods-description__mte a {
  display: inline-block;
  padding: 5px 10px;
  background: #F79361;
  box-shadow: 2px 2px 0 0 #a22800;
  position: relative;
}

.goods-description__mte a:hover {
  box-shadow: none;
  top: 2px;
  left: 2px;
}

.productHeader__row__col__mark a {
  margin: 14px;
}

.pagactive {
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 1px solid #CD3035;
  border-radius: 5px;
  background: #CD3035;
}

.text {
  padding-top: 20px;
  padding-bottom: 30px;
  line-height: 22px;
  font-size: 16px;
}

.favoriteProduct__row__item__imglogo {
  display: flex;
  margin-top: 20px;
}

.favoriteProduct__row__item__imglogo img {
    /*max-width: 60px;*/
    /*max-height: 25px;*/
  max-width: 70px;
  max-height: 50px;
}

.text_desc {
  min-height: 225px;
}

.filesend {
  margin-left: 20px;
  margin-top: 20px;
}

.b-fleep__links {
  font-weight: bolder;
  text-decoration: underline;
}

#pjAcceptCookieBar .pjAcceptCookieBarShell {
  display: inline-flex;
  justify-content: center;
}

#pjAcceptCookieBar .pjAcceptCookieBarText {
  display: flex;
}

#pjAcceptCookieBar .pjAcceptCookieBarActions {
  display: flex;
}

#pjAcceptCookieBar * {
  padding: 0;
  margin: 0;
  display: inline-flex;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#pjAcceptCookieBar .pjAcceptCookieBarActions {
  padding-top: 0px;
}

.cookielink {
  text-decoration: underline;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.inn-result, .brand-result {
  position: relative;
  width: 600px;
  background-color: white;
  z-index: 200;
  font-size: 15px;
  border: 1px #2f2e37 solid;
  border-radius: 5px;
  font-weight: 500;
}

.brand-result {
  z-index: 300;
}

.inn-result, .brand-result {
  visibility: visible !important;
}

.inn-result div, .brand-result div {
  padding: 5px 15px 5px 15px;
  border: none;
}

.inn-result div:hover, .brand-result div:hover {
  background-color: white;
  color: #343434;
  cursor: pointer;
}

.invisible-layer {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 180;
  background-color: transparent;
}

#inn {
  z-index: 200;
  position: relative;
}

#brand {
  z-index: 300;
  position: relative;
}

.all-button-hidden__text {
  font-size: 15px;
}

.popup-no-sale__container {
  visibility: visible !important;
  z-index: 1500;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.popup-no-sale {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1510;
  visibility: visible !important;
}

.popup-no-sale .popup {
  margin: auto;
}

.popup.fillForm {
  z-index: 1000;
}

.price-button.active-price {
  background-color: #f9fafc;
  border-color: #CD3035;
  color: #CD3035;
}

#formRequestC .form-error, #formRequestR .form-error, #formRequestF .form-error {
  border: 1px solid red;
}

.text-danger {
  color: red;
}

.jqmOverlay {
  display: none;
}
.social {
  display: flex;
  align-items: center;
  gap: 20px;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.topMenu__tel {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #333;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
}

.topMenu__tel:hover {
  color: #E45E58;
}

.topMenu__email {
  color: #666;
  text-decoration: none;
  font-size: 17px;
  margin-left: 20px; 
}

.topMenu__email:hover {
  color: #E45E58;
  text-decoration: underline;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.topMenu__tel {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #333;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
}

.topMenu__tel:hover {
  color: #E45E58;
}

.topMenu__email {
  color: #666;
  text-decoration: none;
  font-size: 19px;
margin-left: 20px;
}

.topMenu__email:hover {
  color: #E45E58;
  text-decoration: underline;
}

/* Мобильная адаптация */
@media (max-width: 768px) {
  .social {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
  
  .contact-info {
    gap: 3px;
  }
  
  .topMenu__tel {
    font-size: 13px;
  }
  
  .topMenu__email {
    font-size: 12px;
    margin-left: 41px; /* Меньший отступ для мобильных */
  }
}

@media (max-width: 750px) {
    .social {
        display: none;
    }
}
@media (max-width: 480px) {
  .topMenu__email {
    margin-left: 0;
  }
  .categoriesIndustries__col.slick-slide {
  min-height: 200px;
}
}

.block-viideo-ifrrame{
  text-align: center;
  padding-top: 45px;
}
.block-viideo-ifrrame iframe {
  width: 100%;
  max-width: 720px;
  min-height: 405px;
  border: none;
}

/* Мобильная адаптация */
@media (max-width: 768px) {
  .social {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
  
  .contact-info {
    gap: 3px;
  }
  
  .topMenu__tel {
    font-size: 13px;
  }
  
  .topMenu__email {
    font-size: 12px;
    margin-left: 41px; /* Меньший отступ для мобильных */
  }
}

@media (max-width: 750px) {
    .social {
        display: none;
    }
}
@media (max-width: 480px) {
  .topMenu__email {
    margin-left: 0;
  }
  .categoriesIndustries__col.slick-slide {
  min-height: 200px;
}
}
