html,
body {
  margin: 0;
  padding: 0;
  height: auto;
}
.oc-features {
  list-style: none;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  padding: 0;
  margin: 0;
  counter-reset: features;
  color: #262626;
}
.oc-feature {
  padding: 41px 0 60px;
  background-color: #fff;
}
.oc-feature:nth-child(odd) {
  background-color: #f4f2e9;
}
.oc-feature:nth-child(odd) .oc-tariffs {
  border-top: 2px solid #e7e5dd;
}
.oc-feature:nth-child(n+2) {
  padding-top: 70px;
}
.oc-feature:nth-child(n+2) .oc-feature__head {
  margin-bottom: 25px;
}
.oc-feature__head {
  padding-left: 90px;
  color: #2e2e2e;
  font-size: 30px;
  font-weight: 600;
  line-height: 41px;
  position: relative;
  margin-bottom: 37px;
}
.oc-feature__head:before {
  content: counter(features);
  counter-increment: features;
  width: 99px;
  height: 92px;
  position: absolute;
  top: 50%;
  left: -15px;
  -webkit-transform: translateY(-45%);
  transform: translateY(-45%);
  background: url(../img/ic_bullet.png) center no-repeat;
  color: white;
  font-size: 28px;
  font-weight: 400;
  line-height: 78px;
  text-align: center;
  padding-right: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.oc-feature__progress {
  font-size: 0;
  margin: 0 0 18px 0px;
  padding: 0;
  position: relative;
}
.oc-feature__progress img {
  max-width: 100%;
  opacity: 1;
  position: relative;
  z-index: 2;
}
.oc-feature__progress canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.oc-feature__text {
  margin: 0;
  padding: 0;
  font-size: 18px;
}
.oc-feature__text p {
  margin: 0 0 25px 0;
  padding: 0;
  font-weight: inherit;
  line-height: 1.2;
}
.oc-feature__text strong {
  font-weight: 700;
}
.oc-feature:first-child .oc-feature__progress img {
  opacity: 1;
}
.oc-inner {
  width: 940px;
  margin: 0 auto;
}
.oc-btn {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  height: 39px;
  line-height: 39px;
  text-align: center;
  padding: 0 20px 0 35px;
  position: relative;
  cursor: pointer;
  outline: none;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  background: #14C884 url(../img/btn-green.png) 0 0 repeat-x;
}
.oc-btn:hover {
  background-position: 0 -65px;
}
.oc-btn:active {
  background-position: 0 -129px;
  height: 39px;
  -webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.12);
}
.oc-btn:before {
  content: '';
  display: block;
  width: 11px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -7px;
  background: url(../img/ic_btn-arr.png) 0 0 no-repeat;
}
.oc-btn--whole {
  background: none;
  box-shadow: none;
  padding: 0 28px;
  border: 2px solid #14c884;
  border-radius: 5px;
  line-height: 35px;
  color: #212121;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.oc-btn--whole:active {
  box-shadow: none;
}
.oc-btn--whole:before {
  display: none;
}
.oc-btn--no-icon {
  padding-left: 20px;
}
.oc-btn--no-icon:before {
  display: none;
}
.oc-tariffs {
  border-top: 2px solid #f8f8f8;
  list-style: none;
  padding-top: 26px;
  display: none;
}
.oc-tariffs__head {
  color: #212121;
  font-size: 24px;
  font-weight: 600;
  line-height: 33px;
  text-align: center;
  margin-bottom: 30px;
}
.oc-tariffs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.oc-tariffs__note {
  margin: 0 0 40px 0;
  color: #666;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}
.oc-tariff {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  min-width: 300px;
  max-width: 460px;
  margin-left: 20px;
  padding: 7px 20px 11px;
  background-color: white;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.oc-tariff--sale10:before,
.oc-tariff--sale20:before {
  content: '';
  display: block;
  width: 56px;
  height: 56px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(25%, -25%);
  transform: translate(25%, -25%);
}
.oc-tariff--sale10:before {
  background: url(../img/sale-10.png) center no-repeat;
}
.oc-tariff--sale20:before {
  background: url(../img/sale-20.png) center no-repeat;
}
.oc-tariff:hover {
  border: 1px solid #14c884;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.oc-tariff:nth-child(3n+1) {
  margin-left: 0;
}
.oc-tariff__inner {
  border-top: 1px dotted #d9d9d9;
  padding: 9px 0;
}
.oc-tariff__inner:first-child {
  border-top: none;
}
.oc-tariff__inner--middle + .oc-tariff__inner {
  padding-top: 19px;
}
.oc-tariff__key {
  color: #666;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  margin: 0;
}
.oc-tariff__key--colored {
  color: #7616ce;
}
.oc-tariff__value {
  font-size: 24px;
  font-weight: 600;
  line-height: 33px;
  margin: -5px 0 0 0;
  color: #212121;
}
.oc-tariff__value--colored {
  color: #7616ce;
}
.oc-tariff__value span {
  color: #999;
}
.oc-tariff__duration {
  color: #999;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  margin: 0;
}
.oc-tariff__duration-value {
  padding-left: 36px;
  color: #666;
}
.oc-tariff .oc-btn {
  	display: none;
  	max-width: 226px;
	display: block;
    margin: 37px auto 0;
}
.oc-btn + .oc-btn {
  margin-left: 16px;
}
#register-form,
.gr-html {
  /*display: none;*/
}
.reg-block form {
  padding: 0;
}

.s3-popup__content iframe {
	height: 323px !important;
}

#wow-tariffs:target {
	display: block;
}

.price-old {
	position: relative;
	display: inline-block;
	color: #e7433a;
	font-size: 22px;
}
.price-old span {
	color: #e7433a;
}
.price-old:before {
	position: relative;
    content: '';
    position: absolute;
    width: 110%;
    height: 1px;
    background-color: #e7433a;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(-10deg);
    transform: translateX(-50%) rotate(-10deg);
}
.price-new {
    display: inline-block;
    margin-right: 20px;
    
    font-weight: 500;
    
}

.percent {
	border-top: none;
    list-style: none;
    width: 56px;
    height: 56px;
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(to top,#fa6360,#f9b345 );
    color: #fff;
    font-size: 18px;
    display: flex;
    font-weight: 600;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    transform: rotate(14deg);
    right: -14px;
    top: -14px;
}

.border-none {
    color: #212121;
}
.border-none:before{
	width: 0;
}
.border-none span {
	color: #212121;	
}
.oc-tariff--sale10:before{
	background: none;
}
.oc-tariff--sale20:before {
	background: none;
}