@charset "UTF-8";
/* @copyright 2014 Nopreset http://nopreset.ru */
/*   Path to sinle image
-------------------------------------------------*/
/*   Bootstrap fluid grid
-------------------------------------------------*/
/*   Ultimate arrow mixin
/*   Docs: http://codepen.io/kirkas/pen/otqyJ
-------------------------------------------------*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto; }

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 .5em; }

h1 {
  font-size: 38px; }

h2 {
  font-size: 23px; margin:10px 0;}

h3 {
  font-size: 23px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

/* Basic typograpic */
em {
  font-style: italic; }

p {
  margin: 0; }

blockquote, q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

/* MISC */
.align-center {
  text-align: center; }

.align-left {
  text-align: left; }

.align-right {
  text-align: right; }

.col-middle {
  margin-left: auto;
  margin-right: auto; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

/* Lists */
dl, dd, menu, ol, ul {
  margin: 0 0 0 0; }

menu, ol, ul {
  padding: 0 0 0 0; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

.b-list-unstyled {
  list-style: none; }
  .b-list-unstyled li {
    padding-bottom: 1em; }

.g-justify {
  text-align: justify;
  width: 100%; }
  .g-justify li {
    display: inline-block;
    vertical-align: top; }
  .g-justify li.jusfix {
    position: relative;
    top: -10px;
    display: inline-block;
    width: 100%;
    height: 0;
    font-size: 0; }

/* Placeholder text color */
input[type="text"]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #7d7b6d; }

input[type="text"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #7d7b6d; }

input[type="text"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #7d7b6d; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #7d7b6d; }

label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  border: none;
  padding: 0; }

/*   Text Styles
--------------------- */
.align-vertical {
  display: table; }
  .align-vertical__cell {
    display: table-cell;
    vertical-align: middle; }

/* Helpers */
.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: " ";
    display: table; }
  .clearfix:after {
    clear: both; }

/* Grid 
------------------------------------------*/
.grid-layout {
  font-size: 0; }

.col-block {
  display: block; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  box-sizing: border-box; }

.col-1 {
  width: 8.33333%; }

.col-2 {
  width: 16.66667%; }

.col-3 {
  width: 25%; }

.col-4 {
  width: 33.33333%; }

.col-5 {
  width: 41.66667%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.33333%; }

.col-8 {
  width: 66.66667%; }

.col-9 {
  width: 75%; }



.col-11 {
  width: 91.66667%; }

.col-12 {
  width: 100%; }

.col-offset-1 {
  margin-left: 8.33333%; }

.col-offset-2 {
  margin-left: 16.66667%; }

.col-offset-3 {
  margin-left: 25%; }

.col-offset-4 {
  margin-left: 33.33333%; }

.col-offset-5 {
  margin-left: 41.66667%; }

.col-offset-6 {
  margin-left: 50%; }

.col-offset-7 {
  margin-left: 58.33333%; }

.col-offset-8 {
  margin-left: 66.66667%; }

.col-offset-9 {
  margin-left: 75%; }

.col-offset-10 {
  margin-left: 83.33333%; }

.col-offset-11 {
  margin-left: 91.66667%; }

.col-offset-12 {
  margin-left: 100%; }

@font-face {
  font-family: "rub";
  src: url("data:font/opentype;base64,d09GRgABAAAAAAfkABEAAAAAC2QAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABgAAAABwAAAAcaROQrEdERUYAAAGcAAAAHQAAACAAQgAET1MvMgAAAbwAAABBAAAAYG6mS9tjbWFwAAACAAAAAGoAAAGKz9uFc2N2dCAAAAJsAAAABgAAAAYFEQBEZnBnbQAAAnQAAAGxAAACZVO0L6dnYXNwAAAEKAAAAAgAAAAIAAAAEGdseWYAAAQwAAAA8QAAAPTTQ8SOaGVhZAAABSQAAAAwAAAANgFRAqBoaGVhAAAFVAAAAB0AAAAkCvoH7GhtdHgAAAV0AAAANQAAAFQ31AGGbG9jYQAABawAAAARAAAALAPoBBxtYXhwAAAFwAAAACAAAAAgAS8AUW5hbWUAAAXgAAABRQAAApI1rluqcG9zdAAABygAAACCAAAA6RpxXBhwcmVwAAAHrAAAAC4AAAAusPIrFHdlYmYAAAfcAAAABgAAAAYrW1JFAAAAAQAAAADMPaLPAAAAAM5rEgIAAAAAzmrb2njaY2BkYGDgA2IJBhBgYmAEQhEgZgHzGAAFJgBHAAAAeNpjYGY6xziBgZWBhdWY5SwDA8MsCM10liGNKQ3IB0phB6He4X4MDgy8DxjYGP6B1G1g0AJSjEhKFBgYAUh/CjMAAAB42mNgYGBmgGAZBkYGEGgB8hjBfBaGDCAtxiAAFGEDsngZ9FgMWRxYnBW4FPQV4h8w/P8P1oEQZ4CLM/7/+v/q78u/j/4+/ID9/uP7WxREoOZjAYxA02GSjExAggldAboOZobhBgDgyxiSAAAAAABEBREAAHjaXVG7TltBEN0NDwOBxNggOdoUs5mQxnuhBQnE1Y1iZDuF5QhpN3KRi3EBH0CBRA3arxmgoaRImwYhF0h8Qj4hEjNriKI0Ozuzc86ZM0vKkap36WvPU+ckkMLdBs02/U5ItbMA96Tr642MtIMHWmxm9Mp1+/4LBpvRlDtqAOU9bykPGU07gVq0p/7R/AqG+/wf8zsYtDTT9NQ6CekhBOabcUuD7xnNussP+oLV4WIwMKSYpuIuP6ZS/rc052rLsLWR0byDMxH5yTRAU2ttBJr+1CHV83EUS5DLprE2mJiy/iQTwYXJdFVTtcz42sFdsrPoYIMqzYEH2MNWeQweDg8mFNK3JMosDRH2YqvECBGTHAo55dzJ/qRA+UgSxrxJSjvjhrUGxpHXwKA2T7P/PJtNbW8dwvhZHMF3vxlLOvjIhtoYEWI7YimACURCRlX5hhrPvSwG5FL7z0CUgOXxj3+dCLTu2EQ8l7V1DjFWCHp+29zyy4q7VrnOi0J3b6pqqNIpzftezr7HA54eC8NBY8Gbz/v+SoH6PCyuNGgOBEN6N3r/orXqiKu8Fz6yJ9O/sVoAAAAAAQAB//8AD3jaY2BicGFgYEphDWVgZmBn0NvIyKBvs4mdhfGt0UY21js2m5iZgEyGjcwgYVaQ8CZ2NqY/NpsYQeLGgoqCqoqCii5MCv9UGGf8y2AN/bXaheUsA9BIRqf//1g9WDcwiDLIMegwbBDS38BhvEHw7AYxow3i+hv4zzJukNffIH1tA8/ZjQqM2gwbxQUFhTbwWBoYMhoLAg02VTQ1VlAxFdBkFFQWNRZVNhc0NhITFWFTZnSansbo8W/HI0ZORrm/3//Nmj59+t9PN8/f+c6Y8G8eY1LUgoeXGRf9ZQhb8I1p2ZIV2xczMDIgAUMGAB4nRzcAAAB42mNgZGBgYGRwzL4XVhrPb/OVQZ6DAQTOZd2+haD//2P1YN0A5HIwMIFEAWkqDQF42mNgZGBg3fD/GgMDBwMIsHowMDKgAlEAUwkC9wAAAHjaY3rD4MLBwMAAwjDA+prRCUQz3QCyNyBoxqdAnAOU+ATF24B8ZSAdAKFBcixALgDRdwqKAAAAeNpjYGDQgcMivLAKAJIACAUAAAAAAQAAABUAHwACAAAAAAACAAEAAgAWAAABAAAuAAAAAHjafZDNSkJRFIW/kxYUEjZpFHFpEDVIvFrcykk/0KSQMMqm3rKUbhr+UbOeokGP0KBhz1DQQ7Xu8aQpIYdzztqbtddeewMpXkhgkrPAim4fG5YV9fEU8+w5nCBH0eEkGZ4dnuaRd4dnWDKrDs9xaQ4cTpM2rw4vkDJvDn+yaD4c/iJrvrmiyQNPtKhzS40OHvfCbZ06DeX2OeFM2RJdQiKhompaYlUUlaiK0xWqKOfLZ1bHp8A5x5TFLTiF3/qNkfrJ6t6Y/oWilnXWlDdvpN+p1elHw2xNzI6dskFvUJEh0FuwXe6kGXNulI2kHGrvGbbs3SavaGfiBIf/bHBNHdf156yPQCgUw5OmJ63ITjbkt21U1R9P19N7Leb4Zv72LIsTynE8VWcw1ZHV9FRVlaO4e2A3kmNXs+T1+mw6Vz75H3KQW48AAAB42m3Nuw6CQBQE0DuoID7Bx3/cXWWF0kT5DxtwE2NsLPx6RRisnOZMMclIIG3etVTyL1sRBBhIiiFGCBFhjBgTTDHDHAsskSDFCmtswvr2elxN9Lx7VT3Fl8p7o+pc33L7a9l3ZZsZNdTSHd3Tfu/ogea0oMdOW3Zmrefm5wNjPSzhAAC4Af+FsAGNAEuwCFBYsQEBjlmxRgYrWCGwEFlLsBRSWCGwgFkdsAYrXFhZsBQrAAAAAVJFK1oAAA==") format("truetype"); }
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  min-height: 100%;
  height: 100%; }

body {
  background: #f1f2f6;
  color: #383838;
  margin: 0;
  font: 13px/1.428 "Open Sans", Helvetica, Arial, sans-serif;
  min-height: 100%;
  height: 100%;
  min-width: 1000px; }

a {
  text-decoration: underline;
  color: #099564; }
  a:hover {
    text-decoration: underline;
    color: #bc0000; }

/*  Structure

    1. Layout
    2. Basic blocks
------------------------------------------------------------------------------ */
/*   Layout
-----------------------------*/
.root-layout {
  min-height: 100%; }

.page-layout {
  position: relative;
  padding: 0 0 84px; }

.row {
  position: relative; }
 
    @media (max-width: 1200px) { 
.row-cont {
    margin: auto;
    position: relative;
    box-sizing: border-box;
    width: 93%; }}

@media (min-width: 1200px) and (max-width: 1580px) { 
.row-cont {
    margin: auto;
    position: relative;
    box-sizing: border-box;
    width: 75%; }}
 
 @media (min-width: 1580px) { 
.row-cont {
    margin: auto;
    position: relative;
    box-sizing: border-box;
    width: 67%; }} 

/*   Basic blocks
-----------------------------*/
.b-list-vert li {
  margin: 0 0 0 0; }
  .b-list-vert li:first-child {
    margin: 0 0 0 0; }

.b-list-inline {
  font-size: 0; }
  .b-list-inline li {
    display: inline-block;
    margin: 0 0 0 24px; }
    .b-list-inline li:first-child {
      margin-left: 0; }

/*  Elements
    1. Decorations
    2. Buttons
    	2.1. Buttons size
    	2.2. Buttons set
    3. Forms
------------------------------------------------------------------------------ */
/*   Decorations
-----------------------------*/
.i-link {
  color: #099564;
  border-bottom: 1px solid;
  text-decoration: none; }
  .i-link__pseudo {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px dashed inherit; }
    .i-link__pseudo:hover {
      color: inherit;
      border-color: inherit; }

/*  Header
------------------------------------------------------------------------------ */
.row-header {
  background: #FFF;
  margin: 0 0 24px;
  padding: 12px 0; }

.b-logo {
  float: left; }

.b-site-logo {
  background: url("../img/b-logo.png") no-repeat;
  display: block;
  margin: 0 auto;
  text-decoration: none;
  text-indent: -999em;
  vertical-align: top;
  height: 84px;
  width: 362px; }

.b-site-logo:focus {
  outline: none; }

.logo--joomla {
  background-image: url("../img/b-logo-joomla.png"); }

.logo--drupal {
  background-image: url("../img/b-logo-drupal.png"); }

.logo--wordpress {
  background-image: url("../img/b-logo-wordpress.png"); }

.l-header {
  padding-top: 45px; }
  .l-header__landing {
    position: absolute;
    top: 0;
    z-index: 10;
    width: 100%; }

.l-header__page {
  margin-bottom: 48px; }

.l-header__page .b-site-logo {
  background-position: 0 -84px; }

.b-menu {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  margin: 12px 0 0 54px; }

.b-menu li {
  margin: 0;
  padding: 3px 8px 5px;
  border: 1px solid transparent;
  border-radius: 3px; }

.b-menu.b-menu__inline li {
  margin: 0 0 0 8px; }

/* Topline
---------------------------- */
.b-topline {
  background: #205050;
  position: absolute;
  top: 0;
  height: 40px;
  width: 100%;
  min-width: 1000px;
  z-index: 12; }

.b-topline__landing {
  background: rgba(32, 80, 80, 0.4); }
  .b-topline__landing .b-select-currency__selected {
    background-color: #205050; }
  .b-topline__landing .b-select-currency__dropdown {
    background: #205050; }

.b-menu__icon {
  margin-left: 18px; }
  .b-menu__icon u {
    text-decoration: none; }

a.b-menu__icon {
  border: 0; }
  a.b-menu__icon:after {
    content: '';
    background: url("../img/icons.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    opacity: .7;
    height: 16px;
    width: 16px; }
  a.b-menu__icon:hover:after {
    opacity: .8; }

.b-select-currency {
  position: absolute;
  right: 0;
  top: 0;
  color: #FFF; }

.b-support-message:after {
  background-position: 0 0; }

a.b-support-chat:after {
  background-position: -19px 0; }

.b-select-currency__label {
  display: block;
  padding: 9px 0;
  cursor: default; }

.b-select-currency__dropdown {
  background: #053E3E;
  border-radius: 0 0 3px 3px;
  padding: 5px 2px 5px 6px;
  position: absolute;
  right: 0;
  display: none;
  opacity: 0;
  top: 30px;
  font-size: 13px;
  list-style: none;
  width: 39px; }
  .b-select-currency__dropdown span {
    color: inherit;
    text-decoration: none; }
  .b-select-currency__dropdown span:hover {
      cursor: pointer;
    color: #3EB088;
    text-decoration: none; }

.b-select-currency__selected {
  background: url("../img/dropdown__currency.png") no-repeat scroll 38px center #205050;
  cursor: pointer;
  border-radius: 3px;
  margin-left: 4px;
  display: inline-block;
  padding: 2px 4px 0;
  width: 40px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.b-support-block {
  position: relative;
  margin-top: 6px; }
  .b-support-block .btn-qa {
    margin-top: 16px; }

.b-support-photo {
  position: absolute; }

.b-support-text {
  margin-left: 150px;
  font-size: 13px;
  line-height: 19px; }

.b-support-text__name {
  font-size: 15px;
  display: block;
  font-weight: 500;
  margin-bottom: 6px; }

/*   Basic blocks
-----------------------------*/
.menu-panel {
  list-style: none;
  font-weight: 300; }
  .menu-panel--item {
    display: inline-block;
    vertical-align: middle; }
    .menu-panel--item a {
      display: block;
      padding: 8px 10px;
      text-decoration: none; }
    .menu-panel--item a:hover {
      color: #FFF;
      opacity: .6; }
    .menu-panel--item u {
      text-decoration: none; }

.menu-main {
  float: right;
  margin: 28px 0 0 0; }
  .menu-main .menu-panel--item {
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px; }

.menu-panel__invert {
  color: #FFF; }
  .menu-panel__invert a {
    color: #FFF; }
  .menu-panel__invert .active {
    border: 1px solid #FFF;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 25px; }
    .menu-panel__invert .active:hover u,
    .menu-panel__invert .active u,
    .menu-panel__invert .active a {
      border-color: transparent;
      opacity: .6;
      cursor: default; }
  .menu-panel__invert u {
    border-bottom: 1px solid #FFF;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    text-decoration: none;
    color: #f8f8f8; }
  .menu-panel__invert a:hover u {
    border-color: rgba(255, 255, 255, 0.5);
    color: #e9e9e9; }

.b-menu__basic__normal a {
  text-decoration: none;
  border-bottom: 1px solid #bbd9cf; }

.b-menu__basic__normal a:hover {
  text-decoration: none;
  border-bottom: 1px solid #328f6e; }

.b-select-currency {
  position: absolute;
  right: 0;
  top: 0;
  color: #FFF; }

.b-support-message:after {
  background-position: 0 0; }

a.b-support-chat:after {
  background-position: -19px 0; }

.rub {
  font-family: 'rub', 'PT Sans', 'Helvetica Neue', 'Helvetica', arial, sans-serif;
  margin-left: .1em; }

/*   Navigation
-----------------------------*/
.menu-primary__item {
  font-size: 14px; }
.menu-primary .active a {
  text-decoration: none;
  cursor: default;
  color: inherit; }

/*  Special section
----------------------------------------------------------------------------- */
.special-clients {
  background: #FFF;
  padding: 32px 0 24px; }

.special-clients-logo {
  font-size: 0;
  text-align: center; }

.special-clients-logo li {
  padding: 24px 32px 36px;
  vertical-align: middle;
  display: inline-block; }

.special-headline {
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 42px; }

.special-headline__invert {
  padding: 24px 0 0;
  color: #FFF; }

.special-response-block {
  position: relative;
  margin: 0 0 56px 170px;
  width: 660px; }

.special-response-logo {
  position: absolute;
  left: -224px;
  top: 0;
  text-align: right;
  width: 200px; }

.special-response .b-article {
  margin-top: 24px;
  line-height: 30px; }

.special-client-name {
  font-size: 24px;
  font-weight: 600; }

.special-client-tagline {
  font-size: 13px;
  color: #676767;
  margin-bottom: 8px; }

/*  Content
 	1. Events section
    2. Advantage section
------------------------------------------------------------------------------ */
/*   Events section
-----------------------------*/
.b-events {
  padding: 38px 0 42px; }

.b-events__header {
  text-align: center;
  margin-bottom: 10px; }

.b-events-counter {
  text-align: center;
  font-size: 0;
  margin-bottom: 28px; }

.b-events-counter__item {
  background: #f37e0d;
  color: #fff;
  display: inline-block;
  border-radius: 15px;
  margin-left: 10px;
  font-size: 13px;
  text-align: center;
  height: 92px;
  width: 92px; }

.b-events-counter__item:first-child {
  margin: 0; }

.b-events-counter__value {
  font-size: 48px;
  line-height: 48px;
  padding: 10px 0 2px;
  display: block;
  font-weight: 600; }

.b-events__header {
  text-align: center;
  padding: 24px 0 4px; }
  .b-events__header span {
    display: block;
    font-size: 15px;
    font-weight: 300;
    padding: 20px 0 0; }

.event-header--link {
  font-size: 32px;
  color: #f37e0d;
  text-decoration: none;
  border: 1px dashed #fd9a37;
  padding: 12px 24px;
  border-radius: 8px;
  text-transform: uppercase;
  letter-spacing: .3em; }
  .event-header--link:hover {
    background: #f37e0d;
    border-color: transparent;
    text-decoration: none;
    color: #FFF; }

.action-panel {
  padding: 42px 0 24px;
  text-align: center; }
  .action-panel p {
    padding: 12px 0 0;
    font-size: 12px; }

/*   Advantage section
-----------------------------*/
.b-advantage {
  padding: 42px 0 28px; }
  .b-advantage h3 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 28px;
    font-weight: 300; }
  .b-advantage h4 {
    font-size: 18px;
    font-weight: 500; }
  .b-advantage .grid-layout {
    margin: 0 -15px; }
  .b-advantage .grid-layout .col-4 {
    padding: 20px 15px;
    box-sizing: border-box;
    vertical-align: top; }

.b-advantage__pic {
  text-align: center;
  margin-bottom: 24px; }

.b-advantage__pic img {
  vertical-align: top; }

.b-advantage__content {
  text-align: center;
  font-size: 13px;
  margin: 0 auto;
  line-height: 20px;
  width: 320px; }

.b-advantage__content h5 {
  font-weight: 500;
  margin-bottom: 10px; }

.tariff-details {
  background: #f1f2f6;
  border: 1px solid #d7d9e2; }
  .tariff-details--wrap {
    margin: 0 auto;
    width: 800px;
    padding: 24px;
    text-align: left;
    font-size: 15px;
    line-height: 26px;
    font-weight: 300;
    color: #424242; }
  .tariff-details p {
    margin-bottom: .8em; }
  .tariff-details a {
    color: #38ac88; }

.js-details .hide {
  display: none; }

.content-layout {
  background: #FFF;
  font-size: 16px;
  line-height: 30px;
  padding: 72px 12px 52px;
  -webkit-font-smoothing: antialiased;
  font-weight: 300; }
  .content-layout ul {
    padding-left: 2em; }
  .content-layout h3 {
    margin-bottom: 1em; text-align:center; }
  .content-layout p {
    margin-top: .8em; }
  .content-layout .grid-layout {
    padding: 42px 0 0; }
  .content-layout .col-item {
    box-sizing: border-box;
    padding: 0 15px;
    vertical-align: top;
    text-align: center; }
  .content-layout .screen-item {
    font-size: 14px;
    text-decoration: none; }
    .content-layout .screen-item img {
      margin-bottom: 4px;
      vertical-align: top; }
    .content-layout .screen-item span {
      display: block; }

/*  Promo section
------------------------------------------------------------------------------ */
/*   Image layout
-----------------------------*/
.promo-layout {
  background: #292d38;
  position: relative;
  overflow: hidden;
  height: 755px;
  min-width: 1000px;
  width: 100%; }
  .promo-layout__small {
    margin-bottom: 42px;
    height: 220px; }

.l-promo__tariff {
  height: 408px; }

.bg-fullsize {
  position: absolute;
  top: -50%;
  left: -50%;
  height: 200%;
  width: 200%; }
  .bg-fullsize img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: 50%;
    min-height: 50%;
    margin: auto; }
  .bg-fullsize:after {
    position: absolute;
    content: '';
    top: 0;
    background: transparent;
    height: 100%;
    width: 100%; }

.b-section {
  padding: 24px 0; }

.b-promo-block__title {
  color: #FFF;
  text-align: center;
  line-height: 38px;
  position: relative;
  margin-top: 175px;
  z-index: 10;
  font-weight: 300;
  -webkit-font-smoothing: antialiased; }

.b-promo-block__hero {
  margin: 0;
  font-weight: 500;
  font-size: 32px; }

.b-promo-block__tagline {
  font-size: 16px;
  font-weight: 300; }

.b-promo__subblock {
  background: #38ac88;
  position: relative;
  color: #FFF;
  font-size: 13px;
  padding: 94px 24px 16px;
  height: 34px; }

.tariff-promo {
  top: -548px;
  position: absolute;
  font-size: 0;
  text-align: center;
  z-index: 10;
  width: 100%; }

/* Tariff item */
.tariff-block {
  background: #FFF;
  display: inline-block;
  border-radius: 5px;
  vertical-align: middle;
  box-shadow: 0 8px 14px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
  text-align: center;
  line-height: 30px;
  height: 502px;
  width: 33%; }
  .tariff-block + .tariff-block {
    margin-left: -4px; }
  .tariff-block__header {
    background: #fc9a36;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .tariff-block__title {
    display: block;
    cursor: default;
    font-size: 24px;
    font-weight: 500;
    padding: 14px 0; }

.tariff-block__lg {
  z-index: 11;
  height: 538px; }
  .tariff-block__lg .tariff-block__price .item-cost {
    font-size: 24px;
    font-weight: 400; }

.tariff-block__body {
  color: #636363;
  font-size: 13px; }
  .tariff-block__body p {
    margin: 0 20px; }
  .tariff-block__body b {
    line-height: 0;
    position: relative;
    top: .1em;
    font-size: 16px; }

.tariff-block__size {
  border-bottom: 1px solid #b3b3b3;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  padding: 20px 0 19px; }

.tariff-block__price {
  padding: 18px 0 0;
  display: inline-block;
  position: relative; }
  .tariff-block__price .item-cost__old {
    font-size: 16px;
    position: absolute;
    top: .5em;
    left: -2.0em;
    font-weight: 300;
    color: #676767;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: default; }
  .tariff-block__price .item-cost__old:after {
    content: '';
    background: url(../img/strike_g.png) no-repeat center center;
    position: absolute;
    left: -4px;
    top: -4px;
    right: -4px;
    bottom: -4px; }
  .tariff-block__price .item-cost {
    font-size: 24px;
    color: #38ac88; }

.tariff-block--features {
  padding: 18px 12px 0;
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  text-align: center; }
  .tariff-block--features li {
    padding-bottom: 10px; }
  .tariff-block--features .i-link {
    text-decoration: none;
    cursor: pointer;
    border-bottom: 1px dashed;
    font-size: 12px;
    opacity: .6; }
    .tariff-block--features .i-link:hover {
      opacity: 1; }

.item--note {
  display: block;
  color: #8e8e8e;
  margin-top: -4px;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: 10px; }

.tariff-block__footer {
  position: absolute;
  bottom: 8px;
  width: 100%; }

.tariff__free {
  display: block;
  margin-top: 4px;
  text-decoration: none;
  font-size: 12px; }
  .tariff__free:hover {
    text-decoration: none; }
    .tariff__free:hover u {
      color: #328f6e;
      border-color: #328f6e; }
  .tariff__free u {
    color: #8e8e8e;
    text-decoration: none;
    border-bottom: 1px solid #dedede; }

/* Contacts */
.b-contacts-online {
  margin-top: 6px;
  line-height: 24px;
  font-size: 13px; }

.contact-type {
  display: inline-block;
  width: 46px; }

.b-contacts-online__main {
  margin-bottom: 8px;
  font-size: 28px;
  line-height: 28px; }
  .b-contacts-online__main .contact-type {
    width: auto; }
  .b-contacts-online__main > div {
    display: inline-block;
    margin-left: 28px; }
  .b-contacts-online__main > div:first-child {
    margin: 0; }

.b-landing-support h5, .b-landing-support h3, .b-landing-support h4 {
  margin-bottom: 0; }
.b-landing-support li {
  margin-bottom: 28px; }
.b-landing-support small {
  font-size: 13px; }

.b-contacts-support li {
  margin-bottom: 48px; }

/* Aside
--------------------- */
.b-aside-block h4,
.b-aside-block h5 {
  margin-bottom: 8px; }

.b-aside-block + .b-aside-block {
  margin-top: 38px; }

/* Pagination ------------------------------------ */
.b-pagination {
  margin-top: 52px;
  font-weight: 600;
  font-size: 16px;
  position: relative; }

.b-pagination-pages {
  text-align: center; }

.b-pagination-pages li {
  display: inline-block; }

.b-pagination-pages a {
  padding: 6px 12px; }

.b-pagination-pages span {
  padding: 6px 12px;
  cursor: default; }

.b-pagination-pages .active span {
  cursor: default; }

/* Article Sibling ------------------------------------ */
.b-article-sibling {
  position: relative; }

.b-article-sibling-arrow {
  width: 40%; }

.b-article-sibling-arrow__next {
  float: right;
  text-align: right; }

.b-article-sibling-arrow__next:after {
  position: absolute;
  content: "â†’";
  left: 100%; }

.b-article-sibling-arrow__prev {
  float: left; }

.b-article-sibling-arrow__prev:before {
  position: absolute;
  content: "â†";
  right: 100%; }

/* Breadcrumbs ------------------------------------ */
/* Articles list ------------------------------------ */
.b-articles-list {
  list-style: none; }

.b-articles-list__inline {
  font-size: 0; }

.b-articles-list__inline li {
  vertical-align: top;
  display: inline-block;
  font-size: 13px; }

.b-articles-list__inline .b-article-title {
  display: block;
  width: 96%; }

.b-article-date {
  display: block;
  font-size: 12px;
  margin-top: 2px;
  color: #8e8e8e; }

.b-article-header {
  position: relative; }

.b-article-content {
  margin-top: 8px; }

.b-article-pic img {
  position: absolute;
  top: .3em;
  left: 0; }

/*   Text Styles
--------------------- */
.b-text {
  font-size: inherit;
  line-height: inherit; }

.b-text p + p {
  margin: 1.2em 0 0 0; }

.b-article {
  font-size: 14px;
  line-height: 25px;
  font-weight: 300; }

.b-article p {
  font-size: inherit; }

.b-article ul {
  padding: 0 0 0 20px;
  margin-top: 1em; }

.b-article ul li + li {
  margin-top: .8em; }

.b-article blockquote {
  border-left: 4px solid #dedede;
  padding: 0 0 0 20px;
  margin-left: 0;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.48; }

/* Small article */
.b-article-item__small {
  font-size: 13px;
  line-height: 19px;
  min-height: 100px; }

.b-article-item__small + .b-article-item__small {
  margin-top: 1.2em; }

.b-article-item__empty {
  min-height: 0; }

.b-article-item__small .b-article-content,
.b-article-item__small .b-article-header {
  padding-left: 120px; }

.b-page__main-headline {
  margin-bottom: 28px;
  font-weight: 600; }

/* Large article */
.b-article-item__large {
  min-height: 100px; }

.b-article-item__large + .b-article-item__large {
  margin-top: 2.8em; }

.b-article-item__large .b-article-content,
.b-article-item__large .b-article-header {
  padding-left: 120px; }

.b-article-item__large .b-article-title {
  font-size: 16px; }

.modal-dialog--more .btn-close {
  color: #FFF; }
.modal-dialog--more .modal-header {
  background: #fc9a36;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  padding-top: 24px; }
.modal-dialog--more .modal-title {
  color: #FFF; }
.modal-dialog--more .tariff-block__lg {
  border-bottom: 1px solid #b3b3b3;
  display: block;
  border-radius: 0;
  height: auto;
  padding-bottom: 16px;
  box-shadow: none;
  width: auto; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../img/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../img/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../img/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../img/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../img/fancybox_sprite@2x.png");
    background-size: 44px 152px
    /*The size of the normal image, half the size of the hi-res image*/ }

  #fancybox-loading div {
    background-image: url("../img/fancybox_loading@2x.gif");
    background-size: 24px 24px
    /*The size of the normal image, half the size of the hi-res image*/ } }
/*  Page 404
------------------------------------------------------------------------------ */
.page-404 {
  margin: 62px auto 24px;
  text-align: center;
  width: 80%; }

.page-404-header {
  padding-bottom: 24px; }

.page-404-hero {
  font-weight: 400;
  margin-bottom: .2em; }

.page-404-subtitle {
  font-weight: 300; }

/*  Footer
------------------------------------------------------------------------------ */
.footer-row {
  background: #fff;
  margin: -60px 0 0;
  padding: 22px 0 0;
  height: 38px; }
  .footer-row .grid-layout [class^="col-"] {
    font-size: 13px; }

/*  Nopreset copyright
------------------------------------------------------------------------------ */
.nps-block {
  float: right; }

.nps-link {
  text-decoration: none;
  color: inherit; }
  .nps-link:hover {
    text-decoration: none;
    color: #bc0000; }

.nps-link__name {
  text-decoration: underline; }

/*   Buttons
-----------------------------*/
.btn {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  border: 0;
  padding: 0;
  margin: 0;
  outline: inherit;
  line-height: 1.428571429;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .btn[disabled], .btn.disabled, .btn[disabled]:hover, .btn.disabled:hover {
    box-shadow: none;
    cursor: default;
    opacity: .5; }

a.btn {
  text-decoration: none; }

.btn-basic {
  background: transparent;
  border: 2px solid #FFF;
  border-radius: 3px;
  color: #FFF;
  transition: background .1s linear; }

.btn-basic:hover {
  background: #FFF;
  color: #38ac88; }

.btn-basic.disabled:hover,
.btn-basic[disabled] {
  background: #FFF;
  color: #383838; }

.btn-action {
  background: #3eb088;
  border-radius: 3px;
  color: #FFF;
  box-shadow: 0 3px #328f6e;
  text-shadow: 0 1px rgba(0, 0, 0, 0.35);
  color: #FFF; }
  .btn-action:hover {
    background: linear-gradient(to bottom, #3eb088 0%, #09c27c 100%);
    color: #FFF; }
  .btn-action:active {
    background: linear-gradient(to bottom, #3eb088 0%, #09c27c 100%);
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.325); }
  .btn-action.disabled:hover, .btn-action[disabled]:hover {
    color: #FFF;
    background: #4a6da8; }

/*   Button size
-----------------------------*/
.btn-block {
  display: block;
  width: 100%; }

.btn-small {
  padding: .5em 1.6em;
  font-size: 12px; }

.btn-normal {
  padding: .5em 1.6em;
  font-family: 14px; }

.btn-medium {
  padding: 7px 40px;
  font-size: 13px; }

.btn-large {
  padding: .5em 1.6em;
  line-height: 1.33;
  font-size: 20px; }

/*   Button set
-----------------------------*/
.btn-group {
  font-size: 0; }

.btn-group-right {
  text-align: right; }

.btn + .btn {
  margin-left: 1em; }

.btn-xlg {
  height: 62px;
  line-height: 62px;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: .2em;
  padding: 0 42px; }
  .btn-xlg:active {
    -webkit-transform: translateY(3px);
            transform: translateY(3px); }

.btn-signin {
  background: #3eb088;
  border-radius: 14px;
  color: #FFF;
  font-size: 13px;
  line-height: 1;
  margin-top: 29px;
  height: 29px;
  width: 95px; }

.btn-signin:active {
  background: #328f6e;
  box-shadow: inset 0 2px rgba(0, 0, 0, 0.2); }

.btn-signin:active .btn-signin__label {
  position: relative;
  top: 1px;
  opacity: .8; }

.btn-signin__label {
  text-shadow: 0 1px rgba(0, 0, 0, 0.35); }

.btn-signin__label:before {
  content: '';
  background: url("../img/icons.png") no-repeat scroll -39px 0;
  vertical-align: middle;
  display: inline-block;
  margin: -2px 10px 0 0;
  height: 15px;
  width: 11px; }

/*  Form 0.1

    1. Layouts
    2. Elements
------------------------------------------------------------------------------ */
/*  Basic article  ------------------------------------ */
.form-group {
  margin-left: -24px; }
  .form-group .form-block {
    padding-left: 24px;
    box-sizing: border-box; }

.form-row {
  margin-bottom: 24px;
  font-size: 0; }

.form-block + .form-block {
  padding-left: 24px;
  box-sizing: border-box; }

/*  Elements  ------------------------------------ */
.form-label {
  display: block;
  cursor: pointer;
  padding: 8px 0;
  font-size: 15px; }

.form-field {
  border: 1px solid #cecece;
  outline: none;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  text-indent: .5em;
  font-size: 16px;
  padding: 8px 0;
  box-sizing: border-box;
  width: 100%; }
  .form-field:focus {
    border-color: #969696; }

.field-required {
  position: relative; }
  .field-required:before {
    content: '*';
    position: absolute;
    color: #b20000;
    font-size: 16px;
    top: .3em;
    left: -.6em; }

input[type="checkbox"],
input[type="radio"] {
  margin-right: 4px; }

.form-field-note {
  display: block;
  padding: 4px 0 0;
  font-size: 13px;
  color: #737373; }

/*  Article 0.1

    1. Basic text
    2. Pagination
    3. Article Sibling
------------------------------------------------------------------------------ */
/*  Basic article  ------------------------------------ */
.article-layout {
  font-size: 15px;
  font-weight: 300;
  line-height: 26px; }
  .article-layout p {
    font-size: inherit; }
  .article-layout p {
    margin: 1em 0 0 0; }
  .article-layout ul {
    list-style: disc outside;
    padding: 0 0 0 20px;
    margin-top: 1em; }
    .article-layout ul li + li {
      margin-top: .7em; }
  .article-layout blockquote {
    border-left: 4px solid #dedede;
    padding: 0 0 0 20px;
    margin-left: 0;
    font-size: 21px;
    font-weight: 300;
    line-height: 1.48; }
  .article-layout strong, .article-layout b {
    font-weight: bolder; }
  .article-layout h3, .article-layout h4, .article-layout h5 {
    margin: 1.2em 0 -.3em 0;
    line-height: 1.25; }
    .article-layout h3:first-child, .article-layout h4:first-child, .article-layout h5:first-child {
      margin-top: 0; }

/* Header ------------------------------------ */
.article-header {
  margin-bottom: 18px; }
  .article-header__title {
    font-size: 28px;
    line-height: 1.25;
    margin-bottom: 4px; }
  .article-header__date {
    font-size: 14px;
    font-style: italic;
    color: #555; }

/* Pagination ------------------------------------ */
.b-pagination {
  position: relative; }

.b-pagination-pages {
  font-size: 0;
  text-align: center; }

.b-pagination-pages li {
  display: inline-block;
  font-size: 14px; }

.b-pagination-pages a {
  padding: 8px; }

.b-pagination-pages span {
  cursor: default; }

.b-pagination-pages .active span {
  cursor: default; }

.b-pagination-arrow {
  position: absolute; }
  .b-pagination-arrow__next {
    right: 0; }
  .b-pagination-arrow__prev {
    left: 0; }

/* Article Sibling ------------------------------------ */
.b-article-sibling {
  position: relative; }

.b-article-sibling-arrow {
  width: 40%; }

.b-article-sibling-arrow__next {
  float: right;
  text-align: right; }

.b-article-sibling-arrow__next:after {
  position: absolute;
  content: "→";
  left: 100%; }

.b-article-sibling-arrow__prev {
  float: left; }

.b-article-sibling-arrow__prev:before {
  position: absolute;
  content: "←";
  right: 100%; }

/* Breadcrumbs ------------------------------------ */
/* Tools ------------------------------------ */
.b-text-highlite {
  line-height: 1.3;
  padding: 2px 0;
  border-left: 20px solid #4a6da8;
  width: 68%;
  margin: 20px auto; }

.b-text-highlite h1 {
  background-color: #4a6da8;
  padding: 3px 0;
  color: #fff;
  display: inline;
  margin: 0; }

.b-text-highlite span {
  position: relative;
  left: -10px; }

/*  Modal

  1. Layouts
  2. Elements
  3. Animation
  4. Scrollbar compensation
------------------------------------------------------------------------------ */
/*  Layout  ------------------------------------ */
.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: auto;
  overflow-y: scroll; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background: #000000;
  transition: opacity 400ms ease-in; }

.modal-dialog {
  padding: 30px 0;
  position: relative;
  margin: auto;
  z-index: 1010;
  width: 860px; 
}

.modal-body {
  background: #FFF;
  box-shadow: 0 8px 42px -5px rgba(0, 0, 0, 0.5); 
  max-width: 820px;
}

.modal-header {
  padding: 20px 20px 15px;
  position: relative; }

.modal-content {
  padding: 0 20px 15px; 
}

.modal-content-suppport{
    max-height: 450px !important;
}
.modal-body-support{
    max-height: 650px !important;
}
.modal-dialog-support{
    max-height: 820px !important;
}

.modal-footer {
  border-top: 1px solid #dedede;
  margin-top: 20px;
  padding: 24px 20px 28px; }

/*  Elements  ------------------------------------ */
.modal-title {
  font-weight: 600;
  text-align: center;
  padding: 0 12px;
  font-size: 24px; }

.btn-close {
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  font-size: 24px;
  color: #000;
  padding: 3px 12px; }
  .btn-close:hover {
    opacity: .6; }
  .btn-close:active {
    opacity: 1; }

/*  Animation  ------------------------------------ */
.modal.fade .modal-dialog {
  opacity: 0;
  transition: opacity 350ms cubic-bezier(1, 0, 0.14, 1), -webkit-transform 400ms cubic-bezier(1, 0, 0.14, 1);
  transition: opacity 350ms cubic-bezier(1, 0, 0.14, 1), transform 400ms cubic-bezier(1, 0, 0.14, 1);
  -webkit-transform: translateY(-600px);
          transform: translateY(-600px); }
.modal.in .modal-dialog {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0); }
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.g-measure-scrollbar {
  position: absolute;
  top: -300px;
  left: -300px;
  overflow: scroll;
  overflow-y: scroll;
  height: 100px;
  width: 100px; }
  .g-measure-scrollbar .inner {
    height: 200px; }

  
.b-popup-discount{display:none;background-color:#fff;position:absolute;z-index:999;padding:15px 15px 10px;border-radius:5px;box-shadow:0 1px 4px rgba(0,0,0,.28);text-align:left}
.b-popup-discount__list{margin:0;padding:0;list-style-type:none}
.b-popup-discount__list-item{white-space:nowrap;padding:4px 4px 8px;font:400 12px/13px Arial,'Helvetica Neue',Helvetica,sans-serif;zoom:1;}

.labelS{
    font-weight: bold;
}

.inputN{
      width: 372px;
}
.blockN{
    float: left;
    padding-right: 20px;
}

.blockE{
}


.blockTitle{
    margin-top: 7px;    
}

.inputT{
      width: 770px;
}
#ticketMessage{
    width: 770px;
    height: 200px;
}

#refreshCaptcha{
    cursor: pointer;
    text-decoration: underline;
}

/*Блог*/
.container {margin:0 auto; width:100%; clear:both; position:relative;}
.container .left {width:70%; min-width:700px; float:left; background:#fff; padding:20px 15px;}
.container .right {float:right; width:24.5%;}
.container .items {list-style:none !important;}
.container .blog-preview {margin:0 0 50px 0;}
.container .blog-preview {vertical-align:top; padding:0 10px 0 0;}
.container .blog-preview img.head {width:190px;}
.container .blog-preview .blog-rule a.btn {padding:7px 10px;}
.container .blog-preview .blog-rule a:not(.btn) {background:#fff; padding:9px; position:relative; top:2px;}
.container .blog-preview .blog-rule a {margin:10px 10px 0 0; font-size:13px;}
.container .blog-chars {margin:10px 0 0 -8px; font-size:13px;}
.container .blog-chars img {margin:0 3px; vertical-align:middle; position:relative; top:-2px;}
.container h2 {font-weight:normal !important; font-size:24px; margin:-10px 0 0 0;}
.container .text h1 {margin:0 !important; padding:0; font-weight:normal; font-size:30px;}
.container .description {margin:20px 0;}
.container .description {margin:20px 0;}
.container .description p {margin:10px 0;}
.container .description ul {margin:10px 10px 10px 30px;}
.container .description ul li {margin:10px 0;}

.container .best-post img {vertical-align:middle; margin:0 1px 0 5px; position:relative; top:-3px;}

.container .blog-prev-text {margin:5px 0; color:#333; font-size:13px;}
.container .blog-prev-text img {box-shadow:0 0 1px #000; margin:5px 0;}
.container .blog-search input[type=text] {padding:7px 5px; width:100%; border:1px solid #ccc;}

.container .crumbs {margin:0 0 20px 0;}
.container .items-search li {margin:10px 0;}
.container .items-search li a {font-size:27px;}
.aside-jaw h3 {font-size:18px; margin:15px 0 5px 0;}
.aside-jaw .inside-padd {background:#fff; padding:10px; font-size:13px; width:100%;}
.aside-jaw .inside-padd span.gray {display:block; margin:5px 0 0 0;}
.aside-jaw .inside-padd span.gray img {vertical-align:middle; margin:-3px 2px 0 0;}
.aside-jaw .inside-padd ul {list-style:none;}
.aside-jaw .inside-padd ul li {padding:5px 0;}

img{

    max-width: 100% !important;

    height: auto !important;

    text-align: center;

}



img:hover{

    cursor: pointer;

}





#overlay{

    position: fixed; 

    width: 100%; 

    height: 100%; 

    top: 0px; 

    left: 0px; 

    background-color: #000; 

    opacity: 0.7;

    filter: alpha(opacity = 70) !important;

    display: none;

    z-index: 100;
    


}



#overlayContent{

    position: fixed; 

    
    //width: 100%;

    //top:50%;
    //top: 50px;
    text-align: left;

    display: none;

    overflow: hidden;

    z-index: 100;

    cursor: pointer;
    float:left;
    /*overflow: auto;*/

}



#contentGallery{

    margin: 0px auto;

}



#imgBig, #imgSmall{

    cursor: pointer;

    /*max-height: 800px !important;*/

    max-width: 1300px !important;

    width: auto;

    height: auto;

    /*height: 1500px !important;*/

    overflow: auto;

    text-align: center;    

}

.imgs {border:8px solid #f2f2f2; box-shadow:0 0 1px #333;}


#verticalText {
    position: fixed;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    writing-mode: tb-rl;
    width: 20px;
    z-index: 300;
    display:none;
}
