@font-face {
  font-family: 'lotagrotesque-regularregular';
  src: url('../../../fonts/Lota/lotagrotesque-webfont.woff2') format('woff2'), url('../../../fonts/Lota/lotagrotesque-webfont.woff') format('woff'), url('../../../fonts/Lota/lotagrotesque-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'lota_grotesquebold';
  src: url('../../../fonts/Lota/lotagrotesque-bold-webfont.woff2') format('woff2'), url('../../../fonts/Lota/lotagrotesque-bold-webfont.woff') format('woff'), url('../../../fonts/Lota/lotagrotesque-bold-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'lota_grotesquesemi_bold';
  src: url('../../../fonts/Lota/lotagrotesque-semibold-webfont.woff2') format('woff2'), url('../../../fonts/Lota/lotagrotesque-semibold-webfont.woff') format('woff'), url('../../../fonts/Lota/lotagrotesque-semibold-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
html,
body {
  font-family: lotagrotesque-regularregular;
  font-size: 16px;
  color: #4E6158;
}
.color-gray-light {
  color: #9D9D9C;
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1200px;
  }
}
:root {
  --main-margin-bottom: 100px;
  --main-margin-bottom-m: 50px;
  --main-margin-bottom-mh: 30px;
}
button:focus {
  outline: none;
}
b,
strong {
  font-family: lota_grotesquesemi_bold;
  font-weight: normal;
}
.img-responsive {
  max-width: 100%;
}
.cover picture {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-height: 100%;
}
.cover picture img {
  display: block;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #e7e7e7;
}
.navbar-nav > li > a {
  padding-bottom: 10px;
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
}
.navbar-nav > li > a :focus {
  color: #fff;
}
.dropdown-menu {
  border-radius: 0;
}
.btns .btnc {
  margin: 0 20px 15px 0;
}
.btnc {
  border-radius: 0px;
  background: #fff;
  font-size: 14px;
  line-height: 18px;
  color: #258A5A;
  padding: 5px 22px;
  min-width: 100px;
  min-height: 45px;
  border: 1px solid #258A5A;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btnc img,
.btnc svg {
  margin-right: 10px;
}
.btnc-big {
  min-height: 55px;
  font-size: 16px;
  line-height: 21px;
}
.btnc-green {
  color: #fff;
  background: #258a5a;
}
.btnc-green:hover {
  color: #fff;
  background-color: #31AF74;
  border-color: #31AF74;
}
.btnc-round {
  border-radius: 50%;
}
.btnc-small {
  min-width: 40px;
  min-height: 40px;
}
.btnc-vsmall {
  min-width: 40px;
  min-height: 25px;
  padding: 3px 5px;
}
.btnc-auto {
  min-width: 25px;
}
.btnc-gray {
  background-color: #F8F5F2;
  border-color: #F8F5F2;
}
.btnc-empty {
  background-color: #fff;
}
.btns-upper .btnc {
  text-transform: uppercase;
  color: #4E6158;
  font-family: lota_grotesquesemi_bold;
  letter-spacing: 0.1em;
}
.btnc:hover {
  transition: all 0.2;
}
.btnc.inactived:hover,
.btnc.inactived {
  cursor: default;
}
.btnc-minus:not(.inactived):hover svg path,
.btnc-plus:not(.inactived):hover svg path {
  stroke:  !important;
}
.quantity-box {
  display: flex;
  align-items: center;
}
.quantity-box input {
  text-align: center;
  width: 35px;
  border: none;
  padding: 0 0px 0 0;
  margin: 0;
}
.quantity-box input:focus {
  box-shadow: none;
}
.quantity-box .form-control[type="number"]::-webkit-inner-spin-button,
.quantity-box .form-control[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity-box input[type=number] {
  -moz-appearance: textfield;
}
.quantity-box .btnc {
  width: 18px;
  min-width: auto;
  height: 18px;
  font-size: 18px;
  font-family: lotagrotesque-regularregular;
  cursor: pointer;
}
.quantity-box .btnc-minus {
  margin: 0 0px 0 0;
}
.quantity-box .btnc-minus svg path {
  fill: transparent;
  stroke: ;
}
.quantity-box .btnc-minus.inactived svg path {
  stroke: ;
}
.quantity-box .btnc-plus {
  margin: 0 0 0 0px;
}
.photo-bg {
  height: 150px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.form-control {
  border-radius: 0;
}
.help-block {
  font-size: 0.9em;
  margin: 0;
}
.carousel-control {
  z-index: 1000;
}
.bread {
  padding-top: 23px;
  margin-top: 0;
}
ol.breadcrumb {
  background: transparent;
  margin: 0px 0 30px 0;
  font-size: 14px;
  padding-top: 0;
}
ol.breadcrumb >li+li:before {
  display: none;
}
ol.breadcrumb li {
  background: url('../../../img/layout/chevron-right.svg') left center no-repeat;
  padding-left: 28px;
  margin-right: 10px;
}
ol.breadcrumb li a {
  text-transform: none;
  color: #4E6158;
}
ol.breadcrumb li a :hover {
  color: #258a5a;
}
ol.breadcrumb li.home-bread {
  padding-left: 0;
  background: transparent;
}
ol.breadcrumb li.active {
  color: #258a5a;
}
.mess-box {
  position: fixed;
  right: -15px;
  top: 45px;
  display: none;
  min-width: 370px;
  overflow-y: auto;
  max-height: 300px;
  padding: 15px;
  z-index: 10000;
}
.mess-box .container,
.mess-box .alert {
  border-radius: 0px;
  padding: 25px 25px 15px 25px;
  background: #fff;
  border: 2px solid #EAEAEA;
}
.mess-box .alert {
  display: flex;
  vertical-align: middle;
  justify-content: center;
}
.mess-box .alert .close {
  position: absolute;
  top: 5px;
  right: 10px;
}
.mess-box .alert .close img {
  width: 15px;
}
.mess-box .alert .prev-icon {
  width: 48px;
  max-width: 48px;
}
.mess-box .alert a {
  display: block;
  color: ;
  padding: 0;
  margin: 0;
  line-height: 26px;
}
.mess-box .alert a img,
.mess-box .alert a svg {
  width: 18px;
  margin-left: 10px;
}
.mess-box .alert a img path,
.mess-box .alert a svg path {
  stroke: ;
}
.mess-box .alert-success {
  color: #013429;
}
.mess-box .alert-danger {
  color: #fff;
  background: #ff5858;
}
.container-oversize {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
@media (min-width: 992px) {
  .container-oversize {
    width: 1340px;
  }
}
.styled-select {
  background-image: url('../../../img/layout/triangle.svg');
  background-position: 94% center;
  background-repeat: no-repeat;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.styled-select select {
  background-color: transparent;
  width: 130%;
}
.styled-select select:focus,
.styled-select select:active {
  outline: none;
}
.img-wrap {
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}
h1 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 34px;
  font-family: lota_grotesquesemi_bold;
  font-weight: normal;
  line-height: 44px;
  color: #013429;
}
h2 {
  color: #013429;
  font-family: lota_grotesquesemi_bold;
  font-size: 24px;
  line-height: 31px;
  margin: 0 0 26px 0;
}
h3 {
  color: #013429;
  font-family: lota_grotesquesemi_bold;
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 17px 0;
}
h4 {
  font-size: 18px;
  line-height: 23px;
  font-family: lota_grotesquesemi_bold;
  color: #013429;
  margin: 0 0 20px 0;
}
h5,
legend {
  font-family: lota_grotesquesemi_bold;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.1em;
  color: #4E6158;
  text-transform: uppercase;
}
a {
  color: #3C3C3B;
}
a:focus {
  outline: none;
}
a:hover {
  text-decoration: none;
  color: #258a5a;
}
a.active,
.color-site {
  color: #258a5a;
}
hr {
  border-top-color: #efefef;
}
p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}
.font-p-big,
.font-p-big p {
  font-size: 18px;
  line-height: 26px;
}
.font-p-small {
  font-size: 14px;
  font-family: lotagrotesque-regularregular;
  line-height: 24px;
}
.price {
  position: relative;
  min-height: 2em;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.price .regular {
  color: #258a5a;
  font-size: 20px;
  display: block;
  line-height: 26px;
}
.price.promo .regular {
  text-decoration: line-through;
  font-size: 14px;
  color: #9D9D9C;
}
.price.promo .promo {
  color: #258a5a;
  font-size: 20px;
  display: block;
  line-height: 26px;
}
.price.inline {
  display: inline;
}
.container-fluid.head {
  margin-top: 0px;
  background: #fff;
}
.container-fluid.head .mas {
  position: relative;
}
.container-fluid.head .logo a {
  display: block;
}
.container-fluid.head .logo a img,
.container-fluid.head .logo a svg {
  max-height: 50px;
}
.container-fluid.head .shrow {
  transition: all 0.5s ease-in-out;
  max-height: 100px;
  overflow: hidden;
}
.container-fluid.head .menu-top {
  margin-bottom: 0px;
  background: #F8F5F2;
}
.container-fluid.head .menu-top p {
  margin: 0;
}
.container-fluid.head .menu-top .txt a {
  color: #258a5a;
}
.container-fluid.head .menu-top .links a {
  padding: 0 0 0 30px;
}
.container-fluid.head .menu-top .lang {
  margin-bottom: 0px;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 100%;
  min-height: 50px;
}
.container-fluid.head .shrow.show {
  max-height: 0;
}
.container-fluid.head .menu-center {
  padding: 30px 0 15px 0;
}
.container-fluid.head .find svg {
  font-size: 35px;
  cursor: pointer;
  line-height: 50px;
}
.container-fluid.head .srch form .item {
  padding-right: 0;
  padding-left: 0;
}
.container-fluid.head .srch .form-control {
  height: 45px;
  background-color: #fff;
  border-color: #eaeaea;
}
.container-fluid.head .srch .btnc {
  height: 45px;
  padding: 6px 15px;
  min-width: 45px;
  background-color: #258a5a;
  color: #fff;
  border-color: #258a5a;
}
.container-fluid.head .srch .btnc img {
  margin: 0;
}
.container-fluid.head .srch .btnc .caret {
  margin-left: 5px;
}
.container-fluid.head .srch select {
  border-left: none;
}
.container-fluid.head .basket a {
  position: relative;
}
.container-fluid.head .basket a img {
  margin-right: 20px;
}
.container-fluid.head .basket a .quantity {
  margin-left: 5px;
}
.container-fluid.head .basket a .price {
  display: inline-block;
  min-height: 1em;
  line-height: 45px;
  color: #000;
}
.container-fluid.head .basket .btnc {
  min-width: 10px;
}
.container-fluid.head .menu .mmenu {
  width: 100%;
}
.container-fluid.head .menu .dropdown-toggle::after {
  display: none;
}
.container-fluid.head .menu .nav-item a {
  padding: 10px 17px;
  line-height: 21px;
}
.container-fluid.head .menu .nav-item a .caret {
  background: url('../../../img/layout/chevron-down.svg') center no-repeat;
  min-width: 18px;
  min-height: 18px;
  display: inline-block;
  margin-bottom: -5px;
  float: right;
}
.container-fluid.head .menu .navbar-nav {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.container-fluid.head .menu .navbar-nav .nav-item {
  border-bottom: 1px solid #EAEAEA;
}
.container-fluid.head .menu .navbar-nav .nav-item:last-child a {
  padding-right: 0;
}
.container-fluid.head .menu .dropdown-menu {
  border: 2px solid #EAEAEA;
  padding: 0;
  margin: 0;
}
.container-fluid.head .menu .dropdown-menu li {
  border-bottom: 1px solid #EAEAEA;
  padding: 0;
  margin: 0;
  background: #F8F5F2;
}
.container-fluid.head .menu .dropdown-menu li a {
  line-height: 18px;
  font-size: 14px;
  color: #3C3C3B;
  padding: 14px 15px;
}
.container-fluid.head .menu .dropdown-menu li a:active {
  background: inherit;
}
.container-fluid.head .top-image {
  margin-bottom: 30px;
}
.container-fluid.head .navbar {
  min-height: 0px;
  border-radius: 0;
  background: #fff;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -15px;
  margin-right: -15px;
  padding-right: 0;
}
.container-fluid.head .navbar .container {
  justify-content: center;
}
.container-fluid.head .navbar .navbar-header {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
.container-fluid.head .navbar .navbar-header .menu-title {
  font-size: 1.4em;
  line-height: 50px;
}
.container-fluid.head .navbar .navbar-header .navbar-toggle {
  padding: 9px 15px;
  margin-right: 0;
}
.container-fluid.head .navbar .navbar-header .navbar-toggle .icon-bar {
  background-color: #258a5a;
  width: 25px;
  height: 3px;
}
.container-fluid.head .navbar .nav li a {
  color: #000;
  font-size: 1.2em;
  white-space: normal;
}
.container-fluid.head .navbar .nav li a .sub-arrow {
  display: none;
}
.container-fluid.head .navbar .nav li a.m-w.active {
  background: #efefef;
}
.container-fluid.head .navbar .nav li .dropdown-menu {
  background: #fff;
  border-color: #efefef;
}
.container-fluid.head .navbar .nav li .dropdown-menu li a {
  font-size: 1em;
}
.container-fluid.head .navbar .navbar-collpase {
  position: relative;
}
.container-fluid.head .navbar #menu2 {
  background: #FFFFFF;
  border: 2px solid #EAEAEA;
  box-sizing: border-box;
  padding: 32px 15px 12px 15px;
  margin-top: 0px;
  position: absolute;
  top: 49px;
  z-index: 10500;
}
.container-fluid.head .navbar #menu2 ul {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}
.container-fluid.head .navbar #menu2 ul li ul {
  margin-bottom: 40px;
}
.container-fluid.head .navbar #menu2 ul li ul li {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 15px 0;
  padding: 0;
  list-style-position: outside;
}
.container-fluid.head .navbar #menu2 h5 a {
  color: #258A5A;
}
.slider {
  margin-bottom: var(--main-margin-bottom);
}
.slider .slide .l {
  background: #F8F5F2;
  min-height: 100%;
  padding-top: 60px;
  padding-bottom: 190px;
  margin-bottom: 30px;
  position: relative;
}
.slider .slide .l p {
  font-size: 18px;
  line-height: 26px;
}
.slider .slide .r {
  margin-top: -160px;
}
.slider .slide .r img {
  max-width: 100%;
}
.row.content {
  min-height: 150px;
}
.modul,
.module {
  margin: 0 0 15px 0;
  border: 2px solid #efefef;
  padding: 15px;
}
.modul h1,
.module h1 {
  text-align: center;
  padding-top: 0;
}
.modul h3,
.module h3 {
  border-bottom: 1px dotted #000;
  padding: 0 0 5px 0;
  margin: 0 0 10px 0;
}
.modul label,
.module label {
  font-size: 14px;
  line-height: 18px;
}
.modul ul,
.module ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.modul ul li,
.module ul li {
  display: block;
  margin: 0 0 5px 0;
}
.modul.clean {
  margin: 0 0 15px 0;
  padding: 0;
  border: none;
}
.modul.clean h4 {
  margin-bottom: 15px;
}
.categories-list {
  margin-top: 0;
  margin-bottom: 60px;
}
.categories-list ul li {
  margin-bottom: 10px;
}
.categories-list ul li a {
  font-size: 14px;
  line-height: 18px;
}
.container .content {
  margin-top: 20px;
}
.home {
  position: relative;
}
.home .lead {
  font-family: 'Poppins', sans-serif;
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 2.5em;
  font-weight: bold;
  color: red;
  background: #fff;
  padding: 10px 20px;
  margin: 10px;
  opacity: 0.8;
}
.promo-cat {
  margin-bottom: 25px;
}
.promo-cat .item {
  padding-bottom: 25px;
  margin-bottom: 15px;
}
.promo-cat .item a {
  background-color: #F8F5F2;
  min-height: 220px;
  padding: 40px 30px 100px 40px;
  height: 100%;
  position: relative;
}
.promo-cat .item a .desc {
  position: relative;
  z-index: 2;
}
.promo-cat .item a h3 {
  margin-bottom: 6px;
}
.promo-cat .item a p {
  color: #4E6158;
}
.promo-cat .item a img {
  position: absolute;
  right: 0px;
  bottom: -25px;
  mix-blend-mode: darken;
}
.shop-info {
  color: #fff;
  overflow-x: hidden;
  padding-top: 75px;
}
.shop-info .bg {
  background: #013429;
}
.shop-info .container {
  position: relative;
  padding: var(--main-margin-bottom) 15px;
  text-align: center;
}
.shop-info .container:before {
  background: url('../../../img/layout/stamp-info.svg') no-repeat;
  content: '';
  width: 150px;
  height: 150px;
  display: block;
  position: absolute;
  right: -75px;
  top: -75px;
}
.shop-info .desc {
  margin-top: 6px;
}
.shop-info .item {
  margin-bottom: 60px;
}
.shop-info img {
  margin-bottom: 25px;
}
.shop-info h3 {
  color: #fff;
  margin: 0px;
}
.shop-info p {
  opacity: 0.7;
}
.shop-info p:last-of-type {
  opacity: 1;
  margin: 0;
}
.shop-info a {
  color: #fff;
  font-size: 14px;
}
.product-list .list .product-item {
  margin: 5px 0;
}
.product-list .list .product-item a {
  display: block;
}
.product-list .list .product-item a .photo {
  height: 207px;
  margin-bottom: 20px;
}
.product-list .list .product-item a h4,
.product-list .list .product-item a .colors {
  margin-bottom: 5px;
}
.product-list .list .product-item a .colors {
  flex-wrap: nowrap;
  display: flex;
  flex-wrap: nowrap;
}
.product-list .list .product-item a .colors span {
  display: flex;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin: 3px;
  font-size: 12px;
  color: #9D9D9C;
  line-height: 21px;
  box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.2);
}
.product-list .list .product-item a .colors .numb {
  box-shadow: none;
}
.product-list .list .product-item:hover a {
  border-color: #efefef;
  transition: border-color 0.5s;
}
.product-list .list .product-item:nth-of-type(3n+4) {
  clear: both;
}
.page-header .bread,
.page-header-d {
  background: #F8F5F2;
}
.page-header-d {
  padding-bottom: 66px;
  margin-bottom: 60px;
}
.flexslider {
  border: none;
  overflow: hidden;
}
.flexslider .slides {
  display: flex;
  align-items: stretch;
}
.flexslider .slides li {
  display: flex !important;
}
.flexslider .slides li picture {
  height: 100%;
  max-height: 360px;
}
.flexslider .flex-viewport a {
  display: block;
}
.flexslider .flex-direction-nav a:before {
  font-size: 25px;
  color: rgba(112,112,112,0.8);
}
.flexslider:hover .flex-direction-nav .flex-next,
.flexslider .flex-direction-nav .flex-next {
  right: 0 !important;
}
.flexslider:hover .flex-direction-nav .flex-prev,
.flexslider .flex-direction-nav .flex-prev {
  left: 0 !important;
}
#slider:before {
  background: url('../../../img/layout/stamp-gray.svg') no-repeat;
  content: '';
  width: 150px;
  height: 150px;
  display: block;
  position: absolute;
  right: -75px;
  top: -75px;
}
#slider .photo {
  position: relative;
}
#slider .info {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  background: #013429;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  padding: 0 10px;
  min-width: 50px;
  text-align: center;
}
#carousel .slides li picture {
  max-height: 85px;
}
.flex-direction-nav a {
  height: 100%;
  width: 50px;
  top: 0;
  margin: 0;
  background: linear-gradient(270deg,#FFFFFF 13.58%,rgba(255,255,255,0.633382) 113.61%,rgba(255,255,255,0) 286.42%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-view h1.header {
  margin-bottom: 30px;
  padding: 0;
}
.product-view .flexslider {
  margin-bottom: 20px;
}
.product-view .price-box {
  margin-bottom: 20px;
  text-align: left;
}
.product-view .price-box .price .regular {
  font-size: 32px;
  line-height: 42px;
}
.product-view .price-box .price.promo .promo {
  font-size: 32px;
  line-height: 42px;
}
.product-view .price-box .price.promo .regular {
  font-size: 18px;
  line-height: 23px;
}
.product-view .available {
  line-height: 1.4em;
  display: flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 5px;
}
.product-view .quantity.btns .btnc {
  cursor: pointer;
  margin-right: 15px;
  padding: 0;
}
.product-view .quantity.btns .btnc .col-12 {
  padding: 0 8px;
}
.product-view .quantity.btns .btnc .smaller {
  font-size: 11px;
  color: #9D9D9C;
  line-height: 14px;
}
.product-view .quantity.btns .btnc.active,
.product-view .quantity.btns .btnc:hover {
  border-color: #258A5A;
}
.product-view .quantity-box {
  padding-left: 0px;
  padding-right: 0px;
}
.product-view .quantity-box input {
  height: 100%;
}
.product-view .quantity-box .btnc {
  min-height: 100%;
  padding: 15px 20px;
  border: none;
}
.product-view .quantity-box .btnc-plus {
  color: #258A5A;
}
.product-view .btn-buy {
  font-size: 1.3em;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1em;
  background: #258a5a;
  color: #fff;
  font-weight: 600;
}
.product-view .summary {
  background: #013429;
  color: #fff;
  padding-bottom: 30px;
  padding-top: 30px;
  font-size: 24px;
  line-height: 31px;
  position: fixed;
  bottom: 0;
  z-index: 100;
}
.product-view .summary .price .regular .value {
  font-size: 32px;
  line-height: 42px;
  color: #fff;
}
.product-view .summary .price .regular .unit {
  color: #fff;
}
.product-view .summary .discount .price .regular,
.product-view .summary .discount .price .regular .value {
  font-size: 18px;
  line-height: 23px;
}
.product-view .product-info {
  background: #F8F5F2;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 70px;
  overflow-x: hidden;
  min-height: 660px;
}
.product-view .product-info .master .bg,
.product-view .product-info .slave .bg {
  background: #fff;
  min-height: 50px;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
.product-view .product-info .master {
  font-family: lota_grotesquesemi_bold;
  font-size: 14px;
  line-height: 18px;
  color: #013429;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.product-view .product-info::after {
  content: '';
  width: 484px;
  height: 484px;
  background: url('../../../img/layout/stamp-k-gray.svg') center no-repeat;
  background-size: contain;
  position: absolute;
  top: 80px;
  left: 75%;
}
.product-view .product-description-top {
  margin-bottom: 20px;
  overflow: hidden;
}
.product-view .product-description-top h3 {
  display: inline-block;
  border: 1px solid #efefef;
  border-bottom: none;
  padding: 15px 25px;
  margin: 30px 0 0 0;
  font-size: 18px;
}
.product-view .product-description-top .item {
  margin-bottom: 20px;
}
.product-view .product-description-top .item .box {
  border: 2px solid #fff;
  padding: 5px;
  position: relative;
}
.product-view .product-description-top .item picture {
  height: 112px;
}
.product-view .product-description-top .item .info {
  position: absolute;
  top: 10px;
  right: 10px;
  left: 10px;
  z-index: 2;
  background: #013429;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  padding: 0 10px;
  min-width: 50px;
  text-align: center;
}
.product-view .product-description-top .item .act {
  left: 10px;
  bottom: 10px;
  right: auto;
  top: auto;
  display: none;
  background-color: #258A5A;
}
.product-view .product-description-top .item:hover .box,
.product-view .product-description-top .item.active .box {
  border-color: #258A5A;
}
.product-view .product-description-top .item.active .act {
  display: block;
}
.product-view .product-description-top .item.small .info.big {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  padding: 15px;
  font-size: 18px;
}
.product-view .product-description-top .item.small .act {
  bottom: auto;
  left: auto;
  position: relative;
}
.product-view .man {
  margin-top: 15px;
  margin-bottom: 15px;
}
.product-view .man a {
  display: block;
  text-align: center;
  padding: 15px;
  background: #efefef;
  font-size: 1.2em;
  color: #000;
  line-height: 1.5em;
}
.product-view .man a i {
  margin-left: 15px;
  margin-bottom: -5px;
  font-size: 1.5em;
}
.product-view .man .next a {
  text-align: left;
  background: none;
}
.products_latest h1 {
  padding-top: 0;
}
.products_latest a {
  color: #fff;
}
.products_latest a h3 {
  font-size: 14px;
  margin: -25px 0 0 0;
  padding: 5px;
  background: #000;
  opacity: 0.8;
  font-family: 'Poppins', sans-serif;
}
.products_similar {
  margin-bottom: var(--main-margin-bottom);
}
.products_promo {
  border: 2px solid #efefef;
  padding: 15px;
  margin-bottom: 30px;
}
.products_promo a {
  display: block;
}
.products_promo a .photo {
  height: 150px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.products_promo a h4 {
  font-weight: bold;
}
.products_promo a p {
  font-size: 0.9em;
}
.products_promo a .promo {
  font-weight: bold;
}
.products_promo a .promo .value-promo {
  font-size: 1.2em;
}
.container-fluid.footer {
  background: #F8F5F2;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-top: 150px;
  color: #000000;
}
.container-fluid.footer a {
  color: #000000;
}
.container-fluid.footer .cms {
  border-bottom: 2px solid #fff;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.container-fluid.footer .mapa {
  border: none;
}
.container-fluid.footer .mapa .container {
  position: relative;
}
.container-fluid.footer .mapa .container:before {
  background: url('../../../img/layout/footer-stamp.svg') no-repeat;
  content: '';
  width: 150px;
  height: 136px;
  display: block;
  position: absolute;
  left: 15px;
  top: -197px;
}
.container-fluid.footer .mapa h5 {
  margin: 0 0 20px 0;
  padding: 0;
}
.container-fluid.footer .mapa ul {
  margin: 0 0 40px 0;
  padding: 0;
}
.container-fluid.footer .mapa ul li {
  list-style: none;
}
.container-fluid.footer .mapa ul li a {
  line-height: 18px;
  font-size: 14px;
  display: block;
  padding: 5px 0;
  color: #9D9D9C;
}
.container-fluid.footer .mapa .item-1 a {
  font-size: 18px;
  line-height: 31px;
  color: #4E6158;
}
.container-fluid.footer .mapa .item-1 span {
  font-size: 23px;
  color: #258A5A;
}
.container-fluid.footer .mapa .social {
  font-size: 18px;
  margin-bottom: 0;
}
.container-fluid.footer .mapa .social a {
  padding: 5px;
  margin: 0 5px 20px 0;
  color: #fff;
}
.container-fluid.footer .mapa .social a svg {
  width: 18px;
  margin: 0;
}
.container-fluid.footer.full {
  margin-top: 0;
}
.container-fluid.footer2 {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 45px;
}
.container-fluid.footer2 .other {
  color: #9D9D9C;
}
.container-fluid.footer2 .other p {
  font-size: 12px;
  line-height: 16px;
}
.container-fluid.footer2 .other img {
  margin-right: 22px;
}
.container-fluid.footer2 .other a {
  font-family: lota_grotesquesemi_bold;
  color: #9D9D9C;
}
.page-view .right-side .modul h1.header {
  font-size: 20px;
  padding-bottom: 0;
  margin-bottom: 5px;
}
.page-view .right-side .modul ul li {
  clear: both;
  display: block;
}
.page-view .right-side .modul ul li a {
  display: inline-block;
}
.discount {
  text-decoration: line-through;
}
.custom-form {
  display: flex;
  flex-wrap: wrap;
}
.custom-form input:focus {
  box-shadow: none;
}
.custom-form label {
  color: #3C3C3B;
}
.custom-form .top {
  text-align: center;
}
.custom-form .top p {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 35px;
}
.custom-form .form-group {
  margin-bottom: 20px;
}
.custom-form .form-control {
  font-size: 14px;
  line-height: 19px;
  font-weight: normal;
  color: #9D9D9C;
  padding: 12px 20px;
  border-color: #eaeaea;
  border-radius: 0px;
  height: auto;
  margin-bottom: 0px;
  max-width: 100%;
}
.custom-form .form-control[type="number"]::-webkit-inner-spin-button,
.custom-form .form-control[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.custom-form input[type=number] {
  -moz-appearance: textfield;
}
.custom-form input[type="checkbox"],
.custom-form input[type="radio"] {
  width: 12px;
  height: 12px;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  padding: 0;
  margin: 0 0px 0 0;
  outline: 1px solid #EAEAEA;
  border-radius: 0;
  outline-offset: 3px;
}
.custom-form input[type="checkbox"]:checked,
.custom-form input[type="radio"]:checked {
  outline-color: #258A5A;
  outline-width: 2px;
  background-color: #258A5A;
}
.custom-form .checkbox-txt a {
  color: ;
}
.custom-form .checkbox-txt a:hover {
  color: ;
}
.custom-form .checkbox-txt .form-control {
  width: 15px;
  height: 15px;
  float: left;
  margin: 0 0px 0 0;
}
.custom-form .checkbox-txt .font-p-small {
  margin-bottom: 6px;
}
.custom-form .help-text {
  font-size: 14px;
  font-family: lotagrotesque-regularregular;
  line-height: 24px;
}
.custom-form .btnc-big {
  margin-bottom: var(--main-margin-bottom-mh);
  margin-top: 20px;
}
.custom-form .outer-select select {
  margin-left: 0;
}
.custom-form .outer-select:after {
  right: 45px;
}
.custom-form textarea {
  min-height: 160px;
}
.custom-form .form-group {
  position: relative;
}
.custom-form .form-group .plh-l::before {
  content: attr(data-pl);
  position: absolute;
  top: -7px;
  left: 35px;
  line-height: 1em;
  font-size: 14px;
  color: #9D9D9C;
  transition: 100ms all;
  opacity: 0;
  background: rgba(255,255,255,0.5);
}
.custom-form .form-group input:focus::placeholder,
.custom-form .form-group textarea:focus::placeholder {
  opacity: 0;
  transition: 300ms all;
}
.custom-form .form-group input:focus + .plh-l::before,
.custom-form .form-group input:not(:placeholder-shown) + .plh-l::before,
.custom-form .form-group textarea:focus + .plh-l::before,
.custom-form .form-group textarea:not(:placeholder-shown) + .plh-l::before {
  opacity: 1;
}
.custom-form .form-group.active label {
  color: #258A5A;
}
.custom-form .font-p-small,
.custom-form .help-text {
  font-size: 12px;
  line-height: 16px;
  color: #4E6158;
}
.check-box,
.form-group.check-box {
  flex-wrap: nowrap;
  display: flex;
  margin-bottom: 15px;
}
.check-box label,
.form-group.check-box label {
  margin-bottom: 0;
  font-size: 14px;
}
.polityka .check-box,
.polityka .form-group.check-box {
  flex-wrap: wrap;
}
.polityka .help-block {
  margin-left: 10px;
  font-size: 14px;
}
.custom-form.validation input:required:invalid {
  border-color: #258a5a;
}
.custom-form.form-left .top {
  text-align: left;
}
.custom-form.form-left .btnc-big {
  min-width: 240px;
  margin-bottom: 20px;
}
.custom-form.serwis {
  margin-bottom: 150px;
}
.custom-form.serwis .top p {
  font-size: 16px;
  line-height: 26px;
}
.custom-form.serwis .btnc {
  width: 100%;
}
.custom-form.newsletter {
  padding-top: 100px;
  padding-bottom: 80px;
}
.custom-form.newsletter .btnc-big {
  margin-top: 0;
}
.custom-form.newsletter .plh {
  padding-right: 0;
  padding-left: 0;
}
.custom-form.form-inline .form-group {
  margin-bottom: 15px;
}
.custom-form.form-inline .form-control {
  padding: 12px;
  text-align: center;
}
.custom-form.form-inline input[type="checkbox"] {
  padding: 0;
  width: 15px;
  height: 15px;
}
.custom-form.form-inline input.filter {
  margin-right: 17px;
  outline: none;
}
.custom-form.form-inline input[type="checkbox"].color {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  outline: none;
  margin-right: 10px;
}
.custom-form.form-inline input[type="checkbox"].color:before {
  position: absolute;
  border-radius: 50%;
  display: block;
  content: '';
  border: 3px solid #fff;
  height: 22px;
  width: 22px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  top: 1px;
  left: 1px;
}
.custom-form.form-inline .color:checked {
  border-width: 1px;
}
.custom-form.form-inline input.filter:checked {
  border-color: #258A5A;
}
#form_attr_88,
.color-88 {
  background: linear-gradient(0deg,#22c1c3 0%,#fdbb2d 100%) !important;
}
.filter-btn svg path {
  stroke: #fff;
}
.filters select.filter {
  margin-bottom: 15px;
}
.form-inline .form-control {
  display: inline-block;
}
.form-inline .form-group {
  display: flex;
}
.ban {
  clear: both;
}
.ban .item {
  overflow: hidden;
  margin: 10px auto;
}
.ban.countBan {
  cursor: pointer;
}
.alerts {
  margin-top: 15px;
}
.alerts.big .alert {
  font-size: 18px;
  padding-top: 2em;
  padding-bottom: 2em;
}
.account.page-header .bread,
.account.page-header .page-header-d {
  background-color: #013429;
}
.account.page-header .bread ol.breadcrumb li a,
.account.page-header .bread h1,
.account.page-header .bread p,
.account.page-header .page-header-d ol.breadcrumb li a,
.account.page-header .page-header-d h1,
.account.page-header .page-header-d p {
  color: #fff;
}
.account .account .menu-list li a {
  text-transform: capitalize;
}
.account .account .menu-list li a .fa,
.account .account .menu-list li a svg {
  margin-right: 10px;
  color: #258a5a;
}
.account .account .big-menu {
  margin: 40px 0;
  text-align: center;
}
.account .account .big-menu a {
  color: #258a5a;
}
.account .account .big-menu a .fa,
.account .account .big-menu a svg {
  font-size: 120px;
  color: #258a5a;
}
.account .account .big-menu a .tit {
  text-transform: uppercase;
  font-size: 16px;
  padding: 10px 0;
  display: block;
}
@media (max-width: 767px) {
  .account .account .big-menu a .fa,
  .account .account .big-menu a svg {
    font-size: 70px;
  }
}
.btn.continue {
  margin-top: 15px;
}
.btn.done {
  margin-top: 15px;
}
@media (min-width: 576px) {
  .btn.done {
    float: right;
  }
}
p.help {
  margin: 0;
}
p.help span:after {
  content: ', ';
}
p.help span:last-of-type:after {
  display: none;
}
.paczkomat {
  color: #258a5a;
  cursor: pointer;
}
legend {
  padding-bottom: 20px;
}
.basket-list {
  position: relative;
}
.basket-list .price {
  color: #3C3C3B;
}
.basket-list .price .value,
.basket-list .price .unit {
  color: #3C3C3B;
  font-size: 16px;
}
.basket-list .basket-v {
  display: block;
}
.basket-list .basket-v .header {
  text-align: center;
  font-size: 1.1em;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 600;
}
.basket-list .basket-v .list {
  margin-bottom: 30px;
}
.basket-list .basket-v .item {
  margin-bottom: 15px;
  padding-bottom: 30px;
  padding-top: 30px;
  border-top: 1px solid #EAEAEA;
}
.basket-list .basket-v .item .description a {
  color: #333;
}
.basket-list .basket-v .item .description h3 {
  font-size: 18px;
  padding: 0;
  margin: 0px 0 0px 0;
}
@media (min-width: 768px) {
  .basket-list .basket-v .item .description h3 {
    font-size: 20px;
  }
}
.basket-list .basket-v .item .quantity {
  text-align: center;
}
.basket-list .basket-v .item .quantity .quantity-box {
  padding: 0;
  border: none;
}
.basket-list .basket-v .item .quantity .quantity-box input {
  width: 80px;
}
.basket-list .basket-v .item .quantity .quantity-box .btnc {
  border: none;
  padding-right: 12px;
  padding-left: 12px;
}
.basket-list .basket-v .item .price-m {
  color: #3C3C3B;
}
.basket-list .basket-v .item:last-child {
  border-bottom: 1px solid #EAEAEA;
}
.basket-list .basket-v .item.summary {
  border-top: 1px solid #efefef;
  padding-top: 15px;
}
.basket-list .basket-v .delete {
  font-size: 20px;
  line-height: 40px;
  text-align: right;
}
.basket-list fieldset {
  margin-top: 15px;
  font-size: 14px;
  line-height: 18px;
}
.basket-list .bottom-data {
  margin-bottom: 45px;
}
.basket-list .bottom-data .price .regular {
  line-height: 18px;
}
.basket-list .bottom-data .price .value,
.basket-list .bottom-data .price .unit {
  font-size: 14px;
  line-height: 18px;
}
.basket-list .bottom-data input[type="radio"] {
  margin-right: 10px;
}
.basket-list #summary .group {
  background: #F8F5F2;
  border: none;
  padding: 30px 30px;
}
.basket-list #summary .group .row {
  margin-bottom: 12px;
}
.basket-list #summary .group .item-s {
  border-bottom: 1px solid #efefef;
  padding: 10px 15px;
}
.basket-list #summary .group .item-s .price {
  font-weight: bold;
}
.basket-list #summary .group .full {
  font-family: lota_grotesquesemi_bold;
}
.basket-list #summary .group .full .price .value,
.basket-list #summary .group .full .price .unit {
  color: #258A5A;
}
.basket-list #summary .price {
  text-align: right;
}
.designe {
  margin-top: 38px;
  margin-bottom: 38px;
}
.designe .top h1 {
  text-align: center;
  margin: 0 0 3px 0;
  padding: 0;
  line-height: 1.1em;
}
@media (min-width: 576px) {
  .designe .top h1 {
    line-height: inherit;
  }
}
.designe .top p {
  text-align: center;
  font-size: 18px;
  line-height: 1.33;
  font-stretch: condensed;
}
.designe .display-table {
  display: table;
  height: auto;
  min-height: 150px;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .designe .display-table {
    height: 500px;
  }
}
.designe .bottom-btn {
  margin-top: 30px;
  text-align: center;
}
.designe.slider {
  position: relative;
  margin-top: 0;
}
.designe.slider .bg {
  background: rgba(37,138,90,0.05);
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .designe.slider .bg {
    background-size: cover !important;
  }
}
.designe.slider .bg-photo {
  position: relative;
}
.designe.slider .txt,
.designe.slider .photo {
  display: table-cell;
  vertical-align: middle;
}
.designe.slider .photo {
  text-align: right;
}
.designe.slider h1 {
  font-size: 38px;
  font-weight: 600;
  line-height: 1.15;
  margin: 0 0 10px 0;
  padding: 0;
}
@media (min-width: 576px) {
  .designe.slider h1 {
    font-size: 48px;
  }
}
.designe.slider p {
  color: #258a5a;
  font-size: 18px;
  line-height: 1.44;
}
.designe.services h1 {
  text-align: center;
}
.designe.services .master {
  margin-top: 40px;
}
.designe.services .master .item {
  margin: 15px 0;
}
.designe.services .master h2 {
  font-size: 18px;
}
.designe.services .service-icon h2 {
  margin: 0 0 11px 0;
}
.designe.services .service-icon p {
  color: ;
  font-size: 14px;
  line-height: 1.71;
}
.designe.services .service-icon .photo {
  border-radius: 50%;
  background-color: #258a5a;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 67.5px;
  width: 67.5px;
  margin: 13px 0 0 0;
}
.designe.services .service-photo h2 {
  margin: 0;
  border-radius: 0 0 6px 6px;
  background-color: #ffffff;
  box-shadow: 0 10px 30px 0 rgba(34,64,135,0.1);
  text-align: center;
  min-height: 79px;
  padding: 25px 15px;
  line-height: 29px;
}
.designe.services .service-photo .photo {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 200px;
  margin: 0px 0 0 0;
}
.designe.portfolio .photo {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 270px;
  margin: 0px 0 0 0;
}
.designe.portfolio .gallery-in-view {
  margin-top: 50px;
}
.designe.graph .display-table {
  min-height: 86px;
}
.designe.graph .display-table .txt {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.designe.graph .display-table .txt h1 {
  color: #fff;
  margin-bottom: 0;
}
.designe.graph .display-table .txt p {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .designe.graph .display-table {
    height: 400px;
  }
}
.designe.articles .item {
  position: relative;
  margin: 15px 0 5em 0;
}
.designe.articles .item .lnk {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 234px;
  position: relative;
}
.designe.articles .item .lnk h2 {
  position: absolute;
  top: 234px;
  color: #333;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  line-height: 1.33;
  font-weight: normal;
}
.designe.articles .item .btn {
  position: absolute;
  bottom: 10px;
  left: 30px;
  background: #258a5a;
  min-width: 95px;
  font-size: 14px;
  font-weight: 500;
}
.designe.articles hr {
  margin-top: 70px;
}
.designe.contact .top {
  margin-bottom: 0px;
}
@media (min-width: 576px) {
  .designe.contact .top {
    margin-bottom: 70px;
  }
}
.designe.contact .kontakt .dane h3 {
  color: #258a5a;
  margin-bottom: 22px;
}
.designe.contact .kontakt .dane p {
  margin-bottom: 15px;
}
#recaptcha {
  display: none;
}
.ajax-progress {
  position: fixed;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  background: rgba(255,255,255,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  z-index: 10000;
}
.ajax-txt img {
  font-size: 60px;
  animation-name: rotate;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transition-property: transform;
  transition-duration: 1s;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.pagination {
  margin-bottom: var(--main-margin-bottom);
  margin-top: var(--main-margin-bottom);
  justify-content: center;
}
.pagination ul {
  margin: 0;
  padding: 0;
}
.pagination ul .page-item {
  margin: 0 0px 0 0;
  padding: 0;
}
.pagination ul .page-item a {
  border: none;
  border-radius: 0;
  line-height: 21px;
  font-size: 16px;
  font-family: lota_grotesquesemi_bold;
  padding: 0px 19px 0 0;
  color: #9D9D9C;
}
.pagination ul .page-item:first-child .page-link,
.pagination ul .page-item:last-child .page-link {
  border-radius: 30px;
}
.pagination ul .page-item.previous .page-link,
.pagination ul .page-item.next .page-link {
  border-radius: 0px;
}
.pagination ul .page-item.active .page-link,
.pagination ul .page-link:hover {
  color: #258A5A;
  background: none;
}
.pagination ul .page-item.disabled {
  display: none;
}
#blueimp-gallery h3.title {
  background: #013429;
  color: #fff;
  opacity: 1;
  text-shadow: none;
  padding: 5px 15px;
  min-width: 150px;
  text-align: center;
}
