.kurs-item-prices-list {
  width: 867px;
  margin-top: 22px;
  float: left;
  margin-bottom: 18px;
}

.priceFlex {
  display: flex;
  flex-wrap: wrap;
}
.priceSpaceBtw {
  justify-content: space-between;
}
.priceSpaceBtw .btn-price {
  cursor: pointer;
}

.priceFlexColumn {
  flex-direction: column;
}
.priceWrapper {
  padding: 20px;
  font-family: 'FiraSans-Regular';
}
.priceTop {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  max-height: 4em;
}
.d-none {
  display: none !important;
}
.priceToggle {
  display: flex;
  margin-bottom: 20px;
}
.priceToggle .active {
  background: rgba(223, 75, 56, 0.81);
  color: white;
  border: 1px solid rgba(223, 75, 56, 0.81);
}
.tab_item {
  display: none;
}
.tab_item:first-child {
  display: flex;
}

.priceBtnLeft,
.priceBtnRight {
  border: 1px solid black;
  padding: 8px;
  width: 100px;
  text-align: center;
}
.priceBtnLeft {
  border-radius: 5px 0px 0px 5px;
}
.priceBtnRight {
  border-radius: 0px 5px 5px 0px;
}
.priceCourseLeft {
  margin-right: 20px;
  margin-bottom: 30px;
  align-items: flex-end;
  max-width: 252px;
}
.priceMainBlock {
  background: #f1f1f1;
}

.priceCourseList {
  width: 250px;
  list-style: none;
}
.priceCourseList a {
  cursor: pointer;
  text-decoration: none;
  color: #252424;
  display: block;
}

.priceCourseList li {
  font-size: 16px;
  font-weight: bold;
  color: gray;
  display: block;
  padding: 10px;
}

.priceCourseList li:nth-child(odd) {
  background: #f1f1f1;
}
.priceCourseList li:nth-child(even) {
  background: #fff;
}
.priceCourseList li:hover,
.priceCourseList li:hover a,
.priceCourseList li:active,
.priceCourseList li:active a {
  background: #629f24;
  color: white !important;
  cursor: pointer;
}

.priceBtnLess {
  padding: 10px;
  background: #629f24;
  text-align: center;
  margin-bottom: 10px;
  border-radius: 5px;
  color: white;
  font-size: 1.3em;
  width: 145px;
}
.priceCardHolder {
  width: 550px;
}
.priceCena {
  font-size: 1.8em;
  padding: 5px;
  margin: 30px auto;
  color: #629f24;
  margin-bottom: 5px !important;
}
.priceCena > .prSmall {
  font-size: 14px;
}
.priceMainBlock {
  display: flex;
  flex-flow: column wrap;
}
.priceSmaller {
  margin: auto;
  font-size: 16px;
}
.pricePack {
  margin-top: 30px;
  text-align: center;
  padding: 15px;
  background: #fafafa;
  font-size: 16px;
}
.priceDiscount {
  text-align: center;
  padding: 10px;
  font-size: 16px;
  color: #629f24;
  font-weight: bold;
}
.priceAttention {
  -webkit-box-shadow: 0px 0px 16px 4px rgb(205, 202, 202);
  -moz-box-shadow: 0px 0px 16px 4px rgb(205, 202, 202);
  box-shadow: 0px 0px 16px 4px rgb(205, 202, 202);
  border: 1px solid #d5d5d5;
}
.pricePayment {
  padding: 6px;
  background: rgba(223, 75, 56, 0.81);
  text-align: center;
  min-width: 155px;
  display: block;
  margin: 20px 0 10px;
  border-radius: 5px;
  color: white;
  font-size: 1.1em;
  cursor: pointer;
  display: block;
  text-decoration: none;
  	font-family:'FiraSans-Regular', sans-serif;

}

.pricePayment:hover {
  box-shadow: 0px 0px 2px 2px rgb(225, 222, 222);
}

.priceExplain {
  font-size: 14px;
  width: 240px;
  align-self: flex-start;
  margin-top: 20px;
  color: gray;
  line-height:23px;
}
.priceH2 {
  border: 1px solid rgba(217, 217, 217, 0.81);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 21px;
  padding: 15px 0px 15px 0px;
  margin-bottom: 27px;
  margin-top: 30px;
  text-align: center;
  color: #5a5555;
}
ul.priceListArrow > li:before {
  content: "\2714";
  color: #df4b38;
  width: 1em;
  margin-left: -1em;
  margin-right: 8px;
  font-weight: bold;
}
ul.priceListArrow > li {
  line-height: 23px;
  font-size: 18px;
  list-style: none !important;
  margin-bottom: 0.7em;
  font-family:'FiraSans-Regular', sans-serif;
}
.priceListArrow {
  margin: auto;
  max-width: 650px;
  margin-bottom:50px;
}
.fixBusinessCourse {
	margin-bottom:0px;
}

.price20Less {
	-webkit-box-shadow: 0px -1px 19px 0px rgba(163,163,163,1);
-moz-box-shadow: 0px -1px 19px 0px rgba(163,163,163,1);
box-shadow: 0px -1px 19px 0px rgba(163,163,163,1);
}




@media screen and (max-width: 600px) {
  .priceCardHolder {
    width: 100%;
    justify-content: center;
  }
  .priceWrapper {
    padding: 10px 0;
    width: 100%;
  }
  body.sub_prices .kurs-item-prices-list {
    margin: 0 auto;
    width: 100%;
  }
  .priceTop {
    justify-content: center;
  }
  .tab_item > div {
    margin: 0 5px 10px;
  }
  .priceListArrow {
    padding-left: 20px;
  }
  .fixBusinessCourse {
	margin-bottom:20px;
}
}
@media screen and (max-width: 480px) {
  .sub_prices .w-center {
    width: 100%;
    padding: 0 10px !important;
    box-sizing: border-box;
  }
}
