@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=latin,cyrillic);
body {
  font-family: 'Open Sans', sans-serif;
  min-width: 1260px;
}
body,
input,
textarea,
button {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}
/*переменные*/
.bz {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*переменные*/
/* header */
.container {
  width: 980px;
}
.header {
  background: #241a24;
  height: 82px;
  border-bottom: 3px solid #24A5E9;
}
.header .nav {
  margin-top: 24px;
  margin-left: 70px;
  margin-right: 0;
}
.header .navbar li a {
  color: #FFF;
  text-shadow: none;
  font-size: 15px;
  text-decoration: underline;
  font-weight: 600;
  text-decoration: none;
}
.navbar .nav>li>a {
    padding: 10px 8px;
}
.header .navbar li a span {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.header .navbar li a.active span {
  border: none;
}
.header .navbar li a:hover {
  text-decoration: none;
  color: #FFF;
}
.header .navbar li a:hover span {
  border-bottom: none;
}
.logo {
  float: left;
  margin-top: 10px;
}
.navbar-buttons {
  float: right;
  margin-top: 10px;
}
.navbar-buttons a {
  /*margin-left: 7px;*/
}
.block-title {
  padding-bottom: 35px;
}
.block-title h1 {
  padding-top: 52px;
  text-transform: uppercase;
}
.block-title h3 {
  font-weight: 400;
}
.site_container h1 {
  text-transform: uppercase;
  text-align: center;
  font-size: 30px;
  padding-top: 52px;
}
.site_container h3 {
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  margin-top: 0;
}
/* tabs */
.wrp__block_tabs {
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 40px;
}
.block__tabs {
  padding: 29px 0;
  background: #F7F7F7;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.tabs__item {
  width: 15.7%;
  padding: 19px 0 25px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border: 2px solid transparent;
  border-radius: 8px;
  margin-right: 1.15%;
  cursor: pointer;
}
.tabs__item:last-child {
  margin-right: 0;
}
.tabs__item:hover {
  text-decoration: none;
}
.tabs__item:hover span {
  border-bottom: transparent 1px solid;
}
.tabs__item.active {
  border: 2px solid #68be56;
  position: relative;
  background: #F7F7F7;
}
.tabs__item.active i {
  border: 2px solid #68BE56;
}
.tabs__item.active span {
  border-bottom: 1px solid transparent;
}
.tabs__item.active.ti-ip i {
  background: url(../img2/ip-active.png) no-repeat 50% 50%;
}
.tabs__item.active.ti-pc i {
  background: url(../img2/pc-active.png) no-repeat 50% 50%;
}
.tabs__item.active.ti-mob i {
  background: url(../img2/mob-active.png) no-repeat 50% 50%;
}
.tabs__item.active.ti-tel i {
  background: url(../img2/tel-active.png) no-repeat 50% 50%;
}
.tabs__item.active.ti-sim i {
  background: url(../img2/sim-active.png) no-repeat 50% 50%;
}
.tabs__item.active.ti-smart i {
  background: url(../img2/smart-active.png) no-repeat 50% 50%;
}
.tabs__item.active.ti-mos i {
  background: url(../img2/mos-active.png) no-repeat 50% 50%;
}
.tabs__item.active.ti-city i {
  background: url(../img2/city-active.png) no-repeat 50% 50%;
}
.tabs__item.active.ti-sip i {
  background: url(../img2/sip-active.png) no-repeat 50% 50%;
}
.tabs__item.active.ti-8800 i {
  background: url(../img2/8800-active.png) no-repeat 50% 50%;
}
.tabs__item.active.ti-foreign i {
  background: url(../img2/foreign-active.png) no-repeat 50% 50%;
}
.tabs__item.active.ti-mega i {
  background: url(../img2/mega-active.png) no-repeat 50% 50%;
}
.tabs__item.active:before,
.tabs__item.active:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -13px;
  margin-left: -6px;
  width: 0;
  height: 0;
}
.tabs__item.active:before {
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 13px solid #68be56;
}
.tabs__item.active:after {
  bottom: -10px;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 13px solid #F7F7F7;
}
.tabs__item i {
  display: inline-block;
  width: 65px;
  height: 65px;
  border: 2px solid #2B99D2;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-delay: 0;
}
.tabs__item span {
  font-size: 15px;
  color: #000;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
}
.tabs__item.ti-ip i {
  background: url(../img2/ip.png) no-repeat 50% 50%;
}
.tabs__item.ti-pc i {
  background: url(../img2/pc.png) no-repeat 50% 50%;
}
.tabs__item.ti-mob i {
  background: url(../img2/mob.png) no-repeat 50% 50%;
}
.tabs__item.ti-tel i {
  background: url(../img2/tel.png) no-repeat 50% 50%;
}
.tabs__item.ti-sim i {
  background: url(../img2/sim.png) no-repeat 50% 50%;
}
.tabs__item.ti-smart i {
  background: url(../img2/smart.png) no-repeat 50% 50%;
}
.tabs__item.ti-mos i {
  background: url(../img2/mos.png) no-repeat 50% 50%;
}
.tabs__item.ti-city i {
  background: url(../img2/city.png) no-repeat 50% 50%;
}
.tabs__item.ti-sip i {
  background: url(../img2/sip.png) no-repeat 50% 50%;
}
.tabs__item.ti-8800 i {
  background: url(../img2/8800.png) no-repeat 50% 50%;
}
.tabs__item.ti-foreign i {
  background: url(../img2/foreign.png) no-repeat 50% 50%;
}
.tabs__item.ti-mega i {
  background: url(../img2/mega.png) no-repeat 50% 50%;
}
.block__tabs_content {
  padding-top: 23px;
  position: relative;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-delay: 0;
}
.block__tabs_content_item {
  max-width: 960px;
  clear: left;
  display: none;
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-delay: 0;
}
.block__tabs_content_item h3 {
  text-align: left;
}
.block__tabs_content_item.active {
  display: block;
  opacity: 1;
}
.block__tabs_contant_left {
  float: left;
  width: 60%;
}
.block__tabs_contant_left h3 {
  font-size: 24px;
  font-weight: bold;
}
.block__tabs_contant_left h4 {
  font-weight: normal;
  text-align: left;
}
.tabs__list {
  font-size: 18px;
  color: #2B99D2;
  line-height: 1.6;
  margin-left: 40px;
  margin-top: 24px;
}
.tabs__list li {
  position: relative;
  margin-bottom: 40px;
  padding-left: 10px;
}
.tabs__list li:before {
  content: '';
  position: absolute;
  top: -7px;
  left: -38px;
  width: 35px;
  height: 35px;
  border: 2px solid #2B99D2;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tabs__list li:after {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background: #fff;
  top: 14px;
  left: -15px;
}
.tabs__list span {
  font-size: 16px;
  color: #000;
}
.tabs__list span img {
  display: block;
  border-radius: 5px;
  margin-top: 15px;
}
.tabs__list span a {
  color: #000;
  text-decoration: underline;
}
.tabs__list span a:hover {
  text-decoration: none;
}
.tabs__list .tl_link_row {
  display: block;
  margin-top: 20px;
}
.tabs__list a.tl_link {
  color: #2B99D2;
  font-size: 14px;
  display: inline-block;
  margin-right: 16px;
  padding-left: 22px;
}
.tabs__list a.tl_link-win {
  background: url(../img2/iconwin.png) no-repeat 0 50%;
}
.tabs__list a.tl_link-mac {
  background: url(../img2/iconmac.png) no-repeat 0 50%;
}
.tabs__list a.tl_link-lin {
  background: url(../img2/iconlin.png) no-repeat 0 50%;
}
.block__sip {
  padding-left: 50px;
  font-size: 16px;
  color: #000;
  line-height: 1.6;
  text-align: left;
  position: relative;
}
.block__sip div {
  margin-bottom: 40px;
}
.block__sip .b-question {
  position: absolute;
  font-size: 18px;
  color: #2B99D2;
  width: 35px;
  height: 35px;
  border: 2px solid #2B99D2;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  top: 0;
  text-align: center;
}
.block__tabs_contant_right {
  float: right;
  width: 40%;
}
.btcr-ip {
  background: url(../img2/ip-tel.jpg) no-repeat 50% 50%;
  height: 255px;
  margin-top: 70px;
}
.btcr-pc {
  background: url(../img2/pc-pc.png) no-repeat 50% 50%;
  height: 255px;
  margin-top: 70px;
}
.btcr-mob {
  background: url(../img2/mob-mob.jpg) no-repeat 50% 50%;
  height: 255px;
  margin-top: 45px;
}
.btcr-tel {
  background: url(../img2/tel-tel.jpg) no-repeat 50% 50%;
  height: 255px;
  margin-top: 45px;
}
.btcr-sim {
  background: url(../img2/sim-sim.jpg) no-repeat 50% 50%;
  height: 255px;
  margin-top: 45px;
}
.btcr-smart {
  background: url(../img2/smart-smart.jpg) no-repeat 50% 50%;
  height: 255px;
  margin-top: 45px;
}
.btcr-mos {
  background: url(../img2/mos-mos.png) no-repeat 50% 50%;
  height: 255px;
  margin-top: 45px;
}
.btcr-city {
  background: url(../img2/city-city.png) no-repeat 50% 50%;
  height: 255px;
  margin-top: 45px;
}
.btcr-sip {
  background: url(../img2/sip-sip.png) no-repeat 50% 50%;
  height: 265px;
  margin-top: 45px;
}
.btcr-8800 {
  background: url(../img2/8800-8800.png) no-repeat 50% 50%;
  height: 255px;
  margin-top: 45px;
}
.btcr-foreign {
  background: url(../img2/foreign-foreign.png) no-repeat 50% 50%;
  height: 265px;
  margin-top: 45px;
}
.btcr-mega {
  background: url(../img2/mega-mega.jpg) no-repeat 50% 50%;
  height: 255px;
  margin-top: 45px;
}
.wpr_block__tip-gray {
  background: #F7F7F7;
  padding: 35px 28px;
  clear: left;
  text-align: left;
  font-size: 14px;
  color: #000;
  line-height: 1.5;
  margin-bottom: 80px;
}
.block__tip-gray {
  padding-left: 24px;
  border-left: 2px solid #70C15F;
}
.block__tip-gray ol {
  margin: 30px 0 30px 22px;
}
.row__link_play {
  display: block;
}
.row__link_play a {
  display: inline-block;
  margin-right: 20px;
}
.row__link_play a:hover {
  opacity: 0.8;
}
/*block2 try_free*/
.block2 {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 518px;
  background: #F7F7F7;
  -webkit-box-shadow: 0 -10px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 -10px 15px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
}
.block2 .container {
  padding: 106px 0 0 0;
  position: relative;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block2 h3 {
  font-size: 24px;
  line-height: 1.4;
}
.block2 .block2__btn {
  font-size: 16px;
}
.block2__left {
  width: 75%;
  position: relative;
  z-index: 2;
}
.block2__text {
  margin: 16px 0 22px 0;
  font-size: 16px;
  line-height: 1.6;
  width: 80%;
}
.block2__mac {
  background: url(../img2/block2__mac.png) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  width: 812px;
  height: 416px;
  position: absolute;
  bottom: -13px;
  right: -45px;
  z-index: 1;
}
/*block3 */
.block3 {
  position: relative;
  z-index: 1;
  min-height: 212px;
  background: #0BB5EE;
  color: #FFF;
  padding-top: 27px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block3 h4 {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 15px;
}
.block3 .block3__text {
  font-size: 18px;
  margin-bottom: 27px;
}
.block3__row_form {
  text-align: center;
}
.block3__row_form .block3__input {
  height: 34px;
  border-radius: 17px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.35), inset 0 1px 2px rgba(0, 0, 0, 0.65);
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.35), inset 0 1px 2px rgba(0, 0, 0, 0.65);
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 14px 0 0;
  padding: 0 14px;
  color: #99938F;
  width: 207px;
  font-size: 16px;
  outline: none;
}
.block3__row_form .block3__input:focus {
  -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.35), inset 0 1px 2px rgba(0, 0, 0, 0.65);
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.35), inset 0 1px 2px rgba(0, 0, 0, 0.65);
}
.block3__row_form .block3__button {
  background: #EB5834;
  border: none;
  border-radius: 17px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  color: #fff;
  margin: 0;
  padding: 0 34px;
  height: 34px;
  outline: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.block3__row_form .block3__button:hover {
  opacity: 0.9;
}
/*block4*/
.block4 {
  padding-top: 44px;
  min-height: 274px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.title-news {
  text-align: center;
  position: relative;
  margin-bottom: 34px;
  text-transform: uppercase;
}
.title-news span {
  position: relative;
  z-index: 2;
  background: #FFF;
  padding: 0 21px;
}
.title-news:before {
  z-index: 1;
  content: '';
  position: absolute;
  top: 21px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.5);
}
.row-news a {
  padding: 0 10px;
  color: #000;
  line-height: 1.6;
  text-align: center;
}
.row-news a:hover {
  text-decoration: none;
}
.row-news a:hover span {
  border-bottom: none;
}
.row-news span {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.row-news i {
  display: block;
  text-align: center;
}
/* footer */
.footer {
  min-height: 243px;
  background: #231923;
  color: #fff;
}
.footer a {
  color: #FFF;
}
.foo_col-1 {
  padding-top: 14px;
}
.foo_col-2 {
  padding-top: 51px;
}
.foo_col-3 {
  padding-top: 50px;
}
.foo_col-3 ul {
  list-style-type: none;
}
.foo_col-3 a {
  line-height: 2;
  font-size: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.foo_col-3 a:hover {
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.foo_col-4 {
  padding-top: 56px;
  font-size: 15px;
}
.foo_col-4 div {
  margin-bottom: 11px;
}
.foo_col-4 a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.foo_col-4 a:hover {
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.foo_col-5 {
  padding-top: 60px;
}
.foo__text {
  margin-top: 11px;
}
.foo__soc {
  margin-top: 13px;
}
.foo__soc .foo__soc_item {
  display: inline-block;
  background: url(../img2/foo__soc.png) no-repeat;
  height: 20px;
  width: 24px;
  margin-right: 8px;
}
.foo__soc .foo__soc_item-fb {
  background-position: -36px 0;
}
.foo__soc .foo__soc_item-tw {
  background-position: -75px 0;
}
.foo__soc .foo__soc_item:hover {
  opacity: 0.8;
}
.foo_btn {
  display: inline-block;
  text-align: center;
  height: 32px;
  line-height: 30px;
  border: 1px solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  padding: 0 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-delay: 0;
  margin-bottom: 10px;
  color: #fff;
}
.foo_btn:hover {
  text-decoration: none;
}
.foo_btn.btn_reg {
  border-color: #68BE56;
}
.foo_btn.btn_reg:hover {
  background: #68BE56;
}
.foo_btn.btn_enter {
  border-color: #EB5834;
}
.foo_btn.btn_enter:hover {
  background: #EB5834;
}
/*equipment*/
.equipment_item {
  text-align: left;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border: 1px solid #EEE;
  overflow: hidden;
  padding: 36px 0 20px 0;
  margin-bottom: 30px;
  background-color: #fff;
}
.eq_left {
  float: left;
  width: 42%;
  text-align: center;
  max-width: 95%;
}
.eq_right {
  width: 58%;
  float: left;
  color: #000;
}
.eq_title {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 8px;
  font-family: 'Open Sans', sans-serif;
}
.eq_call {
  font-size: 18px;
  margin-bottom: 20px;
}
.eq_prop {
  margin-bottom: 10px;
  font-size: 14px;
}
.eq_prop b {
  font-weight: 600;
  margin-bottom: 25px;
  display: block;
}
.eq_additional_text {
  color: #777
}
.eq_slogan {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #777;
}
.row_buy {
  overflow: hidden;
}
.eq_price {
  font-size: 24px;
  font-weight: 600;
  float: left;
  vertical-align: middle;
  margin-top: 6px;
  margin-right: 25px;
  margin-bottom: 12px;
}
.eq_price.top{margin-top: 0px;}
.eq_price span {
  font-weight: normal;
  font-size: 16px;
}
.eq_buy {
  float: left;
  position: relative;
}
.eq_buy .btn {
  margin-left: 10px;
  vertical-align: top;
  padding-left: 33px;
  padding-right: 33px;
}
.eq_wrp_block {
  display: inline-block;
  float: left;
  margin-bottom: 12px;
}
.eq_wrp_number {
  float: left;
  position: relative;
}
.eq_wrp_number .inp_number {
  width: 35px;
  color: #000;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  height: 32px;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px 0 4px;
  margin-top: 4px;
}
.eq_wrp_number .plus {
  position: absolute;
  width: 13px;
  height: 15px;
  background: url(../img2/bg_plus.png) no-repeat 30% 80%;
  cursor: pointer;
  top: 0;
  left: 24px;
}
.eq_wrp_number .minus {
  position: absolute;
  width: 13px;
  height: 15px;
  background: url(../img2/bg_minus.png) no-repeat 30% 20%;
  cursor: pointer;
  top: 15px;
  left: 24px;
}
.eq_buy_text {
  display: inline-block;
  margin-left: 19px;
  font-size: 13px !important;
  color: #666;
  max-width: 210px;
  line-height: 1.3;
  margin-top: 4px;
}
.eq_price_option_block {
  display: inline-block;
  margin: 10px 15px 25px 0;
  padding: 15px 12px 5px 12px;
  background: #fff;
  -webkit-box-shadow: 1px 1px 8px rgba(0,0,0,0.1), -1px 1px 8px rgba(0,0,0,0.1);
  -moz-box-shadow: 1px 1px 8px rgba(0,0,0,0.1), -1px 1px 8px rgba(0,0,0,0.1);
  -o-box-shadow: 1px 1px 8px rgba(0,0,0,0.1), -1px 1px 8px rgba(0,0,0,0.1);
  box-shadow: 1px 1px 8px rgba(0,0,0,0.1), -1px 1px 8px rgba(0,0,0,0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.eq_price_option_tab_6 {
  width: 42%;
}
.eq_price_option_tab_4 {
  width: 26%;
}
.eq_price_argument {
  margin: 0 0 10px 0;
  height: 20px;
}
.eq_price_minutes {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 14px 0;
}
.eq_price_month_pay {
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: bold;
}
.eq_price_number {
  margin: 0;
}
.inp_high_format {
  width: 50px;
  height: 30px !important;
  margin-right: 5px;
}
.eq_plug_price {
  font-size: 18px;
}
.eq_plug_price_number {
  font-size: 24px;
  font-weight: bold;
}
.eq_buy_button {
  box-shadow:
          0 1px rgba(0, 120, 255, 0.2) inset,
          0 3px 5px rgb(4, 118, 255),
          0 0 1px 1px rgba(0,1,6,.2) !important;
  margin: 0 10px 0 0;
}
.eq_buy_button:hover {
  box-shadow:
          0 1px rgba(163, 255, 150, 0.2) inset,
          0 3px rgb(133, 181, 34),
          0 0 1px 1px rgba(0, 1, 6, 0.2) !important;
  margin: 0 10px 0 0;
}
/*tarif*/
.tarif_menu {
  background: #F7F7F7;
  text-align: center;
  padding: 15px 0;
}
.tarif_menu_item {
  margin: 0 7px;
  display: inline-block;
  height: 31px;
  line-height: 29px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid transparent;
  padding: 0 10px;
  font-size: 16px;
  color: #000;
  text-decoration: underline;
}
.tarif_menu_item:hover {
  text-decoration: none;
  color: #000;
}
.tarif_menu_item.active {
  border-color: #66BE64;
  text-decoration: none;
}
.tarif__col {
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #E2E9F0;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.tar__type {
  padding: 41px 0 39px;
  font-size: 24px;
  font-weight: 600;
  color: #000;
  text-align: center;
  text-transform: uppercase;
}
.tar__price {
  background: #F8E261;
  font-size: 48px;
  font-weight: 600;
  text-align: center;
  height: 126px;
  display: table;
  width: 100%;
}
.tar__price div {
  display: table-cell;
  vertical-align: middle;
}
.tar__price span {
  font-size: 16px;
  font-weight: normal;
  display: inline-block;
}
.tar__price .tar__sale {
  font-size: 13px;
  font-weight: bold;
}
.tar__row {
  min-height: 49px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 17px 5px 15px;
}
.tar__row:nth-child(odd) {
  background: #F7F7F7;
}
.tar__row:nth-child(even) {
  background: #fff;
}
.tar__row-btn {
  margin-top: 18px;
}
.tar__row-btn .btn {
  margin-bottom: 10px;
}
.tar__row.tar__row2 {
  min-height: 72px;
}
.tar__row.tar__row3 {
  min-height: 92px;
}
.tar__row.tar__row4 {
  min-height: 112px;
}
.first_row_tar {
  font-size: 90%;
}
.tar__new {
  position: relative;
}
.tar__new:after {
  content: 'new';
  color: #EB5834;
  position: absolute;
  right: -22px;
  top: -6px;
  font-size: 11px;
}
.wrp_table {
  border: 1px solid #E2E9F0;
}
.wrp_table-border_none {
  border: none;
}
.wrp_table-last {
  margin-bottom: 95px;
}
.tarif_table {
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  border-spacing: 0;
  margin-bottom: 0;
  table-layout: fixed;
}
.tarif_table a {
  /*color: #000;*/
}
.tarif_table a:hover {
  /*color: #000;*/
}
.tarif_table tr:nth-child(odd) {
  background: #fff;
}
.tarif_table tr:nth-child(even) {
  background: #F8F9FB;
}
.tarif_table td {
  border: none;
  border-left: 1px solid #E2E9F0;
  padding: 18px 0 18px;
  text-align: center;
  vertical-align: middle;
}
.tarif_table td:first-child {
  width: 48%;
  font-size: 16px;
  border-left: none;
  text-align: left;
  padding-left: 26px;
  padding-right: 20px;
}
.tarif_table.table-col2 td:first-child {
  width: 50%;
}
.tarif_table .first-tr td {
  font-weight: bold;
  font-size: 18px;
  padding-top: 30px;
  padding-bottom: 17px;
}
.tarif_table .first-tr td span {
  font-weight: normal;
  font-size: 16px;
}
.first-table td {
  border: none;
  padding: 0;
}
.block_toptable {
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
.block_toptable1 {
  background: #E8F0F7;
  border: 1px solid #E2E9F0;
  border-bottom: none;
  border-right: none;
  border-radius: 6px 0 0 0;
}
.block_toptable2 {
  background: #EFF7FF;
  border: 1px solid #E2E9F0;
  border-bottom: none;
}
.block_toptable3 {
  background: #E8F0F7;
  border: 1px solid #E2E9F0;
  border-bottom: none;
  border-left: none;
  border-radius: 0 6px 0 0;
}
.block_toptable4 {
  background: #E8F0F7;
  border: 1px solid #E2E9F0;
  border-bottom: none;
  border-right: none;
  border-radius: 6px 0 0 0;
}
.block_toptable5 {
  background: #E8F0F7;
  border: 1px solid #E2E9F0;
  border-bottom: none;
  border-radius: 0 6px 0 0;
}
span.ok {
  display: inline-block;
  background: url(../img2/ok.png) no-repeat;
  width: 16px;
  height: 14px;
}
/*download commutator*/
.download-commutator {
  text-align:center;
}
.dc-win-lin{
  display:inline-block;
  width:40%;
}

.eq_price_block {
  display: flex;
  justify-content: space-between;
}

.l-box {

  width: 241px;
  height: 216px;

  background: #FFFFFF;

  border: 1px solid #F1F1F4;
  box-sizing: border-box;

  box-shadow: 0 1px 2px rgba(121, 120, 130, 0.1);
  border-radius: 6px;

  margin: 0 24px 24px 0;
  padding: 16px;

  display: inline-block;
}

.input-number {

  display: flex;
  flex-direction: row;
  align-items: center;

  position: static;
  width: 10%;
  height: 56px;

  background: #F1F1F4;
  border-radius: 6px;

  margin: 0 0 4px;
  padding: 0 16px;

  outline: none;
  border: none;
}

.mo-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;

  color: #9B9BA2;

  margin: 8px 0;
}
.mo-text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}

.mo-text-grey {
  color: #808189;
  margin: 8px 0px;"
}

.mo-text-bold {
  color: #2A2A32;

  flex: none;
  margin: 8px 0;
}

.mo-title {
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 100%;
  display: flex;
  align-items: center;
  color: #2A2A32;
}

.mo-title-block {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;

  color: #2A2A32;
}

.mo-name-block {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;

  color: #2A2A32;
}

.mo-price-total {
  margin: 8px 0;

  font-weight: 600 !important;
}

.mo-prop-16 {
  margin: 16px 0;
}

.mo-prop-24 {
  margin: 24px 0;
}

.mo-group {
  display: flex;

  padding: 16px 0;
}

.mo-delimiter {
  width: 470px;
  height: 2px;
  top: 296px;

  background: #F1F1F4;

  margin: 32px 0;
}

.mo-delimiter__vertical {
  width: 1px;
  height: 74px;

  background: #F1F1F4;

  margin: 0px 24px;
}

.mo-delimiter__vertical_small {
  width: 1px;
  height: 24px;

  background: #D8D9E1;

  margin: 0 4px;
}

.mo-group-button {
  display: flex;
  justify-content: space-between;
  align-items: center;

  width: 136px;
  height: 56px;

  background: #F1F1F4;
  border-radius: 6px;

  margin: 0 8px;
}

.mo-group-input {
  outline: 0 !important;
  border: 0;
  border-radius: 6px;

  height: 56px;
  width: 60px !important;
}


.mo-box-price {
  font-size: 20px;
  line-height: 24px;

  color: #9B9BA2;

  margin: 8px 0;
}


.mo-price-block {
  border: 1px solid #F1F1F4;
  box-sizing: border-box;
  box-shadow: 0px 1px 2px rgba(121, 120, 130, 0.1);
  border-radius: 6px;
  padding: 16px;
  display: flex;
  width: 70%;
}


.mo-price-block-name {
  font-size: 16px;
  line-height: 100%;

  color: #2A2A32;

  margin: 12px 0;
  font-weight: bold;
}

.mo-price-block-counter {
  top: 28px;

  font-size: 24px;
  line-height: 100%;

  color: #2A2A32;

  margin: 12px 0;
}

.mo-price-delivery {
  font-weight: normal;
  font-size: 16px;
  line-height: 100%;

  color: #808189;

  margin: 12px 0;
}

.mo-input {
  display: flex;
  align-items: center;

  width: 384px;
  height: 56px;

  background: #F1F1F4;
  border-radius: 6px;

  margin: 16px 0;
  padding: 4px 16px;

  border: none;
  outline: none;
  color: #2A2A32;
}

.mo-button {
  display: flex;
  justify-content: center;

  align-items: center;

  width: 200px;
  height: 48px;

  background: #284AF9;
  color: #FFFFFF;

  border-radius: 8px;
  border: none;

  margin: 16px 0;

  text-shadow: none;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
}

.mo-agree {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;

  color: #808189;

  margin: 16px 0;
}

.order-item {

  line-height: 100%;

  color: #2A2A32;

  margin: 16px 0;
}
