	.navbar-my {
		border-bottom: 0;
		font-size: 22px;
		width: 520px;
	}
.jumbotron {
    padding-top: 24px;
    padding-bottom: 24px;
}

@media (min-width: 768px) and (max-width: 1199px) {
	.navbar-my {
		font-size: 20px;
		width: 480px;
	}
}

@media (min-width: 481px) and (max-width: 767px) {
	.navbar-my {
		font-size: 18px;
		width: 460px;
	}
	.jumbotron {
			padding-top: 16px;
			padding-bottom: 16px;
	}
}
@media (max-width: 480px) {
	.navbar-my {
		font-size: 16px;
		width: 440px;
	}
	.jumbotron {
			padding-top: 12px;
			padding-bottom: 12px;
	}
} 

body {
	font-family: 'Roboto', sans-serif;
	background-color: #f2f2f2;
	font-weight: 300;
	font-size: 16px;
	color: #444;
	
	margin-top: 10px;
}

.navbar{
	/*background: #076184;*/
	margin-bottom: 10px;
}

.navbar-brand {
    padding: 5px 15px;
}

.navbar-header {
	min-height: 60px;
}

.navbar-toggle, .icon-bar {
    border:1px solid orange;
}

.jumbotron {
    padding-right: 30px;
    padding-left: 30px;
}

h1, .jumbotron h1 {
    font-size: 36px;
		margin-bottom: 10px;
}

footer {
	background-color: #ddd;
	min-height: 30px;
}

.small, small {
    font-size: 75%;
}

.nav-tabs {
    border-bottom: 7px solid #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background-color: #ddd;
		font-weight: bold;
}

.butbot {
	min-height: 105px;
}

button.close {
    padding: 4px 8px;
}

.help-block {
    margin-top: 1px;
}

.checkbox label:after {
  content: '';
  display: table;
  clear: both;
}

.checkbox .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #a9a9a9;
  border-radius: .25em;
  width: 1.3em;
  height: 1.3em;
  float: left;
  margin-right: .5em;
}

.checkbox .cr .cr-icon {
  position: absolute;
  font-size: .7em;
  line-height: 0;
  top: 50%;
  left: 20%;
}

.checkbox label input[type="checkbox"] {
  display: none;
}

.checkbox label input[type="checkbox"]+.cr>.cr-icon {
  opacity: 0;
}

.checkbox label input[type="checkbox"]:checked+.cr>.cr-icon {
  opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled+.cr {
  opacity: .5;
}

.alert-info {
    color: #333;
}

.form-group70 input{
    width:75%!important;
}

.form-control-plaintext {
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
		min-width: 20em;
}

.disabledbutton {
    pointer-events: none;
    opacity: 0.4;
}

ol{
    list-style: none;
		margin-top: 10px;
		padding-left: 10px;
}
ol > li{
    padding-left: 25px;
    position: relative;
    margin: 2px;
}
ol > li:before{
    content: '✔';
    position: absolute; top: 0; left: 0;
    color: darkblue;
}

.li_krest :before {
    content: '×';
}

.tariff {
    margin-top: 15px;
}

.tariff--start .tariff__header {
    background-color: #ccc;
}
.tariff--start .tariff__price-wrapper {
    background-color: #D38F98;
}

.tariff--min .tariff__header {
    background-color: #55ACCC;
}
.tariff--min .tariff__price-wrapper {
    background-color: #2D798E;
}

.tariff--opt {
	margin-top: 0;
}
.tariff--opt .tariff__header {
    background-color: #55CC73;
}
.tariff--opt .tariff__price-wrapper {
    background-color: #42A55B;
}

.tariff--opt .tariff__content, .tariff--opt .tariff__footer {
    border-color: #55CC73;
}
.tariff--opt .tariff__content, .tariff--opt .tariff__footer {
    border-width: 5px;
}
.tariff--opt .tariff__footer {
    padding-bottom: 30px;
}

.tariff--max .tariff__header {
    background-color: #EDBD87;
}
.tariff--max .tariff__price-wrapper {
    background-color: #CC9A66;
}

.tariff--rekv .tariff__header {
    background-color: #D3EA85;
}
.tariff--rekv .tariff__price-wrapper {
    background-color: #C1CC66;
}

.tariff--spk .tariff__header {
    background-color: #E285EA;
}
.tariff--spk .tariff__price-wrapper {
    background-color: #C363CC;
}

.tariff--other .tariff__header {
    background-color: #E285EA; /*#D3D651;*/
}
.tariff--other .tariff__price-wrapper {
    background-color: #C363CC; /*#CCC863;*/
}

.tariff__header {
    padding: 17px 20px;
    /*background-color: transparent;*/
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 5px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tariff__title {
    margin-top: -5px;
}
.tariff__title {
    margin: 0;
        margin-top: 0px;
    font-size: 28px;
    color: #fff;
    line-height: .825;
}

.tariff__price-wrapper {
    padding: 11px 0 15px;
    /*background-color: transparent;*/
    border-radius: 5px;
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.tariff__price {
    margin: 0;
    font-size: 22px;
    line-height: .8;
}
.tariff__period {
    margin: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: .8;
}

.tariff__content {
    padding: 9px 20px 1px 0;
    background-color: #f1f1f1;
    border-left: solid 1px #d3d3d3;
    border-right: solid 1px #d3d3d3;
}

.tariff--popular {
    margin-top: 0;
}

.tariff--popular .tariff__content, .tariff--popular .tariff__footer {
    border-width: 5px;
}

.tariff__configuration-item { /*:not(:last-of-type)*/
    border-bottom: solid 3px #dbdbdb;
}
.tariff__configuration-item {
    padding: 13px 0;
    text-align: center;
}

.tariff__configuration-item__value {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #231f20;
    line-height: 1;
}

.tariff__configuration-item__name {
    margin: 0;
    color: #707070;
    line-height: 1;
}

.tariff__footer {
    padding: 12px 0 19px 0;
    background-color: #f1f1f1;
    border-left: solid 1px #d3d3d3;
    border-right: solid 1px #d3d3d3;
    border-bottom: solid 1px #d3d3d3;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-align: center;
}

.tariff__footer2 {
    background-color: #f1f1f1;
    border-left: solid 1px #d3d3d3;
    border-right: solid 1px #d3d3d3;
    border-bottom: solid 1px #d3d3d3;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-align: center;
}

.tariff__switcher-item {
}

.tariff__switcher-item.active {
    display: inline-block;
}

.button--order {
    display: inline-block;
    margin: 5px 40px;
    padding: 0 30px;
    line-height: 40px;
    text-transform: uppercase;
    cursor: pointer;
}
.button--blue {
    color: #f3f3f3;
    background-color: #2597c4;
    border: none;
}

.button {
    display: block;
    padding: 8px 15px 10px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    border: solid 3px #fff;
    border-radius: 12px;
    -webkit-transition: background-color 200ms ease-in-out;
    transition: background-color 200ms ease-in-out;
}

.my-tooltip + .tooltip > .tooltip-inner {background-color: #1D5499;}
.my-tooltip + .tooltip > .tooltip-arrow { border-bottom-color:#0072FF; }

.blink {
	-webkit-animation: rainbow 2s linear 2s infinite;
}
@-webkit-keyframes rainbow {
0% {opacity: 1}
50% {opacity: 0.7}
100% {opacity: 1} 
}

.bs-docs-sidebar.affix, .bs-docs-sidebar.affix-bottom {
    width: 195px;
}
.bs-docs-sidebar {
  padding-left: 5px;
	margin-left: 10px;
	border-radius: 4px;
	border: 1px solid #ddd;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);		
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
.nav > li {
    position: relative;
    display: block;
}
.bs-docs-sidebar .nav > li > a {
    display: block;
    padding: 4px 20px;
    font-size: 13px;
    font-weight: 500;
    color: #767676;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.collapsed a {
	color: inherit;
}

    .wp-block.property.list {
      border: 1px solid #e0eded;
      margin-bottom: 15px !important;
    }
    .wp-block {
      margin: 0 0 15px 0;
      -webkit-transition: all .3s linear;
      transition: all .3s linear;
      position: relative;
      cursor: default;
      border-radius: 2px;
    }
    .wp-block.property.list {
      padding: 15px 15px 0 15px;
    }
    .wp-block.property.list {
      margin: 0;
      padding: 0;
      font-size: 16px;
      font-weight: 400;
    }
    .wp-block .wp-block-body {
      padding: 15px;
    }
    .wp-block.property.list .wp-block-img {
      display: table-cell;
      width: 250px;
    }
    .wp-block.property.list .wp-block-img img {
      width: 100%;
    }
    .wp-block.property.list .wp-block-content .content-title {
      font-size: 20px;
      color: #3498db;
      margin-bottom: 5px;
    }
    .wp-block.property.list .wp-block-body .wp-block-content {
      display: table-cell;
      vertical-align: top;
      padding-left: 15px;
    }
    .wp-block.property.list .wp-block-content .description {
      padding-bottom: 10px;
      border-bottom: 1px solid #e0eded;
    }
    .wp-block.property.list .wp-block-footer ul.aux-info {
      width: 100%;
      margin: 0;
      padding: 0;
      display: block;
      background: #fcfcfc;
      border-top: 1px solid #e0eded;
    }
    .wp-block.property.list .wp-block-footer ul.aux-info li {
      display: table-cell;
      padding: 10px 15px;
      vertical-align: middle;
      border-right: 1px solid #e0eded;
    }
    .ribbon.base {
      background: #3498db;
      color: #fff;
      border-right: 5px solid #8bc4ea;
    }
    .ribbon {
      position: absolute;
      top: 20px;
      right: -5px;
      padding: 15px;
    }
    .base {
      background: #3498db;
      color: #fff !important;
    }
    .ribbon:before, .ribbon:after {
      content: '';
      position: absolute;
      left: -9px;
      border-left: 10px solid transparent;
    }
    .ribbon:before {
      top: 0;
    }
    .ribbon.base:before {
      border-top: 27px solid #3498db;
    }
    .ribbon.base:after {
      border-bottom: 27px solid #3498db;
    }
    .ribbon:after {
      bottom: 0;
    }

.page {
    width: 90%;
    max-width: 1092px;
    min-width: 819px;
    margin-left: auto;
    margin-right: auto;
}

.header {
    margin: 16px 0;
}

.err_body {
    position: relative;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 50px 8.33333333333% 55px 16.7582417582%;
}

.foot {
    margin-top: 20px;
    color: #9c9c9c;
}

html[data-page="404"] .err_body::before {
    background-image: url("../images/page_404.svg");
}
html[data-page="403"] .err_body::before {
    background-image: url("../images/page_403.svg");
}
html[data-page="500"] .err_body::before {
    background-image: url("../images/page_500.svg");
}
.err_body::before {
    content: "";
    position: absolute;
    top: 50px;
    left: 8.37912087912%;
    width: 64px;
    height: 64px;
    margin-left: -32px;
    background: url("../images/page_error.svg") 0 0 no-repeat;
        background-image: url("../images/page_error.svg");
        background-size: auto auto;
    background-size: contain;
}

button[disabled], html input[disabled], .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    opacity: 0.5;
}