.full-wrapper{
    margin: 0 auto;
    max-width: 1382px;
    min-width: 288px;
    width: 100%;
    padding: 0 32px;
}
.coverage-form {
font-family: OpenSans-Regular, sans-serif !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 34px;
  margin: 0 -16px 40px; }
  @media only screen and (max-width: 991px) {
    .coverage-form {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
      -ms-flex-align: end;
      align-items: flex-end;
      padding-top: 0; } }
  @media only screen and (max-width: 479px) {
    .coverage-form {
      margin: 0 -8px 25px; } }
  .coverage-form__label {
    position: relative;
    margin: 0 16px;
    width: calc(100% / 12 * 2 - 32px);
    min-width: 140px; }
    @media only screen and (max-width: 991px) {
      .coverage-form__label {
        width: calc(50% - 32px);
        margin-bottom: 20px;
        min-width: auto; } }
    @media only screen and (max-width: 479px) {
      .coverage-form__label {
        width: calc(50% - 16px);
        margin: 0 8px 20px; } }
    .coverage-form__label--address {
      width: calc(100% / 12 * 6 - 32px); }
      @media only screen and (max-width: 991px) {
        .coverage-form__label--address {
          width: 100%; } }
  .coverage-form__label-text {
    font-size: 18px;
    line-height: 1.56;
    color: #2c323a;
    position: absolute;
    top: -34px; }
    @media only screen and (max-width: 991px) {
      .coverage-form__label-text {
        font-size: 16px;
        position: relative;
        margin-bottom: 4px;
        top: auto; } }
  .coverage-form__field {
    height: 44px;
    width: 100%;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #dbe5e8;
    padding-left: 12px;
    padding-right: 12px;
    background-color: #ffffff; }
  .coverage-form input::-webkit-input-placeholder, .coverage-form textarea::-webkit-input-placeholder {
    color: #c9d3d7;
    opacity: 1;
    font-size: 18px; }
  .coverage-form input:-moz-placeholder, .coverage-form textarea:-moz-placeholder {
    color: #c9d3d7;
    opacity: 1;
    font-size: 18px; }
  .coverage-form input::-moz-placeholder, .coverage-form textarea::-moz-placeholder {
    color: #c9d3d7;
    opacity: 1;
    font-size: 18px; }
  .coverage-form input:-ms-input-placeholder, .coverage-form textarea:-ms-input-placeholder {
    color: #c9d3d7;
    opacity: 1;
    font-size: 18px; }
  .coverage-form__btn {
    width: calc(100% / 12 * 2 - 32px);
    min-width: 140px;
    margin: 0 16px;
    position: relative;
    color: #bb5789;
    background: transparent !important;
    border: 1px solid #bb5789;
    -webkit-transition: color .8s;
    -o-transition: color .8s;
    transition: color .8s; }
    @media only screen and (max-width: 479px) {
      .coverage-form__btn {
        width: 100%;
        margin: 0 8px; } }
    /*.coverage-form__btn:before {
      position: absolute;
      top: 50%;
      left: 50%;
      content: '';
      -webkit-border-radius: 50%;
      border-radius: 50%;
      display: block;
      width: 20em;
      height: 20em;
      line-height: 20em;
      text-align: center;
      -webkit-transition: -webkit-box-shadow 0.5s ease-out;
      transition: -webkit-box-shadow 0.5s ease-out;
      -o-transition: box-shadow 0.5s ease-out;
      transition: box-shadow 0.5s ease-out;
      transition: box-shadow 0.5s ease-out, -webkit-box-shadow 0.5s ease-out;
      z-index: 0;
      background: transparent !important;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .coverage-form__btn:hover:before {
      -webkit-box-shadow: inset 0 0 0 10em #bb5789;
      box-shadow: inset 0 0 0 10em #bb5789; }*/

.coverage-container {
  position: relative;
  padding: 50px 0; }
  @media only screen and (max-width: 1199px) {
    .coverage-container {
      padding: 25px 0; } }
  @media only screen and (max-width: 767px) {
    .coverage-container {
      padding: 0; } }

.coverage-map-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  @media only screen and (max-width: 767px) {
    .coverage-map-wrap {
      position: relative;
      height: 100vw;
      max-height: 60vh; } }

.coverage-map {
  height: 100%;
  background: -webkit-linear-gradient(305deg, rgba(132, 184, 211, 0.01), rgba(0, 0, 0, 0.02));
  background: -o-linear-gradient(305deg, rgba(132, 184, 211, 0.01), rgba(0, 0, 0, 0.02));
  background: linear-gradient(145deg, rgba(132, 184, 211, 0.01), rgba(0, 0, 0, 0.02));
  color: #fff; }

.coverage-choice-open {
  top: 20px;
  left: 20px;
  background-color: #fff;
  position: absolute;
  width: 54px;
  height: 54px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: none; }
  @media only screen and (max-width: 767px) {
    .coverage-choice-open {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  .coverage-choice-open img {
    max-width: 100%; }

@media only screen and (max-width: 767px) {
  .coverage-choice {
    -webkit-transform: translate(-100%);
    -ms-transform: translate(-100%);
    transform: translate(-100%);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    z-index: 1;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s; }
    .coverage-choice--opened {
      -webkit-transform: translate(0);
      -ms-transform: translate(0);
      transform: translate(0); } }

.coverage-choice__all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px; }

.coverage-choice-close {
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer; }
  @media only screen and (max-width: 767px) {
    .coverage-choice-close {
      display: block; } }
  .coverage-choice-close:before, .coverage-choice-close:after {
    content: '';
    width: 25px;
    height: 2px;
    background-color: #2c323a;
    display: block;
    position: absolute;
    top: 18px;
    left: 8px; }
  .coverage-choice-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .coverage-choice-close:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg); }

.coverage-choice__form {
    margin-left:50px;
  position: relative;
  background-color: #fff;
  width: 416px;
  padding: 20px 20px 30px 20px; }
  @media only screen and (max-width: 1199px) {
    .coverage-choice__form {
        margin-left:0;
      padding: 15px 20px 20px 20px; } }
  @media only screen and (max-width: 991px) {
    .coverage-choice__form {
      width: 362px;
      padding: 15px 15px 20px; } }
  @media only screen and (max-width: 767px) {
    .coverage-choice__form {
      height: 100vh;
      overflow-y: auto;
      width: 100%; } }

.coverage-choice__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.coverage-choice__title {
  font-size: 24px;
  line-height: 1.33;
  color: #2c323a;
  margin-bottom: 0; }
  @media only screen and (max-width: 991px) {
    .coverage-choice__title {
      font-size: 22px; } }

.coverage-choice__icon {
  width: 32px;
  height: 32px;
  display: block; }
  @media only screen and (max-width: 767px) {
    .coverage-choice__icon {
      display: none; } }
  .coverage-choice__icon img {
    max-width: 100%; }

.coverage-choice__title-group {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.54;
  color: #2c323a;
  margin-bottom: 0; }
  @media only screen and (max-width: 991px) {
    .coverage-choice__title-group {
      font-size: 12px; } }

.coverage-choice__group {
  margin-bottom: 21px; }

.coverage-choice__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .coverage-choice__item:not(:last-child) {
    margin-bottom: 9px; }
  .coverage-choice__item-switch {
    margin-right: 9px;
    margin-bottom: 0; }
  .coverage-choice__item-text {
    font-size: 14px;
    line-height: 1.43;
    color: #2c323a; }
    @media only screen and (max-width: 991px) {
      .coverage-choice__item-text {
        font-size: 13px; } }

.coverage-satellite {
  width: 66.66667%;
  position: relative;
  margin: 0 auto; }
  @media only screen and (max-width: 1199px) {
    .coverage-satellite {
      width: 91.66667%; } }
  @media only screen and (max-width: 767px) {
    .coverage-satellite {
      width: 100%; } }
  .coverage-satellite__item {
    padding-top: 40px;
    padding-bottom: 40px; }
    .coverage-satellite__item:not(:last-child) {
      border-bottom: 1px solid #e2eaeb; }
    .coverage-satellite__item--helper-opened .coverage-satellite__option {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      .coverage-satellite__item--helper-opened .coverage-satellite__option-item {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 15px; }
        .coverage-satellite__item--helper-opened .coverage-satellite__option-item:nth-child(n) {
          margin-right: 0; }
        @media only screen and (max-width: 767px) {
          .coverage-satellite__item--helper-opened .coverage-satellite__option-item:nth-child(2n - 1) {
            padding-right: 0; } }
        @media only screen and (max-width: 479px) {
          .coverage-satellite__item--helper-opened .coverage-satellite__option-item {
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between; } }
      .coverage-satellite__item--helper-opened .coverage-satellite__option-key {
        font-weight: normal;
        font-size: 20px;
        width: 48%; }
        @media only screen and (max-width: 991px) {
          .coverage-satellite__item--helper-opened .coverage-satellite__option-key {
            font-size: 18px; } }
        @media only screen and (max-width: 767px) {
          .coverage-satellite__item--helper-opened .coverage-satellite__option-key {
            font-size: 16px; } }
        @media only screen and (max-width: 479px) {
          .coverage-satellite__item--helper-opened .coverage-satellite__option-key {
            width: auto; } }
      .coverage-satellite__item--helper-opened .coverage-satellite__option-value {
        font-weight: normal;
        font-size: 20px;
        -webkit-box-flex: 2;
        -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
        flex-grow: 2; }
        @media only screen and (max-width: 991px) {
          .coverage-satellite__item--helper-opened .coverage-satellite__option-value {
            font-size: 18px; } }
        @media only screen and (max-width: 767px) {
          .coverage-satellite__item--helper-opened .coverage-satellite__option-value {
            font-size: 16px; } }
        @media only screen and (max-width: 479px) {
          .coverage-satellite__item--helper-opened .coverage-satellite__option-value {
            -webkit-box-flex: 0;
            -webkit-flex-grow: 0;
            -ms-flex-positive: 0;
            flex-grow: 0; } }
        .coverage-satellite__item--helper-opened .coverage-satellite__option-value--hidden {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
    .coverage-satellite__item--opened .coverage-satellite__option {
      max-height: 1000px !important; }
    .coverage-satellite__item--opened .coverage-satellite__footer-link--detailed:after {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    .coverage-satellite__item--opened .coverage-satellite__footer-toshow {
      display: none; }
    .coverage-satellite__item--opened .coverage-satellite__footer-tohide {
      display: block; }
  .coverage-satellite__overtitle {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.54;
    color: #2c323a; }
    @media only screen and (max-width: 991px) {
      .coverage-satellite__overtitle {
        font-size: 12px; } }
  .coverage-satellite__title {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.25;
    color: #000000;
    margin-bottom: 20px; }
    @media only screen and (max-width: 991px) {
      .coverage-satellite__title {
        font-size: 28px; } }
    @media only screen and (max-width: 767px) {
      .coverage-satellite__title {
        font-size: 24px; } }
  .coverage-satellite__option {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: max-height .4s;
    -o-transition: max-height .4s;
    transition: max-height .4s;
    overflow: hidden;
    margin: 0 0 32px; }
    @media only screen and (max-width: 767px) {
      .coverage-satellite__option {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    @media only screen and (max-width: 767px) {
      .coverage-satellite__option {
        margin-bottom: 20px; } }
    .coverage-satellite__option-item:nth-child(-n + 3) {
      margin-right: 11.4%; }
      @media only screen and (max-width: 991px) {
        .coverage-satellite__option-item:nth-child(-n + 3) {
          margin-right: 9%; } }
      @media only screen and (max-width: 767px) {
        .coverage-satellite__option-item:nth-child(-n + 3) {
          margin-right: 0; } }
    @media only screen and (max-width: 767px) {
      .coverage-satellite__option-item {
        width: 50%;
        margin-bottom: 15px; }
        .coverage-satellite__option-item:nth-child(2n - 1) {
          padding-right: 10px; } }
    .coverage-satellite__option-item--hidden {
      display: none; }
    .coverage-satellite__option-key {
      font-size: 13px;
      font-weight: bold;
      line-height: 1.54;
      color: #758cad; }
      @media only screen and (max-width: 991px) {
        .coverage-satellite__option-key {
          font-size: 12px; } }
    .coverage-satellite__option-value {
      font-size: 24px;
      font-weight: bold;
      line-height: 1.33;
      color: #2c323a; }
      @media only screen and (max-width: 991px) {
        .coverage-satellite__option-value {
          font-size: 20px; } }
      @media only screen and (max-width: 479px) {
        .coverage-satellite__option-value {
          font-size: 16px; } }
  .coverage-satellite__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 576px) {
      .coverage-satellite__footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start; } }
    .coverage-satellite__footer-btn {
      width: 192px;
      margin-right: 60px;
      position: relative;
      color: #bb5789;
      background: transparent !important;
      border: 1px solid #bb5789;
      -webkit-transition: color .8s;
      -o-transition: color .8s;
      transition: color .8s; }
      @media only screen and (max-width: 991px) {
        .coverage-satellite__footer-btn {
          margin-right: 50px; } }
      @media only screen and (max-width: 767px) {
        .coverage-satellite__footer-btn {
          margin-right: 40px; } }
      @media only screen and (max-width: 576px) {
        .coverage-satellite__footer-btn {
          margin-right: 0; } }
      @media only screen and (max-width: 576px) {
        .coverage-satellite__footer-btn {
          width: 100%; } }
      .coverage-satellite__footer-btn:before {
        position: absolute;
        top: 50%;
        left: 50%;
        content: '';
        -webkit-border-radius: 50%;
        border-radius: 50%;
        display: block;
        width: 20em;
        height: 20em;
        line-height: 20em;
        text-align: center;
        -webkit-transition: -webkit-box-shadow 0.5s ease-out;
        transition: -webkit-box-shadow 0.5s ease-out;
        -o-transition: box-shadow 0.5s ease-out;
        transition: box-shadow 0.5s ease-out;
        transition: box-shadow 0.5s ease-out, -webkit-box-shadow 0.5s ease-out;
        z-index: 0;
        background: transparent !important;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .coverage-satellite__footer-btn:hover:before {
        -webkit-box-shadow: inset 0 0 0 10em #bb5789;
        box-shadow: inset 0 0 0 10em #bb5789; }
    .coverage-satellite__footer-link {
      font-size: 12px;
      font-weight: bold;
      line-height: 1.67;
      color: #bb5789;
      cursor: pointer;
      text-transform: uppercase;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      @media only screen and (max-width: 576px) {
        .coverage-satellite__footer-link {
          margin-bottom: 15px; } }
      .coverage-satellite__footer-link:hover {
        color: #c97da3; }
      .coverage-satellite__footer-link:not(:last-child) {
        margin-right: 60px; }
        @media only screen and (max-width: 991px) {
          .coverage-satellite__footer-link:not(:last-child) {
            margin-right: 50px; } }
        @media only screen and (max-width: 767px) {
          .coverage-satellite__footer-link:not(:last-child) {
            margin-right: 40px; } }
        @media only screen and (max-width: 576px) {
          .coverage-satellite__footer-link:not(:last-child) {
            margin-right: 0; } }
      .coverage-satellite__footer-link--detailed:after {
        content: '';
        width: 15px;
        height: 6px;
        background: url(/local/static/img/svg/arrow-down.svg) no-repeat center/contain;
        margin-left: 8px;
        margin-top: 1px; }
    .coverage-satellite__footer-tohide {
      display: none; }
.switch {
    cursor: pointer; }
.switch i {
    display: block;
    width: 32px;
    height: 20px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background-color: #d3dde0;
    position: relative; }
.switch i:after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: left .3s;
    -o-transition: left .3s;
    transition: left .3s;
    left: 2px; }
.switch input:checked + i {
    background-color: #afdb83; }
.switch input:checked + i:after {
    left: 14px; }
.switch input {
    display: none; }