* {
  margin: 0;
  padding: 0;
}

.btn {
  background-color: #d82576;
}

.btn:hover, .btn:focus, .btn:active, .btn.checked {
  background-color: #591bac;
}

input[type=text]:focus {
  border-bottom: 2px solid #d82576 !important;
}

nav {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

nav li a:hover {
  background: none;
}

.content {
  padding-bottom: 30px;
}

.content form div.field.checkbox {
  padding: 15px 0;
}

.content form div.field textarea {
  border-radius: 0;
  color: rgba(0, 0, 0, 0.42);
  border: none;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.42);
  padding: 0;
  font-size: 16px;
  min-height: 0;
  background: none;
  font-family: inherit;
}

.content form div.field button[disabled] {
  background-color: #DFDFDF !important;
  color: #9F9F9F !important;
}

.content form div.field button[disabled] i {
  color: #9F9F9F !important;
}

.content table.tariffs td {
  width: 33.3%;
  line-height: 1.5;
}

.content table.tariffs td:nth-child(2) {
  width: 50%;
}

.content table.tariffs td a {
  text-decoration: underline;
}

.content table.tariffs td a:hover {
  text-decoration: none;
}

@media (max-width: 500px) {
  .content table.tariffs td {
    display: block;
    width: 100% !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
}

.content table.tariffs td span.bold {
  color: #d82576;
}

.content table.tariffs label span {
  color: #000;
}

.content table.tariffs label span::after {
  background-color: #d82576;
  border: 2px solid #d82576;
}

.content table.extended td {
  width: 33.3%;
}

.content table.extended td:nth-child(2) {
  width: 50%;
}

@media (max-width: 500px) {
  .content table.extended td {
    display: block;
    width: 100% !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
}

.content table.extended label span {
  color: #000;
}

.content .dropdown-content li > a,
.content .dropdown-content li > span {
  color: #d82576;
}

.content input[type=checkbox].filled-in:checked + span:not(.lever)::after {
  background-color: #d82576;
  border: 2px solid #d82576;
}

.tel-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tel-group .item {
  width: 82px;
}

.tel-group .item img {
  width: 100%;
}

.tel-group .item .name {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  text-align: center;
  line-height: 17px;
}

.fancy-inner {
  max-width: 1000px;
  width: 100%;
  padding: 20px;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.fancybox-close {
  top: 6px !important;
  right: 18px !important;
}

#message {
  padding: 10px 0;
  color: #d82576;
}

@media (max-width: 500px) {
  .content_wrap, .content_container, .sc_content {
    width: 100% !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 10px;
  }
}
