.calc-wrapper, .pochet-wrapper {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 1.15;
}

.pochet-wrapper *, .pochet-wrapper *:before, .pochet-wrapper *:after {
  box-sizing: border-box;
}
.pochet-wrapper .tabs {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px 21px;
  justify-content: center;
}
.pochet-wrapper .tab-item {
  padding: 0 8px;
}
@media (max-width: 786px) {
  .pochet-wrapper .tab-item {
    margin-bottom: 10px;
    width: 100%;
  }
}
.pochet-wrapper .tab-link {
  background: #FFFFFF;
  box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  min-width: 169px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 15px;
}
.pochet-wrapper .tab-link.active {
  background: #00648F;
  color: #fff;
}
@media (max-width: 768px) {
  .pochet-wrapper .tab-link {
    min-width: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.pochet-wrapper .pochet-shield {
  text-align: center;
  margin-bottom: 40px;
}
.pochet-wrapper .pochet-shield .text {
  font-family: "PT Sans", sans-serif;
  font-size: 60px;
  font-weight: bold;
  max-width: 926px;
  display: inline-block;
  color: #000;
  margin: 0;
}
@media (max-width: 1200px) {
  .pochet-wrapper .pochet-shield .text {
    font-size: 45px;
    max-width: 650px;
  }
}
@media (max-width: 768px) {
  .pochet-wrapper .pochet-shield {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .pochet-wrapper .pochet-shield .text {
    font-size: 25px;
  }
  .pochet-wrapper .pochet-shield .img {
    width: 100px;
  }
  .pochet-wrapper .pochet-shield .img img {
    width: 100%;
  }
}
.pochet-wrapper .cards {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 40px;
}
.pochet-wrapper .cards-nvsb {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 40px;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .pochet-wrapper .cards {
    margin-bottom: 20px;
  }
}
.pochet-wrapper .card-item,
.pochet-wrapper .card-item-nvsb {
  margin: 0 10px 20px;
  box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 45px 45px 70px;
  width: calc(50% - 20px);
  background-color: #fff;
  overflow: hidden;
}
.pochet-wrapper .card-item:not(.card-item--big) {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.pochet-wrapper .card-item.card-item--big {
  width: 100%;
}
.pochet-wrapper .card-item:first-child {
  background-image: url(/img/pochet/red-shape.svg);
}
.pochet-wrapper .card-item:nth-child(2) {
  background-image: url(/img/pochet/yellow-shape.svg);
}
.pochet-wrapper .card-item .tit,
.pochet-wrapper .card-item-nvsb .tit {
  font-weight: bold;
  font-size: 26px;
  max-width: 383px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .pochet-wrapper .card-item .tit {
    font-size: 20px;
    max-width: 260px;
  }
}
@media (max-width: 980px) {
  .pochet-wrapper .card-item .tit {
    font-size: 18px;
    max-width: 225px;
  }
}
.pochet-wrapper .card-item .num,
.pochet-wrapper .card-item-nvsb .num{
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 25px;
  line-height: 1;
}
@media (max-width: 1200px) {
  .pochet-wrapper .card-item .num {
    font-size: 45px;
  }
}
.pochet-wrapper .card-item .num span,
.pochet-wrapper .card-item-nvsb .num span{
  display: block;
  font-size: 16px;
}
.pochet-wrapper .card-item .sub {
  max-width: 231px;
  font-size: 18px;
  font-weight: normal;
  color: #ED241C;
}
@media (max-width: 768px) {
  .pochet-wrapper .card-item,
  .pochet-wrapper .card-item-nvsb {
    width: calc(100% - 20px);
  }
}
.pochet-wrapper .card-item--big {
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  padding: 0;
}
.pochet-wrapper .card-item--big .middle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-top: 28px;
  background-image: url(/img/pochet/big-dot.svg);
  background-size: 20px 40px;
  background-position: center -20px;
  background-repeat: repeat-y;
  z-index: 1;
  pointer-events: none;
}
.pochet-wrapper .card-item-nvsb .tit,
.pochet-wrapper .card-item--big .middle .tit {
  padding-bottom: 20px;
  background-color: #fff;
}
.pochet-wrapper .card-item--big .middle .warn {
  background: #F8F9FB url("/img/pochet/warn-sign.svg") no-repeat center center;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #EB5757;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.25;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 200px;
  height: 200px;
}
@media (max-width: 1200px) {
  .pochet-wrapper .card-item--big .middle .warn {
    width: 150px;
    height: 150px;
    background-size: 20px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .pochet-wrapper .card-item--big {
    flex-direction: column;
  }
  .pochet-wrapper .card-item--big .middle {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    transform: none;
    background: none;
    width: 100%;
    order: 1;
  }
  .pochet-wrapper .card-item--big .middle .warn {
    display: none;
  }
  .pochet-wrapper .card-item--big .middle .tit {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.pochet-wrapper .card-item-nvsb .variants {
  width: 100%;
}
.pochet-wrapper .variants {
  width: 49%;
  background-image: url(/img/pochet/variant-bg.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  padding: 30px 30px 230px;
  position: relative;
}
.pochet-wrapper .variants:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  transition: 0.5s ease;
  opacity: 0;
  background: rgba(255, 255, 255, 0.7);
}
.pochet-wrapper .variants.cover:before {
  opacity: 1;
}
@media (max-width: 768px) {
  .pochet-wrapper .variants {
    width: 100%;
    order: 2;
    padding-bottom: 90px;
  }
}
.pochet-wrapper .var-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pochet-wrapper .var-item:not(:last-child) {
  margin-bottom: 54px;
}
.pochet-wrapper .var-item .var-title {
  background: #F8F9FB;
  border-radius: 15px;
  font-size: 18px;
  line-height: 1.4;
  color: #EB5757;
  padding: 6px 28px 5px;
  margin-bottom: 62px;
}
.pochet-wrapper .var-item .sub {
  margin-bottom: 23px;
}
.pochet-wrapper .var-item .info {
  border-radius: 10px;
  color: #4F4F4F;
  font-size: 16px;
  line-height: 1.25;
  padding: 14px 22px 12px;
  max-width: 298px;
}
.pochet-wrapper .var-item:first-child .info {
  background: rgba(255, 232, 232, 0.5);
}
.pochet-wrapper .var-item:last-child .sub {
  background: linear-gradient(95.25deg, #ED241C 32.29%, #F2C94C 66.14%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pochet-wrapper .var-item:last-child .info {
  background: linear-gradient(95.25deg, rgba(237, 36, 28, 0.1) 32.29%, rgba(242, 201, 76, 0.1) 66.14%);
}
@media (max-width: 768px) {
  .pochet-wrapper .var-item:not(:last-child) {
    margin-bottom: 25px;
  }
  .pochet-wrapper .var-item .var-title {
    margin-bottom: 30px;
  }
}

.calc-btn {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
  width: 100%;
}
.calc-btn button {
  max-width: 758px;
  width: 100%;
}
@media (max-width: 768px) {
  .calc-btn {
    margin-bottom: 30px;
  }
}

.calc-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.calc-wrapper *, .calc-wrapper *:before, .calc-wrapper *:after {
  box-sizing: border-box;
}

.calc-tit {
  font-size: 60px;
  margin-bottom: 50px;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .calc-tit {
    font-size: 45px;
    max-width: 650px;
  }
}
@media (max-width: 768px) {
  .calc-tit {
    font-size: 25px;
    margin-bottom: 20px;
  }
}

.calc-descr {
  font-size: 32px;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .calc-descr {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.form-group {
  margin-bottom: 40px;
  max-width: 758px;
  width: 100%;
}
.form-group label {
  font-size: 24px;
  margin-bottom: 20px;
  color: #373a3c;
  display: inline-block;
}
.form-group .form-control {
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 15px;
  width: 100%;
}
.form-group input {
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  width: 100%;
  height: 40px;
  padding: 0 10px;
}
@media (max-width: 768px) {
  .form-group {
    margin-bottom: 20px;
  }
  .form-group label {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .form-group .form-control {
    padding: 10px;
  }
}

.calc-result {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
  max-width: 759px;
}
@media (max-width: 768px) {
  .calc-result {
    margin-bottom: 30px;
  }
}

.calc-card {
  background: #FFFFFF;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 92px;
  margin-bottom: 50px;
}
.calc-card .num {
  font-size: 80px;
  font-weight: bold;
  margin-bottom: 24px;
}
.calc-card .num span {
  font-size: 16px;
  display: block;
}
.calc-card .info {
  font-size: 24px;
  color: #828282;
}
.calc-card .info b {
  color: #000;
}
@media (max-width: 768px) {
  .calc-card {
    padding: 30px;
    margin-bottom: 30px;
  }
  .calc-card .num {
    font-size: 45px;
  }
  .calc-card .info {
    font-size: 16px;
  }
}

@media (max-width: 980px) and (min-width: 768px) {
  .placeholder {
    height: 80px;
  }
}

/*# sourceMappingURL=pochet.css.map */
