@import url('https://fonts.googleapis.com/css2?family=Cuprum:wght@700&family=Montserrat:wght@100;300;400;600;800&display=swap');

/* reset */
*,
*::before,
*::after {
  box-sizing: border-box;
  }

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
  }

body {
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  }

ul[class],
ol[class] {
  list-style: none;
  }

a:not([class]) {
  text-decoration-skip-ink: auto;
  text-decoration: none;
  }

a {
  color: #1F336D;
  text-decoration: none;
  transition: color .3s linear;
  }

a:hover { 
  color: #374c87;
  }

a:focus,
a:hover,
a:active { 
  outline: none !important;
  }

p { 
  margin: 0 0 20px;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  }

p.indent-bt-big { 
  margin: 0 0 40px;
  }

p.indent-bt-none { 
  margin: 0;
  }

p.indent-bt-v-big { 
  margin: 0 0 80px;
  }

p a { 
  position: relative;
  color: #E0BB7F;
  }

p a:hover { 
  color: #E0BB7F;
  }

p a:after { 
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: #E0BB7F;
  content: "";
  opacity: 0.8;
  transition: .3s opacity;
  }

p a:hover:after { 
  opacity: 0;
  }

b, strong { 
  font-weight: 700;
  }

button { 
  margin: 0;
  padding: 0;
  vertical-align: top;
  border: 0;
  background: none;
  border-radius: 0;
  }

button:focus,
button:hover,
button:active { 
  outline: none !important;
  }

img {
  max-width: 100%;
  display: block;
  }

article > * + * {
  margin-top: 1em;
  }

input,
button,
textarea,
select {
  font: inherit;
  }

input:focus,
input:hover,
input:active { 
  outline: none !important;
  }

fieldset { 
  margin: 0 0 20px;
  padding: 0;
  border: 0;
  }

fieldset:last-child { 
  margin: 0;
  }

iframe { vertical-align: top; }

hr { 
  margin: 15px 0;
  width: 100%;
  height: 1px;
  border: 0;
  background: #e5ecdd;
  }

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
    }
  }

.text-left { text-align: left; }

.text-center { text-align: center; }

.text-right { text-align: right; }

/* container */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  }

@media (min-width: 767px) {
  .container {
    max-width: 767px;
    }
  }

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
    }
  }

@media (min-width: 1326px) {
  .container {
    max-width: 1326px;
    }
  }
  
a {transition: 0.5s ease; }
a:hover {transition: 0.5s ease; }

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 30px;
}

.header{
    padding: 30px 0 0 0;
    background: #fff;
}

.logo_box{
    display: flex;
    flex-wrap: wrap; 
}

.logo_box img{
    margin-bottom: 7px;    
}

.logo_box .logo{
    padding: 0 15px 0 0;
    background: url(../img/line.svg) 100% 0 no-repeat;
    margin: 0 15px 0 0;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 0.16em;
    text-align: left;
    text-transform: uppercase;
}

.slogan{
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    text-transform: uppercase;
}

.addr_box{
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    line-height: 23px;
}

.addr_box .tel{
    margin-right: 15px;
    
}

.buts{ margin-right: 12px; }

.buts a.callback{
    background: url(../img/icon.svg) 8px center no-repeat #f54b55;
    border-radius: 4px;
    display: block;
    color: #fff;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: 0em;
    text-align: left;
    padding: 7px 15px 7px 50px;
    text-transform: uppercase;
    cursor: pointer;
}

.buts a.callback:hover{
    background: url(../img/icon.svg) 8px center no-repeat #c43c44;
}

#lang-dropdown-select-language{
    width: 78px !important;
    line-height: 2.1 !important;
}

.bg-light {
    background-color: #fff!important;
}

.navbar-light .navbar-nav .nav-link{
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    text-transform: uppercase;
    position: relative;
}

.navbar-light .navbar-nav .nav-link:before{
    position: absolute;
    height: 1px;
    color: #999;
    bottom: 0;
    left: 9px;
    background: #000;
    content: ' ';
    width: 0; 
    transition: 0.5s ease;
}

.navbar-light .navbar-nav .nav-link:hover:before{
    width:100%;
    transition: 0.5s ease;
}

.navbar-light .navbar-nav .nav-link{ color: #000; }

.navbar-brand{ display: none; }

.navbar-expand-lg .navbar-nav {
    flex-direction: 0;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    width: 100%; 
}

.navbar-light{
    padding-bottom: 20px;
}

/* main-slider-box */
.owl-main-slider.owl-theme {
  background: #F6F6F6;
}
.owl-main-slider.owl-theme .item {
  position: relative;
}
.owl-main-slider.owl-theme .item .text {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  position: relative;
  align-items: center;
  min-height: 560px;
}
.owl-main-slider.owl-theme .item .text .left { 
    margin-right: -30px;
    text-align: left;
    flex-direction: column;
    align-items: flex-end;
    padding-top: 45px;
    padding-bottom: 45px;
    position: absolute;
    padding-left: 40px;
    top: 60px;
    left: 0;
    z-index: 2;
}
.owl-main-slider.owl-theme .item .text .right { 
    align-self: flex-end;
    position: absolute;
    right: 0;
    bottom: 0;
}
.owl-main-slider.owl-theme .item .text .title {
    font-family: Montserrat;
    font-size: 48px;
    font-weight: 800;
    line-height: 59px;
    letter-spacing: 0em;
    text-align: left;
    color: #000;
    text-transform: uppercase;
}
.owl-main-slider.owl-theme .item .text .desc .name {
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: left;
  margin-left: 23px;
  padding-top: 10px;
}
.owl-main-slider.owl-theme .item .text .desc .group-btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  justify-content: flex-end;
}
.owl-main-slider.owl-theme .item .text .desc .group-btn .btn-red {
  margin: 0 5px 10px;
  padding: 14px 40px 14px 18px;
  font: 22px "Roboto Condensed";
  font-weight: 300;
  width: 209px;
}
.owl-main-slider.owl-theme .item .text .desc .group-btn .btn-red i {
  margin-right: 20px;
}
.owl-main-slider.owl-theme .item .text .img {
    width: auto;
    max-width: 100%;
    height: auto;
}
.owl-main-slider.owl-theme .owl-nav {
  margin: 0;
  position: absolute;
  left: 0;
  right: -45px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  transform: translateY(-50%);
}
.owl-main-slider.owl-theme .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -45px;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  background: #085586;
  color: #fff;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  -ms-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.owl-main-slider.owl-theme .owl-nav .owl-prev::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
}
.owl-main-slider.owl-theme .owl-nav .owl-prev:hover {
  margin-left: -15px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  background: #085586;
}
.owl-main-slider.owl-theme .owl-nav .owl-prev:hover::after {
  width: 15px;
}
.owl-main-slider.owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  background: #085586;
  color: #fff;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  -ms-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.owl-main-slider.owl-theme .owl-nav .owl-next::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
}
.owl-main-slider.owl-theme .owl-nav .owl-next:hover {
  margin-right: -15px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  background: #085586;
}
.owl-main-slider.owl-theme .owl-nav .owl-next:hover::after {
  width: 15px;
}
.owl-main-slider.owl-theme .owl-dots {
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
}
.owl-main-slider.owl-theme .owl-dots .owl-dot span {
    width: 35px;
    height: 6px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    -ms-border-radius: 11px;
    border-radius: 11px;
    background: #bbb;
    margin: 2px;
    opacity: 0.5;
}
.owl-main-slider.owl-theme .owl-dots .owl-dot:hover span {
  opacity: 1;
}
.owl-main-slider.owl-theme .owl-dots .owl-dot.active span {
  opacity: 1;
}

.catalog_button{
    position: relative;
    padding: 10px 20px 10px 51px;
    background: url(../img/knopka.png) 100% 0 no-repeat #f54b55;
    border-radius: 4px;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    margin-left: -23px;
}

.catalog_button:hover{
    color: #fff;
    background: url(../img/knopka.png) 120% 0 no-repeat #c43c44;
}

.catalog_button:after{
    content: ' ';
    position: absolute;
    display: block;
    width: 24.96px;
    height: 24.29px;
    background: url(../img/caret.svg) 0 0 no-repeat;
    z-index: 123123;
    top: 3px;
    left: 10px;
}

#search-block-form--2{
    background: rgb(255, 255, 255, 0.5);
    padding: 5px 10px;
    width: 90%;
    position: relative;
    margin: -22px auto 0;
    z-index: 1000;
    border-radius: 4px;
    box-shadow: 1px 2px 8px #ccc;
}

#search-block-form--2 .form-text{
    border: none;
    line-height: 20px;
    font-size: 16px;
    padding: 5px 20px;
    width: 100%;
    background: none;
}

#search-block-form--2 .form-submit{
    border: 0; 
    background: url(../img/search.svg) 10px center no-repeat #f54b55;
    border-radius: 4px;
    padding: 6px 10px 6px 41px; 
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left; 
    color: #fff;
    text-transform: lowecase;
        position: absolute;
    right: 7px;
}

#edit-actions--2{

}
#search-block-form{
    background: rgb(255, 255, 255, 0.5);
    padding: 5px 10px;
    width: 90%;
    position: relative;
    margin: -22px auto 0;
    z-index: 1000;
    border-radius: 4px;
    box-shadow: 1px 2px 8px #ccc;
}

#search-block-form .form-text{
    border: none;
    line-height: 20px;
    font-size: 16px;
    padding: 5px 20px;
    width: 100%;
    background: none;
}

#edit-submit--2{
    border: 0; 
    background: url(../img/search.svg) 10px center no-repeat #f54b55;
    border-radius: 4px;
    padding: 6px 10px 6px 41px; 
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left; 
    color: #fff;
    text-transform: lowecase;
}

#search-block-form #edit-actions{
    position: absolute;
    right: 7px;
}


.search{
    margin-bottom: 100px;
}

section.category{
    margin-bottom: 100px;
}

.category ul.block{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
}

.category ul.block li{
    width: calc(33.3% - 15px);
    margin-right: 15px;
    margin-bottom: 15px;
}

.category ul.block li a{
    display: block;
    padding: 20px 25px 35px 25px;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #000; 
    text-transform: uppercase;
    position: relative;
}

.category ul.block>li>a{
    min-height: 275px;
}

.category ul.block li a:after{
    display: block;
    content: ' ';
    /* background-image: url(../img/more.svg); */
    /* width: 32px; */
    height: 82px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /* background: #000; */
    background: linear-gradient(0deg, rgb(0 0 0) 0%, rgb(255 255 255 / 0%) 100%);
    transition: all 0.4s ease;
} 

.category ul.block li a:hover:after{
    display: block;
    content: ' ';
    /* background-image: url(../img/more.svg); */
    /* width: 32px; */
    height: 82px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /* background: #000; */
    background: linear-gradient(0deg, rgb(0 0 0) 0%, rgb(255 255 255 / 0%) 0%);
    transition: all 0.4s ease;
} 

.category ul.block li a:before{
    display: block;
    content: ' ';
    background-color: rgb(255, 255, 255, 0.3); 
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    transition: all 0.4s ease;
}

.category ul.block li a:hover:before{
    background-color: rgb(255, 255, 255, 0); 
    transition: all 0.4s ease;
}
.category ul.block li a span{
    position: absolute;
    bottom: 23px;
    left: 28px;
    color: #fff; 
    z-index: 234;
}

.popularity{
    background-color: #F6F6F6;
    padding-bottom: 50px;
}

.popularity h2{
    font-family: Montserrat;
    font-size: 48px;
    font-weight: 800;
    line-height: 62px;
    letter-spacing: 0em;
    text-align: center;
    text-transform: uppercase;
    padding: 70px 0;
}

.prods{
    display: flex;
    flex-wrap: wrap;
}

.prods .proditem{
    width: calc(25% - 15px);
    margin-right: 15px;
    margin-bottom: 25px;
    background: #fff;
    padding-bottom: 80px;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;  
    position: relative;
}

.prods .img{ 
    overflow: hidden;
}

.prods .img img{
    width: auto;
    height: auto;
}

.prods a.name{
    padding: 15px 15px 10px 15px;
    display: block;
    color: #000;
}

.prods .info{
    padding: 0 15px 15px 15px;
}

.info a{
    color: #f54b55;
}

.info span{
    display: block;
    margin-bottom: 5px;
}

.prods .more{
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../img/moreprod.svg) 90% 50% no-repeat #f54b55;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0em;
    text-transform: uppercase;
    color: #fff;
    padding: 13px 42px 13px 20px;
}

.prods .more:hover{
    background: url(../img/moreprod.svg) 100% 0 no-repeat #602a59;
}

.banner{
    background: url(../img/banner.jpg) 100% 0 no-repeat #F9F4F8;
    padding: 50px 0;
}

.banner h2{
    color: #f54b55;
    font-family: Montserrat;
    font-size: 48px;
    font-weight: 800;
    line-height: 62px;
    letter-spacing: 0em;
    text-align: left;
    text-transform: uppercase;
    padding-bottom: 40px;
}

.banner .inforgafika{
    background: linear-gradient(93.32deg, rgb(0 0 0 / 34%) 0%, rgb(245 75 85 / 87%) 100%);
    padding: 40px 0;
    border-radius: 4px
}

.banner ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.banner ul li{
    width: calc(26% - 40px);
    margin-right: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.banner ul li:last-child{
    margin: 0;
    width: 31%;
}

.banner ul li div{
    font-family: Montserrat;
    font-size: 48px;
    font-weight: 800;
    line-height: 62px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    margin-right: 15px; 
    text-transform: uppercase;
}

.banner ul li span{
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    display: flex; 
    text-transform: uppercase;
}

.partners{
    padding: 80px 0 70px;
}

.partners h2{
    font-family: Montserrat;
    font-size: 48px;
    font-weight: 800;
    line-height: 62px;
    letter-spacing: 0em;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    margin: 20px 0 10px;
}

.mySwiper{
    margin-top: 50px;
    margin-bottom: 20px;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.5);
    right:10px;
    padding: 30px;
    color: #000 !important;
    fill: black !important;
    stroke: black !important;
}

footer{
    background-color: #F6F6F6; 
    padding: 60px 0 30px;
}

.footerin{
    display: flex;
}

.card {
    padding: 0;
    width: calc(70% - 50px);
    margin-right: 50px;
    list-style: none;
    display: flex;
    min-height: 350px;
    justify-content: center;
    align-items: center;
}

.footerin .logo_box{
    padding: 0 0 20px 0;
}

.foot_menu{
    width: 30%;
}

.fmenu{
    list-style: none; 
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.fmenu>li{
    width: 50%;
}

.fmenu>li>a{
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #f54b55;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

.fmenu ul.sub li a{
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    color: #777777;
    padding: 7px 0;
}

.fmenu ul.sub li a:hover{
    color: #000;
}

.copy{
    padding: 45px 0 0 0;
}

.copy .container{
    display: flex;
    flex-wrap: wrap;
}

.copy .container div{
    width: 50%;
}

.copy .container div + div{
    text-align: right;
}

header .navbar-nav .nav-item {
    padding: 0 10px;
}

.dropdown-menu{
    box-shadow: 0 3px 5px -2px #999;
    border: none;
}

h1{
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 800;
    line-height: 42px;
    letter-spacing: 0em;
    text-align: left;
    color: #000;
    padding: 0 0 35px 0
}

.breadcrumb{
    text-transform: uppercase;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
}

.breadcrumb a{
    color: #f54b55;
}

.flbox{
    display: flex;
    flex-wrap: wrap;
}

.flbox ul.leftmenu{
    width: calc(30% - 30px);
    margin-right: 30px;
}

.flbox .cont{
    width: 70%;
}

.cont .prods .proditem{
    width: calc(33% - 15px);
    margin: 0 15px 15px 0;
}

.not-front{
    background: #F6F6F6;
}

body.toolbar-drawer {
    padding-top: 0 !important;
}

.breadcrumb-box{
    padding: 40px 0 0;
}

.not-front #search-block-form--2 {
    background: rgb(255, 255, 255, 0.5);
    padding: 5px 10px;
    width: 98%;
    position: relative;
    margin: 0 0 50px 0;
    z-index: 1000;
    border-radius: 4px;
    box-shadow: 1px 2px 8px #ccc;
}

.accordion {
  width: calc(30% - 30px);
  margin: 0 30px 0 0;  
}

.accordion .link {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 0;
  font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;

  color: #000;   
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-transform: uppercase;
}

.accordion li:last-child .link { border-bottom: 0; }

.accordion li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  color: #000;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}

.accordion li.open .link { color: #f54b55; }

.accordion li.open i { color: #f54b55; }

.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/**
 * Submenu
 -----------------------------*/


.submenu {
    display: none;
    background: #fff;
    font-size: 14px;
    margin: 10px 0 10px 0;
    padding: 10px;
}
 
.submenu li{
    padding: 5px 10px 5px 20px;
} 

.submenu a {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    color: #333333;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.submenu a:hover { 
  color: #f54b55;
}


.not-front .padd{
    padding: 0 0 50px 0;
    border-bottom: 65px solid #fff;
}

.link a{ color: #000; }

.gallery-container {
  position: relative;
  width: calc(50% - 30px);
  display: flex;
  margin-right: 30px;
  justify-content: space-between;
  overflow: hidden;
}

.gallery-main {
  width: 600px;
  height: 400px; 
}
.gallery-main .swiper-button-prev, .gallery-main .swiper-button-next {
  position: absolute;
  bottom: 0;
  right: 0;
  top: auto;
  left: auto;
  height: 75px;
  width: 40px;
  color: #e9e9e9;
  background: #1e1e1e;
}
.gallery-main .swiper-button-prev::after, .gallery-main .swiper-button-next::after {
  font-size: 12px;
}
.gallery-main .swiper-button-prev {
  right: 40px;
  border-right: 1px solid #e9e9e9;
}

.gallery-title {
  position: absolute;
  top: 15px;
  right: 15px;
  font-family: "Epilogue", sans-serif;
  font-size: 50px;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  color: #ffffff;
}
.swiper-slide-active .gallery-title {
  -webkit-animation: slide-in 0.3s ease-in both;
          animation: slide-in 0.3s ease-in both;
}

.gallery-thumbs {
  order: -1;
  width: 100px;
  height: 300px;
  margin-right: 15px;
  padding-left: 15px;
}
.gallery-thumbs .swiper-slide{
    margin-bottom: 10px;
    max-height: 80px;
}
.gallery-thumbs .swiper-slide img {
  transition: 0.3s;
}
.gallery-thumbs .swiper-slide-active {
  opacity: 0.9;
}
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  cursor: pointer;
}
.gallery-thumbs .swiper-slide-thumb-active img {
  margin-left: -15px;
}

.prodflex{
    display: flex;
    flex-wrap: wrap;
    padding-top: 50px;
    margin-bottom: 75px;
}

.prodbox{
    width: 50%;
}


.prodbox h1{
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: #000;
}

.brand{
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 30px;
}

.brand a {
    color: #f54b55;
}

.short{
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
}

.price {  
    background: url(../img/moreprod.svg) 90% 50% no-repeat #f54b55;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0em;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 30px;
    color: #fff;
    padding: 13px 42px 13px 20px;
    cursor: pointer;
}


.price:hover{
    background: url(../img/moreprod.svg) 100% 0 no-repeat #602a59;
    color: #fff;
}

.tab-content .active{
    background: #fff;
}

.tab-content .tab-pane{
    padding: 20px;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
}

.nav-tabs .nav-link{
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #000;
    text-transform: uppercase;
}


.nav-tabs .active{
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #f54b55;
    text-transform: uppercase;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #f54b55;
    background-color: #fff;
    border-color: transparent;
}

.nav-tabs {
    border-bottom: 1px solid transparent;
}

#nav-tabContent{
    margin-bottom: 70px;
}

.similar h2{
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 800;
    line-height: 42px;
    letter-spacing: 0em;
    text-align: left;
    text-transform: uppercase; 
    margin-bottom: 40px;
}

.char{
    padding: 0;
    margin: 0;
    list-style: none;
}

.char li{
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #f7f7f7;
    padding: 5px 0;
}

.char li span{
    display: block;
    width: 50%;
}

.cblock{
    display: flex;
    flex-wrap: wrap;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #000;
    padding: 40px 0 0 0;
}

.cblock iframe{
    width: calc(50% - 30px);
    margin: 0 30px 0 0;
    height: auto;
}

.cblock div{
    width: 50%;
}

.cblock div ul{
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
}

.cblock .title{
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: #f54b55;
}

.page-catalog #search-block-form {
    background: rgb(255, 255, 255, 0.5);
    padding: 8px 0 5px;
    width: 98%;
    position: relative;
    margin: 10px 0 70px 0;
    z-index: 1000;
    border-radius: 4px;
    box-shadow: 1px 2px 8px #ccc;
}

@media (max-width:991.98px){
    .flex{display: block;}
    .logo_box { justify-content: center; }
    .addr_box{ justify-content: center; margin-top: 30px; }
    #navbarSupportedContent{ margin-top: 25px; }
    .owl-main-slider.owl-theme .item .text .title {
        font-family: Montserrat;
        font-size: 28px;
        font-weight: 800;
        line-height: 39px;
        letter-spacing: 0em;
        text-align: left;
        color: #000;
        text-transform: uppercase;
    }
    .owl-main-slider.owl-theme .item .text .desc .name {
        font-family: Montserrat;
        font-size: 14px;
        font-weight: 500;
        line-height: 26px;
        letter-spacing: 0em;
        text-align: left;
        margin-left: 23px;
        padding-top: 10px;
    }
    .owl-main-slider.owl-theme .item .text .left{
        top: -10px;
    }
    .owl-main-slider.owl-theme .item .text {
        min-height: 330px;
    }
    .owl-main-slider.owl-theme .item .text .img { 
        max-width: 330px; 
    }
    .category ul.block li {
        width: calc(50% - 15px); 
    }
    .prods .proditem {
        width: calc(50% - 15px);
    }
    .banner ul li {
        width: calc(36% - 40px);
        margin-right: 10px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .banner ul li div { 
        font-size: 38px;
    }
    .cblock iframe {
        width: 100%;
        margin: 0;
        height: 400px; 
        order: 2;
    }
    .cblock div {
        width: 100%;
    }   
    .cont .prods .proditem {
        width: calc(50% - 15px);
        margin: 0 15px 15px 0;
    }        
}

@media (max-width:451px){
    .logo_box .logo {
        padding: 0 15px 0 0;
        background: none;
        margin: 0 0 20px;
        font-family: Montserrat;
        font-size: 12px;
        font-weight: 600;
        line-height: 15px;
        letter-spacing: 0.16em;
        text-align: left;
        text-transform: uppercase;
    }
    .slogan, header .tel { 
        text-align: center; 
    }
    .addr_box .tel{
        margin-bottom: 20px;
    }
    .owl-main-slider.owl-theme .item .text .title {
        font-family: Montserrat;
        font-size: 18px;
        font-weight: 800;
        line-height: 19px;
        letter-spacing: 0em;
        text-align: left;
        color: #000;
        text-transform: uppercase;
    }
    .owl-main-slider.owl-theme .item .text .desc .name {
        font-family: Montserrat;
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
        letter-spacing: 0em;
        text-align: left;
        margin-left: 16px;
        padding-top: 10px;
    }
    .owl-main-slider.owl-theme .item .text .img {
        max-width: 210px;
    }
    .category ul.block li {
        width: calc(100% - 15px);
    }
    .category ul.block li a{
        background-size: cover !important;
    }
    .popularity h2 {
        font-family: Montserrat;
        font-size: 28px;
        font-weight: 800;
        line-height: 62px;
        letter-spacing: 0em;
        text-align: center;
        text-transform: uppercase;
        padding: 40px 0;
    }
    .prods .proditem {
        width: 100%;
    }
    .banner h2 {
        color: #f54b55;
        font-family: Montserrat;
        font-size: 38px;
        font-weight: 800;
        line-height: 42px;
        letter-spacing: 0em;
        text-align: left;
        text-transform: uppercase;
        padding-bottom: 40px;
    }
    .banner ul {
        padding: 0;
        margin: 0;
        list-style: none;
        display: block;
        flex-wrap: wrap;
        justify-content: center;
    }
    .banner ul li {
        width: 100%;
        margin-right: 10px;
        display: block;
        flex-wrap: wrap;
        align-items: center;
        margin: 0 0 20px 0;
    }
    .banner ul li:last-child {
        margin: 0;
        width: 100%;
    }
    .banner ul li span {
        font-family: Montserrat;
        font-size: 16px;
        font-weight: 500;
        line-height: 21px;
        letter-spacing: 0em;
        text-align: left;
        color: #fff;
        text-align: center;
        display: block;
        text-transform: uppercase;
    }
    .banner ul li div {
        font-family: Montserrat;
        font-size: 48px;
        font-weight: 800;
        line-height: 62px;
        letter-spacing: 0em;
        text-align: left;
        color: #fff;
        margin-right: 15px;
        text-transform: uppercase;
        text-align: center;
    }
    .partners h2 {
        font-family: Montserrat;
        font-size: 28px;
        font-weight: 800;
        line-height: 12px;
        letter-spacing: 0em;
        text-align: center;
        color: #000;
        text-transform: uppercase;
        margin: 0px 0 0px;
    }
    .partners {
        padding: 60px 0 50px;
    }
    .footerin {
        display: block;
    }
    .card {
        padding: 0;
        width: 100%;
        margin-right: 0;
        list-style: none;
        display: flex;
        min-height: 350px;
        justify-content: center;
        align-items: center;
    }
    .foot_menu {
        width: 100%;
        margin-top: 30px;
        text-align: center;
    }
    .fmenu>li>a {
        font-family: Montserrat;
        font-size: 16px;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 0em;
        text-align: left;
        color: #f54b55;
        text-transform: uppercase;
        display: block;
        margin-bottom: 10px;
        text-align: center;
    }
    .fmenu>li {
        width: 100%;
    }
    .fmenu {
        list-style: none;
        padding: 0;
        margin: 0;
        display: block;
        text-align: center;
        flex-wrap: wrap;
    }
    .flbox {
        display: block;
        flex-wrap: wrap;
    }
    .accordion {
        width: 100%;
        margin: 0 30px 0 0;
    }
    .prods {
        display: block;
        flex-wrap: wrap;
    }
    .flbox .cont {
        width: 100%;
    }
    .cont .prods .proditem {
        width: 100%;
        margin: 0 0 25px;
    }
    .prodflex {
        display: block;
        flex-wrap: wrap;
        padding-top: 50px;
        margin-bottom: 75px;
    }
    .gallery-container {
        position: relative;
        width: 100%;
        display: flex;
        margin-right: 0;
        justify-content: space-between;
        overflow: hidden;
    }
    .myclass .swiper-wrapper{
        width: 100% !important;
    }
    .gallery-container{
        margin-bottom: 35px;
    }
    .prodbox {
        width: 100%;
    }
    .cblock iframe {
        width: 100%;
        margin: 0;
        height: 400px; 
        order: 2;
    }
    .cblock div {
        width: 100%;
    }
}

.webform-client-form .form-submit{
    position: relative;
    padding: 15px 0 15px 0;
    background: url(../img/knopka.png) 100% 0 no-repeat #f54b55;
    border-radius: 4px;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    margin-left: 0;
    width: 100%;
    border: none;
    transition: 0.5s ease;
    text-align: center;
}

.webform-client-form .form-submit:hover {
    color: #fff;
    background: url(../img/knopka.png) 120% 0 no-repeat #c43c44;
    transition: 0.5s ease;
}

#user-login label{ display: block; }



#user-login .form-submit{
    position: relative;
    padding: 15px 0 15px 0;
    background: url(../img/knopka.png) 100% 0 no-repeat #f54b55;
    border-radius: 4px;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    margin-left: 0;
    width: 100%;
    max-width: 426px;
    border: none;
    transition: 0.5s ease;
    text-align: center;
}

#user-login .form-submit:hover {
    color: #fff;
    background: url(../img/knopka.png) 120% 0 no-repeat #c43c44;
    transition: 0.5s ease;
}

ul.block ul.sub{
    position: absolute;
    z-index: 5;
    background: #d7bed4;
    padding: 0 0 0 15px;
    right: 0;
    left: 0;
    height: 0;
    overflow: hidden;
    transition: all 0.5s ease;
}

.category ul.sub li a:before, .category ul.sub li a:after{
    display: none;
}
.category ul.sub li a{
    padding: 0;
    text-transform: math-auto;
    font-size: 15px;
    font-weight: 400;
    line-height: 17px;
}

.category ul.sub li a:hover{
    text-decoration: underline;
}

.category ul.sub li {
    width: auto;
    margin-right: 15px;
    margin-bottom: 15px;
}

ul.block>li{
    position: relative;
}


ul.block>li:hover ul.sub{
    height: auto;
    overflow: normal;
    padding-top: 15px;
    transition: all 0.5s ease;
}

.page-news .prods .img {
    max-height: 415px;
    overflow: hidden;
}

.news_box{
    display: flex;
}

.news_box .block1{
    width: calc(33% - 30px);
    margin-right: 30px;
}

.news_box .block2{
    width: 70%;
}

.news_title{
    padding: 15px 15px 10px 15px;
    display: block;
    color: #000;
    font-size: 19px;
    font-weight: 600;
}

.newsitem{
    padding-bottom: 60px;
}

.owl-carousel1 {
    position: relative;
    margin-top: 40px;
}

.partners .owl-stage-outer{
    overflow: hidden;
}

.partners .owl-stage-outer .owl-stage{
    display: flex;    
}

.partners .owl-stage-outer .owl-stage img{
    display: inline-block;
    max-width: 160px;
}

.partners .owl-stage-outer .owl-stage .item{
    text-align: center;
}

.partners .owl-dots{
    display: none;
}

.partners .owl-prev{
    position: absolute;
    top: 40%;
    left: 0;
}
.partners .owl-next{
    position: absolute;
    top: 40%;
    right: 0;
}

.partners .owl-prev span{
    font-size: 50px;
}

.partners .owl-next span{
    font-size: 50px;
}


.navbar-expand-lg .navbar-nav .dropdown-menu{
    z-index: 5555;
}

.owl-main-slider.owl-theme .owl-nav .owl-prev,
.owl-main-slider.owl-theme .owl-nav .owl-next{
    background: none;
    box-shadow: none;
    transition: color .3s linear;
}

.owl-main-slider.owl-theme .owl-nav .owl-prev:hover,
.owl-main-slider.owl-theme .owl-nav .owl-next:hover{
    box-shadow: none;
    background: none;
    transition: color .3s linear;
}

.owl-next span {
    font-size: 105px;
    line-height: 1px;
    height: 53px;
    color: #151515;
}

.owl-prev span {
    font-size: 105px;
    line-height: 1px;
    height: 53px;
    color: #151515;
}

.flex{
    display: flex;
    flex-wrap: wrap;
}

.flex .card{
    width: calc(25% - 25px);
    margin: 0 25px 25px 0;
}

fieldset.search-advanced{
    display: none;
}

.page-search-node h2{
    margin-bottom: 30px;
}

.accordion ul.submenu li .link{
    padding: 0;
}

.accordion ul.submenu li ul.submenu{
    display: block !important;
}

.accordion ul.submenu li ul.submenu .link{
    padding: 2px 5px 2px 0;
    font-family: Montserrat;
    font-size: 14px;
    line-height: 14px;
}

.accordion ul.submenu li ul.submenu .link a{
    font-size: 14px;
}

.accordion ul.submenu li ul.submenu .link i{
    display: none;
}

.soc{
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.soc li{
    padding: 0 10px;
}

.item-list .pager{
    margin-top: 30px !important;
}

.item-list .pager li {
    background-image: none;
    display: inline;
    list-style-type: none;
    padding: 0.5em;
    border: 1px solid #ccc;
    background: #fff;
    padding: 10px 15px;
    margin: 0 5px;
}

.item-list .pager li.pager-current{
    background: #ccc;
    color: #fff;
}

.page-taxonomy-term .field-name-field-catimg{
    display: none;
}

.btn-primary {
    color: #fff;
    background-color: #f54b55;
    border-color: #f54b55;
    padding: 10px;
}

.btn-primary:hover, .btn-primary:focus {
    color: #fff;
    background-color: #c43c44;
    border-color: #c43c44;
    padding: 10px;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #c43c44;
}


.sto{
    margin: 10px 0 0 0;
    font-weight: 600;
}

.tab-pane ul{
    padding: 0 0 0 15px;
    margin: 0;
}

.qwe{
    display: block;
}

.qwe .card {
    width: 100%;
    margin: 0 25px 25px 0;
    display: flex;
}

.qwe .card img{
    max-width: 200px;
    margin: 50px 0 0 0;
}


.page-node-34 .qwe .card .btn{
    display: none;
} 

.page-node-34 .qwe .card p{
    min-height: auto !important;
}









