/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
}

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; }

a {
  background: transparent; }

a:active, a:hover {
  outline: 0; }

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

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  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; }
.bxedmain-cont textarea {
  font: 12px/14px Arial;
}

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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td, th {
  padding: 0; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-loading .slick-list {
    background: white url("../img/ajax-loader.gif") center center no-repeat; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -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-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:focus,
  .slick-next:focus {
    outline: none; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  .slick-prev:before {
    content: "\2190"; }

.slick-next {
  right: -25px; }
  .slick-next:before {
    content: "\2192"; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0px;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0px 5px;
    padding: 0px;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: 0;
      line-height: 0;
      font-size: 0;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:focus {
        outline: 0; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "\2022";
        width: 20px;
        height: 20px;
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      opacity: 0.75; }

.width, section {
  max-width: 960px;
  margin: 0 auto;
  min-width: 960px;
  width: 960px; }
  @media all and (max-width: 1000px) {
    .width, section {
      max-width: 860px; } }
  @media all and (max-width: 900px) {
    .width, section {
      max-width: 100%; } }

.fcol-1 {
  width: 3.15789%;
  margin: 0 0.26316%;
  float: left;
  min-height: 1px; }

.fcol-2 {
  width: 7.36842%;
  margin: 0 0.26316%;
  float: left;
  min-height: 1px; }

.fcol-3 {
  width: 11.57895%;
  margin: 0 0.26316%;
  float: left;
  min-height: 1px; }

.fcol-4 {
  width: 15.78947%;
  margin: 0 0.26316%;
  float: left;
  min-height: 1px; }

.fcol-5 {
  width: 20%;
  margin: 0 0.26316%;
  float: left;
  min-height: 1px; }

.fcol-6 {
  width: 24.21053%;
  margin: 0 0.26316%;
  float: left;
  min-height: 1px; }

.fcol-7 {
  width: 28.42105%;
  margin: 0 0.26316%;
  float: left;
  min-height: 1px; }

.fcol-8 {
  width: 32.63158%;
  margin: 0 0.26316%;
  float: left;
  min-height: 1px; }

.fcol-9 {
  width: 36.84211%;
  margin: 0 0.26316%;
  float: left;
  min-height: 1px; }

.fcol-10 {
  width: 41.05263%;
  margin: 0 0.26316%;
  float: left;
  min-height: 1px; }

.fcol-11 {
  width: 45.26316%;
  margin: 0 0.26316%;
  float: left;
  min-height: 1px; }

.fcol-12 {
  width: 49.47368%;
  margin: 0 0.26316%;
  float: left;
  min-height: 1px; }

.fcol-13 {
  width: 53.68421%;
  margin: 0 0.26316%;
  float: left;
  min-height: 1px; }

.fcol-14 {
  width: 57.89474%;
  margin: 0 0.26316%;
  float: left;
  min-height: 1px; }

.fcol-15 {
  width: 62.10526%;
  margin: 0 0.26316%;
  float: left;
  min-height: 1px; }

.fcol-16 {
  width: 66.31579%;
  margin: 0 0.26316%;
  float: left;
  min-height: 1px; }

.fcol-17 {
  width: 70.52632%;
  margin: 0 0.26316%;
  float: left;
  min-height: 1px; }

.fcol-18 {
  width: 74.73684%;
  margin: 0 0.26316%;
  float: left;
  min-height: 1px; }

.fcol-19 {
  width: 78.94737%;
  margin: 0 0.26316%;
  float: left;
  min-height: 1px; }

.fcol-20 {
  width: 83.15789%;
  margin: 0 0.26316%;
  float: left;
  min-height: 1px; }

.fcol-21 {
  width: 87.36842%;
  margin: 0 0.26316%;
  float: left;
  min-height: 1px; }

.fcol-22 {
  width: 91.57895%;
  margin: 0 0.26316%;
  float: left;
  min-height: 1px; }

.fcol-23 {
  width: 95.78947%;
  margin: 0 0.26316%;
  float: left;
  min-height: 1px; }

.fcol-24 {
  width: 100%;
  margin: 0 0.26316%;
  float: left;
  min-height: 1px; }

.col-1 {
  width: 30px;
  margin: 0 5px;
  float: left;
  min-height: 1px; }

.col-2 {
  width: 70px;
  margin: 0 5px;
  float: left;
  min-height: 1px; }

.col-3 {
  width: 110px;
  margin: 0 5px;
  float: left;
  min-height: 1px; }

.col-4 {
  width: 150px;
  margin: 0 5px;
  float: left;
  min-height: 1px; }

.col-5 {
  width: 190px;
  margin: 0 5px;
  float: left;
  min-height: 1px; }

.col-6 {
  width: 230px;
  margin: 0 5px;
  float: left;
  min-height: 1px; }

.col-7 {
  width: 270px;
  margin: 0 5px;
  float: left;
  min-height: 1px; }

.col-8 {
  width: 310px;
  margin: 0 5px;
  float: left;
  min-height: 1px; }

.col-9 {
  width: 350px;
  margin: 0 5px;
  float: left;
  min-height: 1px; }

.col-10 {
  width: 390px;
  margin: 0 5px;
  float: left;
  min-height: 1px; }

.col-11 {
  width: 430px;
  margin: 0 5px;
  float: left;
  min-height: 1px; }

.col-12 {
  width: 470px;
  margin: 0 5px;
  float: left;
  min-height: 1px; }

.col-13 {
  width: 510px;
  margin: 0 5px;
  float: left;
  min-height: 1px; }

.col-14 {
  width: 550px;
  margin: 0 5px;
  float: left;
  min-height: 1px; }

.col-15 {
  width: 590px;
  margin: 0 5px;
  float: left;
  min-height: 1px; }

.col-16 {
  width: 630px;
  margin: 0 5px;
  float: left;
  min-height: 1px; }

.col-17 {
  width: 670px;
  margin: 0 5px;
  float: left;
  min-height: 1px; }

.col-18 {
  width: 710px;
  margin: 0 5px;
  float: left;
  min-height: 1px; }

.col-19 {
  width: 750px;
  margin: 0 5px;
  float: left;
  min-height: 1px; }

.col-20 {
  width: 790px;
  margin: 0 5px;
  float: left;
  min-height: 1px; }

.col-21 {
  width: 830px;
  margin: 0 5px;
  float: left;
  min-height: 1px; }

.col-22 {
  width: 870px;
  margin: 0 5px;
  float: left;
  min-height: 1px; }

.col-23 {
  width: 910px;
  margin: 0 5px;
  float: left;
  min-height: 1px; }

.col-24 {
  width: 950px;
  margin: 0 5px;
  float: left;
  min-height: 1px; }

.alpha {
  margin-left: 0;
}
.omega {
  margin-right: 0;
  float: right;
}

.split-1 {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1; }

.split-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2; }

.split-3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3; }

.split-4 {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4; }
  .split-4 .contact p {
    margin-top: 0;
  }

.split-5 {
  -webkit-column-count: 5;
  -moz-column-count: 5;
  column-count: 5; }

.split-6 {
  -webkit-column-count: 6;
  -moz-column-count: 6;
  column-count: 6; }

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

img {
  max-width: 100%;
  height: auto; }

a {
  color: #c71808;
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }

.stretchToLeft, .stretchToRight {
  height: 100%;
  position: absolute; }

h1 {
  font-weight: bold;
  font-size: 22px;
  color: #8e0e00;
  margin: 0 0 10px 0; }
  h1 span {
    white-space: nowrap; }

h2 {
  font-weight: bold;
  font-size: 20px;
  color: #8e0e00;
  margin: 0 0 10px 0; }

h2 {
  font-weight: bold;
  font-size: 18px;
  color: #8e0e00;
  margin: 0 0 10px 0; }

.fs1 {
  font-size: 12px; }
.fs3 {
  font-size: 16px; }

html, body {
  padding: 0;
  margin: 0;
  font-family: 'PT Sans', Helvetica, Arial, sans-serif;
  font-size: 12px; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    margin: 0;
    padding: 0; }

.redText {
  color: #c71808; }

.relative {
  position: relative; }

.hidden {
  display: none; }

.fs2 {
  font-size: 14px; }

.header {
  background-image: url(../img/bkgTexture1.png), url(../img/logRegTopBkg.png);
  text-align: center;
  padding: 3px 0;
  color: black;
  font-size: 20px;
  font-weight: normal; }
  .header.b {
    background-image: url(../img/bkgTexture1.png), url(../img/logRegTopBkg2.png);
    padding: 7px 0; }

.topBkg {
  *zoom: 1;
  position: relative;
  z-index: 3; }
  .topBkg:before, .topBkg:after {
    content: " ";
    display: table; }
  .topBkg:after {
    clear: both; }
  .topBkg .topBkg1 {
    height: 100px;
    background-image: url(../img/bkgTexture1.png), url(../img/hdrBkg1.png);
    width: 110px;
    position: relative;
    float: left; }
    .topBkg .topBkg1:after {
      background-image: url(../img/hdrBkgOffside.png);
      width: 18px;
      height: 100px;
      position: absolute;
      right: -18px;
      content: " ";
      display: block; }
    .topBkg .topBkg1 .stretchToLeft {
      background-image: url(../img/bkgTexture1.png), url(../img/hdrBkg1.png); }
  .topBkg .topBkg2 {
    height: 41px;
    background-image: url(../img/bkgTexture1.png), url(../img/hdrBkg2.png);
    width: 832px;
    float: left;
    margin-left: 18px;
    position: relative; }
    .topBkg .topBkg2 .stretchToRight {
      background-image: url(../img/bkgTexture1.png), url(../img/hdrBkg2.png); }

.topEmail {
  position: absolute;
  z-index: 4;
  right: 0;
  top: 25px;
  padding: 10px;
  background-image: url(../img/btnSendBkg.png);
  line-height: 16px;
  color: white;
  font-size: 14px; }
  .topEmail:before {
    background-image: url(../img/sprites.png);
    background-position: -215px -9px;
    height: 36px;
    width: 15px;
    position: absolute;
    display: block;
    content: " ";
    left: -15px;
    top: 0; }
  .topEmail a {
    color: white;
    text-decoration: none; }
  .topEmail .stretchToRight {
    background-image: url(../img/btnSendBkg.png);
    top: 0; }

.logoHolder {
  position: absolute;
  z-index: 4; }
  .logoHolder:after, .logoHolder:before {
    width: 26px;
    height: 90px;
    display: none;
    position: absolute;
    content: " ";
    top: 0; }
  .logoHolder:after {
    background-image: url(../img/sprites.png);
    background-position: -65px -12px;
    right: -26px; }
  .logoHolder:before {
    background-image: url(../img/sprites.png);
    background-position: -10px -7px;
    left: -26px; }

.menuHolder {
  position: absolute;
  z-index: 5;
  top: 43px;
  left: 138px; }
  .menuHolder ul {
    padding: 0;
    margin: -2px 0 0 0;
    list-style: none; }
    .menuHolder ul li {
      list-style: none;
      display: inline-block;
      vertical-align: baseline;
      zoom: 1;
      *display: inline;
      *vertical-align: auto;
      background-image: url(../img/menuBtnBkg.png);
      padding: 2px 5px;
      font-size: 12px;
      position: relative;
      margin-right: 12px; }
      .menuHolder ul li:after, .menuHolder ul li:before {
        content: " ";
        display: block;
        position: absolute;
        width: 8px;
        height: 19px;
        top: 0; }
      .menuHolder ul li:after {
        background-image: url(../img/sprites.png);
        background-position: -272px -115px;
        right: -8px; }
      .menuHolder ul li:before {
        background-image: url(../img/sprites.png);
        background-position: -271px -68px;
        left: -8px; }
      .menuHolder ul li:first-child {
        margin-left: 11px; }
        .menuHolder ul li:first-child:before {
          background-image: url(../img/sprites.png);
          background-position: -273px -17px;
          width: 7px;
          left: -7px; }
        .menuHolder ul li:first-child:hover:before {
          background-position: -171px -16px; }
      .menuHolder ul li:hover {
        background-image: url(../img/menuBtnBkg_h.png);
        color: white; }
        .menuHolder ul li:hover:before {
          background-position: -171px -66px; }
        .menuHolder ul li:hover:after {
          background-position: -173px -115px; }
        .menuHolder ul li:hover a {
          color: white; }
      .menuHolder ul li a {
        color: black;
        text-decoration: none; }

.topTrans {
  position: absolute;
  z-index: 2;
  left: 120px;
  height: 60px;
  top: 40px;
  width: calc(100% - 120px);
  background-color: rgba(255, 255, 255, 0.7); }
  .topTrans .stretchToRight {
    background-color: rgba(255, 255, 255, 0.7); }

header {
  width: 960px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative; }
  header .skypeIcq {
    top: 70px;
    left: 538px;
    z-index: 4;
    height: 40px; }
    header .skypeIcq a {
      text-decoration: none; }
  header .phones {
    top: 70px;
    right: 0;
    z-index: 4;
    margin-right: 30px; }

#slider-dots {
  bottom: auto;
  width: 200px;
  z-index: 5;
  top: 74px;
  left: 150px;
  text-align: left;
  position: absolute; }
  #slider-dots ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    #slider-dots ul li {
      display: inline-block;
      vertical-align: baseline;
      zoom: 1;
      *display: inline;
      *vertical-align: auto;
      height: 8px;
      width: 8px;
      background-color: #c71808;
      margin-right: 10px;
      border: 1px solid #c71808;
      -webkit-transform: skew(-15deg);
      -moz-transform: skew(-15deg);
      -ms-transform: skew(-15deg);
      -o-transform: skew(-15deg);
      transform: skew(-15deg); }
      #slider-dots ul li.active {
        background: none; }

#sliderHolder {
  width: 100%;
  height: 580px;
  position: relative;
  box-shadow: 0 5px 23px 0px #9a9c9c; }
  #sliderHolder > .width {
    height: 580px;
    position: relative; }
  #sliderHolder .fieldset {
    background-color: rgba(255, 255, 255, 0.7);
    width: 240px;
    position: absolute;
    z-index: 3; }
    #sliderHolder .fieldset#loginForm {
      top: 100px; }
    #sliderHolder .fieldset#registrationForm {
      top: 380px;
      padding: 10px 0; }
      #sliderHolder .fieldset#registrationForm .button {
        width: 150px;
        margin-top: 6px;
        margin-bottom: 0; }
    #sliderHolder .fieldset .header {
      color: #c71808;
      font-size: 14px;
      padding: 6px 0 7px 0; }
    #sliderHolder .fieldset input[type=text], #sliderHolder .fieldset input[type=password] {
      border: 5px solid white;
      background-color: #e6e7e8;
      width: 160px;
      height: 31px;
      font-size: 14px;
      padding: 0 15px;
      color: black;
      box-shadow: 0 1px 0px #9a9c9c, 0 1px 0px #9a9c9c inset;
      margin: 10px 20px; }
      #sliderHolder .fieldset input[type=text]::-webkit-input-placeholder, #sliderHolder .fieldset input[type=password]::-webkit-input-placeholder {
        color: #9a9c9c; }
      #sliderHolder .fieldset input[type=text]:-moz-placeholder, #sliderHolder .fieldset input[type=password]:-moz-placeholder {
        color: #9a9c9c; }
      #sliderHolder .fieldset input[type=text]::-moz-placeholder, #sliderHolder .fieldset input[type=password]::-moz-placeholder {
        color: #9a9c9c; }
      #sliderHolder .fieldset input[type=text]:-ms-input-placeholder, #sliderHolder .fieldset input[type=password]:-ms-input-placeholder {
        color: #9a9c9c; }
    #sliderHolder .fieldset .margin {
      margin: 0 20px; }
    #sliderHolder .fieldset .checkbox, #sliderHolder .fieldset .radio {
      margin-right: 5px; }
    #sliderHolder .fieldset label {
      color: #c71808;
      font-size: 12px;
      line-height: 12px; }
      #sliderHolder .fieldset label a {
        margin: 0; }
    #sliderHolder .fieldset a {
      color: #c71808;
      font-size: 12px;
      margin-left: 19px; }
  #sliderHolder #sliderButtons {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 4; }
    #sliderHolder #sliderButtons ul {
      list-style: none;
      height: 65px;
      margin: 0;
      padding: 0; }
      #sliderHolder #sliderButtons ul li {
        display: inline-block;
        width: 180px;
        margin: 4px;
        background-color: #ccdae1;
      }
        #sliderHolder #sliderButtons ul li a {
          color: #c71808;
          display: inline-block;
        vertical-align: baseline;
        zoom: 1;
        *display: inline;
        *vertical-align: auto;
        width: 130px;
        height: 30px;
        vertical-align: middle;
        text-align: center;
        margin: 0;
        border-color: #ccdae1; }
          #sliderHolder #sliderButtons ul li a:hover {
            text-decoration: none; }

.button {
  background-image: url(../img/buttonBkg.png);
  background-repeat: repeat-x;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  height: 40px;
  width: 200px;
  padding: 0 20px;
  margin: 10px 20px;
  border: 5px solid white;
  position: relative;
  line-height: 31px;
  color: #c71808;
  font-size: 15px;
  box-shadow: 0 1px 0px #9a9c9c;
  text-decoration: none; }
  .button:after, .button:before {
    display: block;
    position: absolute;
    content: " ";
    background-image: url(../img/sprites.png);
    width: 20px;
    height: 30px;
    top: 0; }
  .button:after {
    background-position: -378px -19px;
    right: 0; }
  .button:before {
    background-position: -350px -19px;
    left: 0; }
  .hovered:hover .button,
  .button:hover {
    border-top-width: 0;
    border-bottom-width: 0;
    background-image: url(../img/buttonBkg_hov.png);
    padding: 0 20px 10px 20px; }
    .hovered:hover .button:after, .hovered:hover .button:before,
    .button:hover:after, .button:hover:before {
      width: 20px;
      height: 40px; }
    .hovered:hover .button:after,
    .button:hover:after {
      background-position: -378px -68px; }
    .hovered:hover .button:before,
    .button:hover:before {
      background-position: -350px -68px; }
  .hovered:active .button,
  .button:active,
  .button.active {
    background-image: url(../img/buttonBkg_act.png); 
    background-position: 0 0;
    padding: 0 20px 0 20px;
    border-top-width: 5px;
    border-bottom-width: 5px;
    height: 30px;
    line-height: 34px;
  }
    .hovered:active .button:after, .hovered:active .button:before,
    .button:active:after, .button:active:before,
    .button.active:after, .button.active:before {
      width: 26px;
      height: 30px; }
    .hovered:active .button:after,
    .button:active:after,
    .button.active:after {
      background-position: -372px -120px; }
    .hovered:active .button:before,
    .button:active:before,
    .button.active:before {
      background-position: -351px -120px; }
  .button a {
    text-decoration: none; }

a.button {
  height: 30px;
  margin: 20px 0;
  width: 180px;
  text-align: center; }
  a.button:hover {
    text-decoration: none; }
.button-op {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  padding: 0 20px;
  border: 5px solid transparent;
  position: relative;
  line-height: 31px;
  color: #c71808;
  font-size: 15px;
  box-shadow: 0 1px 0px #9a9c9c;
  text-decoration: none;
  height: 30px;
  margin: 20px 0;
  width: 180px;
  text-align: center;
}

.phones {
  position: absolute;
  font-size: 18px;
  text-align: right;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .phones span {
    font-weight: bold;
    font-size: 14px; }
  .phones ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .phones ul li {
      list-style: none; }
  .phones .arrow {
    position: absolute;
    right: -20px;
    height: 10px;
    width: 10px;
    background-image: url(../img/sprites.png);
    background-position: -220px -70px;
    top: 7px; }
  .phones .hiddenPhones {
    background-color: rgba(255, 255, 255, 0.7);
    margin-top: 7px;
    padding: 0px;
    margin-right: -30px;
    display: none; }
    .phones .hiddenPhones li {
      padding: 10px 30px; }
      .phones .hiddenPhones li:hover {
        background-color: rgba(255, 255, 255, 0.9); }

.skypeIcq {
  position: absolute; }
  .skypeIcq .skype, .skypeIcq .icq,
  .skypeIcq .whatsapp {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    position: relative;
    color: black;
    margin-right: 30px;
    font-size: 14px; }
    .skypeIcq .skype:before, .skypeIcq .icq:before,
    .skypeIcq .whatsapp:before {
      display: block;
      content: " ";
      height: 15px;
      width: 15px;
      left: -20px;
      top: 0;
      position: absolute;
      background-image: url(../img/sprites.png); }
  .skypeIcq .skype:before {
    background-position: -416px -23px; }
  .skypeIcq .icq:before {
    background-position: -443px -23px; }
  .skypeIcq .whatsapp:before {
    width: 16px;
    height: 16px;
    background-position: -416px -49px; }

.checkbox {
  height: 14px;
  width: 14px;
  background-image: url(../img/sprites.png);
  background-position: -318px -49px;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .checkbox.checked {
    background-position: -318px -20px; }

.radio {
  height: 14px;
  width: 14px;
  background-image: url(../img/sprites.png);
  background-position: -318px -73px;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .radio.checked {
    background-position: -318px -95px; }

.block {
  background-image: url(../img/blockBkg.png);
  margin: 40px 0 20px 0;
  box-shadow: 0 5px 23px 0px #9a9c9c; }
  .block .width {
    position: relative;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 0 20px;
    width: 920px; }
    .block .width.padding {
      padding: 20px; }

.whiteBkg {
  background-color: white;
  padding: 11px 25px;
  box-shadow: 0 1px 0px #9a9c9c; }

#secondMenuFixed {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10; }
  #secondMenuFixed .width {
    max-width: 920px; }

.secondMenu {
  height: 120px;
  position: relative; }
  .secondMenu .logoHolder {
    background: none;
    padding: 0;
    left: 20px; }
    .secondMenu .logoHolder:before, .secondMenu .logoHolder:after {
      display: none; }
  .secondMenu .topBkg .topBkg1 {
    height: 80px; }
    .secondMenu .topBkg .topBkg1:after {
      height: 80px;
      background-position: center bottom; }
  .secondMenu .topBkg .topBkg2 {
    height: 21px;
    width: 792px; }
  .secondMenu .menuHolder {
    top: 21px;
    left: 118px; }
  .secondMenu .topEmail {
    padding: 2px 0 1px 10px;
    background-image: url(../img/btnSendBkg_small.png);
    font-size: 14px;
    top: 21px; }
    .secondMenu .topEmail:before {
      background-position: -218px -114px;
      width: 8px;
      height: 19px;
      left: -8px; }
    .secondMenu .topEmail a {
      color: white; }
    .secondMenu .topEmail .stretchToRight {
      background-image: url(../img/btnSendBkg_small.png); }
  .secondMenu .skypeIcq {
    top: 50px;
    left: 518px;
    z-index: 4;
    height: 40px; }
  .secondMenu .phones {
    top: 50px;
    right: 0;
    z-index: 4;
    margin-right: 30px; }
  .secondMenu .topTrans {
    height: 60px;
    top: 20px;
    left: 110px; }
  .secondMenu.insidePage {
    display: block !important; }
    .secondMenu.insidePage .topBkg {
      *zoom: 1;
      position: relative;
      z-index: 3; }
      .secondMenu.insidePage .topBkg:before, .secondMenu.insidePage .topBkg:after {
        content: " ";
        display: table; }
      .secondMenu.insidePage .topBkg:after {
        clear: both; }
      .secondMenu.insidePage .topBkg .topBkg1 {
        height: 100px;
        background-image: url(../img/bkgTexture1.png), url(../img/hdrBkg1.png);
        width: 110px;
        position: relative;
        float: left; }
        .secondMenu.insidePage .topBkg .topBkg1:after {
          background-image: url(../img/hdrBkgOffside.png);
          width: 18px;
          height: 100px;
          position: absolute;
          right: -18px;
          content: " ";
          display: block; }
        .secondMenu.insidePage .topBkg .topBkg1 .stretchToLeft {
          background-image: url(../img/bkgTexture1.png), url(../img/hdrBkg1.png); }
      .secondMenu.insidePage .topBkg .topBkg2 {
        height: 41px;
        background-image: url(../img/bkgTexture1.png), url(../img/hdrBkg2.png);
        width: 792px;
        float: left;
        margin-left: 18px;
        position: relative; }
        .secondMenu.insidePage .topBkg .topBkg2 .stretchToRight {
          background-image: url(../img/bkgTexture1.png), url(../img/hdrBkg2.png); }
    .secondMenu.insidePage .menuHolder {
      top: 43px; }
    .secondMenu.insidePage .topTrans {
      position: absolute;
      z-index: 2;
      left: 110px;
      height: 60px;
      top: 40px;
      width: calc(100% - 110px);
      background-color: rgba(255, 255, 255, 0.7); }
      .secondMenu.insidePage .topTrans .stretchToRight {
        background-color: rgba(255, 255, 255, 0.7); }
    .secondMenu.insidePage .skypeIcq, .secondMenu.insidePage #enter, .secondMenu.insidePage #knowlenge {
      top: 70px; }
    .secondMenu.insidePage .phones {
      top: 71px; }
    .secondMenu.insidePage .topEmail {
      position: absolute;
      z-index: 4;
      right: 0;
      top: 25px;
      padding: 10px;
      background-image: url(../img/btnSendBkg.png);
      line-height: 16px;
      color: white;
      font-size: 14px; }
      .secondMenu.insidePage .topEmail:before {
        background-image: url(../img/sprites.png);
        background-position: -215px -9px;
        height: 36px;
        width: 15px;
        position: absolute;
        display: block;
        content: " ";
        left: -15px;
        top: 0; }
      .secondMenu.insidePage .topEmail a {
        color: white;
        text-decoration: none; }
      .secondMenu.insidePage .topEmail .stretchToRight {
        background-image: url(../img/btnSendBkg.png);
        top: 0; }
    .secondMenu.insidePage .logoHolder {
      position: absolute;
      z-index: 4;
      left: 0px; }
      .secondMenu.insidePage .logoHolder:after, .secondMenu.insidePage .logoHolder:before {
        width: 26px;
        height: 90px;
        display: none;
        position: absolute;
        content: " ";
        top: 0; }
      .secondMenu.insidePage .logoHolder:after {
        background-image: url(../img/sprites.png);
        background-position: -65px -12px;
        right: -26px; }
      .secondMenu.insidePage .logoHolder:before {
        background-image: url(../img/sprites.png);
        background-position: -10px -7px;
        left: -26px; }

#knowlenge {
  position: absolute;
  top: 50px;
  left: 180px;
  z-index: 4;
  font-size: 14px; }
  #knowlenge a.knowlenge {
    color: black;
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto; }
    #knowlenge a.knowlenge:before {
      display: block;
      content: " ";
      background-position: -415px -73px;
      background-image: url(../img/sprites.png);
      width: 20px;
      height: 16px;
      position: absolute;
      left: -25px; }

#enter {
  position: absolute;
  top: 50px;
  left: 280px;
  z-index: 4;
  font-size: 14px; }
  #enter a {
    color: #c71808; }

#solutions .carousel a {
  text-decoration: none;
  color: black; }
  #solutions .carousel a:hover {
    text-decoration: none; }
#solutions .carousel .bkg {
  width: 220px;
  margin: 10px 5px;
  height: 170px;
  position: relative; }
  #solutions .carousel .bkg .overflow {
    position: absolute;
    width: 100%;
    height: 70px;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.65); }
    #solutions .carousel .bkg .overflow .text {
      text-align: center;
      font-size: 16px;
      line-height: 50px;
      height: 50px; }
    #solutions .carousel .bkg .overflow .line {
      height: 6px;
      width: 100%;
      bottom: 0;
      background-color: #c71808;
      position: absolute; }
    #solutions .carousel .bkg .overflow .triangle {
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-bottom: 7px solid #c71808;
      position: absolute;
      bottom: 6px;
      left: 50%;
      margin-left: -6px; }
  #solutions .carousel .bkg:hover .overflow,
  #solutions .carousel .selected .bkg .overflow {
    background-color: #c71808; }
  #solutions .carousel .bkg:hover .triangle,
  #solutions .carousel .selected .bkg .triangle {
    bottom: auto;
    top: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #f7a6a6; }
  #solutions .carousel .bkg:hover .text,
  #solutions .carousel .selected .bkg .text {
    color: white; }

.slick-prev, .slick-next {
  height: 20px;
  width: 10px;
  background-image: url(../img/sprites.png);
  overflow: hidden;
  text-indent: 200%; }

#slider .slick-prev:before, #slider .slick-next:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  height: 20px;
  width: 10px;
  background-image: url(../img/sprites.png);
}

.slick-prev {
  background-position: -550px -22px;
  left: -13px; }
  .slick-prev:hover {
    background-position: -570px -22px; }

.slick-next {
  background-position: -592px -22px;
  right: -13px; }
  .slick-next:hover {
    background-position: -612px -22px; }

#payments {
  padding-top: 10px;
}
  #payments a {
    display: inline-block;
    border-radius: 3px;
    background-image: -moz-linear-gradient( 90deg, rgb(231,231,231) 0%, rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(231,231,231) 0%, rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(231,231,231) 0%, rgb(255,255,255) 100%);
    box-shadow: 1px 1.732px 1px 0px #bdbdbd;
    width: 128px;
    height: 94px;
    margin: 0 2.5px 8px;
    vertical-align: top;
    text-align: center;
    line-height: 94px;
  }
    #payments a img {
      display: inline-block;
      vertical-align: middle;
    }

.tarifChart table {
  border-spacing: 5px;
  border-collapse: separate;
  width: 680px;
  margin-left: -5px;
  margin-bottom: 40px; }
  .tarifChart table a {
    color: black;
    text-decoration: underline; }
  .tarifChart table th {
    font-size: 14px;
    padding: 10px 5px;
    font-weight: bold;
    -webkit-transition: background-color 0.2s ease-in 0s, color 0.2s ease-in 0s, border-color 0.2s ease-in 0s;
    -moz-transition: background-color 0.2s ease-in 0s, color 0.2s ease-in 0s, border-color 0.2s ease-in 0s;
    transition: background-color 0.2s ease-in 0s, color 0.2s ease-in 0s, border-color 0.2s ease-in 0s; }
    .tarifChart table th.nothing {
      background-color: #a91204;
      border-top: 2px solid #bd5140;
      border-bottom: 2px solid #840d00;
      color: white; }
    .tarifChart table th.nothing2 {
      background-color: #006897;
      border-top: 2px solid #0088c7;
      border-bottom: 2px solid #00567d;
      color: white; }
    .tarifChart table th.sum {
      background-color: #a91204;
      border-top: 2px solid #bd5140;
      border-bottom: 2px solid #840d00;
      color: #f8df00; }
    .button-op.megafon,
    .tarifChart table th.megafon {
      background-color: #00861e;
      border-top: 2px solid #2fa94d;
      border-bottom: 2px solid #006512;
      color: #ffffff; }
      .tarifChart table th.megafon a {
        color: #ffffff; }
    .button-op.beeline,
    .tarifChart table th.beeline {
      background-color: #fae200;
      border-top: 2px solid #f7e871;
      border-bottom: 2px solid #eeab00;
      color: #000000; }
    .button-op.mts,
    .tarifChart table th.mts {
      background-color: #e33709;
      border-top: 2px solid #e97635;
      border-bottom: 2px solid #880e00;
      color: #ffffff; }
      .tarifChart table th.mts a {
        color: #ffffff; }
    .button-op.tele2,
    .tarifChart table th.tele2 {
      background-color: #151515;
      border-top: 2px solid #555857;
      border-bottom: 2px solid #000000;
      color: #008eca; }
      .tarifChart table th.tele2 a {
        color: #ffffff; }
    .tarifChart table th.rt {
      background-color: #006897;
      border-top: 2px solid #0088c7;
      border-bottom: 2px solid #00567d;
      color: #ffffff; }
    .tarifChart table th.skylink {
      background-color: #035ea0;
      border-top: 2px solid #208fe0;
      border-bottom: 2px solid #034372;
      color: #ffffff; }
    .tarifChart table th.others,
    .tarifChart table th.blue {
      background-color: #006d98;
      border-top: 2px solid #2899c7;
      border-bottom: 2px solid #003b6e;
      color: #ffffff; }
    .tarifChart table th.others2 {
      background-color: #a91204;
      border-top: 2px solid #bd5140;
      border-bottom: 2px solid #840d00;
      color: #ffffff; }
      .tarifChart table th.others2 a {
        color: #ffffff; }
    .tarifChart table th.others3 {
      background-color: #009bdf;
      border-top: 2px solid #68a4ce;
      border-bottom: 2px solid #006897;
      color: #ffffff; }
      .tarifChart table th.others3 a {
        color: #ffffff; }
    .tarifChart table th.sng,
    .tarifChart table th.purple {
      background-color: #b2055a;
      border-top: 2px solid #d05786;
      border-bottom: 2px solid #870043;
      color: #ffffff; }
  .tarifChart table tr[data-hightlightItWith] td {
    -webkit-transition: background-color 0.2s ease-in 0s, color 0.2s ease-in 0s;
    -moz-transition: background-color 0.2s ease-in 0s, color 0.2s ease-in 0s;
    transition: background-color 0.2s ease-in 0s, color 0.2s ease-in 0s; }
  .tarifChart table td {
    font-size: 13px;
    background-color: white;
    text-align: center;
    padding: 4px 0;
    border: none; }
    .tarifChart table td #kazakhstan, .tarifChart table td #belorusia, .tarifChart table td #ukraine,
    .tarifChart table td .russia, .tarifChart table td .usa {
      display: block;
      padding: 2px 0 3px 40px;
      position: relative; }
      .tarifChart table td .russia, .tarifChart table td .usa {
        text-align: left;
        padding-left: 30px;
      }
      .tarifChart table td #kazakhstan:before, .tarifChart table td #belorusia:before, .tarifChart table td #ukraine:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 32px;
        height: 20px;
        display: block;
        content: " ";
        background-image: url(../img/sprites.png); }
    .tarifChart table td #kazakhstan {
      background-color: #04a6dc;
      color: white; }
      .tarifChart table td #kazakhstan:before {
        background-position: -487px -54px; }
    .tarifChart table td #belorusia {
      background-color: #ed1c24;
      color: white; }
      .tarifChart table td #belorusia:before {
        background-position: -486px -87px; }
    .tarifChart table td #ukraine {
      background-color: #015bbb;
      color: white; }
      .tarifChart table td #ukraine:before {
        background-position: -487px -22px; }
    .tarifChart table td .russia:before, .tarifChart table td .usa:before {
      position: absolute;
      left: 8px;
      top: 50%;
      margin-top: -8px;
      width: 16px;
      height: 16px;
      display: block;
      content: " ";
      background-image: url(../img/sprites.png);
    }
    .tarifChart table td .russia:before {
      background-position: -501px -135px;
    }
    .tarifChart table td .usa:before {
      background-position: -460px -135px;
    }
    .tarifChart table td.allPrices {
      background-color: #b2055a;
      color: white;
      padding: 5px 0; }
      .tarifChart table td.allPrices a {
        color: white; }
    .tarifChart table td.subhead {
      padding: 5px;
      font-size: 12px;
    }
    .tarifChart table td.blue {
        background-color: #185b75;
        color: #fff;
    }
    .tarifChart table td.orange {
        background-color: #e33709;
        color: #fff;
    }
    .tarifChart table td.yellow {
        background-color: #fae200;
        color: #000;
    }
    .tarifChart table td.red {
        background-color: #e10000;
        color: #fff;
    }
    .tarifChart table td.specialOffer {
      background-color: #a91204;
      color: white;
      padding: 5px 0;
      font-weight: bold; }
      .tarifChart table td.specialOffer.yellow {
        background-color: #fae200;
        color: #000;
      }
      .tarifChart table td.specialOffer.green {
        background-color: #00861e;
      }
      .tarifChart table td.specialOffer a {
        color: white; }
    .tarifChart table td.sum {
      background-color: #a91204;
      color: #f8df00; }
    .tarifChart table td.megafon {
      background-color: #4db85a;
      color: #ffffff; }
      .tarifChart table td.megafon a {
        color: #ffffff; }
    .tarifChart table td.beeline {
      background-color: #fff04b;
      color: #000000; }
    .tarifChart table td.mts {
      background-color: #ef5934;
      color: #ffffff; }
      .tarifChart table td.mts a {
        color: #ffffff; }
    .tarifChart table td.tele2 {
      background-color: #717171;
      color: #FFFFFF; }
      .tarifChart table td.tele2 a {
        color: #ffffff; }
    .tarifChart table td.rt {
      background-color: #ff7b2c;
      color: #000000; }
    .tarifChart table td.skylink {
      background-color: #539ed5;
      color: #000000; }
    .tarifChart table td.others2 {
      background-color: #d15448;
      color: #ffffff; }
      .tarifChart table td.others2 a {
        color: #ffffff; }
    .tarifChart table td.others3 {
      background-color: #54a0cd;
      color: #ffffff; }
      .tarifChart table td.others3 a {
        color: #ffffff; }
    .tarifChart table td.sng {
      background-color: #b2055a;
      color: #ffffff; }

ul.stylized {
  margin: 0;
  padding: 10px 0 10px 30px; }
  ul.stylized li {
    list-style-image: url(../img/listIcon.png);
    margin-bottom: 5px; }

   ul.stylized li p {
   font-weight:bold;
   color: #8e0e00;	
}

.stylizedForm input[type=text], .stylizedForm input[type=password] {
  border: 5px solid white;
  box-shadow: 0 1px 0px #9a9c9c, 0 1px 0px #9a9c9c inset;
  background-color: #e6e7e8;
  padding: 8px 5px;
  width: 183px;
  margin: 10px 0;
  vertical-align: middle; }
  .stylizedForm input[type=text]::-webkit-input-placeholder, .stylizedForm input[type=password]::-webkit-input-placeholder {
    color: #9a9c9c; }
  .stylizedForm input[type=text]:-moz-placeholder, .stylizedForm input[type=password]:-moz-placeholder {
    color: #9a9c9c; }
  .stylizedForm input[type=text]::-moz-placeholder, .stylizedForm input[type=password]::-moz-placeholder {
    color: #9a9c9c; }
  .stylizedForm input[type=text]:-ms-input-placeholder, .stylizedForm input[type=password]:-ms-input-placeholder {
    color: #9a9c9c; }
  .stylizedForm input[type=text].m, .stylizedForm input[type=password].m {
    margin-right: 20px; }
  .stylizedForm input.m2 {
    margin-left: 30px;
    margin-top: 0;
    margin-bottom: 0; }
  .stylizedForm input[type=text].small, .stylizedForm input[type=password].small {
    width: 80px;
    border: 5px solid white;
    box-shadow: 0 1px 0px #9a9c9c, 0 1px 0px #9a9c9c inset; }
    .stylizedForm input[type=text].small.m, .stylizedForm input[type=password].small.m {
      margin-right: 10px; }
.stylizedForm div.small {
  line-height: 10px;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  border: 5px solid white;
  box-shadow: 0 1px 0px #9a9c9c, 0 1px 0px #9a9c9c inset; }
  .stylizedForm div.small.m {
    margin-right: 10px; }
  .stylizedForm div.small .captcha {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    vertical-align: middle; }
.stylizedForm textarea {
  width: 410px;
  padding: 4px 5px;
  border: 5px solid white;
  background-color: #e6e7e8;
  box-shadow: 0 1px 0px #9a9c9c, 0 1px 0px #9a9c9c inset;
  resize: vertical;
  height: 100px;
  max-height: 200px; }
  .stylizedForm textarea::-webkit-input-placeholder {
    color: #9a9c9c; }
  .stylizedForm textarea:-moz-placeholder {
    color: #9a9c9c; }
  .stylizedForm textarea::-moz-placeholder {
    color: #9a9c9c; }
  .stylizedForm textarea:-ms-input-placeholder {
    color: #9a9c9c; }
.stylizedForm .button {
  margin: 0;
  vertical-align: middle; }
  .stylizedForm .button.nextStep {
    width: 147px; }

.newsElement {
  border: 10px solid white;
  background-color: #e6e7e8;
  padding: 10px;
  position: relative;
  margin: 20px 10px;
  height: 160px; }
  .newsElement .text {
    font-size: 12px;
    padding-bottom: 10px; }
    .newsElement .text .date {
      font-size: 20px;
      font-weight: bold;
      color: #c71808;
      text-transform: lowercase; }
    .newsElement .text .h1 {
      font-size: 14px;
      font-weight: bold; }
  .newsElement .line {
    position: absolute;
    height: 6px;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #c71808; }
    .newsElement .line a {
      color: white; }
    .newsElement .line .hidden {
      display: none;
      text-align: center;
      color: white;
      font-size: 12px;
      line-height: 20px; }
  .newsElement .triangle {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 7px solid #c71808;
    position: absolute;
    bottom: 6px;
    left: 50%;
    margin-left: -6px; }
  .newsElement.archive .bkg {
    background-image: url(../img/archive.png);
    background-repeat: no-repeat;
    background-position: center center;
    padding: 73px 0 74px 0; }
  .newsElement.archive:hover {
    background-color: #c71808; }
    .newsElement.archive:hover .bkg {
      background-image: url(../img/archive_h.png); }
    .newsElement.archive:hover .line {
      display: none; }
    .newsElement.archive:hover .triangle {
      display: none; }
  .newsElement:hover .line,
  .newsElement.selected .line {
    height: 20px; }
    .newsElement:hover .line .hidden,
  .newsElement.selected .line .hidden {
      display: block; }
  .newsElement:hover .triangle,
  .newsElement.selected .triangle {
    bottom: 20px; }

#banner1 {
  position: absolute;
  background-image: url(../img/banner.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; 
  width: 100%;
  height: 100%;
  min-height: 480px;
}
  #banner1 .cvk, #banner1 .cfb, #banner1 .ctw, #banner1 .cgp, #banner1 .cok {
    left: 15px; }

.cvk, .cfb, .ctw, .cgp, .cok {
  position: absolute;
  height: 16px;
  padding: 6px 5px 9px 31px;
  width: 23px;
  background-image: url(../img/sprites.png);
  display: block;
  color: black;
  text-decoration: none;
  text-align: center; }
  .cvk:hover, .cfb:hover, .ctw:hover, .cgp:hover, .cok:hover {
    text-decoration: none; }

.cvk {
  background-position: -177px -161px;
  top: 20px; }

.cfb {
  background-position: -174px -260px;
  top: 60px; }

.ctw {
  background-position: -255px -160px;
  top: 100px; }

.cgp {
  background-position: -256px -212px;
  top: 140px; }

.cok {
  background-position: -174px -211px;
  top: 180px; }

.vk, .fb, .tw {
  height: 60px;
  width: 60px;
  position: absolute;
  background-image: url(../img/sprites.png);
  display: block;
  bottom: 15px; }

.vk {
  background-position: -93px -138px;
  left: 15px; }

.fb {
  background-position: -20px -219px;
  left: 97px; }

.tw {
  background-position: -19px -138px;
  left: 180px; }

footer {
  background-image: url(../img/bkgTexture1.png), url(../img/footerBkg.png);
  height: 120px;
  width: 100%;
  margin-top: -20px;
  font-size: 14px; }
  footer .section {
    color: #c71808;
    font-weight: bold;
    margin: 5px 0 0 0;
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto; }
  footer ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    footer ul li {
      margin: 0;
      padding: 0;
      color: black;
      font-size: 14px; }
      footer ul li a {
        color: black;
        text-decoration: underline; }
  footer .payments {
    margin: 19px 0 0 0; }

#contentHolder {
  background-image: url(../img/blockBkg.png);
  padding-top: 40px; }
  #contentHolder .width {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 80px 20px 40px 20px;
    width: 920px; }
    #contentHolder .width #sliderButtons {
      margin-bottom: 40px; }
      #contentHolder .width #sliderButtons ul {
        height: 40px;
        line-height: 40px;
        margin: 0;
        padding: 0;
        list-style: none; }
      #contentHolder .width #sliderButtons ul li {
        display: inline-block;
        width: 180px;
        margin: 4px 5px;
      }
      #contentHolder .width #sliderButtons ul li a {
        height: 30px;
        width: 130px;
        text-align: center;
        margin: 0;
        vertical-align: middle; }
        #contentHolder .width #sliderButtons ul li:first-child {
          margin-left: 2px; }
    #contentHolder .width ul, #contentHolder .width ol {
      margin: 10px;
      padding-left: 20px; }

#contactsHolder .contact {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  margin-bottom: 10px; }

#contentHolder .widgetHolder {
  background-color: white;
  min-height: 270px;
  width: 200px;
  padding: 10px; }
  #contentHolder .widgetHolder a {
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    vertical-align: middle; }
     #contentHolder .widgetHolder a.selected {
      text-decoration: none;
      color: #000;
     }

.blueBorderStylizedSelect .SelectStyleBOX {
  border: 5px solid #006897 !important; }

.SelectStyleHolder {
  cursor: pointer;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  vertical-align: middle;
  width: 193px !important;
  position: relative;
  z-index: 5;
  overflow: visible; }
  .SelectStyleHolder .SSSelected:after {
    content: " ";
    display: block;
    height: 10px;
    width: 10px;
    position: absolute;
    right: 6px;
    top: 12px;
    background-image: url(../img/sprites.png);
    background-position: -220px -70px; }
  .SelectStyleHolder .SelectStyleBOX {
    border: 5px solid white;
    background-color: #e6e7e8;
    box-shadow: 0 1px 0px #9a9c9c inset, 0 1px 0px #9a9c9c;
    height: 31px; }
    .SelectStyleHolder .SelectStyleBOX:hover {
      border: 5px solid white; }
    .SelectStyleHolder .SelectStyleBOX .SSSelected {
    	position: relative;
      padding: 8px 5px;
      -webkit-user-select: none;
  	 -moz-user-select: none;
  	 -ms-user-select: none;
  	 -o-user-select: none;
  	 user-select: none; }
    .SelectStyleHolder .SelectStyleBOX.SSclicked {
      box-shadow: 0 1px 0px #9a9c9c, 0 1px 0px #9a9c9c inset;
      height: auto; }
      .SelectStyleHolder .SelectStyleBOX.SSclicked .SSSelected {
        color: black; }
    .SelectStyleHolder .SelectStyleBOX .SSScroll {
      background-color: #e0e0e0;
      width: 10px; }
      .SelectStyleHolder .SelectStyleBOX .SSScroll .SSHand {
        width: 10px;
        background-color: #a0a0a0;
        position: absolute; }
    .SelectStyleHolder .SelectStyleBOX ul {
      list-style: none !important;
      padding: 0 !important;
      margin: 0 !important;
      overflow: hidden; }
    .SelectStyleHolder .SelectStyleBOX li {
      padding: 2px 5px; }
      .SelectStyleHolder .SelectStyleBOX li:hover {
        background: #f90000;
        color: #fff; }

table.variants {
  border-spacing: 20px 5px;
  border-collapse: separate;
  width: 980px;
  margin-left: -10px;
  margin-top: 20px; }
  table.variants tr th .hdr {
    height: 45px;
    line-height: 45px;
    border-top: 3px solid black;
    border-bottom: 3px solid black;
    background-color: black;
    color: white; }
    table.variants tr th .hdr.green {
      border-top-color: #20a129;
      border-bottom-color: #126512;
      background-color: #1a861f; }
    table.variants tr th .hdr.red {
      border-top-color: #eb8942;
      border-bottom-color: #890e00;
      background-color: #e4350a; }
    table.variants tr th .hdr.blue {
      border-top-color: #0094d1;
      border-bottom-color: #003b6e;
      background-color: #006d98; }
    table.variants tr th .hdr.magenta {
      border-top-color: #cf5181;
      border-bottom-color: #880043;
      background-color: #b2065b; }
  table.variants tr th .price {
    background-color: #f8e300;
    line-height: 30px; }
  table.variants tr td {
    padding: 5px 8px;
    background-color: white; }
    table.variants tr td.empty {
      background-color: #e6e7e8;
      color: #8e0e00;
      font-weight: bold;
      text-align: center;
      font-size: 20px;
      padding: 0; }
  table.variants tr:last-child td {
    padding: 0;
    background: none; }
    table.variants tr:last-child td .button {
      margin: 0;
      width: 170px; }

#socialButtons {
  float: right;
  position: relative;
  height: 100px;
  margin-top: 20px;
  background-color: rgba(255, 255, 255, 0.7);
  width: 255px; }

#insideContent {
  margin-bottom: 15px; }
  #insideContent h1 {
    text-transform: uppercase;
    margin: 0; }
  #insideContent .date {
    color: #c71808;
    font-weight: bold;
    margin-bottom: 5px; }
  #insideContent .cvk {
    top: 10px; }
  #insideContent .cfb {
    top: 10px;
    left: 70px; }
  #insideContent .ctw {
    top: 10px;
    left: 140px; }
  #insideContent .cgp {
    top: 50px; }
  #insideContent .cok {
    top: 50px;
    left: 70px; }
  #insideContent ul {
    padding-left: 25px;
    margin: 10px 0; }
  #insideContent .social-likes {
    position: relative; }
    #insideContent .social-likes .social-likes__widget {
      position: absolute; }
      #insideContent .social-likes .social-likes__widget.social-likes__widget_vkontakte {
        top: 10px; }
      #insideContent .social-likes .social-likes__widget.social-likes__widget_facebook {
        top: 10px;
        left: 70px; }
      #insideContent .social-likes .social-likes__widget.social-likes__widget_twitter {
        top: 10px;
        left: 140px; }
      #insideContent .social-likes .social-likes__widget.social-likes__widget_plusone {
        top: 50px; }
      #insideContent .social-likes .social-likes__widget.social-likes__widget_odnoklassniki {
        top: 50px;
        left: 70px; }

#calculator {}
  #calculator .main-form { padding: 15px 0px 0 4px; }
  #calculator .calcCheckbox {
    line-height: 40px;
    margin: 5px 10px 0 0;
    background-color: #b2065b;
    color: white;
    padding: 3px 10px;
    font-size: 16px; }
    #calculator .calcCheckbox .checkbox, #calculator .calcCheckbox .radio {
      margin-right: 10px; }
    #calculator label.big {
      font-size: 20px;
      font-weight: bold;
      vertical-align: middle;
    }
  #calculator .mapHolder {
    width: 439px;
    background-color: #b2065b;
    margin: 0;
    color: white;
    padding: 10px; }
    #calculator .mapHolder .checkbox, #calculator .mapHolder .radio {
      margin-right: 10px; }
  #calculator .stylized {
     width: 200px;
     -webkit-user-select: none;
  	 -moz-user-select: none;
  	 -ms-user-select: none;
  	 -o-user-select: none;
  	 user-select: none;
	}
  #calculator .magentaBkg {
    background-color: #b2065b;
    padding: 3px;
    margin-top: 4px; }
  #calculator .wrapp-plusmin {
    border: 5px solid white;
    box-shadow: 0 1px 0px #9a9c9c, 0 1px 0px #9a9c9c inset;
    background-color: #e6e7e8;
    width: 218px;
    margin: 4px 0 0;
    padding: 7px 5px 6px;
    vertical-align: middle;
    color: #000; 
    display: inline-block;
    -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     -o-user-select: none;
     user-select: none;
  }
    #calculator .wrapp-plusmin input {
      padding: 4px 0;
      background-color: #e6e7e8;
      vertical-align: middle;
      color: #000;
      border: 1px solid #b2065b;
      display: inline-block;
    }
    #calculator .wrapp-plusmin .after {
      display: inline-block;
      vertical-align: middle;
    }
  #calculator input.stylized {
    border: 5px solid white;
    box-shadow: 0 1px 0px #9a9c9c, 0 1px 0px #9a9c9c inset;
    background-color: #e6e7e8;
    padding: 4px 5px;
    width: 183px;
    margin: 10px 0;
    vertical-align: middle;
    color: #000; }
  #calculator textarea.stylized {
    width: 400px;
    padding: 4px 5px;
    border: 5px solid white;
    background-color: #e6e7e8;
    box-shadow: 0 1px 0px #9a9c9c, 0 1px 0px #9a9c9c inset;
    resize: vertical;
    height: 100px;
    max-height: 200px;
    color: #000; }
    #calculator textarea.stylized::-webkit-input-placeholder {
      color: #9a9c9c; }
    #calculator textarea.stylized:-moz-placeholder {
      color: #9a9c9c; }
    #calculator textarea.stylized::-moz-placeholder {
      color: #9a9c9c; }
    #calculator textarea.stylized:-ms-input-placeholder {
      color: #9a9c9c; }
  #calculator .fmBlock {
    background-color: #b2065b;
    text-align: center;
    color: white;
    line-height: 70px;
    border-bottom: 1px solid #77003b;
    margin-bottom: 15px;
    margin-right: 10px;
    margin-top: 5px;
    font-size: 16px;
    font-weight: bold; }
  #calculator .fwBlock {
    background-color: white;
    border-bottom: #9a9c9c;
    font-size: 14px;
    padding: 8px 9px 9px 9px;
    margin-top: 5px; }
  #calculator .button.small {
    font-size: 14px;
    width: 132px;
    margin: 0; }
  #calculator .fmsBlock {
    background-color: #b2065b;
    color: white;
    padding: 10px; }
.stylizedOption .SMControls {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  vertical-align: middle;
  text-align: center;
  line-height: 46px;
  width: 35px;
  cursor: pointer;
  background-color: #b2065b;
  color: yellow;
  margin-top: 5px;
  font-size: 44px;
  -webkit-user-select: none;
  	 -moz-user-select: none;
  	 -ms-user-select: none;
  	 -o-user-select: none;
  	 user-select: none;
   }
   .stylizedOption .SMControls:hover {
      color: #fff;
   }
   .stylizedOption .SMControls:active {
      color: red;
   }
.stylizedOption .stylizedHelper {
  display: none; }
.stylizedOption .stylized {
  padding: 10px 5px !important;
  vertical-align: middle;
  margin: 4px 0 0 0 !important;
  width: 215px !important; }

.captcha {
  position: relative; }
  .captcha:hover .reload {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../img/refresh.png), rgba(255, 255, 255, 0.5);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    cursor: pointer; }

.highlightBetween {
  z-index: 2;
  position: relative; }

.gapHighlighter {
  position: absolute;
  height: 100%;
  z-index: 1;
  -webkit-transition: background-color 0.2s ease-in 0s, color 0.2s ease-in 0s, border-color 0.2s ease-in 0s;
  -moz-transition: background-color 0.2s ease-in 0s, color 0.2s ease-in 0s, border-color 0.2s ease-in 0s;
  transition: background-color 0.2s ease-in 0s, color 0.2s ease-in 0s, border-color 0.2s ease-in 0s; }
  .gapHighlighter.megafon {
    background-color: #1a861f; }
  .gapHighlighter.beeline {
    background-color: #fae200; }
  .gapHighlighter.mts {
    background-color: #e33709; }
  .gapHighlighter.tele2 {
    background-color: #151515; }
  .gapHighlighter.others {
    background-color: #006d98; }
  .gapHighlighter.sng {
    background-color: #b2055a; }

.advantages a {
  color: black;
  text-decoration: none;
  display: block;
  margin-bottom: 8px;
  padding-top: 8px;
}
  .advantages a p {
    display: inline-block;
    margin: 0;
    border-bottom: 1px dashed #c71808;
    font-size: 16px;
  }

.social-likes {
  position: absolute;
  top: 20px;
  left: 15px; }
  .social-likes .social-likes__widget {
    position: relative;
    height: 16px;
    padding: 6px 5px 9px 31px;
    width: 23px;
    background-image: url(../img/sprites.png);
    display: block;
    color: black;
    text-decoration: none;
    text-align: center; }
    .social-likes .social-likes__widget.social-likes__widget_vkontakte {
      background-position: -177px -161px; }
    .social-likes .social-likes__widget.social-likes__widget_facebook {
      background-position: -174px -260px; }
    .social-likes .social-likes__widget.social-likes__widget_twitter {
      background-position: -255px -160px; }
    .social-likes .social-likes__widget.social-likes__widget_plusone {
      background-position: -256px -212px; }
    .social-likes .social-likes__widget.social-likes__widget_odnoklassniki {
      background-position: -174px -211px; }

.ageHolder {
  padding: 0 0 0 15px !important;
  color: white;
  position: relative;
  margin-top: 5px !important;
  line-height: 45px; }
  .ageHolder input {
    width: 30px !important;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 !important;
    line-height: 26px; }

.padd-sides {
  padding: 0 10px;
}

.partnersBlocks {
  overflow: hidden;
  padding-top: 27px;
  position: relative;
}
  .partnersBlocks .element {
    margin: 0 5px;
    width: 305px;
    float: left;
    font-size: 14px;
    font-family: 'PT Sans';
  }
  .partnersBlocks .element.o1 {
    margin-left: 10px;
  }
    .partnersBlocks .element.o1 .head {
      background-color: #ba0a0a;
      border-top-color: #e70c0c;
      border-bottom-color: #950b0b;
    }
    .partnersBlocks .element.o1 .info-text {
      background-image: url(../img/o1_info-text.png);
    }
    .partnersBlocks .element.o2 .head {
      background-color: #eabd17;
      border-top-color: #fed84a;
      border-bottom-color: #b39112;
    }
    .partnersBlocks .element.o2 .info-text {
      background-image: url(../img/o2_info-text.png);
    }
    .partnersBlocks .element.o2 .info-text.strong {
      background-image: url(../img/o2_info-text_strong.png);
    }
  .partnersBlocks .element.o3 {
    margin-right: 10px;
  }
    .partnersBlocks .element.o3 .head {
      background-color: #fa6404;
      border-top-color: #f8853b;
      border-bottom-color: #bf4e05;
    }
    .partnersBlocks .element.o3 .info-text {
      background-image: url(../img/o3_info-text.png);
    }
    .partnersBlocks .element .head {
      text-align: center;
      font-weight: 700;
      color: #fff;
      position: relative;
      line-height: 1;
      padding: 17px 0 15px;
      border-top-width: 2px;
      border-top-style: solid;
      border-bottom-width: 2px;
      border-bottom-style: solid;
    }
    .partnersBlocks .element .head:after {
      content: '';
      position: absolute;
      width: 100%;
      background: url(http://emailgold.ru/bitrix/templates/emailgold/img/tarifTableHead_over.png) 0 0 no-repeat;
      top: -2px;
      bottom: -2px;
      left: 0;
    }
    .partnersBlocks .element .descr {
      background-color: #fff;
      padding: 10px;
      border-bottom: 2px solid #c12424;
      margin-bottom: 28px;
      text-align: center;
      position: relative;
    }
    .partnersBlocks .element .descr:after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: -9px;
      margin-left: -7px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 7px 7px 0 7px;
      border-color: #c12424 transparent transparent transparent;
    }
    .partnersBlocks .element .info-text {
      padding: 12px 10px 14px 35px;
      margin-bottom: 10px;
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: 100% 100%;
      font-weight: 400;
    }
    .partnersBlocks .element .info-text.strong,
    .partnersBlocks h3 {
      font-weight: 700;
    }
    .partnersBlocks h3 {
      font-size: 18px;
      margin: 0;
    }
    .partnersBlocks .warning {
      background: url(../img/partners_warning.png) 50% 50% no-repeat;
      position: absolute;
      font-size: 16px;
      right: 10px;
      top: 625px;
      width: 598px;
    }
      .partnersBlocks .warning > div {
        padding: 25px 34px 30px 210px;
      }
      .partnersBlocks .warning h3 {
        color: #46166b;
      }
    .partnersBlocks .clear {
      width: 100%;
      clear: both;
    }
    .partnersBlocks .wehave {
      float: right;
      width: 553px;
      height: 398px;
      margin: 0 30px 55px 0;
      background: url(../img/partners_wehave.png) 50% 50% no-repeat;
      font-size: 16px;
      color: #fff;
    }
      .partnersBlocks .wehave .el1 {
        padding: 100px 60px 0 100px;
      }
      .partnersBlocks .wehave a {
        color: #fff;
      }
      .partnersBlocks .wehave p {
        margin: 0 0 20px;
      }
      .partnersBlocks .wehave h3 {
        color: #450202;
        margin-bottom: 4px;
      }
      .partnersBlocks .wehave .el2 {
        padding: 0 0 0 140px;
      }
/* sms gate */
.boldRed {
  font-weight: bold;
  color: #8e0e00;
}
.side-line {
  border-left: 3px solid rgb( 190, 190, 190 );
  padding-left: 20px;
}
.linkMail,
.linkSkype {
  display: block;
  line-height: 30px;
  color: #000;
  text-decoration: none;
  margin-bottom: 10px;
}
.linkMail:before,
.linkSkype:before {
  content: '';
  width: 26px;
  height: 26px;
  display: inline-block;
  margin-right: 7px;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
}
.linkMail:before {
  background-image: url(../img/icon_email.png);
}
.linkSkype:before {
  background-image: url(../img/icon_skype.png);
}
.linkMail:hover,
.linkSkype:hover {
  text-decoration: underline;
}

#contentHolder .width ul.limarg {
  margin-left: 0;
  margin-top: 0;
}
  #contentHolder .width ul.limarg li {
    margin-bottom: 10px;
  }
/* SmsGate */
.hovered {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  overflow: hidden;
  box-shadow: 1px 1.732px 4px 0px rgba(0, 0, 0, .8);
  margin: 0 0 20px 40px;
}
  .hovered.alpha {
    margin-left: 0;
  }
  .hovered .pic {
    width: 170px;
    height: 135px;
    background-position: 0 0;
    background-repeat: no-repeat;
    border: 5px solid #fff;
    border-bottom: none;
    position: relative;
  }
  .hovered:hover .pic {
    background-position: -170px 0;
  }
  .hovered:active .pic {
    box-shadow: inset 0px 5px 0px 0px rgba(197,197,197,1);
    background-position: 0 0;
  }
    .hovered .pic > div {
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      padding-left: 16px;
      transform: translateY(-50%);
      text-align: left;
    }
      .hovered .pic big,
      .hovered .pic small {
        display: block;
        color: #fff;
        font-family: 'PT Sans';
        line-height: 1;
        font-weight: 700;
        text-shadow: -1px 0 2px #927300, 0 1px 2px #927300, 1px 0 2px #927300, 0 -1px 2px #927300;
        letter-spacing: 0;
      }
      .hovered .pic big {
        font-size: 54px;
        line-height: 1;
        text-transform: uppercase;
      }
      .hovered .pic small {
        font-size: 14px;
      }

  .hovered .button {
    margin: 0;
    width: 130px;
    height: 30px;
    display: block;
    box-shadow: none !important;
  }
@media(min-width: 1000px) {
.like-table {
  display: table;
  width: 100%;
}
  .like-table .alpha,
  .like-table .omega {
    display: table-cell !important;
  }
  .like-table .omega {
    float: none !important;
  }
}
.text-center {
  text-align: center;
}

.topEmail .langs > a {
  padding: 0 9px;
}
.topEmail .langs > a:hover,
.topEmail .langs > a.active {
  color: #f9e84c;
}
  .topEmail .langs > a:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../img/sprites.png);
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 4px;
  }
  .topEmail .langs > a.heb:before {
    background-position: -501px -118px;
  }
  .topEmail .langs > a.rus:before {
    background-position: -501px -135px;
  }
  .topEmail .langs > a.eng:before {
    background-position: -481px -135px;
  }
  header .topEmail .langs a.active,
  .secondMenu.insidePage .topEmail .langs a.active {
    background-image: url(../img/bg_topLang.png);
    background-repeat: repeat-x;
    padding: 14px 9px 13px;
    position: relative;
    bottom: -1px;
    color: inherit;
  }
    header .topEmail .langs > a.active:after,
    .secondMenu.insidePage .topEmail .langs > a.active:after {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -4.5px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px 4.5px 0 4.5px;
      border-color: #f9e84c transparent transparent transparent;
    }
