.container *{
  box-sizing: border-box;
}


a {
  text-decoration: none;
}
input {
  outline: none !important;
}

/*.container */
.container {
  position: relative;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #1D1D1D;
}
.tablebg1 .container	{width:660px;}

.container h1, .container p {
  margin: 0;
}



.tariffs {
  padding: 20px 0;
}
.tariffs_items {
  max-width: 735px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 30px;
}

.tariffs_item {
  -ms-grid-column-span: 4;
  grid-column: span 4;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 225px;
  min-height: 370px;
  width: 100%;
  padding: 40px 10px 20px;
  border-radius: 20px;
  background: #F9F9F9;
  box-shadow: 0px 4px 12px 10px rgba(119, 119, 119, 0.06);
  transition: .5s;
  cursor: default;
}
@media(max-width: 750px) {
  .tariffs_items {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
  }
  .tariffs_item {
    margin: 0 15px 30px;
  }
}
.tariffs_item_info {
  transition: .5s;
}
.tariffs_item_bitreit {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.42px;
  color: #1D1D1D;
  transition: .5s;
}
.tariffs_item_price {
  margin-bottom: 5px;
  font-size: 50px;
  font-weight: 700;
  line-height: 55px;
  letter-spacing: 1.5px;
  color: #016A31;
  transition: .5s;
}
.tariffs_item_price_label {
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.36px;
  transition: .5s;
}
.tariffs_item_price_label span {
  display: block;
  color: #016A31;
  font-weight: 700;
}
.tariffs_item_list {
  margin-bottom: 20px;
  padding-left: 20px;
  transition: .5s;
}
.tariffs_item_li {
  list-style: disc;
  color: #676767;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.36px;
  text-align: left;
  transition: .5s;
}
.tariffs_item_li:not(:last-child) {
  margin-bottom: 5px;
}




.tariffs_item_btn {
  padding: 10px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.03em;
  text-align: left;
  border: none;
  background: transparent;
  cursor: pointer;
  color: rgba(109, 166, 69, 1);
}
.tariffs_item_btn_2 {
  padding: 10px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.03em;
  text-align: left;
  border: none;
  background: transparent;
  cursor: pointer;
  color: rgba(109, 166, 69, 1);
}

.tariffs_btn {
  padding: 20px 0;
  background: transparent;
  border: none;
  color: #1D1D1D;
  cursor: pointer;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.03em;
  transition: .5s;
}
.tariffs_btn:hover {
  color: rgba(109, 166, 69, 1);
}
.tariffs_btn .show_list {
  display: block;
}
.tariffs_btn .hide_list {
  display: none;
}

.tariffs_btn.active .show_list {
  display: none;
}
.tariffs_btn.active .hide_list {
  display: block;
}

.tariffs_items .tariffs_item:nth-child(n+4) {
  display: none;
}
.tariffs_items.active .tariffs_item:nth-child(n+4) {
  display: block;
}

@media(min-width: 1025px) {
  .tariffs_item_btn, .tariffs_item_btn_2 {
    width: 0;
    height: 0;
    font-size: 0;
    opacity: 0;
    pointer-events: none;
  }
  .tariffs_item:hover {
    padding-top: 20px;
  }
  .tariffs_item:hover .tariffs_item_btn, .tariffs_item:hover .tariffs_item_btn_2 {
    position: relative;
    width: fit-content;
    height: fit-content;
    font-size: 14px;
    opacity: 1;
    pointer-events: all;
  }
  .tariffs_item:hover .tariffs_item_btn:hover, .tariffs_item:hover .tariffs_item_btn_2:hover {
    color: #016A31;
  }
}

@media(max-width: 920px) {
  .tariffs_items {
    justify-content: center;
  }
  .tariffs_items .tariffs_item:nth-child(4) {
    display: block;
  }
  .tariffs_items .tariffs_item:nth-child(n+5) {
    display: none;
  }
  .tariffs_items.active .tariffs_item:nth-child(n+5) {
    display: block;
  }
}

@media(max-width: 567px) {
  .tariffs {
    padding: 50px 0;
  }
  .tariffs_items .tariffs_item:nth-child(n+4) {
    display: none;
  }
  .tariffs_items.active .tariffs_item:nth-child(n+4) {
    display: block;
  }
  .tariffs_btn {
    font-size: 18px;
  }
}



.tariffs_puncts .tariffs_item {
  max-width: 360px;
  min-height: 505px;
  padding-top: 75px !important;
  -ms-grid-column-span: 6;
  grid-column: span 6;
}
.tariffs_like {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px 20px;
  border-radius: 20px;
  background: #377D0B;
}
.tariffs_like_img {
  width: 30px;
  height: 30px;
  margin-right: 20px;
}
.tariffs_like_text {
  margin: 0;
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0.72px;
}
.tariffs_puncts .tariffs_item_btn, .tariffs_puncts .tariffs_item_btn_2 {
  position: relative;
  width: fit-content;
  height: fit-content;
  font-size: 14px;
  opacity: 1;
  pointer-events: all;
}
.tariffs_item_price_old {
  color: #676767;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0.6px;
  text-decoration: line-through
}
.tariffs_item_price_sale {
  position: absolute;
  top: 0;
  right: 20px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 5px;
  border-radius: 50%;
  background: #AE119C;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px; 
  letter-spacing: 0.42px;
  white-space: nowrap;
}
.tariffs_item_pricing {
  position: relative;
}

.tariffs_puncts .tariffs_item:nth-child(n+4) {
  display: block;
}
.tariffs_puncts .tariffs_item:nth-child(n+5) {
  display: none;
}
.tariffs_puncts.active .tariffs_item:nth-child(n+5) {
  display: block;
}


@media(max-width: 380px) {
  .tariffs_item_price_sale {
    top: 0;
    right: 0px;
    width: 50px;
    height: 50px;
  }
}

