﻿html {
  background: #8e7054;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden; 
}

body {
  width: 100%;
  max-width: 100%;
}

.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto; }
.fa-brands {
  font-family: 'Font Awesome 6 Brands'; }
.fa-youtube-square:before {
  content: "\f431"; }
.fa-youtube:before {
  content: "\f167"; }


* {
  margin: 0;
  padding: 0;
}

.flag_1{
  background-position:-10px -463px;/*6*/
}
.flag_2{
    background-position:-105px -370px;/*5*/
}
.flag_3{
  background-position:-0px -463px;/*9*/
}
.flag_4{
  background-position:-105px -463px;/*4*/
}
.flag_5{
  background-position:-200px -463px;/*1*/
}
.flag_6{
  background-position:-390px -463px;/*13*/
}
.flag_7{
  background-position:-865px -463px;/*2*/
}
.flag_8{
  background-position:-665px -463px;/*НЕТ КАРТИНКИ*/
}
.flag_9{
  background-position:-95px -463px;/*10*/
}
.flag_10{
  background-position:-485px -463px;/*7*/
}
.flag_11{
  background-position:-580px -463px;/*8*/
}
.flag_12{

background-position:-675px -463px;/*11*/  
}
.flag_13{
  background-position:-770px -463px;/*12*/
}
.flag_14{
  background-position:-295px -463px;/*3*/
}
.flag_21{
  background-position:-10px -369px;/*3*/
}
.flag_22{
  background-position:-105px -369px;/*3*/
}
.flag_23{
  background-position:-205px -369px;/*3*/
}
.flag_24{
  background-position:-295px -369px;/*3*/
}
.flag_25{
  background-position:-390px -369px;/*3*/
}
.flag_26{
  background-position:-485px -369px;/*3*/
}
.flag_27{
  background-position:-580px -369px;/*3*/
}
.flag_28{
  background-position:-675px -369px;/*3*/
}
.flag{
  display:inline-block;
  padding-right: 8px;
  height:85px;
  width:85;
  background-image: url(/images/icons.png);
  background-repeat: no-repeat;
}


.line {
  background: #412e20;
  height: 50px;
  width: 100%;
}

.head {
  display: flex;
  width: 100%;
  background: #ffd400;
  height: 50px;
}

.nav {
  width: 80%;

  float: left;
  align-items: center;
  display: flex;
  align-items: center;
  margin: 20px;
  padding-right: 15px;
}

.logo {
  width: 35%;
  height: 35px;
  padding: 0 10px;
}

.logo img {
  max-width: 100%;
  height: 35px;
}

.menu {
  padding: 0 15px;
}

.menu i {
  color: #412e20;
  font-size: 22px;
}

.dropbtn {
  z-index: 999;
  color: white;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropbtn1 {
  z-index: 999;
  color: white;
  padding: 5px 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #412e20;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content1 {
  display: none;
  position: absolute;
  left: 1%;
  background-color: #412e20;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content li {
  list-style: none;
}

.dropdown-content1 li {
  list-style: none;
}

.dropdown-content li:hover {
  background: #8e7054;
}

.dropdown-content1 li:hover {
  background: #8e7054;
}

.dropdown-content li a {
  color: #fff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content1 li a {
  color: #fff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {
  background-color: #ddd;
}

.show {
  display: block;
}

.show1 {
  display: block;
}

.search {
  width: 90%;

  display: flex;
  align-items: center;
  margin-left: -180px;
}

.search-mobile {
  padding: 0 20px;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  
}

.search-mobile i {
  color: #fff;
  font-size: 22px;
  cursor: pointer;
}

.search i {
  color: #412e20;
  font-size: 22px;
  cursor: pointer;
}

.input {
  border: 0;
  background: transparent;
  width: 0%;
  outline: none;
  font-family: "Exo 2";
  font-size: 18px;
  color: #333;
  font-style: italic;
  transition: all 0.3s ease;
  position: relative;
}

.search.active {
  width: 230px;
  padding-left: 200px;
  transition: all 0.5s ease;
}

.input.active {
  background: #fff;
  width: 88%;
  padding: 5px;
  border-radius: 5px;
  transition: all 0.5s 0.8s ease;
}

input::placeholder {
  color: #333;
}

.social {
  margin-right: -170px;
  width: 10%;
  float: right;
  display: flex;
  align-items: center;
}

.social i {
  font-size: 25px;
  padding: 0 10px;
}

.fa-youtube {
  color: red !important;

}

.fa-vk {
  color: blue !important;
}

.content {
  overflow: hidden;
  display: block;
  margin-top: -50px;
  z-index: 999;
  max-width: 1206px;
  background: #fff;
  margin: -50px auto;
  box-shadow: 1px 3px 12px #333;
}

.banner {
  display: block;
  /*height: 300px;*/
  width: 100%;
  background-size: cover;
}

.banner img {
  /*height: 300px;*/
  width: 100%;
}

.line-puli {
  margin: 51px 0;
  width: 100%;
  position: relative;
  background: #412e20;
  opacity: 0.5;
  padding: 20px 0;
}

.line-img {
  display: block;
  text-align: center;
  margin: auto;
}

.hover {
  background: url(/images/puli_button.png) no-repeat;
  display: block;
  width: 420px;
  height: 85px;
  margin: auto;
}

.hover:hover {
  background: url(/images/puli-hover.png) no-repeat;
}

.block {
  width: 100%;
  display: block;
  margin-top: 10px;
}

.blocki {
  margin-top: -4px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.blocki-img {
  overflow: hidden;
  padding: 3px 4px;
  width: 49%;
}

.blocki-img img:hover {
  background: #333;
  opacity: 0.8;
}

.blocki-img img {
  object-fit: fill;
  max-width: 100%;
  height: auto;
}

.foot {
  margin-top: 50px;
  background: #412e20;
  height: 50px;
  width: 100%;
}

.foot p {
  color: #fff;
  padding: 15px;
}

/*Мобильная версия стили*/
@media (max-width: 789px) {
  .content {
    width: 100% !important;
  }

  .line-puli img {
    margin: 0;
  }

  .blocki {
    display: block !important;
    width: 100%;
    margin: auto;
  }

  .blocki-img {
    width: 95% !important;
    margin: 10px auto;
    background-size: cover;
  }

  .nav {
    display: none;
  }

  .nav-mobile {
    width: 100%;
    height: 30px;
    display: block;
    background: #ffd400;
    position: fixed;
    top: 0px;
    left: 0px;
    box-sizing: border-box;
    z-index: 10;
  }


  .mobile {
    background: #ffd400;
    display: flex;
    width: 70%;
    height: 30px;
    height: -webkit-fill-available;
    margin: 0 10px;
  }

  .logo-mobile {
    width: 50%;
    padding: 5px 0 0px 1px;
    box-sizing: border-box;

  }

  .logo-mobile img {
    max-width: 100%;
    max-height: 25px;

  }

  .social-mobile {
    /* padding: 13px 0  0; */
    position: absolute;
    right: 0;
    margin: 5px 15px 0px 0px;


  }

  .social-mobile i {
    font-size: 24px;
  }

  .mobile-menu {
    font-family: "Exo 2";
    background: #412e20;
    height: 25px;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 0px;
    box-sizing: border-box;
  }

  .menu-mobile {
    float: left;
    width: 80%;
    height: 25px;

  }

  .menu-mobile i {
    color: #fff;
    font-size: 20px;
  }

  .hover {
    background: url(/images/puli_button_mob.png) no-repeat;
    width: 250px;
    height: 52px;
  }

  .hover:hover {
    background: url(/images/puli-hover-mob.png) no-repeat;
  }
}

.blok-puli-wrap {
  display: flex;
  width: 100%;
  flex-wrap: wrap;

}


@media (min-width: 790px) {
  .nav-mobile {
    display: none;
  }
}

@media (max-width: 850px) {
  .section-text {
    width: 132px;
    height: 13px;
    text-align: right;
    display: inline-block;
    margin-top: 3px;
  }

  .box {
    /*max-width: 90%;*/
    margin: 3%;
    background: #fff;
  }

  .box-bar {
    width: 25px;
    height: 25px;
    background: #dcddde;
    border: 1px solid #bcbec0;
    box-sizing: border-box;
    margin-right: 2px;
    margin-bottom: 2px;
  }

  .baner-img {
    position: relative;
    top: 0;
    right: 0;

    /*min-width: 303px;*/
    height: 168.33px;
    z-index: 1;
    margin-top: 19px;
    width: 100%;
    margin: auto auto;
  }

  .banner-urag-wrp {
    display: flex;
  }

  .banner-box-wrp-wrt {
    position: absolute;
    top: 90;
    right: 0px;
    z-index: 2;
    display: flex;
    margin-right: 15px;
  }

  .box-bar2 {
    background: #dcddde;
    border: 1px solid #bcbec0;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    display: flex;
    margin-right: 4px;
  }

  .banner-box-wrp-lft {
    position: absolute;
    z-index: 2;
  }

  .blok-puli {

    width: 48%;
    height: 76px;
    border: 1px solid #f6f3ef;
    background-color: #f6f3ef;
    border-radius: 50px 0 0 50px;
    background: rgba(210, 194, 176, 0.2);
    margin: 1% 1%;
    padding: 3px 7px 3px 0px;
    box-sizing: border-box;
    text-align: right;
    position: relative;
    z-index: 1;
    display: block;
    position: relative;
    

  }

  .bread {
    height: 17px;
    width: 100%;
    min-width: 330px;
    background: #d2c2b0;
    display: flex;
    align-items: center;
    margin: 6px auto 6px auto;
    padding: 0 10px;
    box-sizing: border-box;


  }

  .bread a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
    font-size: 12px;
    margin: 0 10px;

  }

  .brd-kgr {
    width: 7px;
    height: 7px;
    background: #422d21;
    border-radius: 100%;
  }

  .section-main {
    width: 100%;
    display: flex;

  }

  /* ======================шрифты========================= */

  .bread a {
    text-decoration: none;
    font-family: "Exo 2", sans-serif;
    font-weight: bold;
    font-size: 0.7rem;
    color: #422d21;
    margin: 0 10px;
  }

  .blok-puli a {
    font-family: "Exo 2", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 8px;
    line-height: 6px;
    text-align: right;
    color: #000000;
  }

  .tittle h2 {
    font-size: 1.3rem;
    font-family: "Exo 2", sans-serif;
    font-weight: 900;
  }

  .tittle-togl {
    background: #422d21;
    width: 100%;
  }

  .tittle-togl p {
    font-family: "Exo 2";
    font-style: normal;
    font-weight: 900;
    font-size: 19px;
    line-height: 22px;
    text-align: center;
    color: #ffd400;
  }

  .paragrah p {
    font-family: "Exo 2";
    font-size: 0.8rem;
    font-weight: 400;
  }

  .paragrah a {
    color: #8d6f53;
  }

  .shoki-banner img {
    width: 100%;
  }

  .tablica {
    font-family: "Exo 2";
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #000000;
  }

  /* ========================================================== */
  .section-text a {
    text-decoration: none;
  }

  .section-text p {
    font-family: "Exo 2";
    font-style: normal;
    font-weight: 500;
    font-size: 8px;
    line-height: 6px;
    color: #000000;
    display: inline-block;
    vertical-align: top;
  }

  .puli-img {
    width: 100%;
    position: relative;
  }
  .puli-img img {
  max-height:50px;
  max-width:110px;
   
    }

  .bullet-picture img {
    width: 100%;
  }

  .tittle {
    display: inline-block;
    padding: 10px;
    margin: 0 auto;
    text-align: center;
    background: #d2c2b0;
    width: 100%;
    box-sizing: border-box;
  }

  .bullet-section {
        border-bottom: solid 2px #412e20;
        padding-bottom: 6px;
        display: flex;
        flex-direction: column;
        margin-top: 10px;
        margin-bottom: 10px;
  }

    .description-foto {
        width: 100%;
        /*height: 171px;*/
        text-align: center;
    }
    .description-foto img {
    
        
        max-width: 100%;
        background-size: 100% 100%;
        /*height: 171px;*/
    }

  .description {
    margin-top: 6px;
  }

  .table {
    width: 144px;
    height: 130px;
  }

  .tablica {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid black;
  }

  .tablica tr {
    border-bottom: 1px solid black;
  }

  td {
    border-right: 1px solid black;
    font-size: 14px;
  }

  .bullet-bor {
    margin: 20px 0;
    border-top: 2px solid #422d21;
    border-bottom: 2px solid #422d21;
  }

  .pic-bor {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
  }

  .paragrah p {
    text-align: justify;
    font-family: "Exo 2";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #000000;
  }

  .drop-btn-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .drop-btn-item {
    width: 48%;
    height: 67px;
  }

  .drop-btn-bottom img {
    width: 100%;
    height: 67px;
  }

  /* ===========jjjj======================== */
  .content_toggle {
    display: block;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    margin-bottom: 20px;
    border-radius: 5px;
  }

  .content_toggle img {
    width: 100%;
  }

  .puli-choki {
    color: #8d6f53;
    text-align: center;
    margin-bottom: 6px;
  }

  .bor {
    border-bottom: 2px solid #422d21;
    margin-bottom: 10px;
    margin-top: 12px;
  }

  .page-content {
    font-family: "Exo 2";
    position: relative;
    text-align: justify;
  }

  .page-banner img {
    width: 100%;
  }
    img.sxema {
/*    transform: rotate(-90deg);
    width: 65%;
    */
  }

  .tittle-page {
    min-width: 330px;
    width: 100%;
    height: 40px;
    background: #d2c2b0;
  }

  .tittle-item1 {
    min-width: 320px;
    width: 100%;
    height: 19px;
  }

  .tittle-item2 {
    min-width: 320px;
    width: 100%;
    height: 13px;
  }

  .tittle-page h2 {
    font-family: "Exo 2";
    font-style: normal;
    font-weight: 900;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    margin-top: 3px;
  }

  .tittle-page p {
    font-family: "Exo 2";
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 11px;
    text-align: center;
    color: #422d21;
    margin-top: 2px;
  }

  .tittle-page p {
    font-family: "Exo 2";
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 11px;
    text-align: center;
    color: #422d21;
    margin-top: 2px;
  }

  .paragrah1 p {
    font-family: "Exo 2";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #000000;
  }

  .first-line {
    margin-bottom: 10px;
    margin-top: 6px;
  }

  .share-top {
    width: 40px;
    height: 40px;
    position: absolute;
    top: -40px;
    left: 90%;
  }

  .share-bottom {
    width: 50px;
    height: 50px;
    position: relative;
    right: -80%;
  }

  .article-title {
    color: #ffffff;
    text-align: center;
    background: #8d6f53;
  }

  .article-item {
    display: flex;
  }

  .article-item-content {
    width: 48%;
    margin-right: 1%;
    margin-left: 1%;
    position: relative;
    z-index: 1;
  }

  .article-item-content img {
    width: 100%;
  }

  /* ================статьи=================== */
  .link-art {
    text-decoration: none;
    /*padding:1px;*/
  }

  .abproj {
    font-family: "Exo 2";
    font-style: normal;
    font-weight: 900;
    font-size: 1em;
    line-height: 17px;
    color: #422d21;
    position: relative;
    top: 50%;
    margin-left: 10%;
  }

  .helpproj {
    font-family: "Exo 2";
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 10px;
    text-align: right;
    color: #422d21;
    position: relative;
    top: 50%;
    margin-left: 12%;
    text-align: center;
    display: inline-block;
  }

  .ms-chok-text {
    width: 74px;
    height: 60px;
    background: #422d21;
    border-radius: 9px;
    margin-top: 18px;
    position: absolute;
    display: inline-block;
    right: 1px;
    margin-right: 15px;
    margin-top: 15px;
    padding: 9px;
  }

  .ms-chok-p {
    font-family: "Exo 2";
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 14px;
    color: #ffffff;
  }

  .gual-ban-text {
    position: absolute;
    display: inline-block;
    right: 15px;
    top: 15px;
  }

  .gual-ban-text p {
    font-family: "Exo 2";
    font-style: normal;
    font-weight: 900;
    font-size: 19px;
    line-height: 15px;
    text-align: center;
    color: #ffffff;
  }

  .shar-ban-text {
    position: absolute;
    margin-left: 6px;
    margin-top: 6px;
  }

  .shar-ban-text p {
    font-family: "Exo 2";
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 100%;
    color: #000000;
  }

  .vini-chok {
    position: absolute;
    background: #0b5709;
    width: 40%;
    height: 97%;
  }

  .vin-ban-text p {
    font-family: "Exo 2";
    font-style: normal;
    font-weight: 900;
    font-size: 25px;
    line-height: 15px;

    vertical-align: middle;
    text-align: center;
    color: #ffffff;
    margin: 45% auto;
  }

  .cuch-ban-text p {
    position: absolute;
    font-family: "Exo 2";
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 15px;
    color: #ffffff;
    text-shadow: 1px 1px 1.5px rgba(0, 0, 0, 0.68);
    margin-left: 5px;
    margin-top: 27px;
    display: inline-block;
  }

  .zver-wpr {
    background: #422d21;
    border-radius: 4px;
    position: absolute;
    width: 120px;
    height: 40px;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    vertical-align: middle;
    margin-left: 2%;
    margin-top: 10px;
  }

  .zver-ban-text {
    font-family: "Exo 2";
    font-style: normal;
    font-weight: 900;
    font-size: 19px;
    line-height: 100%;
    text-align: center;
    color: #ffffff;
    margin-top: 20%;
  }

  /* ================== */
  .testimonials {
    max-width: 100%;
    margin: auto;
    padding: 15px;
    text-align: center;
    position: relative;
  }

  .scroller {
    width: 100%;
    margin: 10px 0;
    overflow-x: scroll;
    display: flex;
    scroll-snap-type: x mandatory;
  }

  .item {
    display: flex;
    align-items: center;
    min-width: 100%;
    scroll-snap-align: center;
    background-color: white;
    margin-bottom: 10px;
    padding: 0 20px;
  }

  .item-img {
    width: 70%;
    height: auto;
  }

  .item-img img {
    display: block;
    max-width: 100%;
    height: 250px;
  }

  .card {
    padding: 0 10px;
    width: 35%;
    display: block;
    position: relative;
  }

  .table1 {
    padding: 5px;
    margin: 5px;
    max-width: 100%;
    height: auto;
    background: #d2c2b0;
  }

  .table2 {
    padding: 5px;
    margin: 5px;
    max-width: 100%;
    height: auto;
    background: #d2c2b0;
  }

  .table1 p {
    max-width: 90%;
    margin: 5px auto;
    border-radius: 4px;
    text-align: center;
    padding: 5px;
    background: #96735a;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
  }

  .meteo {
    padding: 5px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }

  .veter p {
    color: #96735a;
    font-size: 10px;
  }

  .veter span {
    color: #96735a;
    font-size: 12px;
    font-weight: bold;
  }

  .temp {
    padding: 5px 0;
    display: flex;
    color: #96735a;
    font-size: 10px;
  }

  .temp p {
    color: #96735a;
    font-size: 12px;
    font-weight: bold;
  }

  hr {
    border: none;
    color: #412e20;
    background-color: #412e20;
    height: 1px;
  }

  .prim {
    margin: 0 5px;
  }

  .prim p {
    font-size: 10px;
    text-align: left;
  }

  .arrow-red {
    background: #e11e1e;
    border-radius: 50%;
    padding: 5px;
    height: 15px;
    width: 15px;
    text-align: center;
    color: #fff;
    transform: rotate(45deg);
  }

  .testimonials .btn {
    position: absolute;
    top: 40%;
    z-index: 1;
    text-align: center;
    color: #412e20;
    font-weight: bold;
    font-size: 20px;
  }

  .testimonials .btn:hover {
    background-color: rgba(95, 106, 117, 0.5);
    cursor: pointer;
  }

  .testimonials .btn.next {
    right: -15px;
  }

  .testimonials .btn.prev {
    left: -5px;
  }

  .wrap-filter {
    width: 60%;
    background-color: #d2c2b0;
    padding: 10px;
    position: absolute;
    z-index: 999;
    line-height: 1.5;

  }

  .filtr {
    position: absolute;
    top: 85px;
    width: 40px;
    height: 40px;
    margin-left: 9px;
    z-index: 2;
  }



  .wrap-filter a {
    text-decoration: none;
  }

  .clouz {
    display: flex;
    align-items: center;
    margin: auto;
    justify-content: space-between;
  }

  .clouz p {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 6px;
    color: #000000;
  }

  .clouse {
    width: 30px;
    height: 30px;
  }

  .calibr-head {
    width: 100%;
    display: flex;
    margin: 10Px auto;
    

  }

  .wrap-filter p {
    color: black;
    font-weight: bold;
    font-size: 16px;

  }

  .checklist__input {
    display: none;
  }

  .cheklist {
    display: flex;
    text-align: center;

  }

  .checklist__input:not([disabled])+label.checklist__item {
    cursor: pointer;
    position: relative;
    transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out, padding-right .2s ease-in-out;
  }

  .checklist__item {
    background-color: #8d6f53;
    color: white;
    font-weight: bold;
    font-size: 20px;
    background-color: #8d6f53;
    padding: 8px 8px;
    border-radius: 50%;
    margin: 3px;
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 900;
    font-size: 19px;
    line-height: 6px;
    color: #FFFFFF;
  }

  .checklist__input:not([disabled])+label.checklist__item .close {
    width: 10px;
    height: 10px;
  }


  .checklist__input:checked+label.checklist__item .close {
    position: absolute;
    top: 14px;
    right: 11px;
    display: block;
    animation: a .3s ease;

  }


  .checklist__input:not([disabled])+label.checklist__item .close {
    width: 10px;
    height: 10px;
  }

  .checklist__input:checked+label.checklist__item {
    color: white;
    font-weight: bold;
    font-size: 20px;
    background-color: #422d21;
  }

  .puli-list-filter {
    display: flex;
    flex-direction: column;

    padding-left: 10px;

  }


  .checklist__input1 {
    display: none;
  }

  .checklist__input1:not([disabled])+label.checklist__item1 {
    cursor: pointer;
    position: relative;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
      border-color 0.2s ease-in-out, padding-right 0.2s ease-in-out;
  }

  .checklist__item1 {
    display: flex;
    flex-direction: column;

    padding: 8px 8px;
    margin: 3px;
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 6px;
    color: #000000;
  }

  .checklist__input1:not([disabled])+label.checklist__item1 .close {
    width: 10px;
    height: 10px;
  }

  .checklist__input1:checked+label.checklist__item1 .close {
    position: absolute;
    top: 14px;
    right: 11px;
    display: block;
    animation: a 0.3s ease;
  }

  .checklist__input1:not([disabled])+label.checklist__item1 .close {
    width: 10px;
    height: 10px;
  }

  .checklist__input1:checked+label.checklist__item1 {
    color: white;
    background: #8D6F53;
    width: 215px;
  }


}

.p-f-item:hover {
  background-color: #8d6f53;
  transition: cubic-bezier(0.42, 0, 0.58, 1);
}

.chok-list-filter {
  display: flex;
  flex-direction: column;
  border-bottom: 2px solid #422d21;
  margin-bottom: 10px;
}

.paradoks {
  display: flex;
  flex-direction: column;
  border-bottom: 2px solid #422d21;
  padding-bottom: 10px;

}

.material-filter {
  display: flex;
  flex-direction: column;
  border-bottom: 2px solid #422d21;
  margin-bottom: 10px;

}

.material-filter p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 6px;
  color: #000000;
}

.filter-bth {
  width: 100%;
  display: flex;
  color: #ffffff;
  margin: 10px auto;
}

.filter-bth-item {
  margin: auto;
  text-align: center;
  padding: 10px;
  background: #422d21;
  text-transform: uppercase;

  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 6px;
  text-align: center;
  color: #FFFFFF;
}

.filter-toggle {
  width: 40px;
  height: 40px;
}

/* Стили для подложки */

.overlay {
  /* Скрываем подложку  */
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 20;
  transition: 0.3s all;
}

/* Стили для модальных окон */

.modal {
  /* Скрываем окна  */
  opacity: 0;
  visibility: hidden;

  /*  Установаем ширину окна  */
  width: 95%;
  /* max-width: 500px;  */

  /*  Центрируем и задаем z-index */
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 30;
  /* Должен быть выше чем у подложки*/

  /*  Побочные стили   */
  box-shadow: 0 3px 10px -0.5px rgba(0, 0, 0, 0.2);
  text-align: center;

  border-radius: 3px;
  background-color: #fff;
  transition: 0.3s all;
}

.toggle-otstrel {
  width: 95%;
}

.mishenn {
  width: 95%;
}

.open-img {
  width: 100%;
}

/* Стили для активных классов подложки и окна */

.modal.active,
.overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Стили для кнопки закрытия */

.modal__cross {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 10px;
  right: 10px;
  fill: #dfdada;
  cursor: pointer;
}

.modal__title {
  margin-top: -10px;
  background: #412e20;
  height: 30px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal__foto {
  height: 50px;
  width: 50px;
  position: absolute;
  top: 80%;
  right: 30px;
  fill: #dfdada;
  cursor: pointer;
}

.name {
  width: 70%;
  text-align: center;
  color: #fff;
}

.pulya-logo {
  width: 30%;
  background: #ffd400;
  margin: 5px -5px 0 0;
}

.pulya-logo img {
  height: 30px;
}

.open-ico {
  position: sticky;
  width: 35px;
  z-index: 10;
  margin-right: -60px;
  padding-bottom: 170px;
}

/* ==== */
.klesh-ban-text p {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 12px;
  color: #ffe600;

  position: absolute;
  bottom: 0%;
  margin-left: 12px;
  margin-bottom: 12px;
}

.top-ban-text {
  position: absolute;
  right: 0%;
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 900;
  font-size: 19px;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  color: #fffefe;
  margin-top: 9px;
  margin-right: 9px;
}

.dich-ban-text {
  position: absolute;
  left: 0%;
  right: 0%;
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 900;
  font-size: 25px;
  line-height: 15px;
  text-align: center;
  color: #ffffff;
  margin-top: 5px;
}
}

@media (max-width: 545px) {
  .checklist__item {
    background-color: #8d6f53;
    color: white;
    font-weight: bold;
    font-size: 16px;
    background-color: #8d6f53;
    padding: 5px 5px;
    border-radius: 50%;
    margin: 3px;
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 900;


  }


}
@media (max-width: 500px) {
  .checklist__item {
    background-color: #8d6f53;
    color: white;
    font-weight: bold;
    font-size: 16px;
    background-color: #8d6f53;
    padding: 4px 4px;
    border-radius: 50%;
    margin: 3px;
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 900;


  }

}
@media (max-width: 480px) {
  .ms-chok-text {
    width: 54px;
    height: 50px;
    background: #422d21;
    border-radius: 9px;
    margin-top: 18px;
    position: absolute;
    display: inline-block;
    right: 1%;
    margin-top: 10px;
    padding: 9px;
  }

  .ms-chok-p {
    font-family: "Exo 2";
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 14px;
    color: #ffffff;
  }

  .shar-ban-text p {
    font-family: "Exo 2";
    font-style: normal;
    font-weight: 900;
    font-size: 13px;
    line-height: 100%;
    color: #000000;
  }

  .vin-ban-text p {
    font-family: "Exo 2";
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 11px;

    vertical-align: middle;
    text-align: center;
    color: #ffffff;
    margin: 45% auto;
  }

  .cuch-ban-text p {
    position: absolute;
    font-family: "Exo 2";
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 11px;
    color: #ffffff;
    text-shadow: 1px 1px 1.5px rgba(0, 0, 0, 0.68);
    margin-left: 5px;
    margin-top: 27px;
    display: inline-block;
  }

  .gual-ban-text p {
    font-family: "Exo 2";
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 15px;
    text-align: center;
    color: #ffffff;
  }

  .zver-wpr {
    background: #422d21;
    border-radius: 4px;
    position: absolute;
    width: 90px;
    height: 35px;
    display: inline-block;
    text-align: center;
    margin-left: 4.96px;
    margin-top: 4.96px;
    padding: 5px;
  }

  .zver-ban-text {
    font-family: "Exo 2";
    font-style: normal;
    font-weight: 900;
    font-size: 15px;
    line-height: 13px;
    text-align: center;
    color: #ffffff;
    margin-top: 5px;
  }

  .klesh-ban-text p {
    font-family: "Exo 2";
    font-style: normal;
    font-weight: 900;
    font-size: 13px;
    line-height: 10px;
    color: #ffe600;

    position: absolute;
    bottom: 0%;
    margin-left: 9px;
    margin-bottom: 9px;
  }

  .top-ban-text {
    position: absolute;
    right: 0%;
    font-family: "Exo 2";
    font-style: normal;
    font-weight: 900;
    font-size: 15px;
    line-height: 13px;
    text-align: center;
    text-transform: uppercase;
    color: #fffefe;
    margin-top: 9px;
    margin-right: 9px;
  }

  .dich-ban-text {
    position: absolute;
    left: 0%;
    right: 0%;
    font-family: "Exo 2";
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 16px;
    text-align: center;
    color: #ffffff;
    margin-top: 5px;
  }

  .checklist__item {
    background-color: #8d6f53;
    color: white;
    font-weight: bold;
    font-size: 17px;
    background-color: #8d6f53;
    padding: 6px 6px;
    border-radius: 50%;
    margin: 3px;



  }

}

@media (max-width: 480px) {
  .checklist__item {
    background-color: #8d6f53;
    color: white;
    font-weight: bold;
    font-size: 15px;
    background-color: #8d6f53;
    padding: 5px 5px;
    border-radius: 50%;
    margin: 3px;



  }
}

@media (max-width: 395px) {
  .filter-bth {
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    justify-content: center;
  }

  .bread {
    height: 17px;
    width: 100%;
    min-width: 330px;
    background: #d2c2b0;
    display: flex;
    align-items: center;
    margin: 6px auto 6px auto;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .bread a {
    text-decoration: none;
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 900;
    font-size: 10px;
    line-height: 6px;
    color: #422D21;

  }



  .calibr-head {
    justify-content: center;

  }

  .ms-chok-text {
    background: #422d21;
    border-radius: 9px;
    margin-top: 10px;
    position: absolute;
    display: inline-block;
    right: 1%;
    margin-top: 7px;
    padding: 5px;
    text-align: left;
  }

  .ms-chok-p {
    font-family: "Exo 2";
    font-style: normal;
    font-weight: 900;
    font-size: 12px;
    color: #ffffff;
  }

  .gual-ban-text p {
    font-family: "Exo 2";
    font-style: normal;
    font-weight: 900;
    font-size: 13px;
    line-height: 13px;
    text-align: center;
    color: #ffffff;
  }

  .shar-ban-text p {
    font-family: "Exo 2";
    font-style: normal;
    font-weight: 900;
    font-size: 10px;
    line-height: 100%;
    color: #000000;
  }

  .vin-ban-text p {
    font-family: "Exo 2";
    font-style: normal;
    font-weight: 900;
    font-size: 15px;
    line-height: 11px;

    vertical-align: middle;
    text-align: center;
    color: #ffffff;
    margin: 45% auto;
  }

  .zver-wpr {
    background: #422d21;
    border-radius: 4px;
    position: absolute;
    width: 81.67px;
    height: 30px;
    display: inline-block;
    text-align: center;
    margin-left: 4.96px;
    margin-top: 4.96px;
    padding: 5px;
  }

  .zver-ban-text {
    font-family: "Exo 2";
    font-style: normal;
    font-weight: 900;
    font-size: 13px;
    line-height: 10px;
    text-align: center;
    color: #ffffff;
    margin-top: 5px;
  }

  .klesh-ban-text p {
    font-family: "Exo 2";
    font-style: normal;
    font-weight: 900;
    font-size: 13px;
    line-height: 10px;
    color: #ffe600;

    position: absolute;
    bottom: 0%;
    margin-left: 9px;
    margin-bottom: 9px;
  }

  .top-ban-text {
    position: absolute;
    right: 0%;
    font-family: "Exo 2";
    font-style: normal;
    font-weight: 900;
    font-size: 13px;
    line-height: 12px;
    text-align: center;
    text-transform: uppercase;
    color: #fffefe;
    margin-top: 9px;
    margin-right: 9px;
  }

  .dich-ban-text {
    position: absolute;
    left: 0%;
    right: 0%;
    font-family: "Exo 2";
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 10px;
    text-align: center;
    color: #ffffff;
    margin-top: 5px;
  }

  .checklist__item {
    background-color: #8d6f53;
    color: white;
    font-weight: bold;
    font-size: 12px;
    background-color: #8d6f53;
    padding: 6px 6px;
    border-radius: 50%;
    margin: 1px;
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 900;




  }


}

@media (max-width: 320px) {
  .dich-ban-text {
    position: absolute;
    left: 0%;
    right: 0%;
    font-family: "Exo 2";
    font-style: normal;
    font-weight: 900;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    color: #ffffff;
    margin-top: 5px;
  }

  .ms-chok-text {
    width: 74px;
    height: 56px;
    background: #422d21;
    border-radius: 9px;
    margin-top: 15px;
    position: absolute;
    display: inline-block;
    right: 1px;
    margin-right: 5px;
    margin-top: 5px;
    padding: 1px;

  }

  .gual-ban-text {
    position: absolute;
    display: inline-block;
    right: 2px;
    top: 10px;
  }

  .gual-ban-text p {
    font-family: "Exo 2";
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    color: #ffffff;
  }
  .checklist__item {
    background-color: #8d6f53;
    color: white;
    font-weight: bold;
    
    background-color: #8d6f53;
    padding: 4px 4px;
    border-radius: 50%;
    margin: 1px;
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 900;
    font-size: 12px;
    line-height: 6px;
    color: #FFFFFF;
  }
 
  .checklist__item1 {
    display: flex;
    flex-direction: column;

    padding: 8px 8px;
    margin: 3px;
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 6px;
    color: #000000;
  }
  .checklist__input1:checked+label.checklist__item1 {
    color: white;
    background: #8D6F53;
    width: 150px;
  }
  .filter-bth-item {
    margin: auto;
    text-align: center;
    padding: 10px 5px;
    background: #422d21;
    text-transform: uppercase;
  
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 6px;
    text-align: center;
    color: #FFFFFF;
  }
}