.preferences-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32.5px;
  margin-top: 32.5px;
}

.preferences-item {
  width: 33.333%;
  padding: 32.5px 0;
  margin-top: auto;
  margin-bottom: auto;
}

.preferences-item:not(:last-child) {
  border-right: 2px solid #00AEFC;
}

.preferences-item div {
  text-align: center;
}

.preferences-item div span {
  font-size: 56px;
  line-height: 51px;
  color: #3BB7FF;
  text-align: center;
  font-family: "Pragmatica";
  font-weight: 500;
}

#content-column .preferences-item p {
  color: #999999 !important;
  text-align: center;
  font-size: 24px !important;
  line-height: 32px !important;
  margin: 6px 0 0 0 !important;
  padding: 0 !important;
  font-family: "Pragmatica";
}

.tariff-grid-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -14.5px;
  padding-bottom: 15px;
}

.tariff-item {
  width: 222px;
  border: 1px solid #E5E5E5;
  border-radius: 20px;
  margin: 0 12.5px;
  text-align: center;
  padding: 17px 0 12px;
  margin-bottom: 15px;
  background-image: url("img/b2ba/wave_item.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #fff;
}
.tariff-item:hover {
  box-shadow: 3px 3px 3px rgba(0,0,0,0.16);
}

.tariff-item:nth-of-type(5) .tariff-condition:first-of-type {
  margin-bottom: 121px;
}

.tariff-item:nth-of-type(6) .tariff-condition:nth-of-type(2) {
  margin-bottom: 71px;
}

#content-column .tariff-item .price {
  display: inline-block;
  color: #853EB7 !important;
  font-size: 30px !important;
  position: relative;
  margin-bottom: 9px;
  padding-top: 0;
}

.node-landing .tariff-item .price span:first-of-type {
  font-size: 58px !important;
  line-height: 1.34;
}

.tariff-item .price span:first-of-type {
  margin-right: 5px;
}

.node-landing .tariff-item .price .old-price {
  font-size: 16px !important;
  color: #999999;
  display: inline-block;
  position: absolute;
  top: 17px;
  right: 4px;
}
.i18n-ru .node-landing .tariff-item .price .old-price {
  right: 40px;
}

.tariff-item .price .old-price:before {
  position: absolute;
  content: '';
  height: 1px;
  width: 120%;
  background-color: #7752BE;
  bottom: 4px;
  left: 0;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: rotate(-25deg);
      -ms-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
.tariff-item:hover .price .old-price:before {
  background-color: #AB33FF;
}

#content-column .tariff-item .tariff-title {
  color: #853EB7 !important;
  font-size: 34px !important;
  font-weight: 500;
  line-height: 1 !important;
  margin-bottom: 0;
  padding-top: 0;
}

.tariff-item .tariff-title + span {
  display: inline-block;
  font-size: 16px;
  line-height: 1.3125;
  color: #853EB7;
  margin-bottom: 19px;
}

.tariff-item .tariff-condition {
  margin-bottom: 20px;
}

#content-column .tariff-item .tariff-condition p {
  font-size: 20px !important;
  color: #3BB7FF !important;
  line-height: 14px;
  margin-bottom: 0;
  padding-top: 0;
}

.tariff-item .tariff-condition span {
  color: #999999;
  font-size: 14px;
  font-weight: 200;
}

.tariff-item .bonus-trafic {
  color: #853EB7 !important;
  margin: 19px 0 7px;
}

#content-column .tariff-item .bonus-trafic p {
  color: #853EB7 !important;
  font-size: 24px !important;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 5px;
  padding-top: 0;
  font-family: "Pragmatica";
}

.tariff-item .bonus-trafic span {
  display: block;
  font-size: 16px;
  font-weight: 300;
}

.tariff-item .additionally {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tariff-item .additionally li {
  width: 45px;
  list-style: none;
}

.tariff-item .additionally li:nth-of-type(4) div img {
  left: 58%;
}

.tariff-item .additionally li div {
  width: 26px;
  height: 26px;
  margin: 0 auto;
  position: relative;
  border-radius: 50%;
  margin-bottom: 5px;
}
.tariff-item .additionally li div span {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: 100%;
  background-position: center;
  background-color: transparent;
  background-repeat: no-repeat;
}
.tariff-item .additionally li div span.like {
  background-image: url(img/b2ba/like.svg);
}
.tariff-item .additionally li div span.gps {
  background-image: url(img/b2ba/gps.svg);
}
.tariff-item .additionally li div span.music {
  background-image: url(img/b2ba/music.svg);
}
.tariff-item .additionally li div span.video {
  background-image: url(img/b2ba/video.svg);
}
.tariff-item:hover .additionally li div {
  border: none;
  width: 26px;
  height: 26px;
}
.tariff-item:hover .additionally li div span {
  width: 26px;
  height: 26px;
}
.tariff-item:hover .additionally li div span.like {
  background-image: url(img/b2ba/like-hover.svg);
}
.tariff-item:hover .additionally li div span.gps {
  background-image: url(img/b2ba/gps-hover.svg);
}
.tariff-item:hover .additionally li div span.music {
  background-image: url(img/b2ba/music-hover.svg);
  /*background-size: 11px;*/
}
.tariff-item:hover .additionally li div span.video {
  background-image: url(img/b2ba/video-hover.svg);
}

.tariff-item .additionally li span {
  display: inline-block;
  font-size: 12px;
  font-weight: 300;
  color: #853EB7;
  line-height: 14px;
}

.tariff-item:hover {
  background-image: url(img/b2ba/pane-hover.png);
  border-color: #c1c1c1;
}
#content-column .tariff-item:hover .tariff-condition p,
#content-column .tariff-item:hover .bonus-trafic p,
#content-column .tariff-item:hover * {
  color: #fff !important;
}
#content-column .tariff-item:hover span.old-price,
#content-column .tariff-item:hover span.old-price {
  color: #e5e5e5 !important;
}
#content-column .tariff-item span.old-price1 {
  display: inline-block;
  position: relative;
  margin-right: 5px;
}
#content-column .tariff-item span.old-price1:before {
  position: absolute;
  content: '';
  height: 1px;
  width: 120%;
  background-color: #7752BE;
  bottom: 2px;
  left: 0;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.app-list {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -14.5px;
}

.app-item {
  width: 222px;
  padding: 14px 4px;
  margin: 0 12.5px;
  border: 1px solid #E5E5E5;
  border-radius: 20px;
  text-align: center;
  background-color: #fff;
}

.app-item:last-of-type .app-icon img {
  left: 58%;
}

.app-item .app-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  /*border: 1px solid #853EB7;*/
  position: relative;
  margin: 0 auto;
  margin-bottom: 14px;
}

.app-item .app-icon span {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
}
.app-item .app-icon span.like {
  background-image: url(img/b2ba/like.svg);
}
.app-item .app-icon span.gps {
  background-image: url(img/b2ba/gps.svg);
}
.app-item .app-icon span.music {
  background-image: url(img/b2ba/music.svg);
}
.app-item .app-icon span.video {
  background-image: url(img/b2ba/video.svg);
}
.app-item:hover .app-icon span.like {
  background-image: url(img/b2ba/like1-hover.svg);
}
.app-item:hover .app-icon span.gps {
  background-image: url(img/b2ba/gps1-hover.svg);
}
.app-item:hover .app-icon span.music {
  background-image: url(img/b2ba/music1-hover.svg);
}
.app-item:hover .app-icon span.video {
  background-image: url(img/b2ba/video1-hover.svg);
}

.app-item .app-icon img {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 56.25%;
}

.node-landing .app-item h4 {
  font-size: 16px;
  color: #853EB7 !important;
  margin-bottom: 7px;
}

#content-column .app-item p {
  color: #999999 !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
  letter-spacing: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.app-item:hover {
  background: url(img/b2ba/brick-bg.png);
  background-size: cover;
}
.node-landing .app-item:hover h4,
#content-column .app-item:hover p {
  color: #fff !important;
}

.accordeon-wrapper {
  padding-top: 20px;
}

.node-landing .accordeon-wrapper h4 {
  color: #333 !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 49px;
  text-align: center;
}

.accordeon-item-wrapper {
  border: 1px solid #E5E5E5;
  background-color: #E5E5E5;
  -webkit-transition: background-color .4s;
  -o-transition: background-color .4s;
  transition: background-color .4s;
}

.accordeon-item-wrapper:not(:first-of-type) {
  border-top: none;
}

.accordeon-item-wrapper.open {
  background-color: #fff;
}

.accordeon-item-wrapper.open .accordeon-item-title h5 {
  color: #990AE3 !important;
  margin-bottom: 0;
  font-weight: 400;
  text-align: left;
}

.accordeon-item-title {
  padding: 25px 83px 24px 26px;
  position: relative;
  cursor: pointer;
}

.accordeon-item-title:after {
  position: absolute;
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.44' height='10.518' viewBox='0 0 18.44 10.518'%3E%3Cpath id='Path_27' data-name='Path 27' d='M1065.521,1804.477l7.806,8.1,7.806-8.1' transform='translate(-1064.107 -1803.063)' fill='none' stroke='%23999' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 18px;
  height: 11px;
  top: calc(50% - 6px);
  right: 26px;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  -o-transition: transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}
.accordeon-item-wrapper.open .accordeon-item-title:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  background-image: url(img/b2ba/arrow-open.svg);
}

.node-landing .accordeon-item-title:hover h5 {
  color: #990AE3 !important;
}

.node-landing .accordeon-item-title h5 {
  color: #333 !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  -webkit-transition: color .4s;
  -o-transition: color .4s;
  transition: color .4s;
  margin-bottom: 0;
  text-align: left;
}

.accordeon-item-content {
  padding: 0 26px;
  display: none;
  text-align: left;
}
.node-landing:not(.icl) .accordeon-item-content p {
  font-family: 'Pragmatica';
}
.node-landing .accordeon-item-content p {
  color: #333333 !important;
  font-weight: 300;
  font-style: normal;
  font-size: 14px !important;
  line-height: 20px;
  padding-top: 0 !important;
}

.accordeon-item-content ul,
.accordeon-item-content ol {
  list-style: none;
}
.accordeon-item-content > ul > li {
  margin-bottom: 20px;
}

.accordeon-item-content > ul > li > ul > li {
  padding-left: 8px;
}

@media screen and (max-device-width: 768px) {
  .preferences-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .preferences-item {
    width: 50%;
  }
}

@media screen and (max-device-width: 575px) {
  .preferences-item {
    width: 33%;
  }

  .node-landing .tariff-item .price .old-price {
    top: 12px;
  }
  .tariff-item .price .old-price:before {
    bottom: 10px;
  }

  .app-list {
    margin: 0;
  }

  .app-list .app-item {
    width: 200px;
  }

  .node-landing.b2b-abon .block-1 .inner,
  .node-landing.b2b-abon .block-3 .inner,
  .node-landing.b2b-abon .block-4 .inner,
  .node-landing.b2b-abon .block-5 .inner,
  .node-landing.b2b-abon .block-6 .inner {
    width: 900px;
  }
  .node-landing.b2b-abon .block-2 .inner {
    width: 100%;
  }
  .tariff-item {
    margin: 0 6.5px 14px;
  }
}

.node-landing.b2b-abon {
  background: url(img/b2ba/bg.png);
  background-repeat: no-repeat;
  background-position-y: 97px;
  padding-bottom: 50px;
}
.node-landing .block--b2b-abon-tariff .inner,
.node-landing .block--b2b-abon-apps .inner,
.node-landing .block--b2b-abon-acc .inner {
  width: 1000px;
}

.node-landing .block--b2b-icl-bricks,
.node-landing .block--b2b-icl-equip {
  padding-top: 50px;
}
.node-landing .block--b2b-icl-bricks h3.block-title,
.node-landing .block--b2b-icl-equip h3.block-title {
  color: #853EB7 !important;
  font-family: 'Pragmatica';
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  line-height: 46px;
}
.node-landing .block--b2b-icl-bricks li {
  list-style: none;
  display: inline-block;
  float: left;
  width: calc(25% - 26px);
  border: 1px solid #E5E5E5;
  border-radius: 20px;
  margin: 0 12px;
  background: transparent url(img/icl/icl.svg) no-repeat center 18px;
  padding-top: 50px;
  padding-bottom: 5px;
}
.node-landing .block--b2b-icl-bricks ul {
  margin-bottom: 0;
}
.node-landing .block--b2b-icl-bricks p {
  font-size: 14px !important;
  margin-bottom: 0;
}
.node-landing .block--b2b-icl-bricks .sup {
  color: #853EB7;
  font-family: 'Pragmatica';
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
}
.node-landing .block--b2b-icl-bricks .big {
  color: #853EB7;
  font-family: 'Pragmatica';
  font-weight: 400;
  font-style: normal;
  font-size: 46px;
  line-height: 46px;
  /*margin-bottom: 15px;*/
}
.node-landing .block--b2b-icl-bricks .big32 {
  font-size: 32px;
  line-height: 32px;
}
.node-landing .block--b2b-icl-bricks .price {
  font-family: 'Pragmatica Book';
  display: inline-block;
  color: #853EB7 !important;
  font-size: 20px !important;
  position: relative;
  margin-bottom: 0;
  padding-top: 0;
}
.node-landing .block--b2b-icl-bricks .price span {
  font-size: 40px !important;
  margin-right: 5px;
}
.node-landing .block--b2b-icl-bricks .price .old-price {
  font-size: 12px !important;
  color: #999999;
  display: inline-block;
  position: absolute;
  top: 22px;
  right: -4px;
}
.node-landing .block--b2b-icl-bricks .price .old-price:before {
  position: absolute;
  content: '';
  height: 1px;
  width: 120%;
  background-color: #7752BE;
  bottom: 2px;
  left: 0;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  transform: rotate(-25deg);
}
.node-landing .block--b2b-icl-equip .desc {
  border: 1px solid #E5E5E5;
  border-radius: 20px;
  margin-bottom: 100px;
  padding: 20px 5px 0;
  position: relative;
}
.node-landing .block--b2b-icl-equip.open .desc {
  margin-bottom: 10px;
}
.node-landing .block--b2b-icl-equip .container {
  height: 130px;
  overflow: hidden;
  margin-bottom: 40px;
}
.node-landing .block--b2b-icl-equip.open .container {
  height: auto;
  overflow: visible;
}
.node-landing .block--b2b-icl-equip .row {
  display: inline-block;
  float: left;
  width: calc(50% - 30px);
  text-align: left;
  margin: 0 15px;
}
.node-landing .block--b2b-icl-equip img {
  position: absolute;
  width: 210px;
}
.node-landing .block--b2b-icl-equip .sup {
  color: #00A1ED;
  font-family: 'Pragmatica';
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 23px;
}
.node-landing .block--b2b-icl-equip .title {
  color: #00A1ED;
  font-family: 'Pragmatica';
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  line-height: 32px;
  margin-bottom: 10px;
}
.node-landing .block--b2b-icl-equip .sup,
.node-landing .block--b2b-icl-equip .title,
.node-landing .block--b2b-icl-equip img {
  margin-left: 50px;
}
.node-landing .block--b2b-icl-equip .price {
  float: right;
  position: relative;
  right: 50px;
  color: #853EB7;
  font-family: 'Pragmatica';
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  line-height: 40px;
}
.node-landing .block--b2b-icl-equip .price span {
  position: absolute;
  font-size: 14px;
  line-height: 20px;
  right: 2px;
  font-weight: 400;
}
.i18n-ru .node-landing .block--b2b-icl-equip .price span {
  margin-top: -2px;
}
.node-landing .block--b2b-icl-equip .price b {
  font-family: 'Pragmatica';
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  line-height: 40px;
}
.node-landing .block--b2b-icl-equip .prop {
  margin-top: 170px;
  color: #999999;
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  line-height: 20px;
}
.node-landing .block--b2b-icl-equip .note {
  margin-top: 20px;
  color: #990AE3;
  text-align: center;
  font-family: 'Pragmatica';
  font-weight: 350;
  font-style: normal;
  font-size: 12px;
  line-height: 15px;
}
.node-landing .block--b2b-icl-equip .more {
  color: #999999;
  font-family: 'Pragmatica';
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  line-height: 15px;
  cursor: pointer;
  position: absolute;
  bottom: 15px;
  left: calc(50% - 15px);
}
.node-landing .block--b2b-icl-equip .more:after {
  display: block;
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.44' height='10.518' viewBox='0 0 18.44 10.518'%3E%3Cpath id='Path_27' data-name='Path 27' d='M1065.521,1804.477l7.806,8.1,7.806-8.1' transform='translate(-1064.107 -1803.063)' fill='none' stroke='%23999' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 5px;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  -o-transition: transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
  position: relative;
}
.node-landing .block--b2b-icl-equip .more:hover {
  color: #990AE3;
}
.node-landing .block--b2b-icl-equip .more:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.44' height='10.518' viewBox='0 0 18.44 10.518'%3E%3Cpath id='Path_27' data-name='Path 27' d='M1065.521,1804.477l7.806,8.1,7.806-8.1' transform='translate(-1064.107 -1803.063)' fill='none' stroke='rgb(101,45,134)' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.node-landing .block--b2b-icl-equip.open .more {
  margin-bottom: 15px;
  transition: all .5s;
}
.node-landing .block--b2b-icl-equip.open .more:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: -20px;
  transition: all .15s;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.44' height='10.518' viewBox='0 0 18.44 10.518'%3E%3Cpath id='Path_27' data-name='Path 27' d='M1065.521,1804.477l7.806,8.1,7.806-8.1' transform='translate(-1064.107 -1803.063)' fill='none' stroke='%23999' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.node-landing .block--b2b-icl-equip.open .more:hover:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.44' height='10.518' viewBox='0 0 18.44 10.518'%3E%3Cpath id='Path_27' data-name='Path 27' d='M1065.521,1804.477l7.806,8.1,7.806-8.1' transform='translate(-1064.107 -1803.063)' fill='none' stroke='rgb(101,45,134)' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.node-landing .block--b2b-icl-equip .single .row {
  width: 100%;
}
.node-landing .block--b2b-icl-equip .single .sup,
.node-landing .block--b2b-icl-equip .single .title {
  width: calc(50% - 30px);
}
.node-landing .block--b2b-icl-equip .single .price {
  float: none;
  right: auto;
  /*display: inline-block;*/
  width: calc(50% - 30px);
  margin-left: 50px;
  margin-top: -70px;
}
.node-landing .block--b2b-icl-equip .single .price span {
  position: relative;
  top: -20px;
  right: -66px;
}
.node-landing .block--b2b-icl-equip .single img {
  margin-top: -80px;
}
.node-landing .block--b2b-icl-equip .single .prop {
  margin-top: 90px;
}


.node-landing.icl {
  padding-bottom: 50px;
}
.node-landing.icl .block--b2b-icl-bricks .inner,
.node-landing.icl .block--b2b-icl-equip .inner,
.node-landing.icl .block--b2b-abon-acc .inner {
  width: 960px;
}
.block--b2b-abon-acc table.icl {
  width: 100%;
}
.block--b2b-abon-acc table.icl th {
  color: #fff;
  background: #853DB7;
  font-family: 'Pragmatica Book';
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  padding: 10px;
  border-right: 1px solid #e5e5e5 !important;
  border-bottom: none !important;
}
.block--b2b-abon-acc table.icl tr {
  background: transparent;
}
.block--b2b-abon-acc table.icl td {
  color: #853DB7;
  font-family: 'Pragmatica Book';
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  padding: 8px 10px;
  border-top: 1px solid #e5e5e5 !important;
  border-right: 1px solid #e5e5e5 !important;
}
.block--b2b-abon-acc table.icl tr.odd td {
  border-top: none !important;
}

.node-landing .block--b2bch-carousel h2 {
  font-family: 'Pragmatica';
  font-weight: normal;
  font-size: 30px !important;
  color: #333 !important;
  margin: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}
.node-landing .block--b2bch-carousel .slick .item {
  background: transparent;
}
.node-landing .block--b2bch-carousel .slick.porting .item .title {
  margin: 10px 0 0;
}
.node-landing .block--b2bch-carousel .slick .item .title a {
  font-family: 'Pragmatica';
  font-weight: bold;
}
.node-landing .block--b2bch-carousel .slick.porting .item .title a {
  color: #333;
}
.node-landing .block--b2bch-carousel .price,
.node-landing .block--b2bch-carousel .price-rate {
  margin-top: 15px;
}
.node-landing .block--b2bch-carousel .price-rate span,
.node-landing .block--b2bch-carousel .price span {
  font-family: 'Pragmatica' !important;
  font-weight: 600 !important;
  font-size: 32px !important;
  color: #6a2c91 !important;
}
.node-landing .block--b2bch-carousel .slick.porting .price-rate span,
.node-landing .block--b2bch-carousel .slick.porting .price span {
  color: #962ede !important;
  font-weight: bold !important;
  font-size: 25px !important;
}
.node-landing .block--b2bch-carousel .price-rate span {
  font-size: 30px !important;
}
.node-landing .block--b2bch-carousel .old-price span,
.node-landing .block--b2bch-carousel .old-price-rate span {
  font-family: 'Pragmatica' !important;
  font-weight: 400 !important;
  font-size: 26px !important;
  line-height: 26px;
  color: #3BB7FF;
  display: inline-block;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="109%"><line x1="0" y1="100%" x2="100%" y2="0%" stroke="rgb(184,15,120)" stroke-width="1"/></svg>');
}
.node-landing .block--b2bch-carousel .slick.porting  .old-price span,
.node-landing .block--b2bch-carousel .slick.porting  .old-price-rate span {
  color: #333 !important;
  font-weight: bold !important;
  font-size: 18px !important;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="109%"><line x1="0" y1="10%" x2="100%" y2="90%" stroke="rgb(150,46,222)" stroke-width="2"/></svg>');
}
.node-landing .block--b2bch-carousel .old-price-rate span {
  font-size: 28px !important;
  line-height: 28px;
}
.node-landing .block--b2bch-carousel .slick .item .order a {
  text-transform: uppercase;
  color: #fff;
  background: #6a2c91;
  border: 1px solid #6a2c91;
  font-family: 'Pragmatica Book';
  font-size: 14px;
  padding: 10px 30px;
}
.node-landing .block--b2bch-carousel .slick .item .order a:hover {
  color: #6a2c91;
  background: #fff;
}
.node-landing .block--b2bch-carousel .slick.porting .item .order a {
  background: #990AE3;
}
.node-landing .block--b2bch-carousel .slick.porting .item .order a:hover {
  background: #962ede;
  border-color: #962ede;
  color: #fff;
}
.node-landing .block--b2bch-carousel .slick .slick-list {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.node-landing .block--b2bch-carousel .note {
  text-align: left;
  font-family: 'Pragmatica Book' !important;
  font-weight: 400;
  font-size: 18px !important;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 25px;
}
.node-landing .block--b2bch-carousel .business-price {
  color: #fff;
  background: #67318a;
  margin: 0 25px;
  padding: 5px 40px 0;
  font-family: 'Pragmatica Book' !important;
  font-size: 15px;
  text-align: left;
  border-radius: 12px 12px 0 0;
}
.node-landing .block--b2bch-carousel .business-price .old-price {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="80%"><line x1="0" y1="100%" x2="100%" y2="0%" stroke="rgb(255,255,255)" stroke-width="1"/></svg>');
  line-height: 14px;
  display: inline-block;
}
.node-landing .block--b2bch-carousel .business-price .actual-price {
  display: block;
  border-radius: 12px 12px 0 0;
  margin-top: 2px;
  margin-left: -40px;
  margin-right: -40px;
  background: #fff;
  color: #2e7bb5;
  padding: 5px 40px;
  font-family: 'Pragmatica' !important;
  font-size: 16px;
}
.node-landing .block--b2bch-carousel .business-price .actual-price span {
  font-size: 24px;
}

.node-landing .block--b2bch-carousel .compact h2 {
  color: #990AE3 !important;
  font-family: 'Pragmatica' !important;
  font-size: 23px !important;
  font-weight: normal;
  margin-bottom: 20px;
}
.node-landing .block--b2bch-carousel .compact .price span {
  color: #0083c0 !important;
  font-size: 20px !important;
}
.node-landing .block--b2bch-carousel .compact.slick .item .order a {
  background: #fff !important;
  border-color: #00b68b !important;
  color: #00b68b !important;
}
.node-landing .block--b2bch-carousel .compact.slick .item .order a:hover {
  background: #00b68b !important;
  color: #fff !important;
}

@media only screen and (max-width: 992px) {
  .node-landing .block--b2bch-carousel .business-price {
    margin: 0 70px;
  }
}
@media only screen and (min-width: 768px) {
  .node-landing .block--b2bch-carousel .note {
    width: 750px;
  }
}
@media only screen and (min-width: 992px) {
  .node-landing .block--b2bch-carousel .note {
    width: 970px;
  }
}
@media only screen and (min-width: 1200px) {
  .node-landing .block--b2bch-carousel .note {
    width: 1170px;
  }
}

.node-landing .biz-b2b-form {
  text-align: left;
  padding: 50px 0;
}
.node-landing .biz-b2b-form h2 {
  font-family: 'PragmaticaMedium-Reg';
  font-weight: normal;
  font-size: 48px;
}
.node-landing .biz-b2b-form .captcha {
  float: right;
}
.node-landing .biz-b2b-form .form-text {
  font-family: 'Pragmatica' !important;
  font-size: 23px !important;
  color: #919191;
  padding: 15px 30px;
  border: none;
  width: 50%;
  border-radius: 10px;
  margin-bottom: 15px;
}
.node-landing .biz-b2b-form .form-submit {
  color: #990ae3;
  background: #ffdf00;
  border: 2px solid #ffdf00;
  font-family: 'Pragmatica' !important;
  font-size: 23px !important;
  font-weight: bold;
  padding: 13px 48px;
  border-radius: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.node-landing .biz-b2b-form .form-submit:hover {
  background: #fff;
}
.node-landing .biz-b2b-form .form-submit:disabled {
  background: #ccc;
  border-color: #ccc;
}


.node-landing .block--b2b-referral {
  background-size: cover;
}
.node-landing .block--b2b-referral .inner {
  padding: 50px 0;
  text-align: left;
  width: 1000px;
}
.node-landing .block--b2b-referral h2 {
  font-family: "Pragmatica"
  font-size: 33px;
  font-weight: normal;
}
.node-landing .block--b2b-referral form > div > .form-item {
  float: left;
  display: inline-block;
  margin: 0 20px 20px 0;
  max-width: 480px;
}
.node-landing .block--b2b-referral form > div > .form-item-right {
  float: right;
  display: inline-block;
  width: 420px;
  padding: 0 30px;
}
.node-landing .block--b2b-referral .form-text,
.node-landing .block--b2b-referral .btn-wrapper {
  border: none;
  color: #333;
  font-family: "Pragmatica"
  font-size: 22px;
  padding: 15px 30px;
  border-radius: 7px;
  width: 420px;
}
.node-landing .block--b2b-referral .form-text.error,
.node-landing .block--b2b-referral .form-text.error::placeholder {
  color: #ff29af;
}
.node-landing .block--b2b-referral .form-text:disabled {
  background: #ccc;
}
.node-landing .block--b2b-referral #b2b-ref-msg,
.node-landing .block--b2b-referral .captcha {
  float: left;
  display: inline-block;
  width: 480px;
  margin: 0 20px 20px 0;
}
.node-landing .block--b2b-referral .btn-wrapper {
  padding: 0 60px 0 0;
}
.node-landing .block--b2b-referral .form-text::placeholder {
  color: #999;
}
.node-landing .block--b2b-referral #pn-submit {
  background: transparent url(img/b2b/submit.svg) no-repeat;
  width: 43px;
  height: 29px;
  border: none;
  position: absolute;
  margin-left: -84px;
  margin-top: 16px;
  cursor: pointer;
}
.node-landing .block--b2b-referral #pn-submit:hover {
  background-image: url(img/b2b/submit-hover.svg);
}
.node-landing .block--b2b-referral #pn-submit.disabled,
.node-landing .block--b2b-referral #pn-submit.disabled:hover {
  background-image: url(img/b2b/submit-gray.svg);
}
.node-landing .block--b2b-referral .form-type-radios {
  color: #999;
  font-family: "Pragmatica"
  font-size: 22px;
  font-weight: normal;
  padding: 15px 30px;
  border-radius: 7px;
  background: #fff;
  width: 420px;
  height: 29px;
}
.node-landing .block--b2b-referral .form-type-radios.fill {
  color: #333;
}
.node-landing .block--b2b-referral .form-type-radios > label {
  font-weight: normal;
  cursor: pointer;
}
.node-landing .block--b2b-referral .form-type-radios > label span {
  display: none;
}
.node-landing .block--b2b-referral .form-type-radios > label::after{
  content: ' ';
  float: right;
  display: inline-block;
  width: 28px;
  height: 28px;
  overflow: hidden;
  background: transparent url(img/b2b/drop-down.svg) no-repeat;
}
.node-landing .block--b2b-referral .form-type-radios .form-radios {
  display: none;
}
.node-landing .block--b2b-referral .form-type-radios.open > label::after {
  background-image: url(img/b2b/drop-down-open.svg);
}
.node-landing .block--b2b-referral .form-type-radios.open .form-radios {
  display: block;
  background: #fff;
  padding: 5px 30px;
  margin: 0 -30px;
  z-index: 999;
  position: relative;
  border-radius: 0 0 7px 7px;
}
.node-landing .block--b2b-referral .form-type-radios .form-radios label {
  font-style: normal;
  color: #999;
}
.node-landing .block--b2b-referral .form-type-radios .form-type-radio {
  margin: 10px 0;
}
.node-landing .block--b2b-referral .form-type-radios .form-type-radio input {
  width: 16px;
  height: 16px;
  position: relative;
  top: -4px;
  margin-right: 5px;
}
.node-landing .block--b2b-referral input[type="submit"] {
  color: #990ae3;
  background: #ffdf00;
  font-family: "Pragmatica"
  font-size: 22px;
  padding: 15px 40px;
  border-radius: 50px;
  border: none;
  margin-top: 30px;
  cursor: pointer;
}
.node-landing .block--b2b-referral input[type="submit"]:hover {
  background: #ffff00;
}
.node-landing .block--b2b-referral #b2b-ref-msg .err-container {
  background-color: #fff;
  background-image: url(img/b2b/b2b-ref-msg-fail-icon.png);
  background-position: 10px 10px;
  background-repeat: no-repeat;
  border-radius: 7px;
  font-family: 'Pragmatica Book';
  font-size: 16px;
  font-weight: normal;
  padding: 15px 30px 15px 50px;
  /*color: #C41B79;*/
}
.node-landing .block--b2b-referral #b2b-ref-msg .err-container ul {
  margin: 0;
}
.node-landing .block--b2b-referral #b2b-ref-msg .err-container li {
  list-style-position: inside;
}
@media screen and (max-device-width: 768px) {
  .node-landing .block--b2b-referral .inner {
    width: 880px;
  }
  .node-landing .block--b2b-referral form > div > .form-item {
    margin: 0 10px 20px;
  }
  .node-landing .block--b2b-referral .form-text, .node-landing .block--b2b-referral .btn-wrapper {
    width: 360px;
  }
  .node-landing .block--b2b-referral .form-type-radios {
    width: 360px;
  }
  .node-landing .block--b2b-referral .captcha,
  .node-landing .block--b2b-referral #b2b-ref-msg {
    width: 420px;
    margin: 0 10px 20px;
  }
  .node-landing .block--b2b-referral input[type="submit"] {
    -webkit-appearance: none;
  }
}
