section,
article {
  margin: 0 0 40px 0;
}

section:last-child,
article:last-child {
  margin-bottom: 0;
}

section.left-content {
  padding-right: 30px;
}

section.right-content {
  padding-left: 30px;
}

section.middle-content {
  padding: 0 30px 0 30px;
}

ul.small-image-list img {
  width: 78px;
}

ul.big-image-list img {
  width: 178px;
}

b,
strong {
  font-weight: 500;
}

.icon {
  background-repeat: no-repeat;
  display: inline-block;
}

.icon--key-down_arrow {
  background-image: url(../images/down_arrow.png);
  background-position: 0 5px;
  height: 10px;
  width: 10px;
}

.link--underline-dashed .link-element {
  border-bottom-style: dashed;
}

.link--color-gray .link-element {
  border-color: #575757;
  color: #575757;
}

.clear {
  clear: both;
}

.page_top-line {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: #fff;
  min-width: 1000px;
  font-weight: 200;
  font-size: 0.85em;
  padding-top: 10px;
}

.page_top-header {
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
  background: #fff;
}

.menu-item {
  display: block;
  float: left;
  height: 29px;
  position: relative;
  right: 1px;
}

.menu-item div:hover {
  cursor: pointer;
}

.menu-item .row {
  margin-left: -30px;
  overflow: hidden;
}

.menu-item .city-text {
  padding-top: 5px;
  font-size: 0.7em;
}

.menu-item .city-name {
  min-height: 25px;
  padding: 45px 5px;
  font-size: 1.25em;
}

.menu-item .city-block {
  display: none;
  padding: 5px 15px;
  font-weight: 600;
  background: #f0f2f5;
  margin-top: -15px;
  width: 170px;
  margin-left: 20px;
  z-index: 9998;
  position: relative;
}

.menu-item .city-block a {
  border-bottom: 1px dashed;
  text-decoration: none;
  font-size: 1.1em;
}

.menu-item .city-block p {
  margin-bottom: 0.01em;
  font-size: 1.1em;
}

.menu-item .office {
  font-weight: 200;
  left: 4px;
  padding-top: 20px;
  padding-left: 5px;
  position: relative;
}

.menu-item .office a {
  color: #333;
  text-decoration: none;
}

.menu-item .office a:hover {
  color: #0194da;
}

.menu-item .text {
  margin-left: 30px;
  padding-top: 5px;
  font-size: 0.85em;
  font-weight: 200;
}

.menu-item .phone {
  font-weight: 400;
  font-size: 1.2em;
  padding-left: 35px;
  padding-top: 10px;
}

.menu-item .phone > a {
  text-decoration: none;
}

.menu-item .phone .blue {
  color: #ff8a06;
}

hgroup {
  background: none repeat scroll 0 0 #fff;
  display: block;
  padding: 30px 0 24px 3px;
  -webkit-transition: all 0.01s ease-out 0s, background-color 0.25s ease-out 0.1s;
  -o-transition: all 0.01s ease-out 0s, background-color 0.25s ease-out 0.1s;
  transition: all 0.01s ease-out 0s, background-color 0.25s ease-out 0.1s;
}

hgroup h3,
hgroup h2,
hgroup h1 {
  color: #8d8d8d;
  font-family: "Open Sans", "Droid Sans", Roboto, Arial, Tahoma, sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 0.8em;
  text-transform: none;
}

hgroup h3 strong,
hgroup h2 strong,
hgroup h1 strong {
  color: #2b2b2b;
  font-family: "Open Sans", "Droid Sans", Roboto, Arial, Tahoma, sans-serif;
  font-style: italic;
  font-weight: normal;
  font-size: 0.9em;
}

.header-main {
  background-color: #fff;
  padding: 0 0 10px;
}

.header-popup {
  background-color: #fff;
  display: none;
  min-height: 120px;
  padding: 10px;
}

.header-popup .second-menu {
  background-color: #fbfbfb;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 10px;
  padding: 27px 0 24px 22px;
}

.header-top-pages {
  background-color: #f6f6f6;
  min-height: 80px;
}

.header-main-pages {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(22%, #fff), to(#f5f5f5));
  background-image: -o-linear-gradient(top, #fff 22%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #fff 22%, #f5f5f5 100%);
  padding: 0 0 10px;
}

#header {
  position: relative;
  height: 60px;
  padding: 8px 0;
}

#header nav {
  position: absolute;
    line-height: 50px;
}

#header nav a {
  text-decoration: none;
  margin: 15px;
  position: relative;
  color: #000;
  cursor: pointer;
  font-size: 18px;
}

#header nav a:hover {
  font-size: 18px;
  color: #000;
  text-decoration: underline;
}

#header nav .menu {
  display: inline-block;
}

#header nav .menu .arrow-down {
  display: none;
}

.info-main {
  position: relative;
  padding: 25px 0;
  background: #fff;
}

.info-main .action-block {
  background: #fff;
  margin: 15px 0;
}

.info-main .action-block__title {
  color: #000;
  font-size: 1.65em;
  line-height: 28px;
  padding: 20px 0 0 0;
  text-align: center;
}

.info-main .action-block__prew {
  color: #2484bf;
  font-size: 1.2em;
  line-height: 28px;
  padding: 0 0 20px 0;
  text-align: center;
}

.info-main .action-block .list {
  counter-reset: counter;
  padding-bottom: 10px;
  padding-left: 100px;
  opacity: 0.7;
}

.info-main .action-block .list__item {
  color: #2484bf;
  counter-increment: counter;
  display: inline-block;
  font-size: 70px;
  line-height: 1;
  padding: 5px 0 0 51px;
  position: relative;
  width: 230px;
}

.info-main .action-block .list__item:before {
  content: counters(counter, "", decimal);
  left: 0;
  position: absolute;
  top: 0;
}

.info-main .action-block .list__item-title {
  color: #000;
  font: 0.35em/1.3 "Arial";
}

.info-main .action-block .list__item-text {
  color: #000;
  font: 0.2em/1.3 "Arial";
  margin: 2px 0 0;
}

.search-main .title {
  text-align: center;
  font-weight: 200;
  font-size: 1.15em;
  color: #2c2c2c;
  padding-top: 15px;
  text-transform: uppercase;
}

#search {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #0194da;
  display: inline-block;
  border-radius: 3px;
  min-height: inherit;
  margin-bottom: 30px;
}

#search fieldset {
  margin: 15px 0;
  color: #fff;
  font-size: 1.15em;
}

#search label {
  margin-right: 12px;
}

#search input[type=text] {
  margin-left: 25px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 2px;
  padding: 10px 15px;
  font-size: 12px;
}

#search select {
  background-color: #fff;
  border: 1px solid #094d73;
  width: 170px;
  margin-left: 10px;
  border-radius: 4px;
  color: #555;
  display: inline-block;
  font-size: 0.85em;
  line-height: 20px;
  padding: 6px 5px;
  vertical-align: middle;
}

#search input.btn {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #fff), to(#a1b6d5));
  background-image: -o-linear-gradient(top, #fff 30%, #a1b6d5 100%);
  background-image: linear-gradient(to bottom, #fff 30%, #a1b6d5 100%);
  background-repeat: repeat-x;
  border: 1px solid #2b4f82;
  border-radius: 3px;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12) inset;
          box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12) inset;
  color: #434242;
  cursor: pointer;
  display: inline-block;
  font: 600 14px/36px "Open Sans";
  height: 31px;
  margin: 0;
  margin-left: 30px;
  outline: medium none;
  padding: 0 38px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}

#search input.btn:hover {
  background-color: #d1e5ff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), to(#d1e5ff));
  background-image: -o-linear-gradient(top, #fff 20%, #d1e5ff 100%);
  background-image: linear-gradient(to bottom, #fff 20%, #d1e5ff 100%);
  background-repeat: repeat-x;
}

.info-coverage {
  min-width: 960px;
  overflow: hidden;
  padding-left: 0;
}

.info-coverage .action-block {
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
}

.info-coverage .action-block__title {
  color: #000;
  font-size: 1.4em;
  line-height: 28px;
  margin: 0 43px;
  text-align: center;
}

.info-coverage .action-block .list {
  counter-reset: counter;
  padding-bottom: 10px;
  padding-left: 20px;
  opacity: 0.7;
}

.info-coverage .action-block .list__item {
  color: #0194da;
  counter-increment: counter;
  display: inline-block;
  font-size: 30px;
  line-height: 1;
  padding: 0 0 0 25px;
  position: relative;
  width: 275px;
}

.info-coverage .action-block .list__item:before {
  content: counters(counter, "", decimal);
  left: 0;
  position: absolute;
  top: 0;
}

.info-coverage .action-block .list__item-title {
  color: #000;
  font-size: 14px;
  margin-bottom: 5px;
}

.info-coverage .action-block .list__item-text {
  color: #000;
  font-size: 12px;
}

.slider-main {
  background: #fff;
}

#slider {
  position: relative;
  width: 980px;
  height: 244px;
  margin: 2% 0 2% 0;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0 10px 10px 0;
  background: #fff;
  background-size: 1160px 265px;
}

.sliderkit {
  display: none;
  position: relative;
  overflow: hidden;
  text-align: left;
  -webkit-box-shadow: 0 3px 2px -4px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 2px -4px rgba(0, 0, 0, 0.5);
}

.sliderkit a,
.sliderkit a:hover {
  text-decoration: none;
}

.sliderkit a:focus {
  outline: 1px dotted #000;
}

.sliderkit img {
  border: 0;
}

.sliderkit .sliderkit-nav {
  z-index: 10;
  position: absolute;
  text-align: center;
}

.sliderkit .sliderkit-nav-clip {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.sliderkit .sliderkit-nav-clip ul {
  position: relative;
  left: 0;
  top: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sliderkit .sliderkit-nav-clip ul li {
  float: left;
}

.sliderkit .sliderkit-nav-clip ul li a {
  display: block;
  overflow: hidden;
}

.sliderkit .sliderkit-btn {
  z-index: 10;
}

.sliderkit .sliderkit-panel {
  z-index: 1;
  position: absolute;
  overflow: hidden;
}

.sliderkit .sliderkit-panel-active {
  z-index: 5;
}

.sliderkit .sliderkit-panel-old {
  z-index: 4;
}

.sliderkit .sliderkit-panel .sliderkit-panel-textbox {
  position: absolute;
  z-index: 1;
}

.sliderkit .sliderkit-panel .sliderkit-panel-text {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
}

.sliderkit .sliderkit-panel .sliderkit-panel-overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}

.sliderkit .sliderkit-count {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 10;
  padding: 5px;
  color: #fff;
  background: #000;
}

.sliderkit .sliderkit-timer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  height: 3px;
  background: #ccc;
}

.newslider-vertical {
  width: 980px;
  height: 244px;
}

.newslider-vertical .sliderkit-nav {
  width: 178px;
  height: 247px;
  left: 802px;
}

.newslider-vertical .sliderkit-nav-clip li {
  height: 61px;
  width: 179px;
}

.newslider-vertical .sliderkit-nav-clip li.sliderkit-selected a {
  background-image: -webkit-gradient(linear, right top, left top, from(#c6e3fb), to(#bfdcf3));
  background-image: -o-linear-gradient(right, #c6e3fb, #bfdcf3);
  background-image: linear-gradient(to left, #c6e3fb, #bfdcf3);
  -webkit-box-shadow: 0 6px 4px -4px rgba(0, 0, 0, 0.5);
          box-shadow: 0 6px 4px -4px rgba(0, 0, 0, 0.5);
}

.newslider-vertical .sliderkit-nav-clip li a {
  height: 61px;
  width: 180px;
  padding: 20px 0 0 30px;
  text-align: left;
  font-size: 16px;
  color: #4e5b65;
  text-decoration: none;
  background-image: -webkit-gradient(linear, right top, left top, from(#fff), color-stop(50%, #f5f5f5));
  background-image: -o-linear-gradient(right, #fff, #f5f5f5 50%);
  background-image: linear-gradient(to left, #fff, #f5f5f5 50%);
}

.newslider-vertical .sliderkit-nav-clip li a:hover,
.newslider-vertical .sliderkit-nav-clip li a:focus {
  color: #fff;
}

.newslider-vertical .sliderkit-panels {
  position: absolute;
  width: 802px;
  height: 244px;
  overflow: hidden;
}

.newslider-vertical .sliderkit-panel {
  left: 0;
  top: 0;
  width: 802px;
  height: 247px;
}

.newslider-vertical .sliderkit-news h3,
.newslider-vertical .sliderkit-news h3 a {
  color: #000;
  font-weight: bold;
}

.newslider-vertical .sliderkit-news h3 {
  font-size: 1.2em;
  margin: 0 0 15px;
}

.newslider-vertical .sliderkit-news img {
  float: right;
  width: 796px;
  height: auto;
  margin: 0 0 0 10px;
  overflow: hidden;
}

.newslider-vertical .sliderkit-news p {
  margin: 0;
}

.newslider-vertical .sliderkit-news-readmore {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.title-block {
  background-color: #fff;
  padding: 15px 0;
  margin: 5px 0 5px 0;
  text-align: center;
}

.title-block a {
  color: #000;
  padding: 12px 26%;
}

.title-block a.active {
  background-color: #1f80bc;
  color: #fff;
  text-decoration: none;
  padding: 12px 26%;
}

.title-block a.connect {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(255, 192, 82)), to(rgb(255, 141, 12))) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: -o-linear-gradient(top, rgb(255, 192, 82) 0, rgb(255, 141, 12) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: linear-gradient(to bottom, rgb(255, 192, 82) 0, rgb(255, 141, 12) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #fff;
  text-decoration: none;
}

.title-block img {
  padding-left: 25%;
}

.title-block .title-pages {
  text-align: center;
}

.title-block .title-pages h1 {
  color: #484848;
  font-family: "Open Sans", "Droid Sans", Roboto, Arial, Tahoma, sans-serif;
  font-size: 1.538em;
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 51px;
  text-transform: none;
}

.title-block .title-search-result {
  padding-top: 10px;
  text-align: center;
}

.title-block .title-search-result p {
  color: #2c2c2c;
  font-size: 0.95em;
  font-weight: 200;
  text-align: center;
  text-transform: uppercase;
  line-height: 0.9em;
  padding-top: 5px;
}

.title-block .title-search-result h1 {
  color: #484848;
  font-family: "Open Sans", "Droid Sans", Roboto, Arial, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  letter-spacing: -1px;
  text-transform: none;
  padding-bottom: 10px;
}

.title-block .phone {
  display: none;
  padding-top: 25px;
  text-align: center;
}

.title-block .phone h2 {
  font-size: 1.4em;
  font-weight: 400;
  color: #333;
}

.title-block .time {
  text-align: center;
  font-size: 0.9em;
  position: relative;
  bottom: 10px;
  display: none;
}

.title-block .phone .left {
  left: 10px;
  bottom: 2px;
  position: relative;
}

.title-block .provider-block-title {
  color: #015e98;
  font-size: 1.4em;
  font-weight: 300;
  text-transform: none;
  padding-top: 25px;
  text-align: center;
}

.title-block .provider-block-info-links {
  padding-top: 20px;
  display: block;
}

.title-block .block-links {
  padding-top: 5px;
  text-align: center;
  display: block;
}

.title-block .block-links a {
  border-bottom: 1px solid;
  color: #015e98;
  margin-right: 10px;
  text-decoration: none;
  font-size: 0.9em;
}

.title-block .provider-block-info-links a {
  color: #595959;
  margin-right: 25px;
  text-decoration: none;
  font-size: 130%;
}

.title-block .provider-block-info-links a:hover {
  border-bottom: 1px solid;
}

.title-block .provider-block-info-links a.active {
  background-color: #8cd3f6;
  color: #fff;
  border: 0;
  padding: 6px;
  border-radius: 3px;
  position: relative;
}

.title-block .coverage #search {
  margin: 3% 0;
}

.main {
  position: relative;
  width: 100%;
  height: 100%;
}

.main input.btn_top {
  background: #fff;
    border-radius: 5px;
    color: #0194da;
    cursor: pointer;
    height: 25px;
    text-transform: uppercase;
    font-size: 10px;
    border: 1px solid #0194da;
}

.main-pages {
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 1000px;
}

.main-pages .last-tickets {
  background: none repeat scroll 0 0 #fff;
  display: table;
  padding: 20px 10px 20px 5px;
  width: 95%;
  border: 1px solid red;
}

.main-pages h2.title,
.main h2.title {
  color: #484848;
  font-family: "Open Sans", "Droid Sans", Roboto, Arial, Tahoma, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 51px;
  text-transform: none;
  text-align: center;
}

.main-pages .last-tickets__item__provider {
  display: table-cell;
  vertical-align: middle;
  width: 50px;
  padding-left: 10px;
}

.main-pages .last-tickets__item__content {
  display: table-cell;
  padding-left: 7%;
  vertical-align: middle;
  font-weight: 400;
  font-size: 1.1em;
}

.main p,
.main-pages p {
  line-height: 1.5;
}

.main .news,
.main .reviews {
  background: #fff;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 25px;
}

.main .reviews .comment-username {
      color: #4f6173;
    display: inline-block;
    font-weight: 600;
    margin-right: 10px;
    font-size: 14px;
}

.main .reviews .comment-date {
  color: #99a1a9;
  margin-bottom: 0;
  font-weight: 300;
  float: right;
}

.main .reviews .comment-item a.more {
  float: right;
  padding: 5px;
  margin-top: 25px;
  margin-bottom: 10px;
}

.main .reviews .comment-text {
  line-height: 1.25;
  font-size: 12px;
}

.main-pages .news {
  background-color: #fff;
  font-family: "Open Sans", "Droid Sans", Roboto, Arial, Tahoma, sans-serif;
  padding: 2% 7% 2% 7%;
  font-size: 0.9em;
  color: #595959;
}

.main-pages article.news {
  margin: 0;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.title-comments {
  font-size: 1.2em;
  line-height: 32px;
  color: #4f6173;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  padding: 8px 0;
}

.title-comments a {
  text-decoration: none;
}

.comment {
  padding: 15px 10px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 0.9em;
  line-height: 19px;
}

.comment .name {
  font-size: 1.2em;
  color: #4f6173;
  margin-bottom: 5px;
  cursor: pointer;
}

.comment .date {
  float: right;
  color: #079fe0;
}

.provider-info-allcomment {
  background: #fff;
  padding: 20px;
  font-weight: 200;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  position: relative;
  right: 10px;
}

.provider-info-allcomment:active {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

.provider-info-allcomment:hover {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

.provider-info-allcomment .title {
  text-align: center;
}

.provider-info-allcomment .title a {
  text-decoration: none;
}

.provider-info-allcomment .title h1 {
  color: #1f80bc;
  font-size: 1em;
  text-transform: none;
  font-weight: 200;
}

.provider-info-allcomment .logo {
  left: 17%;
  margin-top: 10px;
  position: relative;
}

.provider-info-allcomment .link {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.provider-info-allcomment .link a {
  border-bottom: 1px dashed;
  color: #595959;
  margin-right: 20px;
  text-decoration: none;
}

.provider-info-allcomment .block-rate-counter {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fe972d), to(#f85e20));
  background-image: -o-linear-gradient(top, #fe972d, #f85e20);
  background-image: linear-gradient(to bottom, #fe972d, #f85e20);
  border-radius: 6px;
  color: #fff;
  font-size: 1.6em;
  font-weight: 500;
  height: 35px;
  margin-left: 37px;
  margin-top: 10px;
  padding-top: 8px;
  text-align: center;
  width: 94px;
}

.comments-all-block {
  margin: 0;
  font-family: "Open Sans", "Droid Sans", Roboto, Arial, Tahoma, sans-serif;
  font-size: 0.9em;
}

.comments-all-list {
  width: 100%;
}

.comments-all-list .comments-all-list-item {
  border-bottom: 1px solid #f0f0f0;
  display: block;
  padding: 25px 15px 0 15px;
  background: #fff;
  margin-bottom: 10px;
  border-radius: 3px;
}

.comments-all-list .comments-all-list-item > a.logo {
  position: relative;
  bottom: 12px;
  display: block;
  float: left;
  height: 96px;
  margin-right: 30px;
  overflow: hidden;
  width: 96px;
}

.comments-all-list .comments-all-list-item > .info {
  float: left;
  width: 550px;
}

.comments-all-list .comments-all-list-item > .info > .rating {
  color: #ced1d4;
  display: block;
  float: right;
  font-size: 14px;
  font-weight: bold;
}

.comments-all-list .comments-all-list-item > .info > .meta {
  color: #4f6173;
  font-size: 15px;
  height: 17px;
  line-height: 17px;
}

.comments-all-list .comments-all-list-item > .info > .meta .username {
  display: block;
  float: left;
  font-size: 15px;
  font-weight: bold;
  margin-right: 17px;
  position: relative;
}

.comments-all-list .comments-all-list-item > .info > .meta .icon-link {
  display: block;
  float: left;
  height: 17px;
  margin-right: 10px;
  width: 14px;
  text-decoration: none;
}

.comments-all-list .comments-all-list-item > .info > .text {
  color: #333;
  font-size: 15px;
  line-height: 21px;
  margin-top: 7px;
  word-wrap: break-word;
}

.comments-all-list .comments-all-list-item > .info > .links-panel {
  margin-top: 13px;
  margin-bottom: 10px;
}

.comments-all-list .comments-all-list-item > .info > .links-panel .abuse_link,
.comments-all-list .comments-all-list-item > .info > .links-panel .date {
  color: #889097;
  display: block;
  font-size: 0.85em;
  line-height: 16px;
  text-decoration: none;
}

.comments-all-list .comments-all-list-item > .info > .links-panel .abuse_link .icon-plus {
  font-size: 0.9em;
  margin-top: 4px;
}

.comments-all-list .comments-all-list-item > .info > .links-panel > .date {
  border: 0 none;
  float: right;
  margin: 0;
}

.comments-stream-more {
  color: #4f6173;
  font-size: 0.85em;
  font-weight: 800;
  text-align: center;
}

.comments-stream-more a {
  text-decoration: none;
}

.comments-stream-more a > span.icon-cycle {
  font-size: 1.6em;
  position: relative;
  top: 5px;
  margin-right: 5px;
}

.form-comments input[type=text] {
  font-family: inherit;
  background: #f6f6f6;
  border: 1px solid #fff;
  color: #595959;
  font-size: 0.9em;
  border-radius: 4px;
  margin-top: 4px;
  padding: 8px 0 8px 10px;
  max-width: 200px;
}

.form-comments #id_captcha_1 {
  position: relative;
  bottom: 15px;
}

.form-comments textarea {
  min-width: 100%;
  max-width: 100%;
  height: 50px;
  font-family: inherit;
  background: #f6f6f6;
  border: 1px solid #fff;
  color: #595959;
  font-size: 0.9em;
  padding: 8px 0 2px 10px;
  border-radius: 4px;
  margin-top: 4px;
}

.form-comments input.btn {
  position: relative;
  top: 10px;
  background-color: #70d5f9;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #70d5f9), to(#006fb4));
  background-image: -o-linear-gradient(top, #70d5f9 30%, #006fb4 100%);
  background-image: linear-gradient(to bottom, #70d5f9 30%, #006fb4 100%);
  background-repeat: repeat-x;
  border: medium none;
  border-radius: 4px;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12) inset;
          box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12) inset;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  height: 31px;
  outline: medium none;
  padding: 0 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.form-comments input.btn:hover {
  background-color: #4096c8;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #70d5f9), to(#4096c8));
  background-image: -o-linear-gradient(top, #70d5f9 20%, #4096c8 100%);
  background-image: linear-gradient(to bottom, #70d5f9 20%, #4096c8 100%);
  background-repeat: repeat-x;
}

.form {
    padding: 20px;
    border-radius: 5px;
    display: block;
    background: #0194da;
    margin-bottom: 15px;
}

.form input[type=text] {
  font-family: inherit;
    background: #fff;
    border: 1px solid #dfe0e3;
    font-size: 12px;
    border-radius: 5px;
    margin-top: 14px;
    padding: 5px;
    min-width: 70%;
}

.form input.fio,
.form input.room,
.form input.phone,
.form input.street,
.form input.home  {
  font-family: inherit;
    background: #fff;
    border: 1px solid #dfe0e3;
    font-size: 12px;
    border-radius: 5px;
    padding: 5px;
    min-width: 70%;
}

.form textarea {
  min-width: 70%;
  max-width: 100%;
  height: 50px;
  font-family: inherit;
  background: #f6f6f6;
  border: 1px solid #fff;
  color: #595959;
  font-size: 0.9em;
  padding: 8px 0 2px 10px;
  border-radius: 4px;
  margin-top: 4px;
}

.form select.street,
.form select.home {
  background-color: #fff;
  border: 1px solid #094d73;
  width: 170px;
  margin-left: 10px;
  border-radius: 4px;
  color: #555;
  display: inline-block;
  font-size: 0.85em;
  line-height: 20px;
  padding: 6px 5px;
  vertical-align: middle;
}

.form .select {
  width: 235px;
  margin-top: 4px;
}

.form .select a:hover {
  color: #595959;
}

.form .slct {
  display: block;
  border: 1px solid #dfe0e3;
  color: #595959;
  background-color: #fff;
  background-position: 270px -145px;
  text-decoration: none;
  padding: 8px 5px 12px 10px;
  border-radius: 4px;
  font-size: 0.9em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.form img.arrow-select {
  float: right;
  position: relative;
  bottom: 18px;
  right: 10px;
}

.form .slct.active {
  border-bottom: 0;
}

.form .drop {
  margin: 0;
  padding: 0;
  width: 235px;
  border: 1px solid #e0e1e4;
  border-top: 0;
  display: none;
  position: absolute;
  background: #fff;
  z-index: 20;
}

.form .drop li {
  list-style: none;
  border-top: 1px dotted #e8e8e8;
  cursor: pointer;
  display: block;
  color: #444;
  padding: 4px 15px 4px 25px;
  background-position: 10px -119px;
}

.form .drop li:hover {
  background-color: #e8e8e8;
  color: #222;
}

.form label.ticket-search {
  position: relative;
  left: 10px;
  top: 0;
  font-size: 0.9em;
}

.form .ticket-search-bottom .a-button {
  left: 35px;
  top: 5px;
}

.form h3 {
  font-size: 14px;
  text-align: center;
  color: #fff;
}

.ticket-address h3 {
  font-size: 1em;
  font-weight: 200;
}

.ticket-address .edit {
  position: relative;
  left: 20px;
  bottom: 4px;
  font-size: 0.7em;
  color: #595959;
  cursor: pointer;
  border-bottom: 1px dashed;
  text-decoration: none;
}

.ticket-address h3 > span {
  padding-top: 14px;
  font-size: 1.3em;
  color: #000;
}

.form .ok,
.form .err {
  display: none;
}

.form .ok h3 {
  font-size: 1em;
  text-align: center;
  font-weight: 500;
  color: #fff;
  padding: 20px;
  border: 1px dashed #1f80bc;
  margin-top: 10px;
}

.form .err h3 {
  font-size: 1em;
  text-align: center;
  font-weight: 200;
  color: #dd2633;
  padding: 20px;
  border: 1px dashed #dd2633;
  margin-top: 10px;
}

.form .err .recommendations {
  font-weight: 200;
  font-size: 0.9em;
}

.form .err .recommendations h3 {
  font-size: 1.1em;
  font-weight: 500;
  color: #fff;
  border: 0;
}

.form .err .recommendations p {
  padding-left: 10px;
  text-align: center;
}

.form .err .recommendations a {
  padding-left: 10px;
  text-align: center;
}

.form label {
  position: relative;
  top: 14px;
  left: 20px;
  font-size: 0.9em;
}

.form .necessarily {
  color: #dd2633;
}

.form .a-button {
  margin-top: 15px;
}

.comment .date img {
  position: relative;
  top: 4px;
}

.main .reviews .row > * {
  padding-bottom: 15px;
}

.main .reviews img.left {
  position: relative;
  right: 10px;
}

.main .news h3,
.main .reviews h3,
.main-pages .news h3 {
  color: #0194da;
  font-size: 1.2em;
  line-height: 1.5;
  font-weight: 300;
}

.main .news p.date,
.main .reviews p.date,
.main-pages .news p.date {
  color: #99a1a9;
  margin-bottom: 0;
  font-weight: 300;
}

.main .news .news-text,
.main-pages .news .news-text {
  padding-bottom: 35px;
}

.main .news .news-text a {
  text-decoration: none;
}

.main-pages .news .news-text a,
.main-pages .reviews a {
  color: #0194da;
}

.main .news .news-text a > h3:hover,
.main-pages .news .news-text a > h3:hover,
.main .reviews a > h3:hover,
.main-pages .reviews a > h3:hover {
  color: #0194da;
  text-decoration: underline;
}

.main .news .news-text .footer,
.main .reviews .footer,
.main-pages .allnews .news-text .footer {
  padding: 0 10px;
  overflow: hidden;
  z-index: 2;
  position: relative;
}

.main .news .news-text .footer a,
.main .reviews .footer a,
.main-pages .allnews .news-text .footer a {
  font-size: 1em;
  font-weight: 200;
  text-decoration: none;
  cursor: pointer;
  color: #1a1919;
}

.main .news .news-text .footer .icon-ellipsis,
.main .news .news-text .footer .icon-tag,
.main .reviews .footer .icon-ellipsis,
.main .reviews .footer .icon-tag,
.main-pages .allnews .news-text .footer .icon-ellipsis,
.main-pages .allnews .news-text .footer .icon-tag {
  font-size: 1em;
  border-radius: 3px;
  padding: 3px;
  color: #99a1a9;
}

.main-pages .allnews {
  padding: 20px;
  margin-bottom: 10px;
  font-size: 0.9em;
  word-wrap: break-word;
  background: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(6, 33, 63, 0.13);
  box-shadow: 0 1px 2px rgba(6, 33, 63, 0.13);
}

.main-pages .allnews h2 > a {
  color: #fff;
  font-weight: 200;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffa928), to(#ff8a06)) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: -o-linear-gradient(top, #ffa928 0, #ff8a06 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: linear-gradient(to bottom, #ffa928 0, #ff8a06 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  position: relative;
  right: 33px;
  bottom: 22px;
  border-radius: 10px 0 10px 0;
  text-decoration: none;
  text-align: center;
  font-size: 0.85em;
  padding: 6px 10px;
}

.main-pages .allnews h3 {
  color: #0194da;
  font-size: 1.4em;
  line-height: 1.5;
  font-weight: 300;
}

.main-pages .allnews a {
  color: #0194da;
  text-decoration: none;
}

.main-pages .allnews a > h3:hover {
  color: #0194da;
  text-decoration: underline;
}

.main-pages .allnews p.date {
  color: #99a1a9;
  margin-bottom: 0;
  font-weight: 200;
}

.main-pages .news .news-text {
  padding-bottom: 15px;
  padding-top: 15px;
}

.main-pages .nav > li {
  display: block;
}

.main-pages .nav-tariffs > li {
  float: left;
  text-align: center;
}

.main-pages .nav-tariffs > li:first-child > a {
  border-left: medium none;
  border-radius: 3px 0 0 3px;
}

.main-pages .nav-tariffs > li:last-child > a {
  border-radius: 0 3px 3px 0;
}

.main-pages .nav-tariffs > li.active > a,
.main-pages .nav-tariffs > li.active > a:hover {
  background-color: #ff8a06;
  color: #fff;
  text-decoration: none;
}

.main-pages .nav {
  display: block;
  margin: 0 auto 35px;
  padding-left: 100px;
}

.main-pages .navi {
  margin: 25px 0;
}

.main-pages .nav-tariffs > p {
  float: left;
  text-align: center;
}

.main-pages .nav-tariffs > span > a {
  text-decoration: none;
  padding: 10px;
  margin: 15px;
  text-transform: uppercase;
  border: 1px solid #0194da;
  border-radius: 5px;
}

.main-pages .nav-tariffs > span.active > a,
.main-pages .nav-tariffs > span.active > a:hover {
  background-color: #ff8a06;
  color: #fff;
  text-decoration: none;
  padding: 10px;
  margin: 15px;
  text-transform: uppercase;
  border: 0;
  border-radius: 5px;
}

.main-pages .list-city {
  background: none repeat scroll 0 0 #fff;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.9em;
  margin-bottom: 10px;
  padding: 20px;
}

.main-pages .list-city h2 {
  color: #484848;
  font-weight: 300;
  line-height: 1.25;
  text-transform: none;
  text-align: left;
  margin: 10px 0;
}

.main-pages .list-city h3 {
  color: #484848;
  font-weight: 300;
  line-height: 1.25;
  text-transform: none;
  text-align: left;
  margin: 10px 0;
}

.main-pages .list-city h1.title {
  color: #000;
  font-size: 1.65em;
  margin: 20px 0;
  text-transform: none;
  text-align: center;
  line-height: 28px;
}

.main-pages .list-city h1.region {
  color: #484848;
  font-size: 1.4em;
  text-transform: none;
  margin: 40px 0;
}

.main-pages .list-city h2.local-city {
  color: #484848;
  font-size: 1.4em;
  font-weight: 400;
  text-transform: none;
  margin: 20px 0;
}

.main-pages .list-city .line {
  padding-bottom: 15px;
}

.main-pages .list-city .line .anchor {
  text-align: center;
  margin-top: 5px;
}

.main-pages .list-city ul li {
  display: inline-block;
  font-size: 12px;
}

.main-pages .list-city ul li > a {
  display: inline-block;
  text-decoration: underline;
  padding: 15px;
  color: #484848;
  text-decoration: none;
}

.main-pages .list-city ul li > a:hover,
.main-pages .list-city ul li > a:visited {
  color: #1f80bc;
}

.list-city .coverage {
  color: #595959;
  font-weight: 200;
  line-height: 1.5;
}

.list-city .coverage ul {
  margin-top: 14px;
}

.list-city .coverage ul li {
  text-align: center;
}

.list-city .coverage .line {
  border-top: 1px solid #ccc;
    margin-left: 30px;
    margin-top: 15px;
    width: 90%;
}

.list-city .coverage .block-logo {
  left: 30px;
  position: relative;
  top: 10px;
}

.list-city .coverage .contact-info {
  text-align: center;
  font-size: 12px;
}

.list-city .coverage b {
  color: #000;
  font-size: 1.1em;
  font-weight: 400;
  text-align: center;
}

.list-city .coverage a.number {
  text-decoration: none;
  font-size: 1.3em;
  display: inline-block;
  text-align: center;
  width: 55px;
  height: 30px;
  margin: 2px;
  background-color: #8cd3f6;
  color: #fff;
  border-radius: 3px;
  font-weight: 500;
  padding: 0 5px;
}

.list-city .coverage a.number2 {
  color: #fff;
  background-color: #8cd3f6;
  font-size: 1.5em;
  min-width: 50px;
  max-width: 70px;
  padding: 5px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  margin: 5px 0;
  font-weight: 500;
}

.list-city .coverage .contact-info a.number2 {
  text-decoration: none;
  font-size: 1em;
  display: inline-block;
  text-align: center;
  margin: 5px 0;
  border: 1px solid #8cd3f6;
  font-weight: 500;
  padding: 2px 5px;
}

.list-search {
  background: none repeat scroll 0 0 #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.9em;
  margin-bottom: 10px;
  min-height: 260px;
  padding: 20px;
}

.list-search .line {
  height: 20px;
  margin-bottom: 10px;
  color: #777;
}

.list-search .line a {
  margin-left: 10px;
  text-decoration: none;
}

.list-search .line a:hover {
  text-decoration: underline;
}

.main-pages a.anchor {
    color: #0194da;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid #0194da;
    padding: 5px;
    min-width: 35px;
    display: inline-block;
    margin-bottom: 5px;
}

@media (max-width: 767px) {
  .main-pages .nav-tariffs > li {
    display: block;
    float: none;
  }
  .main-pages .nav-tariffs > li:first-child > a {
    border-radius: 3px 3px 0 0;
  }
  .main-pages .nav-tariffs > li:last-child > a {
    border-radius: 0 0 3px 3px;
  }
}
.main-pages .nav-tariffs > li > a {
  background: none repeat scroll 0 0 #fff;
  border-top: 1px solid #f4f4f4;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  color: #595959;
  line-height: 1;
  margin: 0;
  outline: 0 none;
  padding: 5px 21px 5px;
  text-decoration: none;
}

.main-pages .nav-tariffs > li > a:hover {
  text-decoration: none;
  background-color: #8cd3f6;
  color: #fff;
}

@media (max-width: 767px) {
  .main-pages .nav-tariffs > li > a {
    border-left: medium none;
    display: block;
  }
}
.main-pages .nav-tariffs > li + li {
  margin-left: 0;
}

.main-pages .tarif {
  min-height: 100%;
  padding: 2% 0 4% 0;
}

.main-pages .tarif {
  min-height: 100%;
  padding: 2% 0 4% 0;
}

.main-pages .tarif ul.tabs {
  list-style: none;
}

.main-pages .tarif .tabs li {
  float: left;
  display: inline;
  padding: 20px;
  cursor: pointer;
  font-family: "Open Sans", "Droid Sans", Roboto, Arial, Tahoma, sans-serif;
  font-size: 0.938em;
  color: #595959;
  position: relative;
}

.main-pages .tarif .tabs li.current {
  background-color: #e5f9ff;
  border-radius: 6px 6px 0 0;
  background-image: -o-linear-gradient(to bottom, #eef9fd, #e5f9ff);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eef9fd), to(#e5f9ff));
  background-image: -o-linear-gradient(top, #eef9fd, #e5f9ff);
  background-image: linear-gradient(to bottom, #eef9fd, #e5f9ff);
  position: relative;
  right: 1px;
}

.main-pages .tarif .box {
  display: none;
  left: 0;
  padding: 10px 0;
  position: relative;
  top: 30px;
  color: #595959;
  width: 100%;
  background-color: #9bdbf8;
  background-image: -o-linear-gradient(to bottom, #e5f9ff, #9bdbf8);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e5f9ff), to(#9bdbf8));
  background-image: -o-linear-gradient(top, #e5f9ff, #9bdbf8);
  background-image: linear-gradient(to bottom, #e5f9ff, #9bdbf8);
  border-radius: 6px 6px 6px 6px;
}

.main-pages .tarif .box.visible {
  display: block;
  padding: 10px 0;
}

.main-pages .tarif .box .el {
  margin: 20px;
  background: #fff;
  border-radius: 6px;
  font-family: "Open Sans", "Droid Sans", Roboto, Arial, Tahoma, sans-serif;
  font-weight: 200;
  font-size: 0.9em;
  padding: 20px 5px 5px 5px;
  text-align: center;
}

.main-pages .tarif .box .el .text-tarif {
  text-align: left;
  font-size: 0.87em;
  font-weight: inherit;
}

.main-pages .tarif .box .el h2 {
  text-transform: uppercase;
  color: #333;
  text-align: center;
  font-size: 1.3em;
  position: relative;
  bottom: 15px;
}

.main-pages .tarif .box .el h3 {
  color: #595959;
  font-size: 1.6em;
  text-align: center;
  position: relative;
  bottom: 15px;
}

.main-pages .tarif .box .el p.unity {
  position: relative;
  bottom: 30px;
}

.main-pages .tarif .box .el input.btn {
  position: relative;
  top: 25px;
  right: 10px;
  background-color: #70d5f9;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #70d5f9), to(#006fb4));
  background-image: -o-linear-gradient(top, #70d5f9 30%, #006fb4 100%);
  background-image: linear-gradient(to bottom, #70d5f9 30%, #006fb4 100%);
  background-repeat: repeat-x;
  border-radius: 4px;
  border: 0;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12) inset;
          box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12) inset;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  height: 31px;
  margin: 0;
  margin-left: 30px;
  outline: medium none;
  padding: 0 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.main-pages .tarif .box .el input.btn:hover {
  background-color: #4096c8;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #70d5f9), to(#4096c8));
  background-image: -o-linear-gradient(top, #70d5f9 20%, #4096c8 100%);
  background-image: linear-gradient(to bottom, #70d5f9 20%, #4096c8 100%);
  background-repeat: repeat-x;
}

.main-pages .info-provider {
  min-height: 100%;
}

.main-pages .info-provider ul.tabs {
  list-style: none;
}

.main-pages .info-provider ul.tabs a {
  text-decoration: none;
}

.main-pages .info-provider .tabs li {
  cursor: pointer;
  display: inline;
  padding: 10px 20px;
  font: 100% "PT Sans", sans-serif;
  font-size: 0.938em;
  color: #595959;
  border-top: 1px solid #eff0f1;
  border-right: 1px solid #ccc;
  border-radius: 6px 6px 0 0;
}

.main-pages .info-provider .tabs li.current {
  background-color: #fff;
  border-color: #ccc #ccc #fff;
  border-radius: 6px 6px 0 0;
  border-style: solid;
  border-width: 1px;
  position: relative;
  z-index: 10;
}

.main-pages .info-provider .box {
  display: none;
  padding-top: 20px;
  left: 0;
  color: #595959;
  width: 100%;
  font-family: "Open Sans", "Droid Sans", Roboto, Arial, Tahoma, sans-serif;
  font-weight: 200;
  font-size: 0.9em;
  position: relative;
  width: 100%;
}

.main-pages .info-provider .box.visible {
  display: block;
  background: none repeat scroll 0 0 #fff;
  position: relative;
  border-radius: 4px;
}

.main-pages .info-provider .box h2 {
  color: #595959;
  font-weight: 400;
  text-transform: none;
}

.main-pages .tarif-biz ul.tabs {
  list-style: none;
}

.main-pages .tarif-biz .tabs li {
  display: block;
  cursor: pointer;
  font-family: "Open Sans", "Droid Sans", Roboto, Arial, Tahoma, sans-serif;
  font-size: 0.938em;
  color: #4e5b65;
  font-size: 16px;
  height: 61px;
  padding: 10px 0 0 20px;
  text-align: left;
  text-decoration: none;
}

.main-pages .tarif-biz .tabs li.current {
  background-color: #8cd3f6;
  -webkit-box-shadow: 0 6px 4px -4px rgba(0, 0, 0, 0.5);
          box-shadow: 0 6px 4px -4px rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  color: #fff;
}

.main-pages .tarif-biz .box {
  display: none;
  background: none repeat scroll 0 0 #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  font-size: 0.9em;
  margin-bottom: 10px;
}

.main-pages .tarif-biz .box .text {
  padding: 20px;
}

.main-pages .tarif-biz .box.visible {
  display: block;
}

.main-pages .provider-info-comment {
  background: #fff;
  padding: 20px;
  font-weight: 200;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.main-pages .provider-info-comment .title {
  text-align: center;
}

.main-pages .provider-info-comment .title a {
  text-decoration: none;
}

.main-pages .provider-info-comment .title h1 {
  color: #1f80bc;
  font-size: 1.4em;
  text-transform: none;
  font-weight: 200;
}

.main-pages .provider-info-comment .logo {
  position: relative;
  left: 25%;
}

.main-pages .provider-info-comment .link {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.main-pages .provider-info-comment .link a {
  border-bottom: 1px solid;
  color: #595959;
  margin-right: 20px;
  text-decoration: none;
}

.main-pages .provider-info-comment .service {
  padding-top: 10px;
  padding-bottom: 10px;
}

.main-pages .provider-info-comment .title-description {
  font-size: 1.2em;
  line-height: 32px;
  color: #4f6173;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  padding: 8px 0;
  margin-bottom: 10px;
}

.main-pages .provider-comment {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.main-pages .right-block {
  word-wrap: break-word;
  background: #fff;
  border-radius: 2px;
  padding: 20px;
  margin: 35px 0 20px;
}

.main-pages .phone-block {
  padding: 20px 0 20px 50px;
}

.main-pages .phone-block .block-title {
  font-family: "Open Sans", "Droid Sans", Roboto, Arial, Tahoma, sans-serif;
  font-size: 1.4em;
  padding-bottom: 10px;
}

.main-pages .phone-block .contacts-block--phone {
  font-size: 1.4em;
}

.main-pages .phone-block .contacts-block--phone span {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.main-pages .right-block .block-title {
  border-bottom: 1px solid #d7d7d7;
  font-family: "Open Sans", "Droid Sans", Roboto, Arial, Tahoma, sans-serif;
  font-size: 18px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.main-pages .right-block .contacts-block--phone {
  font-size: 1.4em;
}

.main-pages .right-block .contacts-block--phone span {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.main-pages .right-block ul.city_list {
  margin-bottom: 17px;
}

.main-pages .right-block li.city_list_list-item {
  list-style: none outside none;
  margin-bottom: 10px;
}

.main-pages .right-block li.city_list_list-item a {
  color: #4d4e4d;
  font-size: 14px;
}

.main-pages .search-addr {
  position: relative;
  margin: 2% 0 2% 0;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  background-image: -o-linear-gradient(bottom, #70d5f9 30%, #70d5f9 90%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #70d5f9), color-stop(90%, #70d5f9));
  background-image: -o-linear-gradient(top, #70d5f9 30%, #70d5f9 90%);
  background-image: linear-gradient(to bottom, #70d5f9 30%, #70d5f9 90%);
  overflow: hidden;
  width: 100%;
  min-height: 200px;
}

.main-pages .search-addr fieldset {
  margin: 1% 0 1% 2%;
  color: #fff;
  font-size: 1em;
}

.main-pages .search-addr fieldset > h3 {
  color: #fff;
  text-transform: uppercase;
  padding-top: 20px;
  padding-left: 10px;
  text-align: center;
}

.main-pages .search-addr label {
  margin-left: 20px;
  float: left;
  margin-bottom: 7px;
}

.main-pages .search-addr input[type=text] {
  margin: 5px 0 5px 3px;
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 9px 5px;
  background-color: #fff;
  border-radius: 3px;
  font-size: 0.85em;
  color: #555;
}

.main-pages .search-addr .ok,
.main-pages .search-addr .err,
.main-pages .search-addr .err2 {
  display: none;
}

.main-pages .search-addr .ok h3 {
  font-size: 1em;
  text-align: center;
  font-weight: 200;
  color: #fff;
  padding: 20px;
  margin-top: 50px;
}

.main-pages .search-addr .ok h3 {
  font-size: 1em;
  text-align: center;
  font-weight: 200;
  color: #fff;
  padding: 20px;
  margin-top: 50px;
}

.main-pages .search-addr .err h3,
.main-pages .search-addr .err2 h3 {
  font-size: 1.1em;
  text-align: center;
  font-weight: 500;
  color: #dd2633;
  padding: 20px;
  margin-top: 10px;
}

.main-pages .search-addr .err .recommendations,
.main-pages .search-addr .err2 .recommendations {
  font-weight: 200;
  font-size: 0.9em;
  padding-bottom: 10px;
  padding-left: 5px;
}

.main-pages .search-addr .err .recommendations h3,
.main-pages .search-addr .err2 .recommendations h3 {
  font-size: 1.1em;
  color: #fff;
  border: 0;
}

.main-pages .search-addr .err .recommendations p {
  padding-left: 10px;
  color: #000;
}

.main-pages .search-addr .err2 .recommendations p {
  color: #fff;
  text-align: center;
}

.main-pages .search-addr .err .recommendations p > a,
.main-pages .search-addr .err2 .recommendations p > a {
  color: #fff;
}

.main-pages .block-info {
  background: #fff;
  border-radius: 4px;
  font-size: 1.2em;
}

.main-pages .block-info .logo img {
  margin: 0 0 0 30px;
  padding: 10px;
  float: none;
}

.main-pages .block-info .prov-menu {
  margin: 30px 0 0 0;
  font-size: 1.1em;
}

.main-pages .block-info .prov-menu a {
  color: #0194da;
  text-decoration: none;
  padding: 0 15px 0 0;
}

.main-pages .block-info .prov-menu a:visited {
  color: #0194da;
  text-decoration: none;
}

.main-pages .block-info .prov-menu .active {
  color: #0194da;
  text-decoration: underline;
}

.list-providers {
  min-height: 150px;
  margin-bottom: 10px;
  word-wrap: break-word;
  background: #fff;
  border-radius: 2px;
}

.list-providers .block-logo {
  position: relative;
  margin: 15px 60px;
}

.list-providers .block-logo-main {
  left: 30px;
  position: relative;
}

.list-providers .block-logo img,
.list-providers .block-logo-main img {
  width: 75px;
  height: 75px;
}

.list-providers .block-info {
  color: #595959;
  font-weight: 200;
  font-size: 14px;
  line-height: 1.25;
}

.list-providers .block-info h1 {
  color: #000;
  font-size: 1.5em;
  text-transform: none;
}

.list-providers .block-info-service {
  
}

.list-providers .block-info-service-title {
  float: left;
  padding-top: 6px;
  width: 80px;
}

.list-providers .block-info-service-icon {
  float: left;
  padding-bottom: 5px;
}

.block-info-links {
  font-size: 15px;
  line-height: 1.25;
}

.block-info-links a {
  color: #595959;
  margin-right: 15px;
}

.block-rate {
  color: #595959;
  font-weight: 200;
  font-size: 0.85em;
  margin-top: 60px;
}

.block-rate-2 {
  color: #595959;
  font-weight: 200;
  font-size: 0.85em;
  margin-top: 40px;
}

.block-rate-main {
  color: #595959;
  font-weight: 200;
  font-size: 0.85em;
  margin-top: 20px;
}

.block-rate-counter-title {
  margin-left: 20px;
}

.block-rate-counter {
  color: #fff;
  background-image: -o-linear-gradient(to bottom, #fe972d, #f85e20);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fe972d), to(#f85e20));
  background-image: -o-linear-gradient(top, #fe972d, #f85e20);
  background-image: linear-gradient(to bottom, #fe972d, #f85e20);
  border-radius: 6px;
  height: 30px;
  padding-top: 8px;
  margin-left: 23px;
  margin-top: 10px;
  width: 54px;
  font-size: 1.6em;
  font-weight: 500;
  text-align: center;
}

.list-tariffs-page,
.title-best {
  padding-bottom: 10px;
}

.list-tariffs-page,
.title-best-result {
  padding-bottom: 10px;
  text-align: center;
}

.main-pages .services {
  font-size: 0.9em;
  line-height: 1.4em;
}

.main-pages .services .a-button.orange {
  padding: 6px 21px 0;
}

.main-pages .services .item {
  padding: 10px 0;
}

.main-pages .services .item .text {
  margin-top: 40px;
}

.main-pages .services .item img {
  border: 0;
  padding-left: 60px;
}

.main-pages .services .partner,
.main .partner {
  background: none repeat scroll 0 0 #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  font-weight: 200;
  margin-bottom: 10px;
  padding: 20px;
  position: relative;
  right: 10px;
  width: 96px;
  height: 96px;
}

.main-pages .services .partner:active,
.main .partner:active {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

.main-pages .services .partner:hover,
.main .partner:hover {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

.main-pages .title-services {
  padding-bottom: 10px;
}

.main-pages .title-services h1 {
  color: #015e98;
  font-size: 1.2em;
  font-weight: 600;
  text-transform: none;
}

.list-tariffs-page h1,
.title-best h1,
.title-best-result h1 {
  color: #015e98;
  font-size: 1.4em;
  font-weight: 300;
  text-transform: capitalize;
}

.list-tariffs {
  min-height: 120px;
  margin-bottom: 10px;
  font-size: 0.85em;
  line-height: 1.5;
  background: #fff;
  border-radius: 15px;
  padding-bottom: 15px;
}

.list-tariffs .list-tariffs-title {
  padding: 30px 30px 10px 30px;
  font-size: 1.35em;
}

.list-tariffs .list-tariffs-title span {
  color: #000;
  padding: 0 5px;
  font-size: 0.9em;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #ffe100), to(#f7a700));
  background: -o-linear-gradient(left, #ffe100 0, #f7a700 100%);
  background: linear-gradient(to right, #ffe100 0, #f7a700 100%);
  margin-left: 15px;
}

.list-tariffs .list-tariffs-title h1 > a {
  color: #000;
  font-size: 1.2em;
  text-transform: none;
  text-decoration: none;
}

.list-tariffs .block-tariffs-parametr {
  padding-left: 20px;
  text-align: left;
}

.list-tariffs .block-tariffs-parametr-info {
  font-size: 1.5em;
}

.list-tariffs .block-tariffs-parametr-info span {
  color: rgb(44, 146, 228);
  margin-left: 30px;
  margin-right: 15px;
  font-size: 1.2em;
}

.list-tariffs .block-tariffs-parametr-info p {
  font-size: 1.2em;
}

.list-tariffs .block-tariffs-parametr-icon {
  font-size: 1.5em;
}

.list-tariffs .block-btn {
  position: relative;
  left: 20px;
  top: 3px;
}

.list-tariffs input.btn {
  background: #fff;
  border-radius: 5px;
  color: #0194da;
  cursor: pointer;
  height: 40px;
  padding: 0 15px;
  text-transform: uppercase;
  font-size: 20px;
  border: 2px solid #0194da;
  margin: 5px 0 0 25px;
}

.list-tariffs input.btn:hover {
  background-color: #fff;
}

.list-tariffs .block-tariff-more {
  padding-right: 10px;
}

.list-tariffs .block-tariff-more a {
  border-bottom: 1px solid;
  color: #595959;
  margin-right: 20px;
  text-decoration: none;
  font-size: 1.35em;
}

.list-tariffs .block-tariff-more a.link-show {
  border-bottom: 1px dashed;
  color: #595959;
  cursor: pointer;
  text-decoration: none;
}

.list-tariffs .label-discount {
  background-image: url("../images/label_discount.png");
  height: 79px;
  margin-left: -4px;
  margin-top: -75px;
  position: absolute;
  width: 78px;
  z-index: 10;
}

.list-tariffs .label-discount-wifi {
  background-image: url("../images/label_discount_wifi.png");
  height: 79px;
  margin-left: -4px;
  margin-top: -75px;
  position: absolute;
  width: 78px;
  z-index: 10;
}

.list-tariffs .label-wifi {
  background-image: url("../images/label_wifi.png");
  height: 79px;
  margin-left: -4px;
  margin-top: -75px;
  position: absolute;
  width: 78px;
  z-index: 10;
}

.filter-tariff-block {
  margin: 30px 0;
  text-align: center;
}

.filter-tariff-block .list-search-result-tariff-block {
  background-color: #fff;
  color: #000;
  margin-bottom: 15px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.75;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: initial;
  -webkit-box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.2);
}

.filter-tariff-block .list-search-result-tariff-block .block-tariff {
  min-height: 90px;
}

.filter-tariff-block .list-search-result-tariff-block .block-tariff-dev {
  min-height: 60px;
}

.filter-tariff-block .list-search-result-tariff-block .block-tariff-cost {
  min-height: 60px;
  margin-top: 15px;
}

.filter-tariff-block .list-search-result-tariff-block .block-tariff-btn {
  margin-top: 10px;
}

.filter-tariff-block .list-search-result-tariff-block .action {
  color: #000;
  padding: 5px 15px;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #ffe100), to(#f7a700));
  background: -o-linear-gradient(left, #ffe100 0, #f7a700 100%);
  background: linear-gradient(to right, #ffe100 0, #f7a700 100%);
  border-radius: 5px;
}

.filter-tariff-block .list-search-result-tariff-block .connect-score {
  font-size: 15px;
  padding: 5px;
  color: red;
  background: white;
  border-radius: 5px;
  border: 1px solid red;
}

.filter-tariff-block .list-search-result-tariff-block .block-tariff-name {
  font-size: 21px;
  font-weight: 600;
  margin: 15px 0;
  color: #0194da;
  letter-spacing: 0.05em;
}

.filter-tariff-block .list-search-result-tariff-block .block-tariff-name .action {
  color: #000;
  padding: 0 5px;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #ffe100), to(#f7a700));
  background: -o-linear-gradient(left, #ffe100 0, #f7a700 100%);
  background: linear-gradient(to right, #ffe100 0, #f7a700 100%);
  margin-left: 15px;
}

.filter-tariff-block .list-search-result-tariff-block .tarif-search {
  font-size: 19px;
  margin-left: 20px;
}

.filter-tariff-block .list-search-result-tariff-block .tarif-search-param {
  font-size: 17px;
  margin-left: 20px;
  text-align: left;
}

.filter-tariff-block .list-search-result-tariff-block .tarif-search-param span {
  font-size: 15px;
  color: #595959;
}

.filter-tariff-block .list-search-result-tariff-block .tarif-search-price {
  font-size: 19px;
  margin-left: 20px;
  text-align: left;
  font-weight: 500;
}

.filter-tariff-block .list-search-result-tariff-block .tarif-search-price span {
  font-size: 15px;
  color: red;
  font-weight: lighter;
}

.filter-tariff-block .list-search-result-tariff-block .tarif-search-cost {
  font-size: 21px;
  font-weight: 500;
  margin-top: 5px;
}

.filter-tariff-block .list-search-result-tariff-block input.btn {
  background: #fff;
  border-radius: 5px;
  height: 40px;
  padding: 0 15px;
  text-transform: uppercase;
  font-size: 17px;
  border: 2px solid #0194da;
  color: #0194da;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.075em;
}

.filter-tariff-block .list-search-result-tariff-block input.btn:hover {
  background-color: #fff;
}

.list-search-result-provider {
  background-color: #fff;
  min-height: 150px;
  padding-bottom: 30px;
  padding-left: 10px;
  margin-bottom: 10px;
  color: #595959;
  font-size: 0.9em;
  font-weight: 200;
  line-height: 1.5;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.list-search-result-provider a {
  cursor: pointer;
  color: #000;
}

.list-search-result-provider p {
  line-height: 1.4;
  padding: 0 30px 0 15px;
  font-size: 16px;
  text-align: justify;
}

.list-search-result-provider .tarif-search {
  font-size: 1.3em;
  font-weight: 500;
  padding: 0 5px;
  margin-top: -2px;
  margin-left: 15px;
}

.list-search-result-provider .tarif-search-cost {
  font-size: 22px;
  font-weight: 500;
  margin-top: 5px;
}

.list-search-result-provider .order-call {
  margin-top: 40px;
}

.list-search-result-provider .contact-info {
  margin-top: 20px;
  text-align: center;
  font-size: 1.3em;
}

.list-search-result-provider .contact-info b {
  color: #000;
  font-size: 1.1em;
  font-weight: 400;
  text-align: center;
}

.list-search-result-provider .block-logo {
  left: 30px;
  position: relative;
  top: 10px;
}

.list-search-result-provider .link-tariff-more {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}

.list-search-result-provider .link-tariff-more a {
  border-bottom: 1px solid;
  color: #595959;
  margin-right: 10px;
  text-decoration: none;
}

.list-search-result-provider .link-tariff-more span {
  border-bottom: 1px dashed;
  color: #595959;
  margin-right: 20px;
  text-decoration: none;
  cursor: pointer;
}

.list-search-result-provider .block-tariff {
  border-top: 1px solid;
  color: #595959;
  padding-top: 10px;
}

.list-search-result-provider .block-tariff-name {
  font-size: 22px;
  font-weight: 500;
  margin-left: 45px;
  margin-top: 10px;
}

.list-search-result-provider .block-tariff-name .action {
  color: #000;
  padding: 0 5px;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #ffe100), to(#f7a700));
  background: -o-linear-gradient(left, #ffe100 0, #f7a700 100%);
  background: linear-gradient(to right, #ffe100 0, #f7a700 100%);
  margin-left: 15px;
}

.list-search-result-provider .block-tariff-cost {
  color: #000;
  font-size: 1.5em;
  font-weight: 600;
  text-decoration: none;
  text-transform: none;
  margin-left: -10px;
}

.list-search-result-provider .line {
  margin-top: 30px;
  margin-left: 30px;
  border-top-color: #ccc;
  border-top-style: solid;
  border-top-width: 1px;
  width: 95%;
}

.list-search-result-provider b {
  color: #000;
  font-size: 1.5em;
  font-weight: 400;
  text-align: center;
}

.list-search-result-provider .circle {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #f6f6f6;
  position: relative;
  bottom: 10px;
}

.list-search-result-provider .circle img {
  position: relative;
  left: 5px;
  top: 3px;
}

.list-search-result-provider .dop-info {
  margin-top: 30px;
  margin-left: 30px;
  margin-right: 50px;
}

.list-search-result-provider .dop-info .device {
  margin-top: 30px;
  font-weight: 400;
}

.dop-info {
  padding: 2em;
  font-size: 1.1em;
}

.list-search-result-provider input.btn {
  background: #fff;
  border-radius: 5px;
  height: 40px;
  padding: 0 15px;
  text-transform: uppercase;
  font-size: 18px;
  border: 2px solid #0194da;
  color: #0194da;
  font-weight: 500;
  cursor: pointer;
}

.list-search-result-provider input.btn_rez {
  background: #fff;
  border-radius: 5px;
  height: 40px;
  padding: 0 15px;
  text-transform: uppercase;
  font-size: 18px;
  border: 2px solid #0194da;
  color: #0194da;
  font-weight: 500;
  cursor: pointer;
  float: right;
  margin: 20px 50px;
  letter-spacing: 0.075em;
}

.list-search-result-provider input.btn:hover {
  background-color: #fff;
}

.ticket-info-tariff,
.tariff-info,
.tariff-info-all {
  background: #fff;
  padding: 20px;
  font-weight: 200;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.ticket-info-tariff .title h1 {
  color: #1f80bc;
  font-size: 1.5em;
  text-transform: none;
  font-weight: 500;
  padding: 10px 0;
  text-align: center;
}

.ticket-info-tariff .name-prov {
  position: relative;
  top: 35px;
  left: -10px;
  font-size: 1.4em;
  font-weight: 400;
}

.ticket-info-tariff .logo {
  position: relative;
  left: 26%;
}

.tariff-info .title h1 {
  color: #333;
  font-size: 1.2em;
  text-transform: none;
  font-weight: 400;
  padding: 8px 1px;
  border-radius: 3px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffa928), to(#ff8a06)) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: -o-linear-gradient(top, #ffa928 0, #ff8a06 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: linear-gradient(to bottom, #ffa928 0, #ff8a06 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.7) inset, 0 1px 0 0 #bf7000, 0 2px 2px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.7) inset, 0 1px 0 0 #bf7000, 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  margin-left: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.tariff-info h2 {
  color: #333;
  font-size: 1.2em;
  letter-spacing: -1px;
  margin-bottom: 1em;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  margin: 10px 0;
}

.tariff-info input.btn {
  background-color: #70d5f9;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #70d5f9), to(#006fb4));
  background-image: -o-linear-gradient(top, #70d5f9 30%, #006fb4 100%);
  background-image: linear-gradient(to bottom, #70d5f9 30%, #006fb4 100%);
  background-repeat: repeat-x;
  border: medium none;
  border-radius: 4px;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12) inset;
          box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12) inset;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  height: 40px;
  outline: medium none;
  padding: 0 15px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin: 30px 10px 10px 60px;
}

.ticket-info-tariff input.btn {
  background-color: #70d5f9;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #70d5f9), to(#006fb4));
  background-image: -o-linear-gradient(top, #70d5f9 30%, #006fb4 100%);
  background-image: linear-gradient(to bottom, #70d5f9 30%, #006fb4 100%);
  background-repeat: repeat-x;
  border: medium none;
  border-radius: 4px;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12) inset;
          box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12) inset;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  height: 40px;
  outline: medium none;
  padding: 0 15px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin: 30px 10px 10px 60px;
}

.tariff-info input.btn:hover {
  background-color: #4096c8;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #70d5f9), to(#4096c8));
  background-image: -o-linear-gradient(top, #70d5f9 20%, #4096c8 100%);
  background-image: linear-gradient(to bottom, #70d5f9 20%, #4096c8 100%);
  background-repeat: repeat-x;
}

.ticket-info-tariff .parameter,
.tariff-info .parameter {
  margin-top: 20px;
  text-align: center;
}

.ticket-info-tariff .parameter span,
.tariff-info .parameter span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffa928), to(#ff8a06)) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: -o-linear-gradient(top, #ffa928 0, #ff8a06 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: linear-gradient(to bottom, #ffa928 0, #ff8a06 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.7) inset, 0 1px 0 0 #bf7000, 0 2px 2px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.7) inset, 0 1px 0 0 #bf7000, 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 1.3em;
  font-weight: 400;
  margin-left: 10px;
  padding: 0 12px;
}

.ticket-info-tariff .link,
.tariff-info .link {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
  cursor: pointer;
}

.tariff-info-all .link {
  padding-top: 20px;
  padding-bottom: 10px;
  text-transform: none;
}

.tariff-info-all .description {
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #f4f4f4;
  font-size: 0.9em;
  font-weight: normal;
}

.tariff-info-all .description .row > * {
  margin-left: 0;
}

.tariff-info-all .description .line {
  margin-top: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

.tariff-info-all .description .line-end {
  margin-top: 10px;
  padding-bottom: 5px;
}

.tariff-info-all .description .line .unity,
.tariff-info-all .description .line-end .unity {
  color: #333;
  font-size: 1.15em;
  font-weight: 600;
}

.tariff-info-all .description .line .text-right-image,
.tariff-info-all .description .line-end .text-right-image {
  position: relative;
  bottom: 10px;
  margin-left: 10px;
}

.ticket-info-tariff .link a,
.tariff-info .link a {
  border-bottom: 1px solid;
  color: #595959;
  text-decoration: none;
  font-size: 0.85em;
  cursor: pointer;
}

.tariff-info-all .link a {
  color: #595959;
  text-decoration: none;
  font-size: 0.85em;
}

.tariff-info-all .link-show {
  padding-bottom: 8px;
}

.tariff-info-all .link-show a {
  border-bottom: 1px dashed;
  color: #595959;
  text-decoration: none;
  font-size: 0.85em;
  cursor: pointer;
}

.tariff-info-all #block-equipment,
.tariff-info-all #block-dop-services,
.tariff-info-all #block-tv-chanel {
  display: none;
}

.ticket-info-tariff .link .link-more {
  border-bottom: 1px dashed;
  color: #595959;
  text-decoration: none;
}

.ticket-result-info {
  background: none repeat scroll 0 0 #fff;
  font-size: 1em;
  margin-bottom: 25px;
  padding: 50px;
  text-align: center;
}

.ticket-result-info p {
  font-size: 1.2em;
  margin-bottom: 1em;
}

.ticket-result-info h3 {
  font-size: 2em;
  margin-bottom: 1em;
}

.rating_star {
  position: relative;
  top: 15px;
  font-size: 0.9em;
  font-weight: 200;
}

#raiting {
  position: relative;
  height: 16px;
  cursor: pointer;
  width: 83px;
  float: left;
}

.raiting_result {
  position: relative;
  height: 16px;
  width: 83px;
  float: left;
}

#raiting_blank,
.raiting_blank,
#raiting_votes,
#raiting_hover {
  height: 16px;
  position: absolute;
}

#raiting_blank,
.raiting_blank {
  background: url(../images/ratings.png);
  width: 83px;
}

#raiting_votes {
  background: url(../images/ratings.png) 0 -16px;
}

.raiting_votes {
  height: 16px;
  position: absolute;
  background: url(../images/ratings.png) 0 -16px;
}

#raiting_hover {
  background: url(../images/ratings.png) 0 -32px;
}

#raiting_info {
  margin-left: 100px;
  margin-top: 15px;
  font-weight: 200;
}

#raiting_info img {
  vertical-align: middle;
  margin: 0 5px;
  display: none;
}

.footer-main {
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 30px 0;
  left: 0;
  width: 100%;
  min-width: 1000px;
  background: #fff;
  line-height: 25px;
}

.footer-main h2 {
  color: #505051;
}

.footer-main .address {
  color: #555;
  font-size: 0.85em;
  line-height: 19px;
}

.footer-main .provider-list {
  margin-top: 5px;
  padding-bottom: 5px;
  font-size: 0.9em;
  font-weight: 400;
}

.footer-main .provider-list a {
  color: #0194da;
  text-decoration: underline;
}

.footer-main .provider-list a:hover {
  text-decoration: none;
}

.footer-main-prov {
  padding: 2% 0 2% 0;
}

.footer-block {
  background-color: #fff;
  padding: 25px 0 25px 25px;
  margin: 5px 0 5px 0;
}

.footer-block a {
  color: #0194da;
  text-decoration: underline;
}

.footer-block .title {
  font-size: 1.2em;
}

.copyright {
  margin-left: 35px;
  color: #333;
  text-transform: uppercase;
  font-family: "Open Sans", "Droid Sans", Roboto, Arial, Tahoma, sans-serif;
  font-size: 1em;
}

.copyright p {
  padding-top: 10px;
}

.copyright p > a {
  text-decoration: none;
  color: #333;
}

.copyright p > a:hover {
  text-decoration: none;
  color: #0194da;
}

.copyright .icon-vk,
.copyright .icon-facebook,
.copyright .icon-twitter,
.copyright .icon-skype {
  font-size: 1.4em;
  color: #333;
  text-decoration: none;
}

#mask {
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9000;
  background: url(images/veil-bg.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
  opacity: 1 !important;
}

.list_tv_chanel .window {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fafdff), to(#f9f7f5));
  background-image: -o-linear-gradient(top, #fafdff, #f9f7f5);
  background-image: linear-gradient(to bottom, #fafdff, #f9f7f5);
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  display: none;
  min-height: 200px;
  left: 0;
  overflow: hidden;
  padding: 20px;
  position: absolute;
  top: 0;
  width: 300px;
  z-index: 9998;
}

.list_tv_chanel .dialog {
  background-color: #fff;
  height: 320px;
  padding: 10px;
  width: 300px;
}

.list_tv_chanel .top {
  height: 30px;
  left: 0;
  padding: 8px 20px 6px 10px;
  position: absolute;
  top: 0;
  width: 340px;
}

.list_tv_chanel .top a {
  border-bottom: 0;
}

.list_tv_chanel .close {
  background-image: url("../images/close.png");
  display: block;
  float: right;
  height: 16px;
  width: 16px;
}

.list_tv_chanel .content {
  overflow: hidden;
  padding-top: 15px;
}

.list_tv_chanel .content h1 {
  font-weight: 300;
  font-size: 1.4em;
  color: #000;
  text-transform: uppercase;
}

.list_tv_chanel .content p {
  text-align: left;
}

.filter {
  background: none repeat scroll 0 0 #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  padding: 20px;
  position: relative;
  margin-top: 20px;
}

.filter .title {
  text-transform: uppercase;
  text-align: center;
  color: #1f80bc;
  font-size: 1em;
}

.filter .list {
  margin: 25px;
}

.popup-container {
  background: url("images/veil-bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 300;
}

@media screen and (max-width: 1023px) {
  .popup-container {
    height: 130%;
    left: -3.5%;
    padding-bottom: 150px;
    right: -3.5%;
    top: 0;
    width: 107%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .popup-container {
    margin-top: -250px;
    padding-top: 200px;
    top: 0;
  }
}
@media screen and (max-width: 1023px) {
  .p__body {
    overflow: hidden;
  }
}
.popup-container__container {
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 20px #8d9092;
          box-shadow: 2px 2px 20px #8d9092;
  margin: 0 auto 50px;
  padding: 20px 35px 25px;
  position: relative;
  width: 600px;
}

@media screen and (max-width: 1023px) {
  .popup-container__container {
    margin: 0 7%;
    padding: 10px 25px 25px;
    width: auto;
  }
}
@media screen and (min-width: 1440px) {
  .popup-container__container {
    padding: 40px 50px 35px;
    width: 880px;
  }
}
.popup-container__title {
  color: #000;
  font-size: 1.3em;
  font-weight: 400;
  letter-spacing: -1.3px;
  padding: 0 0 25px;
  text-transform: none;
}

.popup-container__prov_name {
  color: #000;
  font-size: 1.3em;
  font-weight: 400;
  letter-spacing: -1.3px;
  padding: 25px 0;
  text-transform: none;
}

@media screen and (min-width: 1440px) {
  .popup-container__title {
    font-size: 30px;
    padding: 0 0 25px;
  }
}
@media screen and (max-width: 1023px) {
  .popup-container__title {
    font-size: 19px;
    margin-bottom: 0;
    padding: 15px 50px 10px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .popup-container__title {
    font-size: 30px;
  }
}
.popup-container__param {
  padding: 15px 25px 15px 75px;
  font-size: 1.2em;
  font-weight: 400;
}

.popup-container_visible_yes {
  display: block;
}

.popup-container__veil_visible_yes {
  display: block;
}

.popup-container__closeBtn {
  background: url("images/ico-close-1024.png") no-repeat scroll center center rgba(0, 0, 0, 0);
  color: transparent;
  cursor: pointer;
  font-size: 0;
  height: 30px;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 30px;
}

@media not all, screen and (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 1024px) and (-o-min-device-pixel-ratio: 2/1), screen and (min-width: 1024px) and (min-resolution: 192dpi), screen and (min-width: 1024px) and (min-resolution: 2dppx) {
  .popup-container__closeBtn {
    background: url("images/ico-close-1024_2x.png") no-repeat scroll center center/13px 13px rgba(0, 0, 0, 0);
  }
}
@media screen and (max-width: 1023px) {
  .popup-container__closeBtn {
    right: 5px;
    top: 5px;
  }
}
@media not all, screen and (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 1023px) and (-o-min-device-pixel-ratio: 2/1), screen and (max-width: 1023px) and (min-resolution: 192dpi), screen and (max-width: 1023px) and (min-resolution: 2dppx) {
  .popup-container__closeBtn {
    background: url("images/ico-close-1024_2x.png") no-repeat scroll center center/13px 13px rgba(0, 0, 0, 0);
  }
}
@media screen and (min-width: 1440px) {
  .popup-container__closeBtn {
    background: url("images/ico-close-1440.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    right: 15px;
    top: 15px;
  }
}
@media not all, screen and (min-width: 1440px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 1440px) and (-o-min-device-pixel-ratio: 2/1), screen and (min-width: 1440px) and (min-resolution: 192dpi), screen and (min-width: 1440px) and (min-resolution: 2dppx) {
  .popup-container__closeBtn {
    background: url("images/ico-close-1440_2x.png") no-repeat scroll center center/20px 20px rgba(0, 0, 0, 0);
  }
}
.text__content {
  padding-bottom: 10px;
}

@media screen and (max-width: 1023px) {
  .popup-container .text {
    padding: 0 0 10px;
  }
}
.popup-container__ask {
  padding-top: 10px;
}

@media screen and (max-width: 1023px) {
  .popup-container__ask {
    padding-left: 25px;
  }
}
.popup-container__ask-title {
  color: #999;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 10px;
  padding: 0;
}

@media screen and (min-width: 1440px) {
  .popup-container__ask-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .popup-container__ask-title {
    font-size: 12px;
    margin-bottom: 15px;
  }
}
.popup-container__btn {
  background: none repeat scroll 0 0 #482670;
  border: 1px solid #482670;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  outline: 0 none;
  padding: 11px 0;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  white-space: nowrap;
  width: 295px;
}

@media screen and (min-width: 1440px) {
  .popup-container__btn {
    font-size: 18px;
    padding: 16px 0;
    width: 380px;
  }
}
@media screen and (max-width: 1023px) {
  .popup-container__btn {
    font-size: 12px;
    padding: 12px 0;
    width: 235px;
  }
}
.popup-container__btn:hover {
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.15);
  outline: 0 none;
  text-decoration: none;
}

.ordercall-form-inputContainer:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}

.ordercall-form-inputContainer {
  margin-bottom: 15px;
  position: relative;
}

.input-type-input__input {
  float: left;
  font-size: 16px;
  margin-right: 10px;
}

.input-type-input__input {
  border: 1px solid #babcbe;
  -webkit-box-shadow: 0 0 0 #fff;
          box-shadow: 0 0 0 #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  padding: 10px 15px;
  width: 310px;
}

.input-type-textarea {
  clear: both;
}

.ordercall-form__notice {
  float: none;
  font-size: 13px;
  height: 42px;
  padding-top: 0;
  width: 44%;
}

.ordercall-form__notice {
  color: #959595;
  display: table-cell;
  float: left;
  height: 42px;
  padding-left: 10px;
  vertical-align: middle;
  width: 250px;
}

.ordercall-form-inputContainer__area {
  border: 1px solid #babcbe;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
  font-family: DinDisplay, Arial, ArialRuble, sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 120px;
  outline: 0 none;
  padding: 10px 15px;
  resize: vertical;
  width: 100%;
}

.ordercall__submit {
  margin: 0;
}

.ordercall__submit {
  background-color: #70d5f9;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #70d5f9), to(#006fb4));
  background-image: -o-linear-gradient(top, #70d5f9 30%, #006fb4 100%);
  background-image: linear-gradient(to bottom, #70d5f9 30%, #006fb4 100%);
  background-repeat: repeat-x;
  border: medium none;
  border-radius: 4px;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12) inset;
          box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12) inset;
  color: #fff !important;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin: 15px 0 0 10px;
  outline: 0 none;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  white-space: nowrap;
  width: 115px;
}

.text__title,
.text h2 {
  color: #999;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 10px;
}

.text__title {
  color: #333;
  font: 18px Meta, Arial, ArialRuble, sans-serif;
  padding: 0 0 3px;
}

.ticket-container {
  background: url("images/veil-bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 300;
}

@media screen and (max-width: 1023px) {
  .ticket-container {
    height: 130%;
    left: -3.5%;
    padding-bottom: 150px;
    right: -3.5%;
    top: 0;
    width: 107%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ticket-container {
    margin-top: -250px;
    padding-top: 200px;
    top: 0;
  }
}
.ticket__container {
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 20px #fff;
          box-shadow: 2px 2px 20px #fff;
  margin: 0 auto 50px;
  padding: 20px 35px 15px;
  position: relative;
  width: 800px;
  overflow: auto;
}

.ticket__container p {
  color: #000;
  font-size: 12px;
}

@media screen and (max-width: 1023px) {
  .ticket__container {
    margin: 0 7%;
    padding: 10px 25px 25px;
    width: auto;
  }
}
@media screen and (min-width: 1440px) {
  .ticket__container {
    padding: 30px 50px;
        width: 880px;
  }
}
.ticket__container .error {
  color: #f00;
}

.ticket__container .__container {
  padding: 30px;
}

.ticket__container .__block--left {
  float: left;
  width: 45%;
}

.ticket__container .__block--left h2 {
  font-size: 1.4em;
  font-weight: 400;
  color: #6e6e6e;
  text-align: center;
  text-transform: uppercase;
  padding-top: 20px;
}

.ticket__container .__block--left .logo {
  padding-left: 35%;
}

.ticket__container .__block--left .prov_name {
  text-align: center;
  color: #000;
  font-size: 1.5em;
  font-weight: 400;
  letter-spacing: -1.3px;
  padding: 3px 0;
  text-transform: none;
}

.ticket__container .__block--left .name {
  text-align: center;
  text-transform: uppercase;
  color: rgb(255, 138, 6);
  font-size: 1.5em;
  font-weight: 500;
  padding-top: 5px;
}

.ticket__container .__block--left .param {
  width: 100%;
  overflow: hidden;
  font-size: 1.3em;
}

.ticket__container .__block--left .param--left {
  width: 50%;
  float: left;
  color: rgb(255, 138, 6);
  font-size: 18px;
}

.ticket__container .__block--left .param--right {
  width: 50%;
  float: left;
  font-size: 18px;
  color: grey;
}

.ticket__container .__block--right {
  float: right;
  width: 45%;
  padding: 10px 35px;
  background-color: azure;
  margin-top: 25px;
}

.ticket__container .__block--right h1 {
  font-size: 1.5em;
  color: rgb(255, 138, 6);
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.ticket__container .__block--right .title {
  font-size: 1.5em;
  font-weight: 300;
  padding: 5px 0;
}

.ticket__container .__block--right .title2 {
  font-size: 1.5em;
  font-weight: 300;
  padding: 50px 0 10px 0;
}

.ticket__container .__block--right .inputContainer {
  margin-bottom: 15px;
  position: relative;
}

.ticket__container .__block--right .inputContainer span {
  font-size: 1em;
}

.ticket__container .__block--right .input-type-input__input {
  float: left;
  font-size: 16px;
  margin-right: 10px;
}

.ticket__container .__block--right .input-type-input__input {
  border: 1px solid #babcbe;
  -webkit-box-shadow: 0 0 0 #fff;
          box-shadow: 0 0 0 #fff;
  color: #333;
  font-size: 1.2em;
  width: 100%;
  margin: 5px 0;
  position: relative;
}

.ticket__container .__block--right .input-type-input__input-build {
  border: 1px solid #babcbe;
  -webkit-box-shadow: 0 0 0 #fff;
          box-shadow: 0 0 0 #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
  display: block;
  float: left;
  font-size: 1.2em;
  font-weight: 400;
  padding: 9px;
  width: 45%;
  margin: 5px 0;
}

.ticket__container .__block--right .input-type-input__input-room {
  border: 1px solid #babcbe;
  -webkit-box-shadow: 0 0 0 #fff;
          box-shadow: 0 0 0 #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
  display: block;
  float: left;
  font-size: 1.2em;
  font-weight: 400;
  padding: 9px;
  width: 45%;
  margin: 5px 0 0 25px;
}

.ticket__container .__block--center {
  padding: 10px 35px;
  background-color: azure;
  margin-top: 25px;
}

.ticket__container .__block--center h1 {
  font-size: 1.5em;
  color: rgb(255, 138, 6);
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.ticket__container .__block--center h2 {
  font-size: 1.5em;
  color: rgb(255, 138, 6);
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding: 35px;
}

.ticket__container .__block--center .title {
  font-size: 1.5em;
  font-weight: 300;
  padding: 5px 0;
}

.ticket__container .__block--center .title2 {
  font-size: 1.5em;
  font-weight: 300;
  padding: 50px 0px 10px 0px;
}

.ticket__container .__block--center .inputContainer {
  margin-bottom: 15px;
  position: relative;
}

.ticket__container .__block--center .inputContainer span {
  font-size: 1.3em;
}

.ticket__container .__block--center .input-type-input__input {
  float: left;
  font-size: 16px;
  margin-right: 10px;
}

.ticket__container .__block--center .input-type-input__input {
  border: 1px solid #babcbe;
  -webkit-box-shadow: 0 0 0 #fff;
          box-shadow: 0 0 0 #fff;
  color: #333;
  font-size: 1.2em;
  width: 100%;
  margin: 5px 0;
  position: relative;
}

.ticket__container .__block--center .input-type-input__input-build {
  border: 1px solid #babcbe;
  -webkit-box-shadow: 0 0 0 #fff;
          box-shadow: 0 0 0 #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
  display: block;
  float: left;
  font-size: 1.2em;
  font-weight: 400;
  padding: 9px;
  width: 45%;
  margin: 5px 0;
}

.ticket__container .__block--center .input-type-input__input-room {
  border: 1px solid #babcbe;
  -webkit-box-shadow: 0 0 0 #fff;
          box-shadow: 0 0 0 #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
  display: block;
  float: left;
  font-size: 1.2em;
  font-weight: 400;
  padding: 9px;
  width: 45%;
  margin: 5px 0 0 25px;
}

.ticket__submit-ordercall {
  color: #fff;
  font-size: 1.4em;
  background-color: #1f80bc;
  padding: 10px 20px;
  border-radius: 3px;
  border: medium none;
  cursor: pointer;
  letter-spacing: 0.04em;
  margin: 30px 0 0 280px;
}

.ticket__submit {
  background: #fff;
  border-radius: 5px;
  height: 40px;
  padding: 0 15px;
  text-transform: uppercase;
  font-size: 18px;
  border: 2px solid #0194da;
  color: #0194da;
  font-weight: 500;
  cursor: pointer;
  margin: 7% 0 0 33%;
}

.ticket__closeBtn {
  background: url(images/ico-close-1024.png) no-repeat scroll center center rgba(0, 0, 0, 0);
    color: transparent;
    cursor: pointer;
    font-size: 0;
    height: 15px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 15px;
}

.crumbs {
  margin: -10px 0 10px 0;
  font-size: 1em;
}

.crumbs a {
  color: #0194da;
  margin: 0 20px 0 0;
}

.crumbs a:after {
  background: url(../images/sprite_arow.png) no-repeat scroll 100% 100% rgba(0, 0, 0, 0);
  content: "";
  height: 12px;
  margin: 0 0 0 10px;
  position: absolute;
  width: 5px;
}

.crumbs span {
  margin: 0 20px 0 0;
}

.page_top-line h1 {
  font-size: 14px;
  margin: 0 20px 0 0;
}

.short-prov {
  font-size: 1.1em;
  margin: 20px 20px 0 20px;
  width: 900px;
}

.main-pages .compare {
  width: 136px;
  background-color: #fff;
  margin-left: -10px;
  margin-bottom: 0;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  padding: 0 10px 0 10px;
}

.main-pages .compare li {
  text-align: center;
  padding: 15px 0 15px 0;
  line-height: 1.3;
}

.main-pages .compare .a-button.no-width {
  display: block;
  height: auto;
  line-height: 28px;
  padding: 5px 15px 5px 10px;
  width: 90px;
  left: 10px;
  font-size: 1.1em;
  font-weight: 400;
  font-family: "Open Sans", "Droid Sans", Roboto, Arial, Tahoma, sans-serif;
}

.compare-prov {
  margin-bottom: 0;
  border-radius: 0;
  background: none repeat scroll 0 0 #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  font-weight: 200;
  padding: 30px;
  position: relative;
  right: 10px;
  width: 96px;
  height: 96px;
}

#comments-wrapper .comment-username {
  font-size: 22px;
  float: left;
}

.best-block {
  border-radius: 3px;
  background-image: -o-linear-gradient(to bottom, #e5f9ff, #9bdaf8);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e5f9ff), to(#9bdaf8));
  background-image: -o-linear-gradient(top, #e5f9ff, #9bdaf8);
  background-image: linear-gradient(to bottom, #e5f9ff, #9bdaf8);
}

.best-block .row {
  margin-left: 0;
}

.best-block .row > * {
  padding: 40px 0 0 10px;
}

.list-best {
  padding: 30px 10px 10px 0;
}

.list-best-block {
  height: 350px;
  background: #fff;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.list-best-block-title {
  position: relative;
  float: right;
  bottom: 15px;
  width: 50px;
  height: 25px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  border-radius: 2px;
  right: 10px;
  padding-top: 10px;
  background-image: -o-linear-gradient(to bottom, #f9ab57, #f8692f);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9ab57), to(#f8692f));
  background-image: -o-linear-gradient(top, #f9ab57, #f8692f);
  background-image: linear-gradient(to bottom, #f9ab57, #f8692f);
}

.list-best-block-name-tariff {
  font-weight: 500;
  color: #000;
  font-size: 1.2em;
  text-decoration: none;
  text-transform: none;
  text-align: center;
}

.list-best-block-images {
  padding-left: 110px;
  padding-bottom: 10px;
}

.list-best-block-images img {
  height: 80px;
  width: 80px;
}

.list-best-block-offer {
  text-align: center;
  color: 595959;
  font-size: 0.9em;
  font-weight: 200;
  line-height: 1.5;
}

.list-best-block-offer b {
  color: #000;
  font-size: 1.3em;
  font-weight: 600;
  text-align: center;
}

.list-best-block-more-link {
  min-height: 20px;
  text-align: center;
  padding-bottom: 10px;
  padding-left: 10px;
}

.list-best-block-more-link span {
  border-bottom: 1px dashed;
  color: #595959;
  margin-right: 20px;
  text-decoration: none;
  font-size: 0.95em;
  cursor: pointer;
}

.list-best-block-more {
  display: none;
  position: relative;
  background: #fff;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #ccc;
  z-index: 20;
  height: 281px;
  padding-left: 0px;
  width: 300px;
  left: 40px;
}

.list-best-block-more .info {
  position: absolute;
  display: block;
  width: inherit;
  -moz-width: inherit;
}

.list-best-block-more .info > .close {
  padding-left: 270px;
  padding-top: 10px;
}

.list-best-block-more .info > .close > .icon-cross2 {
  font-size: 1.3em;
  color: #f8692f;
  cursor: pointer;
}

.list-best-block-more .info > .text {
  width: 100%;
  float: left;
  font-size: 0.85em;
}

.list-best-block-more .info > .text p {
  margin-left: 3px;
}

.list-best-block-more .info > .text > table {
  border: 0;
  margin-left: 20px;
}

.list-best-block-more .info > .text > table tr {
  height: 30px;
}

.list-best-block-more .info > .text > table p.text-td {
  bottom: 8px;
  position: relative;
}

.list-best-block input.btn {
  position: relative;
  left: 90px;
  font-size: 0.89em;
  margin: 15px 0;
  background-color: #006fb4;
  border: medium none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  height: 35px;
  padding: 0 10px;
  text-transform: uppercase;
}

.list-best-block input.btn:hover {
  background-color: #4096c8;
}

.list-other-result {
  padding-top: 20px;
}

.list-other-result-tariffs {
  background: #fff;
  min-height: 150px;
  margin-bottom: 10px;
  color: #595959;
  font-size: 0.9em;
  font-weight: 200;
  line-height: 1.5;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.list-other-result-tariffs-name-tariff {
  margin-left: 34px;
  margin-top: 5px;
  font-weight: 500;
  color: #000;
  font-size: 1.2em;
  text-decoration: none;
  text-transform: none;
}

.list-other-result-tariffs .block-logo {
  left: 30px;
  position: relative;
  top: 10px;
}

.list-other-result-tariffs .block-logo img {
  height: 80px;
  width: 80px;
}

.list-other-result-tariffs input.btn {
  position: relative;
  right: 40px;
  background-color: #006fb4;
  border: medium none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  height: 35px;
  padding: 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.list-other-result-tariffs input.btn:hover {
  background-color: #4096c8;
}

.list-other-result-tariffs .characteristics {
  position: relative;
  top: 20px;
}

.list-other-result-tariffs .characteristics b {
  color: #000;
  font-size: 1.3em;
  font-weight: 400;
  text-align: center;
}

.list-other-result-tariffs .block-tariff-more {
  position: relative;
  top: 10px;
  right: 40px;
  font-weight: 500;
}

.list-other-result-tariffs .block-tariff-more a {
  border-bottom: 1px solid;
  color: #595959;
  margin-right: 20px;
  text-decoration: none;
}

.list-other-result-tariffs .block-tariff-more span {
  border-bottom: 1px dashed;
  color: #000;
  font-weight: 500;
  cursor: pointer;
}

.list-other-result-tariffs .other-result-block-more {
  display: none;
  padding: 20px;
}

.list-other-result-tariffs .other-result-block-more .text-right-image {
  bottom: 10px;
  margin-left: 10px;
  position: relative;
}

.ticket-info-tariff,
.tariff-info,
.tariff-info-all {
  background: #fff;
  padding: 20px;
  font-weight: 200;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.form input[type=text].error {
  border: 1px solid #ff0000;
}

/* ===== UPDATE ===== */
@media (max-width: 960px) {
  *, *::before, *::after {
    -webkit-box-sizing: inherit !important;
            box-sizing: inherit !important;
  }
  html {
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
  }
  body, .page_top-header, .info-main, .main, .footer-main, .main-pages, .info-coverage {
    min-width: 100% !important;

  }
  .\31 u, .\32 u, .\33 u, .\34 u, .\35 u, .\36 u, .\37 u, .\38 u, .\39 u, .\31 0u, .\31 1u, .\31 2u {
    float: none !important;
  }
  body {
    padding-top: 82px !important;
  }
  .container {
    width: 100% !important;
    padding-left: 20px;
    padding-right: 20px;
  }
  .row {
    margin-left: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  .row::after {
    display: none !important;
  }
  .row > * {
    float: none !important;
    padding-left: 0 !important;
  }
  [style*="text-align:justify;"] {
    text-align: left !important;
  }
  [style*="font-size:16px;"], [style*="font-size:1em"] {
    font-size: 14px !important;
  }
  input.btn:not(.btn-primary), .ticket__submit {
    background-color: #0194da !important;
    color: #fff !important;
    font-size: 14px !important;
  }
  .right-block,
.main-pages .info-provider .box,
.list-tariffs,
#ticket-send,
#ordercall-send,
.comments-providers,
#comments-wrapper,
.comment-item,
.main p[style*="background:#fff;padding:20px;"],
.list-search-result-provider,
.list-search-result-tariff-block,
.ticket__container,
.list-providers,
.main-pages .allnews,
.tariff-info-all,
.ticket-result-info {
    border-radius: 5px !important;
  }
}
@media (max-width: 640px) {
  body {
    padding-top: 62px !important;
  }
  .row {
    gap: 10px;
  }
  .ui-menu .ui-menu-item a {
    font-size: 14px !important;
    padding: 4px 0.4em !important;
  }
}
.modal-open {
  overflow: hidden;
}

@media (max-width: 960px) {
  .page_top-header {
    margin: 0 !important;
  }
  .page_top-header:first-child {
    position: fixed !important;
    top: 0;
    z-index: 10001;
    padding: 15px 0;
    -webkit-box-shadow: 0 1px 2px 0 rgba(17, 24, 39, 0.05), 0 3px 3px 0 rgba(17, 24, 39, 0.04), 0 8px 5px 0 rgba(17, 24, 39, 0.03), 0 14px 5px 0 rgba(17, 24, 39, 0.01), 0 21px 6px 0 rgba(17, 24, 39, 0);
            box-shadow: 0 1px 2px 0 rgba(17, 24, 39, 0.05), 0 3px 3px 0 rgba(17, 24, 39, 0.04), 0 8px 5px 0 rgba(17, 24, 39, 0.03), 0 14px 5px 0 rgba(17, 24, 39, 0.01), 0 21px 6px 0 rgba(17, 24, 39, 0);
  }
  .page_top-header .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 100;
  }
  .page_top-header .\33 u:not(:first-child), .page_top-header .\31 u, .page_top-header .\34 u {
    display: none;
  }
  .page_top-header .\36 u {
    width: auto !important;
  }
  .page_top-header .\33 u a {
    display: inline-block;
  }
  .page_top-header .\35 u {
    width: auto !important;
    margin-left: auto;
  }
  .page_top-header .\35 u p {
    margin: 0 !important;
    font-size: 0 !important;
  }
  .page_top-header .\35 u p br {
    display: none;
  }
  .page_top-header .\35 u p a {
    display: inline-block;
    font-size: 24px !important;
    line-height: 1;
  }
  .page_top-header + .page_top-header {
    padding: 0 !important;
  }
  .page_top-header + .page_top-header .row {
    gap: 0;
  }
  .page_top-header .left-logo {
    display: block;
    height: 50px;
    padding: 0;
  }
  .page_top-header hr {
    display: none;
  }
  .right-top-phone {
    margin: 0 0 0 auto !important;
    padding: 0 !important;
  }
  .right-top-phone > span, .right-top-phone br {
    display: none;
  }
  .right-top-phone a {
    color: #121a2f;
  }
  #header {
    position: static !important;
    padding: 0 !important;
    height: auto !important;
  }
  #header nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: fixed !important;
    left: auto !important;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    width: 100%;
    max-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 152px 40px 50px;
    background: #fff;
    -webkit-box-shadow: 0 0 29px rgba(0, 0, 0, 0.17);
            box-shadow: 0 0 29px rgba(0, 0, 0, 0.17);
    will-change: transform;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
  }
  #header nav .menu {
    color: transparent;
  }
  #header nav .menu:last-child {
    padding-right: 14px;
  }
  #header nav a {
    margin: 0 !important;
    font-size: 22px !important;
    letter-spacing: 0;
    color: #121a2f;
    text-decoration: none;
  }
  .menu-open {
    overflow: hidden;
  }
  .menu-open #header nav {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
  }
  .menu-open .menu-toggle .menu-icon {
    background: transparent;
    height: 1px;
  }
  .menu-open .menu-toggle .menu-icon::before {
    top: 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .menu-open .menu-toggle .menu-icon::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@media (max-width: 640px) {
  .page_top-header:first-child {
    padding: 10px 0;
  }
  .page_top-header .left-logo {
    height: 40px;
  }
  .right-top-phone a {
    font-size: 1em !important;
  }
  #header nav {
    padding-top: 102px;
    line-height: 1.5 !important;
  }
  #header nav a {
    font-size: 17px !important;
  }
  #header nav .menu {
    margin-bottom: 1em;
  }
  .page_top-header .\35 u p a {
    font-size: 16px !important;
  }
}
.menu-toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 40px;
  width: 1em;
  min-width: 1em;
  height: 1em;
  cursor: pointer;
  background: none;
  border: none;
}
.menu-toggle .menu-icon {
  display: block;
  height: 2px;
  width: 24px;
  background: #121a2f;
  position: relative;
}
.menu-toggle .menu-icon::before, .menu-toggle .menu-icon::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  background: #121a2f;
  will-change: transform;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.menu-toggle .menu-icon::before {
  top: -6px;
}
.menu-toggle .menu-icon::after {
  bottom: -6px;
}

@media (max-width: 960px) {
  .breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 5px;
    margin: 10px 0 !important;
    font-size: 12px;
  }
  .breadcrumbs a {
    text-decoration: none;
  }
  [style*="margin-left:20px;"] .breadcrumbs {
    margin-left: -20px !important;
  }
}
@media (max-width: 640px) {
  .breadcrumbs {
    font-size: 12px;
  }
}
@media (max-width: 960px) {
  .info-main h1, .main-pages h1, .main h2, .main-pages h2, .main h3, .main-pages h3, .main h4 {
    text-transform: none;
    font-weight: 600 !important;
    margin-bottom: 5px !important;
  }
  .info-main h1:first-child, .main-pages h1:first-child, .main h2:first-child, .main-pages h2:first-child, .main h3:first-child, .main-pages h3:first-child, .main h4:first-child {
    margin-top: 0 !important;
    margin-bottom: 15px !important;
  }
  .info-main h1:last-child, .main-pages h1:last-child, .main h2:last-child, .main-pages h2:last-child, .main h3:last-child, .main-pages h3:last-child, .main h4:last-child {
    margin-bottom: 0 !important;
  }
  .info-main h1, .main-pages h1 {
    line-height: 1.3;
  }
  .main h2, .main-pages h2 {
    line-height: 1.35 !important;
  }
  .info-main {
    padding-bottom: 15px !important;
    padding-top: 15px !important;
    background-color: #0194da !important;
    color: #fff;
  }
  .info-main h1 {
    color: #fff;
  }
  .action-block__item .row {
    gap: 0;
  }
  .action-block__item p:first-child {
    color: inherit !important;
  }
  .action-block__item p:last-child {
    margin: 0 !important;
  }
  #search {
    height: auto !important;
  }
  #search fieldset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    margin-top: 0 !important;
  }
  #search input[type=text] {
    margin: 0 !important;
    padding: 10px !important;
    font-size: 12px !important;
  }
  #search input.street {
    width: 100% !important;
  }
  #search input.home {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #search .a-button.no-width {
    left: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #slides {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .slidesjs-container, .slidesjs-control, .slidesjs-control > * {
    width: 100% !important;
  }
  .slidesjs-container a {
    display: block;
  }
  .slidesjs-container img {
    display: block;
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .main .\34 u {
    width: calc(33.333333% - 14px) !important;
  }
  .main .\34 u [style*=table] {
    width: 100%;
  }
  .main .\34 u a {
    display: inline-block;
  }
  .main input.btn_top {
    height: 36px !important;
    padding: 5px 15px !important;
    background: #0194da !important;
    text-transform: none !important;
    color: #fff !important;
  }
  .main .reviews {
    margin-bottom: 10px !important;
    padding: 0 !important;
    background: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: #121a2f !important;
  }
  .main .reviews .row {
    display: grid;
  }
  .main .reviews .comments-all-list {
    margin: 0 !important;
    padding: 0 !important;
  }
  .main .reviews .comment-item {
    margin: 0;
    padding-bottom: 30px;
  }
  .main .reviews .comment-text {
    line-height: 1.5 !important;
  }
  .comment-item {
    min-height: auto;
    -webkit-box-shadow: 0 1px 2px rgba(6, 33, 63, 0.13);
            box-shadow: 0 1px 2px rgba(6, 33, 63, 0.13);
  }
  .comment-item .logo {
    width: 70px !important;
    height: 70px !important;
  }
  .comment-item .logo img {
    display: block;
    max-width: 100%;
  }
  .comment-item h5, .comment-item .comment-username {
    display: grid;
    gap: 10px;
    padding-top: 10px;
  }
  .comment-item .comment-username {
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
  }
  .comment-item .comment-text {
    clear: left;
    font-size: 14px;
    font-weight: 300;
    overflow: hidden;
  }
  .comment-item .comment-text p {
    padding-left: 0 !important;
    text-align: left !important;
  }
  .comment-item a[style*=float] {
    float: left !important;
    font-size: 14px !important;
  }
  .main-pages {
    min-height: auto !important;
  }
  .main-pages .list-city {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 20px !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    background-color: #0194da !important;
    color: #fff;
  }
  .main-pages .list-city h1 {
    color: inherit;
  }
  .main-pages .list-city h2, .main-pages .list-city h3 {
    color: #121a2f !important;
  }
  .main-pages .list-city .line {
    padding-bottom: 0 !important;
  }
  .main-pages .list-city .\31 2u > br {
    display: none;
  }
  .main-pages .list-city .\31 1u {
    width: 100%;
    margin-left: -20px;
  }
  .main-pages .list-city ul li {
    margin: 0 !important;
  }
  .main-pages .list-city ul li > a {
    font-size: 12px;
    padding: 5px;
    margin-left: 15px;
  }
  .main-pages .list-city ul li > a span {
    border: none !important;
  }
  .main-pages .list-city .\31 2u:last-child .coverage .line {
    display: none;
  }
  .main-pages .list-city > a[target=_blank] {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin: 0 20px 10px 0;
    padding: 0 !important;
  }
  .main-pages .list-city > a[target=_blank] img {
    display: block;
    max-width: 100%;
    max-height: 100%;
  }
  .main-pages .list-city > br {
    display: none;
  }
  .main-pages + .main-pages .list-city {
    background: #fff !important;
    color: #121a2f;
  }
  .main-pages .\31 2u + .\31 2u + .\31 2u .list-city, .main-pages .list-city[style="min-height: 0;"] {
    background: #fff !important;
    color: #121a2f;
  }
  .list-city ~ hr, .right-block ~ hr {
    display: none;
  }
  .list-city ~ [style*="padding:10px 20px;"], .right-block ~ [style*="padding:10px 20px;"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .list-city ~ [style*="margin:0 0 0.3em 1em;"], .right-block ~ [style*="margin:0 0 0.3em 1em;"] {
    margin-left: 0 !important;
  }
  .info-coverage .action-block .list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 0 !important;
    opacity: 1 !important;
  }
  .info-coverage .action-block .list__item {
    width: auto !important;
    color: inherit !important;
  }
  .info-coverage .action-block .list__item-title, .info-coverage .action-block .list__item-text {
    color: inherit !important;
    font-family: inherit !important;
  }
  .info-coverage .action-block .list__item-title {
    margin-bottom: 5px;
    font-weight: 600;
  }
  #ordercall-send {
    margin: 15px 0;
  }
  #ordercall-send .content input {
    width: 75% !important;
  }
  #ordercall-send .content .a-button.no-width {
    left: auto;
  }
  .list-providers, .main-pages .allnews, .tariff-info-all {
    -webkit-box-shadow: 0 0 0.5px 0 rgba(17, 24, 39, 0.05), 0 0.75px 0.5px 0 rgba(17, 24, 39, 0.04), 0 1.5px 0.5px 0 rgba(17, 24, 39, 0.03), 0 2px 1px 0 rgba(17, 24, 39, 0.01), 0 3px 1px 0 rgba(17, 24, 39, 0) !important;
            box-shadow: 0 0 0.5px 0 rgba(17, 24, 39, 0.05), 0 0.75px 0.5px 0 rgba(17, 24, 39, 0.04), 0 1.5px 0.5px 0 rgba(17, 24, 39, 0.03), 0 2px 1px 0 rgba(17, 24, 39, 0.01), 0 3px 1px 0 rgba(17, 24, 39, 0) !important;
    border-width: 1px !important;
    border-color: #dce0e9 !important;
  }
}
@media (max-width: 640px) {
  .info-main h1, .main-pages h1 {
    font-size: 16px !important;
  }
  .main h2, .main-pages h2 {
    font-size: 15px !important;
  }
  .main h3, .main-pages h3 {
    font-size: 14px !important;
  }
  .main h5 {
    font-size: 12px;
    line-height: 1.5;
  }
  #search {
    margin-top: 10px !important;
    margin-bottom: 0px !important;
  }
  #search fieldset {
    gap: 10px;
  }
  #search .a-button.no-width {
    font-size: 16px;
  }
  .action-block__item .row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5px;
  }
  .action-block__item .\34 u {
    width: 100%;
  }
  .action-block__item .\34 u p:first-child {
    font-size: 18px !important;
    line-height: 1.2;
    margin-bottom: 10px !important;
  }
  .action-block__item .\34 u br {
    display: none;
  }
  .action-block__item .\34 u p:last-child {
    font-size: 12px !important;
    line-height: 1.2;
  }
  #slides {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  #slides img {
    height: 100%;
  }
  .slidesjs-container, .slidesjs-control, .slidesjs-control > * {
    height: 31vw !important;
  }
  .main {
    margin-top: 0 !important;
  }
  .main .\34 u {
    width: 100% !important;
  }
  .main .\34 u [style*="padding-top:"] {
    padding-top: 5px !important;
  }
  .main .\34 u [style*="padding-top:"] span {
    display: inline-block;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
    padding: 9px 12px !important;
    font-size: 12px !important;
    border-radius: 2px;
  }
  .main .\34 u [style*=table] {
    border-radius: 2px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 30px;
    padding: 40px 20px 20px !important;
  }
  .main .\34 u [style*=table] > *:nth-child(1) {
    width: 50px !important;
  }
  .main .\34 u [style*=table] > *:nth-child(2) {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: left !important;
  }
  .main .\34 u [style*=table] > *:nth-child(2) a {
    display: inline-block;
    text-decoration: none;
    margin-bottom: 8px;
  }
  .main .\34 u [style*=table] > *:nth-child(2) h4 {
    font-size: 16px !important;
    text-align: left !important;
  }
  .main .\34 u [style*=table] > *:nth-child(2) h5 {
    font-size: 13px;
    line-height: 1.3;
  }
  .main .\34 u [style*=table] > *:last-child {
    padding: 0 !important;
    width: 100%;
  }
  .main .\34 u [style*=table] > *:last-child a {
    width: 100%;
  }
  .main .\34 u [style*=table] [style*="background:red"] {
    position: absolute;
    top: 0;
    left: 0;
  }
  .main .\34 u [style*=table] img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .main .\34 u [style*=table] input.btn_top {
    width: 55%;
    font-size: 12px !important;
  }
  .main-pages [style*="padding:20px 0;"] {
    padding: 0 !important;
  }
  .main-pages .right-block {
    font-size: 14px;
  }
  .main-pages .info-provider .box {
    padding-top: 10px !important;
  }
  .main-pages .info-provider .box h2 {
    color: #121a2f !important;
  }
  .main-pages .info-provider .box p {
    font-size: 13px;
  }
  .main-pages .info-provider .box [style*="font-size:18px"] {
    font-size: 16px !important;
  }
  .main-pages + .main-pages .list-city + .list-city {
    background: #f0f2f5 !important;
  }
  .comment-item[style*="padding:30px;"] {
    padding: 20px 20px 30px !important;
  }
  .info-coverage .action-block .list {
    grid-template-columns: 1fr;
    gap: 20px;
    display: none;
  }
  .info-coverage .action-block .list__item {
    font-size: 60px !important;
  }
  .list-city ~ [style*="padding:10px 20px;"], .right-block ~ [style*="padding:10px 20px;"] {
    font-size: 14px;
  }
  .list-city ~ [style*="margin:0 0 0.3em 1em;"], .right-block ~ [style*="margin:0 0 0.3em 1em;"] {
    font-size: 14px;
  }
  .coverage {
      padding: 15px;
        padding-left: 130px;
        background: #fff;
        border-radius: 5px;
        position: relative;
  }
  .coverage .\33 u {
    width: 65px;
    position: absolute;
    top: 15px;
    left: 30px;
  }
  .coverage .\35 u, .coverage .\34 u {
    width: 100%;
  }
  .coverage .block-logo {
    left: auto !important;
    text-align: center;
  }
  .coverage .block-logo a {
    display: inline-block;
  }
  .coverage .block-logo img {
    display: block;
    max-width: 100%;
    float: none !important;
    margin: 0 !important;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .coverage .\35 u > * {
    margin: 0 0 10px !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: 12px;
        text-transform: none !important;
  }
  .coverage .\35 u > * a {
    margin-top: 5px;
        font-size: 12px;
  }
  .coverage .\35 u > * br {
    display: none;
  }
  .coverage .\34 u {
    margin: 0 0 15px !important;
  }
  .coverage .\34 u a {
    font-size: 10px;
  }
  .coverage [style*="padding:10px"], .coverage [style*="padding: 10px"] {
    padding: 5px 10px !important;
  }
  .coverage .contact-info {
    width: 100%;
        margin: 0 !important;
        font-size: 12px !important;
  }
  .coverage .line {
    display: none;
    width: 100% !important;
    margin-left: 0 !important;
  }
}
@media (max-width: 960px) {
  .list-providers {
    margin: 0;
    padding: 0 15px;
  }
  .list-providers .block-logo {
    top: auto !important;
  }
  .list-providers .block-logo a {
    display: inline-block;
  }
  .list-providers .block-logo img {
    display: block;
    margin: 0;
    float: none !important;
  }
  .list-providers [style*="text-align:left;"] {
    text-align: left !important;
  }
  .info-provider {
    border: none !important;
  }
  .info-provider a {
    display: inline-block;
  }
  .info-provider a img {
    display: block;
    max-width: 100%;
  }
  .box iframe {
    width: calc(100% + 40px) !important;
    margin-left: -20px;
    height: 300px !important;
  }
  .list-search-result-provider {
    padding-top: 30px;
  }
  .list-search-result-provider h3 {
    text-align: left;
  }
  .comment-wrapper .comment-username {
    padding-top: 0;
  }
  #ticket-send .row {
    padding-left: 0 !important;
  }
  #ticket-send .\33 u {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #ticket-send input {
    width: 100% !important;
  }
  #ticket-send select {
    margin: 18px 0 0 !important;
    border: 1px solid #dfe0e3;
    color: #595959;
  }
  #ticket-send form > .row > .\31 2u > .row {
    gap: 0;
  }
}
@media (max-width: 640px) {
  .list-providers {
    min-height: 150px;
  }
  .list-providers > .row {
    gap: 6px 40px;
    position: relative;
  }
  .list-providers > .row > .\31 2u {
    margin-top: 10px;
  }
  .list-providers .\33 u, .list-providers .\36 u, .list-providers .\39 u {
    width: 100%;
  }
  .list-providers .\36 u, .list-providers .\33 u:not(:first-child) {
    padding-left: 120px !important;
  }
  .list-providers .\33 u:first-child {
    width: 50px;
    position: absolute;
    top: 15px;
    left: 15px;
  }
  .list-providers .block-logo {
    left: auto !important;
    margin: auto !important;
  }
  .list-providers .block-logo img {
    max-width: 100%;
    height: auto !important;
    width: auto !important;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .list-providers .block-info-service {
        min-height: auto !important;
        padding: 0 !important;
        margin-top: 15px !important;
  }
  .list-providers .block-info-service h2 p {
    margin: 0;
  }
  .list-providers .block-info-service h2 p a {
    display: inline-block;
    line-height: 1.3;
    font-size: 16px;
    color: #121a2f;
  }
  .list-providers .block-info-service h2 > a {
    font-size: 14px;
  }
  .list-providers .block-info-service [style*="font-size:20px"] {
    font-size: 14px !important;
    text-align: left !important;
  }
  .list-providers .block-info-service [style*="font-size:20px"] span {
    font-weight: 600 !important;
  }
  .list-providers .\31 2u .\33 u {
    display: none;
  }
  .list-providers .block-info-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 15px;
    padding: 0;
  }
  .list-providers .block-info-links a {
    font-size: 12px;
    margin: 0 !important;
    text-decoration: none;
    border: none !important;
    color: #121a2f;
  }
  #comments-form-wrapper .js-comments-form-orig-position {
    padding: 0;
  }
  #comments-wrapper {
    padding: 0 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    background: none !important;
  }
  #comments-wrapper .comment-list-wrapper {
    padding: 0;
  }
  #comments-wrapper .comment-username {
    float: none !important;
  }
  #comments-wrapper .comment-date {
    display: block;
    float: none !important;
    margin-top: 8px;
    font-size: 13px !important;
    color: #595959;
  }
  #comments-wrapper .comment-text {
    margin-top: 20px !important;
  }
  #ticket-send .\36 u {
    width: 100% !important;
  }
  #ticket-send .row br {
    display: none;
  }
  #ticket-send select {
    width: 100% !important;
    height: 37px !important;
    margin-top: 4px !important;
    font-size: 14px;
    border-radius: 4px;
    padding: 8px 15px 8px 10px !important;
    border: 1px solid #dfe0e3;
    background: #fff !important;
    color: #595959;
    font-family: inherit;
  }
  #ticket-send .a-button-connect {
    margin-top: 5px;
  }
}
@media (max-width: 960px) {
  .list-tariffs {
    padding: 40px 20px;
    -webkit-box-shadow: 0 0 0.5px 0 rgba(17, 24, 39, 0.05), 0 0.75px 0.5px 0 rgba(17, 24, 39, 0.04), 0 1.5px 0.5px 0 rgba(17, 24, 39, 0.03), 0 2px 1px 0 rgba(17, 24, 39, 0.01), 0 3px 1px 0 rgba(17, 24, 39, 0);
            box-shadow: 0 0 0.5px 0 rgba(17, 24, 39, 0.05), 0 0.75px 0.5px 0 rgba(17, 24, 39, 0.04), 0 1.5px 0.5px 0 rgba(17, 24, 39, 0.03), 0 2px 1px 0 rgba(17, 24, 39, 0.01), 0 3px 1px 0 rgba(17, 24, 39, 0);
    border-width: 1px !important;
    border-color: #dce0e9 !important;
    position: relative;
  }
  .list-tariffs > .row {
    gap: 0;
  }
  .list-tariffs span[style*="font-size:1.2em"] {
    display: inline-block;
    margin-left: 88px !important;
    margin-bottom: 15px !important;
    padding: 8px 10px !important;
    border-radius: 10px !important;
  }
  .list-tariffs .list-tariffs-title, .list-tariffs .block-tariffs-parametr, .list-tariffs .dop-info {
    padding: 0 !important;
  }
  .list-tariffs .list-tariffs-title {
    margin-bottom: 40px;
  }
  .list-tariffs .list-tariffs-title > .row {
    gap: 0;
  }
  .list-tariffs .list-tariffs-title .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .list-tariffs .list-tariffs-title .name span:first-child {
    display: inline-block;
    margin-left: 0 !important;
    padding: 10px 12px;
    font-size: 18px;
    background: -o-linear-gradient(359.9deg, #FEDD00 0.09%, #F7AE01 99.91%);
    background: linear-gradient(90.1deg, #FEDD00 0.09%, #F7AE01 99.91%);
    border-radius: 10px !important;
    text-transform: none !important;
    position: absolute;
    top: 40px;
    left: 20px;
  }
  .list-tariffs .list-tariffs-title .name a {
    text-decoration: none !important;
  }
  .list-tariffs .block-tariffs-parametr {
    margin-bottom: 20px;
  }
  .list-tariffs .\34 u {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .main-pages .navi {
    margin-top: 0 !important;
  }
  .nav-tariffs {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 14px;
    padding: 0 !important;
  }
  .nav-tariffs span {
    display: inline-block;
  }
  .nav-tariffs a {
    display: inline-block;
    padding: 7px 13px !important;
    margin: 0 !important;
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .list-tariffs {
    margin-top: 10px;
    padding-top: 20px;
    padding-bottom: 90px !important;
  }
  .list-tariffs span[style*="font-size:1.2em"] {
    font-size: 14px !important;
    text-align: center;
  }
  .list-tariffs .list-tariffs-title {
    margin-bottom: 0;
    text-align: center;
  }
  .list-tariffs .list-tariffs-title .row > * {
    width: 100% !important;
  }
  .list-tariffs .list-tariffs-title .name span:first-child {
    margin-bottom: 6px !important;
    font-size: 14px;
    top: 20px;
  }
  .list-tariffs .list-tariffs-title input.btn {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 30px;
    margin-left: 0 !important;
  }
  .list-tariffs .block-tariffs-parametr {
    margin-bottom: 0;
  }
  .list-tariffs .block-tariffs-parametr .row {
    gap: 0;
  }
  .list-tariffs .block-tariffs-parametr .\34 u {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 10px;
    gap: 15px;
  }
  .list-tariffs .block-tariffs-parametr .\34 u .\32 u {
    width: auto;
  }
  .list-tariffs .block-tariffs-parametr .block-tariffs-parametr-icon {
    padding: 0;
    font-size: 25px;
    width: 1em;
    height: 1em;
  }
  .list-tariffs .block-tariffs-parametr .block-tariffs-parametr-icon img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .list-tariffs .block-tariffs-parametr .block-tariffs-parametr-info {
    margin: 0 !important;
    font-size: 16px;
  }
  .list-tariffs .dop-info {
    margin-top: 15px;
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .list-search-result-provider .\34 u {
    width: 100% !important;
  }
  .list-search-result-provider .\34 u p {
    text-align: left !important;
  }
  .filter-tariff-block .\34 u {
    width: calc(50% - 10px) !important;
  }
  .filter-tariff-block .list-search-result-tariff-block {
    height: 100%;
    min-height: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 10px;
    padding-bottom: 30px;
    position: relative;
  }
  .filter-tariff-block .list-search-result-tariff-block .action {
    margin: 20px 0 10px;
    -ms-flex-item-align: center;
        align-self: center;
    display: inline-block;
    padding: 7px 12px;
    font-size: 18px;
    border-radius: 10px !important;
  }
  .filter-tariff-block .list-search-result-tariff-block .connect-score {
    -ms-flex-item-align: center;
        align-self: center;
    display: inline-block;
    margin-bottom: 10px !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    padding: 6px 10px !important;
  }
  .filter-tariff-block .list-search-result-tariff-block .block-tariff .\31 2u, .filter-tariff-block .list-search-result-tariff-block .block-tariff-dev .\31 2u, .filter-tariff-block .list-search-result-tariff-block .block-tariff-cost .\31 2u {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .filter-tariff-block .list-search-result-tariff-block .block-tariff-btn {
    margin-top: auto;
  }
  .ticket-container {
    width: 100% !important;
    height: auto !important;
    position: fixed !important;
    top: 0 !important;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding-top: 120px !important;
    overflow: scroll;
  }
  .ticket-container .__block--left, .ticket-container .__block--right {
    width: 100% !important;
    float: none !important;
  }
  .ticket-container .logo {
    display: block;
    margin: 0 auto;
    padding: 0 !important;
  }
  .ticket-container .inputContainer span + span {
    width: 49%;
    float: right;
    padding: 0 !important;
  }
  .ticket-container .inputContainer #Room-error {
    width: 51%;
    float: right;
  }
  .ticket-container .ticket__submit {
    font-size: 16px !important;
  }
}
@media (max-width: 640px) {
  .list-search-result-provider .row {
    padding: 20px 20px 30px;
    gap: 20px;
  }
  .list-search-result-provider .\32 u {
    width: 80px !important;
  }
  .list-search-result-provider .\32 u img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .list-search-result-provider .\36 u {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    color: #121a2f;
  }
  .list-search-result-provider .\36 u p {
    font-size: 17px !important;
    font-weight: 600 !important;
    text-align: left;
  }
  .list-search-result-provider .\36 u [style*="font-weight:400"] {
    font-size: inherit !important;
    margin-left: 0 !important;
    white-space: nowrap;
  }
  .list-search-result-provider .\36 u [style*="font-size:.75em;"] {
    color: #595959;
    line-height: 20px;
    font-weight: 400;
    margin: 5px 0 0;
    text-align: left;
  }
  .list-search-result-provider .\34 u p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    font-size: 14px !important;
    color: #121a2f;
  }
  .list-search-result-provider .\34 u p a {
    font-size: 16px !important;
  }
  .list-search-result-provider .block-logo {
    text-align: center;
    left: auto !important;
    margin: 0 !important;
  }
  .list-search-result-provider .block-logo a {
    display: inline-block;
  }
  .list-search-result-provider .block-logo img {
    width: 80px !important;
    height: 80px !important;
    display: block;
    max-width: 100%;
    float: none !important;
    margin: 0 !important;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .list-search-result-provider p {
    margin: 0 !important;
    padding: 0 !important;
  }
  .list-search-result-provider p span[style="font-size:.75em;"] {
    display: block;
    margin-bottom: 10px;
    font-size: 14px !important;
    line-height: 1.6;
  }
  .list-search-result-provider p span[style="font-size:.75em;"] + br {
    display: none;
  }
  .filter-tariff-block > .row {
    gap: 20px;
  }
  .filter-tariff-block .\34 u {
    width: 100% !important;
  }
  .filter-tariff-block .list-search-result-tariff-block {
    padding-left: 20px;
    padding-right: 20px;
  }
  .filter-tariff-block .list-search-result-tariff-block .action {
    position: absolute;
    left: 20px;
    top: 20px;
    margin: 0 !important;
    font-size: 14px;
  }
  .filter-tariff-block .list-search-result-tariff-block .connect-score {
    text-align: center;
    margin: 10px auto 15px 86px !important;
  }
  .filter-tariff-block .list-search-result-tariff-block .block-tariff, .filter-tariff-block .list-search-result-tariff-block .block-tariff-dev, .filter-tariff-block .list-search-result-tariff-block .block-tariff-cost {
    min-height: auto !important;
  }
  .filter-tariff-block .list-search-result-tariff-block .block-tariff .\31 2u, .filter-tariff-block .list-search-result-tariff-block .block-tariff-dev .\31 2u, .filter-tariff-block .list-search-result-tariff-block .block-tariff-cost .\31 2u {
    margin-top: 10px;
    gap: 15px;
  }
  .filter-tariff-block .list-search-result-tariff-block .block-tariff .\32 u, .filter-tariff-block .list-search-result-tariff-block .block-tariff-dev .\32 u, .filter-tariff-block .list-search-result-tariff-block .block-tariff-cost .\32 u {
    width: auto;
  }
  .filter-tariff-block .list-search-result-tariff-block .block-tariff-name, .filter-tariff-block .list-search-result-tariff-block .block-tariff-cost {
    margin: 0;
    text-align: left;
    letter-spacing: 0;
  }
  .filter-tariff-block .list-search-result-tariff-block .block-tariff-name {
    font-size: 18px;
  }
  .filter-tariff-block .list-search-result-tariff-block .tarif-search {
    margin-left: 0;
    font-size: 25px;
    width: 1em;
    height: 1em;
  }
  .filter-tariff-block .list-search-result-tariff-block .tarif-search img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .filter-tariff-block .list-search-result-tariff-block .tarif-search-param, .filter-tariff-block .list-search-result-tariff-block .tarif-search-price {
    margin-left: 0;
    font-size: 16px;
  }
  .filter-tariff-block .list-search-result-tariff-block .tarif-search-param span, .filter-tariff-block .list-search-result-tariff-block .tarif-search-price span {
    font-size: 14px;
  }
  .filter-tariff-block .list-search-result-tariff-block input.btn {
    width: 100%;
  }
  .ticket-container .ticket__container {
    padding: 0 !important;
  }
  .ticket-container .__block--left, .ticket-container .__block--right {
    padding: 20px !important;
  }
  .ticket-container .__block--left .logo {
    width: 80px;
    height: 80px;
  }
  .ticket-container .__block--left .name {
    font-size: 18px !important;
  }
  .ticket-container .__block--left span[style*="background:red;"] {
    border-radius: 100px;
  }
  .ticket-container .__block--left h2 {
    color: #121a2f !important;
  }
  .ticket-container .__block--left .param {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .ticket-container .__block--left .param > * {
    width: auto !important;
    font-size: 16px !important;
    line-height: 1.35;
    float: none !important;
  }
  .ticket-container .__block--left p {
    font-size: 14px !important;
  }
  .ticket-container .__block--right > p:first-child {
    margin-bottom: 0 !important;
  }
  .ticket-container .__block--right h2 {
    margin-top: 0 !important;
  }
  .ticket-container .__block--right .title, .ticket-container .__block--right .title2 {
    font-size: 18px !important;
  }
  .ticket-container .__block--right .title2 {
    padding-top: 0 !important;
  }
  .ticket-container .__block--right .input-type-input__input, .ticket-container .__block--right .input-type-input__input-build {
    font-size: 16px !important;
  }
  .ticket-container .__block--right .inputContainer::after {
    content: "";
    display: table;
    clear: both;
  }
  .ticket-container .__block--right .inputContainer span {
    margin-left: 0 !important;
  }
  .ticket-container .__block--right .inputContainer span + span {
    width: 46%;
  }
  .ticket-container .__block--right .inputContainer #Room-error {
    width: 48%;
    position: relative;
    top: 4px;
  }
  .ticket-container .__block--right .inputContainer .ordercall__input-wrapper label {
    font-size: 13px;
    line-height: 1.2;
  }
  .ticket-result-info p {
    font-size: 14px !important;
    line-height: 1.3 !important;
  }
}
@media (max-width: 960px) {
  .footer-main {
    margin: 30px 0 0 !important;
    padding-top: 0 !important;
  }
  .footer-main > .container > .row > .\31 0u {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 10px;
  }
  .footer-main > .container > .row > .\31 0u a {
    font-size: 14px;
    text-decoration: none;
  }
  .footer-main > .container > .row > .\31 0u a:nth-child(-n+6) {
    width: 50%;
  }
  .footer-main > .container > .row > .\31 0u a:nth-child(6) {
    margin-bottom: 25px;
  }
  .footer-main > .container > .row .\32 u {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  .footer-main > .container > .row > .\31 2u {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 12px;
    line-height: 1.4;
    color: #6d7482;
  }
  .footer-main > .container > .row > .\31 2u .\31 0u {
    width: 100%;
  }
  .footer-main > .container > .row > .\39 u {
    width: 100%;
  }
  .footer-main .copyright {
    margin: 0 !important;
    padding-top: 30px;
    font-size: 12px;
    line-height: 1.4;
    color: #6d7482;
  }
}