/** Generated: Wednesday, 4th of June 2025, 11:35:55 AM // Powered by AIOM+ (All In One Minify) created by FlipZoom Media Inc. - David Karich (flipzoom.de) **/
/** Generated: Monday, 9th of December 2019, 12:56:09 PM // Powered by AIOM+ (All In One Minify) created by FlipZoom Media Inc. - David Karich (flipzoom.de) **/
/** Generated: Tuesday, 13th of August 2019, 03:11:14 PM // Powered by AIOM+ (All In One Minify) created by FlipZoom Media Inc. - David Karich (flipzoom.de) **/
/** Generated: Monday, 1st of July 2019, 01:57:34 PM // Powered by AIOM+ (All In One Minify) created by FlipZoom Media Inc. - David Karich (flipzoom.de) **/
/** Generated: Monday, 1st of July 2019, 01:54:08 PM // Powered by AIOM+ (All In One Minify) created by FlipZoom Media Inc. - David Karich (flipzoom.de) **/
/** Generated: Monday, 1st of July 2019, 01:42:49 PM // Powered by AIOM+ (All In One Minify) created by FlipZoom Media Inc. - David Karich (flipzoom.de) **/
/** Generated: Monday, 1st of July 2019, 01:35:44 PM // Powered by AIOM+ (All In One Minify) created by FlipZoom Media Inc. - David Karich (flipzoom.de) **/

@font-face {
    font-family: 'bold';
    src: url('/fonts/STM75.otf');
}

@font-face {
    font-family: 'reg';
    src: url('/fonts/STM55.otf');
}

html {
  overflow-x: hidden;
}


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

a:hover {
  text-decoration: none;
  color: inherit;
}

.anim_dur,
.anim_dur *,
.anim_dur:before,
.anim_dur:after {
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}


::-webkit-input-placeholder {
    color: #444;
    letter-spacing: 2px;
    font-family: reg;
}

::-moz-placeholder {
    color: #444;
    letter-spacing: 2px;
    font-family: reg;
}

:-moz-placeholder {
    color: #444;
    letter-spacing: 2px;
    font-family: reg;
}

:-ms-input-placeholder {
    color: #444;
    letter-spacing: 2px;
    font-family: reg;
}

button {
  outline: none;
}


body {
    background: #f9f9f9;
    color: #444;
    font-size: 10px;
    font-family: 'reg', sans-serif;
    overflow-x: hidden;
}


body::-webkit-scrollbar{
    width:5px;
    border-radius: 5px;
}

body::-webkit-scrollbar-track{
    background: #c9c2bc
    }

body::-webkit-scrollbar-thumb{
    border-radius: 5px;
    background: #444;
}

img {
    max-width: 100%;
}

* {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
}

p, h1, h2, h3, h4, h5 {
  margin: 0px; 

}

h1, h2, h3, h4, h5 {
    font-family: 'bold';
    text-transform: uppercase;
    letter-spacing: 1px;
}

p {
  font-size: 13px;
  letter-spacing: 1px;
  font-family: reg;
}

a {
  width: auto;
  float: initial;
  color: #444444;

}

.all_wrap {
  z-index: 0;
  float:  left;
  position: relative;
  background: #fefefe;
  width: 100%;
 }



section.block  {
  width: 100%;
  float: left;
  position: relative;
  padding: 50px 0px;
}

section.block.top_other_page,
section.block.main_page.top {
  padding:0px;
}

section.block.top_other_page{
}

section.block:before,
section.block:after {
    display: block;
    position: absolute;
    content: '';
    z-index: -1;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

section.block.main_page.top {
  height: 97vh;
}

section.block.main_page.top:before {
    background-image:url(/site/templates/dist/img/main.png);
}

section.block.main_page.top:after {
    width: 95%;
    height: 1%;
    left: 2.5%; 
    top: 99%;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.5);  
    z-index: -2
}

header {
    width: 100%;
    position: fixed;
    top: 0%;
    z-index: 80;
    left: 0%;
    padding: 10px 0px;
}

header .logo img {
    width: 130px;
}

.container{
    position: relative;
}

header .menu_but {
    border-radius: 60px;
    width: 50px;
    height: 50px;
    margin-top: 0px;
    float: right;
    cursor: pointer;
    padding: 20px 15px;
    background: #fefefe;
    margin-right: 15px;
    position: relative;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
}

header .menu_but span {
    width: 100%;
    float: left;
    margin-bottom: 2px;
    height: 2px;
    background: #444;
    position: relative;
    z-index: 1;
}

header .menu_but:hover span:nth-of-type(2){
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -o-transform: translateX(50%);
  background: #f9f9f9
}

header .menu_but.active span:nth-of-type(2){
  opacity: 0;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%)
}

header .menu_but.active span:nth-of-type(1) {
  transform: rotate(45deg) translateY(6px);
  -webkit-transform: rotate(45deg) translateY(5px) translateX(3px);
  -moz-transform: rotate(45deg) translateY(6px);
  -o-transform: rotate(45deg) translateY(6px);
}

header .menu_but.active span:nth-of-type(3) {
  transform: rotate(-45deg) translateY(-6px);
  -webkit-transform: rotate(-45deg) translateY(-5px) translateX(3px);
  -moz-transform: rotate(-45deg) translateY(-6px);
  -o-transform: rotate(-45deg) translateY(-6px);
}

header .menu_but.active span {
  background: #444444;
}

header .cont_top {
  float: right;
  margin-top: 5px;
  text-align: right;
  padding-right: 20px
}

header .cont_top a {
  width: auto;
  letter-spacing: 0.5px;
  padding-right: 5px;
  color: #fefefe;
  text-transform: uppercase;
}

.hidden_head .cont_top a{
  color: #333;
}

header .cont_top a.lang {
  opacity: 0.3;
  font-family: 'bold'
}

header .cont_top a.lang:hover,
header .cont_top a.lang.active {
  opacity: 1
}

header .cont_top a,
header .cont_top .but {
  display: inline-block;
  margin-bottom: 10px;
}


header .cont_top .but:after {
  display: none
}

header .cont_top .but{
  padding: 0px 15px;
}

header .cont_top .but:before {
  width: 100%;
  background:#fefefe;
  box-shadow: 0px 5px 10px rgba(0,0,0,0.1)
}

header .cont_top .but:hover:before {
    box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
}

.menu {
  width: 30%;
  height: 100%;
  position: fixed;
  right: 0%;
  top: 0%;
  padding-top: 30vh;
  z-index: 1;
  transform: translateX(110%);
  -webkit-transform: translateX(110%);
  -moz-transform: translateX(110%);
  -o-transform: translateX(110%);
}

.menu * {
  position: relative;
  z-index: 1;
}

.menu:before{
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0%;
   left: 0%;
   content:'';
   z-index: 0;
   background: #f3f3f3;
}

.menu:after {
  width: 100%;
  position: absolute;
  height: 98%;
  left: 0px;
  z-index: -1;
  top: 1%;
  box-shadow: -5px 0px 5px rgba(0,0,0,0.2);
  content: '';
}

.menu ul {
  float: left;
  padding-left: 140px;
}

.menu ul li {
  width: 100%;
  float: left;
  font-size: 15px;
  text-transform: uppercase;
  background-position: 60% 2px;
  background-repeat: no-repeat;
  list-style: none;
}

.menu ul li a.text {
    position: relative;
    width: 100%;
    cursor: pointer;
    padding-bottom: 10px;
    letter-spacing: 1px;
    text-decoration: none;
    font-family: 'bold';
    margin-bottom: 10px;
    color: #4b4b4b;
    float: left;
    font-size: 13px;
}

.menu ul li a.text:before {
  width: 30px;
  height: 30px;
  left: -10px;
  z-index: -1;
  background: #fefefe;
  border-radius: 50px;
  position: absolute;
  top: -8px;
  content: '';
  opacity: 0;
}

.menu ul li a.text:after {
  background-image: url(/img/arrowsm.png);
  left: -60%;
  width: 40px;
  height: 12px;
  opacity: 0;
  background-size: cover;
  content: '';
  top: 3px;
  position: absolute;
}

.menu ul li.active a.text:after,
.menu ul li a.text:hover:after {
  width: 43px;
  opacity: 1;
  left: -100px;
}

.menu ul li span.count {
  font-size: 25px;
  color: #6e6964;
  left: -49px;
  font-family: 'bold';
  letter-spacing: 2px;
  top: -10px;
  content: attr(data-text);
  position: absolute;
  opacity: 0;
  width: 60px;
  height: 0px;
  overflow: hidden;
  padding-bottom: 25px;
}

.menu ul li.active span.count,
.menu ul li.active a.text:before {
  opacity: 1
}

.menu ul li span.count:hover,
.menu ul li a.text:hover:before {
  opacity: 1 
}

.menu ul li.active span.count,
.menu ul li:hover span.count {
  height: 45px;
  opacity: 0.5;
}

.textarea {
}

.textarea *{
  line-height: 1.6
}

.textarea img {
  width: 100% !important;
  margin: 10px 0px
}



.but {
    width: auto;
    display: inline-block;
    z-index: 1;
    font-family: 'reg';
    text-align: left;
    letter-spacing: 1px;
    text-transform: lowercase;
    color: #444;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    background-repeat: no-repeat;
    cursor: pointer;
}

.but span.arrow{
  background-image: url(/site/templates/dist/img/arrowsm.png);
  background-repeat: no-repeat;
  width: 39px;
  height: 11px;
  float: right;
  margin-top: 2px;
  margin-left: 5px;
  margin-right: 3px;
}

.but:hover span.arrow{
  background-image: url(/site/templates/dist/img/arrowsmw.png);
  transform: translateX(10%);
  -webkit-transform: translateX(10%);
  -moz-transform: translateX(10%);
  -o-transform: translateX(10%);
}

.but.light {
  color:#f9f9f9
}

.but.light span.arrow{
  background-image: url(/site/templates/dist/img/arrowsm.png);
}

.but.light:hover span.arrow {
  background-image: url(/site/templates/dist/img/arrowsm.png);
}

.but:hover {
  color: #444;
  text-decoration: none;
}

.but:before {
    width: 25px;
    height: 25px;
    border-radius: 25px;
    background: #444444;
    left: 0px;
    top: -5px;
    content: '';
    z-index: -1;
    position: absolute;
}

.but.light:before {
  background: #f9f9f9
}

.but:hover:before {
  width: 100%;
}

.but:after {
  position: absolute;
  width: 15px;
  height: 15px;
  left: 10px;
  letter-spacing: 1px;
  top: 0px;
  content: attr(data-text);
  z-index: 9999;
  overflow: hidden;
  color: #f9f9f9;
}

.but.light:after {
  color: #444;
  font-family: bold;
}

.but:hover:after {
  width: 100%
}


.main_page.top .title_page { 
    width: 50%;
    margin: 22% auto;
    text-align: center;
}

.main_page.top .title_page .title {
    font-size: 27px;
}

.main_page.top .title_page .text {
    text-transform: uppercase;
    margin-bottom: 20px;
}

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

.flex > .inner_flex {
    margin: auto auto; 
}

.blocktext {
    position: relative;
    width: 100%;
    top: 0%;
    font-size: 30px;
    color: rgb(68, 68, 68);
    text-transform: uppercase;
    font-family:'bold';
    letter-spacing: 5px;
    z-index: -5;
    text-align: left;
    padding: 20px 60px;
    margin-left: 15px;
}

.blocktext:before {
  content: attr(data-text);
  color: #efedeb;
  position: absolute;
  left: 0px;
  z-index: -1;
  top: 15px;
  font-size: 35px;
  font-family: 'bold';
}

.main_page.cat .left,
.main_page.cat .right {
    height: 50vh;
}

.main_page.cat ul {
  width: 100%;
  float: left;
  padding-left: 60px;
}

.main_page.cat ul li {
  width: 100%;
  float: left;
  font-size: 15px;
  list-style: none;
  position: relative;
  text-transform: uppercase;
  background-position: 60% 2px;
  background-repeat: no-repeat;
}

.main_page.cat ul li a.text {
    position: relative;
    width: auto;
    cursor: pointer;
    padding-bottom: 25px;
    color: #444;
    display: inline-block;
    text-decoration: none;
    font-family: bold;
}

.main_page.cat ul li a.text:before {
  width: 30px;
  height: 30px;
  left: -10px;
  z-index: -1;
  background: #efedeb;
  border-radius: 50px;
  position: absolute;
  top: -5px;
  content: '';
  opacity: 0;
}

.main_page.cat ul li a.text:after {
  background-image: url(/img/arrowsm.png);
  right: -60px;
  width: 0px;
  height: 12px;
  opacity: 0;
  background-size: cover;
  content: '';
  top: 3px;
  position: absolute;
}

.main_page.cat ul li a.text:hover:after,
.main_page.cat ul li.active a.text:after {
  width: 43px;
  opacity: 1;
}

.main_page.cat ul li span.count {
  font-size: 30px;
  color:#efedeb;
  left: -60px;
  font-family: 'bold';
  letter-spacing: 2px;
  top: -10px;
  content: attr(data-text);
  position: absolute;
  opacity: 0;
  width: 60px;
  height: 0px;
  overflow: hidden;
  padding-bottom: 25px;
}

.main_page.cat ul li.active span.count,
.main_page.cat ul li.active a.text:before {
  opacity: 1
}

.main_page.cat ul li span.count:hover,
.main_page.cat ul li a.text:hover:before {
  opacity: 1 
}

.main_page.cat ul li.active span.count {
  height: 45px
}

.main_page.cat .right img{
    position: absolute;
    width: 140%;
    max-width: initial;
    top: -10%;
    left: -20%;
    opacity: 0;
}

.main_page.cat .right img.active {
    opacity: 1;
}

.main_page.popular {
  padding: 50px 0px 150px 0px;
}

.product {
  height: 320px;
    position: relative;
    margin-bottom: 30px
}

.product:before,
.product:after {
  content: '';
  position: absolute;
  height: 100%;
  top: 0%;
}

.product:before {
  background-color: #f3f3f3;
  width: 100%;
  width: calc(100% - 30px);
  left: 15px;
  z-index: -1;
  background-image: url(/img/glow.png);
  background-size: 100% 50%;
  background-repeat: no-repeat;
  background-position: 0% 10%;
  border-radius: 10px;
}

.product:after {
  height: 97%;
  z-index: -2;
  width: 85%;
  top: 3%;
  border-radius: 10px;
  left: 7.5%;
  box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
}

.product img {
  width: 80%;
  margin: 30px 10%;
}

.product img.scale_plus {
  width: 100%;
  max-width: 100%;
  margin: 10px 0%;
}

.product img.scale_min {
  width: 70%;
  margin: 50px 15%;
}

.product .but {
  position: absolute;
  bottom: 30px;
  right: 30px;
  text-transform: lowercase;
  letter-spacing: 1px;
  font-size: 10px;
  z-index: 5;
}

.product .but span.arrow {
}

.product .but:before{
  top: -6px
}


footer {
  width: 100%;
  padding: 25px 0px;
  background: #444444;
  float: left;
  color: #fefefe
}

footer .logo img{
  width: 130px;
}


footer .adr {
  text-align: center;
  padding-top: 10px;
}

footer .phone {
  text-align: right;
} 

.top_product {
  background-color: #f3f3f3;
  padding: 50px 0px 10px 0px!important;
}

.top_product h1.title {
  width: 100%;
  float: left;
  text-align: center;
  font-family: 'reg';
  font-size: 13px;
  margin-top: 15px;
  color: #444444;
} 

.top_product h1.title span {
  font-family: 'bold';
  font-size: 20px;
  line-height: 1;
  color: #444;
  margin-top: -39px;
  display: block;
  float: left;
  width: 100%;
}

.top_product .owl-carousel {
  width: 100%;
  float: left;
  height: 80vh;
}

.top_product .owl-carousel .item {
}

.top_product .owl-carousel .owl-item.active .item .inner_flex {
  opacity:1
}

.top_product .owl-carousel .item .inner_flex{
  width: 100%;
  position: relative;
  opacity: 0;
  top: 0px;
  height: 70vh;
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
}

.top_product .owl-carousel .item .img{
  width: 100%;
  left: 0;
  height: 70vh;
  position: absolute;
  top: 0%;
  z-index: 0;
  opacity: 0;
  transition: 0.2s !important;
  -moz-transition: 0.2s !important;
  -webkit-transition: 0.2s !important;
  -o-transition: 0.2s !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.top_product .owl-carousel .item .img.visible{
  z-index: 1 !important;
  opacity: 1 !IMPORTANT;
  visibility: visible !important;
}

.top_product .owl-carousel .owl-dots{
  display: none !important
} 

.top_product .owl-carousel .owl-nav{
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 100%;
}

.magnifier-large {
  max-width: inherit
}

.top_product .owl-carousel .owl-nav img {
  margin-top: -5px;
}

.top_product .owl-carousel .owl-nav button {
  display: inline-block;
  float: initial;
}

.top_product .owl-carousel .owl-nav .owl-prev img{
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  margin-top: -13px;
}

.top_product .owl-carousel .owl-nav .slider-counter{
  display: inline-block;
  margin: 0px 10px;
  font-size: 20px;
  width: 50px;
}

.top_product .owl-stage {
  transition: 1s !important;
  -moz-transition: 1s !important;
  -webkit-transition: 1s !important;
  -o-transition: 1s !important;
}

.top_product .colors {
  width: auto;
  top: -50px;
  position: relative;
  float: left;
  z-index: 10;
  height: 0px;
}

.top_product .colors .color{
  width: 30px;
  height: 30px;
  margin-right: 10px;
  float: left;
  border-radius: 20px;
  cursor: pointer;
  box-shadow: 0px 5px 4px rgba(0,0,0,0.2);
  transform: scale(1.1) !important;
 }


.top_product .but {
  float: right;
  top: -40px;
  position: relative;
  z-index: 10;
  width: auto;
  margin-bottom: 0px;
  margin-left: 10px;
}

.top_product .colors .color.active {
  box-shadow: none;
  transform: scale(1) !important;
}

.owl-carousel .owl-stage-outer{
  overflow: hidden;
}

.details{
  padding: 50px 0px;
}

.details .title {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  font-size: 15px;
  font-family: 'bold';
  text-transform: uppercase;
}

.details .ck_ed {
  margin-bottom: 15px;
  float: left;
  width: 100%;
}

.top_other_page {
  background: #f3f3f3;
}

.details .box {
  text-align: center;
}

.details .product_sim {
  width: 100%;
  float: left;
  margin-bottom: 30px;
  box-shadow: 0px 8px 8px rgba(0,0,0,0.1);
  background: #f3f3f3;
  border-radius: 10px;
  padding: 20px 0px;
  text-align: right;
}

.details .product_sim .bg{
  background-size: cover;
  background-position: center center;
  height: 150px;
}





section.block.top_other_page:after {
  z-index: 1;
  top: 0%;
  height: 100%;
  width: 70%;
  left: 30%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: center;
}


.top_other_page .title_page {
    width: 50%;
    margin: 13% 15px 25% 15px;
    text-align: left;
    position: relative;
    z-index: 2;
    height: auto;
}

.top_other_page .title_page .title {
    font-size: 27px;
    color: #444444;
    margin-bottom: 15px;
}

.top_other_page .title_page .text {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.top_other_page .breads_top div {
    width: auto;
    margin-top: 0px;
    display: inline-block;
    vertical-align: middle;
    margin: 5px 10px 0px 0px;
}

.top_other_page .breads_top div a{
  display:inline-block;
  vertical-align: middle;
  color: #f9f9f9
} 

.top_other_page .breads_top div span{
    font-size: 13px;
    float: left;
    letter-spacing: 1px;
    color: #444444;
}

.top_other_page .breads_top i {
  margin-left: 5px;
  display: inline-block;
  margin-top: 2px;
  vertical-align: middle;
  color: #666666;
}

.catbox {
  height: 300px;
  position: relative;
  margin-bottom: 30px;
}

.catbox:before,
.catbox:after {
  position: absolute;
  content: '';
  height: 100%;
}

.catbox:before{
  background-color: #f3f3f3;
  width: 100%;
  width: calc(100% - 30px);
  left: 15px;
  z-index: -1;
  border-radius: 10px;
}

.catbox:after {
    z-index: -2;
    width: 90%;
    left: 5%;
    top: 1%;
    height: 99%;
    border-radius: 10px;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
}

.caspage {
  padding: 50px 0px;
}

.catbox .bg {
  width: 100%;
  position: absolute;
  top: 0%;
  left: 15px;
  max-width: inherit;
  height: 100%;
  width: calc(100% - 30px);
  background-position: center top;
  background-size: 100%;
  z-index: 0;
  background-repeat: no-repeat;
  border-radius: 15px;
}

.catbox .but {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 2;
}






section.matPage .type {
    width: 100%;
    float: left;
    padding: 30px 15px 5px;
    margin-bottom: 30px;
    background: #fafafa;
    border-radius: 15px;
    position: relative;
}

.link_mat a{
  font-size: 13px;
  margin-top: -10px;
  float: left;
  margin-right: 10px;
  text-transform: uppercase;
  letter-spacing: 1px
}


section.matPage .type .title h2,
section.matPage .type .title .description {
    width: 100%;
    float: left;
    margin: 0px 0px 10px  
}

section.matPage .type .title h2 {
    font-size: 20px;
}

section.matPage .type .items .item {
  height: 130px;
  float: left;
  border: none;
  margin: 0px 34px 30px 0px;
  width: 16%;
} 

section.matPage .type .items .item img {
  width: 100%;
  height: 110px;
  z-index: 1;
  position: relative;
  margin-bottom: 10px;
  border-radius: 60px;
}

section.matPage .type .items .item:nth-of-type(5),
section.matPage .type .items .item:nth-of-type(10),
section.matPage .type .items .item:nth-of-type(15),
section.matPage .type .items .item:nth-of-type(20),
section.matPage .type .items .item:nth-of-type(25) {
    margin-right: 0px !important;
}

section.matPage .type .items .item p {
    position: relative;
    text-align: center;
    width: 100%;
    float: left;
}

section.matPage .inner.active{
    height: auto;
}

section.matPage .inner.animate .type{
    transform: translateY(0%);
} 


section.main_shop.matPage .img {
    position: relative;
    padding: 0px;
    margin-top: 15vh;
    z-index: 1;
}

section.main_shop.matPage .img img {
    width: 100%;
}

section.main_shop.matPage .img div.visibleH {
    opacity: 0.4
}

section.main_shop.matPage .img div.visible {
    opacity: 0.8
}

.container_sh {
  padding: 50px 30px;
  background: #fefefe;
  margin-top: -90px;
  box-shadow: 0px 10px 10px  rgba(0,0,0,0.1);
}

.cont p{
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

.cont {
  width: 70%
}

.cont p i {
  margin-right: 5px 
}

.cont h2 {
  margin-bottom: 10px
}

#map {
  position: relative;
}

#map iframe {
  width: 100%;
  z-index: 1
}

#map:before  {
  width: 90%;
  height: 99%;
  top: 0%;
  left: 5%;
  position: absolute;
  z-index: -1;
  content: '';
  box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
}

.buy_block h2 {
  font-size: 20px;
  margin-top: 20px
}


.buy_block i {
  width: auto;
  display: inline-block;
  height:80px;
  padding-top: 25px;
  width: 80px;
  border-radius: 80px;
  background:#f3f3f3;
  text-align: center;
  margin-bottom: 20px;
  font-size: 25px;
  box-shadow: 0px 5px 5px rgba(0,0,0,0.1);
}

.buy_block .box{
  text-align: center;
  margin-top: 30px;
  padding: 0px 30px;
}

.buy_block .title {
  width: 100%;
  margin-bottom: 5px;
  font-size: 18px;
  font-family: bold;
}

.buy_block p {
  float: left;
}

.buy_block a {
  width: 100%;
  float: left;
  margin-top: 10px;
}

.form {
  margin-top: 50px;
  background: #f3f3f3;
  padding: 30px 15px;
  border-radius: 10px;
  box-shadow: 0px 8px 5px rgba(0,0,0,0.1);
}

.form h2 {
  margin-bottom: 10px; 
  text-align: center;
}

.form_box {
  text-align: center;
}

input, textarea {
  width: 90%;
  display: inline-block;
  background: #fefefe;
  box-shadow: 0px 5px 5px rgba(0,0,0,0.1);
  padding: 10px;
  height: 35px;
  outline: none;
  border: transparent;
  border-radius: 35px;
  margin-bottom: 15px;
}

textarea { 
  height: 100px;
  border-radius: 20px;
}
 

.form .form_box .but {
  display: inline-block;
  float: initial;
  width: 50%;
  text-align: center;
  height: 35px;
  padding-top: 11px;
  color: #fefefe;
  background: #444444;
  border-radius: 40px;
  box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
}

.form .form_box .but:hover{
  box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
}

.form .form_box .but:before {
  display: none;
  text-align: center
}


#popup  {
  margin-top: 0px
}

#popup h2{
  margin-bottom: 5px ;
}

#popup p {
  margin-bottom: 15px; 
}
/*//////////////////////////////////////////////////////////media////////////////////////////////////////////////////*/

@media all and (max-width: 1025px) {

  section.block.main_page.top {
    height: 50vh;
  }

  section.matPage .type .items .item {
    width: 16%;
    margin: 0px 2% 20px 2%;
  }

  section.matPage .type .items .item img {
    height: 90px
  }

  .product,
  .catbox {
    height: 280px
  }

  .main_page.cat .left, .main_page.cat .right {
    height: 30vh
  }

  .top_product .owl-carousel {
    height: 50vh
  }

  .top_product .owl-carousel {
    height: 60vh;
  }

  .top_product .owl-carousel .item .inner_flex .img {
     height: 55vh;
  }
}

@media all and (min-width: 992px) and (max-width: 1200px) {

} 

@media all and (min-width: 768px) and (max-width: 990px) {

}

@media all and (max-width: 1000px) {

}



@media (max-width: 768px) {

    .product, .catbox {
      height: 200px
  }

  section.matPage .type .items .item img {
    height: 100px
  }

  .product .but {
    bottom: 20px;
    right: 10px
  }

  .product:after {
    width: 80%;
    left: 10%; 
  }

  .menu {
    width: 40%;
  }

  .cont {
    width: 100%;
  }

  .top_other_page .title_page {
    margin: 13% 15px 35% 15px
  }

  .top_product .colors .color {
    width: 25px;
    height: 25px;
    margin-top: 5px; 
  }
 
} 


@media (max-width: 700px) {
  header .cont_top {
    width: 150px
  }

  section.matPage .type .items .item {
    width: 21%;
    margin: 0px 2% 20px 2%;
    height: 90px;
  }

  section.matPage .type .items .item p {
    text-align: center !important;
    width: 100%;
    
  }

  section.matPage .type .items .item img {
    height: 55px
  }

  header .logo img {
    width: 110px;
    max-width: initial;
    margin-top: 7px;
  }

  .menu {
    width: 100%
  }

  .main_page.top .title_page {
    margin: 30% auto;
    width: 100%;
  }

  .main_page.cat ul {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .blocktext {
    text-align: center;
    padding: 20px 0px;
    margin: 0px;
  }

  .main_page.cat .right img {
    width: 110%;
    left: -5%;
    top: 0px;
  }

  .blocktext:before {
    display: none
  }

  .product.half img {
    width: 50%;
    margin: 5% 25%
  }

  .top_other_page {
    height: 40vh;
  }

  .top_other_page.catspage  {
    height: 50vh;
  }

  .top_other_page .title_page {
    margin: 30% 15px;
    width: 80%;
  }

  section.block.top_other_page:after {
    width: 100%;
    right: -60%;
    left: initial
  }

  .container_sh {
    padding: 50px 15px;
    box-shadow: none;
  }

  .top_product .colors {
    text-align: center;
    width: 100%;
    margin-top: -20%;
    margin-left:initial
  }

  .top_product .colors .color {
    display: inline-block !important;
    float: initial;
    margin: 10px;
  }

  .top_product {
    text-align: center;
    height: auto;
  }

  .top_product .but {
    position: relative;
    margin-top: 50px;
    display: inline-block;
    float: initial;
    margin-bottom: 0px;
  }

  .top_product .owl-carousel .item {
    margin-top: 5%;
    width: 110%;
    margin-left: -5%;
  }

  .top_product h1.title {
    margin-top: 90px
  }

  .top_product .owl-carousel {
  margin-top: -5vh;
  }


}

@media (max-width: 360px) {

  header .logo img {
    width: 70px;
    margin-top: 10px;
    margin-left: -5px
  }

  .top_product .but {
    margin-top: 30px
  }

  section.block.main_page.top {
    height: 90vh
  }

  .top_other_page.catspage {
    height: 70vh
  }

   .top_product .colors {
    margin-top: 50px
  }

  .top_product .colors .color {
    margin: 0px 5px
  }

    section.matPage .type .items .item {
    width: 45%;
    margin: 0px 2.5% 20px 2.5%;
    height: 120px;
  }

  section.matPage .type .items .item p {
    text-align: center !important;
    width: 100%;
    
  }

  section.matPage .type .items .item img {
    height: 90px
  }

  .product, .catbox {
    height: 180px
  }

}



 
.swal2-popup .swal2-title {
  font-size: 15px !important
}

































 













































