/*  --csscomb --group-css-media-queries add in production */
/*!
 * Bootstrap-select v1.12.1 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2016 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
/*# sourceMappingURL=bootstrap-select.css.map */
/* font defines */
/* tables*/
/* image border */
/* overlay */
/* extend bootstrap to extra large screens */
@media (min-width: 1200px) and (max-width: 1399px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
  .visible-lg .test {
    color: #FFF;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1430px;
  }
}
@media (min-width: 1400px) {
  .col-xlg-1, .col-xlg-2, .col-xlg-3, .col-xlg-4, .col-xlg-5, .col-xlg-6, .col-xlg-7, .col-xlg-8, .col-xlg-9, .col-xlg-10, .col-xlg-11, .col-xlg-12 {
    float: left;
  }
  .col-xlg-12 {
    width: 100%;
  }
  .col-xlg-11 {
    width: 91.66666667%;
  }
  .col-xlg-10 {
    width: 83.33333333%;
  }
  .col-xlg-9 {
    width: 75%;
  }
  .col-xlg-8 {
    width: 66.66666667%;
  }
  .col-xlg-7 {
    width: 58.33333333%;
  }
  .col-xlg-6 {
    width: 50%;
  }
  .col-xlg-5 {
    width: 41.66666667%;
  }
  .col-xlg-4 {
    width: 33.33333333%;
  }
  .col-xlg-3 {
    width: 25%;
  }
  .col-xlg-2 {
    width: 16.66666667%;
  }
  .col-xlg-1 {
    width: 8.33333333%;
  }
  .col-xlg-pull-12 {
    right: 100%;
  }
  .col-xlg-pull-11 {
    right: 91.66666667%;
  }
  .col-xlg-pull-10 {
    right: 83.33333333%;
  }
  .col-xlg-pull-9 {
    right: 75%;
  }
  .col-xlg-pull-8 {
    right: 66.66666667%;
  }
  .col-xlg-pull-7 {
    right: 58.33333333%;
  }
  .col-xlg-pull-6 {
    right: 50%;
  }
  .col-xlg-pull-5 {
    right: 41.66666667%;
  }
  .col-xlg-pull-4 {
    right: 33.33333333%;
  }
  .col-xlg-pull-3 {
    right: 25%;
  }
  .col-xlg-pull-2 {
    right: 16.66666667%;
  }
  .col-xlg-pull-1 {
    right: 8.33333333%;
  }
  .col-xlg-pull-0 {
    right: auto;
  }
  .col-xlg-push-12 {
    left: 100%;
  }
  .col-xlg-push-11 {
    left: 91.66666667%;
  }
  .col-xlg-push-10 {
    left: 83.33333333%;
  }
  .col-xlg-push-9 {
    left: 75%;
  }
  .col-xlg-push-8 {
    left: 66.66666667%;
  }
  .col-xlg-push-7 {
    left: 58.33333333%;
  }
  .col-xlg-push-6 {
    left: 50%;
  }
  .col-xlg-push-5 {
    left: 41.66666667%;
  }
  .col-xlg-push-4 {
    left: 33.33333333%;
  }
  .col-xlg-push-3 {
    left: 25%;
  }
  .col-xlg-push-2 {
    left: 16.66666667%;
  }
  .col-xlg-push-1 {
    left: 8.33333333%;
  }
  .col-xlg-push-0 {
    left: auto;
  }
  .col-xlg-offset-12 {
    margin-left: 100%;
  }
  .col-xlg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xlg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xlg-offset-9 {
    margin-left: 75%;
  }
  .col-xlg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xlg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xlg-offset-6 {
    margin-left: 50%;
  }
  .col-xlg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xlg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xlg-offset-3 {
    margin-left: 25%;
  }
  .col-xlg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xlg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xlg-offset-0 {
    margin-left: 0%;
  }
}
.mg-rt-0 {
  margin-right: 0;
}
.mg-btn-30 {
  margin-bottom: 30px;
}
.pd-lft-0 {
  padding-left: 0;
}
.pd-rht-0 {
  padding-right: 0;
}
/* ==========================================================================
   Fontstyles
   ========================================================================== */
/* font-family: "HeliosCondRegular"; */
@font-face {
  font-family: 'HeliosCondRegular';
  font-weight: normal;
  font-style: normal;
  src: url('/fonts/HeliosCondRegular/HeliosCondRegular.eot');
  src: url('/fonts/HeliosCondRegular/HeliosCondRegular.eot?#iefix') format('embedded-opentype'), url('/fonts/HeliosCondRegular/HeliosCondRegular.woff') format('woff'), url('/fonts/HeliosCondRegular/HeliosCondRegular.ttf') format('truetype');
}
/* font-family: "HeliosCondItalic"; */
@font-face {
  font-family: 'HeliosCondItalic';
  font-weight: normal;
  font-style: normal;
  src: url('/fonts/HeliosCondItalic/HeliosCondItalic.eot');
  src: url('/fonts/HeliosCondItalic/HeliosCondItalic.eot?#iefix') format('embedded-opentype'), url('/fonts/HeliosCondItalic/HeliosCondItalic.woff') format('woff'), url('/fonts/HeliosCondItalic/HeliosCondItalic.ttf') format('truetype');
}
/* font-family: "HeliosCondBold"; */
@font-face {
  font-family: 'HeliosCondBold';
  font-weight: normal;
  font-style: normal;
  src: url('/fonts/HeliosCondBold/HeliosCondBold.eot');
  src: url('/fonts/HeliosCondBold/HeliosCondBold.eot?#iefix') format('embedded-opentype'), url('/fonts/HeliosCondBold/HeliosCondBold.woff') format('woff'), url('/fonts/HeliosCondBold/HeliosCondBold.ttf') format('truetype');
}
/* font-family: "HeliosCondBoldItalic"; */
@font-face {
  font-family: 'HeliosCond';
  font-weight: normal;
  font-style: normal;
  src: url('/fonts/HeliosCondRegular/HeliosCondRegular.eot');
  src: url('/fonts/HeliosCondRegular/HeliosCondRegular.eot?#iefix') format('embedded-opentype'), url('/fonts/HeliosCondRegular/HeliosCondRegular.woff') format('woff'), url('/fonts/HeliosCondRegular/HeliosCondRegular.ttf') format('truetype');
}
body,
html {
  font-family: 'HeliosCond', 'HeliosCondItalic', 'sans-serif';
  outline: 0;
}
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.full-height {
  min-height: 100%;
}
@media screen and (min-width: 320px) and (max-width: 996px) {
  body header,
  body .content-container,
  body .container,
  body footer {
    padding-left: 0;
    padding-right: 0;
  }
}
header {
  font-size: 15px;
  background: white;
  /*.payment {
		float: left;
		a {


			span {
				padding-left: 30px;
			}
			display: inline-block;

			padding-right: 20px;
			line-height: 24px;
			font-size: 15px;
		}
	}   */
  /*.head-panel_search input[type='search'] {
		width:         calc(100% - 98px);
		width: -webkit-calc(100% - 98px);
		width:    -moz-calc(100% - 98px);
	}
*/
}
header #header {
  height: auto;
  padding: 0px 5% 20px;
}
header #header .navbar-collapse {
  max-height: 420px;
}
header .navbar {
  margin-bottom: 0;
}
header .logo {
  float: left;
}
header .logo a {
  display: inline-block;
  padding-left: 1.16vw;
}
header .login-bar a {
  display: block;
  float: left;
  position: relative;
  padding-left: 23px;
  line-height: 24px;
  font-size: 15px;
}
header .login-bar a img,
header .login-bar a .svg {
  height: 24px;
  width: auto;
  position: absolute;
  left: 0;
}
header .login-bar a.assa-ico {
  padding-right: 23px;
}
header .login-bar a.assa-ico:before {
  display: block;
  float: left;
  content: ' ';
  font-size: 1px;
  background: url(/img/head-sprite.png) bottom left no-repeat;
  height: 24px;
  width: 32px;
}
header .login-bar a.assa-ico span {
  display: block;
  float: left;
}
header .head-panel {
  font-size: 14px;
  display: inline-block;
}
header .head-panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
header .head-panel ul li {
  display: inline;
  /*& + li {
					margin-left: .5em;
				}*/
}
header .head-panel a {
  text-decoration: none;
  color: #5b5b5b;
}
header .head-panel a:hover {
  text-decoration: underline;
  color: #0c4da2;
}
header .head-panel .head-panel_user {
  text-align: right;
}
header .head-panel_user_row.icons {
  margin-top: 10px;
}
header .head-panel_user_row.icons li {
  line-height: 30px;
  display: inline-block;
  padding-left: 40px;
}
header .icon.icon-simile {
  position: relative;
  background: url(/img/nav-1.png) left center no-repeat;
}
header .icon.icon-korzina {
  position: relative;
  background: url(/img/nav-2.png) left center no-repeat;
}
header .icon-korzina_count {
  font-size: 10px;
  line-height: 0;
  position: absolute;
  top: 0;
  left: 17px;
  padding: 8px 6px;
  color: #0c4da2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffe600;
}
header .head-panel_search {
  margin-top: 10px;
}
header .search-lupa input[type='search'] {
  /*width:         calc(100% - 115px);
		width: -webkit-calc(100% - 115px);
		width:    -moz-calc(100% - 115px);*/
  margin-right: 3px;
  padding-left: 27px;
  background: url("/img/icon_lupa.png") 7px center no-repeat #f4f4f4;
}
header #main-nav {
  margin-top: 35px;
}
header #main-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
header #main-nav ul li {
  font-size: 19px;
  display: inline;
  color: #0c4da2;
}
header #main-nav a {
  text-decoration: none;
  color: #0353a5;
}
header #main-nav a:hover {
  text-decoration: underline;
  color: #5b5b5b;
}
header .lang-sel .dropdown-menu {
  min-width: unset;
}
header .right-header-row {
  margin-top: 2.1vw;
  padding-left: 0.85vw;
  padding-right: 0;
  float: right;
}
header .right-header-row .login-bar {
  float: left;
  padding-left: 0.7vw;
  /*width: 12vw; */
}
header .right-header-row .login-bar a.login-assa span {
  border: 1px solid #0c4da2;
  border-radius: 25px;
  color: white;
  background-color: #0c4da2;
  padding: 0px 10px;
}
header .right-header-row .login-bar a.payment span {
  margin-left: 9px;
}
header .right-header-row .lang-sel {
  float: left;
  padding-top: 1px;
  border-left: 1px dotted #0c4da2;
  padding-left: 20px;
  font-size: 15px;
}
header .right-header-row .lang-sel .dropdown-toggle {
  display: inline-block;
  height: 24px;
  color: #0c4da2;
}
header .right-header-row .lang-sel .dropdown-toggle:after {
  content: '';
  background: url("/img/triangle.png") right -1px no-repeat;
  width: 15px;
  display: block;
  height: 24px;
  float: right;
  margin-left: 5px;
}
header .clients {
  float: left;
  margin-top: 2.15vw;
  margin-left: 0.75vw;
}
header .clients .links {
  float: left;
}
header .clients .links a {
  padding-left: 32px;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  position: relative;
  color: #0c4da2;
  padding-right: 15px;
}
header .clients .links a:before {
  content: '';
  background: url('/img/head-sprite.png') no-repeat;
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  top: -3px;
  left: 0;
}
header .clients.abon a {
  color: #0c4da2;
}
header .clients.abon a:first-child:before {
  background-position: 0 3px;
}
header .clients.abon a:last-child:before {
  background-position: 0px -23px;
}
header .clients.business a:first-child {
  color: #9e9e9e;
}
header .clients.business a:first-child:before {
  background-position: -32px 3px;
}
header .clients.business a:last-child {
  color: #0c4da2;
}
header .clients.business a:last-child:before {
  background-position: 0px -23px;
}
header .clients.business a.clients-ch {
  background-position: top left;
}
header .clients.business a.clients-bs {
  background-position: left -24px;
  padding-left: 36px;
  margin-left: 30px;
}
header #main-nav .navbar-nav {
  display: block;
  /*width: 100%;*/
}
header ul.nav {
  width: 100%;
}
header .search {
  float: right;
  padding-right: 10px;
  position: relative;
}
header .search form {
  display: none;
}
header .search span.search-ico {
  display: block;
  width: 24px;
  height: 24px;
  background: url('/images/head-sprite.png') left -48px no-repeat;
}
header .search .search-ico {
  cursor: pointer;
  z-index: 8000;
}
header .search .search-w {
  width: 145px;
  padding: 12px;
  padding-right: 25px;
  padding-left: 5px;
  height: 24px;
  background: #fff;
  position: absolute;
  top: 0px;
  z-index: 8001;
  /*margin-left: -115px;*/
  outline: 0px #0c4da2 solid;
  border: 1px #0c4da2 solid;
  border-radius: 20px;
}
header .search .subm-srch {
  background: url('/images/srch.png') center center no-repeat;
  border: 0 none;
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 8002;
  margin-left: 120px;
  text-indent: -10000px;
  top: 0px;
}
@media screen and (max-width: 1400px) {
  header #header {
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media screen and (max-width: 1280px) {
  header #header {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 1280px) and (min-width: 767px) {
  #header .nav > li > a {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  #wrapper,
  body {
    overflow-x: hidden;
  }
  header {
    padding: 0;
  }
  header #header {
    background: #f4f4f4;
    /*height: 70px;  */
    padding: 0;
    position: relative;
  }
  header #header .logo {
    padding-left: 40px;
    width: 200px;
    top: 0;
    float: none;
    margin: 0 auto;
  }
  header #header .logo a {
    display: block;
  }
  header #header .logo a img {
    width: 100%;
  }
  header #header .lang-sel {
    position: absolute;
    right: 15px;
    top: 15px;
  }
  .navbar-toggle {
    margin-left: 5px;
  }
  #header .container,
  #header.container,
  #header .navbar-collapse {
    padding: 0 !important;
  }
  .top-bar {
    position: absolute;
    width: 100%;
  }
  header .right-header-row .lang-sel {
    border-width: 0;
    padding: 0;
  }
  .dropdown-menu > .active > a {
    background-color: #0b4da1;
  }
  .lang-sel {
    padding: 0;
    border: 0 none;
    position: initial;
    /**/
    /*top: -10px; */
    /*right: 70px; */
    margin-top: 0px;
    width: 100px;
    margin-left: -50px;
  }
  .lang-sel .dropdown-toggle {
    display: none;
  }
  .lang-sel ul.dropdown-menu {
    display: block !important;
    background-clip: padding-box;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    float: left;
    font-size: 16px;
    list-style: outside none none;
    margin: 0;
    min-width: unset;
    padding: 0;
    position: relative;
    text-align: left;
    top: 100%;
    z-index: 1000;
  }
  .lang-sel ul.dropdown-menu li {
    display: inline-block;
    margin: 0 2px;
  }
  #header div.search {
    position: absolute;
    left: 40px;
  }
  .dropdown-menu > li > a {
    padding: 3px 10px;
    background: #fff;
  }
  .dropdown-menu > li > a.active {
    color: #fff;
    background-color: #0b4da1;
  }
  .navbar-header {
    width: 100%;
    position: relative;
  }
}
@media screen and (max-width: 480px) {
  header #header .logo {
    width: 140px;
  }
  header #header .lang-sel {
    width: 46px;
    position: absolute;
    right: 0;
    top: 0;
  }
}
/* footer styles */
footer {
  /*margin-top: 85px; */
  background-color: #0c4da2;
}
footer .capitalise {
  text-transform: uppercase;
}
footer .socials {
  margin-bottom: 20px;
  padding-right: 20px;
}
footer .socials > div {
  float: right;
  padding-left: 2px;
  padding-right: 2px;
}
footer .socials img {
  max-height: 50px;
}
footer * {
  color: #ffffff;
}
footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}
footer .phone p {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 35px;
}
footer .phone small {
  font-size: 16px;
  text-transform: uppercase;
}
footer .footer-inner {
  padding: 60px 30px 50px 30px;
}
footer .footerlinks {
  /*margin-left: -15px;
		margin-right: -15px;*/
}
footer .footerlinks > li {
  width: 32%;
  vertical-align: top;
}
footer .footerlinks > li > ul > li {
  margin-bottom: 20px;
  font-weight: bold;
}
footer .footerlinks > li > ul > li > ul {
  padding-top: 10px;
}
footer .footerlinks > li > ul > li > ul li {
  font-weight: normal;
  padding-bottom: 4px;
}
.socials a {
  content: '';
  width: 35px;
  height: 35px;
  display: block;
  opacity: 1;
  background: url("../img/social.png") 0 0;
  transition: opacity 0.5s ease-in-out;
  /*for chrome, safari*/
  -webkit-transition: opacity 0.5s ease-in;
  /*for chrome, safari*/
  -moz-transition: opacity 0.5s ease-in;
  /*for mozilla firefox*/
  -o-transition: opacity 0.5s ease-in;
  /*for opera*/
  /*&.vk{
			background-position: -122px -32px;
			&:hover{
				background-position: -122px -91px;
				background-position-y: -91px;
			}
		}*/
  /*&.od{
			  background-position: -46px -32px;
			  width:20px;
			&:hover{
				background-position: -46px -91px;
				background-position-y: -91px;
			}

		}*/
}
.socials a.fade-out {
  opacity: 0;
}
.socials a.fade-in {
  opacity: 1;
}
.socials a:hover {
  transition: opacity 0.5s ease-in;
  /*for chrome, safari*/
  -webkit-transition: opacity 0.5s ease-in;
  /*for chrome, safari*/
  -moz-transition: opacity 0.5s ease-in;
  /*for mozilla firefox*/
  -o-transition: opacity 0.5s ease-in;
  /*for opera*/
}
.socials a.tw {
  background-position: -206px -32px;
}
.socials a.tw:hover {
  background-position: -206px -91px;
  background-position-y: -91px;
}
.socials a.youtube {
  background-position: -255px -32px;
}
.socials a.youtube:hover {
  background-position: -255px -91px;
  background-position-y: -91px;
}
.socials a.fb {
  width: 20px;
  background-position: -171px -32px;
}
.socials a.fb:hover {
  background-position: -171px -91px;
}
.socials a.instagram {
  background-position: -78px -32px;
}
.socials a.instagram:hover {
  background-position: -78px -91px;
  background-position-y: -91px;
}
.socials a.vb {
  background-position: 102px -31px;
}
.socials a.vb:hover {
  background-position: 102px -31px;
  background-position-y: -91px;
}
.socials a.tlg {
  background-position: 61px -31px;
}
.socials a.tlg:hover {
  background-position: 61px -31px;
  background-position-y: -91px;
}
@media screen and (max-width: 990px) {
  footer .socials {
    width: 165px;
    margin: 0 auto;
    padding: 0 0 20px 0;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  footer .footer-inner .socials.row {
    margin-left: auto;
    margin-right: auto;
    width: 26vw;
    padding-right: 0;
  }
  footer .footer-inner .phone {
    margin-bottom: 0;
    text-align: center;
  }
}
/* end footer styles */
.empty-box {
  border: 1px #ccc dotted;
  background-color: #f4f4f4;
}
.empty-box .message {
  display: block;
  padding: 50px 65px;
  text-align: center;
}
html {
  background-color: #f4f4f4;
  height: 100%;
}
.html-content {
  background-color: #fff;
  padding: 0 60px 50px;
}
.no-root-padding {
  margin: 0 -60px;
}
.body-content {
  min-height: 100%;
  /*&:after{
		height: 388px;
		display: block;
		content: ' ';
	}  */
}
body {
  background-color: #fff;
  background: none;
  margin: 0 auto;
  /*box-shadow: @site-shadow;*/
  height: 100%;
}
body a {
  color: #0c4da2;
}
body footer a {
  color: #fff;
}
body .breadcrumb {
  padding: 24px 0px 14px 0;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  font-size: 13px;
  margin-bottom: 16px;
  background-color: #fff;
}
.list-view .summary {
  display: none;
}
/*
@media screen and (min-width: 1281px) and (max-width:1366px){
	body {
		width: 80vw;
	}

	.container {
		width: 75vw;
	}
}*/
.baloon {
  padding-right: 20px;
  display: inline-block;
  position: relative;
}
.baloon .ico {
  position: absolute;
  top: 3px;
  right: 3px;
  content: ' ';
  font-size: 16px;
  color: #cacaca;
  display: block;
  background-position: 0;
  background-size: 100%;
  cursor: pointer;
}
.stable {
  font-size: 16px;
  width: 100%;
  border-spacing: 0px;
}
.stable thead td {
  border-left: 1px solid #FFFFFF;
  padding: 3px 3px;
  background-color: #0356AD;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.stable tbody td {
  padding: 4px 5px 4px 10px;
  border-bottom: 1px solid #D2D6D7;
  border-left: 1px solid #FFF;
}
.stable tbody td a {
  text-decoration: none;
}
.stable tbody .td {
  border-left: 1px solid #E0E0E0;
}
.stable tbody tr {
  ___border: 1px solid #D2D6D7;
  padding: 4px 0;
  padding-left: 10px;
}
.stable tbody tr:hover {
  background-color: #FDE82D;
  padding: 4px;
}
.stable-new {
  font-size: 16px;
  width: 100%;
  border-spacing: 0px;
}
.stable-new thead td {
  border-left: 1px solid #FFFFFF;
  padding: 3px 3px;
  background-color: #0356AD;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.stable-new tbody td {
  padding: 5mm 5px 5mm 10px;
  border-bottom: 1px solid #D2D6D7;
}
.stable-new tbody td.title-5 {
  border-right: 1px solid #D2D6D7;
}
.stable-new tbody td a {
  text-decoration: none;
}
.stable-new tbody td:nth-child(odd) {
  text-align: left;
}
.stable-new tbody .td {
  border-left: 1px solid #E0E0E0;
}
.stable-new tbody tr {
  border: 1px solid #D2D6D7;
  padding: 4px 0;
  padding-left: 10px;
}
.stable-new tbody tr:hover {
  background-color: #FDE82D;
  padding: 4px;
}
.stable-new tbody .left-text {
  text-align: left;
  width: 50% !important;
}
.stable-new tbody .title-5 {
  font-size: 16px;
}
.stable-new tbody .mid-text {
  text-align: left;
  width: 50% !important;
}
.stable-new tbody td {
  text-align: right;
  width: 20%;
}
.stable-new tbody .text40 {
  text-align: center;
  width: 40%;
}
.stable-new tbody .text85 {
  text-align: left;
  width: 85%;
}
.stable-new tbody .text25 {
  text-align: right;
  width: 25%;
}
.section-button {
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #dddddd;
  border-bottom: none;
  cursor: pointer;
  color: #0c4da2;
  text-align: center;
  font-size: 16px;
}
.section-button:hover,
.section-button.is-active {
  background: #0152a7;
  color: #fff;
  border: 1px solid #0152a7;
}
.section-content {
  display: none;
  border-top: 0px solid #dddddd;
  padding-top: 25px;
  font-size: 16px;
}
.section-content:first-child {
  display: block;
}
html *,
html .h1,
html .h2,
html .h3,
html .h4,
html .h5,
html .h6 {
  font-family: "HeliosCond", sans-serif;
}
.html-content {
  font-size: 16px;
}
.html-content .yellow-list li {
  background-image: url("../img/leftmenu_marker.gif");
  list-style-type: none;
  background-repeat: no-repeat;
  background-position: left top 8px;
  margin: 3px 0 3px 20px;
  padding: 0 0 0 10px;
}
.html-content h1,
.html-content h2,
.html-content h3,
.html-content h4,
.html-content h5,
.html-content h6 {
  font-weight: normal;
}
body > section:last-of-type {
  margin-bottom: 85px;
}
.blue {
  color: #0c4da2;
}
.bold {
  font-family: 'HeliosCondBold ', sans-serif;
}
.upcase {
  letter-spacing: .04em;
  text-transform: uppercase;
}
svg {
  width: 100%;
}
.catalog ul li {
  margin: 0;
  padding: 0;
  background-image: none;
}
h1 {
  font-size: 24px;
  margin: 10px 0 5px 0;
  color: #0c4da2;
}
h1.title-9,
h1.content-title {
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 30px;
}
h1.title-2 {
  color: #4f4f4f;
}
h1.title-3 {
  font-size: 20px;
  color: #4f4f4f;
}
h1.title-4 {
  font-size: 16px;
  color: #0c4da2;
}
h1.title-5 {
  font-size: 16px;
  color: #4f4f4f;
}
h1.title-6 {
  font-size: 36px;
  color: #0c4da2;
  margin: 10px 0 5px 0;
}
h1.title-7 {
  font-size: 16px;
  color: #4f4f4f;
  padding-left: 15px;
}
span.title {
  font-size: 18px;
  font-weight: bold;
  display: block;
}
span.title-2 {
  color: #0c4da2;
  font-size: 18px;
  font-weight: bold;
  display: block;
}
span.title-small {
  font-size: 16px;
  font-weight: bold;
  display: block;
}
span.title-small-2 {
  font-size: 15px;
  font-weight: bold;
}
span.title-small-blue {
  font-size: 16px;
  color: #0c4da2;
  margin: 10px 0 5px 0;
  font-weight: bold;
}
span.title-3 {
  font-size: 24px;
  color: #0c4da2;
  margin: 10px 0 5px 0;
}
.white {
  background-color: #fff;
}
.title-center {
  text-align: center;
}
.kk33 {
  background-color: #f4f4f4;
  padding: 40px 0;
}
.kk33 h2 {
  font-size: 36px;
}
.spoiler {
  display: none;
}
.carousel-control > img {
  display: none;
}
.shadow {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  padding: 0;
}
.exception,
.well.error {
  padding: 20px 30px;
}
@media screen and (max-width: 640px) {
  .html-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-slider .slick-list:focus {
  outline: none;
}
.slick-slider .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-slider .slick-track:before,
.slick-slider .slick-track:after {
  display: table;
  content: '';
}
.slick-slider .slick-track:after {
  clear: both;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-slider .slick-loading .slick-track {
  visibility: hidden;
}
.slick-slider .slick-slide {
  /*display: none; */
  float: left;
  /*height: 100%;*/
  min-height: 1px;
}
.slick-slider .slick-slide .dragging img {
  pointer-events: none;
}
.slick-slider .slick-slide img {
  display: block;
}
.slick-slider .slick-slide.slick-loading img {
  display: none;
}
.slick-slider .slick-slide.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-slider .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-slider .slick-initialized .slick-slide {
  display: block;
}
.slick-slider .slick-arrow.slick-hidden {
  display: none;
}
.faq {
  background-color: #fff;
  padding: 30px 0 60px;
}
.faq ul li {
  background-image: none;
}
.faq .box {
  padding: 0 65px;
}
.faq h2 {
  color: #0c4da2;
  text-align: center;
  font-size: 36px;
}
.faq .title + * {
  margin-top: 40px;
}
.faq .faq-block ul {
  padding: 0;
  margin: 0 auto;
  list-style: none;
  display: block;
  ___width: 600px;
  max-width: 90%;
}
.faq .faq-block.left-image ul {
  /* width: -webkit-calc(90% - 300px);
		 width:    -moz-calc(90% - 300px);
		 width:         calc(90% - 300px);
	 */
  width: 90%;
  padding-left: 300px;
  background: url(../img/faq/faq-thumd.png) left center no-repeat;
}
.faq .faq-block--item a.myfaq {
  display: block;
  font-size: 28px;
  color: #0c4da2;
  background: url(../img/faq/arrow-down.png) right center no-repeat;
  text-decoration: none;
  width: -webkit-calc(100% - 30px);
  width:  -moz-calc(100% - 30px);
  width:  calc(100% - 30px);
  padding-right: 30px;
}
.faq .faq-block--item a:hover {
  color: #4f4f4f;
}
.faq .faq-block--item a + p,
.faq .faq-block--item a + div {
  display: none;
  padding-right: 30px;
  margin-bottom: 10px;
  overflow: hidden;
  font-size: 16px;
}
.faq .faq-block--item a.active + * {
  display: block;
}
@media screen and (max-width: 990px) {
  .faq .faq-block.left-image ul {
    width: 100%;
    max-width: unset;
  }
  .faq .faq-block.left-image ul li a {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .faq .faq-block {
    padding: 0;
    margin: 0;
  }
  .faq .faq-block.left-image ul {
    padding-left: 0;
    background: none;
  }
}
@media screen and (max-width: 480px) {
  .faq .row {
    padding: 0;
    margin: 0 5px;
  }
  .faq .box {
    padding: 0 5px ;
  }
  .faq .faq-block.left-image ul li {
    padding-bottom: 10px;
  }
  .faq .faq-block.left-image ul li:last-child {
    padding-bottom: 0;
  }
}
/************************************* PLAN ADDON ********************************************************************/
#plan-addon {
  margin-top: 40px;
  color: #0c4da2;
}
#plan-addon a {
  color: #0c4da2;
  cursor: pointer;
}
.planaddon {
  font-size: 18px;
  /*padding: 0; */
}
.planaddon > a {
  display: block;
  margin: 0 auto;
  max-width: 70%;
}
.planaddon > a:first-child {
  border-radius: 50%;
  margin: 20px auto;
}
.planaddon .img {
  max-width: 90%;
  background-color: #ffffff;
  padding: 20%;
  /*margin: 20px auto;*/
  transition: background-color 0.5s;
}
.planaddon .img:hover {
  background-color: #0c4da2;
}
.planaddon .img:hover .svg * {
  fill: #ffffff !important;
}
.planaddon .svg {
  width: 100%;
}
.planaddon .svg * {
  transition: fill 0.5s;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* СЃС‚РёР»Рё С‚РѕР»СЊРєРѕ РґР»СЏ IE10 */
  .planaddon .img {
    padding: 0 20%;
  }
}
/************************************* PLAN ADDON END ****************************************************************/
#header .navbar,
#header .navbar-collapse,
#header .navbar .container {
  padding: 0;
}
#header .nav {
  margin-left: -1px;
}
#header .nav li {
  list-style: none;
}
#header .nav > li {
  display: block;
  z-index: 1;
}
#header .nav > li a {
  color: #0c4da2;
}
#header .nav > li > a {
  font-size: 20px;
  /*padding-left: 2.9vw;
				  padding-right: 2.9vw; */
}
#header .nav > li > a:hover {
  background: #fff;
}
#header .nav > li .dropdown-menu > li > a,
#header .nav > li .dropdown-menu > ul > li > a {
  font-size: 18px;
}
#header .nav > li:hover > a {
  background: #fff;
}
#header .nav > li .dropdown-menu {
  border: 0;
  margin-left: 0px;
  z-index: -1;
  text-decoration: none;
  /*
			  &:hover {
				  display: block
			  }   */
}
#header .nav > li .dropdown-menu li {
  margin: 11px 0;
}
#header .nav > li .dropdown-menu li:hover a,
#header .nav > li .dropdown-menu li a:hover {
  text-decoration: underline;
}
#header .nav > li .dropdown-menu .about-container li:last-child a {
  font-size: 18px;
}
#header .nav > li .dropdown-menu.about-sub-menu {
  font-size: 18px;
  /*& a.dropdown-toggle{
						  display: none;
					  }*/
  padding: 20px;
  white-space: nowrap;
  vertical-align: top;
}
#header .nav > li .dropdown-menu.about-sub-menu li {
  list-style: none;
}
#header .nav > li .dropdown-menu.about-sub-menu li a {
  text-decoration: none;
}
#header .nav > li .dropdown-menu.about-sub-menu .col {
  float: left;
}
#header .nav > li .dropdown-menu.about-sub-menu:last-child {
  padding-left: 50px;
}
#header .nav > li .dropdown-menu.about-sub-menu a {
  display: block;
  /*margin: 10px 0;
						  font-size: 16px; */
  color: #0c4da2;
}
#header .nav > li .dropdown-menu.about-sub-menu a.important-link {
  font-size: 17px;
}
#header .nav > li .dropdown-menu.about-sub-menu a:hover {
  text-decoration: underline;
}
#header .nav > li .dropdown-menu.about-sub-menu #h-phones {
  margin-bottom: 74px;
}
#header .nav > li .dropdown-menu.about-sub-menu #h-phones h1 {
  color: #0c4da2;
  text-align: left;
  font-size: 28px;
}
#header .nav > li .dropdown-menu.about-sub-menu #h-phones .contact-phone {
  margin: 10px 0 0;
}
#header .nav > li .dropdown-menu.about-sub-menu #h-phones .contact-phone {
  margin-bottom: 0;
}
#header .nav > li .dropdown-menu.about-sub-menu #h-phones p {
  font-size: 18px;
}
#header .nav > li .dropdown-menu.about-sub-menu + ul,
#header .nav > li .dropdown-menu.about-sub-menu + ul + div {
  display: none;
}
@media screen and (min-width: 768px) {
  #header .nav .aaa111 {
    display: none;
  }
  #header .nav > li {
    width: 149px;
  }
  #header .nav > li > a {
    padding: 15px 0;
    text-align: center;
    vertical-align: middle;
  }
  #header .nav > li:last-child {
    width: 146px;
  }
  #header .nav > li:hover {
    z-index: 1000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }
  #header .nav > li:hover > a {
    z-index: 1000;
  }
  #header .nav > li:hover > a + *,
  #header .nav > li:hover > a + ul > li:hover {
    display: block;
    padding: 20px /**/ 27px /**/;
    white-space: nowrap;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    z-index: 100;
  }
  #header .nav > li:hover > a + * .left-col,
  #header .nav > li:hover > a + ul > li:hover .left-col {
    min-width: 175px;
    padding-right: 50px;
  }
  #header .nav > li:hover > a + * .right-col,
  #header .nav > li:hover > a + ul > li:hover .right-col {
    float: right;
  }
  #header .nav > li.open > div.dropdown-menu,
  #header .nav > li:hover > div.dropdown-menu,
  #header .nav > li > div.dropdown-menu:hover,
  #header .nav > li > a:hover + div.dropdown-menu {
    display: flex;
  }
  #header .nav > li.open > div.dropdown-menu ul,
  #header .nav > li:hover > div.dropdown-menu ul,
  #header .nav > li > div.dropdown-menu:hover ul,
  #header .nav > li > a:hover + div.dropdown-menu ul {
    padding: 0;
    margin: 0;
  }
  #header .nav > li.open > div.dropdown-menu ul.second-dropdown,
  #header .nav > li:hover > div.dropdown-menu ul.second-dropdown,
  #header .nav > li > div.dropdown-menu:hover ul.second-dropdown,
  #header .nav > li > a:hover + div.dropdown-menu ul.second-dropdown {
    margin-left: 50px;
  }
  .navbar li:nth-last-child(4) div.dropdown-menu,
  .navbar li:nth-last-child(3) div.dropdown-menu,
  .navbar li:nth-last-child(2) div.dropdown-menu,
  .navbar li:nth-last-child(1) .about-sub-menu {
    right: 0%;
    left: inherit;
  }
  /*.navbar li:nth-last-child(1) .about-sub-menu{
		  width:526px;
	  }*/
}
@media screen and (max-width: 767px) {
  .navbar .dropdown .dropdown-menu {
    width: 100%;
  }
}
@media screen and (max-width: 1300px) {
  .navbar .dropdown .dropdown-menu {
    min-width: 16vw;
  }
}
@media screen and (min-width: 1300px) {
  .navbar .dropdown .dropdown-menu {
    min-width: 15vw;
  }
}
@media screen and (max-width: 1200px) {
  .nav > li > a {
    padding-left: 23px;
    padding-right: 24px;
    color: #0c4da2;
  }
}
.navbar-toggle .icon-bar {
  background: #0c4da2;
  margin-bottom: 5px;
}
.navbar-toggle {
  float: left;
}
.nav.navbar-nav a:hover,
.nav.navbar-nav a.active {
  background: #fff;
}
/*
#header {
	.navbar,
	.navbar-collapse,
	.navbar .container {
		padding: 0;
	}
	.nav {
		margin-left: -1px;
		li{
			list-style: none;
		}
		&> li {
			display: block;
			z-index: 1;
			a {

				color: #0c4da2;

			}
			& > a {
				font-size: 20px;

				&:hover {
					background: #fff;
				}
			}
			.dropdown-menu{
				&> li > a, & > ul > li > a{
					font-size:18px;
				}
			}
			&:hover {
				& > a {
					background: #fff;
				}
			}

			.dropdown-menu{
				border:0;
				margin-left: 0px;
				z-index: -1;
				text-decoration: none;
				li{
					margin: 11px 0;
					&:hover a,
					a:hover {
						text-decoration: underline;
					}
				}

				.about-container li:last-child a{
					font-size: 18px;
				}

				&.about-sub-menu{
					font-size:18px;
					li{
						list-style: none;
						a{text-decoration: none}
					}


					.col{
						float: left;
					}
					padding: 20px;
					white-space: nowrap;
					vertical-align: top;
					&:last-child {
						padding-left: 50px;
					}
					a {
						display: block;

						color: @site-font-blue-color;
						&.important-link {
							font-size: 17px
						}
						&:hover {
							text-decoration: underline;
						}
					}
					#h-phones {
						margin-bottom: 74px;
						h1 {
							color: @site-font-blue-color;
							text-align: left;
							font-size: 28px;

						}
						.contact-phone{
							margin: 10px 0 0;
						}
						.contact-phone{
							margin-bottom:0;
						}
						p{font-size: 18px}
					}

					&+ul,
					&+ul+div{display: none}
				}
			}

		}
	}

}
@media screen and (min-width: 768px) {
	#header .nav > li{
		width: 149px;
		&>a{
			padding: 15px 0;
			text-align: center;
			vertical-align: middle;
		}
		&:last-child{
			width: 146px;
		}
		&:hover{
			z-index: 1000;
			box-shadow: 0 0 10px rgba(0,0,0,.3);
			&>a{
				z-index: 1000;
			}
			&>a+*,&>a+ul>li:hover{
				display: block;
				white-space: nowrap;
				box-shadow: 0 0 10px rgba(0,0,0,.3);
				z-index: 100;
				.left-col{
					min-width: 175px;
					padding-right: 50px;
				}
				.right-col{
					float: right;
				}
			}

		}
	}

	#header .nav > li.open > div.dropdown-menu,
	#header .nav > li:hover > div.dropdown-menu,
	#header .nav > li > div.dropdown-menu:hover,
	#header .nav > li > a:hover + div.dropdown-menu {
		display: flex;
		ul{
			padding: 0;
			margin: 0;

			&.second-dropdown{
				margin-left: 50px;
			}
		}
	}

	 .navbar li:nth-last-child(2) div.dropdown-menu,
	 .navbar li:nth-last-child(1) .about-sub-menu {
		 right: 0%;
		 left:inherit;
	 }
/
}
@media screen and (max-width: 767px) {
	.navbar .dropdown .dropdown-menu {
		width: 100%;
	}
}

@media screen and (max-width: 1300px) {
	.navbar .dropdown .dropdown-menu {
		min-width: 16vw;
	}
}

@media screen and (min-width: 1300px) {
	.navbar .dropdown .dropdown-menu {
		min-width: 15vw;
	}
}

@media screen and (max-width: 1200px) {
	.nav > li > a {
		padding-left: 23px;
		padding-right: 24px;
		color: #0c4da2;
	}
}

.navbar-toggle .icon-bar {
	background: #0c4da2;
	margin-bottom: 5px;
}

.navbar-toggle {
	float: left;
}

.nav.navbar-nav a:hover, .nav.navbar-nav a.active {
	background: #fff;
}
/*
#menu {
	display: flex;
	flex-direction: row;
	padding: 0;
	text-align: justify;
	text-align-last: justify;
	&:after {
		content: "";
		width: 100%;
		height: 0;
		overflow: hidden;
	}
	.menu-item {
		position: relative;
		display: inline-block;
		margin: 0;
		padding-left: 30px;
		padding-right: 31px;
		> a {
			padding-top: 15px;
			padding-bottom: 15px;
			line-height: 20px;
			font-size: 20px;
			display: block;
		}
		&:first-child {
			white-space: nowrap;
		}
		&:hover {
			background-color: #fff;
			box-shadow: 0 2px 10px 0 #ccc;
			.popup,
			.shadow-hider {
				display: block;
			}
			a {
				color: @site-font-blue-color;
			}
		}
		.popup {
			display: none;
			position: absolute;
			top: 100%;
			left: 0;
			padding: 20px;
			background-color: #fff;
			z-index: 10;
			box-shadow: 0 2px 10px 0 #ccc;
			td {
				padding: 0;
				white-space: nowrap;
				vertical-align: top;
				&:last-child {
					padding-left: 50px;
				}
				a {
					display: block;
					margin: 10px 0;
					font-size: 15px;
					color: @site-font-blue-color;
					&.important-link {
						font-size: 17px
					}
					&:hover {
						text-decoration: underline;
					}
				}
				#h-phones {
					h1 {
						color: @site-font-blue-color;
						text-align: left;
						font-size: 30px;
					}

				}
			}
		}

		.shadow-hider {
			display: none;
			position: absolute;
			width: 100%;
			height: 10px;
			top: 90%;
			left: 0;
			background-color: #fff;
			z-index: 11;
		}
		.left-oriented {
			left: auto !important;
			right: 0;
		}
	}
	a {
		text-decoration: none;
		font-size: 18px;
		vertical-align: middle;
		color: @site-font-blue-color;
		text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
	}

}
*/
#leftmenu {
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
  padding-right: 1vw;
}
#leftmenu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-left: 20px;
}
#leftmenu ul.main-ul {
  margin-left: 0;
}
#leftmenu ul.main-ul > li > a {
  padding: 14px /*10*/ 16px;
}
#leftmenu ul li {
  border-top: 1px solid #ddd;
  background: none;
}
#leftmenu ul li ul {
  display: none;
}
#leftmenu ul li:nth-child(n+1) {
  display: block;
  margin: 0;
  padding: 0;
}
#leftmenu ul li:first-child {
  border-top-width: 0;
}
#leftmenu ul li a {
  font-size: 15px;
  text-decoration: none;
  color: #0152a7;
  display: block;
  padding: 7px 10px;
}
#leftmenu ul li a:hover {
  background-color: #0152a7;
  color: #fff;
}
#leftmenu ul li.active > a {
  background-color: #0152a7;
  color: #fff;
}
#leftmenu .open {
  display: block;
}
@keyframes left {
  from {
    left: -100%;
  }
  To {
    left: 0;
  }
}
@keyframes right {
  from {
    right: -100%;
  }
  To {
    right: 0;
  }
}
@keyframes bottom {
  from {
    bottom: -100%;
  }
  To {
    bottom: 0;
  }
}
@keyframes top {
  from {
    top: -100%;
  }
  To {
    top: 0;
  }
}
@keyframes left-top {
  from {
    left: -100%;
    top: -100%;
  }
  To {
    left: 0;
    top: 0;
  }
}
@keyframes right-top {
  from {
    right: -100%;
    top: -100%;
  }
  To {
    right: 0;
    top: 0;
  }
}
@keyframes left-bottom {
  from {
    bottom: -100%;
    left: -100%;
  }
  To {
    bottom: 0;
    left: 0;
  }
}
@keyframes right-bottom {
  from {
    bottom: -100%;
    right: -100%;
  }
  To {
    bottom: 0;
    right: 0;
  }
}
@keyframes fade {
  from {
    opacity: 0;
  }
  To {
    opacity: 1;
  }
}
.slick-arrow {
  outline-color: #fff;
  position: absolute;
  z-index: 1;
  top: 50%;
  overflow: hidden;
  /* left: 20px; */
  /* display: inline-block; */
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  -moz-transform: translateY(-50%);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg) translateY(-50%);
  border: none;
  /* outline: none; */
  background: transparent;
}
.slick-arrow:hover:before,
.slick-arrow:hover:after {
  -webkit-transition: ease .2s;
  -moz-transition: ease .2s;
  transition: ease .2s;
  border-color: #ffe600;
}
.slick-arrow:after {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: '';
  -webkit-transition: ease .2s;
  -moz-transition: ease .2s;
  transition: ease .2s;
  border-top: 2px solid #fff;
}
.slick-arrow:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: '';
  -webkit-transition: ease .2s;
  -moz-transition: ease .2s;
  transition: ease .2s;
  border-left: 2px solid #fff;
}
.slick-arrow:before,
.slick-arrow:after {
  -webkit-transition: ease .2s;
  -moz-transition: ease .2s;
  transition: ease .2s;
  border-color: #0c4da2;
}
.slick-arrow.slick-next {
  right: -15px;
  left: auto;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}
.slick-arrow.slick-prev {
  left: -13px;
}
.btn {
  border-radius: 0;
}
.btn.btn-blue {
  background-color: #0c4da2;
  transition: background-color 0.5s ease;
  border-radius: 0;
  color: #fff;
}
.btn.btn-blue * {
  color: #fff;
}
.btn.btn-blue:hover,
.btn.btn-blue:focus {
  text-decoration: none;
  background-color: #116ed2;
}
.btn.btn-white {
  color: #0c4da2;
  transition: background-color 0.5s ease;
  border-color: #ccc;
}
.btn.btn-white:hover,
.btn.btn-white:focus {
  text-decoration: none;
  background-color: #116ed2;
  color: #fff;
}
.btn.btn-white:hover *,
.btn.btn-white:focus * {
  color: #fff;
}
.btn.btn-yellow {
  background-color: #ffe600;
  transition: background-color 0.5s ease;
}
.btn.btn-yellow:hover,
.btn.btn-yellow:focus {
  background-color: #ffee43;
  text-decoration: none;
}
.btn.btn-full-width {
  width: 100%;
}
.tab.btn {
  padding: 15px 25px;
  border-bottom-color: #ccc;
  margin-bottom: -1px;
}
.tab.btn.current_tab {
  border: none;
  background-color: #0c4da2;
  color: #fff;
}
.tab.btn.current_tab > * {
  color: #fff;
}
.tab.btn * {
  padding: 0;
}
.tab * {
  margin: 0;
  font-size: 18px;
}
.blocks {
  border: 1px solid #ccc;
  padding: 10px;
}
/* breadcrumps.less */
.breadcrumb {
  /*padding: 0;*/
  padding: 22px 0 15px 0;
  font-size: 13px;
  border-bottom: 1px solid #dee3e7;
  background-color: #fff;
  border-radius: 0px;
}
.breadcrumb li {
  background-image: none;
  margin-left: 0;
}
/* banner tuning  carousel.less*/
.banner {
  padding-bottom: 45px;
}
.banner .carousel-control.left,
.banner .carousel-control.right {
  position: absolute;
  /*			background-image: none;*/
  top: 0;
  bottom: 0;
  border: none;
  width: 80px;
  height: 100%;
}
.banner .carousel-control.left:before,
.banner .carousel-control.right:before {
  border-left: 2px solid #fff;
}
.banner .carousel-control.left:after,
.banner .carousel-control.right:after {
  border-top: 2px solid #fff;
}
.banner .carousel-control.left:before,
.banner .carousel-control.right:before,
.banner .carousel-control.left:after,
.banner .carousel-control.right:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 20px;
  height: 20px;
  content: '';
  -webkit-transition: ease .2s;
  -moz-transition: ease .2s;
  transition: ease .2s;
  border-color: #eee;
}
.banner .carousel-control.left:hover:before,
.banner .carousel-control.right:hover:before,
.banner .carousel-control.left:hover:after,
.banner .carousel-control.right:hover:after {
  -webkit-transition: ease .2s;
  -moz-transition: ease .2s;
  transition: ease .2s;
  border-color: #fff;
}
.banner .carousel-control.right {
  right: 0;
}
.banner .carousel-control.right:before,
.banner .carousel-control.right:after {
  right: calc(30px);
  transform: rotate(135deg);
}
.banner .carousel-control.left {
  left: 0;
}
.banner .carousel-control.left:before,
.banner .carousel-control.left:after {
  left: calc(30px);
  transform: rotate(-45deg);
}
.banner .carousel-control img {
  display: none;
}
.banner .carousel-indicators {
  bottom: -45px;
}
.banner .carousel-indicators li {
  border: none;
  /*background-color: #ffe600;*/
  background-color: #9e9e9e;
  margin-left: 6px !important;
  margin-right: 6px !important;
}
.banner .carousel-indicators .active {
  border: 0;
  background-color: #0c4da2;
  /*background-color: #033f88;
			background-color: #fff;*/
}
.banner .carousel-inner img {
  width: 100%;
}
.banner .carousel-inner .caption {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 55px;
  padding-left: 30px;
  padding-right: 30px;
  width: 40%;
}
.banner .carousel-inner .caption h3 {
  font-size: 46px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 80px;
}
.banner .carousel-inner .caption p {
  font-size: 20px;
  line-height: 24px;
}
.banner .carousel-inner .caption a {
  font-size: 22px;
  color: #033f88;
  margin-top: 30px;
}
.banner .carousel-inner .caption * {
  color: #ffffff;
  word-wrap: break-word;
}
@media screen and (max-width: 992px) {
  .banner .carousel-inner .caption {
    left: 0;
    width: 100%;
  }
  .banner .carousel-inner .caption h3 {
    font-size: 26px;
    margin-top: 20px;
    text-align: center;
  }
  .banner .carousel-inner .caption p {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
  }
  .banner .carousel-inner .caption a {
    display: none;
  }
}
/* end carousel tuning */
/* akcii.less */
.container h1 {
  margin-top: 0;
}
/* bonus */
.bonus-container {
  box-shadow: 2px 2px 5px #cccccc;
  margin-bottom: 20px;
}
.bonus-container a {
  text-decoration: none;
}
.bonus-container img {
  height: 309px;
  /*width: 100%;*/
  margin: 0 auto;
}
.bonus-container .bonus-info {
  height: 300px;
  padding: 25px 30px;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.bonus-container .bonus-info .datetime {
  border-bottom: 1px dotted #94a4b3;
  color: #4f4f4f;
  padding-bottom: 15px;
}
.bonus-container .bonus-info .datetime2 {
  border-bottom: 1px dotted #94a4b3;
  color: #4f4f4f;
  padding-bottom: 15px;
}
.bonus-container .bonus-info h2 {
  font-size: 26px;
  margin-bottom: 15px;
  min-height: 55px;
  margin-top: 15px;
  display: inline-block;
}
.bonus-container .bonus-info .descr {
  color: #4f4f4f;
}
.bonus-container .bonus-info .descr:after {
  content: ' ';
  position: absolute;
  display: block;
  width: 100%;
  height: 25px;
  bottom: 0;
  left: 0;
  background: #ffffff;
}
.akcia {
  font-size: 16px;
}
.akcia .left,
.akcia .right {
  padding: 0 15px;
  float: left;
  height: 235px;
}
.akcia .right {
  padding-bottom: 55px;
}
.akcia .left {
  padding-right: 45px;
}
.akcia .left img {
  width: 100%;
  /*max-height: 235px; */
}
@media (max-width: 1400px) {
  .akcia .left,
  .akcia .right {
    padding: 5px 15px;
    height: auto;
  }
  .akcia .left img {
    width: auto;
    max-height: 235px;
  }
  .akcia .right {
    height: auto;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .akcia .left img {
    width: 100%;
    max-height: unset;
  }
  .akcia .right {
    height: 212px;
  }
}
@media (max-width: 1200px) {
  .akcia .right {
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .akcia .left img {
    width: 100%;
    max-height: unset;
  }
}
.akcia .btn {
  position: absolute;
  bottom: 0;
}
.akcia .tariffs-button {
  position: absolute;
  bottom: 0;
  background: #ffde00 none repeat scroll 0 0;
  border: medium none;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  float: left;
  font-family: "HeliosCond", sans-serif;
  font-size: 20px;
  line-height: 20px;
  padding: 11px 0;
  text-decoration: none;
  width: 160px;
}
.akcia .description {
  margin-top: 30px;
}
.akcia .description .title-9 {
  margin-bottom: 10px;
}
.akcia .description img {
  max-height: 250px;
}
.akcia .advantages ul {
  margin: 0;
  padding: 0;
}
.akcia .advantages li {
  margin: 0;
}
.akcia .date {
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .product-left img {
    width: 100%;
  }
}
/* end bonus */
/********      MAIN forms ****************************/
/* form.less */
.big-form {
  display: inline-block;
  background-color: #fafafa;
  padding: 35px;
  min-width: 90%;
  margin: 0 auto;
}
.big-form.big-form2 {
  min-width: 100%;
}
.big-form .form-block {
  min-height: 30px;
  padding: 7px 0;
  vertical-align: top;
}
.big-form .form-block > * {
  vertical-align: top;
}
.big-form .form-group {
  clear: both;
}
.big-form input,
.big-form textarea,
.big-form button[type='submit'] {
  display: inline-block;
  float: right;
  margin-bottom: 20px;
  border-radius: 0;
}
.big-form .field-sendsms-verificationcode .form-label-container {
  display: none;
}
.big-form .field-sendsms-verificationcode img {
  float: left;
}
.big-form .form-label {
  text-align: left;
  margin-right: 20px;
  display: inline-block;
  font-weight: normal;
}
.big-form .star {
  color: red;
  font-size: 17px !important;
}
.big-form .separator {
  margin: 15px 0;
  height: 1px;
  border-top: 1px solid #bbb;
}
.big-form .form-input {
  width: 100%;
  height: 30px;
  padding: 0 5px;
  display: inline-block;
  border: 1px solid #aaa;
  background-color: #fff;
}
.big-form .form-input-small {
  width: 100px;
  height: 30px;
  padding: 0 5px;
  display: inline-block;
  border: 1px solid #aaa;
  background-color: #fff;
}
.big-form .form-select {
  width: 404px;
  height: 33px;
  display: inline-block;
  border: 1px solid #aaa;
  background-color: #fff;
}
.big-form .form-select-big {
  width: 504px;
  height: 33px;
  display: inline-block;
  border: 1px solid #aaa;
  background-color: #fff;
}
.big-form .form-select-big option,
.big-form .form-select option {
  border: none;
  background-color: #fff;
  margin: 5px 0;
}
.big-form .form-text {
  width: 100%;
  height: 100px;
  padding: 3px 5px;
  display: inline-block;
  border: 1px solid #aaa;
  background-color: #fff;
}
.big-form .form-submit_1 {
  float: right;
  height: 40px;
  padding: 0 20px;
  display: inline-block;
  background: #0962c0;
  border: none;
  color: #fff;
  cursor: pointer;
}
.big-form .form-submit_1:hover {
  background: #126cca;
}
.big-form .subscr {
  display: inline-block;
  font-size: 13px !important;
  padding-top: 7px;
  margin: 0px;
  width: 626px;
  font-style: italic;
}
.big-form .error {
  border: 1px solid #f00 !important;
}
.wide-form {
  display: block;
  background-color: #fafafa;
  padding: 25px;
}
.wide-form .form-select-wide {
  width: 100%;
  height: 40px;
  display: inline-block;
  border: 1px solid #aaa;
  background-color: #fff;
}
.wide-form .form-select-px {
  width: 100%;
  height: 40px;
  display: inline-block;
  border: 1px solid #aaa;
  background-color: #fff;
}
.wide-form .form-submit-wide {
  height: 40px;
  padding: 0 20px;
  display: inline-block;
  background: #0962c0;
  color: #fff;
  border: none;
  cursor: pointer;
  float: right;
}
.wide-form .form-select-wide option {
  border: none;
  background-color: #fff;
  margin: 5px 0;
}
.wide-form .form-select-px option {
  border: none;
  background-color: #fff;
  margin: 5px 0;
}
.wide-form .bootstrap-select .btn.dropdown-toggle {
  width: 100%;
  padding-right: 15px;
}
.g-recaptcha {
  width: 50%;
  float: right;
  margin-right: -48px;
  margin-bottom: 20px;
}
.small-form {
  display: inline-block;
  background-color: #f4f4f4;
  padding: 35px;
  text-align: left;
}
.left-form,
#home_internet_wifi_check_region_wrap {
  margin-left: 0px !important;
}
.small-form .form-title {
  padding-bottom: 7px;
  display: block;
}
.small-form .form-block {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.small-form .form-block > * {
  vertical-align: middle;
}
.small-form .form-label {
  display: inline-block;
  font-family: HeliosCondBold;
  margin: 10px 0;
}
.small-form .form-input {
  width: 200px;
  height: 30px;
  padding: 0 5px;
  margin-right: 20px;
  display: inline-block;
  background-color: #fff;
}
.small-form .form-select {
  width: 204px !important;
  height: 33px !important;
  display: inline-block !important;
  border: 1px solid #aaa !important;
  background-color: #fff !important;
}
#audiotex-numbers {
  width: 280px !important;
}
.small-form #home_internet_wifi_check_region {
  width: 450px !important;
  margin-right: 30px;
}
.small-form .form-select option {
  border: none !important;
  background-color: #fff !important;
  margin: 5px 0 !important;
}
.small-form .form-submit_1 {
  height: 40px;
  padding: 0 20px;
  display: inline-block;
  background: #0962c0;
  border: none;
  font: #fff;
  cursor: pointer;
  margin-left: 20px;
}
.small-form .form-submit_1:hover {
  background: #126cca;
}
.small-form .subscr {
  font-size: 13px !important;
  padding-top: 7px;
  margin: 0px;
  font-style: italic;
}
.small-form .error {
  border: 1px solid #f00 !important;
}
.form-control textarea {
  height: auto;
}
/**************************************************  FORMS END ****************************************************/
.device .bonus-container {
  text-align: center;
  box-shadow: 2px 2px 5px #cccccc;
  margin-bottom: 20px;
}
.device .bonus-container:hover {
  box-shadow: 0 3px 4px 2px #e0e1e2;
}
.device .bonus-image {
  background-color: #ffffff;
}
.device .bonus-image img {
  display: inline-block;
  width: auto;
  max-height: 280px;
}
.device .bonus-info {
  /* height: 300px; */
  padding: 25px 30px;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.device .bonus-info h2 {
  font-size: 26px;
  /* margin-bottom: 18px; */
  /* min-height: 85px; */
  display: inline-block;
  margin: 0;
}
#posadochnaya-device > div:nth-last-of-type(1) .bonus-container {
  margin-bottom: 0;
}
/* page-tabs.css*/
.section-button-wrapper {
  min-height: 42px;
  margin-bottom: 10px;
}
.section-button-wrapper .section-button2 {
  /*height: 20px;*/
  float: left;
  margin-right: 2px;
  display: block;
  padding: 10px 25px;
  border: 1px solid #dddddd;
  cursor: pointer;
  color: #0962c0;
  text-align: center;
  min-height: 66px;
  max-width: 185px;
}
.section-button-wrapper .section-button2:hover,
.section-button-wrapper .section-button2.is-active {
  background: #0152a7;
  color: #fff;
  border: 1px solid #0152a7;
}
.section-button-wrapper .some-info {
  font-size: 16px;
  color: #1256ac;
  font-family: "HeliosCond", sans-serif;
  /*font-weight: bold;*/
  margin: 10px 0 5px 0;
  text-decoration: underline;
  cursor: pointer;
}
.big-link {
  padding-top: 15px;
  padding-left: 0px;
  padding-right: 0px;
  /* font-weight: bold; */
  font-size: 20px;
  color: #1256ac;
  text-decoration: underline;
  cursor: pointer;
}
#_content_loyalonost .stable-new {
  width: 100%;
  border-style: none;
}
#_content_loyalonost .stable-new tbody tr {
  border-style: none;
}
#_content_loyalonost .stable-new td {
  text-align: center;
  width: 50%;
}
/* tarif.less */
.tarifs-container .tariff-container {
  height: 624px;
  margin-bottom: 27px;
}
.tariff-container.tariff-container-2-rows {
  margin-bottom: 30px;
}
.tariff-container-2-rows:nth-of-type(odd) {
  padding-left: 0;
}
.tariff-container-2-rows:nth-of-type(even) {
  padding-right: 0;
}
.tariff-container-3 .tariff-container {
  margin-bottom: 30px;
}
/*
.tariff-container-3 .tariff-container{
	&:nth-last-of-type(1),
	&:nth-last-of-type(2),
	&:nth-last-of-type(3){margin-bottom: 0}
}*/
.plan-container {
  box-shadow: 2px 2px 2px #cccccc;
}
.plan-container .plan-title {
  position: relative;
}
.plan-container .plan-title img {
  width: 100%;
}
.plan-container .plan-title .caption {
  background-color: #0c4da2;
  font-size: 22px;
  color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.plan-container .plan-descr {
  font-size: 16px;
  background-color: #f8fafc;
  text-align: center;
  color: #0c4da2;
  padding: 20px 10px;
}
.plan-details {
  padding: 0px 25px 25px 25px;
  background-color: #fff;
}
.plan-details a,
.plan-details a:hover {
  color: #fff;
}
.plan-details table > tbody > tr {
  border-bottom: 1px dotted #94a4b3 !important;
}
.plan-details table > tbody > tr > td {
  border-top: 0 !important;
  /*padding: 10px 0;*/
  /*padding-top: 20px;
			padding-bottom: 20px;*/
  vertical-align: middle !important;
  height: 65px;
}
.plan-details table > tbody > tr > td:first-child {
  text-align: left;
  color: #4f4f4f;
}
.plan-details table > tbody > tr > td:last-child {
  font-size: 18px;
  color: #0c4da2;
  line-height: 0.5 !important;
}
.plan-details table > tbody > tr > td.fs-30:last-child {
  font-size: 36px;
}
.plan-details table > tbody > tr > td.fs-36:last-child {
  font-size: 36px;
}
.plan-details table > tbody > tr > td:last-child > small {
  font-size: 16px;
  margin-top: 10px;
  display: inline-block;
}
.tariff-all .tariff-container .plan-title .caption {
  font-size: 20px;
}
.tariff-all .tariff-container .plan-descr {
  padding: 10px;
}
@media (min-width: 992px) AND (max-width: 1199px) {
  .fix-desc .tariff-container .plan-container .plan-descr {
    min-height: 55px;
    padding: 8px 15px;
  }
  .fix-desc .tariff-container .plan-container .plan-details {
    padding: 0 5px 15px;
  }
  .fix-desc .tariff-container .plan-container .plan-details .table {
    margin-bottom: 5px;
  }
}
/* uslugi.less */
.four-rows.uslugi {
  padding: 0;
}
.four-rows.uslugi .justify {
  padding: 0;
}
.two-cols.uslugi .justify {
  text-align: left;
}
.dop_usl_img {
  max-width: 500px!important;
}
.list-no-dots {
  list-style-type: none;
}
.services h1,
.services h2,
.services h3 {
  color: #0c4da2;
}
.services ul {
  padding: 0;
}
.services ul li {
  margin-left: 0;
}
.services .justify {
  text-align: justify;
  vertical-align: top;
  /*padding: 0 10px;*/
}
.services .justify > * {
  vertical-align: top;
}
.services .justify:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.services .rates-collumn-3 {
  margin-bottom: 30px;
  vertical-align: top;
  /*margin-bottom: 20px;

		display: inline-block;*/
}
.services .rates-collumn-3 .inner {
  background: #fff;
  border: 1px solid #D2D6D7;
  font-size: 16px;
  height: auto;
  padding-top: 55px;
  position: relative;
  text-align: center;
  cursor: default;
  /*width: 230px;*/
}
.services .rates-collumn-3 .inner:hover {
  box-shadow: 0 3px 4px 2px #e0e1e2;
  text-decoration: none;
}
.services .rate-name {
  padding: 0;
  font-size: 23px;
  color: #0c4da2;
  min-height: 95px;
  /**/
  line-height: 20px;
  /*width: 220px;*/
  margin: 0 auto;
  padding-top: 15px;
}
.services .rate-text {
  margin-top: 0;
  height: auto;
  color: #807e7e;
  line-height: 17px;
  font-size: 16px;
  padding: 2px 10px 10px;
  min-height: 80px;
  /*padding-top: 32px;*/
}
.services .rate-text-1 {
  margin-top: 0;
  height: 43px;
  color: #807e7e;
  line-height: 17px;
  font-size: 13px;
  padding: 2px 6px 0 6px;
}
@media screen and (min-width: 1000px) and (max-width: 1400px) {
  .services .rate-text {
    min-height: 131px;
  }
}
.services .rates-img {
  /*margin: -50px 0;*/
  position: relative;
  left: initial;
  top: initial;
  width: 96px;
  height: 96px;
  margin: 0 auto;
}
.services .rates-btn {
  position: inherit;
  left: inherit;
  bottom: inherit;
  padding: 9px 10px;
  background: #FEE600;
  width: 90%;
  border: none;
  color: #000;
  cursor: pointer;
  font-size: 20px;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 20px;
}
.services .rates-btn:hover {
  background: #ffeb00;
}
.services .rates-more {
  text-align: center;
  text-decoration: underline;
  display: inline-block;
  padding-top: 30px;
  padding: 0px 20px 30px;
}
.services .actions {
  padding: 0;
  text-align: left;
  width: 100%;
  margin-left: 5px;
}
.services .actions a {
  font-size: 16px;
  color: #1256ac;
  font-family: HeliosCond, Tahoma;
  margin: 10px 0 5px 0;
}
.services .actions td {
  /*vertical-align: top;
			width: 50%;
			padding-top: 5px;
			padding-bottom: 5px;*/
  width: 40%;
  float: left;
  display: inline-block;
}
.services .actions td.actions-right {
  float: right;
  padding: 0;
}
.services .actions-right {
  padding: 0 0 0 120px;
}
.services .title-2,
.services .title-6 {
  font-weight: bold;
}
.services .title-6 {
  font-size: 36px;
}
.services .new-uslugi {
  padding-left: 0;
  padding-right: 0;
  /*.left{padding-left: 0}
		.right{padding-right: 0}*/
}
.services .new-uslugi ul {
  padding-left: 0;
}
.services .new-uslugi ul li {
  list-style: none;
}
.section-tabs {
  /*input:checked + .section-tab,
	input[type=radio]:checked + .section-tab-content{

	} */
}
.section-tabs .section-tab-content {
  display: none;
  border: 1px solid  #dddddd;
  padding: 10px 15px;
}
.section-tabs > input[type="radio"],
.section-tabs > input[type="check"] {
  display: none;
}
.section-tabs > input[type="radio"]:checked + label,
.section-tabs > input[type="check"]:checked + label {
  background: #0152a7;
  color: #fff;
  border: 1px solid #0152a7;
  border-bottom-width: 0;
}
.section-tabs > a,
.section-tabs > label {
  padding: 10px 15px;
  border: 1px solid  #dddddd;
  border-bottom-width: 0;
  color: #0c4da2;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  text-decoration: none;
}
.section-tabs > a.is-active,
.section-tabs > label.is-active,
.section-tabs > a:hover,
.section-tabs > label:hover {
  background: #0152a7;
  color: #fff;
  border: 1px solid #0152a7;
  border-bottom-width: 0;
}
.section-tabs input#tab-1:checked ~ .section-tab-content[data-tab="tab-1"] {
  display: block;
}
.section-tabs input#tab-2:checked ~ .section-tab-content[data-tab="tab-2"] {
  display: block;
}
.section-tabs input#tab-3:checked ~ .section-tab-content[data-tab="tab-3"] {
  display: block;
}
.section-tabs input#tab-4:checked ~ .section-tab-content[data-tab="tab-4"] {
  display: block;
}
.section-tabs input#tab-5:checked ~ .section-tab-content[data-tab="tab-5"] {
  display: block;
}
.section-tabs input#tab-6:checked ~ .section-tab-content[data-tab="tab-6"] {
  display: block;
}
.buy-form .buy-form-text {
  color: #0c4da2;
  font-family: "HeliosCondBold", Arial, Helvetica, sans-serif;
  font-size: 36px;
  padding: 55px 0;
  line-height: 1.3em;
}
.buy-form form {
  padding-top: 25px;
  width: 262px;
  float: right;
}
.buy-form form .form-inpt:hover {
  background: #0c4da2 !important;
  color: #fff !important;
}
.buy-form form .form-inpt:focus {
  background: #0c4da2 !important;
  color: #fff !important;
}
.buy-form form .has-error input {
  color: red;
  outline: 1px solid red;
}
.buy-form form input {
  margin-bottom: 15px;
  box-shadow: none;
  border-radius: 0;
}
.buy-form form input:focus {
  outline-width: 0;
  box-shadow: none;
}
.buy-form form input[type="submit"] {
  margin-top: 20px;
  display: block;
  width: 262px;
  padding: 11px;
  color: #4f4f4f;
  font: 20px "HeliosCondBold", Arial, Helvetica, sans-serif;
  text-align: center;
  text-decoration: none;
  background-color: #fedf48;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.buy-form form input[type="submit"]:hover {
  color: #fff;
  background: #0c4da2;
}
.buy-form form input[type="submit"]:focus {
  color: #fff;
  background: #0c4da2;
}
.buy-form form input:not([type="submit"]) {
  border: none;
  border-bottom: 1px solid rgba(92, 130, 182, 0.5);
  font-size: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 34px;
  line-height: 34px;
  color: #4f4f4f;
  width: 100%;
}
.buy-form form input:not([type="submit"]):focus {
  outline: none !important;
}
.order-wi-fi .buy-form ._m-window-content {
  height: 100%;
  width: 330px;
  top: 50%;
  left: 50%;
  margin-left: 0 ;
  transform: translate(-50%, -50%);
}
.order-wi-fi .buy-form ._m-window-content ._m-window-block {
  width: 262px;
}
.order-wi-fi .buy-form form {
  float: inherit;
}
#quiz {
  position: fixed;
  bottom: 50px;
  right: 30px;
  z-index: 2;
}
#quiz .quiz-container {
  position: relative;
}
#quiz .quiz-container.hello {
  background-image: url(/img/quiz.png);
  background-size: 100% 100%;
  width: 96px;
  height: 96px;
  content: ' ';
  cursor: pointer;
}
#quiz .quiz-container.quiz {
  border-radius: 10px;
  min-height: 100px;
  min-width: 200px;
  background-color: white;
  box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.8);
  padding: 15px 20px;
}
#quiz .quiz-container.quiz .quiz-vote-container {
  padding-top: 15px;
}
#quiz .quiz-container .quiz-container-text {
  margin-top: 5px;
}
#quiz .quiz-container .quiz-container-close-btn {
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
}
#quiz .quiz-container .quiz-button-container {
  display: inline-block;
}
#quiz .quiz-container .quiz-button-container + .quiz-button-container {
  margin-left: 5px;
}
#quiz .quiz-container .quiz-radio-container {
  display: block;
  clear: both;
  margin: 5px 0;
}
#quiz .quiz-container .quiz-radio-container label {
  display: block;
  margin-left: 20px;
}
#quiz .quiz-container .quiz-radio-container input {
  display: block;
  float: left;
}
#wifizonestabs .tabs > div {
  float: left;
  margin: 0 5px 0 0;
  border: 1px solid #CCC;
  cursor: pointer;
  font-weight: bold;
  color: #0962c0;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 10px 20px;
}
#wifizonestabs .tabs > div > * {
  cursor: pointer;
  font-size: 16px;
}
#wifizonestabs .tabs > div.current_tab {
  background-color: #0152A7;
}
#wifizonestabs .tabs > div.current_tab * {
  color: #fff;
}
/*page_default.less*/
.page h1 {
  font-size: 30px;
}
.page h1 * {
  font-weight: normal;
  color: #0c4da2;
}
.gallery-img-preview {
  border: 1px solid #4f4f4f;
  position: relative;
  overflow: hidden;
}
.gallery-img-preview .gallery-img-text {
  padding: 10px 15px;
  color: #fff;
  position: absolute;
  background-color: rgba(79, 79, 79, 0.8);
  opacity: 0;
  width: auto;
  height: auto;
}
.gallery-img-preview .gallery-img-text.no-text {
  display: none;
}
.gallery-img-preview:hover .gallery-img-text {
  opacity: 1;
}
.gallery-img-preview:hover .gallery-img-text.left {
  animation: left 1s ease-in-out;
  width: auto;
  top: 0;
  left: 0;
}
.gallery-img-preview:hover .gallery-img-text.right {
  animation: right 1s ease-in-out;
  width: auto;
  top: 0;
  right: 0;
}
.gallery-img-preview:hover .gallery-img-text.top {
  animation: top 1s ease-in-out;
  height: auto;
  top: 0;
  left: 0;
}
.gallery-img-preview:hover .gallery-img-text.bottom {
  animation: bottom 1s ease-in-out;
  height: auto;
  left: 0;
  bottom: 0;
}
.gallery-img-preview:hover .gallery-img-text.left-top {
  animation: left-top 1s ease-in-out;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}
.gallery-img-preview:hover .gallery-img-text.right-top {
  animation: right-top 1s ease-in-out;
  width: auto;
  height: auto;
  top: 0;
  right: 0;
}
.gallery-img-preview:hover .gallery-img-text.left-bottom {
  animation: left-bottom 1s ease-in-out;
  width: auto;
  height: auto;
  left: 0;
  bottom: 0;
}
.gallery-img-preview:hover .gallery-img-text.right-bottom {
  animation: right-bottom 1s ease-in-out;
  width: auto;
  height: auto;
  right: 0;
  bottom: 0;
}
.gallery-img-preview:hover .gallery-img-text.fade {
  animation: fade 1s ease-in;
  left: 0;
  bottom: 0;
}
/*==============================================================================
tariffs ()
==============================================================================*/
.tariffs .tariff-btn {
  float: left;
  padding: 8px 12px;
}
.tariffs .akcia-btn .tariff-btn {
  float: left;
}
.tariffs .tariff-img {
  width: 100%;
}
.tariffs .title {
  font-weight: bold;
  margin-bottom: 30px;
}
.tariffs .title-4,
.tariffs .title-5 {
  font-weight: bold;
}
.tariffs ._m-window-content .title {
  margin: 10px 0 5px 0;
}
.tariffs .header-block {
  margin-bottom: 45px;
}
.tariffs .product-left {
  /*margin-top: 30px;  */
  display: inline-block;
}
.tariffs .product-left img {
  /*width: 300px;
			height: 200px;*/
}
.tariffs .product-right {
  margin: 30px 0 0 0;
  padding: 0;
}
.tariffs .big-link {
  padding-top: 15px;
  padding-left: 0px;
  padding-right: 0px;
}
.tariffs .big-link span {
  font-size: 20px;
  color: #1256ac;
  text-decoration: underline;
  cursor: pointer;
}
.tariffs .price {
  line-height: 46px;
  color: #1256ac;
  display: inline-block;
  font-family: "HeliosCondBold", sans-serif;
  font-size: 36px;
  font-style: italic;
  float: left;
  padding-left: 0px;
  padding-right: 30px;
}
.tariffs .price span {
  min-width: 100px;
  padding-right: 10px;
  line-height: 46px;
  color: #1256ac;
  display: inline-block;
  font-family: "HeliosCondBold", sans-serif;
  font-size: 16px;
  font-style: italic;
}
.tariffs .price-another {
  line-height: 46px;
  color: #1256ac;
  display: inline-block;
  font-family: "HeliosCondBold", sans-serif;
  font-size: 36px;
  font-style: italic;
  float: left;
  padding-left: 45px;
  padding-right: 10px;
}
.tariffs .price-another span {
  min-width: 10px;
  padding-right: 10px;
  line-height: 46px;
  color: #1256ac;
  display: inline-block;
  font-family: "HeliosCondBold", sans-serif;
  font-size: 16px;
  font-style: italic;
}
.tariffs .price-another-new {
  line-height: 46px;
  color: #1256ac;
  display: inline-block;
  font-family: "HeliosCondBold", sans-serif;
  font-size: 36px;
  font-style: italic;
  float: left;
  padding-left: 30px;
  padding-right: 10px;
  position: relative;
}
.tariffs .price-another-new span {
  font-size: 15px;
}
.tariffs .price-another-new .one {
  line-height: 46px;
  color: #1256ac;
  display: inline-block;
  font-family: "HeliosCondBold", sans-serif;
  font-size: 36px;
  font-style: italic;
  float: left;
}
.tariffs .price-line {
  position: absolute;
  width: 100px;
  height: 30px;
  padding-left: 30px;
  padding-top: 0;
}
.tariffs .tariffs-button {
  padding: 11px 0;
  font-family: "HeliosCond", sans-serif;
  background: #ffde00;
  width: 160px;
  border: none;
  color: #000000;
  cursor: pointer;
  font-size: 20px;
  line-height: 20px;
  display: inline-block;
  text-decoration: none;
  float: right;
}
.tariffs .button {
  padding: 11px 0;
  font-family: "HeliosCond", sans-serif;
  background: #ffde00;
  color: #000000;
  border: none;
  width: 120px;
  font-size: 20px;
  line-height: 20px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  float: right;
  text-align: center;
}
.tariffs .button:hover {
  background: #ffe80a;
}
.tariffs .button.tariffs-button-box {
  margin: 5px 0 0 0;
  background: #1256ac;
  width: 210px;
  color: #fff;
  font-size: 16px;
}
.tariffs .button.tariffs-button-box:hover {
  background: #126cca;
}
.tariffs .button.tariffs-button {
  width: 160px;
}
.tariffs .button.tariffs-button-big {
  width: 210px;
}
.tariffs .button .tariffs-button-t {
  padding: 13px 3px;
  width: 180px;
}
.tariffs .button .tariffs-button-t:hover {
  background: #ffe80a;
}
.tariffs .simple-table td {
  vertical-align: top;
  padding-right: 20px;
}
.tariffs .short-description {
  padding: 0;
}
.tariffs .short-description .checks {
  float: right;
  margin: 0;
  padding-top: 10px;
  padding-left: 18px;
  padding-right: 0px;
  padding-bottom: 15px;
  width: 100%;
}
.tariffs .short-description .checks li {
  list-style-type: none;
  list-style-image: url(../img/check.gif);
  margin: 0 0 0 0;
  background-image: none;
  padding: 1px;
  width: 100%;
  text-align: left;
  font-size: 14px;
  clear: both;
}
.tariffs .short-description .checks span {
  margin: 0;
  padding: 0 0 0 0;
  float: right;
  color: #1256ac;
  font-size: 16px;
  font-weight: bold;
}
.tariffs .short-description .only-there {
  float: right;
  margin: 0;
  padding-top: 10px;
  padding-left: 45px;
  padding-right: 0px;
  width: 400px;
}
.tariffs .short-description .only-there li {
  list-style-type: none;
  list-style-image: url(../img/check.gif);
  margin: 0 0 0 0;
  background-image: none;
  padding: 1px;
  width: 100%;
  text-align: left;
}
.tariffs .short-description .only-there span {
  margin: 0;
  padding: 0 82px 0 0;
  float: right;
  color: #1256ac;
  font-family: "HeliosCondBold", sans-serif;
  font-size: 16px;
}
.tariffs .why-item {
  cursor: pointer;
  text-align: center;
  display: inline-block;
  position: relative;
  float: left;
  margin-left: 5px;
}
.tariffs .why-item:after {
  clear: both;
}
.tariffs .why-item .title {
  font-size: 16px;
  color: #1256ac;
  font-family: HeliosCondBold;
  text-align: center;
  padding: 25px 0px;
}
.tariffs .why-item .some-line-height {
  padding: 34px 0 34px 0;
}
.tariffs .why-item:hover .title {
  color: #ffffff;
  background: #1256ac;
}
.tariffs .why-item img {
  width: 165px;
  height: 130px;
}
.tariffs .share {
  margin: 0;
  color: #1256ac;
  padding: 15px 0px 0 30px;
  float: right;
}
.tariffs .share p {
  margin: 0 0 11px;
  color: #1256ac;
}
.tariffs .share #socials > span,
.tariffs .share #socials > a {
  background-size: 100%;
  float: left;
  display: inline-block;
  width: 27px;
  height: 27px;
  margin-left: 5px;
  cursor: pointer;
}
.tariffs .share #socials > span > a {
  display: block;
  width: 100%;
  height: 100%;
}
.tariffs .share #socials #soc-vk {
  background-image: url(../img/social-icons/vk.png);
}
.tariffs .share #socials #soc-vk:hover {
  background-image: url(../img/social-icons/vk-2.png);
}
.tariffs .share #socials #soc-fb {
  background-image: url(../img/social-icons/fb.png);
}
.tariffs .share #socials #soc-fb:hover {
  background-image: url(../img/social-icons/fb-2.png);
}
.tariffs .share #socials #soc-tw {
  background-image: url(../img/social-icons/tw.png);
}
.tariffs .share #socials #soc-tw:hover {
  background-image: url(../img/social-icons/tw-2.png);
}
.tariffs .share #socials #soc-yt {
  background-image: url(../img/social-icons/yt.png);
}
.tariffs .share #socials #soc-yt:hover {
  background-image: url(../img/social-icons/yt-2.png);
}
.tariffs .actions td {
  vertical-align: top;
}
.tariffs .actions .title {
  font-size: 16px;
  margin: 0;
}
.tariffs .actions ._name {
  background: url(../img/blue-dot.gif) no-repeat;
  padding-left: 15px;
  display: block;
}
.tariffs .actions .mid-text {
  width: 50% !important;
  text-align: left;
  font-size: 16px;
}
.tariffs p {
  text-align: justify;
  margin: 12px 0;
}
.tariffs p:first-child {
  margin-top: 0;
}
.tariffs ._m-window-body[data-m-window-type="order-form"] {
  top: 25%;
  max-height: 250px;
}
.tariffs .order-form .form-name {
  margin-top: 7px;
  width: 180px;
  padding: 9px 15px;
  margin-right: 5px;
  display: inline-block;
  background-color: #fff;
  font-size: 14px !important;
  border: none;
  border-bottom: 2px solid #e5e5e5;
}
@media screen and (max-width: 640px) {
  .tariffs .product-left {
    margin-top: 0;
  }
  .tariffs .short-description .checks {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 991px) {
  .tariffs #right-block {
    padding-left: 20px;
  }
}
/*==============================================================================
pop-up window # ################################################################
==============================================================================*/
.tariffs .mCSB_draggerContainer {
  left: 27px !important;
}
.tariffs .mCSB_dragger_bar {
  width: 10px !important;
  background-color: #1256ac !important;
}
.tariffs #_m-window-ground {
  top: 0;
  left: 0;
  position: fixed;
  z-index: 999995;
  width: 100%;
  height: 100%;
  /*background-color: rgba(150, 150, 150, 0.9);      */
  background-color: rgba(60, 60, 60, 0.65);
}
.tariffs ._m-window-body {
  position: fixed;
  z-index: 999995;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tariffs ._m-window-content {
  position: relative;
  z-index: 999995;
  top: 7%;
  left: 50%;
  margin-left: -400px;
  width: 805px;
  height: 84%;
  background-color: #ffffff;
}
.tariffs ._m-window-block {
  position: absolute;
  margin: 0 30px;
  width: 760px;
  height: 100%;
  overflow: hidden;
}
.tariffs ._m-window-close {
  background: url("../img/close.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: -25px;
  right: -25px;
  cursor: pointer;
}
.tariffs ._confirm-m-window-body {
  position: fixed;
  z-index: 999995;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tariffs ._confirm-m-window-content {
  position: relative;
  z-index: 999995;
  top: 15%;
  left: 50%;
  margin-left: -250px;
  width: 500px;
  height: 250px;
  background-color: #ffffff;
  cursor: pointer;
  border: 1px solid #787878;
}
.tariffs ._confirm-m-window-title {
  font-size: 24px !important;
  color: #1256ac;
  font-family: HeliosCondBold !important;
  margin: 60px 100px 20px 100px;
}
.tariffs ._confirm-m-window-note {
  margin: 10px 100px 20px 100px;
}
.tariffs ._confirm-m-window-close {
  background: url("../img/close.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: -25px;
  right: -25px;
  cursor: pointer;
}
.tariffs .order-form {
  display: block;
  background-color: #f6f6f6;
  padding: 35px;
}
.tariffs .order-form .form-name {
  margin-top: 7px;
  width: 265px;
  padding: 9px 15px;
  margin-right: 20px;
  display: inline-block;
  background-color: #fff;
  font-size: 14px !important;
  border: none;
  border-bottom: 2px solid #e5e5e5;
}
.tariffs .order-form .form-phone {
  margin-top: 7px;
  width: 149px;
  padding: 9px 15px;
  margin-right: 5px;
  display: inline-block;
  background-color: #fff;
  font-size: 14px !important;
  border: none;
  border-bottom: 2px solid #e5e5e5;
}
.tariffs .order-form .form-submit {
  float: right;
  padding: 13px 25px;
  font-family: "HeliosCondRegular", sans-serif !important;
  background: #ffde00;
  color: #000000;
  border: none;
  cursor: pointer;
  font-size: 24px !important;
  line-height: 20px !important;
  width: auto !important;
}
.tariffs .order-form .form-submit:hover {
  background: #ffe80a;
}
.tariffs .order-form .form-submit-2 {
  float: right;
  padding: 13px 25px;
  font-family: "HeliosCondRegular", sans-serif !important;
  background: #1256ac;
  color: #ffffff;
  border: none;
  cursor: pointer;
  font-size: 24px !important;
  line-height: 20px !important;
  width: auto !important;
}
.tariffs .order-form .form-submit-2:hover {
  background: #126cca;
}
.tariffs .order-button {
  padding: 13px 3px;
  font-family: "HeliosCondRegular", sans-serif;
  background: #ffde00;
  width: 180px;
  border: none;
  color: #000000;
  cursor: pointer;
  font-size: 24px;
  line-height: 20px;
  display: inline-block;
  text-decoration: none;
}
.tariffs .order-button:hover {
  background: #ffe80a;
}
.tariffs .is-error {
  box-shadow: 0 0 1px 1px red;
}
.tariffs .is-valid {
  box-shadow: 0 0 1px 1px green;
}
/*============================================================================*/
.tariffs-all {
  background-color: #fff;
}
.tariffs-all .sidebar-content--content p {
  font-size: 18px;
}
.tariffs-all:after {
  display: block;
  padding-bottom: 50px;
}
.tariffs-all h1,
.tariffs-all .h1 {
  font-size: 40px;
}
.tariffs-all .title + * {
  margin-top: 40px;
}
.tariffs-all .sidebar-block {
  width: 200px;
  display: inline-block;
  vertical-align: top;
}
.tariffs-all .sidebar-block--nav h2 {
  font-size: 15px;
  color: #fff;
  background: #0e57ab;
  padding: 7px 13px;
}
.tariffs-all .sidebar-block--nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tariffs-all .sidebar-block--nav li a {
  font-size: 15px;
  color: #0e57ab;
  padding: 7px 13px;
  display: block;
  text-decoration: none;
}
.tariffs-all .sidebar-block--nav li a:hover {
  background: #eee;
}
.tariffs-all .sidebar-content p {
  font-size: 18px;
}
.tariffs-all .title-center {
  text-align: center;
  min-height: 48px;
}
.tariffs-all .tab-carusele {
  margin-top: 30px;
}
.tariffs-all .tab-carusele--nav + * {
  margin-top: 30px;
}
.tariffs-all .tab-carusele--nav .tab-carusele--tab {
  display: inline-block;
  width: calc(33% - 41px);
  width: -webkit-calc(33% - 41px);
  width: -moz-calc(33% - 41px);
  border-bottom: 5px solid transparent;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  color: #777778;
  padding: 20px;
  height: 120px;
  position: relative;
  margin-top: 10px;
  transition: ease .3s;
  -moz-transition: ease .3s;
  -webkit-transition: ease .3s;
  box-sizing: content-box;
}
.tariffs-all .tab-carusele--nav .tab-carusele--tab h3 {
  font-size: 16px;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 50%;
  height: 38px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transition: ease .3s;
  -moz-transition: ease .3s;
  -webkit-transition: ease .3s;
}
.tariffs-all .tab-carusele--nav .tab-carusele--tab.active {
  border-bottom-color: #0e57ab;
  color: #0e57ab;
  transition: ease .3s;
  -moz-transition: ease .3s;
  -webkit-transition: ease .3s;
}
.tariffs-all .tab-carusele--nav .tab-carusele--tab:not(.active):hover {
  border-bottom-color: #0e57ab;
  transition: ease .3s;
  -moz-transition: ease .3s;
  -webkit-transition: ease .3s;
}
.tariffs-all .tab-carusele--nav .tab-carusele--tab.tab--calls {
  background: url(../img/tariffs/category-smartphone.png) top center no-repeat;
}
.tariffs-all .tab-carusele--nav .tab-carusele--tab:hover.tab--calls,
.tariffs-all .tab-carusele--nav .tab-carusele--tab.active.tab--calls {
  background: url(../img/tariffs/category-smartphone-active.png) top center no-repeat;
}
.tariffs-all .tab-carusele--nav .tab-carusele--tab:hover.tab--calls.voice,
.tariffs-all .tab-carusele--nav .tab-carusele--tab.active.tab--calls.voice {
  background: url(../img/tariffs/category-call-active.png) top center no-repeat;
}
.tariffs-all .tab-carusele--nav .tab-carusele--tab:hover.tab--calls-internet,
.tariffs-all .tab-carusele--nav .tab-carusele--tab.active.tab--calls-internet {
  background: url(../img/tariffs/category-pad-active.png) top center no-repeat;
}
.tariffs-all .tab-carusele--nav .tab-carusele--tab:hover.tab--calls-internet.voice,
.tariffs-all .tab-carusele--nav .tab-carusele--tab.active.tab--calls-internet.voice {
  background: url(../img/tariffs/category-gadgets-active.png) top center no-repeat;
}
.tariffs-all .tab-carusele--nav .tab-carusele--tab:hover.tab--international-calls,
.tariffs-all .tab-carusele--nav .tab-carusele--tab.active.tab--international-calls {
  background: url(../img/tariffs/category-desktop-active.png) top center no-repeat;
}
.tariffs-all .tab-carusele--nav .tab-carusele--tab:hover.tab--international-calls.voice,
.tariffs-all .tab-carusele--nav .tab-carusele--tab.active.tab--international-calls.voice {
  background: url(../img/tariffs/category-world-active.png) top center no-repeat;
}
.tariffs-all .tab-carusele--nav .tab-carusele--tab.tab--calls.voice {
  background: url(../img/tariffs/category-call.png) top center no-repeat;
}
.tariffs-all .tab-carusele--nav .tab-carusele--tab.tab--calls-internet {
  background: url(../img/tariffs/category-pad.png) top center no-repeat;
}
.tariffs-all .tab-carusele--nav .tab-carusele--tab.tab--calls-internet.voice {
  background: url(../img/tariffs/category-gadgets.png) top center no-repeat;
}
.tariffs-all .tab-carusele--nav .tab-carusele--tab.tab--international-calls {
  background: url(../img/tariffs/category-desktop.png) top center no-repeat;
}
.tariffs-all .tab-carusele--nav .tab-carusele--tab.tab--international-calls.voice {
  background: url(../img/tariffs/category-world.png) top center no-repeat;
}
@media all and (max-width: 670px) {
  .tariffs-all .catalog-gird_item {
    width: calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
  }
  .tariffs-all .catalog-gird_item {
    margin-right: 0 !important;
  }
  .tariffs-all .tab-carusele--devices .item-cost > * {
    width: 100%;
    text-align: center;
  }
  .tariffs-all .map-tab--nav .map-tab {
    display: block;
  }
  .tariffs-all .map-tab--nav .map-tab + .map-tab {
    margin-top: 10px;
  }
  .tariffs-all .faq-block--item a {
    font-size: 18px;
  }
  .tariffs-all .tab-carusele--tab h3 {
    display: none;
  }
  .tariffs-all .tab-carusele--nav {
    text-align: center;
  }
  .tariffs-all .tab-carusele--nav .tab-carusele--tab {
    padding: 0;
    width: 32%;
    height: 60px;
    background-position: center center !important;
    background-size: auto 50% !important;
  }
}
.tariffs-all .slick-dots {
  position: absolute;
  bottom: -30px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.tariffs-all .tab-carusele--tarifs {
  position: relative;
}
.tariffs-all .tab-carusele--tarifs .slick-track {
  position: relative;
}
.tariffs-all .tab-carusele--tarifs .tarifs--item {
  margin: 0 10px;
  outline: none;
}
.tariffs-all .tab-carusele--tarifs .tarifs--item img {
  width: 100%;
}
.tariffs-all .tab-carusele--tarifs .tarifs--item--box {
  border: 1px solid #d7d9da;
  border-top: none;
}
.tariffs-all .tab-carusele--tarifs .item-table ul {
  padding: 0 20px;
  margin: 10px 0;
  list-style: none;
  display: block;
}
.tariffs-all .tab-carusele--tarifs .item-table li {
  position: relative;
  border-bottom: 1px solid #d7d9da;
  min-height: 75px;
}
.tariffs-all .tab-carusele--tarifs .item-table--title {
  color: #4f4f4f;
  font-size: 14px;
  line-height: 1.1em;
  width: 50%;
}
.tariffs-all .tab-carusele--tarifs .item-table--description {
  position: absolute;
  right: 0;
  top: 50%;
  width: 60px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tariffs-all .tab-carusele--tarifs .item-table--large {
  line-height: 1em;
  color: #0c4da2;
  font-size: 24px;
  font-family: 'HeliosCondBold';
}
.tariffs-all .tab-carusele--tarifs .item-table--small {
  line-height: 1em;
  color: #0c4da2;
  font-size: 10px;
}
.tariffs-all .tab-carusele--tarifs .item-table--medium {
  line-height: 1em;
  color: #0c4da2;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'HeliosCondBold';
}
.tariffs-all .tab-carusele--tarifs input[type='submit'] {
  margin: 0 auto 15px;
  display: block;
}
.tariffs-all .tab-carusele--tarifs .but {
  font-size: 14px;
  padding: 7px 18px;
  -webkit-transition: ease .15s;
  -moz-transition: ease .15s;
  transition: ease .3s;
  color: #fff;
  border: 1px solid #0c4da2;
  outline: none;
  background-color: #0c4da2;
}
.tariffs-all .tab-carusele--tarifs .but:hover {
  -webkit-transition: ease .15s;
  -moz-transition: ease .15s;
  transition: ease .15s;
  border: 1px solid #116ed2;
  background-color: #116ed2;
  color: #fff;
}
.tariffs-all .tab-carusele--tarifs .item-caption {
  position: relative;
}
.tariffs-all .tab-carusele--tarifs .item-caption h4 {
  position: absolute;
  font-size: 17px;
  text-align: center;
  padding: 10px;
  z-index: 2;
  bottom: 0;
  color: #fff;
  background: rgba(12, 77, 162, 0.8);
}
.tariffs-all .tab-carusele--tarifs .item-description {
  font-size: 17px;
  text-align: center;
  padding: 10px;
  background: #f4f4f4;
  color: #0e57ab;
}
.tariffs-all .tab-carusele--tarifs + .title {
  margin-top: 30px;
}
.tariffs-all .tab-carusele--view {
  display: none;
}
.tariffs-all .tab-carusele--view.active {
  display: block;
}
.tariffs-all .sidebar-content--block + .sidebar-content--block {
  margin-top: 30px;
}
@media all and (min-width: 1000px) {
  .tariffs-all .tab-carusele {
    width: auto;
    margin: 0 auto;
  }
}
.tab-carusele--devices .devices-item {
  padding: 18px 30px;
  border: 1px solid #dfdfdf;
  margin: 0 10px;
  outline: none;
  /*.item-cost > * {
			display: inline-block;
			___width: 100%;
			width: auto;
			margin: 0;
		}*/
}
.tab-carusele--devices .devices-item > * + * {
  margin-top: 20px;
}
.tab-carusele--devices .devices-item .title * {
  font-size: 22px;
}
.tab-carusele--devices .devices-item .item-caption img {
  max-width: 100%;
  margin: 0 auto;
}
.tab-carusele--devices .devices-item .item-cost-new > * {
  display: inline-block;
  width: 60%;
  margin: 0;
}
.tab-carusele--devices .devices-item .item-cost_price {
  font-size: 20px;
  color: #0c4da2;
  line-height: 32px;
  vertical-align: middle;
  float: left;
}
.tab-carusele--devices .devices-item .item-cost_price span {
  font-size: 28px;
}
.tab-carusele--devices .devices-item .item-cost_price + a {
  display: block;
  float: right;
}
.tab-carusele--devices .devices-item .item-cost_price_old {
  font-size: 20px;
  color: #0c4da2;
}
.tab-carusele--devices .devices-item .item-cost_price_old span {
  position: relative;
  display: inline-block;
  padding: 0 5px;
}
.tab-carusele--devices .devices-item .item-cost_price_old span:before {
  display: block;
  content: " ";
  top: 50%;
  position: absolute;
  left: 0px;
  border-top: 2px solid #0c4da2;
  transform: rotate(-19deg) translateY(-50%);
  width: 100%;
}
@media screen and (max-width: 480px) {
  .tab-carusele--devices .devices-item .item-cost {
    text-align: center;
  }
  .tab-carusele--devices .devices-item .item-cost a,
  .tab-carusele--devices .devices-item .item-cost .item-cost_price {
    float: none;
    clear: both;
    display: inline-block;
  }
}
@media screen and (min-width: 990px) and (max-width: 1199px) {
  #tarif-calls .devices-list .devices-item .item-cost > * {
    width: 100%;
    float: none;
    display: block;
  }
}
.tariff-item {
  font-size: 16px;
  outline: none;
}
.tariff-item p {
  margin: 0;
}
.tariff-item img {
  width: 100%;
}
.tariff-item .large {
  font-size: 24px;
  font-family: 'HeliosCondBold';
}
.tariff-item .small {
  font-size: 12px;
}
.tariff-item .medium {
  text-transform: uppercase;
  font-family: 'HeliosCondBold';
}
.tariff-item .caption {
  position: relative;
}
.tariff-item .caption > div {
  position: absolute;
  font-size: 20px;
  text-align: center;
  z-index: 2;
  bottom: 0;
  color: #fff;
  background: rgba(12, 77, 162, 0.8);
  width: 100%;
  margin-bottom: 0;
  min-height: 33%;
}
.tariff-item .caption > div > div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.tariff-item .caption h4 {
  margin: 0;
  padding: 0;
}
.tariff-item .box {
  border: 1px solid #d7d9da;
  border-top: none;
  position: relative;
  min-height: 287px;
}
.tariff-item .box .btn {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
}
.tariff-item .box-description {
  font-size: 17px;
  text-align: center;
  height: 75px;
  position: relative;
  background: #f4f4f4;
  color: #0e57ab;
  min-height: 60px;
}
.tariff-item .box-description p {
  font-size: 14px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 18px;
  width: 100%;
  padding: 0 10px;
}
.tariff-item .table {
  margin-bottom: 60px;
}
.tariff-item .table ul {
  padding: 0 15px;
  /*margin:10px  0; */
  list-style: none;
  display: block;
}
.tariff-item .table li {
  margin: 0;
  background-image: none;
  /*padding: 10px 0; */
  min-height: 75px;
  position: relative;
  border-bottom: 1px solid #d7d9da;
}
.tariff-item .table .title-option {
  color: #4f4f4f;
  font-size: 14px;
  line-height: 1.1em;
  /*width: ~"-webkit-calc(100% - 65px)";
			width: ~"-moz-calc(100% - 65px)";
			width: ~"calc(100% - 65px)"; */
  position: absolute;
  padding: 0;
  margin: 0;
  max-width: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tariff-item .table .description-option {
  position: absolute;
  right: 0;
  top: 50%;
  max-width: 50%;
  /*width: 73px;*/
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tariff-item .table .description-option div {
  line-height: 1em;
  color: #0c4da2;
}
.tariff-item .table .description-option div.black {
  color: #4f4f4f;
}
.main-page .tariff-item {
  font-size: 16px;
}
.main-page .tariff-item .medium {
  font-size: 20px;
}
.main-page .tariff-item .box-description {
  position: relative;
  height: 75px;
}
.main-page .tariff-item .table .title-option * {
  font-size: 16px;
}
.main-page .tariff-item .table .description-option {
  width: 110px;
}
.main-page .tariff-item .table .description-option div {
  line-height: 24px;
}
.main-page .tariff-item .table .title-option {
  font-size: 16px;
}
.main-page .tariff-item .table li {
  padding: 17px 0;
}
.main-page .tariff-item .box {
  min-height: 385px;
}
.main-page .tariff-item .box .btn {
  bottom: 20px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.main-page .tariff-item .caption h4 {
  font-size: 28px;
}
.main-page .tariff-item .large {
  font-size: 30px;
}
.main-page .tariff-item .medium {
  font-size: 24px;
}
.main-page .tariff-item .box-description {
  /*padding: 20px 10px; */
  font-size: 1.05em;
}
@media screen and (min-width: 990px) and (max-width: 1200px) {
  .main-page .tariff-item .table .description-option {
    width: auto;
  }
  .main-page .tariff-item .table .title-option {
    width: 51%;
  }
  .main-page .tariff-item .box {
    min-height: 420px;
  }
}
@media screen and (max-width: 990px) {
  .main-page .tariff-item .table .description-option {
    width: auto;
  }
  .main-page .tariff-item .table .title-option {
    width: calc(100% - 84px);
  }
}
@media screen and (max-width: 640px) {
  .main-page .plantype {
    margin: 0;
  }
  .main-page .tariff-item {
    padding: 0;
  }
  .main-page .tariff-item .table {
    margin-bottom: 40px;
  }
  .main-page .caption > div {
    min-height: 45%;
  }
  .main-page .medium {
    font-size: 18px;
  }
  .main-page .tariff-item {
    margin-bottom: 20px;
  }
  .main-page .tariff-item .box .btn {
    position: relative;
  }
  .main-page .tariff-item .large {
    font-size: 24px;
  }
  .main-page .tariff-item .medium {
    font-size: 18px;
  }
}
/*@import '../../../../media/less/modules/news/preview';*/
.news {
  font-size: 16px;
}
.news .title {
  font-size: 28px;
  font-weight: bold;
  color: #0c4da2;
  padding: 5px 0;
}
.news .title h2 {
  margin: 5px 0 0 0;
}
.news .date {
  font-weight: bold;
}
.news .short {
  margin-bottom: 15px;
  word-break: break-all;
}
.news .image-block {
  display: inline-block;
  float: left;
  padding-right: 30px;
  padding-bottom: 30px;
}
.news .text-block {
  display: inline;
  word-break: break-all;
  word-wrap: break-word;
}
.news .footer-block {
  margin-top: 20px;
}
.news .footer-block li {
  background-image: none;
  list-style: square;
}
.news .footer-block .news_preview_item {
  margin-bottom: 15px;
}
.news .footer-block .news_preview_item .title p,
.news .footer-block .news_preview_item .title a {
  line-height: 16px;
  margin: 0;
  font-size: 16px;
  font-weight: normal;
}
.news .footer-block .news_preview_item .desc {
  display: none;
}
.news .footer-block .news_preview_item .date {
  font-weight: normal;
}
.news .footer-block .news_preview_item:last-of-type {
  margin-bottom: 0;
}
.news .back-link {
  color: #0c4da2;
  text-decoration: none;
  font-weight: bold;
}
.news .pagination {
  display: block;
}
.news_post {
  margin-bottom: 30px;
  height: 340px;
}
.news_post .news_img_wrap {
  overflow: hidden;
}
.news_post .news_img_wrap img {
  /*width: 100%; */
  max-height: 200px;
  position: relative;
  z-index: 2;
}
.news_post .news_img_wrap a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  /*&:before {
				content: '';
				position: absolute;
				z-index: 3;
				width: 100%;
				height: 100%;
				background: none;
				transition: background-color 0.3s;
				-webkit-transition: background-color 0.3s;

			}*/
  /*&:hover:before {
				background: url('/images/new/ic_arrow.png') center no-repeat, rgba(12, 77, 162, .7);
			} */
}
.news_post .news_img_wrap:hover {
  background: rgba(12, 77, 162, 0.7);
}
.news_post .news_date {
  display: block;
  color: #7b7b7b;
  font-size: 14px;
  margin: 15px 0 10px;
}
.news_post .news_link {
  color: #0c4da2;
  font-size: 20px;
  line-height: 22px;
  max-height: 106px;
  overflow: hidden;
  /*white-space: nowrap;*/
  display: block;
  text-overflow: ellipsis;
}
.news_post .news_link:hover {
  text-decoration: underline;
}
.news_form input {
  color: #59595a;
  font-size: 18px;
  font-weight: 100;
  line-height: 20px;
  font-family: "HeliosCond", sans-serif;
  padding: 11px 15px;
  width: 100%;
  border: none;
  background: #f4f4f4;
  margin-bottom: 20px;
}
#left-column ul {
  margin: 0;
  padding: 0;
}
#left-column ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  background-image: none;
}
#left-column ul li ul {
  padding-left: 15px;
}
.carusel-slider .slick-nav-btn {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 20px;
  display: inline-block;
  width: 10px;
  height: 10px;
  padding: 0;
  -webkit-transform: translateY(-50%);
  -webkit-transform: rotate(-45deg);
  -moz-transform: translateY(-50%);
  -moz-transform: rotate(-45deg);
  transform: translateY(-50%);
  transform: rotate(-45deg);
  border: none;
  outline: none;
  background: transparent;
}
.carusel-slider .slick-nav-btn.slick-next {
  right: 20px;
  left: auto;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}
.carusel-slider .slick-nav-btn:after {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  content: '';
  -webkit-transition: ease .2s;
  -moz-transition: ease .2s;
  transition: ease .2s;
  border-top: 2px solid #fff;
}
.carusel-slider .slick-nav-btn:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  content: '';
  -webkit-transition: ease .2s;
  -moz-transition: ease .2s;
  transition: ease .2s;
  border-left: 2px solid #fff;
}
.carusel-slider .slick-nav-btn:hover:before,
.carusel-slider .slick-nav-btn:hover:after {
  -webkit-transition: ease .2s;
  -moz-transition: ease .2s;
  transition: ease .2s;
  border-color: #ffe600;
}
.carusel-slider .slick-dots {
  position: absolute;
  bottom: -30px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.carusel-slider .slick-dots li {
  display: inline-block;
}
.carusel-slider .slick-dots button {
  line-height: 0;
  display: inline-block;
  overflow: hidden;
  width: 12px;
  height: 12px;
  margin: 0 4px;
  padding: 0;
  -webkit-transition: ease .3s;
  -moz-transition: ease .3s;
  transition: ease .3s;
  color: #cecece;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  background: #cecece;
}
.carusel-slider .slick-dots button:hover {
  -webkit-transition: ease .3s;
  -moz-transition: ease .3s;
  transition: ease .3s;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  transform: scale(0.8);
}
.carusel-slider .slick-active button {
  -webkit-transition: ease .3s;
  -moz-transition: ease .3s;
  transition: ease .3s;
  color: #1e4996;
  background: #1e4996;
}
.catalogue {
  padding-left: 0;
  padding-right: 0;
}
.catalogue.container > div {
  background: #fdfefe;
  position: relative;
  overflow-x: hidden;
}
.catalogue .ttitl_cat {
  font-size: 28px;
  color: #0c4da2;
  /*padding-bottom: 48px;*/
  line-height: 0.8;
  background-color: #fff;
}
.catalogue .nav-pills {
  text-transform: uppercase;
  font-size: 15px;
  padding: 0 10px;
}
.catalogue .nav-pills > li.active > a {
  background-color: #0c4da2;
  color: #fff;
}
.catalogue .nav-pills > li > a {
  padding-left: 21px;
  padding-right: 21px;
}
.catalogue .nav-pills > li > a:hover {
  background-color: #0c4da2;
  color: #fff;
}
.catalogue .catalog-grid_item-wrapper {
  margin-bottom: 20px;
  min-height: 356px;
}
.catalogue .ias-noneleft {
  display: none !important;
}
@media screen and (max-width: 1300px) {
  .catalogue .nav.lagro-sel.nav-pills > li > a {
    padding-left: 23px;
    padding-right: 22px;
  }
}
.filter-row {
  border-bottom: 1px solid #f0f6fb;
  font-size: 16px;
}
.filter-row a label {
  cursor: pointer;
  font-weight: normal;
}
.filter-row a:hover label {
  text-decoration: underline;
}
.filter-row .active,
.filter-row .current-parent {
  color: #0c4da2;
  font-weight: bold;
}
.filter-row .root-category {
  margin: 15px 0 5px;
}
.filter-row .control-pp-label {
  color: #0c4da2;
  font-weight: normal;
  padding: 17px 0;
  width: 100%;
  margin: 5px 0 25px 0;
  border-bottom: 1px dotted #ababab;
}
.filter-row .form-checkbox label {
  /*display:block;*/
  font-weight: normal;
}
.cat-item {
  border: 1px solid #ccc;
  margin-top: 10px;
  margin-bottom: 10px;
}
.cat-item > * {
  display: block;
}
.cat-item .ci-title {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  font-size: 17px;
  line-height: 24px;
  height: 68px;
  overflow-y: hidden;
}
.cat-item a.img-place {
  display: block;
  width: 44%;
  margin: 10px auto;
}
.cat-item a.img-place img {
  width: 100%;
}
.cat-item a.add-to-cart {
  float: right;
  margin-right: 10px;
  display: block;
  height: 36px;
  font: #fff;
  width: 80px;
  background: #0c4da2;
  text-align: center;
  line-height: 36px;
  font-size: 16px;
  cursor: pointer;
}
.cat-item .price {
  font-weight: bold;
  font-size: 22px;
  float: left;
  margin-left: 10px;
}
.cat-item .price span {
  font-size: 16px;
  font-weight: normal;
}
.cat-item p.bonus-on {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  clear: both;
  text-align: center;
  color: #4f4f4f;
  font-style: italic;
}
.cat-item p.bonus-on span {
  background: #ececec;
  display: block;
}
.cat-item form {
  padding: 0 10px 10px 10px;
  width: 100%;
  box-sizing: border-box;
}
.cat-item form label {
  font-weight: normal;
  font-size: 15px;
  color: #4f4f4f;
  margin-left: 10px;
}
.cat-inner {
  margin-left: -5px;
  margin-right: -5px;
}
.filter-btn {
  float: right;
  margin-right: 10px;
  display: block;
  height: 36px;
  font: #fff;
  background: #0c4da2;
  text-align: center;
  line-height: 36px;
  font-size: 16px;
  cursor: pointer;
  width: 70px;
}
.filter-btn:hover,
.filter-btn:active,
.filter-btn:focus {
  color: #fff;
}
.tinynav {
  display: none;
}
.lagro-sel {
  width: 100%;
  box-shadow: inset 0 -2px 4px #f0f0f0;
}
#main-column {
  margin-top: 18px;
}
.loader-bar {
  text-align: center;
  padding: 20px 0;
}
.loader-bar a {
  display: inline-block;
  color: #0c4da2;
  padding-left: 40px;
  font-size: 17px;
  position: relative;
}
.loader-bar a:before {
  width: 24px;
  height: 24px;
  border: 3px solid transparent;
  border-top: 3px solid #0c4da2;
  border-radius: 24px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  z-index: 2;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 600ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 600ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 600ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 600ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.loader-bar a:after {
  width: 24px;
  height: 24px;
  border: 4px solid #ccc;
  border-radius: 24px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
    width: 100%;
  }
  .cat-item {
    background: #fdfefe;
    max-width: 324px;
    padding-bottom: 20px;
  }
  .cat-item form label {
    font-weight: normal;
    font-size: 15px !important;
    color: #4f4f4f;
    margin-left: 10px;
    width: 100%;
  }
  .container-fluid.catalogue > div.container {
    background: #f4f4f4;
  }
}
@media screen and (max-width: 480px) {
  .cat-inner {
    width: 100%;
  }
}
/*----------------------------------------------------------------------------------------------------------------------------------------*/
.filter-header {
  color: #0c4da2;
}
.filter-in input[type="checkbox"] + label,
.cat-item form input[type="checkbox"] + label {
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .mobile-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.36);
    z-index: 1001;
  }
  .close-crc {
    position: fixed;
    right: 0;
    font: #fff;
    font-size: 40px;
    -moz-transform: rotate(45deg);
    /* Для Firefox */
    -ms-transform: rotate(45deg);
    /* Для IE */
    -webkit-transform: rotate(45deg);
    /* Для Safari, Chrome, iOS */
    -o-transform: rotate(45deg);
    /* Для Opera */
    transform: rotate(45deg);
    font-family: Arial;
    font-weight: bold;
    cursor: pointer;
  }
  #left-column {
    display: none;
  }
  #left-column.open {
    display: block;
  }
  .filter-block {
    position: fixed;
    width: 90%;
    left: 0;
    top: 0;
    max-height: 100%;
    overflow: auto;
    background-color: #fff;
    z-index: 1002;
    padding: 0 32px;
  }
  .filter-header {
    font-size: 30px;
    padding: 30px 0;
    display: inline-block;
  }
  .filter-row {
    border-bottom: 1px solid #f0f6fb;
  }
  .db-input-filter {
    width: 49%;
    display: inline-block;
    padding-bottom: 50px;
  }
  .db-input-filter input {
    width: 70%;
    max-width: 238px;
    border: 0;
    background-color: #f0f6fb;
    font-size: 48px;
    color: #0c4da2;
    display: block;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 90px;
    padding: 0 5%;
  }
  .db-input-filter span {
    display: block;
    width: 30%;
    float: left;
    font-size: 30px;
    color: #9f9f9f;
    text-align: center;
    padding-top: 21px;
  }
  .filter-in input[type="checkbox"],
  .cat-item form input[type="checkbox"] {
    display: none;
  }
  .filter-in input[type="checkbox"] + label,
  .cat-item form input[type="checkbox"] + label {
    color: #4f4f4f;
    font-size: 30px;
    padding-left: 72px;
    display: block;
    position: relative;
    line-height: 54px;
  }
  .filter-in input[type="checkbox"] + label:before,
  .cat-item form input[type="checkbox"] + label:before {
    content: '';
    position: absolute;
    width: 26px;
    height: 26px;
    border: 1px solid #ccc;
    left: 33px;
    top: 14px;
  }
  .filter-in input[type="checkbox"]:checked + label:after,
  .cat-item form input[type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
    width: 26px;
    height: 26px;
    left: 33px;
    top: 14px;
    background: url("/img/filter-cb.png") center no-repeat;
  }
  div.ttitl_cat {
    width: 100%;
    position: absolute;
    background: #0d50a5;
    height: 110px;
    font-size: 40px;
    font: #fff;
    padding: 20px 10px;
    box-sizing: border-box;
    top: 20px;
    margin-left: -15px;
    font-weight: bold;
    text-align: center;
  }
  .tinynav {
    width: 90%;
    margin: 0 auto;
    margin-top: 160px;
    border-radius: 0px;
    border: 0px;
    height: 60px;
    box-shadow: 4px 4px 2px #999;
    font-size: 20px;
    padding: 0 20px;
    position: relative;
  }
  .tinynav:after {
    content: '';
    display: block;
    position: absolute;
    background: url('/img/arrow-bt.png') no-repeat center center #ccc;
    right: 30px;
    top: 50%;
    width: 26px;
    height: 15px;
    margin-top: -8px;
    z-index: 10000;
  }
  .tinynav option {
    padding: 4px 0;
  }
  .filter-butonshow {
    background: url(/img/ico-filter.jpg) top center no-repeat;
    width: 59px;
    height: 59px;
    right: 30px;
    z-index: 1000;
    position: absolute;
    top: 50px;
  }
  .filter-in .btn-default {
    background: #fff;
    box-shadow: none;
  }
  .filter-in .bootstrap-select .dropdown-toggle:focus {
    outline: 0 !important;
    background: #fff;
  }
  .filter-in .btn-group.open .dropdown-toggle {
    background: #fff;
    box-shadow: none;
  }
  .filter-in .btn-group {
    box-shadow: none;
  }
  .tinynav {
    display: block;
  }
  .lagro-sel {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .filter-header {
    font-size: 16px;
    padding: 17px 0;
    border-bottom: 1px dotted #ababab;
    display: block;
  }
  .filter-header.non-dot {
    border: 0 none;
    padding-bottom: 0;
    padding-top: 15px;
  }
  .fl-bx {
    padding-top: 15px;
  }
  .fl-bx.non-top {
    padding-top: 0px;
  }
  .db-input-filter {
    width: 28%;
    display: inline-block;
  }
  .db-input-filter input {
    width: 100%;
    height: 34px;
    padding: 0 9px;
  }
  .filter-sl {
    display: inline-block;
    padding: 0 4px;
  }
  .filter-btn {
    float: right;
  }
  .filter-cont {
    background-color: #fff;
    padding: 0 20px;
  }
  .form-checkbox input[type="checkbox"],
  .form-checkbox input[type="radio"],
  .cat-item form input[type="checkbox"] {
    display: none;
  }
  .form-checkbox input[type="checkbox"] + label,
  .form-checkbox input[type="radio"] + label,
  .cat-item form input[type="checkbox"] + label {
    color: #4f4f4f;
    font-size: 15px;
    padding-left: 30px;
    display: block;
    position: relative;
    line-height: 20px;
  }
  .form-checkbox input[type="checkbox"] + label:before,
  .form-checkbox input[type="radio"] + label:before,
  .cat-item form input[type="checkbox"] + label:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    left: 0px;
    top: 1px;
  }
  .form-checkbox input[type="checkbox"]:checked + label:after,
  .form-checkbox input[type="radio"]:checked + label:after,
  .cat-item form input[type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0px;
    top: 1px;
    background: url('../img/filter-cb.png') center no-repeat;
    background-size: 11px 10px;
  }
  .ui-slider-horizontal {
    height: 8px;
  }
  .ui-slider {
    position: relative;
    text-align: left;
  }
  .ui-widget-content {
    background: #e4e4e4;
    color: #333333;
    border-radius: 4px;
  }
  .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
  }
  .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    border: 0;
  }
  .ui-widget-header {
    background: #0c4da2;
    color: #ffffff;
    font-weight: bold;
  }
  .ui-slider-horizontal .ui-slider-handle {
    top: -7px;
    margin-left: -12px;
  }
  .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default;
  }
  .ui-state-default,
  .ui-widget-content .ui-state-default,
  .ui-widget-header .ui-state-default {
    border: 1px solid #cacaca;
    background: #FFF;
    width: 22px;
    height: 22px;
    border-radius: 15px;
    outline: 0;
  }
  .price-range {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  .container-fluid.catalogue .nav-pills a {
    font-size: 13px;
    padding-left: 11px;
    padding-right: 12px;
  }
  .container-fluid.catalogue .nav-pills {
    padding: 0 10px;
  }
}
@media screen and (max-width: 480px) {
  .filter-butonshow {
    background: url(/img/ico-filter.jpg) top center no-repeat;
    width: 30px;
    height: 30px;
    right: 5px;
    z-index: 1000;
    position: absolute;
    top: 30px;
    background-size: contain;
  }
  .ttitl_cat {
    font-size: 20px !important;
    padding-bottom: 10px;
    height: 50px !important;
  }
}
/* Catalog */
.box .title {
  margin-bottom: 20px;
}
.catalog-grid_item {
  /*-webkit-box-shadow: 7px 6px 7px -5px rgba(0,0,0,.07);
	-moz-box-shadow: 7px 6px 7px -5px rgba(0,0,0,.07);
	box-shadow: 7px 6px 7px -5px rgba(0,0,0,.07);*/
  /*padding: 17px 25px;*/
  min-height: 317px;
}
.catalog-grid_item:nth-child(4n+4) {
  margin-right: 0;
}
.catalog-grid_item > * + * {
  margin-top: 15px;
}
.catalog-grid_item .item-title {
  height: 44px;
}
.catalog-grid_item .item-title a {
  text-decoration: none;
  color: #0c4da2;
}
.catalog-grid_item .item-title a:hover {
  text-decoration: underline;
}
.catalog-grid_item .item-thumb {
  position: relative;
  width: 100%;
  height: 240px;
}
.catalog-grid_item .item-thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.catalog-grid_item .item-rate_reviews {
  float: right;
}
.catalog-grid_item .item-rate_reviews a {
  font-size: 14px;
  position: relative;
  bottom: 3px;
  color: #0c4da2;
}
.catalog-grid_item .item-rate_reviews a:hover {
  font-size: 14px;
  position: relative;
  bottom: 3px;
  text-decoration: none;
  color: #0c4da2;
}
.catalog-grid_item .item-cost {
  height: 32px;
}
.catalog-grid_item .item-cost > * {
  display: inline-block;
}
.catalog-grid_item .item-cost input {
  float: right;
}
.catalog-grid_item .item-cost_price {
  font-size: 22px;
  line-height: 32px;
  color: #0c4da2;
  float: left;
}
.catalog-grid_item .item-cost_price span {
  font-family: 'HeliosCondBold';
}
.catalog-grid_item .item-cost_simile {
  height: 20px;
  text-align: center;
}
.catalog-grid_item .item-cost_simile label {
  font-size: 15px;
  cursor: pointer;
  color: #4f4f4f;
}
.catalog-grid_item .jq-checkbox {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  text-align: center;
  vertical-align: top;
  border: 1px solid #d0d0d0;
}
.catalog-grid_item .jq-checkbox.checked .jq-checkbox__div {
  -webkit-transition: ease .3s;
  -moz-transition: ease .3s;
  transition: ease .3s;
  opacity: 1;
}
.catalog-grid_item .jq-checkbox .jq-checkbox__div {
  display: inline-block;
  width: 20px;
  height: 20px;
  -webkit-transition: ease .1s;
  -moz-transition: ease .1s;
  transition: ease .1s;
  opacity: 0;
  background: url(/img/icon_check.png) no-repeat;
}
.catalog-grid_item .catalog-grid_item-wrapper {
  padding: 19px;
  border: 1px solid #c8c8c8;
}
.catalog-grid_item .catalog-grid_item-wrapper:hover {
  /*border-color: #c8c8c8;*/
  -webkit-box-shadow: 3px 3px 22px 0px rgba(200, 200, 200, 0.5);
  -moz-box-shadow: 3px 3px 22px 0px rgba(200, 200, 200, 0.5);
  box-shadow: 3px 3px 22px 0px rgba(200, 200, 200, 0.5);
}
.catalog-grid_item .preview-btn {
  margin-top: 1px;
  margin-left: -0.5vw;
  font-size: 1.05em;
  padding: 0.6vw 0.6vw;
}
.item-rate_points .raiting-container {
  display: inline-block;
  width: 16px;
  height: 16px;
  /*background: url(/img/rate-2.png) no-repeat;*/
}
.item-rate_points .raiting-container .active polygon {
  fill: #ffd200;
}
.item-rate > * {
  display: inline-block;
}
.product-view-additional {
  margin-top: 19px;
}
.product-view-additional .items-with {
  padding: 20px 20px 40px;
}
.product-view-additional .items-with > h4 {
  padding-bottom: 25px;
}
.product-view-additional.greyed .items-with {
  background: #f4f4f4;
}
.product-view-additional.greyed .items-with .catalog-grid_item-wrapper {
  background-color: #fff;
}
.page .container-fluid.box {
  margin: 50px 0;
  /*padding: 0 65px;*/
}
@media screen and (max-width: 991px) {
  .catalog-grid_item {
    padding: 17px 25px;
  }
}
/* CSS Document */
#slider a {
  display: block;
}
#slider img {
  max-height: 330px;
  width: auto !important;
  text-align: center;
  margin: 0 auto;
}
.view-product {
  font-size: 16px;
  /*.col-md-6 {
		padding-bottom: 20px;
	}*/
}
.view-product > div {
  padding: 0 10px;
}
.view-product .bx-default-pager {
  display: none;
}
.view-product .big-img-hold {
  width: 430px;
  height: 413px;
  /*padding: 7px 70px;
		margin: 0 30px;*/
}
.view-product .big-img-hold .bx-controls {
  display: none;
}
.view-product .bxslider {
  margin-left: -15px;
}
.view-product .bxslider li {
  min-height: 400px;
  min-width: 400px;
  display: block;
  margin: 0 10px;
}
.view-product .bxslider li img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 400px;
  max-height: 400px;
  transform: translate(-50%, -50%);
}
.view-product .rubber {
  padding-top: 20px;
}
.view-product #bx-pager {
  width: 421px;
  text-align: center;
  margin-top: 10px;
  position: relative;
  padding: 0 17px;
}
.view-product #bx-pager a {
  border: 1px solid #c8c8c8;
  display: inline-block;
  padding: 4px 0;
  margin: 0 10px;
}
.view-product #bx-pager a:hover {
  border-color: #396db2;
}
.view-product #bx-pager a img {
  max-width: 77px;
  max-height: 77px;
}
.view-product #bx-pager .bx-controls-direction {
  display: none;
}
.view-product #bx-pager .bx-controls-direction a {
  border: 0 none;
  width: 30px;
  height: 50px;
  text-indent: -9999px;
  top: 50%;
  margin-top: -25px;
  position: absolute;
}
.view-product #bx-pager .bx-controls-direction a.bx-prev {
  left: -18px;
  background: url(/img/arr-minisl-lft.png) no-repeat center center;
}
.view-product #bx-pager .bx-controls-direction a.bx-next {
  right: -10px;
  background: url(/img/arr-minisl-rgt.png) no-repeat center center;
}
.view-product #bx-pager:hover .bx-controls-direction {
  display: block;
}
.view-product .item-title {
  color: #0c4da2;
  font-size: 28px;
  padding: 20px 30px 20px 0;
}
.view-product .add-to-wl {
  float: right;
  width: 174px;
  margin-right: 85px;
  padding-top: 4px;
}
.view-product .add-to-wl form label {
  font-weight: normal;
  font-size: 15px !important;
  color: #4f4f4f;
  margin-left: 10px;
  width: 100%;
}
.view-product .add-to-wl form input[type="checkbox"] {
  display: none;
}
.view-product .add-to-wl form input[type="checkbox"] + label {
  color: #4f4f4f;
  font-size: 15px;
  padding-left: 30px;
  display: block;
  position: relative;
  line-height: 20px;
}
.view-product .add-to-wl form input[type="checkbox"] + label:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  left: 0;
  top: 1px;
}
.view-product .add-to-wl form input[type="checkbox"] + label:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 1px;
  background: url('/img/filter-cb.png') center no-repeat;
  background-size: 11px 10px;
}
.view-product .code-articul {
  display: block;
  width: 100%;
  color: #4f4f4f;
  margin-bottom: 20px;
}
.view-product .price-buy {
  color: #0c4da2;
  width: 100%;
}
.view-product .price-buy .price {
  font-weight: bold;
  font-size: 30px;
  float: left;
  margin-left: 10px;
}
.view-product .price-buy .price span {
  font-size: 16px;
  font-weight: normal;
}
.view-product .price-buy .add-to-cart {
  font-size: 18px;
  font: #fff;
  /*background: #0c4da2;
			height: 42px;
			line-height: 42px;
			display: block;
			/*float: right;*/
  width: 164px;
  text-align: center;
  margin-top: 10px;
  /*margin-right: 102px;*/
}
.view-product .item-rate_points {
  padding-bottom: 10px;
}
.view-product .color-add {
  clear: both;
  float: left;
  width: 100%;
  border: 1px dotted #ababab;
  border-left: none;
  border-right: none;
  padding: 15px 0;
  margin: 15px 0;
}
.view-product .colours {
  float: left;
}
.view-product .colours li {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  float: left;
  margin: 0 3px;
  border: 1px solid #d0d0d0;
  background-color: #f4f4f4;
}
.view-product .colours li.active {
  /*border: 1px solid #cecece;*/
  width: 32px;
  height: 32px;
  border-radius: 32px;
}
.view-product .colours li > * {
  /*border: 1px solid #d0d0d0;*/
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
  margin: 4px;
}
.view-product .colours span {
  float: left;
  line-height: 32px;
}
.view-product .type-device {
  width: 100%;
  clear: both;
  float: left;
  padding-bottom: 20px;
}
.view-product .type-device ul {
  margin: 0;
  padding: 0;
}
.view-product .type-device ul li {
  float: left;
  margin-right: 15px;
  display: block;
}
.view-product .tell-friends {
  width: 100%;
  float: left;
  margin-top: 16px;
  margin-bottom: 16px;
}
.view-product .tell-friends ul {
  padding: 20px 0;
  margin: 0;
}
.view-product .tell-friends ul li {
  display: block;
  float: left;
  margin-right: 10px;
}
.view-product .tell-friends ul li a {
  background-color: #d8d9d8;
  width: 32px;
  height: 32px;
  display: block;
  border-radius: 32px;
  background-repeat: no-repeat;
  background-position: center center;
}
.view-product .tell-friends ul li a:hover {
  background-color: #0c4da2;
}
.view-product .tell-friends ul li a.vk {
  background-image: url(/img/vk-ic.png);
}
.view-product .tell-friends ul li a.fb {
  background-image: url(/img/fb-ic.png);
}
.view-product .tell-friends ul li a.tw {
  background-image: url(/img/tw-ic.png);
}
.view-product .short-desc {
  float: left;
  width: 100%;
  clear: both;
}
.view-product .short-desc > span {
  clear: both;
  color: #0c4da2;
  /*font-size: 15px;*/
  width: 100%;
  float: left;
}
.view-product .short-desc ul {
  display: block;
  width: 100%;
  padding: 0;
  margin-left: -8px;
  /*margin: 20px 0;
			padding: 0 20px;
			float: left;
			width: 50%;
			li {
				list-style-image: url(/img/filter-cb.png);
				color: #4f4f4f;
				margin: 4px 0;
			}*/
}
.view-product .short-desc ul li {
  display: block;
  margin-top: 4px;
  float: left;
  width: 50%;
}
.view-product .short-desc ul li:before {
  content: ' ';
  width: 20px;
  height: 20px;
  display: block;
  background: url(/img/filter-cb.png) center center no-repeat;
  color: #4f4f4f;
  margin: 0 4px 0;
  padding: 0;
  float: left;
}
.view-product .short-desc ul li > span {
  display: inline-block;
  word-break: normal;
  max-width: 230px;
}
.view-product .banner {
  padding-bottom: 15px;
}
.view-product .banner a {
  width: 100%;
  display: block;
  overflow-x: hidden;
}
.view-product .banner a img {
  max-width: 100%;
  display: block;
  width: 100%;
}
.view-product .nav-tabs {
  text-transform: uppercase;
  padding: 0 30px;
  margin-left: -15px;
  margin-right: -15px;
  border-bottom: 1px #ededed solid;
  /*box-shadow: inset 0 -3px 3px #ededed;*/
  font-size: 15px;
}
.view-product .nav-tabs > li > a {
  border: 0 none;
  border-radius: 0;
}
.view-product .nav-tabs li {
  margin-bottom: 0 !important;
}
.view-product .nav-tabs li.active a {
  color: #fff;
}
.view-product .nav-tabs li a:active,
.view-product .nav-tabs li a:hover {
  background: #0c4da2;
  color: #fff;
}
.view-product .nav-tabs li.active a {
  font: #fff;
  background: #0c4da2;
  border-width: 0 !important;
}
.view-product .tab-pane {
  padding: 20px 0;
  color: #4f4f4f;
}
.view-product .tab-pane p {
  padding-bottom: 15px;
}
.view-product .tab-pane p.reedmore {
  padding-bottom: 0 !important;
}
.view-product .tab-pane a {
  color: #0c4da2;
}
.view-product .tab-pane table td {
  vertical-align: top;
}
.view-product .tab-pane table td:first-child {
  width: 50%;
}
.view-product .tab-pane table td strong {
  font-weight: bold;
}
.view-product .video-guide {
  padding-bottom: 20px;
}
.view-product .video-guide span {
  font-size: 24px;
}
.view-product .video-guide video {
  width: 100%;
  margin-top: 20px;
  background: #ddd;
}
.view-product #charact table {
  width: 100%;
}
.product-view-additional .catalog-grid_item {
  margin-bottom: 30px;
}
.cat-item {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.cat-item > * {
  display: block;
}
.cat-item .ci-title {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  font-size: 17px;
  line-height: 24px;
  height: 68px;
  overflow-y: hidden;
}
.cat-item a.img-place {
  display: block;
  width: 44%;
  margin: 10px auto;
}
.cat-item a.img-place img {
  width: 100%;
}
.cat-item a.add-to-cart {
  float: right;
  margin-right: 10px;
  display: block;
  height: 36px;
  font: #fff;
  width: 80px;
  background: #0c4da2;
  text-align: center;
  line-height: 36px;
  font-size: 16px;
  cursor: pointer;
}
.cat-item .price {
  font-weight: bold;
  font-size: 22px;
  float: left;
  margin-left: 10px;
}
.cat-item .price span {
  font-size: 16px;
  font-weight: normal;
}
.filter-btn {
  float: right;
  margin-right: 10px;
  display: block;
  height: 36px;
  font: #fff;
  background: #0c4da2;
  text-align: center;
  line-height: 36px;
  font-size: 16px;
  cursor: pointer;
  width: 40px;
}
h4 {
  /*	font-size: 20px !important;
		margin-top: 30px;
		margin-bottom: 0;
		float: left;
		width: 100%;*/
}
.seen-item,
.items-with {
  background: #fff;
  margin-top: 20px;
  /*box-shadow: 0 3px 6px #ddd;*/
  float: left;
}
@media screen and (max-width: 991px) {
  .tell-friends {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  #cboxLoadedContent img {
    max-height: 400px !important;
  }
  .view-product #bx-pager {
    width: 225px;
  }
  .view-product .item-title {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .view-product .big-img-hold {
    padding: 0;
    /*padding: 7px 70px;*/
    margin: 0 !important;
    height: 180px;
  }
  .view-product .big-img-hold .bx-wrapper {
    width: 220px;
  }
  .view-product .big-img-hold .bxslider {
    height: 180px;
    margin-left: -3px;
  }
  .view-product .big-img-hold .bxslider li {
    height: 180px;
    min-height: 0;
    min-width: 0;
    max-height: 180px;
    max-width: 320px;
    display: block;
    margin: 0 10px;
  }
  .view-product .big-img-hold .bxslider li img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 180px;
    max-width: 320px;
    transform: translate(-50%, -50%);
  }
  .view-product .item-page {
    margin: 0 auto !important;
  }
  .container,
  .item-page,
  .row {
    /*padding: 0 !important;
			margin: 0 !important;*/
    max-width: 320px;
  }
  .conteiner-fluid {
    max-width: 320px;
  }
  body {
    min-width: 240px !important;
  }
}
@media screen and (min-width: 321px) and (max-width: 772px) {
  .view-product .bx-wrapper {
    width: 300px;
  }
  .view-product .bxslider2 li {
    width: 60px !important;
  }
  .view-product .bxslider li {
    text-align: center;
  }
}
@media screen and (min-width: 321px) and (max-width: 480px) {
  body {
    min-width: 320px;
  }
  .view-product .small-img .bx-wrapper {
    width: 300px;
  }
  .view-product .small-img .bx-wrapper .bxslider2 li {
    /*width: auto !important;*/
  }
  .view-product .big-img-hold {
    height: 320px;
  }
  .view-product .big-img-hold .bx-viewport {
    max-height: 320px;
  }
  .view-product .big-img-hold .bxslider {
    margin-left: -3px;
  }
  .view-product .big-img-hold .bxslider li {
    min-height: 320px;
    min-width: 320px;
    width: 320px;
    height: 320px;
    text-align: center;
    margin: 0 auto;
  }
  .view-product .big-img-hold .bxslider li img {
    max-height: 320px;
    max-width: 320px;
    left: auto;
    transform: translateY(-50%);
  }
  .view-product .big-img-hold .price-buy .add-to-cart {
    width: 80px;
  }
  .view-product .big-img-hold .cat-inner {
    width: 100%;
  }
  .view-product .big-img-hold .short-desc ul {
    margin: 0 auto;
    width: 100% !important;
    padding-left: 0 !important;
  }
  .view-product .big-img-hold .nav-tabs li {
    width: 100%;
  }
  .view-product .big-img-hold #bx-pager .bx-wrapper {
    width: 190px;
    max-width: 100%;
  }
}
@media screen and (min-width: 639px) and (max-width: 772px) {
  .view-product .big-img-hold .bxslider {
    margin-left: -10vw;
  }
}
@media screen and (max-width: 767px) {
  .view-product .item-title {
    text-align: center;
  }
  .view-product .item-ark {
    position: relative;
    padding-bottom: 80px;
  }
  .view-product .big-img-hold {
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  .view-product #bx-pager {
    margin: 0 auto;
    width: 100%;
    padding: 0 10px;
  }
  .view-product #bx-pager .bx-controls-direction a.bx-next {
    right: -18px;
  }
  .view-product .price-buy {
    text-align: center;
  }
  .view-product .price-buy .price {
    float: none;
  }
  .view-product .price-buy .add-to-cart {
    margin-right: 0;
  }
  .view-product .big-img-hold .bx-wrapper,
  .view-product #bx-pager .bx-wrapper {
    margin: 0 auto;
  }
  .view-product #bx-pager .bx-wrapper {
    width: 320px;
    padding: 0;
  }
  .view-product .short-desc span {
    text-align: center;
    font-size: 24px;
    display: inline-block;
    width: 100%;
  }
  .view-product .short-desc ul {
    width: 560px;
    margin: 0 auto;
    padding-left: 60px;
  }
  .view-product .nav-tabs {
    font-size: 13px;
    padding: 0 10px;
  }
  .view-product .tab-charact > div.rubber {
    display: none;
  }
  .view-product a.mobile-charact {
    text-align: center;
    width: 50%;
    margin: 0 auto;
    display: block;
    font-size: 20px;
    text-decoration: underline;
    color: #0c4da2;
    margin-bottom: 20px;
  }
}
.dop_serv_cont {
  font-size: 18px;
}
.dop_serv_cont img {
  max-width: 200px;
}
.dop_serv_cont h1,
.dop_serv_cont h3 {
  margin-bottom: 25px;
  font-size: 32px;
  color: #0c4da2;
}
.dop_serv_cont .undertxt {
  text-decoration: underline;
}
.dop_serv_cont .sarvice_banner {
  margin-bottom: 35px;
}
.dop_serv_cont .serv_list {
  list-style-type: none;
  padding: 0;
  margin: 10px 0;
}
.dop_serv_cont .serv_list li {
  background: none;
  margin-bottom: 15px;
  padding: 0;
}
.dop_serv_cont .my_s_icon {
  width: 27px;
  height: 27px;
  background: url('/img/dop_serv_icons.png');
  display: inline-block;
  margin-right: 10px;
  margin-bottom: -10px;
}
.dop_serv_cont .human {
  background-position: 0 -35px;
}
.dop_serv_cont .mark {
  background-position: 0 -74px;
}
.dop_serv_cont .map {
  background-position: 0 -115px;
}
.dop_serv_cont .mobile {
  background-position: 0 -156px;
}
.dop_serv_cont .serv_tab {
  border-top: 1px solid #dedede;
  border-left: 1px solid #dedede;
}
.dop_serv_cont .serv_tab tr td {
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  padding: 5px 18px;
}
.dop_serv_cont .serv_tab tr td:last-child {
  color: #0c4da2;
  font-size: 24px;
  font-weight: 400;
}
.dop_serv_cont .bt {
  color: #17479b;
  font-size: 20px;
  display: block;
}
.dop_serv_cont .bt36 {
  font-size: 36px !important;
  font-weight: 400;
}
.serv_connect h3 {
  font-size: 38px;
}
#plan {
  padding: 0 60px 50px;
  /*@media handheld{
		@media (orientation:landscape) {
			@media (min-width: 640px) and (max-width: 700px ){
				.plan-selector {

					& > div {
						position: relative;
						a {

							text-align: center;
							i.sprite{
								margin:0;

								height: 63px;
								margin-bottom: 20px;

								&+span{
									display: block;
									position: absolute;
									top: 50%;
									transform: translateY(-50%);
									left:0;
									text-align: left;
									margin-left: 145px;
									width:140px;
								}
							}

						}
					}

				}
			}
		}
	}*/
}
#plan > div > .row:first-child {
  margin: 0;
}
#plan h1,
#plan h2,
#plan h3 {
  color: #0c4da2;
}
#plan h1 {
  margin-top: 50px;
}
#plan .plantype {
  margin-top: 30px;
}
#plan .plantype .tariff-item .outer-box {
  box-shadow: 2px 2px 2px #cccccc;
}
#plan .plantype .tariff-item .box {
  border-width: 0;
}
#plan .sprite {
  display: inline-block;
  background: url('/img/sprite.png') 0 0 no-repeat;
  overflow: hidden;
}
#plan .sprite.smartphone {
  background-position: 0 -76px;
  width: 34px;
  height: 63px;
  margin-top: 0;
  margin-bottom: 0;
}
#plan .sprite.tablet {
  background-position: -68px -76px;
  width: 80px;
  height: 54px;
  margin-top: 4px;
  margin-bottom: 4px;
}
#plan .sprite.notebook {
  background-position: 0px -142px;
  width: 114px;
  height: 57px;
  margin-top: 3px;
  margin-bottom: 2px;
}
#plan .sprite.notebook + span {
  text-align: left;
  display: inline-block;
  /*width: 101px;*/
  vertical-align: middle;
}
#plan .plan-selector a {
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  padding: 30px 0;
  text-decoration: none;
}
#plan .plan-selector a:hover,
#plan .plan-selector a:focus {
  text-decoration: none;
}
#plan .plan-selector .sprite {
  vertical-align: middle;
  margin-right: 8px;
}
#plan .plan-selector > div {
  height: 145px;
  border-bottom: 3px solid #dee3e7;
}
#plan .plan-selector > div span {
  color: #888;
}
#plan .plan-selector > div.active,
#plan .plan-selector > div:hover:nth-child(n+1) {
  border-bottom: 3px solid #0c4da2;
}
#plan .plan-selector > div.active span,
#plan .plan-selector > div:hover:nth-child(n+1) span {
  color: #0c4da2;
}
#plan .plan-selector > div.active .sprite.smartphone,
#plan .plan-selector > div:hover:nth-child(n+1) .sprite.smartphone {
  background-position: -34px -76px;
  width: 34px;
  height: 63px;
}
#plan .plan-selector > div.active .sprite.tablet,
#plan .plan-selector > div:hover:nth-child(n+1) .sprite.tablet {
  background-position: -148px -76px;
  width: 80px;
  height: 54px;
}
#plan .plan-selector > div.active .sprite.notebook,
#plan .plan-selector > div:hover:nth-child(n+1) .sprite.notebook {
  background-position: -122px -142px;
  width: 114px;
  height: 57px;
}
#plan .plan-selector > div:first-child {
  font-size: 28px;
  padding-top: 25px;
  padding-bottom: 30px;
  padding-left: 0;
  color: #0c4da2;
}
#plan .plan-selector > div.active:not(:first-child),
#plan .plan-selector > div.hover:not(:first-child) {
  border-bottom: 3px solid #0c4da2;
}
@media screen and (max-width: 1200px) {
  #plan .plan-selector > div span {
    width: auto;
  }
}
@media screen and (max-width: 800px) {
  #plan {
    padding: 0 15px 20px;
  }
  #plan .sprite.notebook {
    margin-left: 0;
    margin-right: 10px !important;
  }
  #plan .plan-selector > div {
    height: 85px;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }
  #plan .plan-selector > div a {
    padding: 0;
    text-align: left;
  }
  #plan .plan-selector .visible-xs {
    display: inline-block !important;
  }
  #plan .sprite i {
    display: block;
    float: left;
  }
  #plan .sprite.smartphone {
    margin-left: 28px;
    margin-right: 63px !important;
  }
  #plan .sprite.tablet {
    margin-left: 5px;
    margin-right: 40px !important;
  }
}
@media screen and (min-width: 800px) and (max-width: 1200px) {
  #plan .plan-selector > div :nth-child(2) {
    padding-left: 0;
  }
  #plan .plan-selector > div:last-child {
    padding-right: 0;
  }
  #plan .plan-selector > div a {
    text-align: center;
  }
  #plan .plan-selector > div a i.sprite {
    margin: 0 auto;
    display: block;
    height: 63px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  #plan .plan-selector .sprite.notebook + span {
    width: 101px;
  }
}
@media screen and (max-width: 480px) {
  #plan {
    padding: 0 5px;
  }
  #plan .plan-selector > div {
    padding: 0;
  }
  #plan .plan-selector > div a {
    position: relative;
  }
  #plan .plan-selector > div span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    display: block;
  }
}
.tariffs-all div.title-center > h3 {
  font-size: 32px;
}
.main-page {
  padding-bottom: 50px;
}
.main-page .container {
  background-color: white;
}
.et_devices-homepage {
  margin-top: 60px;
}
.et_devices-homepage--main > * {
  margin-top: 0;
  margin-bottom: 0;
}
.et_devices-homepage--title {
  color: #0c4da2;
  font-family: HeliosCond;
}
.et_devices-homepage--item {
  padding: 25px 10px;
  background-color: #fff;
  box-shadow: 2px 2px 2px #cccccc;
  max-height: 410px;
  margin-top: 25px;
  text-align: center;
}
.et_devices-homepage--item > * {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.et_devices-homepage--item > * + * {
  margin-top: 10px;
}
.et_devices-homepage--h3 {
  color: #0c4da2;
  font-family: HeliosCond;
  font-size: 24px;
  height: 55px;
}
.et_devices-homepage--thumb {
  height: 220px;
  position: relative;
  overflow: hidden;
}
.et_devices-homepage--img {
  max-height: 100%;
  max-width: 100%;
}
.et_devices-homepage--button {
  display: inline-block;
  font-family: HeliosCond, HeliosCondItalic, Tahoma, sans-serif !important;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  text-decoration: none;
  color: #fff;
  background-color: #0c4da2;
  transition: ease .5s;
  -webkit-transition: ease .5s;
  width: auto;
  font-weight: normal;
  line-height: 24px;
  vertical-align: middle;
  white-space: nowrap;
}
.et_devices-homepage--button:hover {
  text-decoration: none;
  color: #fff;
  background-color: #116ed2;
  transition: ease .5s;
  -webkit-transition: ease .5s;
}
.main-page .et_devices-homepage--main {
  padding: 0 60px 50px;
}
.main-page #main-page-circles {
  padding-bottom: 50px;
}
@media screen and (max-width: 339px) {
  .main-page .et_devices-homepage--main {
    padding: 0 15px 20px;
  }
}
@media screen and (max-width: 640px) {
  .main-page .et_devices-homepage--main {
    padding: 0 15px 15px;
  }
}
/********************************************* HOME INTERNET **********************************************************/
.home_internet {
  /*.aksii-boxes{
		width: 658px;
		margin: 0 auto;
	}*/
}
.home_internet .steps-inline--item {
  position: relative;
  display: inline-block;
  width: -webkit-calc(28%);
  width: -moz-calc(28%);
  width: calc(28%);
  margin: 20px 0 0;
  padding-left: 2%;
  padding-right: 2%;
  vertical-align: text-top;
}
.home_internet .steps-inline--item:not(:last-child):after {
  content: '. . . . . . . . . .';
  position: absolute;
  top: 10px;
  right: 0;
  width: 74px;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  transform: translateX(50%);
}
.home_internet .steps-inline--title h3 {
  font-size: 18px;
  color: #0c4da2;
  text-align: center;
  min-height: 35px;
}
.home_internet .steps-inline--title h3 span {
  color: #4f4f4f;
}
.home_internet .steps-inline--activate {
  padding-top: 100px;
  background: url(/img/home-internet/home-icon-1.png) top center no-repeat transparent;
}
.home_internet .steps-inline--tarif {
  padding-top: 100px;
  background: url(/img/home-internet/home-icon-2.png) top center no-repeat transparent;
}
.home_internet .steps-inline--response {
  padding-top: 100px;
  background: url(/img/home-internet/home-icon-3.png) top center no-repeat transparent;
}
.home_internet .row-steps--title h3 {
  font-size: 28px;
  color: #4f4f4f;
  margin: 20px 0;
}
.home_internet .row-steps--title h3:before {
  content: attr(data-row-step);
  line-height: 1em;
  display: inline-block;
  margin-right: 15px;
  padding: 15px 23px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #ffe600;
}
.home_internet .row-steps--content .typical-fiels {
  max-width: 450px;
  margin: 0 auto;
}
.home_internet .typical-fiels p {
  font-size: 22px;
  color: #59595a;
  margin: 0;
  min-height: 32px;
}
.home_internet .typical-fiels p + p {
  margin-top: 10px;
}
.home_internet .typical-fiels input,
.home_internet .typical-fiels .jq-selectbox {
  color: #024d9f;
  font-size: 22px;
  padding: 7px 10px;
  -webkit-transition: ease .15s;
  -moz-transition: ease .15s;
  transition: ease .3s;
  border: 1px solid #d2d6d7;
  outline: none;
  line-height: 1em;
  background-color: #ffffff;
  width: -webkit-calc(-28%);
  width: -moz-calc(-28%);
  width: calc(-28%);
}
.home_internet .typical-fiels input[type="submit"] {
  margin-left: auto;
  display: block;
  background: #ffe600;
  border-color: #ffe600;
  width: auto;
}
.home_internet .typical-fiels input[type="submit"]:hover {
  margin-left: auto;
  display: block;
  background: #024d9f;
  border-color: #024d9f;
  color: #fff;
}
.home_internet .typical-fiels .jq-selectbox__select-text {
  cursor: pointer;
  background: url(/img/triangle.png) center right no-repeat;
}
.home_internet .typical-fiels label {
  width: 100px;
  display: inline-block;
}
.home_internet .typical-fiels .jq-selectbox__dropdown {
  width: 100%;
  background: #fff;
  border: 1px solid #d2d6d7;
  margin-top: 15px;
  -webkit-box-shadow: 5px 5px 23px -10px rgba(0, 0, 0, 0.49);
  -moz-box-shadow: 5px 5px 23px -10px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 23px -10px rgba(0, 0, 0, 0.49);
}
.home_internet .typical-fiels .jq-selectbox__dropdown ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.home_internet .typical-fiels .jq-selectbox__dropdown li {
  color: #024d9f;
  font-size: 22px;
  padding: 7px 10px;
  -webkit-transition: ease .15s;
  -moz-transition: ease .15s;
  transition: ease .3s;
  outline: none;
  line-height: 1em;
  background-color: #ffffff;
  width: -webkit-calc(80%);
  width: -moz-calc(80%);
  width: calc(80%);
}
.home_internet .typical-fiels .jq-selectbox__dropdown li:hover {
  background-color: #f7f7f7;
  cursor: pointer;
}
.home_internet .row-steps--description {
  color: #024d9f;
  margin: 20px 0;
  line-height: 1.3em;
}
.home_internet .row-steps--description a {
  color: #024d9f;
}
.home_internet .inner-title {
  margin-top: 30px;
}
.home_internet .aksii-boxes--item {
  outline: none;
  margin: 0 10px;
}
.home_internet .aksii-boxes--item input {
  display: block;
  width: 100%;
}
.home_internet .aksii-boxes--thumbnail img {
  width: 100%;
}
.home_internet .aksii-boxes--content {
  border: 1px solid #d3d6d7;
  padding: 15px 22px;
}
.home_internet .aksii-boxes--content h3 {
  text-transform: uppercase;
  color: #0c4da2;
  font-size: 18px;
  min-height: 40px;
}
.home_internet .aksii-boxes--content * + * {
  margin-top: 15px;
}
.home_internet .row-steps--content > * + * {
  margin-top: 30px;
}
.home_internet .aksii-short-desc {
  min-height: 90px;
}
.home_internet label {
  font-weight: normal;
}
.home_internet .breadcrumb {
  background: #fff none repeat scroll 0 0;
}
.home_internet .dispblock {
  display: block !important;
}
@media screen and (max-width: 1280px) {
  .home_internet {
    padding-left: 30px;
    padding-right: 30px;
  }
  .home_internet .no-root-padding {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media screen and (max-width: 960px) {
  .home_internet {
    padding-left: 15px;
    padding-right: 15px;
  }
  .home_internet .no-root-padding {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (max-width: 640px) {
  .home_internet {
    padding-left: 10px;
    padding-right: 10px;
  }
  .home_internet .no-root-padding {
    margin-left: -10px;
    margin-right: -10px;
  }
}
/**********************************************************************************************************************/
.spd_internet .steps-inline--item {
  position: relative;
  display: inline-block;
  width: -webkit-calc(28%);
  width: -moz-calc(28%);
  width: calc(28%);
  margin: 20px 0 0;
  padding-left: 2%;
  padding-right: 2%;
  vertical-align: text-top;
}
.spd_internet .steps-inline--item:not(:last-child):after {
  content: '. . . . . . . . . .';
  position: absolute;
  top: 10px;
  right: 0;
  width: 74px;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  transform: translateX(50%);
}
.spd_internet .steps-inline--title h3 {
  font-size: 18px;
  color: #0c4da2;
  text-align: center;
  min-height: 35px;
}
.spd_internet .steps-inline--title h3 span {
  color: #4f4f4f;
}
.spd_internet .steps-inline--activate {
  padding-top: 100px;
  background: url(/img/home-internet/home-icon-1.png) top center no-repeat transparent;
}
.spd_internet .steps-inline--tarif {
  padding-top: 100px;
  background: url(/img/home-internet/home-icon-2.png) top center no-repeat transparent;
}
.spd_internet .steps-inline--response {
  padding-top: 100px;
  background: url(/img/home-internet/home-icon-3.png) top center no-repeat transparent;
}
.spd_internet .row-steps--title h3 {
  font-size: 28px;
  color: #4f4f4f;
  margin: 20px 0;
}
.spd_internet .row-steps--title h3:before {
  content: attr(data-row-step);
  line-height: 1em;
  display: inline-block;
  margin-right: 15px;
  padding: 15px 23px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #ffe600;
}
.spd_internet .row-steps--content .typical-fiels {
  max-width: 450px;
  margin: 0 auto;
}
.spd_internet .typical-fiels p {
  font-size: 22px;
  color: #59595a;
  margin: 0;
  min-height: 32px;
}
.spd_internet .typical-fiels p + p {
  margin-top: 10px;
}
.spd_internet .typical-fiels input,
.spd_internet .typical-fiels .jq-selectbox {
  color: #024d9f;
  font-size: 22px;
  padding: 7px 10px;
  -webkit-transition: ease .15s;
  -moz-transition: ease .15s;
  transition: ease .3s;
  border: 1px solid #d2d6d7;
  outline: none;
  line-height: 1em;
  background-color: #ffffff;
  width: -webkit-calc(-28%);
  width: -moz-calc(-28%);
  width: calc(-28%);
}
.spd_internet .typical-fiels input[type="submit"] {
  margin-left: auto;
  display: block;
  background: #ffe600;
  border-color: #ffe600;
  width: auto;
}
.spd_internet .typical-fiels input[type="submit"]:hover {
  margin-left: auto;
  display: block;
  background: #024d9f;
  border-color: #024d9f;
  color: #fff;
}
.spd_internet .typical-fiels .jq-selectbox__select-text {
  cursor: pointer;
  background: url(/img/triangle-blue.png) center right no-repeat;
}
.spd_internet .typical-fiels label {
  width: 100px;
  display: inline-block;
}
.spd_internet .typical-fiels .jq-selectbox__dropdown {
  width: 100%;
  background: #fff;
  border: 1px solid #d2d6d7;
  margin-top: 15px;
  -webkit-box-shadow: 5px 5px 23px -10px rgba(0, 0, 0, 0.49);
  -moz-box-shadow: 5px 5px 23px -10px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 23px -10px rgba(0, 0, 0, 0.49);
}
.spd_internet .typical-fiels .jq-selectbox__dropdown ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.spd_internet .typical-fiels .jq-selectbox__dropdown li {
  color: #024d9f;
  font-size: 22px;
  padding: 7px 10px;
  -webkit-transition: ease .15s;
  -moz-transition: ease .15s;
  transition: ease .3s;
  outline: none;
  line-height: 1em;
  background-color: #ffffff;
  width: -webkit-calc(80%);
  width: -moz-calc(80%);
  width: calc(80%);
}
.spd_internet .typical-fiels .jq-selectbox__dropdown li:hover {
  background-color: #f7f7f7;
  cursor: pointer;
}
.spd_internet .row-steps--description {
  color: #024d9f;
  margin: 20px 0;
  line-height: 1.3em;
}
.spd_internet .row-steps--description a {
  color: #024d9f;
}
.spd_internet .inner-title {
  margin-top: 30px;
}
.spd_internet .aksii-boxes--item {
  outline: none;
  margin: 0 10px;
}
.spd_internet .aksii-boxes--item input {
  display: block;
  width: 100%;
}
.spd_internet .aksii-boxes--thumbnail img {
  width: 100%;
}
.spd_internet .aksii-boxes--content {
  border: 1px solid #d3d6d7;
  padding: 15px 22px;
}
.spd_internet .aksii-boxes--content h3 {
  text-transform: uppercase;
  color: #0c4da2;
  font-size: 18px;
}
.spd_internet .aksii-boxes--content * + * {
  margin-top: 15px;
}
.spd_internet .row-steps--content > * + * {
  margin-top: 30px;
}
.spd_internet label {
  font-weight: normal;
}
.spd_internet .breadcrumb {
  background: #fff none repeat scroll 0 0;
}
.spd_internet .dispblock {
  display: block!important;
}
/********************************************* HOME WIFI FORMS **********************************************************/
/**
решил не ложить этот мусор сюда, он весь в /landings/wifi/_css
*/
.search-result {
  padding: 10px 15px;
}
.search-result .message {
  font-size: 18px;
}
.search-result form {
  padding: 0 0 10px 0 ;
}
.search-result .records {
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
}
.search-result .search-category {
  margin-top: 35px;
}
.search-result .search-category h3 {
  font-size: 18px;
}
.search-result .search-category > h3 {
  font-size: 24px;
  color: #0c4da2;
}
.search-result .search-category ul li {
  list-style: none;
  padding-bottom: 5px;
}
.raomaing_karta_business .upcase {
  text-transform: uppercase;
}
.raomaing_karta_business .bold {
  font-family: "HeliosCondBold";
}
.raomaing_karta_business .blue {
  color: #0c4da2;
}
.raomaing_karta_business h5,
.raomaing_karta_business .h5 {
  font-size: 30px;
  font-family: "HeliosCondRegular" !important;
}
.raomaing_karta_business .blue-bg {
  background: #0c4da2;
  padding: 10px 5%;
}
.raomaing_karta_business .text-style {
  margin: 0;
  font-weight: normal;
  color: #fff;
}
.raomaing_karta_business .oneline {
  margin-top: 30px;
}
.raomaing_karta_business .oneline input {
  width: 30%;
  padding: 8px 1%;
  margin-right: 2%;
  border-color: transparent;
  font-size: 16px;
  font-weight: 100;
  display: inline-block;
}
.raomaing_karta_business .size-420 {
  margin-top: 15px;
  width: calc(50% - 10px);
  float: left;
}
.raomaing_karta_business .size-420:nth-child(2) {
  /* width: 350px; */
  float: right;
}
.raomaing_karta_business .select_1 .row {
  margin: 0;
}
.raomaing_karta_business .list_1 {
  border: 1px solid #d3d6d7;
  padding-bottom: 10px;
  margin-top: 10px;
}
.raomaing_karta_business .list_1:first-child {
  margin-top: 0;
  margin-left: 0;
}
.raomaing_karta_business .list_1 ul {
  margin: 0;
}
.raomaing_karta_business .list_1 ul li {
  width: 90%;
  margin: 0 5%;
  padding: 10px 0;
  background: none;
  list-style-type: none;
}
.raomaing_karta_business .list_1 ul li .row {
  position: relative;
  min-height: 42px;
}
.raomaing_karta_business .list_1 ul li .row.active {
  background: #ffe600;
}
.raomaing_karta_business .list_1 ul li p {
  position: absolute;
  width: 60%;
  top: 50%;
  left: 0;
  padding-left: 5px;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.raomaing_karta_business .list_1 ul li p.short {
  width: 50%;
}
.raomaing_karta_business .list_1 ul li .sum {
  text-align: right;
  padding-right: 5px;
}
.raomaing_karta_business .list_1 ul li:nth-child(odd) {
  border-top: 1px dashed #97a6b5;
  border-bottom: 1px dashed #97a6b5;
}
.raomaing_karta_business .list_1 ul li:last-child {
  border-bottom-color: transparent;
}
.raomaing_karta_business .list_1 ul li.title {
  padding: 10px 5%;
  width: 90%;
  background: #f4f4f4;
  border-color: transparent;
  margin: 0;
}
.raomaing_karta_business .picture_left {
  padding: 70px 0 70px 400px;
  margin-top: 50px;
  background: url(/includes/themes/it/templates/roaming/img/main/img-1.jpg) left top no-repeat;
}
.raomaing_karta_business .accordion_1 .faq-link {
  font-size: 30px;
  color: #0c4da2;
  display: inline-block;
  width: 75%;
  padding-right: 10%;
  margin: 5px 0;
  background: url(/includes/themes/it/templates/roaming/img/icons/down-point.png) right center no-repeat;
}
/************************************ 3G INTERNET *********************************************************************/
.tariffs-all #plan {
  padding-left: 0;
  padding-right: 0;
}
.tariffs-all #plan .plan-selector > div:first-child {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 1400px) and (min-width: 1200px) {
  .tariffs-all .tariff-item .table .description-option .literal.medium {
    font-size: 14px;
  }
}
.tariffs-all .tariff-item .table .description-option {
  width: unset;
}
.tariffs-all .tariff-item .table .title-option {
  /*width: ~"-webkit-calc(100% - 72px)";
				width: ~"-moz-calc(100% - 72px)";
				width: ~"calc(100% - 72px)"; */
  width: 50%;
}
#country-select-container {
  margin: 30px auto;
}
#country-select-container .jq-selectbox {
  /*width: 540px;*/
  width: 580px;
  background: #f4f4f4;
  padding: 7px 20px;
  text-align: left;
  cursor: pointer;
}
#country-select-container .jq-selectbox__trigger-arrow {
  width: 20px;
  height: 11px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
  background: url(../img/icons/down-point.png) no-repeat;
}
#country-select-container .jq-selectbox__dropdown {
  margin: 0;
  padding: 0;
  width: 100%;
}
#country-select-container .jq-selectbox__dropdown ul {
  margin: 7px 0 0;
  padding: 0;
}
#country-select-container .jq-selectbox__dropdown ul li {
  width: 540px;
  background: #f4f4f4;
  padding: 7px 20px;
  text-align: left;
  cursor: pointer;
}
#country-select-container .jq-selectbox__dropdown ul li:hover {
  background: #E8E8E8;
}
/*@import '../../../../modules/catalog/assets/less/common/carousel';
@import '../../../../modules/catalog/assets/less/common/product_preview_item';

@import '../../../../modules/catalog/assets/less/view/product_view';
@import '../../../../modules/catalog/assets/less/view/devices';*/
