@import url('https://fonts.googleapis.com/css2?family=Sofia+Sans+Condensed:ital,wght@0,1..1000;1,1..1000&display=swap');
@charset "UTF-8";
/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*--------------------*/

body {
  font-family: "Sofia Sans Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  background: #FFFCF6;
}
.box_1 {
  background: #fff;
  border-radius: 10px;
  text-align: center;
  margin: 40px auto;
  width: min(70%, 100%);
  border-radius: 1rem;
  border: 4px solid #199130;
  -webkit-box-shadow: 15px 19px 39px -21px rgba(187, 187, 187, 1);
  -moz-box-shadow: 15px 19px 39px -21px rgba(187, 187, 187, 1);
   box-shadow: 15px 19px 39px -21px rgba(187, 187, 187, 1);
    >img {
      margin: auto;
      max-width: 100%;
      max-height: 100%;
    }
}
.box_2 {
  border-radius: 10px;
  text-align: center;
  margin: 40px auto;
  width: min(70%, 100%);
  border-radius: 1rem;
  border: 4px solid #E3E3DB;
  -webkit-box-shadow: 15px 19px 39px -21px rgba(187, 187, 187, 1);
  -moz-box-shadow: 15px 19px 39px -21px rgba(187, 187, 187, 1);
   box-shadow: 15px 19px 39px -21px rgba(187, 187, 187, 1);
}
h1 {
  color: #00490F;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  padding: 20px 0px 20px 0px;
  text-shadow: 0px 9px 10px rgba(197, 197, 197, 1);
}
h2, h3 {
  text-decoration: none;
  color: #00490F;
  text-align: center;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.4em;
  margin: 30px 10px 30px 10px;
  text-shadow: 4px 4px 6px rgba(170, 170, 170, 1);
} 

.box_3 {
  background: #fff;
  margin: 40px auto;
  width: min(94%, 100%);
  text-align: left;
  font-size: 32px;
  line-height: 1.4em;
  border-radius: 10px;
  font-weight: 600;
  color: #00490F;
  border: 4px solid #3DA920;
  padding: 10px;
  text-shadow: 0px 9px 10px rgba(197, 197, 197, 1);
  -webkit-box-shadow: 0px 32px 20px -23px rgba(149, 149, 149, 1);
  -moz-box-shadow: 0px 32px 20px -23px rgba(149, 149, 149, 1);
  box-shadow: 0px 32px 20px -23px rgba(149, 149, 149, 1);
}
.box_4 {
  background: #fff;
  margin: 40px auto;
  width: min(94%, 100%);
  font-size: 32px;
  line-height: 1.4em;
  border-radius: 10px;
  font-weight: 600;
  color: #00490F;
  border: 4px solid #2CCA00;
  padding: 10px;
  text-shadow: 0px 9px 10px rgba(197, 197, 197, 1);
  -webkit-box-shadow: 0px 32px 20px -23px rgba(149, 149, 149, 1);
  -moz-box-shadow: 0px 32px 20px -23px rgba(149, 149, 149, 1);
  box-shadow: 0px 32px 20px -23px rgba(149, 149, 149, 1);
    >img {
      margin: auto;
      max-width: 100%;
      max-height: 100%;
    }
    >ul {
      text-align: left;
    }
}
.box_5, .box_6, .box_7, .box_8 {
  background: #fff;
  margin: 40px auto;
  width: min(94%, 100%);
  font-size: 32px;
  border-radius: 10px;
  font-weight: 600;
  color: #00490F;
  border: 4px solid #ADC5CD;
  padding: 20px;
  text-shadow: 0px 9px 10px rgba(197, 197, 197, 1);
  -webkit-box-shadow: 0px 32px 20px -23px rgba(149, 149, 149, 1);
  -moz-box-shadow: 0px 32px 20px -23px rgba(149, 149, 149, 1);
  box-shadow: 0px 32px 20px -23px rgba(149, 149, 149, 1);
    >img {
      margin: auto;
      max-width: 100%;
      max-height: 100%;
    }
    >ul {
      text-align: left;
      line-height: 1.4em;
    }
}
.mavm_1 {
  display: block;
  width: min(86%, 100%);
  margin: auto;
  }
.vartist {
  display: grid;
  grid-template-columns: 80% 20%;
  gap: 10px;
  margin-top: 20px;
  >span {
    place-content: center;
    text-align: left;
    font-size: 40px;
    color: #1b2a40;
    line-height: 1.4em;
    font-weight: 800;
    text-shadow: 0px 9px 10px rgba(197, 197, 197, 1);
    }
}
.price {
  display: grid;
  place-content: center;
  >span {
    align-items: start;
    place-content: center;
    padding: 10px 10px 10px 10px;
    font-size: 1.3cqi;
    border-radius: 10px;
    font-weight: bold;
    color: #014973;
    border: 4px solid #26ab3e;
    background: #fff;
    text-shadow: 0px 9px 10px rgba(197, 197, 197, 1);
    -webkit-box-shadow: 0px 17px 16px -12px rgba(104, 102, 102, 1);
    -moz-box-shadow: 0px 17px 16px -12px rgba(104, 102, 102, 1);
    box-shadow: 0px 17px 16px -12px rgba(104, 102, 102, 1);
  }
}
.map44 {
  display: grid;
  grid-template-columns: 10% 90%;
  margin: auto;
  container-type: inline-size;
  max-width: 400px;
  height:60px;
  border-radius: 50px;
  border: 6px solid #9FC5CB;
  background: #fff;
  text-shadow: 4px 4px 6px rgba(170, 170, 170, 1);
  -webkit-box-shadow: 0px 17px 16px -12px rgba(104, 102, 102, 1);
  -moz-box-shadow: 0px 17px 16px -12px rgba(104, 102, 102, 1);
  box-shadow: 0px 17px 16px -12px rgba(104, 102, 102, 1);
    outline: none;  
    transition: all 0.6s;
    >img {
      margin: auto;
      max-width: 80%;
      max-height: 80%;
    }
    >span {
      color: #4F4F4F;
      margin: auto;
      padding: 3px 0px 0px 0px;
      font-size: 5cqi;
      font-weight: bold;
    }
}
.bloc_tel {
    display: grid;
    grid-template-rows: repeat(4, minmax(0, 1fr));
    gap: 40px;
    padding-bottom: 40px;
}
.tel_0, .tel_Viber, .tel_tg, .tel_wta, .liqpay_ua {
  display: grid;
  grid-template-columns: 15% 85%;
  margin: auto;
  container-type: inline-size;
  max-width: 400px;
  height:60px;
  border-radius: 50px;
  border: 6px solid #72AE6B;
  background: #fff;
  text-shadow: 4px 4px 6px rgba(170, 170, 170, 1);
  -webkit-box-shadow: 0px 17px 16px -12px rgba(104, 102, 102, 1);
  -moz-box-shadow: 0px 17px 16px -12px rgba(104, 102, 102, 1);
  box-shadow: 0px 17px 16px -12px rgba(104, 102, 102, 1);
    outline: none;  
    transition: all 0.6s;
    >img {
      margin: auto;
      max-width: 80%;
      max-height: 80%;
    }
    >span {
      color: #4F4F4F;
      margin: auto;
    
      font-size: 7cqi;
      font-weight: bold;
    }
}
.tel_0:hover,
.tel_Viber:hover,
.tel_tg:hover,
.tel_wta:hover {
  color: #4867AA;
  text-shadow: 0px 16px 10px rgba(36, 101, 135, 0.3);
}
.tel_Viber {
  border: 6px solid #CAC4DB;
    >span {
      color: #4F4F4F;
      margin: auto;
      font-size: 7cqi;
      line-height: 1em;
      font-weight: bold;
    }
}
.tel_tg {
  border: 6px solid #ADD5DF;
    >span {
      color: #00490F;
      padding: 0px 14px 0px 0px;
      font-size: 7cqi;
      line-height: 1em;
      font-weight: bold;
    }
}
.tel_wta {
  border: 6px solid #95D39C;
    >span {
      color: #00490F;
      padding: 0px 11px 0px 0px;
      font-size: 7cqi;
      line-height: 1em;
      font-weight: bold;
    }
}
.qrcodetel-mecard {
  display: flex;
  margin: auto;
  margin-bottom: 120px;
  border: 6px solid #C1D779;
  aspect-ratio: 1/1;
  width: 220px;
  height: 220px;
  border-radius: 10px;
  padding: 6px;
  -webkit-box-shadow: 14px 22px 18px -12px rgba(156, 156, 185, 0.62);
  -moz-box-shadow: 14px 22px 18px -12px rgba(156, 156, 185, 0.62);
   box-shadow: 14px 22px 18px -12px rgba(156, 156, 185, 0.62);
}

/*МЕДІА*/

@media (max-width: 1700px) {
h1 {
  font-size: 24px;
  line-height: 1.4em;
}
h2, h3 {
  font-size: 22px;
}
.box_1, .box_2, .box_3, .box_4, .box_5, .box_6, .box_7 {
  width: min(94%, 100%);
  font-size: 22px;
  }
.sps_01, .sps_1, .sps_2, .sps_3, .sps_4, .sps_5 {
  text-align: left;
  font-size: 22px;
  line-height: 1.1em;
  margin: 6px;
  text-shadow: 9px 7px 9px rgba(193, 193, 193, 1);
}
.vartist {
  grid-template-columns: 75% 25%;
  >span {
    font-size: 20px;
  }
}
.price {
  >span {
    padding: 6px 6px 6px 6px;
    font-size: 2cqi;
  }
}
.map44 {
    >span {
    font-size: 6cqi;
  }
}
.qrcodetel-mecard, .box_7 {
  display: none;
}
}
@media (max-width: 1000px) {
h1 {
  font-size: 24px;
  line-height: 1.4em;
}
h2, h3 {
  font-size: 22px;
}
.box_1, .box_2, .box_3, .box_4, .box_5, .box_6, .box_7 {
  width: min(94%, 100%);
  font-size: 22px;
  }
.sps_01, .sps_1, .sps_2, .sps_3, .sps_4, .sps_5 {
  text-align: left;
  font-size: 22px;
  line-height: 1.1em;
  margin: 6px;
  text-shadow: 9px 7px 9px rgba(193, 193, 193, 1);
}
.vartist {
  grid-template-columns: 75% 25%;
  >span {
    font-size: 20px;
  }
}
.price {
  >span {
    padding: 6px 6px 6px 6px;
    font-size: 3cqi;
  }
}
.map44 {
    >span {
    font-size: 6cqi;
  }
}
.qrcodetel-mecard, .box_7 {
  display: none;
}
}
@media (max-width: 700px) {
h1 {
  font-size: 24px;
  line-height: 1.4em;
}
h2, h3 {
  font-size: 22px;
}
.box_1, .box_2, .box_3, .box_4, .box_5, .box_6, .box_7 {
  width: min(94%, 100%);
  font-size: 22px;
  }
.sps_01, .sps_1, .sps_2, .sps_3, .sps_4, .sps_5 {
  text-align: left;
  font-size: 22px;
  line-height: 1.1em;
  margin: 6px;
  text-shadow: 9px 7px 9px rgba(193, 193, 193, 1);
}
.vartist {
  grid-template-columns: 75% 25%;
  >span {
    font-size: 20px;
  }
}
.price {
  >span {
    padding: 6px 6px 6px 6px;
    font-size: 3cqi;
  }
}
.map44 {
    >span {
    font-size: 6cqi;
  }
}
.qrcodetel-mecard, .box_7 {
  display: none;
}
}
@media (max-width: 650px) {
h1 {
  font-size: 24px;
  line-height: 1.4em;
}
h2, h3 {
  font-size: 22px;
}
.box_1, .box_2, .box_3, .box_4, .box_5, .box_6 {
  width: min(94%, 100%);
  font-size: 22px;
  }
.sps_01, .sps_1, .sps_2, .sps_3, .sps_4, .sps_5 {
  text-align: left;
  font-size: 22px;
  line-height: 1.1em;
  margin: 6px;
  text-shadow: 9px 7px 9px rgba(193, 193, 193, 1);
}
.vartist {
  grid-template-columns: 70% 30%;
  >span {
    font-size: 20px;
  }
}
.price {
  >span {
    padding: 6px 6px 6px 6px;
    font-size: 4cqi;
  }
}
.map44 {
    >span {
    font-size: 6cqi;
  }
}
.qrcodetel-mecard, .box_7 {
  display: none;
}
}
@media (max-width: 560px) {
h1 {
  font-size: 20px;
  line-height: 1.4em;
}
h2, h3 {
  font-size: 22px;
}
.box_1, .box_2, .box_3, .box_4, .box_5, .box_6, .box_7 {
  width: min(94%, 100%);
  font-size: 16px;
  }
.sps_01, .sps_1, .sps_2, .sps_3, .sps_4, .sps_5 {
  text-align: left;
  font-size: 18px;
  line-height: 1.1em;
  margin: 6px;
  text-shadow: 9px 7px 9px rgba(193, 193, 193, 1);
}
.vartist {
  width: min(96%, 100%);
  grid-template-columns: 65% 35%;
  >span {
    font-size: 18px;
  }
}
.price {
  >span {
    font-size: 4cqi;
  }
}
.tel_0, .tel_Viber, .tel_tg, .tel_wta, .liqpay_ua {
  max-width: 300px;
  max-height: 50px;
}
.map44 {
  max-width: 300px;
  max-height: 50px;
    >span {
    font-size: 6cqi;
  }
}
.qrcodetel-mecard, .box_7 {
  display: none;
}
}
@media (max-width: 400px) {
h1 {
  font-size: 20px;
  line-height: 1.4em;
}
h2, h3 {
  font-size: 22px;
}
.box_1, .box_2, .box_3, .box_4, .box_5, .box_6, .box_7 {
  width: min(94%, 100%);
  font-size: 16px;
      >img {
      margin: auto;
      max-width: 50%;
      max-height: 50%;
    }
  }
.sps_01, .sps_1, .sps_2, .sps_3, .sps_4, .sps_5 {
  font-size: 18px;
  line-height: 1.1em;
  margin: 6px;
  text-shadow: 9px 7px 9px rgba(193, 193, 193, 1);
}
.vartist {
  grid-template-columns: 60% 40%;
  >span {
    font-size: 18px;
  }
}
.price {
  >span {
    font-size: 5cqi;
  }
}
.tel_0, .tel_Viber, .tel_tg, .tel_wta, .liqpay_ua {
  max-width: 280px;
  max-height: 50px;
}

.map44 {
  max-width: 280px;
  max-height: 50px;
    >span {
    font-size: 6cqi;
  }
}
.qrcodetel-mecard, .box_7 {
  display: none;
}
}