@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap');


*{
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

:root{
  --color1: #d7a449;
  --color2: #0e0707;
  --color3: #f1f1f1;
  --color11: #c1b7b7;
  --color-text:  #282828;
  --color-granny-smith: #7d9e9d;
  --color-dark-bunker: #101115;
  --color-bright-gray: #383c4a;
}

body{
    direction: ltr;
    font-family: 'Hind', sans-serif !important;
    font-size: 13px;
    margin: 0;
    padding: 0px;
    line-height: 1.2;
    direction: ltr !important;
}

img{
  max-width: 100%;
}

ul{
  list-style: disc;
  margin-left: 17px;
  padding: 0;
}

li, p{
padding: 15px 0;
}

a {
  text-decoration: none;
}

.container{
  max-width: 1251px;
  margin: 0 auto;
}

.newH{
  padding: 85px 0;
  position: relative;
}

.newH-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.newH-overlay video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.4);
  -webkit-filter: brightness(0.4);
}


.newH-btn{
  margin-top: 5px;
}

.container-newH{
  display: flex;
  width: 100%;
  max-width: 1244px;
  margin: 0 auto;
  justify-content: space-between;
  border: 7px solid white;
  border-radius: 7px;
  overflow: hidden;
  position: relative;

  &::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px);
  }
}

.copy-img{
  padding: 5px 0;
}


.copy-img a {
  display: flex;
  align-items: center;
  gap: 15px;
}

.copy-img a img{
  width: 25px;
  height: 25px;
}

.copy-img a h2{
  font-size: 20px;
  color: var(--color1);
}


.copy {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 23px  52px 44px 44px;
  color: white;
  font: 100% / 1.25 Lato;
  text-shadow: 1px 1px 1px black;
  background: transparent;
  position: relative;
}



.title-top {
  font-size: clamp(23px,5vw,28px);
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.subtitle {
  font-size: 19px;
  font-weight: 300;
}

.set {
  display: flex;
  margin-right: -123px;
  transform: skewX(-22.3deg); 
  margin-left: -83px;
}

.overlay {
  display: flex;
  height: 329px;
  width: 33.33%;
  justify-content: center;
  align-items: flex-end;
  border-right: 7px solid white; 
  overflow: hidden;
}

@media (min-width: 992px){
  .copy{
    max-width: 50%;
  }

  .overlay {
    width: 219px;
  }
}

.image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transform: skewX(0deg); 
  transition: transform 0.3s ease;
}

.overlay:hover .image {
  transform: scale(1.1);
}


.menuLeft{
  width: 100%;
  position: absolute;
  z-index: 1;
}

.menuLeft input[id="menuLeftControler"]{
  display:none;
}

.menuLeftTransition{
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

 input[id="menuLeftControler"] +  label[for="menuLeftControler"]{
  line-height: 52px;
  font-size: 27px;
  font-weight: 300;
  padding: 5px;
  color: #fff;
  background-color :#34495e;
  position: fixed;
  cursor: pointer;
  margin-left: 0;
}

#menuLeftControler:checked + #menuLeftLabel{
  margin-left:320px;
  background-color:#2c3e50;
}

#menuLeftControler:checked ~ .menuLeftOption{margin-left: 0;
}

.menuLeftOption{
  width: 320px;
  height: 100%;
  position: fixed;
  background-color: #34495e;
  top: 0;
  left: 0;
  margin-left: -320px;
  padding: 0 19px;
  overflow-y:scroll;
  overflow-x:hidden;
}

.menuLeftOption a{
  color: #fff;
  font-weight: 300;
  font-size: 20px;
  display: block;
  transition: .5s;
  padding: 15px;
  text-decoration:none;
  border-bottom: 1px solid #34495e;
}

.menuLeftOption .c-color{
  color: var(--color1) !important;
  font-weight: 800;
}

.menuLeftOption a:hover{
  margin-left: 19px;
  border-bottom: 1px solid #fff;
}

.mkbf{
  padding: 41px 0;
}

.mkbf-main{
  display: flex;
  flex-direction: row;
}

.mkbf-block-one{
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(assets/images/fade-overlay_q900.png);
  background-color: var(--color-bright-gray);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-left: 4px solid var(--color1);
}


.mkbf-block-one-inner{
  padding: 23px;
  color: var(--color3);
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.mbkf-dive{
  width: 27px;
  height: 3px;
  background: var(--color1);
}

.mbkf-block-one-text{
  font-size: clamp( 17px,5vw,19px);
}

.mkbf-block-two{
  flex: 2;
}

.mkbf-block-two-inner{
  display: flex;
  flex-wrap: wrap;
}

.mkbf-block-two-box{
  width: 50%;
  display: flex;
  border-left: 4px solid var(--color1);
}

.mkbf-block-two-box-inner{
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url(assets/images/fade-overlay_q900.png);
  background-color: var(--color-dark-bunker);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  gap: 23px;
  padding: 23px;
  
}


.mkbf-block-two-box-inner:nth-child(even){
  background: url(assets/images/fade-overlay_q900.png);
  background-color: var(--color-bright-gray);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.mkbf-block-two-box-inner svg{
  width: 50px;
  height: 50px;
  fill: var(--color1);
  animation: bounce 2s infinite ease-in-out;
}

@keyframes bounce {
  0% {
      transform: translateY(-5px);
  }

  50% {
      transform: translateY(15px);
  }

  100% {
      transform: translateY(-5px);
  }
}

.mkbf-block-two-box-inner{
  font-size: clamp(14px,2.5vw,13px);
  color: var(--color3);
}


.pr-catalog{
  padding: 41px 0;
}

.pr-catalog-title{
  display: flex;
  padding-left: 41px;
  padding-bottom: 41px;
}

.pr-catalog-title h5{
  font-size: clamp(19px,5vw,28px);
  font-weight: 800;
  color: var(--color-dark-bunker);
}

.pr-catalog-main{
  display: flex;
  flex-wrap: wrap;
}

.pr-catalog-block{
  width: 50%;
  display: flex;
}

.pr-catalog-inner {
  margin: 15px;
  position: relative;
  box-shadow: 0 2px  5px #dfdfdf;
  background: var(--color2);
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom-left-radius: 19px;
  border-top-left-radius: 19px;
}

.pr-catalog-popu {
  position: absolute;
  left: 0;
  top: 15px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  background: var(--color1);
  color: #fff;
  padding: 3px 15px;
}

.pr-catalog-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 427px;
  background: var(--color2);
  flex: 1;
}

.pr-catalog-image img {
  width: 100%;
  height: 100%;
  transition: .5s;
  object-fit: cover;
}

.pr-catalog-image img:hover{
  filter: grayscale(0.5);
  -wbkit-filter: grayscale(0.5);
}

.pr-catalog-details {
  padding: 27px;
  flex: 1;
}

.pr-catalog-ava {
  display: block;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  color: #458b00;
  margin-bottom: 19px;
  padding-top: 23px;
}

.pr-catalog-details h4 a {
  font-weight: 600;
  display: block;
  margin-bottom: 19px;
  text-transform: uppercase;
  color: var(--color1);
  text-decoration: none;
  transition: 0.3s;
  font-size: 20px;
}

.pr-catalog-details h4 a:hover {
  color: var(--color11);
}

.pr-catalog-details p {
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 19px;
  color: #999;
}

.pr-catalog-bottom-details {
  overflow: hidden;
  border-top: 1px solid #eee;
  padding-top: 23px;
}

.pr-catalog-price {
  font-size: 20px;
  color: #fbb72c;
  font-weight: 600;
}


.pr-catalog-btn{
  padding: 23px 0;
}


.testiminial-cli{
  background: url(assets/images/fade-overlay_q900.png);
  background-color: var(--color-bright-gray);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-left: 4px solid var(--color1);
}

.testiminial-cli-main{
  display: flex;
}

.testiminial-cli-block {
  position: relative;
  overflow: hidden;
  margin: 15px;
  width: 100%;
  color: #ffffff;
  text-align: left;
  line-height: 1.2;
  background-color: #1e1e1e;
  padding-top: 119px;
  backdrop-filter: brightness(0.5);
}

.testiminial-cli-block img {
  max-width: 100%;
  vertical-align: top;
  opacity: 0.85;
}
.testiminial-cli-block .testiminial-cli-image {
  width: 100%;
  background-color: #141414;
  padding: 23px;
  position: relative;
}
.testiminial-cli-block .testiminial-cli-image:before {
  position: absolute;
  content: '';
  bottom: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 52px 0 0 427px;
  border-color: transparent transparent transparent #141414;
}
.testiminial-cli-block .profile {
  border-radius: 50%;
  position: absolute;
  bottom: 100%;
  left: 23px;
  z-index: 1;
  max-width: 92px;
  opacity: 1;
  box-shadow: 0 0 19px rgba(0, 0, 0, 0.3);
}
.testiminial-cli-block h3 {
  font-size: clamp(17px,2.5vw,19px);
  margin: 23px;
  font-weight: 300;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  color: var(--color3);
}
.testiminial-cli-block h3 span {
  display: block;
  font-size: 13px;
  color: var(--color1);
}
.testiminial-cli-block .testiminial-cli-image div {
  margin: 0 0 15px;
  padding: 0 0 27px;
  letter-spacing: 1px;
  opacity: 0.8;
  font-style: italic;
  font-weight: 300;
}
.testiminial-cli-block .testiminial-cli-image div:after {
  font-family: 'FontAwesome';
  content: "\201C";
  position: absolute;
  font-size: 151px;
  line-height: 1.2;
  color: var(--color1);
  font-style: normal;
  content: "\201D";
  right: 23px;
  bottom: -103px;
}

.kak-mi-rabot{
  padding: 41px 0;
}


.kak-mi-rabot-title{
  display: flex;
  padding-left: 41px;
  padding-bottom: 41px;
}

.kak-mi-rabot-title h5{
  font-size: clamp(19px,5vw,28px);
  font-weight: 800;
  color: var(--color-dark-bunker);
}

.kak-mi-rabot-main {
  counter-reset: boxCounter;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.kak-mi-rabot-block{
  display: flex;
  width: 100%;
  flex-direction: row;
  gap: 23px;
}

.kak-mi-rabot-main .kak-mi-rabot-box {
  width: 100%;
  margin: 0 auto;
  border: 1px solid;
  border-bottom-left-radius: 23px;
  border-top-left-radius: 23px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: color 0.5s ease-in;
  background: url(assets/images/fade-overlay_q900.png);
  background-color: var(--color-bright-gray);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-left: 4px solid var(--color1);
  gap: 23px;
  padding: 23px;
}

.kak-mi-rabot-main .kak-mi-rabot-box .kak-mi-rabot-icon,
.kak-mi-rabot-main .kak-mi-rabot-box .kak-mi-rabot-content {
  display: flex;
  padding: 0 27px;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.kak-mi-rabot-content h2{
  color: var(--color3);
}

.kak-mi-rabot-main .kak-mi-rabot-box .kak-mi-rabot-icon {
  counter-increment: boxCounter;
  width: 92px;
  height: 92px;
  display: grid;
  place-content: center;
  font-size: 250%;
  border-radius: 100%;
  color: #f7f7f7;
  transition: box-shadow 0.5s ease-in;
}

.kak-mi-rabot-main .kak-mi-rabot-box .kak-mi-rabot-icon::before {
  content: counter(boxCounter);
}

.kak-mi-rabot-main .kak-mi-rabot-box:hover {
  color: #fff;
}

.kak-mi-rabot-main .kak-mi-rabot-box .kak-mi-rabot-icon {
  background-color: var(--color1);
  box-shadow: 0px 0px 0px 0px var(--color1);
}

.kak-mi-rabot-main .kak-mi-rabot-box:hover .kak-mi-rabot-icon {
  box-shadow: 0px 0px 0px 427px var(--color1);
}

.kak-mi-rabot-main .kak-mi-rabot-box:hover .kak-mi-rabot-content div{
  color: var(--color3);
}


.kak-mi-rabot-content div{
  color: var(--color1);
  font-style: italic;
}

.sendForma{
  padding: 41px 0;
}

.sendForma-title{
  display: flex;
  padding-left: 41px;
  padding-bottom: 41px;
}

.sendForma-title h5{
  font-size: clamp(19px,5vw,28px);
  font-weight: 800;
  color: var(--color-dark-bunker);
}

.sendForma-main{
  display: flex;
  flex-direction: row;
}

.sendForma-image{
  flex: 1;
}

.sendForma-box-block{
  flex: 2;
  padding: 23px;
  background: var(--color2);
  border-left: 4px solid var(--color1);
}

.sendI{
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url(gallery/depictions_header_681de7c640a908.14351076.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.sendForma-box-block label{
  color: var(--color3);
}

.sendForma-box-block form{
  width: 100%;
}

.sendForma-box-block .field{
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.sendForma-box-block .input-field__field_component{
  width: 100%;
  padding: 15px;
  font-size: 13px;
  color: white;
  border: none;
  border: 1px solid #fff;
  outline: none;
  background: transparent;
}

.sendForma-box-block .input-field__field_component::placeholder{
  color: var(--color3);
}

.sendForma-box-block .textarea-field__field_component::placeholder{
  color: var(--color3);
}

.sendForma-box-block .textarea-field__field_component{
  width: 100%;
  padding: 15px;
  font-size: 13px;
  color: white;
  border: none;
  border: 1px solid #fff;
  outline: none;
  background: transparent;
}

.sendForma-box-block .sendForma-box-check{
  align-items: center;
  padding: 19px 0;
  display: flex;
  gap: 5px;
}

.sendForma-box-block .sendForma-box-check a{
  text-decoration: underline;
  color: var(--color1);
}


.nbot{
  background: var(--color2);
  padding: 27px;
}

.nbot-main{
  display: flex;
  flex-direction: row;
}

.nbot-pol, .nbot-hours, .nbot-cards{
  flex: 1;
}

.nbot-hours, .nbot-pol{
  display: flex;
  align-items: center;
  justify-content: center;
}

.nbot-cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.nbot-cards img{
  width: 53px;
  height: 53px;
}


.nbot-hours-inner svg{
  width: 50px;
  height: 50px;
  fill: var(--color1);
  animation: bounce 2s infinite ease-in-out;
}

.nbot-pol-iiner{
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  justify-content: center;
}

.nbot-pol-iiner a, .nbot-hours-week div{
  font-size: 13px;
  color: var(--color3);
  transition: .5s;
}

.nbot-pol-iiner a:hover{
  color: var(--color1);
}

.nbot-hours-inner{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.nbot-hours-title{
  color: var(--color3);
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 23px;
  flex-direction: column-reverse;
}

.nbot-hours-week{
  display: flex;
  gap: 15px;
}


.bt-cop{
  background: url(assets/images/fade-overlay_q900.png);
  background-color: var(--color-dark-bunker);
  padding: 19px;
}

.bt-cop-main{
  display: flex;
  flex-direction: row;
}

.bt-cop-pol, .bt-cop-titles{
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bt-cop-pol-inner{
  display: flex;
  gap: 15px;
}

.bt-cop-pol-inner a, .bt-cop-titles div{
  font-size: 18px;
  color: var(--color3);
  transition: .5s;
}

.bt-cop-pol-inner a:hover{
  color: var(--color1);
}



.one-prod{
  padding: 41px;
}

.single-product-title{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 41px;
}

.single-product-title h5{
  font-size: clamp(20px,5vw,28px);
  font-weight: 800;
  color: var(--color2);
}


.single-product-main{
  display: flex;
  flex-direction: column-reverse;
}

.single-product-image, .single-product-content{
  flex: 1;
  margin: 19px;
}

.single-product-content h2{
  font-size: 17px;
}

.single-product-content{
  padding: 15px;
  color: var(--color2);
  flex: 1;
  font-size: clamp( 14px,2.5vw,17px) !important;
}

.single-product-content ul li, .single-product-content ol li{
  padding: 5px 0;
}

.single-product-content ul{
  list-style: disc !important;
  text-align: left !important;
}

.single-product-image{
  display: flex;
  flex-direction: column;
  align-items: center;]
}

.single-product-image img{
  width: 100%;
  height: 329px;
  object-fit: contain;
}

.single-product-price {
  font-size: clamp(14px,2.5vw,23px);
  color: var(--color1);
  font-weight: 800;
  font-style: italic;
}

.single-product-rating{
  display: flex;
  padding: 23px 0;
  gap: 23px;
}

.single-product-rating svg{
  width: 50px;
  height: 50px;
  fill: var(--color1);
}

.single-product-ava{
  display: block;
  font-size: 17px;
  font-weight: 800;
  text-transform: uppercase;
  color: #458b00;
  margin-bottom: 19px;
  padding-top: 23px;
}

.single-product-form label{
  color: var(--color2);
}

.single-product-form{
  width: 100%;
}

.single-product-form .field{
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.single-product-form .input-field__field_component{
  width: 100%;
  padding: 15px;
  font-size: 13px;
  color: var(--color2);
  border: none;
  border: 1px solid var(--color1);
  outline: none;
  background: transparent;
}

.single-product-form .input-field__field_component::placeholder{
  color: var(--color2);
}

.single-product-form .textarea-field__field_component::placeholder{
  color: var(--color2);
}

.single-product-form .textarea-field__field_component{
  width: 100%;
  padding: 15px;
  font-size: 13px;
  color: var(--color2);
  border: none;
  border: 1px solid var(--color1);
  outline: none;
  background: transparent;
}

.single-product-form .single-product-check{
  align-items: center;
  padding: 19px 0;
  display: flex;
  gap: 5px;
}

.single-product-form .single-product-check a{
  text-decoration: underline;
  color: var(--color1);
}

.single-product-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 41px;
}


.person-say-main{
  display: flex;
  flex-direction: row;
}

.person-say-block{
  flex: 1;
  box-shadow: var(--color-granny-smith) 0px 2px 8px 0px;
  margin: 15px;
  padding: 23px;
  backdrop-filter: brightness(0.5);
  -webkit-backdrop-filter: brightness(0.5);
}

.person-say-image svg{
  width: 50px;
  height: 50;
  fill: #d74963;
}

.person-say-text{
  font-size: clamp(17px,2.5vw, 20px);
  font-weight: 800;
  color: var(--color3);
}

.person-say-text div{
  font-size: clamp(14px,2.5vw,17px);
  font-style: italic;
  color: var(--color11);
}

.obratka{
  padding: 41px;
}

.feedback-title{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 41px;
}

.feedback-title h5{
  font-size: clamp(20px,5vw,28px);
  font-weight: 800;
  color: var(--color2);
}

.feedback-main{
  display: flex;
  flex-direction: row;
}

.feedback-adress-m{
  background: url(assets/images/fade-overlay_q900.png);
  background-color: var(--color-bright-gray);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-left: 4px solid var(--color1);
  display: flex;
  flex-direction: row;
}

.feedback-adress-cha, .feedback-adress-google{
  flex: 1;
}

.feedback-adress-google iframe{
  height: 100%;
}

.feedback-adress-cha{
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 23px;
}

.feedback-adress-box{
  backdrop-filter: brightness(0.8);
  -webkit-backdrop-filter: brightness(0.8);
  padding: 15px;
  margin: 15px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 15px;
  transition: .5s;
}

.feedback-adress-box:hover{
  box-shadow: 0 15px 27px var(--color1);
}

.feedback-adress-box svg{
  width: 50px;
  height: 50px;
  fill: var(--color1);
  animation: bounce 2s infinite ease-in-out;
}

.feedback-adress-text a, .feedback-adress-text div{
  font-size: clamp(17px,2.5vw, 20px);
  font-weight: 600;
  color: var(--color3);
  transition: .5s;
  word-break: break-all;
}

.feedback-adress-text a:hover{
  color: var(--color1);
}

.feedback-adress-block{
  width: 100%;
  margin: 0 auto;
  max-width: 566px;
}

.phons{
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.feedback-image{
  flex: 1;
}

.feedback-sendI{
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url(gallery/thumbnails_header_681de7c640aa37.00374242.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}


.feedback-block{
  flex: 2;
  padding: 23px;
  background: var(--color2);
  border-left: 4px solid var(--color1);
}

.feedback-block label{
  color: var(--color3);
}

.feedback-block{
  width: 100%;
}

.feedback-block .field{
  text-align: left;
  display: flex;
  flex-direction: column;
  padding: 15px 0;
}

.feedback-block input{
  padding: 15px;
  font-size: 13px;
  color: white;
  border: none;
  border: 1px solid #fff;
  outline: none;
  background: transparent;
}

.feedback-block input::placeholder{
  color: var(--color3);
}

.feedback-block textarea::placeholder{
  color: var(--color3);
}

.feedback-block textarea{
  padding: 15px;
  font-size: 13px;
  color: white;
  border: none;
  border: 1px solid #fff;
  outline: none;
  background: transparent;
}

.feedback-block .feedback-check{
  align-items: center;
  padding: 19px 0;
  display: flex;
  gap: 5px;
}

.feedback-block .feedback-check a{
  text-decoration: underline;
  color: var(--color1);
}


.newsa{
  padding: 92px 19px;
  overflow: hidden;    
  color: var(--color2);
  word-break: break-all;
}

.newsa h1.newsa-title{
  font-size: 23px;
  font-weight: 800;
  color: var(--color2);
}

.newsa h1,h2,h3{
  font-size: 20px;
  font-weight: 800;
  color: var(--color2);
}

.newsa  a{
  text-decoration: underline;
  color: var(--color2);
  word-break: break-all;
}

.newsa ol li {
  color: var(--color2);
}

.newsa ul{
  list-style: disc !important;
  text-align: left;
  margin: 15px;
}



.button-1 {
  appearance: none;
  padding: 15px;
  border: none;
  border-radius: 7px;
  background: var(--color3);
  color: var(--color2);
  font-size: 17px;
  font-weight: 800;
  transition: .5s;
}

.button-1:focus,
.button-1:hover {
  background: darken(var(--color3), 10%);
  color: var(--color3);
  box-shadow: 0 15px 27px var(--color1);
}

.button-2 {
	position: relative;
	font-size: 13px;
	line-height: 1.2;
	padding: 5px 34px;
	font-weight: 600;
	overflow: hidden;
	color: #fff;
	background: var(--color-dark-bunker);
	letter-spacing: .8px;
	border-radius: 5px;
	text-decoration: none;
	display: inline-flex;
	justify-content: center;
	text-align: center;
	white-space: nowrap;
	transition: all .3s ease;
}

.button-2:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	border-radius: 5px;
	transform: scaleX(0);
	transform-origin: top right;
	transition: transform .5s cubic-bezier(.86, 0, .07, 1);
  background-color: #fff;
  color: var(--color2);
}

.button-2:hover {
	box-shadow: 0 15px 27px var(--color1);
}

.button-2:hover:before {
	transform: scaleX(1);
  transform-origin: bottom left;
  z-index: -1;
}

.button-3{
  background-color: var(--color1);
  color: var(--color3);
  border-radius: 35;
  font-size: 17px;
  font-weight: 600;
  padding: 15px 19px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: 1px solid black;
  box-shadow: 0 0 0 0 black;
}
.button-3:hover {
  transform: translateY(-4px) translateX(-2px);
  box-shadow: 2px 5px 0 0 black;
}
.button-3:active {
  transform: translateY(2px) translateX(1px);
  box-shadow: 0 0 0 0 black;
}

.button-4 {
  background-color: var(--color1);
  color: var(--color3);
  padding: 15px 27px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}

.button-4:hover {
  border: 1px solid #9c4307;
  color:  var(--color3);
}


.button-5 {
  background-color: var(--color1);
  color: #fff;
  padding: 19px 23px;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: border-radius 0.3s ease;
}

.button-5:hover {
  color: var(--color-bright-gray);
  border-radius: 35;
}


@media (max-width: 992px) {
  .container-newH{
    flex-direction: column;
  }
  
  .testiminial-cli-main{
    flex-direction: column
  }

  .testiminial-cli-block{
    width: inherit;
    flex: 1;
  }

  .kak-mi-rabot-block{
    flex-direction: column;
  }
  
  .pr-catalog-inner{
    flex-direction: column;
  } 
  
  .mkbf-main{
    flex-direction: column;
  }

  .sendForma-main{
    flex-direction: column;
  }

  .nbot-main{
    flex-direction: column;
    align-items: center;
  }

  .bt-cop-main{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }

  .bt-cop-pol-inner{
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .single-product-main{
    flex-direction: column;
  }

  .feedback-adress-m{
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .pr-catalog-main{
    flex-direction: column;
  }

  .pr-catalog-block{
    width: 100%;
    justify-content: center;
  }

  .mkbf-block-two-inner{
    flex-direction: column;
  }

  .mkbf-block-two-box{
    width: 100%;
  }
}


@media(max-width: 600px){
    .newsa {
      padding: 41px 41px;
    }

    .testiminial-cli-block .profile{
      max-width: 51px;
    }
}

@media (max-width: 575px) {

  button {
      width: 100%;
  }

  .copy{
    padding: 23px 23px 44px 23px;
  }

  .one-prod{
    padding: 41px 0;
  }

  .single-product-title{
    padding-left: 23px;
  }

  .single-product-image img{
    height: auto;
  }

  .obratka{
    padding: 41px 0 !important;
  }
}

@media(max-width: 500px){
  .nbot-hours-week{
    flex-direction: column;
    align-items: center;
  }

  .menuLeftOption{
    width: 260px;
  }
  #menuLeftControler:checked + #menuLeftLabel{
    margin-left: 260px;
  }
}



#market-{rclass_basket}-main-basket-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 23px;
  flex-direction: column;
}

#market-{rclass_basket}-main-basket-1  svg { 
fill: #fff !important; 
}
#market-{rclass_basket}-main-basket-1  svg { 
fill: #fff !important; 
}

.gdpr-popup, .x981m3{
z-index: 7 !important;
}

       
      
        