.pointer {
  cursor: pointer;
}
.text-overflow {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
@font-face {
  font-family: 'Roboto';
  src: url('/fonts/roboto/Roboto-Regular-webfont.eot');
  src: url('/fonts/roboto/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/roboto/Roboto-Regular-webfont.woff') format('woff'), url('/fonts/roboto/Roboto-Regular-webfont.ttf') format('truetype'), url('/fonts/roboto/Roboto-Regular-webfont.svg#robotoregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Medium';
  src: url('/fonts/roboto/Roboto-Medium-webfont.eot');
  src: url('/fonts/roboto/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/roboto/Roboto-Medium-webfont.woff') format('woff'), url('/fonts/roboto/Roboto-Medium-webfont.ttf') format('truetype'), url('/fonts/roboto/Roboto-Medium-webfont.svg#robotomedium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Black';
  src: url('/fonts/roboto/Roboto-Black-webfont.eot');
  src: url('/fonts/roboto/Roboto-Black-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/roboto/Roboto-Black-webfont.woff') format('woff'), url('/fonts/roboto/Roboto-Black-webfont.ttf') format('truetype'), url('/fonts/roboto/Roboto-Black-webfont.svg#robotoblack') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Bold';
  src: url('/fonts/roboto/Roboto-Bold-webfont.eot');
  src: url('/fonts/roboto/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/roboto/Roboto-Bold-webfont.woff') format('woff'), url('/fonts/roboto/Roboto-Bold-webfont.ttf') format('truetype'), url('/fonts/roboto/Roboto-Bold-webfont.svg#robotobold') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  font: 400 14px/14px 'Roboto';
}
.header {
  color: white;
  font: 29px/46px "Roboto Black";
  text-transform: uppercase;
}
.header.green {
  color: #54c048;
}
.header.small {
  font-size: 19px;
}
.no-margin {
  margin: 0 !important;
}
.error {
  padding: 0 10px;
  height: 25px;
  vertical-align: middle;
}
.input-text {
  border: 1px solid #54c048;
  color: #54c048;
  padding: 10px;
  vertical-align: top;
  text-transform: uppercase;
  box-sizing: border-box;
  height: 40px;
}
.input-text:focus,
.input-text:active {
  border: 1px solid #54c048;
  outline: none;
}
.input-text.dark {
  background-color: black;
  color: white;
}
.main-button,
.small-button {
  background-color: #54c048;
  color: white;
  border: 1px solid #54c048;
  padding: 10px 15px;
  text-transform: uppercase;
  vertical-align: middle;
  box-sizing: border-box;
  display: inline-block;
  height: 40px;
  line-height: 20px;
}
.main-button:focus,
.small-button:focus,
.main-button:active,
.small-button:active,
.main-button:hover,
.small-button:hover {
  border: 1px solid #54c048;
  outline: none;
  color: white;
  text-decoration: none;
}
.main-button.darker,
.small-button.darker {
  background-color: #49a03f;
}
.main-button.lighter,
.small-button.lighter {
  background-color: #8ddc4d;
  border-color: #8ddc4d;
}
.main-button.gray,
.small-button.gray {
  background-color: #dbdbdb;
  border: 1px solid #dbdbdb;
}
.main-button.wider,
.small-button.wider {
  padding: 10px 15px;
}
.main-button:disabled,
.small-button:disabled {
  background-color: #dbdbdb;
  border: 1px solid #dbdbdb;
}
.nwb-select {
  position: relative;
}
.nwb-select .nwb-select-control {
  width: 100%;
  background-color: white;
  height: 45px;
  line-height: 45px;
  box-sizing: border-box;
  border: 1px solid #e4e4e4;
  padding: 10px 0;
  vertical-align: top;
}
.nwb-select .nwb-select-items {
  list-style: none;
  margin: 0;
  margin: 0 !important;
  padding: 0;
}
.nwb-select .nwb-select-items li {
  color: #54c048;
  padding: 5px 20px;
  cursor: pointer;
}
.nwb-select .nwb-select-items li:hover {
  background-color: #f7f7f7;
}
.nwb-select .nwb-select-items li:hover .item-title {
  background-color: #f7f7f7;
}
.nwb-select .nwb-select-header {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  height: 100%;
  color: #54c048;
  text-transform: none;
  font: 15px "Roboto";
  padding: 0 50px 0 20px;
}
.nwb-select .nwb-select-header .nwb-select-header__title {
  vertical-align: middle;
}
.nwb-select .nwb-select-header .pantone-preview-sample {
  margin-left: 15px;
}
.nwb-select .nwb-select-title {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  height: 100%;
  color: #54c048;
  text-transform: none;
  font: 15px/23.667px "Roboto";
  padding: 0 50px 0 20px;
}
.nwb-select .nwb-select-thumb {
  position: absolute;
  right: 0;
  top: 1px;
  width: 43px;
  height: 43px;
  text-align: center;
  border-left: 1px solid #e4e4e4;
  cursor: pointer;
}
.nwb-select .nwb-select-thumb.disabled {
  cursor: default;
}
.nwb-select .nwb-select-thumb.disabled i {
  opacity: 0.3;
}
.nwb-select-content {
  display: none;
  position: absolute;
  top: 45px;
  left: 0;
  background-color: white;
  border: 1px solid #e4e4e4;
  width: 100%;
  z-index: 1000;
}
.nwb-select-content.no-top {
  top: -1px;
}
.nwb-select-content .nwb-select-items.images {
  list-style: none;
  margin: 0;
  margin: 0 !important;
  padding: 0;
  padding: 10px 5px;
  float: left;
}
.nwb-select-content .nwb-select-items.images li {
  float: left;
  margin: 6px 3px;
  padding: 0;
  border: 1px solid #e4e4e4;
  cursor: pointer;
}
.nwb-select-content .nwb-select-items.images li:hover {
  background-color: #f7f7f7;
}
.nwb-select-content .nwb-select-items.images li:hover .item-title {
  background-color: #f7f7f7;
}
.nwb-select-content .nwb-select-items.images li .item-title {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #54c048;
  font: 13px/11px "Roboto";
  text-align: center;
  padding: 10px;
  border-top: 1px solid #e4e4e4;
  max-width: 120px;
}
:-moz-placeholder {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #54c048;
  padding-top: 2px;
}
::-moz-placeholder {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #54c048;
  padding-top: 2px;
}
:-ms-input-placeholder {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #54c048;
  padding-top: 2px;
}
::-webkit-input-placeholder {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #54c048;
  padding-top: 2px;
}
.cart-backdrop {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  display: none;
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
  transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
}
.cart-backdrop.opened {
  display: block;
}
.cart-block {
  position: fixed;
  height: 100%;
  width: 360px;
  right: -360px;
  background-color: #fbfbfb;
  z-index: 1000;
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
  transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
}
.cart-block.opened {
  right: 0;
}
.cart-block .cart-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 20px;
  height: 100%;
}
.cart-block .cart-checkout-view {
  justify-content: flex-start;
}
.cart-block .cart-checkout-view .header {
  margin: 20px 0;
  line-height: 35px;
}
.cart-block .cart-checkout-view .contact-details-form label {
  color: #54c048;
  font-weight: normal;
}
.cart-block .cart-checkout-view .contact-details-form input,
.cart-block .cart-checkout-view .contact-details-form textarea {
  width: 100%;
  max-width: 100%;
}
.cart-block .cart-checkout-view .contact-details-form textarea {
  height: auto;
}
.cart-block .cart-checkout-view .contact-details-form .input-text {
  border: 1px solid #e4e4e4;
}
.cart-block .cart-checkout-view .contact-details-form .input-text:focus,
.cart-block .cart-checkout-view .contact-details-form .input-text.filled {
  border: 1px solid #54c048;
}
.cart-block .cart-checkout-view .contact-details-form .clear-form {
  color: #54c048;
  cursor: pointer;
  text-align: right;
}
.cart-block .nwb-color-dropdown {
  width: 205px;
}
.cart-block .buttons-block {
  height: 200px;
  min-height: 200px;
}
.cart-block .buttons-block button {
  width: 290px;
  margin-top: 20px;
}
.cart-block .cart-header {
  height: 65px;
  background-color: #8ddc4d;
  padding: 5px 20px;
  position: relative;
}
.cart-block .cart-header .header {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.cart-block .cart-header .count {
  line-height: 40px;
  color: white;
}
.cart-block .cart-header .count i {
  font-size: 17px;
  margin-left: 10px;
}
.cart-block .cart-items-wrapper {
  overflow-y: auto;
}
.cart-block .cart-items {
  position: relative;
  height: 100%;
  color: #54c048;
  width: 290px;
}
.cart-block .cart-item {
  margin-bottom: 50px;
  margin-top: 10px;
}
.cart-block .cart-item .title-block {
  margin-bottom: 5px;
}
.cart-block .cart-item .title-block .title {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 200px;
}
.cart-block .cart-item .title-block .title a {
  color: #54c048;
  text-decoration: none;
}
.cart-block .cart-item .title-block .remove {
  color: #c5c5c5;
  cursor: pointer;
}
.cart-block .cart-item .image {
  border: 1px solid #e3e3e3;
  width: 290px;
  height: 290px;
}
.cart-block .cart-item .design {
  background: white;
  border: 1px solid #e3e3e3;
  padding: 20px;
}
.cart-block .cart-item .design .header {
  color: #54c048;
  font-size: 18px;
  line-height: 20px;
}
.cart-block .cart-item .design td {
  vertical-align: top;
  padding: 5px 0;
}
.cart-block .cart-item .design td:first-of-type {
  padding-right: 15px!important;
}
.cart-block .cart {
  cursor: pointer;
  position: absolute;
  left: -50px;
  top: 250px;
  width: 50px;
  background-color: #8ddc4d;
  color: white;
  line-height: 45px;
  text-align: center;
  z-index: 9999;
  text-decoration: none;
}
.cart-block .cart.empty {
  background-color: black;
}
.cart-block .cart .cart-items-count,
.cart-block .cart .cart-basket {
  font-size: 17px;
}
.pantones-list {
  list-style: none;
  margin: 0;
  margin: 0 !important;
  padding: 0;
  height: 300px;
  overflow-y: scroll;
}
.pantones-list .pantone {
  float: left;
  width: 60px;
  height: 60px;
  text-align: center;
  cursor: pointer;
  margin: 2px;
  font-size: 11px;
  border: 1px solid transparent;
}
.pantones-list .pantone.selected {
  border: 1px solid #54c048;
}
.pantone-preview-sample,
.pantone-preview-name {
  display: inline-block;
  height: 19px;
  vertical-align: middle;
}
.pantone-preview-sample {
  width: 19px;
}
.modal-pantone {
  width: 500px;
}
.modal-pantone .modal-title {
  font: 22px/20px 'Roboto Bold';
  color: #54c048;
  text-transform: uppercase;
}
.modal-pantone .inner-form {
  background-color: white!important;
}
.modal-pantone .modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nwb-color-dropdown {
  width: 250px;
  margin: 5px 0;
  display: inline-block;
  line-height: 12px;
  vertical-align: middle;
}
.nwb-color-dropdown .ui-select-toggle {
  line-height: 17px;
  border: 1px solid #e7e7e7;
}
[class^="nwb-icon-"],
[class*=" nwb-icon-"] {
  display: inline-block;
  background: url("/img/images.png?v=1.0") no-repeat 0 0;
}
.nwb-icon-arrow-right-green {
  background-position: -28px 0px;
  height: 14px;
  width: 14px;
}
.nwb-icon-instagram {
  background-position: -128px 0px;
  height: 24px;
  width: 24px;
}
.nwb-icon-arrow-up-green {
  background-position: -42px 0px;
  height: 14px;
  width: 14px;
}
.nwb-icon-arrow-down-green {
  background-position: -14px 0px;
  height: 14px;
  width: 14px;
}
.nwb-icon-arrow-down {
  background-position: 0px 0px;
  height: 14px;
  width: 14px;
}
.nwb-icon-cart {
  background-position: 0px -14px;
  height: 28px;
  width: 28px;
}
.nwb-icon-cart-green {
  background-position: -28px -14px;
  height: 28px;
  width: 28px;
}
.nwb-icon-facebook {
  background-position: -56px 0px;
  height: 24px;
  width: 24px;
}
.nwb-icon-google {
  background-position: -80px 0px;
  height: 24px;
  width: 24px;
}
.nwb-icon-twitter {
  background-position: -104px 0px;
  height: 24px;
  width: 24px;
}
.nwb-icon-angle-up {
  background-position: -56px -24px;
  height: 11px;
  width: 23px;
}
.nwb-icon-angle-down {
  background-position: -79px -24px;
  height: 11px;
  width: 23px;
}
.nwb-icon-clip {
  background-position: -102px -24px;
  height: 15px;
  width: 15px;
}
.nwb-icon-instagram-comment {
  background-position: -117px -24px;
  height: 19px;
  width: 19px;
}
.nwb-icon-instagram-like {
  background-position: -136px -24px;
  height: 19px;
  width: 19px;
}
html,
body {
  height: 100%;
  min-width: 440px;
}
html {
  overflow-y: auto;
}
.main-wrapper {
  min-height: 100%;
  margin-bottom: -260px;
}
.main-wrapper > div {
  padding-bottom: 20px;
}
.main-wrapper:after {
  content: "";
  display: block;
}
footer,
.main-wrapper:after {
  height: 260px;
}
footer {
  background-color: #0d0d0b;
  width: 100%;
  color: white;
  padding-top: 35px;
}
footer a,
footer a:hover,
footer a:active,
footer a:focus {
  color: white;
  text-decoration: none;
}
footer .input-text {
  background-color: white;
}
footer .footer-header {
  color: #54c048;
  font: 15px/18px "Roboto";
  text-transform: uppercase;
  margin-bottom: 20px;
}
footer .footer-header.small-mb {
  margin-bottom: 5px;
}
footer .footer-header.margin-top {
  margin-top: 20px;
}
footer .footer-header .footer-title {
  text-transform: none;
}
footer .footer-content {
  line-height: 18px;
}
footer .container {
  height: 100%;
}
footer .social-list {
  list-style: none;
  margin: 0;
  margin: 0 !important;
  padding: 0;
}
footer .social-list li {
  float: left;
  width: 40px;
  height: 40px;
  background-color: #54c048;
  border-radius: 20px;
  line-height: 56px;
  text-align: center;
  margin-right: 15px;
}
footer .social-list li a {
  display: inline-block;
  width: 100%;
}
footer :-moz-placeholder {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #a5a5a5;
  padding-top: 2px;
}
footer ::-moz-placeholder {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #a5a5a5;
  padding-top: 2px;
}
footer :-ms-input-placeholder {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #a5a5a5;
  padding-top: 2px;
}
footer ::-webkit-input-placeholder {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #a5a5a5;
  padding-top: 2px;
}
.menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.menu > div {
  position: relative;
}
.menu i {
  position: relative;
  top: 2px;
  margin-left: 5px;
}
.menu .nwb-icon-arrow-down-green {
  display: none;
}
.menu .open > a {
  background-color: #54c048;
}
.menu .open > a .nwb-icon-arrow-down-green {
  display: inline-block;
}
.menu .open > a .nwb-icon-arrow-down {
  display: none;
}
.nwb-navbar .logo-small {
  display: none;
}
.navbar-inverse.nwb-navbar-inverse {
  background-color: #0d0d0b;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #54c048;
}
.nwb-navbar-collapse .nwb-icon-arrow-down-green {
  display: none;
}
.nwb-navbar-collapse i {
  position: relative;
  top: 2px;
  margin-left: 5px;
}
.nwb-navbar-collapse .open > a .nwb-icon-arrow-down-green {
  display: inline-block;
}
.nwb-navbar-collapse .open > a .nwb-icon-arrow-down {
  display: none;
}
.top-menu {
  line-height: normal;
  padding: 0;
}
.top-menu .products {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.top-menu .products .menu-items {
  min-width: 220px;
}
.top-menu .products > div:first-of-type {
  border-right: 1px solid #e9e9e9;
  padding-bottom: 20px;
}
.top-menu .title {
  margin: 20px;
  font: 18px/18px "Roboto Black";
  color: #54c048;
}
.top-menu.contacts-menu {
  width: 180px;
}
.top-menu .nwb-nav-language {
  width: 70px;
  min-width: 70px;
}
.top-menu.language-menu {
  background-color: white;
  left: -10px;
}
.top-menu.language-menu .active {
  background-color: #f7f7f7;
}
.top-menu.language-menu .nwb-icon-angle-up {
  left: 23px;
}
.nwb-navbar-dropdown .products {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.nwb-navbar-dropdown .products .menu-items {
  min-width: 220px;
}
.nwb-navbar-dropdown .products > div:first-of-type {
  border-right: 1px solid #e9e9e9;
  padding-bottom: 20px;
}
.nwb-navbar-dropdown .title {
  margin: 20px;
  font: 18px/18px "Roboto Black";
  color: #54c048;
}
.menu-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-items > li {
  margin: 0;
  white-space: nowrap;
}
.menu-items > li > a {
  padding: 11px 22px;
  display: inline-block;
  width: 100%;
  text-transform: none;
  color: #54c048;
  font: 15px/15px "Roboto";
  border: 1px solid transparent;
}
.menu-items > li > a:hover {
  color: #54c048;
  background-color: #f7f7f7;
  border: 1px solid #e9e9e9;
  text-decoration: none;
}
.nwb-nav-language .menu-items {
  width: 70px;
  min-width: 70px;
}
.main-image {
  display: table;
  width: 100%;
  height: 500px;
  background-image: url(/img/header.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.main-image .text {
  display: table-cell;
  margin: 0 auto;
  color: white;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
}
.main-image .text .head {
  font: 72px/59px "Roboto Black";
}
.main-image .text .accent {
  font: 72px/59px "Roboto";
}
.main-image .text .cities {
  list-style: none;
  margin: 15px 0 0 0;
  padding: 0;
  display: inline-block;
}
.main-image .text .cities li {
  float: left;
  padding: 0 10px;
  margin: 0;
  font: 16px/11px "Roboto Medium";
}
.main-image .text .cities li + li {
  border-left: 1px solid white;
}
.main-image .text .search-form {
  bottom: -95px;
  position: relative;
}
.main-image .text .search-form .nwb-form {
  display: table;
  width: 100%;
}
.main-image .text .search-form .nwb-form > div {
  display: table-cell;
  vertical-align: top;
}
.main-image .text .search-form .nwb-form .form-btn {
  max-width: 70px;
}
.main-image .text .search-form .nwb-form .form-btn .main-button {
  width: 100%;
}
.main-image .text .search-form .nwb-form .input-text {
  width: 100%;
}
.main-image .text .search-form .search-result {
  position: absolute;
  background: white;
  z-index: 1;
  width: 100%;
  color: #54c048;
}
.main-image .text .search-form .search-result.no-result {
  padding: 25px 0;
}
.main-image .text .search-form .search-result .search-result-item {
  padding: 15px;
}
.main-image .text .search-form .search-result .search-result-item:hover {
  background: #f7f7f7;
}
.main-image .text .search-form .search-result .search-result-item a {
  display: block;
  text-align: left;
  text-decoration: none;
  color: #54c048;
}
.main-image .text .search-form .search-result .search-result-item a img {
  width: 80px;
  max-height: 50px;
}
.main-image .text .search-form .search-result .search-result-item span {
  margin-left: 20px;
}
.designer {
  width: 100%;
  padding: 19px 0 !important;
  background-color: #54c048;
}
.designer .title {
  font: 27px/27px "Roboto Black";
  text-transform: uppercase;
  color: white;
  margin-bottom: 10px;
}
.designer .design-switch {
  list-style: none;
  margin: 0;
  margin: 0 !important;
  padding: 0;
}
.designer .design-switch li {
  float: left;
  text-transform: uppercase;
  margin-right: 20px;
  color: white;
  cursor: pointer;
}
.designer .design-switch li a {
  color: white;
  text-decoration: none;
}
.designer .design-switch .switcher {
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 1px solid white;
  line-height: 25px;
  vertical-align: middle;
  margin-right: 5px;
}
.designer .design-switch .switcher.active {
  background-color: white;
}
.designer .design-switch .switcher-name {
  vertical-align: middle;
}
.popular-products {
  padding: 20px 0;
  background-color: #202020;
}
.product-items-list {
  position: relative;
}
.product-items-list .square {
  float: left;
  position: relative;
  width: 25%;
  padding-bottom: 25%;
  /* = width for a 1:1 aspect ratio */
  margin: 0;
  overflow: hidden;
  background-color: white!important;
}
.product-items-list .square-content {
  position: absolute;
  height: 100%;
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
  transition: background 0.3s;
}
.product-items-list .square-content:hover {
  background: rgba(0, 0, 0, 0.6);
}
.product-items-list .square-content a {
  text-decoration: none;
  line-height: 20px;
}
.product-items-list .table {
  display: table;
  height: 100%;
  width: 100%;
  padding: 5%;
}
.product-items-list .table .header {
  word-break: break-word;
  word-wrap: break-word;
  width: 200px;
}
.product-items-list .table-cell {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
}
.product-items-list .header {
  line-height: 26px;
}
.product-items-list .main-button {
  top: -90px;
  position: relative;
  margin-bottom: 0;
}
.products-list {
  background-color: #202020;
}
.products-list .header {
  margin: 20px 0;
}
.products-list .header,
.products-list .description {
  color: white;
}
.products-list .square {
  border: 1px solid #c8c8c8;
}
.products-list .description {
  margin-bottom: 20px;
  line-height: normal;
  text-align: center;
}
.instagram-images {
  padding: 50px 0;
}
.instagram-images .square {
  border: 4px solid #202020;
}
.instagram-images .square:hover .image-info {
  display: table-cell;
}
.instagram-images .square-content {
  border: 1px solid #c8c8c8;
  background: none;
}
.instagram-images .image-info {
  color: white;
  display: none;
}
.instagram-images .image-info i:last-of-type {
  margin-left: 25px;
}
.instagram-images .count {
  vertical-align: top;
  font-size: 15px;
  font-weight: bold;
  line-height: 15px;
  margin-left: 5px;
}
.instagram-images .follow {
  margin: 0 auto;
  text-align: center;
  margin-top: 20px;
}
.faq-list {
  list-style: none;
  margin: 0;
  margin: 0 !important;
  padding: 0;
  overflow: hidden;
  float: left;
  margin-top: 10px!important;
}
.faq-list .question {
  width: 25%;
  color: #54c048;
}
.faq-list .question .inner {
  margin: 0 10px 10px 0;
  padding: 20px;
  background: white;
  border: 1px solid #efefef;
  margin-right: 10px;
}
.faq-list .question .inner .header {
  line-height: 20px;
  margin-bottom: 30px;
}
.people-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 10px!important;
}
.people-list .person {
  max-width: 285px;
  color: #54c048;
}
.people-list .person a {
  color: #54c048;
}
.people-list .person .inner {
  margin: 0 10px 10px 0;
  background: white;
  border: 1px solid #efefef;
}
.people-list .person .inner img {
  width: 100%;
}
.people-list .person .inner .details {
  padding: 20px;
  line-height: 20px;
}
.people-list .person .inner .details .header {
  margin-bottom: 0;
}
.people-list .person .inner .details .title {
  font-family: 'Roboto';
  font-size: 16px;
  margin-bottom: 20px;
}
.people-list .person .inner .header {
  line-height: 20px;
  margin-bottom: 30px;
}
.office-list {
  list-style: none;
  margin: 0;
  margin: 0 !important;
  padding: 0;
  height: 600px;
  overflow-y: scroll;
}
.office-list .office-item {
  cursor: pointer;
}
.office-list .office-item .inner {
  background: white;
  border: 1px solid #efefef;
  width: 100%;
}
.office-list .office-item .inner:hover {
  background-color: #fafafa;
}
.office-list .office-item .inner .details {
  padding: 20px;
}
.office-list .office-item .inner .details .header {
  line-height: 25px;
  margin-bottom: 10px;
}
.nwb-map-marker {
  background: #54c048;
  color: white;
  padding: 10px;
}
.nwb-map-marker::after {
  content: '';
  position: absolute;
  /* Абсолютное позиционирование */
  left: 45%;
  bottom: -20px;
  /* Положение треугольника */
  border: 10px solid transparent;
  /* Прозрачные границы */
  border-top: 10px solid #54c048;
  /* Добавляем треугольник */
}
.about-page .header {
  line-height: 30px;
  margin: 40px 0;
}
.about-page .info {
  padding: 0 20px;
  text-align: justify;
  line-height: 20px;
  color: #54c048;
  font-size: 16px;
}
.about-page .text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.about-page .boys {
  position: absolute;
  bottom: -20px;
  left: 50px;
  z-index: -1;
}
.product-info {
  background-color: #f7f7f7;
  color: #54c048;
}
.product-info .header {
  margin: 10px 0;
  color: #54c048;
}
.product-info .product-details {
  margin-left: 20px;
}
.product-info .buttons-block {
  margin-top: 20px;
}
.product-info .content-block {
  background: white;
  border: 2px solid #efefef;
}
.product-info .content-block.product-image-block {
  text-align: center;
}
.product-info .content-block.product-image-block img {
  display: inline-block;
  width: 100%;
}
.product-info .content-block.product-description-block {
  padding: 20px;
  margin-bottom: 15px;
  line-height: 20px;
}
.product-info .partner-item {
  padding: 20px 0;
}
.product-info .partner-item .partner-description {
  padding: 0 15px 15px;
}
.product-info .partner-item .partner-description .header {
  font: 20px/25px "Roboto Black";
  margin: 0 0 10px 0;
}
.product-info .partner-item .product-image-block img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.product-info .partner-item + .partner-item {
  margin-top: 15px;
}
.design-tool {
  color: #54c048;
}
.design-tool .header {
  color: #54c048;
  margin: 10px 0;
}
.design-tool .controls-block {
  margin-right: 20px;
}
.design-tool .wizard-preview {
  position: relative;
  border: 1px solid #eaeaea;
  height: 735px;
  width: 550px;
}
.design-tool .wizard-preview.lanyard {
  background: url('/img/wizard-lanyard-bg.jpg');
}
.design-tool .wizard-preview.wristband {
  background: url('/img/wizard-wristband-bg.jpg');
}
.design-tool .nwb-icon-clip {
  margin: 0 10px;
}
.design-tool .inner-form {
  background-color: #f7f7f7;
  padding: 0 20px;
}
.design-tool .inner-form table {
  line-height: 25px;
  margin-bottom: 10px;
}
.design-tool .inner-form table td:first-of-type {
  padding-right: 10px;
}
.design-tool .inner-form.outside {
  padding: 0;
  margin: 10px 0;
}
.design-tool .inner-form .input,
.design-tool .inner-form .input-area {
  height: 25px;
  vertical-align: middle;
  font: 13px/13px "Roboto";
  border: 1px solid #e7e7e7;
  outline: none;
  padding: 0 5px;
  width: 80px;
  display: inline-block;
  background-color: white;
}
.design-tool .inner-form .input.wide,
.design-tool .inner-form .input-area.wide {
  width: 100%;
}
.design-tool .inner-form .input.colorpicker,
.design-tool .inner-form .input-area.colorpicker {
  width: 130px;
}
.design-tool .inner-form .input-area {
  height: auto;
  max-width: 100%;
  margin: 5px 0;
  padding: 5px;
}
.design-tool .inner-form .pantone-input {
  width: 150px;
  line-height: 21px;
  padding-left: 2px;
}
.design-tool .inner-form .small-button {
  background-color: white;
  color: #54c048;
  border: 1px solid #e7e7e7;
  font: 13px/13px "Roboto";
  height: 25px;
  text-transform: uppercase;
  padding: 0 10px;
}
.design-tool .inner-form .small-button:focus,
.design-tool .inner-form .small-button:active,
.design-tool .inner-form .small-button:hover {
  border: 1px solid #e7e7e7;
  outline: none;
  color: #54c048;
  text-decoration: none;
}
.design-tool .inner-form .small-button.small {
  text-transform: lowercase;
}
.design-tool .inner-form .small-button.tall {
  height: 36px;
}
.design-tool .inner-form .group {
  display: inline-block;
  vertical-align: top;
}
.design-tool .inner-form .group .small-button {
  border-left: transparent;
}
.design-tool .inner-form .switch {
  width: 25px;
  height: 25px;
  display: inline-block;
  background-color: white;
  vertical-align: middle;
  border: 1px solid #e7e7e7;
  cursor: pointer;
  margin-right: 5px;
}
.design-tool .inner-form .switch.active {
  background-color: #54c048;
}
.design-tool .inner-form .values-list {
  border-top: 1px solid #e7e7e7;
}
.design-tool .inner-form .values-list li {
  line-height: 25px;
}
.design-tool .inner-form .values-list li.active {
  background-color: white;
}
.design-tool .inner-form .description {
  line-height: normal;
  font-size: 13px;
  padding-bottom: 10px;
}
.design-tool .buttons-block {
  margin-top: 50px;
}
@media (max-width: 639px) {
  .faq-list .question {
    width: 100%;
  }
  .people-list {
    flex-direction: column;
    align-items: center;
  }
  .people-list .person {
    max-width: 290px;
  }
  footer .input-text {
    width: 140px;
  }
}
@media (min-width: 640px) and (max-width: 766px) {
  .faq-list .question {
    width: 50%;
  }
  .people-list .person {
    max-width: 290px;
  }
  .product-items-list .square {
    width: 50%;
    padding-bottom: 50%;
  }
}
@media (max-width: 767px) {
  .designer .design-switch li {
    margin-bottom: 10px;
  }
  .designer .design-switch li:first-of-type {
    margin-left: 10px;
  }
  .designer .main-button {
    margin-top: 20px;
  }
  .designer .nwb-select-content.no-top {
    top: -60px;
  }
  .main-image .text .head,
  .main-image .text .accent {
    font-size: 48px;
  }
  .main-image .text .cities li {
    padding: 0 5px;
    font-size: 11px;
  }
  .menu-items > li > a:hover {
    border: 1px solid #54c048;
    background-color: #0d0d0b;
  }
  .navbar .navbar-brand.nwb-navbar-brand {
    padding-left: 26px;
  }
  .product-items-list .square {
    width: 50%;
    padding-bottom: 50%;
  }
  .cart-block .cart {
    top: 65px;
  }
  .product-info .product-details {
    margin: 0;
  }
  .product-info .product-details .inner-form.outside {
    margin-left: 22px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .faq-list .question {
    width: 33%;
  }
  .people-list .person {
    width: 32%;
  }
  .about-page .boys {
    width: 100%;
    left: 0;
  }
  .product-items-list .square {
    width: 33%;
    padding-bottom: 33%;
  }
  .nwb-navbar-brand .logo {
    display: none;
  }
  .nwb-navbar-brand .logo-small {
    display: block;
  }
  .navbar-collapse.nwb-navbar-collapse {
    margin-left: 60px;
  }
}
