@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
big,
em,
img,
q,
small,
strong,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  padding: 0;
  border: 0;
  outline: 0;
  margin: 0;
}

body {
  font-family: "Lato";
  font-size: 14px;
  color: #000;
  padding: 0;
  margin: 0 auto;
  line-height: 22px;
  font-weight: normal;
  background: #fff;
}
textarea:focus,
input:focus {
  outline: none;
}
input,
textarea,
select {
  font-family: "Lato";
  font-size: 13px;
}

a {
  text-decoration: none;
  color: black;
}

html {
  height: 100%;
}

* html {
  overflow-x: hidden;
}

ul,
ol {
  list-style: none;
}

.clr {
  clear: both;
  display: block;
}

.tac {
  text-align: center;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.nomr,
.mr0 {
  margin-right: 0px !important;
}

#top-msg,
#loader-text {
  position: fixed;
  top: 20px;
  left: 0px;
  width: 100%;
  text-transform: uppercase;
  padding: 10px 0px;
  text-align: center;
  background-color: #eeeeee;
  z-index: 15;
  font-size: 14px;
}

#loader-text {
}

h1,
h2,
h3,
h4,
h5 {
  margin: 10px 0px;
}

#loader-blocker {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 10;
}

.msgok {
  background-color: #298614 !important;
  color: white;
}
.msgerr {
  background-color: red !important;
  color: white;
}
.container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.container:after {
  display: block;
  content: "";
  clear: both;
}
.clear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ".";
  clear: both;
  height: 0;
}
* html .clear {
  zoom: 1;
}
*:first-child + html .clear {
  zoom: 1;
}

#header-box {
  background: #fff;
  box-shadow: 0 3px 4px -5px #000;
  position: fixed;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 7;
  height: 74px;
}
#header {
  padding-top: 60px;
}
#logo {
  width: 132px;
  height: 129px;
  position: absolute;
  left: 0px;
  top: 0px;
  background: url(/media/img/logo.png) no-repeat center center / contain;
}
.head-small #logo {
  height: 79px;
}
.head-btn {
  width: 46px;
  height: 46px;
  display: inline-block;
  background-color: #282828;
  cursor: pointer;
  margin: 14px 2px 10px 0px;
  position: relative;
  vertical-align: middle;
}
.head-small .head-btn {
  margin: 2px 2px 2px 0px;
  width: 36px;
  height: 36px;
}
.cart-value-vis {
  display: inline-block;
  font-weight: 300;
  font-size: 20px;
  vertical-align: middle;
}
.cart-value-vis strong {
  color: #4cc2c0;
}
.search-icon {
  background: #282828 url(/media/img/search_icon.png) no-repeat center center;
}
.cart-icon {
  background: #4cc2c0 url(/media/img/cart_icon.png) no-repeat center 0px;
}
.menu-icon {
  background: #4cc2c0 url(/media/img/menu_icon.png) no-repeat center center;
  display: none;
}

.cart-icon:hover {
  background-color: #f5f5f5;
  box-shadow: 3px 3px 4px -5px #000;
}
.head-small .cart-icon {
  background: #4cc2c0 url(/media/img/cart_icon.png) no-repeat center center /
    30px;
}
.head-small .menu-icon {
  background: #4cc2c0 url(/media/img/menu_icon.png) no-repeat center center /
    20px;
}
.search-box {
  position: absolute;
  display: none;
  z-index: 8;
  background: white;
  right: 50px;
  left: 150px;
  padding: 13px 10px 14px 10px;
  top: 1px;
}
.search-box .search-close,
.search-box .search-btn {
  width: 45px;
  height: 45px;
  position: absolute;
  right: 10px;
  top: 13px;
  cursor: pointer;
  background: #f5f5f5;
}
.search-box .search-close {
  background: #4cc2c0 url(/media/img/frame_close.png) no-repeat center center;
}
.search-box .search-btn {
  right: 55px;
  background: #282828 url(/media/img/search_icon.png) no-repeat center center;
}
.search-box input {
  width: 100%;
  font-size: 16px;
  padding: 12px 20px 12px 20px;
}

.cart-hint {
  position: absolute;
  background: #f5f5f5;
  right: 0px;
  top: 40px;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  color: black;
  width: 220px;
  box-shadow: 3px 3px 4px -5px #000;
  display: none;
  z-index: 7;
}
.cart-icon:hover .cart-hint {
  display: block;
}
.cart-hint .price {
  border-top: 1px solid #4cc2bf;
  border-bottom: 1px solid #4cc2bf;
  margin: 12px 0px;
  padding: 8px;
}
.cart-hint .btn {
  display: inline-block;
  padding: 6px 10px;
  background: #4cc2bf;
  color: white;
  font-size: 12px;
  text-transform: uppercase;
}
.cart-hint .btn:hover {
  background: #282828;
}
.cart-hint .price strong {
  font-size: 30px;
  color: #4cc2bf;
}

#menu {
  float: left;
  margin: 0px 0px 0px 150px;
}

#menu .mn-main {
  float: left;
}

#menu .mn-item-main {
  display: block;
  padding: 26px 20px;
  color: #444;
  text-transform: uppercase;
  font-weight: bold;
}
.head-small #menu .mn-item-main {
  padding: 13px 20px;
}
#menu .sub-menu {
  position: absolute;
  background: #32a5a2;
  display: none;
  padding: 10px 0px;
}
#menu .mn-main:hover .sub-menu {
  display: block;
}
#menu .sub-menu-item {
  display: block;
  color: white;
  padding: 5px 20px;
  font-size: 13px;
  text-transform: uppercase;
}
#menu .sub-menu-item:hover {
  background: #5acecc;
}
#menu .mn-main:hover .mn-item-main {
  background: #32a5a2;
  color: white;
}

#baner {
  height: 450px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
#baner .slider-box,
#baner .slider {
  height: 100%;
}
#baner .baner-item {
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#baner .baner-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
#baner .baner-txt {
  text-align: center;
  position: absolute;
  top: 120px;
  width: 100%;
  z-index: 6;
}
#baner .baner-txt .txt1 {
  font-size: 60px;
  line-height: 60px;
  color: #4cc2bf;
  font-weight: bold;
  text-transform: uppercase;
}
#baner .baner-txt .txt2 {
  font-size: 60px;
  line-height: 60px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
}
#baner .baner-txt .txt3 {
  font-size: 26px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 300;
  margin-top: 10px;
}
#baner .more {
  border: 1px solid #fff;
  color: white;
  display: inline-block;
  margin: 20px 0px 0px 0px;
  padding: 10px 20px;
  text-transform: uppercase;
}
#baner .more:hover {
  color: #4cc2bf;
  border: 1px solid #4cc2bf;
}

#baner .baner-bulls {
  position: absolute;
  z-index: 6;
  bottom: 10px;
  width: 100%;
  left: 0px;
  text-align: center;
}

#baner .bull {
  border: 1px solid #fff;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0px 1px;
  cursor: pointer;
}

#baner .bull-on {
  background: #4cc2bf;
}

.head {
  padding: 30px;
  text-align: center;
  border-top: 1px solid #ddd;
  text-transform: uppercase;
  color: #666;
  font-weight: bold;
  font-size: 14px;
  margin-top: 20px;
}
.head small {
  display: block;
  text-transform: none;
  color: #777;
  font-weight: normal;
  font-size: 16px;
}
.head strong {
  display: inline-block;
  vertical-align: middle;
  padding: 0px 30px;
}
.products {
}
.prod {
  float: left;
  width: 25%;
  text-align: center;
  box-sizing: border-box;
}
.prod-content {
  padding: 3px;
}
.prod .img {
  padding: 10px;
  position: relative;
}
.prod img {
  width: 100%;
  vertical-align: bottom;
}

.prod h3 {
  color: #222222;
  text-transform: uppercase;
  font-size: 13px;
}

.prod .more {
  border: 1px solid #ddd;
  padding: 5px 10px;
  display: inline-block;
  text-transform: uppercase;
  color: #777;
  margin-bottom: 10px;
  font-size: 11px;
}

.prod .price {
  font-size: 14px;
  padding: 10px 10px 10px 10px;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.prod .price strong {
  font-size: 26px;
  color: #4cc2c0;
}

.prod:hover h3 {
  color: #4cc2bf;
}
.prod:hover .more {
  color: #4cc2bf;
  border: 1px solid #4cc2bf;
}

.col12 {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 0px 20px;
}
.col13 {
  float: left;
  width: 33.3333%;
  box-sizing: border-box;
  padding: 0px 20px;
}
.col23 {
  float: left;
  width: 66.6666%;
  box-sizing: border-box;
  padding: 0px 20px;
}
.col34 {
  float: left;
  width: 75%;
  box-sizing: border-box;
  padding: 0px 20px;
}
.col14 {
  float: left;
  width: 25%;
  box-sizing: border-box;
  padding: 0px 20px;
}
.col15 {
  float: left;
  width: 20%;
  box-sizing: border-box;
  padding: 0px 20px;
}
.home2 {
  padding: 80px 0px 50px 0px;
  margin: 40px 0px;
  background: #4cc2bf;
  color: #fff;
  font-size: 15px;
  line-height: 26px;
}
.home2 .txt {
  text-align: center;
  padding: 0px 0px 20px 0px;
}
.head1 {
  font-size: 32px;
  text-transform: uppercase;
  line-height: 32px;
  font-weight: bold;
  color: #0e605e;
  padding-bottom: 20px;
  text-align: center;
}

.tab-menu {
}

.tab-menu-item {
  float: left;
  width: 20%;
  border: 1px solid #fff;
  box-sizing: border-box;
  padding-top: 15%;
  position: relative;
  cursor: pointer;
  border-left: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
}

.tab-menu-item.on {
  background: #4cc2bf;
}

.tab-menu-item.on span {
  color: white !important;
}
.tab-menu-item span {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 20px;
  font-weight: 900;
  text-align: right;
  color: #000000;
}
.tab-menu-item:hover span {
  color: #4cc2bf;
}
.tab-data {
}
.cat {
  display: inline-block;
  vertical-align: top;
  width: 16.6666%;

  box-sizing: border-box;
}
.cat-content {
  display: block;
  padding: 3px;
}
.cat:nth-child(4n),
.lastbrd {
}
.cat:nth-child(-4 + 5) {
}

.cat img {
  width: 100%;
  vertical-align: bottom;
}

.cat h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  padding: 0px 20px 10px 20px;
}

.gal {
  float: left;
  width: 20%;
}
.gal-box {
  padding: 5px;
}
.gal img {
  width: 100%;
  vertical-align: bottom;
}
.gal .txt {
  display: none;
}
.art {
  width: 50%;
  float: left;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  margin: 0px 0px 20px 0px;
  padding: 20px 50px;
}
.articles3 {
  display: flex;
  flex-wrap: wrap;
}
.articles3 .art {
  width: 33.33%;
}
.art .date {
  color: #777;
  font-weight: bold;
}

.art h2 {
  text-transform: uppercase;
  font-weight: bold;
  color: #282828;
}

.art .art-txt {
  font-size: 14px;
}
.art:hover .more {
  border: 1px solid #4cc2bf;
  color: #4cc2bf;
}
.art:hover h2 {
  color: #4cc2bf;
}
.art .more {
  border: 1px solid #e0e0e0;
  padding: 10px 10px;
  display: inline-block;
  margin-top: 20px;
  font-size: 12px;
  text-transform: uppercase;
}
.art-big {
  border: none;
  position: relative;
  padding: 0px 0px 0px 0px;
}
.art-big .art-content {
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
  box-sizing: border-box;
  padding: 20px 40px 20px 40px;
  background: rgba(255, 255, 255, 0.9);
  z-index: 2;
}
.art-big .img {
  width: 100%;
  padding-top: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
}

.socials-bar {
  margin-top: 30px;
  text-align: center;
  background: #4cc2bf url(/media/img/bg.png) no-repeat center center / cover;
  padding: 50px 0px;
  color: white;
}
.socials-bar .txt1 {
  font-size: 60px;
  line-height: 60px;
  color: #222;
  font-weight: bold;
  text-transform: uppercase;
}
.socials-bar .txt2 {
  font-size: 50px;
  line-height: 50px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
}
.socials-bar .txt3 {
  font-size: 26px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 300;
  margin-top: 10px;
}
.newsletter {
  padding: 20px 0px 40px 0px;
  width: 50%;
  margin: 0 auto;
}

.newsletter input {
  width: 100%;
  box-sizing: border-box;
  font-weight: 300;
  padding: 20px 40px;
  font-size: 22px;
  border: 1px solid #e0e0e0;
}
.newsletter input:hover,
.newsletter input:focus {
  border-color: #4cc2bf;
}

#newsletterFormBtn {
  padding: 20px 30px;
  background: #282828;
  color: white;
  display: inline-block;
  cursor: pointer;
  margin-top: 20px;
  font-size: 18px;
  text-transform: uppercase;
}

#newsletterFormBtn:hover {
  background: #fff;
  color: black;
}

.foot-menu {
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
}
.foot-contact {
  padding: 0px 20px;
}
.foot-link {
  padding: 20px 20px;
  font-weight: bold;
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
}
.foot-link:hover {
  color: #4cc2bf;
}
.foot-icon {
  font-size: 20px;
  text-align: center;
  margin: 30px 0px 0px 0px;
  padding: 80px 0px 20px 0px;
}
.foot-icon span {
  display: block;
  font-size: 14px;
  color: #666;
}
.phone-icon {
  background: url(/media/img/phone_icon.png) no-repeat center top;
}
.time-icon {
  background: url(/media/img/time_icon.png) no-repeat center top;
}
.ship-icon {
  background: url(/media/img/ship_icon.png) no-repeat center top;
}
.mail-icon {
  background: url(/media/img/mail_icon.png) no-repeat center top;
}
.insta-icon {
  background: url(/media/img/insta_icon.png) no-repeat center top;
}

.footer-end {
  text-align: center;
  font-size: 12px;
  color: #777;
}
.footer-end .container {
  padding: 10px 0px;
  border-top: 1px solid #e0e0e0;
}

.foot-info {
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  padding: 40px 0px;
  border-top: 1px solid #e0e0e0;
}

.foot-info img {
  vertical-align: middle;
  margin: 0px 20px;
}

.path {
  padding: 50px 0px 10px 160px;

  color: #777;
}
.path a {
  color: #555;
  text-decoration: underline;
}

h1 {
  text-transform: uppercase;
}

.product-left {
  float: left;
  width: 75%;
}
.product-right {
  float: left;
  width: 25%;
  box-sizing: border-box;
  padding: 0px 0px 0px 20px;
}

.product-navi {
  border: 1px solid #e0e0e0;
  position: relative;
  height: 38px;
  margin-top: 30px;
  overflow: hidden;
}
.product-navi .navi-step {
  position: absolute;
  top: 0px;
}
.product-navi span {
  background: #e0e0e0;
  color: black;
  padding: 8px 0px;
  text-align: center;
  width: 30px;
  height: 38px;
  float: left;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  box-sizing: border-box;
}
.product-navi span:hover,
.product-navi span.on {
  background: #4cc2bf;
  color: white;
}

.product-navi strong {
  background: #fff;
  padding: 8px 20px;
  white-space: nowrap;
  box-sizing: border-box;
  text-transform: uppercase;
  left: 30px;
  position: absolute;
  top: 0px;
  overflow: hidden;
}

.navi-tab {
  padding: 30px 0px;
}

.param-item {
  float: left;
  width: 25%;
  cursor: pointer;
  position: relative;
}
.param-item-image2 {
  width: 50%;
}
.param-item-image3 {
  width: 33.3333%;
}
.param-item-image4 {
  width: 25%;
}
.param-item-image5 {
  width: 20%;
}
.param-item-image6 {
  width: 16.6666%;
}
.param-item-image7 {
  width: 14.2857%;
}
.param-item-image8 {
  width: 12.5%;
}
.param-item-image10 {
  width: 10%;
}
.param-item-image15 {
  width: 6%;
}

.param-item .img {
  margin: 4px;
  border: 1px solid #e0e0e0;
  padding: 4px;
  position: relative;
}
.param-item .img .img-zoom {
  position: absolute;
  z-index: 2;
  background: rgba(255, 255, 255, 0.5) url(/media/img/zoom_icon.png) no-repeat
    center center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  bottom: 0px;
  right: 0px;
}
.param-item img {
  width: 100%;
  vertical-align: bottom;
}
.param-item .title {
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  font-size: 12px;
  padding: 0px 20px 10px 20px;
  line-height: 13px;
}
.param-item:hover .img {
  border: 1px solid #ddd;
}
.param-item.on .img {
  border: 3px solid #4cc2bf;
}
.param-item.on .title {
  color: #4cc2bf;
}
.param-item span {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 10px;
  top: 10px;
  display: none;
  z-index: 3;
  background: url(/media/img/on.png) no-repeat center center;
}
.param-item.on span {
  display: block;
}
.size-image img {
  width: 100%;
}

.size-inp-box {
  text-transform: uppercase;
  font-size: 12px;
  padding: 0px 0px 20px 0px;
}
.size-inp-box span {
  display: block;
  color: #777;
  text-transform: none;
}
.size-inp-box strong {
  font-size: 20px;
  color: #4cc2c0;
  padding: 0px 10px 0px 0px;
}

.size-inp-box input {
  display: inline-block;
  width: 50%;
  padding: 5px 10px;
  font-size: 18px;
  border: 1px solid #e0e0e0;
}

.navi-next,
.navi-prev {
  float: right;
  background: #4cc2bf;
  color: white;
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 18px;
  cursor: pointer;
}
.navi-prev {
  float: left;
  background: #e0e0e0;
  color: #888;
}
.navi-prev:hover {
  color: black;
}
.navi-page {
  border-top: 1px solid #e0e0e0;
  margin: 20px 0px 0px 0px;
  padding-top: 20px;
}
.navi-next:hover {
  background: #282828;
}

.file {
  margin: 6px 0px;
  display: inline-block;
  padding: 10px 0px 0px 60px;
  text-transform: uppercase;
  font-weight: bold;
  box-sizing: border-box;
  height: 42px;
}
.file:hover {
  color: #4cc2bf;
}
.file-psd {
  background: url(/media/img/files/psd.png) no-repeat left 0px;
}
.file-cdr {
  background: url(/media/img/files/cdr.png) no-repeat left 0px;
}
.file-ai {
  background: url(/media/img/files/ai.png) no-repeat left 0px;
}
.file-idml {
  background: url(/media/img/files/idml.png) no-repeat left 0px;
}
.file-pdf {
  background: url(/media/img/files/pdf.png) no-repeat left 0px;
}
.file-zip {
  background: url(/media/img/files/zip.png) no-repeat left 0px;
}
.file-youtube {
  background: url(/media/img/files/video.png) no-repeat left 0px;
  cursor: pointer;
}

.file-psd:hover {
  background: url(/media/img/files/psd.png) no-repeat left -42px;
}
.file-cdr:hover {
  background: url(/media/img/files/cdr.png) no-repeat left -42px;
}
.file-ai:hover {
  background: url(/media/img/files/ai.png) no-repeat left -42px;
}
.file-idml:hover {
  background: url(/media/img/files/idml.png) no-repeat left -42px;
}
.file-pdf:hover {
  background: url(/media/img/files/pdf.png) no-repeat left -42px;
}
.file-zip:hover {
  background: url(/media/img/files/zip.png) no-repeat left -42px;
}

.filters {
  margin-bottom: 20px;
}
.filter-box {
  float: left;
  width: 25%;
}
.filter-box strong {
  display: block;
  width: 100%;
  padding: 0px 0px 5px 0px;
}
.filter-box .filter-select {
  position: relative;
}
.filter-box .value {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  padding: 10px 10px 10px 10px;
  background: url(/media/img/arr_down.png) no-repeat right center;
  cursor: pointer;
}
.filter-box .value:hover {
  border: 1px solid #4cc2bf;
}
.filter-box .inputs {
  position: absolute;
  width: 100%;
  background: #e8e8e8;
  z-index: 4;
  display: none;
}
.filter-box .inputs .item {
  padding: 4px 10px;
  cursor: pointer;
}
.filter-box .inputs .item:hover {
  color: #4cc2bf;
}

#price {
  border: 1px solid #282828;
  padding: 10px 10px;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0px 0px 2px 0px;
}
#price-net {
  padding: 5px 10px;
  text-align: right;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0px 0px 2px 0px;
}
#price strong {
  font-size: 30px;
  font-weight: bold;
  color: #4cc2bf;
}

.cart-btn-box {
}

#cart-btn {
  float: right;
  background: #4cc2bf url(/media/img/cart_icon.png) no-repeat right 0px;
  padding: 10px 40px 10px 20px;
  color: white;
  cursor: pointer;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}
#cart-btn:hover {
  background-color: #282828;
}
.cart-btn-box #qty {
  width: 30px;
  border: 1px solid #e0e0e0;
  font-size: 18px;
  margin: 10px 0px 0px 0px;
}
.spec-item {
  border: 1px solid #e0e0e0;
  margin: 0px 0px 1px 0px;
  padding: 5px 10px 3px 10px;
}
.spec-item span {
  display: block;
  font-size: 12px;
  line-height: 13px;
  color: #666;
}
.spec-item strong {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
}
.cart-info-err {
  color: red;
  border: 1px solid #ff0000;
  padding: 10px 10px;
  text-align: center;
  font-weight: bold;
  display: none;
}

.size-err {
  color: red;
  font-weight: bold;
}
.size-inp-box .size-inp-err {
  border: 1px solid red;
}

.frame {
  color: #000000;
  padding: 20px;
  position: absolute;
  z-index: 12;
}

.popup-box {
  background-color: #ffffff;
  padding: 10px;
  position: relative;
  z-index: 13;
}

.popup-box-shade {
  background-color: black;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 12;
  position: absolute;
  opacity: 0.2;
}

.frame h1 {
  font-size: 24px;
  margin: 0px 0px 6px 0px;
}

.frame-close {
  position: absolute;
  width: 25px;
  height: 25px;
  background: url(/media/img/frame_close.png) no-repeat 0px 0px;
  top: -10px;
  right: -10px;
  z-index: 5;
}

.cart-popup .btn {
  text-transform: uppercase;
  padding: 10px;
  display: inline-block;
  background: #e0e0e0;
  color: black;
  cursor: pointer;
}
.cart-popup .btn:hover {
  background: #282828;
  color: white;
}
.cart-popup .cart-btn {
  float: right;
  background: #4cc2bf;
  color: white;
}

.cart-popup h3 {
  font-size: 20px;
  margin: 0px 0px 20px 0px;
  text-align: center;
}
.cart-popup {
  width: 100%;
  max-width: 400px;
}
.cart-popup .img {
  float: left;
  width: 30%;
}
.cart-popup .img img {
  width: 100%;
}
.cart-popup .params {
  float: left;
  width: 70%;
  box-sizing: border-box;
  padding: 0px 0px 20px 20px;
}

.add-product-content {
  width: 40%;
  float: right;
}
.add-product-content input.txt-inp {
  width: 60%;
  float: left;
  padding: 12px 10px;
}
#productFormBtn {
  width: 40%;
  box-sizing: border-box;
  padding: 10px 20px;
  float: left;
  background: #4cc2bf;
  color: white;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

#productFormBtn:hover {
  background: #282828;
  color: white;
}

.txt p {
  margin-bottom: 20px;
}

.txt .col12,
.txt .col13,
.txt .col14,
.txt .col23,
.txt .col34,
.txt .col15 {
  padding: 20px 40px 20px 0px;
}

.txt img {
  width: 100% !important;
}
.txt ul li {
  padding: 0px 0px 0px 20px;
  background: url(/media/img/li.png) no-repeat 7px 8px;
}
.article {
  width: 70%;
  float: left;
  box-sizing: border-box;
  padding: 20px 40px 0px 0px;
}

.article .article-left {
}
.article .article-left img {
  max-width: 100%;
  vertical-align: bottom;
}
.article h1 {
  text-align: left;
}
.art .img img {
  max-width: 100%;
}
.article .date {
  margin: 0px 0px 20px 0px;
}
.article .article-right {
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  padding: 40px 0px 0px 0px;
}
.right-col {
  width: 30%;
  float: left;
  padding: 30px 0px 0px 0px;
}
.right-col .articles {
  padding: 30px 0px;
}
.right-col .art {
  width: 100%;
  margin-bottom: 20px;
}
.right-col .art .img {
  display: none;
}
.right-col .art .text {
  display: none;
}
.icons {
  padding-top: 30px;
}
.icons .icon strong {
  display: block;
  font-size: 22px;
  color: #0e605e;
  padding: 0px 0px 10px 0px;
  text-transform: uppercase;
}
.icons .icon {
  width: 20%;
  float: left;
  box-sizing: border-box;
  padding: 0px 10px 20px 10px;
  text-align: center;
}
.icons .icon span {
  display: block;
  padding-top: 130px;
  background: url(/media/img/icons.png) no-repeat center 0px;
}
.icons .icon1 span {
  background: url(/media/img/icons.png) no-repeat center 0px;
}
.icons .icon2 span {
  background: url(/media/img/icons.png) no-repeat center -130px;
}
.icons .icon3 span {
  background: url(/media/img/icons.png) no-repeat center -260px;
}
.icons .icon4 span {
  background: url(/media/img/icons.png) no-repeat center -390px;
}
.icons .icon5 span {
  background: url(/media/img/icons.png) no-repeat center -520px;
}

.lightbox {
  cursor: pointer;
}
.facebook-box {
  position: fixed;
  top: 200px;
  right: -300px;
  background: #fff;
  z-index: 15;
  width: 300px;
  min-height: 300px;
  box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.3);
}

.facebook-btn {
  width: 39px;
  height: 41px;
  position: absolute;
  top: 0px;
  left: -39px;
  cursor: pointer;
  border-radius: 3px 0px 0px 3px;
  background: url(/media/img/facebook.png) no-repeat 0px 0px / cover;
}
.instagram-btn {
  width: 39px;
  border-radius: 3px 0px 0px 3px;
  height: 41px;
  position: absolute;
  top: 50px;
  left: -39px;
  cursor: pointer;
  background: url(/media/img/instagram.png) no-repeat 0px 0px / cover;
}
#samplesForm {
  text-align: center;
}
.samples-form-fields {
  width: 50%;
  margin: 0 auto;
}
#samplesForm .fld {
  margin: 4px 0px;
}
#samplesForm .btn {
  background: #4cc2bf;
  color: white;
  text-transform: uppercase;
  padding: 20px 30px;
  display: inline-block;
  cursor: pointer;
}
#samplesForm .prev-btn {
  background: #aaa;
}
#samplesForm .valid-note {
  text-align: center;
}
#samplesForm .btn:hover {
  color: white;
  background: #131313;
}

.samples-select {
  border: 1px solid #ddd;
  padding: 20px 30px;
  width: 50%;
}
.samples-box h3 {
  font-size: 20px;
  letter-spacing: -1px;
}
.samples-box .param-item {
  width: 12.5% !important;
}
.shipping {
  border: 1px solid #000;
  margin-top: 20px;
  text-align: Center;
  padding: 10px 10px;
}
.a-template * {
  font-family: "Poppins", sans-serif;
  color: #5f5f5f;
}

.a-template h5 {
  font-weight: 400;
  line-height: 20px;
  font-size: 19px;
  text-align: center;
  line-height: 1.8;
}

.a-template h6 {
  font-size: 23px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
  line-height: 1.5;
  color: #5f5f5f;
}

.a-template p {
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.3px;
  font-weight: 400;
}

.a-template table {
  margin: 20px 0;
  width: 100%;
  line-height: 22px;
}

.a-template table th,
.a-template table td {
  padding: 8px;
  vertical-align: text-top;
  border-top: 1px solid rgb(235, 235, 235);
  font-size: 14px;
  text-align: left;
}

.a-template table tr:nth-child(2n) td,
.a-template table tr:nth-child(2n) th {
  background: rgb(249, 249, 249);
}

.a-template table tr:last-child td,
.a-template table tr:last-child th {
  border-bottom: 1px solid rgb(235, 235, 235);
}

.a-template table th {
  padding-left: 20%;
  width: 50%;
}

.a-template table td {
  width: 50%;
}

.a-product {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 42px 0;
}

.a-product__info {
  flex-basis: 48%;
  min-width: 280px;
  padding: 0;
  box-sizing: border-box;
  text-align: left;
  padding: 0 0 0 10%;
}

.a-product__image {
  flex-basis: 45%;
  min-width: 280px;
  height: 400px;
}

.a-product__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.a-underline {
  width: 50px;
  padding: 0;
  height: 3px;
  background-color: #4cc2bf;
  margin: 24px auto 24px 0;
}

.a-line {
  width: 100%;
  border-top: 1px solid rgb(235, 235, 235);
  margin: 12px 0;
  height: 0;
}

.a-product:nth-child(2n + 1) .a-product__info {
  text-align: right;
  padding: 0 10% 0 0;
}

.a-product:nth-child(2n + 1) .a-underline {
  margin: 24px 0 24px auto;
}

.a-product__videos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.a-product__videos iframe {
  min-width: 360px;
  max-width: 700px;
  height: auto;
  min-height: 324px;
  flex: 0 0 45%;
  border: none;
  margin: 12px;
}

.a-product__files {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.a-product__files h5 {
  flex: 0 0 100%;
}

.a-file {
  border: 1px solid rgb(235, 235, 235);
  padding: 8px 12px;
  border-radius: 4px;
  margin: 6px 0;
  width: 500px;
  max-width: 100%;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
  display: block;
}

.a-file:hover {
  border: 1px solid rgba(76, 194, 191, 0.75);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  color: #4cc2bf;
}

@media (max-width: 900px) {
  .a-product .a-product__info,
  .a-product:nth-child(2n + 1) .a-product__info {
    flex: 0 0 100%;
    text-align: left;
    padding: 25px 0px;
  }

  .a-product .a-underline,
  .a-product:nth-child(2n + 1) .a-underline {
    margin: 24px auto 24px 0;
  }

  .a-product:nth-child(2n) {
    flex-direction: column;
  }
  .a-product:nth-child(2n + 1) {
    flex-direction: column-reverse;
  }

  .a-product__videos iframe {
    min-height: 240px;
    flex: 0 0 45%;
    border: none;
    margin: 12px;
  }

  .a-template table th {
    padding-left: 12px;
    width: 30%;
  }
}

.sp-cooperation {
  text-align: center;
  margin-top: 32px;
}

.sp-cooperation__content {
  max-width: 600px;
  margin: 0 auto 60px;
}

.sp-cooperation h2 {
  font-size: 24px;
  color: #4cc2bf;
  padding: 10px;
}

.sp-cooperation h3 {
  padding: 10px;
}

.sp-cooperation__benefits {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  flex-wrap: wrap;
}

.sp-cooperation__benefits__single {
  padding: 0 2%;
  flex: 0 0 20%;
}

.sp-cooperation__benefits__single h5 {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  color: #5f5f5f;
}

@media (max-width: 900px) {
  .sp-cooperation__benefits__single {
    flex: 0 0 50%;
  }
}

@font-face {
  font-family: "Helvetica";
  src: url("fonts/Helvetica.ttf") format("truetype");
}
@font-face {
  font-family: "Avenir";
  src: url("fonts/AvenirLTStd-Book.otf") format("opentype");
}
