.btn {
  background: #428bca;
  border: #357ebd solid 1px;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 8px 15px;
  text-decoration: none;
  text-align: center;
  min-width: 60px;
  position: relative;
  transition: color .1s ease
}

.btn:hover {
  background: #357ebd
}

.btn.btn-big {
  font-size: 18px;
  padding: 15px 20px;
  min-width: 100px
}

.btn-close {
  color: #aaa;
  font-size: 30px;
  text-decoration: none;
  position: absolute;
  right: 5px;
  top: 0
}

.btn-close:hover {
  color: #919191
}

.btn-box, .form-box>.buttons>.submit, .form-box>.buttons>.cancel, .phone-box>.callback {
  padding: 15px 30px;
  background: #ff4b68;
  border: none;
  font-size: 17px;
  border-radius: 5px;
  color: #fff !important;
  display: inline-block;
  text-decoration: none !important;
  -webkit-transition: background .5s;
  -o-transition: background .5s;
  transition: background .5s
}

.btn-box:hover, .form-box>.buttons>.submit:hover, .form-box>.buttons>.cancel:hover, .phone-box>.callback:hover {
  background: #444;
  color: #fff !important
}

.btn-box:active, .form-box>.buttons>.submit:active, .form-box>.buttons>.cancel:active, .phone-box>.callback:active {
  background: #e23b24
}

.btn-box.-small, .form-box>.buttons>.submit, .form-box>.buttons>.cancel, .phone-box>.callback {
  padding: 10px 20px;
  font-size: 14px;
  cursor: pointer
}

.btn-box.-gray, .form-box>.buttons>.-gray.submit, .form-box>.buttons>.cancel, .phone-box>.-gray.callback {
  background: #ccc;
  color: #333 !important
}

.btn-box.-gray:hover, .form-box>.buttons>.-gray.submit:hover, .form-box>.buttons>.cancel:hover, .phone-box>.-gray.callback:hover {
  background: #e6e6e6
}

.btn-box.-gray:active, .form-box>.buttons>.-gray.submit:active, .form-box>.buttons>.cancel:active, .phone-box>.-gray.callback:active {
  background: #b3b3b3
}

.popup-box, .zoom-box {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  text-align: center;
  overflow: scroll
}

.popup-box:after, .zoom-box:after {
  content: '';
  cursor: pointer;
  background: url(/wp-content/themes/avbs/images/close_white.svg) no-repeat;
  background-size: 100%;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 21
}

.popup-box.-open, .-open.zoom-box {
  opacity: 1;
  visibility: visible;
  overflow: auto;
}

.popup-box.-brief, .-brief.zoom-box {
  background: rgba(0, 0, 0, 0.85)
}

.popup-box.-brief:after, .-brief.zoom-box:after {
  background: url(/wp-content/themes/avbs/images/close.svg) no-repeat;
  background-size: 100%
}

.popup-box>.form, .zoom-box>.form {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.zoom-box.-open {
  opacity: 1;
  visibility: visible
}

.form-box {
  width: 350px;
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  position: relative
}

.form-box:before, .form-box:after {
  content: " ";
  display: table
}

.form-box:after {
  clear: both
}

.form-box>.title {
  text-align: center;
  font-size: 20px;
}

.form-box>.field {
  margin-bottom: 10px
}

.form-box>.field>.label {
  display: block;
  text-align: left;
  color: #333;
  font-size: 13px;
  padding-left: 12px;
  border-left: 3px solid #eaeaea
}

.form-box>.field>.input {
  width: 100%;
  padding: 15px 0;
  color: #333;
  border: none;
  border-bottom: 1px solid #eaeaea;
  background: #fff;
  resize: vertical
}

.form-box>.field>.input.-error {
  border-color: #f4b4ab
}

.form-box>.errors>.msg {
  color: #ee8b7e;
  margin-top: 40px;
  text-align: left
}

.form-box>.buttons {
  margin-top: 30px
}

.form-box>.buttons>.submit {
  float: right
}

.form-box>.buttons>.cancel {
  float: right;
  margin-right: 10px
}

.form-box>.success-layout, .form-box>.error-layout {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  display: none;
  border-radius: 5px
}

.form-box>.success-layout>.image, .form-box>.error-layout>.image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.form-box>.success-layout>.title, .form-box>.error-layout>.title {
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  text-align: center
}

.form-box.-brief {
  position: static;
  width: 60%;
  margin: 0 auto;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  border-radius: 0
}

.pockets-section {
  position: relative;
  z-index: 4;
  padding: 0 0 50px 0;
  box-shadow: 0px 25px 35px 0px rgba(27, 89, 206, 0.10);
  border-radius: 10px;
}

.pockets-section>.title {
  color: #fff;
  text-align: center;
  margin: 0 0 50px;
  font-size: 40px
}

.pockets-section>.title.-black {
  color: #333
}

.pockets-section>.pocket.-context>.wrap {
  border: 1px solid #eaeaea;
  box-shadow: 1px 1px 20px rgba(50, 50, 50, 0.1)
}

.pockets-section>.pocket.-context>.wrap>.title {
  background: #f5f5f5;
  color: #333;
  border-bottom: 1px solid #eaeaea
}

.pockets-section>.pocket.-context>.wrap>.price {
  background: #fff;
  border-top: 1px solid #eaeaea;
  color: #333
}

.pockets-section>.pocket.-context>.wrap>.bottom-btn {
  padding: 0 20px 20px
}

.pockets-section>.pocket.-context>.wrap>.bottom-btn>.btn {
  width: 100%
}

.pockets-section>.pocket>.price {
  text-align: center;
  margin: 0;
  padding: 10px 0;
  background: #d6d6d6;
  font-size: 20px
}

.pockets-section>.pocket>.price>.count {
  margin-right: 5px
}

.pockets-section>.pocket>.title {
  color: #fff;
  text-align: center;
  padding: 15px 0;
  margin: 0;
  background: #0080ff;
  border-radius: 10px 10px 0 0
}

.pockets-section>.pocket>.btn-buy-static {
  color: #fff;
  text-align: center;
  padding: 15px 0;
  margin: 0;
  background: #505050
}

.pockets-section>.pocket>.list {
  padding: 0;
  margin: 0;
  list-style: none
}

.pockets-section>.pocket>.list>.item {
  padding: 12px 20px;
  line-height: 25px;
  color: #505050;
  border-top: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  background: #fff;
  position: relative
}

.pockets-section>.pocket>.list>.item:hover {
  background: #f5f5f5;
  -webkit-transition: background .5s;
  -o-transition: background .5s;
  transition: background .5s
}

.pockets-section>.pocket>.list>.item:first-child {
  margin-top: 0
}

.pockets-section>.pocket>.list>.item>.checkbox {
  display: none
}

.pockets-section>.pocket>.list>.item>.checkbox:checked+.label:before {
  border-color: #ff4b68;
  background: #ff4b68
}

.pockets-section>.pocket>.list>.item>.label.-none:before, .pockets-section>.pocket>.list>.item>.checkbox.-none:checked+.label:before, .pockets-section>.pocket>.list>.item>.checkbox.-none:checked+.label:after {
  display: none
}

.pockets-section>.pocket>.list>.item>.checkbox:checked+.label:after {
  content: '';
  width: 14px;
  height: 14px;
  background: url(/wp-content/themes/avbs/images/Checkmark.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 2px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%)
}

.pockets-section>.pocket>.list>.item>.checkbox[disabled]+.label:before {
  background: #e0e0e0;
  border-color: #ccc
}

.pockets-section>.pocket>.list>.item>.label {
  position: relative;
  font-size: 15px;
  display: block;
  cursor: pointer;
  -webkit-transition: color .5s;
  -o-transition: color .5s;
  transition: color .5s
}

.pockets-section>.pocket>.list>.item>.item-more {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #d1d1d1;
  font-size: 16px;
  height: 18px;
  width: 18px;
  color: #868686;
  border-radius: 3px;
  text-decoration: none;
  line-height: 20px;
  text-align: center;
  transition: .3s;
  display: none;
}

.pockets-section>.pocket>.list>.item>.item-more:hover {
  border-color: #ff4b68;
  background: #ff4b68;
  color: #fff;
}

.pockets-section>.pocket>.list>.item>.label:before {
  content: '';
  background: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%)
}

.pockets-section>.pocket>.list>.item>.label:hover {
  color: #737373
}

.pockets-section>.-context>.list>.item {
  padding-left: 35px;
  color: #333;
  background: url(/wp-content/themes/avbs/images/Checked.svg) no-repeat 5px center;
  background-size: 20px 20px;
  margin-top: 25px
}

.pockets-section>.-context>.list>.item.-cancel {
  background: url(/wp-content/themes/avbs/images/Cancel.svg) no-repeat 5px center;
  background-size: 23px 23px
}

.pockets-section>.-context>.list>.item:first-child {
  margin-top: 0
}

.pockets-section>.pocket>.list>.item.-unvisible {
  display: none
}

.pockets-section>.pocket>.btn-buy, .pockets-section>.pocket>.btn-brief {
  border: none;
  display: block;
  float: left;
  text-decoration: none;
  width: 50%;
  padding: 16px 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  text-align: center;
  margin: 0
}

.pockets-section>.pocket>.btn-buy {
  background: #ff4b68;
  color: #fff !important;
  font-size: 16px;
  cursor: pointer;
  border-radius: 0 0 10px 0;
}

.pockets-section>.pocket>.btn-buy:hover {
  background: #da4b62;
}

.pockets-section>.pocket>.btn-buy:active {
  background: #da4b62;
}

.pockets-section>.pocket>.btn-brief {
  background: #e6e6e6;
  color: #333;
  font-size: 16px;
  cursor: pointer;
  border-radius: 0 0 0 10px;
}

.pockets-section>.pocket>.btn-brief:hover {
  background: #f2f2f2
}

.pockets-section>.pocket>.btn-brief:active {
  background: #ccc
}

.-green {
  background: #cdffc0 !important;
  color: #13730f !important;
  border-bottom: 2px solid #d2d2d2 !important;
  padding: 5px 20px !important
}

.box-more {
  display: none
}

.popup-more {
  display: none;
  z-index: 19
}

.popup-more.-visible {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3000;
  overflow: auto;
}

.popup-more>.layout {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  background: rgba(0, 0, 0, .5)
}

.popup-more>.window {
  width: 50%;
  background: #fff;
  min-height: 100px;
  margin: 20px auto;
  position: relative;
  box-sizing: border-box;    /* top: 50%; */

  /* left: 50%; */

  /* transform: translate(-50%, -50%); */
  z-index: 22;
  border-radius: 3px;
  line-height: 20px;
  padding: 20px;
}

.content-more {
  color: #444;
  padding: 30px;
  font-size: 15px
}

.popup-more>.window>.close {
  content: '';
  cursor: pointer;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 23
}