.choose-button {
  border: 1px solid #019946;
  font: 20px/26px 'PTSans-Narrow', sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  height: 26px;
  width: 95px;
  color: #019946;
  padding-right: 26px;
  position: relative;
  text-align: center;
  cursor: pointer;
}
.choose-button:hover {
  background: #019946;
  color: #ffffff;
}
.choose-button:after {
  content: '';
  display: block;
  position: absolute;
  width: 26px;
  height: 26px;
  background: #019946 url(/image/layout/redesign/ok.png) no-repeat 50% 50%;
  top: 0;
  right: 0;
}
.miss-button {
  position: absolute;
  right: 20px;
  top: 20px;
  padding-right: 22px;
  font: 12px "PFDinTextPro-Medium", Arial, Tahoma, Verdana, 'DejaVu Sans', sans-serif;
  color: #a3a3a3;
  text-decoration: none;
  transition: color 0.3s ease-in;
}
.miss-button:hover {
  color: #b74c42;
}
.miss-button:hover:after {
  transform: rotate(135deg);
}
.miss-button:hover:before {
  transform: rotate(45deg);
}
.miss-button:after {
  content: '';
  position: absolute;
  display: block;
  width: 2px;
  height: 25px;
  right: 0;
  transform: rotate(45deg);
  background: #b74c42;
  top: -4px;
  transition: transform 0.3s ease-in;
}
.miss-button:before {
  position: absolute;
  content: '';
  display: block;
  width: 2px;
  height: 25px;
  transform: rotate(-45deg);
  right: 0;
  background: #b74c42;
  top: -4px;
  transition: transform 0.3s ease-in;
}
body.with_popup {
  overflow: hidden;
}
.popup {
  display: none;
  /*
	&__service { // todo move to some other place - it is not the popup style
		display: inline-block;
		width: 75px;
	}
*/
}
.popup_active {
  display: table;
}
.popup__overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
  display: table-cell;
  vertical-align: middle;
  z-index: 11;
}
.popup__align-w {
  display: table;
  width: 516px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
.popup__content-wrapper {
  position: absolute;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: top 1s ease-in-out;
  -moz-transition: top 1s ease-in-out;
  -ms-transition: top 1s ease-in-out;
  -o-transition: top 1s ease-in-out;
  transition: top 1s ease-in-out;
}
.popup__buttons {
  position: absolute;
  top: -36px;
  left: 0;
  right: 0;
  z-index: 101;
  font-size: 30px;
  color: #fff;
  -webkit-transition: top 1s ease-in-out;
  -moz-transition: top 1s ease-in-out;
  -ms-transition: top 1s ease-in-out;
  -o-transition: top 1s ease-in-out;
  transition: top 1s ease-in-out;
}
.popup__close {
  float: right;
  margin-right: 5px;
  width: 26px;
  height: 26px;
  background: url(/image/layout/redesign/forms/btn_close.png) no-repeat;
  cursor: pointer;
}
.popup__prev,
.popup__next {
  float: left;
  margin-left: 5px;
  color: #a3a3a3;
}
.has_prev .popup__prev,
.has_next .popup__next {
  color: #fff;
  cursor: pointer;
}
.popup .bx-wrapper .bx-prev,
.popup .bx-wrapper .bx-next {
  width: 12px;
  height: 25px;
  background: url(/image/layout/redesign/arrows.png);
  margin-top: -13px;
}
.popup .bx-wrapper .bx-prev {
  left: -25px;
}
.popup .bx-wrapper .bx-next {
  right: -25px;
  background-position: 100% 0;
}
.popup__service-list {
  overflow: hidden;
}
.popup__service {
  float: left;
  padding: 18px;
  text-align: center;
  text-decoration: none;
  font: 24px/26px 'PTSans-NarrowBold', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #b05145;
}
.popup__service:before {
  content: '';
  display: inline-block;
  width: 60px;
  height: 63px;
  background: no-repeat 50% 50%;
  margin-bottom: 10px;
}
.popup__service__title {
  display: block;
}
.popup__service__internet:before {
  background-image: url(/image/layout/redesign/services/internet.png);
}
.popup__service__internet-tv:before {
  background-image: url(/image/layout/redesign/services/internet-tv.png);
}
.popup__service__tv:before {
  background-image: url(/image/layout/redesign/inner/icon-3.png);
}
.popup__service__telephone:before {
  background-image: url(/image/layout/redesign/services/telephone.png);
}
.popup .showup-cont .field input[type=text] {
  width: 199px;
  border: 2px solid #009845;
}
.popup .showup-cont input[type=submit] {
  border: 2px solid #009845;
}
.popup .grey {
  font-family: 'PFDinTextPro-Medium';
  font-size: 12px;
  color: #a3a3a3;
  line-height: 12px;
}
.popup .grey a {
  color: #00771E;
}
.step {
  position: relative;
}
.step:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
}
.step_current:after {
  content: none;
}
.message-step {
  background: #fff;
  padding: 20px 25px;
  min-height: 95px;
}
.message-step__text {
  font: 18px/26px 'PTSans-Narrow', sans-serif;
}
.choose-tariff {
  background: #fff282;
}
.choose-tariff__title {
  text-align: center;
  font: 24px/26px 'PTSans-NarrowBold', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #b05145;
  padding-top: 20px;
}
.choose-tariff__other {
  padding: 20px 20px 10px 20px;
  background: #f6f6f6;
}
.choose-tariff__other-list {
  margin-top: 30px;
}
.choose-tariff__other-group {
  color: #196e1d;
  text-align: center;
  font-size: 18px;
  margin: 0 0 20px 0;
  /*text-decoration: underline;*/
  font-family: 'PTSans-NarrowBold', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.choose-tariff__other-link {
  font: 18px 'PTSans-NarrowBold', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #b05145;
  display: inline-block;
  width: 120px;
  margin-left: 52px;
  margin-bottom: 15px;
}
.choose-tariff__other-link:nth-child(3n+1) {
  margin-left: 8px;
}
.choose-tariff__other-link_current {
  color: #e22021;
}
.tariff-popup {
  padding: 20px 20px 10px 20px;
  text-align: left;
  overflow: hidden;
}
.tariff-popup__info {
  margin-right: 20px;
  float: left;
  width: 180px;
}
.tariff-popup__action {
  display: inline-block;
  padding: 0 5px;
  background: #D32735;
  font: 14px 'PTSans-Narrow', sans-serif;
  text-transform: lowercase;
  color: #FFF;
  text-decoration: none;
}
.tariff-popup__title {
  font: 34px/34px 'PTSans-NarrowBold', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 19px;
  color: #E22021;
  width: 168px;
}
.tariff-popup__attr-block {
  color: #49857D;
  margin: 0 15px 10px 0;
  font: 20px/20px 'PTSans-Narrow', sans-serif;
  padding-left: 35px;
  background: no-repeat 0 50%;
}
.tariff-popup__attr-block-value {
  font: 32px/32px 'PTSans-NarrowBold', sans-serif;
  vertical-align: text-bottom;
  margin: 5px 0 -5px;
}
.tariff-popup__attr-block-value_speed {
  color: #E11E24;
}
.tariff-popup__attr-block-value_price {
  color: #009546;
}
.tariff-popup__attr-block_speed {
  background-image: url(/image/layout/redesign/work/speed.png);
}
.tariff-popup__attr-block_channels {
  background: no-repeat -5px 50% url(/image/layout/redesign/work/eye.png);
}
.tariff-popup__attr-block_price {
  background-image: url(/image/layout/redesign/work/rub.png);
}
.tariff-popup__details {
  float: right;
  width: 270px;
}
.tariff-popup__details-title {
  font: 12px "PFDinTextPro-Medium", Arial, Tahoma, Verdana, 'DejaVu Sans', sans-serif;
  color: #a3a3a3;
  margin-top: 12px;
  text-indent: 15px;
  margin-bottom: 8px;
}
.tariff-popup__conditions {
  font: 14px "PFDinTextPro-Medium", Arial, Tahoma, Verdana, 'DejaVu Sans', sans-serif;
  color: #a3a3a3;
  max-height: 215px;
  background: #f6f6f6;
  padding: 20px 15px;
  height: 300px;
}
.tariff-popup__conditions p {
  margin: 15px 0;
}
.tariff-popup__conditions p:first-child {
  margin-top: 0;
}
.tariff-popup__service-description {
  width: 90px;
  text-align: center;
  background: #b0c2d6;
  color: #11120c;
  text-decoration: none;
  padding: 0 5px;
  font: 14px 'PTSans-Narrow', sans-serif;
  text-transform: lowercase;
  position: relative;
  margin-top: 17px;
  left: 187px;
}
.tariff-popup__service-description:after {
  content: '';
  display: block;
  position: absolute;
  width: 13px;
  background: #5b96f2 url(/image/layout/redesign/work/treug2.png) no-repeat center center;
  height: 100%;
  top: 0;
  right: -13px;
}
.tariff-popup__choose {
  margin-top: 15px;
  float: right;
}
.choose-device {
  background: #fefefe;
  padding: 25px;
}
.choose-device__other-link {
  font: 18px 'PTSans-NarrowBold', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #006c1e;
  display: inline-block;
  width: 124px;
  margin-bottom: 15px;
  vertical-align: top;
}
.choose-device__other-link_current {
  color: #b05145;
}
.choose-device__other-list {
  margin-top: 25px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.device-popup__choose {
  margin-top: 11px;
}
.calculator__wrapper {
  background: #fefefe;
  padding: 25px;
}
.calculator__service {
  height: 51px;
  color: #fff;
  background: #b74d40;
}
.calculator__title {
  text-align: center;
  font: 24px/26px 'PTSans-NarrowBold', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #b05145;
  padding-top: 20px;
}
.calculator__entry {
  vertical-align: top;
  display: block;
  font-size: 0;
}
.calculator__total {
  margin-top: 35px;
  font-size: 0;
}
.calculator__total-text {
  font: 18px 'PTSans-NarrowBold', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #000000;
  text-align: right;
  display: inline-block;
  width: 294px;
  vertical-align: middle;
  padding-right: 15px;
}
.calculator__total-value {
  display: inline-block;
  background: url(/image/layout/redesign/work/rub.png) no-repeat;
  height: 31px;
  padding-left: 40px;
  vertical-align: middle;
  color: #006c1e;
  font: 32px/31px 'PTSans-NarrowBold', sans-serif;
}
.calculator__total-currency {
  font: 26px 'PTSans-Narrow', sans-serif;
  text-transform: lowercase;
}
.calculator__service {
  height: 51px;
  color: #fff;
  background: #b74d40;
  display: block;
  font: 24px 'PTSans-NarrowBold', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 51px;
  padding: 0 27px;
}
.calculator__service-name {
  vertical-align: middle;
}
.calculator__service-more {
  text-transform: none;
  font-size: 12px;
  line-height: 51px;
  vertical-align: middle;
  position: absolute;
  right: 50px;
  display: inline-block;
  cursor: pointer;
}
.calculator__service-more:after {
  content: '';
  display: block;
  width: 13px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 25px;
  right: -29px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.calculator__service-more:before {
  content: '';
  display: block;
  width: 13px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 25px;
  right: -20px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.calculator__form {
  margin-top: 20px;
}
.calculator__form .form__input {
  box-sizing: border-box;
  border: 2px solid #009845;
  height: 30px;
  padding: 0 12px;
  vertical-align: middle;
  width: 200px;
  display: inline-block;
}
.calculator__form .form__input_tel {
  margin-left: 10px;
}
.calculator__form .form__input_email {
  margin-left: 0;
}
.calculator__form .form__not-available {
  width: 200px;
  margin-left: 10px;
}
.calculator__form .form__not-available__title {
  margin-bottom: 10px;
}
.calculator__form .form__not-available .cities_list {
  box-shadow: inset 0 0 0 2px #009845;
}
.calculator__form .form__submit {
  display: block;
  margin: 0 auto;
  height: 30px;
  border: 2px solid #009845;
  color: #009845;
  font: 18px/26px 'PTSans-Narrow', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background-color: #fff;
  padding: 0 10px;
}
.calculator__form .form__submit:hover {
  background-color: #009845;
  color: #ffffff;
}
.calculator__form-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  margin-bottom: 14px;
}
.c-entry__name {
  text-decoration: underline;
  font: 18px 'PTSans-NarrowBold', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #006c1e;
  width: 467px;
  display: inline-block;
}
.c-entry__price {
  font: 18px 'PTSans-NarrowBold', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #019944;
  display: inline-block;
}
.c-entry__currency {
  font: 14px 'PTSans-Narrow', sans-serif;
  color: #4b8a79;
  text-transform: lowercase;
}
.make-request {
  width: 165px;
  margin-top: 10px;
}
