@font-face {
  font-family:'SegoeUi';
  src: url('/fonts/SegoeUIRegular/SegoeUIRegular.eot'); /* IE9 Compat Modes */
  src: url('/fonts/SegoeUIRegular/SegoeUIRegular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('/fonts/SegoeUIRegular/SegoeUIRegular.woff') format('woff'), /* Modern Browsers */
  url('/fonts/SegoeUIRegular/SegoeUIRegular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family:'SegoeUi';
  src: url('/fonts/SegoeUIBold/SegoeUIBold.eot'); /* IE9 Compat Modes */
  src: url('/fonts/SegoeUIBold/SegoeUIBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('/fonts/SegoeUIBold/SegoeUIBold.woff') format('woff'), /* Modern Browsers */
  url('/fonts/SegoeUIBold/SegoeUIBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family:'SegoeUi';
  src: url('/fonts/SegoeUIItalic/SegoeUIItalic.eot'); /* IE9 Compat Modes */
  src: url('/fonts/SegoeUIItalic/SegoeUIItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('/fonts/SegoeUIItalic/SegoeUIItalic.woff') format('woff'), /* Modern Browsers */
  url('/fonts/SegoeUIItalic/SegoeUIItalic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
/** Common **/
html, body {
  height: 100%;
  width: 100%;
  color: #333;
  font-size: 14px;
  line-height: 1.42857143;
  font-family: 'SegoeUi', Arial, Helvetica, sans-serif;
}

h1::first-letter,
h2::first-letter,
h3::first-letter
{
    text-transform: uppercase;
}

h1, h2, h3 {color:#375675 }
h2 {font-size: 25px; font-weight: bold;}
h3 {font-size: 16px; font-weight: bold;}
small {font-weight: normal; font-size: 85%;}
b {font-weight: bold;}
* {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
a {color: #337ab7; text-decoration: none;}
a:hover {text-decoration: underline;}
a:focus {outline: none;}
p {margin: 0 0 10px;}
i {font-style: italic;}

font.err1 {font-weight: bold; color: #ff2424; font-size: 16px;}


.clear {clear: both;}
.text-center {text-align: center;}
.text-left {text-align: left;}
.text-right {text-align: right;}
.text-uppercase {text-transform: uppercase;}
.left {float: left;}
.right {float: right;}
.center {margin: 0 auto;}
.container {width: 1170px; margin: 0 auto;}
.col-w25 {width: 25%;}
.col-w50 {width: 50%;}
.col-w75 {width: 75%;}

.disc-list {list-style-type: disc; margin-left: 32px;}

.footnote {font-size: 85%; font-weight: normal; font-style: italic;}

.btn {
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
}

.btn.btn-main {color: #fff; border: 1px solid #ffa81e; background: #ffa81e;}
.btn.btn-main:hover {color: #375675; text-decoration: none; background: #fff;}
.btn.btn-main:active {color: #fff; border: 1px solid #ffa81e; background: #ffa81e;}

.btn.btn-dark {color: #fff; border: 1px solid #516377; background: #516377;}
.btn.btn-dark:hover {color: #375675; text-decoration: none; background: #fff;}

.btn-red {
  background: #a92424;
  border: 1px solid #a92424;
  color: #fff;
}
.btn-red:hover {background: #fff; color: #a92424;}
.btn-green {
  background: #37a924;
  border: 1px solid #37a924;
  color: #fff;
}
.btn-green:hover {background: #fff; color: #37a924;}

#wrapper {
  overflow: hidden;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  min-width: 1170px;
  margin: 0 auto -220px;
}
#push {height: 220px}
/** End Common **/
/** Header **/
#header {height: 220px; background-color: #f3f3f3;}
#top-menu {height: 40px; background-color: #375675;}
.row1 {height: 40px;}
.btn.col-w1 {margin: 3px auto; color: #e0e4e7;}
.btn.col-w1.active {color: #375675; background: #e0e4e7;}
.col-w1 {width: 380px;}
#lk-btn {
  width: 195px;
  margin-top: -5px;
  text-align: right;
  padding-right: 25px;
  color: #fff;
  background: #ffa81e url(/images/lk-light.png) no-repeat;
  background-position: 10%, 50%;
}
#lk-btn:hover {
  color: #375675;
  background: #fff url(/images/lk-dark.png) no-repeat;
  background-position: 10%, 50%;
}

#top-block {height: 140px; padding: 10px 0;}
.row2 {height: 120px;}
#logo-link {
  display: block;
  width: 195px;
  height: 96px;
  margin: 8px 10px;
  padding: 0;
}

.title {color: #375675; font-size: 30px; margin-top: 38px;}

#phone {color: #28A1DA; font-size: 30px; font-weight: bold; margin-top: 20px;}

#navbar {height: 40px; background-color: #e8eaec;}
.inline-navbar {width: 665px; margin: 0 auto;}
.menu li {position: relative; display: block; float: left; padding: 10px 0;}
li.highlight {background: #ffa81e;}
.menu li:hover {background: #fff;}
.menu li a {padding: 10px 30px; color:#777;}
.menu a:hover {text-decoration: none;}
li.highlight a {color: #fff;}
li.highlight:hover a {color:#777;}
/** End Header **/
/** Main **/
#slider {
  overflow: hidden;
  min-height: 300px;
  padding: 30px;
  background: #517b91 url(/images/TitleBg_june_2021.jpg) no-repeat;
  background-size: cover;
}
.slide {
  width: 602px;
  height: 402px;
  margin: 0 auto;
  /* border: 1px solid #fff;  */
}
.slick-slide {
  color: #fff;
  font-size: 14px;
  line-height: 1.42857143;
  font-family: 'SegoeUi', Arial, Helvetica, sans-serif;
}
.slide td {
  padding: 14px;
  border-bottom: 1px solid #fff;
}
.slide a {display: block; width: 100%; height:100%;}

#main {overflow: hidden; padding: 28px 15px 15px;}

.page-title {font-size: 20px;}

#pay-method {width: 100%; height: 100px; margin-bottom: 20px;}
.index-bot-col, .index-bot-col2 {height: 400px; overflow: hidden; margin-top: 20px;}
.index-bot-col a, .index-bot-col2 a {color: #869497;}
.txt {height: 300px; margin-top: 20px; padding: 0 20px;}
.index-bot-col2 .txt {border-left: 1px solid #D9D9D9;}
.txt h3 {margin: 0 0 20px;}
#index-table {width: 100%;}
#index-table th, #index-table td {padding: 0 10px;}

#btn-imore {position: relative; top: 150px; left: 140px;}

#nav3 {height: 40px; margin-top: 15px;}
.menu-bot li {position: relative; display: block; float: left; padding: 10px 30px;}

.side-menu {width: 200px; margin: 0 auto; padding: 0; list-style: none;}
ul.side-menu {margin-top: 28px;}
.side-menu li a{display: block; padding: 10px 15px; margin-bottom: -1px; background:#F3F3F3; border:1px solid #ccc; text-decoration: none; }
.side-menu li.active a{color:#000;}

/*.rate-inet{width: 750px; margin-top: 6px; border-collapse: collapse;}
.rate-inet td{padding: 14px; border: solid 1px #ccc; text-align: center;}
.rate-inet td:first-child{background: #f3f3f3; font-weight: bold;}
.rate-inet tr:first-child td{background: #375675; color: #fff; font-weight: bold;}
.rate-inet tr:nth-child(n+2) td:nth-child(n+2):hover{background: #fffcd6; color: #000;}
.rate-inet tr:nth-child(n+2) td.selected:nth-child(n+2):hover{background:#4dacd2;}
.selected{ background: #008ad0; color: #fff;}
.itog{width: 750px; padding: 10px; margin: 20px 0 30px; background: #ffa81e; color: #fff;}
#itogInetAll, #itogTvAll{color: #000;}*/

.rate-tv {width: 750px; margin: 10px auto; padding: 0 70px;}
.theader {
  padding: 11px 0 11px 20px;
  color: #fff;
  font-weight: bold;
  /*border: 1px solid #c3c3c3;*/
  background: #ffa81e
}
.accordion>h3 {padding: 8px 20px 8px 20px; font-weight: bold;}
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  min-height: 0; /* support: IE7 */
  font-size: 100%;
}
.ui-accordion-header {border: 1px solid #c3c3c3;}
.ui-accordion-header:hover {background: #f3f3f3;}
.ui-widget-content {border: 1px solid #c3c3c3;}
.ui-accordion-content {padding: 10px 30px;}
.ui-accordion-content td {width: 184px;}
.tv-cost {float: right; margin-right: 40px;}
.accordion input[type=checkbox] {visibility: hidden;}
.ui-state-active .tv-checkbox {background: url(/images/expand39.png) no-repeat; background-position: 50%;}
.tv-checkbox {
  width: 18px;
  height: 18px;
  /*    background: #c3c3c3; */
  background: url(/images/expand38.png) no-repeat;
  background-position: 50%;
  border-radius: 100%;
  position: relative;
  float: right;
}
#current_promo, #archive_promo {width: 960px;}
#current_promo h3, #archive_promo h3 {overflow: hidden;}
#current_promo .ui-accordion-header-active, #archive_promo .ui-accordion-header-active {background: #ffa81e; border-color: #ffa81e; color: #fff;}
/*.tv-checkbox label {
display: block;
width: 14px;
height: 14px;
border-radius: 100px;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-o-transition: all .5s ease;
-ms-transition: all .5s ease;
transition: all .5s ease;
cursor: pointer;
position: absolute;
top: 2px;
left: 2px;
z-index: 1;
background: #a92424;
-webkit-box-shadow:inset 0px 1px 3px rgba(0,0,0,0.5);
-moz-box-shadow:inset 0px 1px 3px rgba(0,0,0,0.5);
box-shadow:inset 0px 1px 3px rgba(0,0,0,0.5);
}
.tv-checkbox input[type=checkbox]:checked + label {background: #26ca28;}*/

#camera_list>li { margin-bottom: 6px; }

#camera_list>li i.fa.fa-circle {
  color: #375675;
  font-size: 8px !important;
  margin-right: 6px;
}

.news_block {padding: 20px; border-bottom: 1px solid #ccc;}
.news_date {font-size: 85%;}
/*.news_text {padding-top: 10px; overflow: hidden; max-height: 123px;}*/
.news_text:hover {max-height: 100%;}

#page-nav {text-align: center; margin: 26px 0 10px;}
a.bold {font-weight: bold; color: #ffa81e;}

.article {overflow: hidden; margin-bottom: 10px;}
.article>.left {min-height: 80px;}
.article>.right {}
  .article h2 {margin-bottom: 20px;}

  #service1>.left {background: url(/images/AntiVirus-ico.png) no-repeat; background-position: 50%;}
  #service2>.left {background: url(/images/mail-ico.png) no-repeat; background-position: 50%;}
  #service3>.left {background: url(/images/camera.png) no-repeat; background-position: 50%;}

  #payment1, #payment2, #payment3 {margin-bottom: 20px;}
  #payment1>.left {background: url(/images/pay-4.png) no-repeat; background-position: 50%;}
  #payment2>.left {background: url(/images/pay-2.png) no-repeat; background-position: 50%;}
  #payment3>.left {background: url(/images/pay-3.png) no-repeat; background-position: 50%;}
  #payment4>.left {background: url(/images/pay-1.png) no-repeat; background-position: 50%;}
  #payment5>.left {background: url(/images/pay-5.png) no-repeat; background-position: 50%;}

  #payment2 table, #payment3 table {border-collapse: separate; border-spacing: 6px 6px; width: 100%;}
  #payment2 td, #payment3 td {width: 50%; text-align: center; padding: 4px; border: 1px solid #ccc;}

  td.hdr3 {font-size: 12px; font-family: tahoma; color: #FFFFFF; font-weight: bold;}
  span.f1 {font-size: 24px; font-family: arial; color: #D82808; font-weight: bold;}
  /** End Main **/
  /** Footer **/
  #footer {min-height: 220px; min-width: 1170px; color: #e8eff7; background-color: #516377;}
  .block {padding: 50px 0 40px;}
  #footer div {position: relative; min-height: 1px; padding-right: 15px; padding-left: 15px;}
  #footer p {margin-bottom: 15px;}
  #footer a {color: #fff;}
  .right-phone {font-size: 16px; font-weight: bold;}
  /** End Footer **/
  /* --------------------------------

  Price Table

  -------------------------------- */
  .cd-header {
    height: 160px;
    line-height: 280px;
    position: relative;
  }
  .cd-header h1 {
    text-align: center;
    color: #FFFFFF;
  }


  .cd-pricing-container {
    width: 100%;
  }

  .cd-pricing-switcher {
    text-align: center;
  }
  .cd-pricing-switcher .fieldset {
    display: inline-block;
    position: relative;
    padding: 2px;
    border-radius: 50em;
    /*border: 1px solid #375675;*/
  }
  .cd-pricing-switcher input[type="radio"] {
    position: absolute;
    opacity: 0;
  }
  .cd-pricing-switcher label {
    position: relative;
    z-index: 1;
    display: inline-block;
    float: left;
    width: 120px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    color: #375675;
    font-weight: bold;
  }

  .cd-pricing-switcher input[type="radio"]:checked + label {
    color: #fff;
    background-color: #ffa81e;
    border-radius: 50em;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    transition: transform 0.5s;
  }

  .no-js .cd-pricing-switcher {
    display: none;
  }


  .cd-pricing-list {
    margin: 10px 0;
  }
  .cd-pricing-list:after {
    content: "";
    display: table;
    clear: both;
  }

  .cd-has-margins .cd-pricing-list > li {
    width: 32.3333333333%;
    float: left;
    margin-right: 1.5%;
    position: relative;
    margin-bottom: 1em;
  }
  .cd-has-margins .cd-pricing-list > li:last-of-type {
    margin-right: 0;
  }


  .cd-pricing-wrapper {
    /* this is the item that rotates */
    position: relative;
  }
  .touch .cd-pricing-wrapper {
    /* fix a bug on IOS8 - rotating elements dissapear*/
    -webkit-perspective: 2000px;
    -moz-perspective: 2000px;
    perspective: 2000px;
  }
  .cd-pricing-wrapper.is-switched .is-visible {
    /* totate the tables - anticlockwise rotation */
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-animation: cd-rotate 0.5s;
    -moz-animation: cd-rotate 0.5s;
    animation: cd-rotate 0.5s;
  }
  .cd-pricing-wrapper.is-switched .is-hidden {
    /* totate the tables - anticlockwise rotation */
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-animation: cd-rotate-inverse 0.5s;
    -moz-animation: cd-rotate-inverse 0.5s;
    animation: cd-rotate-inverse 0.5s;
    opacity: 0;
  }
  .cd-pricing-wrapper.is-switched .is-selected {
    opacity: 1;
  }

  .cd-pricing-wrapper > li {
    background-color: #FFFFFF;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /* Firefox bug - 3D CSS transform, jagged edges */
    outline: 1px solid transparent;
  }
  .cd-pricing-wrapper > li::after {
    /* subtle gradient layer on the right - to indicate it's possible to scroll */
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50px;
    pointer-events: none;
    background: -webkit-linear-gradient( right , #FFFFFF, rgba(255, 255, 255, 0));
    background: linear-gradient(to left, #FFFFFF, rgba(255, 255, 255, 0));
  }
  .cd-pricing-wrapper > li.is-ended::after {
    /* class added in jQuery - remove the gradient layer when it's no longer possible to scroll */
    display: none;
  }
  .cd-pricing-wrapper .is-visible {
    /* the front item, visible by default */
    position: relative;
    z-index: 5;
  }
  .cd-pricing-wrapper .is-hidden {
    /* the hidden items, right behind the front one */
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  .cd-pricing-wrapper .is-selected {
    /* the next item that will be visible */
    z-index: 3 !important;
  }

  .cd-pricing-wrapper > li::before {
    /* separator between pricing tables - visible when number of tables > 3 */
    content: '';
    position: absolute;
    z-index: 6;
    left: -1px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 50%;
    width: 1px;
    background-color: #b1d6e8;
  }
  .cd-pricing-wrapper > li::after {
    /* hide gradient layer */
    display: none;
  }
  .cd-popular .cd-pricing-wrapper > li {
    box-shadow: inset 0 0 0 3px #a92424;
  }
  .cd-has-margins .cd-pricing-wrapper > li, .cd-has-margins .cd-popular .cd-pricing-wrapper > li {
    box-shadow: 0 1px 5px #ccc;
  }
  :nth-of-type(1) > .cd-pricing-wrapper > li::before {
    /* hide table separator for the first table */
    display: none;
  }
  .cd-has-margins .cd-pricing-wrapper > li {
    border-radius: 4px 4px 6px 6px;
  }
  .cd-has-margins .cd-pricing-wrapper > li::before {
    display: none;
  }


  .no-js .cd-pricing-wrapper .is-hidden {
    position: relative;
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    margin-top: 1em;
  }


  .cd-popular .cd-pricing-wrapper > li::before {
    /* hide table separator for .cd-popular table */
    display: none;
  }

  .cd-popular + li .cd-pricing-wrapper > li::before {
    /* hide table separator for tables following .cd-popular table */
    display: none;
  }


  .cd-pricing-header {
    position: relative;
    z-index: 1;
    height: auto;
    padding: 1.9em 0.9em 1.6em;
    pointer-events: auto;
    text-align: center;
    color: #375675;
    background-color: transparent;
  }
  .cd-popular .cd-pricing-header, .cd-popular .cd-pricing-header h2 {
    color: #a92424;
    background-color: transparent;
  }
  .cd-pricing-header h2 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 22px;
  }


  .cd-value {
    font-size: 70px;
  }

  .cd-currency, .cd-duration {
    color: rgba(23, 61, 80, 0.4);
  }
  .cd-popular .cd-currency, .cd-popular .cd-duration {
    color: #a92424;
  }

  .cd-currency {
    display: inline-block;
    margin-top: 10px;
    vertical-align: top;
    font-size: 22px;
  }

  .cd-duration {
    font-size: 22px;
    text-transform: uppercase;
  }


  .is-switched .cd-pricing-body {
    /* fix a bug on Chrome Android */
    overflow: hidden;
  }

  .cd-pricing-body {
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
  }


  .cd-pricing-features {
    width: auto;
  }
  .cd-pricing-features li {
    float: none;
    width: auto;
    padding: 1em;
    font-size: 16px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .cd-popular .cd-pricing-features li {
    margin: 0 3px;
  }
  .cd-pricing-features li:nth-of-type(2n+1) {
    background-color: #f3f3f3;
  }
  .cd-pricing-features em {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 600;
  }
  .cd-has-margins .cd-popular .cd-pricing-features li{
    margin: 0;
  }

  .cd-pricing-features .fa-rub {font-size: 14px;}

  .cd-pricing-footer {
    position: relative;
    height: auto;
    padding: 1.8em 0;
    text-align: center;
  }
  .cd-pricing-footer::after {
    /* hide arrow */
    display: none;
  }
  .cd-has-margins .cd-pricing-footer {
    padding-bottom: 0;
  }
  /* --------------------------------

  xkeyframes

  -------------------------------- */
  @-webkit-keyframes cd-rotate {
    0% {
      -webkit-transform: perspective(2000px) rotateY(0);
    }
    70% {
      /* this creates the bounce effect */
      -webkit-transform: perspective(2000px) rotateY(200deg);
    }
    100% {
      -webkit-transform: perspective(2000px) rotateY(180deg);
    }
  }
  @-moz-keyframes cd-rotate {
    0% {
      -moz-transform: perspective(2000px) rotateY(0);
    }
    70% {
      /* this creates the bounce effect */
      -moz-transform: perspective(2000px) rotateY(200deg);
    }
    100% {
      -moz-transform: perspective(2000px) rotateY(180deg);
    }
  }
  @keyframes cd-rotate {
    0% {
      -webkit-transform: perspective(2000px) rotateY(0);
      -moz-transform: perspective(2000px) rotateY(0);
      -ms-transform: perspective(2000px) rotateY(0);
      -o-transform: perspective(2000px) rotateY(0);
      transform: perspective(2000px) rotateY(0);
    }
    70% {
      /* this creates the bounce effect */
      -webkit-transform: perspective(2000px) rotateY(200deg);
      -moz-transform: perspective(2000px) rotateY(200deg);
      -ms-transform: perspective(2000px) rotateY(200deg);
      -o-transform: perspective(2000px) rotateY(200deg);
      transform: perspective(2000px) rotateY(200deg);
    }
    100% {
      -webkit-transform: perspective(2000px) rotateY(180deg);
      -moz-transform: perspective(2000px) rotateY(180deg);
      -ms-transform: perspective(2000px) rotateY(180deg);
      -o-transform: perspective(2000px) rotateY(180deg);
      transform: perspective(2000px) rotateY(180deg);
    }
  }
  @-webkit-keyframes cd-rotate-inverse {
    0% {
      -webkit-transform: perspective(2000px) rotateY(-180deg);
    }
    70% {
      /* this creates the bounce effect */
      -webkit-transform: perspective(2000px) rotateY(20deg);
    }
    100% {
      -webkit-transform: perspective(2000px) rotateY(0);
    }
  }
  @-moz-keyframes cd-rotate-inverse {
    0% {
      -moz-transform: perspective(2000px) rotateY(-180deg);
    }
    70% {
      /* this creates the bounce effect */
      -moz-transform: perspective(2000px) rotateY(20deg);
    }
    100% {
      -moz-transform: perspective(2000px) rotateY(0);
    }
  }
  @keyframes cd-rotate-inverse {
    0% {
      -webkit-transform: perspective(2000px) rotateY(-180deg);
      -moz-transform: perspective(2000px) rotateY(-180deg);
      -ms-transform: perspective(2000px) rotateY(-180deg);
      -o-transform: perspective(2000px) rotateY(-180deg);
      transform: perspective(2000px) rotateY(-180deg);
    }
    70% {
      /* this creates the bounce effect */
      -webkit-transform: perspective(2000px) rotateY(20deg);
      -moz-transform: perspective(2000px) rotateY(20deg);
      -ms-transform: perspective(2000px) rotateY(20deg);
      -o-transform: perspective(2000px) rotateY(20deg);
      transform: perspective(2000px) rotateY(20deg);
    }
    100% {
      -webkit-transform: perspective(2000px) rotateY(0);
      -moz-transform: perspective(2000px) rotateY(0);
      -ms-transform: perspective(2000px) rotateY(0);
      -o-transform: perspective(2000px) rotateY(0);
      transform: perspective(2000px) rotateY(0);
    }
  }
  @-webkit-keyframes cd-rotate-back {
    0% {
      -webkit-transform: perspective(2000px) rotateY(0);
    }
    70% {
      /* this creates the bounce effect */
      -webkit-transform: perspective(2000px) rotateY(-200deg);
    }
    100% {
      -webkit-transform: perspective(2000px) rotateY(-180deg);
    }
  }
  @-moz-keyframes cd-rotate-back {
    0% {
      -moz-transform: perspective(2000px) rotateY(0);
    }
    70% {
      /* this creates the bounce effect */
      -moz-transform: perspective(2000px) rotateY(-200deg);
    }
    100% {
      -moz-transform: perspective(2000px) rotateY(-180deg);
    }
  }
  @keyframes cd-rotate-back {
    0% {
      -webkit-transform: perspective(2000px) rotateY(0);
      -moz-transform: perspective(2000px) rotateY(0);
      -ms-transform: perspective(2000px) rotateY(0);
      -o-transform: perspective(2000px) rotateY(0);
      transform: perspective(2000px) rotateY(0);
    }
    70% {
      /* this creates the bounce effect */
      -webkit-transform: perspective(2000px) rotateY(-200deg);
      -moz-transform: perspective(2000px) rotateY(-200deg);
      -ms-transform: perspective(2000px) rotateY(-200deg);
      -o-transform: perspective(2000px) rotateY(-200deg);
      transform: perspective(2000px) rotateY(-200deg);
    }
    100% {
      -webkit-transform: perspective(2000px) rotateY(-180deg);
      -moz-transform: perspective(2000px) rotateY(-180deg);
      -ms-transform: perspective(2000px) rotateY(-180deg);
      -o-transform: perspective(2000px) rotateY(-180deg);
      transform: perspective(2000px) rotateY(-180deg);
    }
  }
  @-webkit-keyframes cd-rotate-inverse-back {
    0% {
      -webkit-transform: perspective(2000px) rotateY(180deg);
    }
    70% {
      /* this creates the bounce effect */
      -webkit-transform: perspective(2000px) rotateY(-20deg);
    }
    100% {
      -webkit-transform: perspective(2000px) rotateY(0);
    }
  }
  @-moz-keyframes cd-rotate-inverse-back {
    0% {
      -moz-transform: perspective(2000px) rotateY(180deg);
    }
    70% {
      /* this creates the bounce effect */
      -moz-transform: perspective(2000px) rotateY(-20deg);
    }
    100% {
      -moz-transform: perspective(2000px) rotateY(0);
    }
  }
  @keyframes cd-rotate-inverse-back {
    0% {
      -webkit-transform: perspective(2000px) rotateY(180deg);
      -moz-transform: perspective(2000px) rotateY(180deg);
      -ms-transform: perspective(2000px) rotateY(180deg);
      -o-transform: perspective(2000px) rotateY(180deg);
      transform: perspective(2000px) rotateY(180deg);
    }
    70% {
      /* this creates the bounce effect */
      -webkit-transform: perspective(2000px) rotateY(-20deg);
      -moz-transform: perspective(2000px) rotateY(-20deg);
      -ms-transform: perspective(2000px) rotateY(-20deg);
      -o-transform: perspective(2000px) rotateY(-20deg);
      transform: perspective(2000px) rotateY(-20deg);
    }
    100% {
      -webkit-transform: perspective(2000px) rotateY(0);
      -moz-transform: perspective(2000px) rotateY(0);
      -ms-transform: perspective(2000px) rotateY(0);
      -o-transform: perspective(2000px) rotateY(0);
      transform: perspective(2000px) rotateY(0);
    }
  }
  /* --------------------------------

  Sanding form

  -------------------------------- */
  .form_container{width:550px; margin: 0 auto;}
  .ticket_title {
    margin-top: 38px;
    font-family: SegoeUI;
    font-size: 25px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.88;
    letter-spacing: normal;
    text-align: left;
    color: #375675;
  }
  .ticket_send {width: 550px; margin-top: 30px; margin-left: -40px;}
  .ticket_send input[type="text"],
  .ticket_send input[type="submit"] {
    width: 461px;
    height: 49px;
  }
  .ticket_send input[type="text"] {
    margin-left: 24px;
    padding-left: 24px;
    border: solid 1px #516377;
    background-color: #ffffff;
  }
  .ticket_form_name {
    font-family: SegoeUI;
    font-size: 14px;
  }
  .ticket_form_phone {
    font-family: SegoeUI;
    font-size: 14px;
  }
  .ticket_personaldan {
    margin-top: 30px;
    padding-left :86px;
    font-family: SegoeUI;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: left;
  }
  .ticket_personaldan input[type="checkbox"] {margin-right: 8px;}
  .ticket_time {
    margin-top: 30px;
    margin-left: 80px;
    width: 397px;
    height: 35px;
    font-family: SegoeUI;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.71;
    letter-spacing: normal;
    text-align: center;
    color: #333333;
  }
  .ticket_send-submit {
    font-family: SegoeUI;
    font-size: 18px;
    font-weight: bold;
    margin: 30px 88px;
    border: none;
  }
  .ticket_send-inputs {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 14px;
  }
  .ticket_phone_name {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.63;
    letter-spacing: normal;
    text-align: left;
    color: #337ab7;
  }
  .ticket_send-submit_mainpage {
    display: block;
    width: 55%;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.2px;
    text-align: center;
  }



  /*banner-popup*/
  .tiera-popup{
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      display: none;
      z-index: 9;
  }
  .tiera-popup-mobile {
      display: flex;
      position: fixed;
      width: 100%;
      height: 100%;
      background-color: rgba(17, 34, 51, 0.83);
      top: 0;
  }
  .tiera_mob_app {
      background-image: url(/images/banner_tiera_app.png);
      width: 100%;
      height: 525px;
      background-repeat: no-repeat;
      background-position: center;
      margin: auto;
      max-width: 1000px;
      position: relative;
  }
  .tiera_mob_app a{
      width: 100%;
      height: 100%;
      display: block;
  }

 .tiera_mob_app:after{
     content: 'X';
     position: absolute;
     left: auto;
     right: 0;
     top: -40px;
     font-size: 20px;
     font-weight: bold;
     color: white;
     cursor: pointer;
 }


@media  (max-width: 1024px) {
    .tiera_mob_app {
        background-image: url(/images/tiera_mobile_app.jpg);
        width: 100%;
        height: 500px;
        background-repeat: no-repeat;
        background-position: center;
        margin: auto;
        max-width: 700px;
        position: relative;
        background-size: 200%;
    }
}

/* end banner-popup*/
.table_mob {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	text-shadow: 1px 1px 0px #fff;
	background:#ffa81e;
	margin:20px;
	border:#ccc 1px solid;
	border-collapse:separate;
 
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
 
	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
.table_mob th {
	font-weight:bold;
	padding:21px 25px 22px 25px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #ffa81e;
 
	background: #ffa81e;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
.table_mob th:first-child{
	text-align: left;
	padding-left:20px;
}
.table_mob tr:first-child th:first-child{
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
.table_mob tr:first-child th:last-child{
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
.table_mob tr{
	text-align: center;
	padding-left:20px;
}
.table_mob tr td:first-child{
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
.table_mob tr td {
	padding:18px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
 
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
.table_mob tr:nth-child(even) td{
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
.table_mob tr:last-child td{
	border-bottom:0;
}
.table_mob tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
.table_mob tr:last-child td:last-child{
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
.table_mob tr:hover td{
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);
}
 
.table_mob a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
.table_mob a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
.table_mob a:active,
.table_mob a:hover {
	color: #bd5a35;
	text-decoration:underline;
}

/*tarif sale shit*/
.some_shit {
    box-shadow: 0 1px 5px #ccc;
    border-radius: 4px 4px 6px 6px;
    margin-bottom: 20px;
}
.some_shit_inner {
    color: #375675;
}
.some_shit_inner, .some_shit_inner2 {
    text-align: center;
    padding: 10px;
}
.some_shit_inner2 {
    background-color: #f3f3f3;
}
.some_shit_inner2 > h2 {
    color: #a92424;
}