/* VARIABLES */
/* FONTS */
@font-face {
  font-family: Danger, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
  src: url('../danger_regular.eot');
  /* IE9 Compat Modes */
  src: url('../danger_regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../danger_regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../danger_regular.woff') format('woff'), /* Pretty Modern Browsers */ url('../danger_regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../danger_regular.svg#svgFontName') format('svg');
  /* Legacy iOS */
}
@font-face {
  font-family: 'DinPro', "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
  src: url('fonts/fontscore.com_d-dinproregular.eot');
  src: local('☺'), url('fonts/fontscore.com_d-dinproregular.woff') format('woff'), url('fonts/fontscore.com_d-dinproregular.ttf') format('truetype'), url('fonts/fontscore.com_d-dinproregular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* COMMON STYLES */
body {
  font-family: DinPro, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
  background-color: #ffffff;
  color: #ffffff;
}
.container {
  padding: 0px !important;
}
p {
  font-family: DinPro, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a {
  text-decoration: none !important;
  color: #ffffff !important;
}
strong {
  font-weight: 500;
}
* {
  outline: none !important;
}
h1 {
  text-transform: uppercase;
  font-size: 35px;
  text-align: center;
  line-height: 40px;
  margin-bottom: 1px;
}
@media (max-width: 420px) {
  h1 {
    font-size: 25px;
    line-height: 30px;
  }
}
h2 {
  font-size: 27px;
  text-align: center;
  line-height: 40px;
  margin-bottom: 20px;
}
h3 {
  margin-top: 0px;
}
.close {
  font-size: 40px !important;
}
/* ----------------------------------------------Главное Меню----------------------------------------- */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
nav {
  height: 60px;
  width: 100%;
  background: #3d3d3d;
  position: relative;
  border-bottom: 2px solid #ffffff;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
}
nav ul {
  padding: 0;
  margin: 0 auto;
  width: 1100px;
  height: 60px;
}
nav li {
  display: inline;
  float: left;
}
nav a {
  display: inline-block;
  width: 137px;
  text-align: center;
  text-decoration: none;
  line-height: 60px;
}
nav li a {
  border-right: 1px solid #7F7F7F;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
nav li:last-child a {
  border-right: 0;
}
nav a:hover,
nav a:active {
  color: #0093ff !important;
  background-color: #ffffff;
}
nav a#pull {
  display: none;
}
@media screen and (max-width: 1100px) {
  nav {
    height: auto;
  }
  nav ul {
    width: 100%;
    display: block;
    height: auto;
  }
  nav li {
    width: 50%;
    float: left;
    position: relative;
  }
  nav li a {
    border-bottom: 1px solid #7F7F7F;
    border-right: 1px solid #7F7F7F;
  }
  nav a {
    text-align: left;
    width: 100%;
    text-indent: 25px;
  }
}
@media only screen and (max-width: 480px) {
  nav ul {
    display: none;
    height: auto;
  }
  nav a#pull {
    display: block;
    background-color: #3d3d3d;
    width: 100%;
    position: relative;
  }
  nav a#pull:after {
    content: "";
    background: url(../img/nav-icon.png) no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 20px;
  }
}
@media only screen and (max-width: 320px) {
  nav li {
    display: block;
    float: none;
    width: 100%;
  }
  nav li a {
    border-top: 1px solid #7F7F7F;
    line-height: 50px;
  }
}
/* LOGO TAHO 36 */
.logo {
  padding: 20px 0 0 0;
}
@media (max-width: 480px) {
  .logo {
    display: none;
  }
}
/* LOGO TEXT */
.tahografs {
  width: 100%;
}
.tahografs h1 {
  font-family: Danger, Impact, "Arial Black", sans-serif;
  text-align: center;
  font-size: 35px;
  text-transform: uppercase;
  letter-spacing: 5px;
  line-height: 50px;
}
.tahografs h1 span {
  background: #ffffff;
  font-size: 220%;
  line-height: 95px;
  letter-spacing: 30px;
  color: #000000;
}
@media (max-width: 1020px) {
  .tahografs h1 span {
    letter-spacing: 15px;
    font-weight: 900;
  }
}
@media (max-width: 420px) {
  .tahografs h1 span {
    font-size: 190%;
    letter-spacing: 2px;
    font-weight: 600;
  }
}
@media (max-width: 1020px) {
  .tahografs h1 {
    font-size: 25px;
    letter-spacing: 3px;
  }
}
@media (max-width: 820px) {
  .tahografs h1 {
    font-size: 20px;
    letter-spacing: 3px;
  }
}
/* FON */
.container-fluid {
  padding: 0 !important;
}
.bg-fix {
  position: relative;
  height: auto;
  width: 100%;
  background-repeat: no-repeat;
  background-attachment: inherit;
  background-position: top center;
  background-color: #000000;
}
.bg-par {
  position: relative;
  height: auto;
  width: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top center;
}
.divider {
  padding: 20px 0 10px 0;
}
.cont-divider {
  background-color: #ffffff;
}
container {
  margin: 0 auto;
}
.container-transporent {
  border-style: solid;
  border-width: 2px;
  border-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.6);
  width: auto;
  max-width: 304px;
  height: auto;
  margin: 20px auto;
  font-size: 15px;
  font-family: "DINPro", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
  color: #000000;
}
.container-transporent:hover {
  background-color: #ffffff !important;
}
/* -----------------------------------------------------------------------------------------BUTTONS ---------------------------------------------------------------------------*/
.btn-call {
  background: url(../img/button.png) center center no-repeat;
  border-style: solid;
  border-width: 2px;
  border-color: #ffffff;
  width: 538px;
  height: 62px;
  margin-bottom: 20px;
}
@media (max-width: 820px) {
  .btn-call {
    background: url(../img/button-m.png) center center no-repeat;
    width: 360px;
    height: 41px;
  }
}
@media (max-width: 480px) {
  .btn-call {
    background: url(../img/button-m.png) center center no-repeat;
    width: 90%;
    height: 41px;
  }
}
.btn-call:hover {
  background: url(../img/button-hover.png) center center no-repeat;
  border-color: #0093ff;
  border-width: 4px;
}
@media (max-width: 820px) {
  .btn-call:hover {
    background: url(../img/button-hover-m.png) center center no-repeat;
    width: 360px;
    height: 41px;
  }
}
@media (max-width: 480px) {
  .btn-call:hover {
    background: url(../img/button-hover-m.png) center center no-repeat;
    width: 90%;
    height: 41px;
  }
}
.big-btn-call {
  font-size: 24px;
  line-height: 30px;
  font-family: "DINPro", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
  color: #ffffff;
  text-align: center;
  border-style: solid;
  border-width: 2px;
  border-color: #ffffff;
  background-color: #0093ff;
  width: 542px;
  height: 127px;
  margin: 0 0 10px 0;
}
.big-btn-call strong {
  font-size: 220%;
}
@media (max-width: 600px) {
  .big-btn-call {
    width: 90%;
    max-width: 542px;
    font-size: 100%;
  }
}
.big-btn-call:hover {
  background-color: #00bfff;
  color: #ffffff;
  border-color: #0093ff;
}
.min-btn-call {
  font-size: 15px;
  font-family: "DINPro", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
  color: #ffffff;
  text-align: center;
  border-style: solid;
  border-width: 2px 0;
  border-color: #ffffff;
  background-color: #0093ff;
  width: 100%;
  height: 35px;
}
.btn {
  border-radius: 0;
  font-size: 15px;
  font-family: "DINPro", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
  color: #ffffff;
  background-color: #0093ff;
  border-style: solid;
  border-width: 2px;
  border-color: #ffffff;
}
@media (max-width: 1020px) {
  .btn {
    font-size: 35px;
    line-height: 40px;
    width: 100%;
    height: 70px;
  }
}
.btn:hover {
  color: #ffffff;
  background-color: #00bfff;
  border-color: #0093ff;
}
.btn-left {
  width: 40%;
  height: 100%;
  border-width: 2px 2px 0 0;
  font-size: 14px;
}
.btn-left:hover {
  background-color: #00bfff;
  color: #ffffff;
}
.btn-right {
  width: 60%;
  height: 100%;
  border-width: 2px 0 0 2px;
  font-size: 14px;
}
.btn-right:hover {
  background-color: #00bfff;
  color: #ffffff !important;
}
/* end BUTTONS */
/* ---------------------------------------------------------------------header--------------------------------------------------------- */
.head-taho {
  width: 100%;
  max-width: 796px;
  height: 260px;
  position: relative;
  background: url(../img/vrn-head-taho.png) top center no-repeat;
  background-size: 100%;
}
@media (max-width: 480px) {
  .head-taho {
    height: 140px;
  }
}
#head-bg {
  background: url(../img/vrn-header_taho36.jpg) top center no-repeat;
  background-color: #3d3d3d;
}
@media (max-width: 1020px) {
  #head-bg {
    background: url(../img/vrn-header_taho36_min.jpg) top center no-repeat;
  }
}
/* ________________________________________________________TAHOGRAFS____________________________________________________________ */
#tahografs {
  background: #000000 url(../img/vrn-taho_bg.jpg) top center no-repeat fixed;
}
@media (max-width: 1020px) {
  #tahografs {
    background: #000000 url(../img/vrn-taho_bg-mini.jpg) top center no-repeat;
  }
}
@media (max-width: 480px) {
  #tahografs {
    background: #000000;
  }
}
#tahogr-oll {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  #tahogr-oll {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
#tahogr-oll .container-transporent {
  min-height: 100px;
}
.merkury {
  width: 255px;
  height: 125px;
  background: url(../img/vrn-tahogr-mercury.png) no-repeat top center;
}
.atol {
  width: 255px;
  height: 125px;
  background: url(../img/vrn-tahogr-atol.png) no-repeat top center;
}
.vdo {
  width: 255px;
  height: 125px;
  background: url(../img/vrn-tahogr-vdo.png) no-repeat top center;
}
.shtrih {
  width: 255px;
  height: 125px;
  background: url(../img/vrn-tahogr-kasbi.png) no-repeat top center;
}
.kasbi {
  width: 255px;
  height: 125px;
  background: url(../img/vrn-tahogr-kasbi.png) no-repeat top center;
}
.tca {
  width: 255px;
  height: 125px;
  background: url(../img/vrn-tahogr-mercury.png) no-repeat top center;
}
.efas {
  width: 255px;
  height: 125px;
  background: url(../img/vrn-tahogr-mercury.png) no-repeat top center;
}
.dt {
  width: 255px;
  height: 125px;
  background: url(../img/vrn-tahogr-dt.png) no-repeat top center;
}
.glyphicon-certificate {
  font-size: 460%;
  color: #FF0004;
}
.glyphicon-thumbs-up {
  font-size: 45%;
  color: #ffffff;
  position: absolute;
  left: 20px;
  top: 17px;
}
/* --------------------------------------------------------------------------------------------CARDS----------------------------------- */
#cards {
  background: #000000 url(../img/vrn-cards-bg.jpg) top center no-repeat;
  background-color: #000;
}
@media (max-width: 1020px) {
  #cards {
    background: #000000 url(../img/vrn-cards-bg-mini.jpg) top center no-repeat;
  }
}
@media (max-width: 480px) {
  #cards {
    background: #000000;
  }
}
#cards .btn-group {
  width: 100%;
}
@media (min-width: 1000px) and (max-width: 1280px) {
  #cards .btn {
    padding: 10px 18px;
  }
}
@media (min-width: 820px) and (max-width: 999px) {
  #cards .btn {
    padding: 10px 4px;
  }
}
.vod-skzi {
  width: 100%;
  height: 165px;
  background: url(../img/vrn-card36.png) no-repeat top center;
}
.vod-estr {
  width: 100%;
  height: 165px;
  background: url(../img/vrn-card-estr.png) no-repeat top center;
}
.vod-noskzi {
  width: 100%;
  height: 165px;
  background: url(../img/vrn-card-noskzi.png) no-repeat top center;
}
.pr-skzi {
  width: 100%;
  height: 165px;
  background: url(../img/vrn-pr-card36.png) no-repeat top center;
}
.pr-estr {
  width: 100%;
  height: 165px;
  background: url(../img/vrn-pr-card-estr.png) no-repeat top center;
}
.pr-noskzi {
  width: 100%;
  height: 165px;
  background: url(../img/vrn-pr-card-noskzi.png) no-repeat top center;
}
.price {
  text-align: center;
  font-size: 25px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #ffffff;
  position: absolute;
  left: 17px;
  top: 27px;
}
.elips {
  font-size: 650%;
}
/* -----------------------------------------------------------------------------SERTIF ---------------------------------------------*/
#sertif-oll {
  background: #000000 url(../img/vrn-sertif-bg.jpg) top center no-repeat;
}
@media (max-width: 1020px) {
  #sertif-oll {
    background: #000000 url(../img/vrn-sertif-bg-mini.jpg) top center no-repeat;
  }
}
@media (max-width: 480px) {
  #sertif-oll {
    background: #000000;
  }
}
#sertif-oll h1 {
  margin-bottom: 20px;
}
#sertif-oll .sert {
  max-width: 225px;
}
#sertif-oll .sert > a > img {
  width: 175px;
  height: auto;
}
@media (max-width: 600px) {
  #sertif-oll .sert > a > img {
    width: 140px;
  }
}
#sertif-oll .podpis {
  padding: 10px;
  font-size: 18px;
  line-height: 25px;
  min-height: 50px;
  text-transform: inherit;
}
.sv {
  width: 100%;
  height: auto;
}
/*------------------------------------------------------- PLAN ------------------------------------------------------*/
#company {
  background: #000000 url(../img/vrn-company-bg.jpg) top center no-repeat fixed;
}
@media (max-width: 1020px) {
  #company {
    background: #000000 url(../img/vrn-company-bg-min.jpg) top center no-repeat;
  }
}
@media (max-width: 480px) {
  #company {
    background: #000000;
  }
}
#plans {
  margin: 25px 0 10px 0;
}
#plans h6 {
  padding: 122px 10px 10px 10px;
  font-size: 18px;
  line-height: 25px;
  min-height: 240px;
  text-transform: inherit;
  text-align: center;
}
@media (max-width: 420px) {
  #plans h6 {
    min-height: 0;
  }
}
#plans article:nth-child(1) h6 {
  background: url(../img/plan1.png) center 0 no-repeat;
}
#plans article:nth-child(2) h6 {
  background: url(../img/plan2.png) center 0 no-repeat;
}
#plans article:nth-child(3) h6 {
  background: url(../img/plan3.png) center 0 no-repeat;
}
#plans article:nth-child(4) h6 {
  background: url(../img/plan4.png) center 0 no-repeat;
}
#plans article:nth-child(5) h6 {
  background: url(../img/plan5.png) center 0 no-repeat;
}
#plans article:nth-child(6) h6 {
  background: url(../img/plan6.png) center 0 no-repeat;
}
/* -------------------------------------------------------FOOTER---------------------------------------------------- */
#contacts {
  background: #000000 url(../img/vrn-footer-bg.jpg) top center no-repeat;
}
@media (max-width: 1020px) {
  #contacts {
    background: #000000 url(../img/vrn-footer-bg-mini.jpg) top center no-repeat;
  }
}
@media (max-width: 480px) {
  #contacts {
    background: #000000;
  }
}
.conta {
  padding-top: 20px !important;
  font-size: 35px;
  text-align: center;
  line-height: 35px;
  color: #ffffff;
}
.conta big {
  font-size: 150%;
}
.conta u {
  font-size: 50%;
}
.footer-menu {
  line-height: 50px;
  padding: 8px 0 0px 0;
  height: auto;
  background: #3d3d3d;
  border-style: solid;
  border-width: 3px 0 0 0;
  border-color: #ffffff;
}
/* ----------------------------------------------------------MODAL-------------------------------------------------------- */
.modal .modal-body {
  color: #000000;
}
.modal .modal-body > p > img {
  float: left;
  margin: 5px;
}
.modal .modal-title {
  font-size: 20px;
  text-transform: uppercase;
}
@media (max-width: 1020px) {
  .modal .modal-title {
    font-size: 35px;
  }
}
@media (max-width: 600px) {
  .modal .modal-title {
    font-size: 20px;
  }
}
.modal .modal-header {
  background-color: #0093ff;
}
.modal .modal-footer {
  background-color: #ffffff;
}
.modal .form-control {
  height: 55px;
}
@media (max-width: 600px) {
  .modal .form-control {
    height: 35px;
  }
}
.mne {
  font-size: 14px;
  font-weight: bold;
}
.mne .mnet {
  width: 35%;
  height: 35px;
  padding-left: 2%;
  font-weight: 100;
  color: #000000;
}
.input-group {
  padding: 10px;
  marign-top: 50px;
}
.send-title {
  background-color: #0093ff;
}
.cont {
  color: #000000;
  width: 90%;
  min-height: 120px;
  padding: 0 0 0 20px;
  font-size: 36px;
}
@media (max-width: 600px) {
  .cont {
    font-size: 15px;
  }
}
.label-min {
  font-size: 14px;
}
#actionsModal .modal-header {
  background-color: #FF0004;
}
#actionsModal .modal-header h3 {
  font-size: 36px;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  #actionsModal .modal-header h3 {
    font-size: 20px;
  }
}
#actionsModal .modal-body {
  color: #FF0004;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 35px;
}
@media (max-width: 600px) {
  #actionsModal .modal-body {
    font-size: 15px;
    line-height: 17px;
  }
}
#actionsModal .modal-body .minser {
  color: #8C8C8C;
  font-size: 18px;
  line-height: 15px;
  text-transform: none;
}
@media (max-width: 600px) {
  #actionsModal .modal-body .minser {
    font-size: 13px;
  }
}
.form-horizontal {
  width: 90%;
  padding-left: 30px;
  color: #3d3d3d;
}
h5 {
  font-size: 25px;
  color: #0093ff;
  background-color: #ffffff;
  padding: 20px 20%;
}
.bg-danger {
  font-size: 25px;
  color: #FF0004;
  background-color: #ffffff;
  padding: 20px 20%;
}
.modal-content {
  border-radius: 0;
}
.modal-dialog {
  width: 630px;
}
@media (max-width: 1020px) {
  .modal-dialog {
    width: 80%;
  }
}
@media (max-width: 1020px) {
  .btn-success {
    font-size: 24px;
  }
}
/* ----------------------------------------------------------USLUGI-------------------------------------------------------- */
.tahocena p {
  text-align: right;
  color: #FF0004;
  font-size: 35px;
  line-height: 16px;
  font-weight: bold;
  margin-right: 5px;
}
.tahocena span {
  color: #000;
  font-size: 21px;
  text-decoration: line-through;
  font-weight: 400;
}
.tahocena1 p {
  text-align: right;
  color: #000;
  font-size: 35px;
  line-height: 16px;
  font-weight: 400;
  margin-right: 5px;
}
.tahocena1 span {
  color: #000;
  font-size: 21px;
  text-decoration: line-through;
  font-weight: 400;
}
#uslugi .uslugi {
  margin: 15px;
}
#uslugi h3 {
  min-height: 35px;
  margin: 0 auto;
}
#uslugi .glyphicon {
  font-size: 44px;
  margin-bottom: 10px;
  text-decoration: none;
}
#uslugi p {
  text-align: center;
  color: #FF0004;
  font-size: 35px;
  line-height: 16px;
  font-weight: 400;
  margin-right: 5px;
}
#uslugi span {
  color: #000;
  font-size: 21px;
  text-decoration: line-through;
  font-weight: 400;
}
/* ----------------------------------------------------------OPTOM-------------------------------------------------------- */
#optom {
  background-color: #52000C;
  height: 100%;
  background: url(../img/vrn-optom-bg.jpg) top center no-repeat;
}
#optom hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #eee;
}
#optom h1 {
  font-family: Danger, Impact, "Arial Black", sans-serif;
  font-size: 70px;
  line-height: 70px;
}
#optom h2 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
}
#optom h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 43px;
  font-weight: 600;
}
#optom h4 {
  font-size: 48px;
  color: #fff;
}
#optom h5 {
  font-size: 25px;
  color: #fff;
  background-color: transparent;
  padding: 0;
}
.logoopt {
  margin-top: 30px;
  width: 92%;
  height: 90px;
  background: url(../img/vrn-taho36-logo.png) 100% no-repeat;
  background-size: contain;
}
.tahooptb {
  position: relative;
  height: 355px;
}
.tahoopt {
  z-index: 995;
  position: absolute;
  left: 227px;
  top: 156px;
  width: 360px;
  height: 270px;
  background: url(../img/vrn-optom-dr5.png) no-repeat;
  background-size: contain;
}
@media (max-width: 1219px) {
  .tahoopt {
    left: 127px;
    top: 156px;
  }
}
@media (max-width: 600px) {
  .tahoopt {
    left: 28px;
    top: 156px;
    width: 83%;
  }
}
.formopt {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  border: 2px #fff solid;
  margin-right: 25px;
  margin-top: 50px;
}
.formopt h4 {
  font-size: 47px;
}
.formopt h5 {
  font-size: 24px;
}
.optcena {
  width: 90%;
  text-align: right;
  position: absolute;
  z-index: 999;
}
.optcena p {
  margin-right: 50px;
  margin-top: 9px;
  text-align: right;
  font-size: 92px;
  font-weight: bold;
}
@media (max-width: 600px) {
  .optcena p {
    font-size: 62px;
  }
}
.optcena span {
  font-size: 40px;
  font-weight: bold;
  color: #B3B3B3;
  line-height: 0px;
  margin-right: 100px;
  text-decoration: line-through;
}
.deistvie {
  text-align: center;
  font-size: 24px;
}
.optfut {
  font-size: 24px;
  text-align: center;
  height: 80px;
  background-color: #5A5A5A;
  border-top: 2px #fff solid;
}
.aktcii a {
  color: #FF0004 !important;
}
#MercuryModal li {
  border-bottom: #B1B1B1 1px solid;
  padding-bottom: 5px;
}
#MercuryModal .modal-dialog {
  width: 80%;
  max-width: 800px;
  padding-bottom: 20px;
}
#MercuryModal .modal-content {
  padding-bottom: 20px;
}
#MercuryModal .mercimage {
  position: relative;
  background: url(../img/mercury-roads.jpg) top center no-repeat;
  background-color: #000;
  height: 488px;
  background-size: 100%;
}
@media only screen and (max-width: 980px) {
  #MercuryModal .mercimage {
    background: url(../img/mercury-roads-mob.jpg) top left no-repeat;
    height: 300px;
    background-size: 100%;
  }
}
@media only screen and (max-width: 480px) {
  #MercuryModal .mercimage {
    height: 190px;
  }
}
#MercuryModal #MercuryModalLabel {
  position: absolute;
  top: 10px;
  right: 22px;
  text-align: right;
  font-size: 40px;
  color: #000;
}
@media only screen and (max-width: 980px) {
  #MercuryModal #MercuryModalLabel {
    font-size: 30px;
    background-color: rgba(255, 255, 255, 0.5);
  }
}
@media only screen and (max-width: 480px) {
  #MercuryModal #MercuryModalLabel {
    font-size: 20px;
  }
}
#MercuryModal .vibor {
  position: absolute;
  text-align: right;
  color: #FF0004;
  top: 50%;
  right: 10px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.59);
  font-size: 29px;
}
@media only screen and (max-width: 480px) {
  #MercuryModal .vibor {
    font-size: 15px;
    padding: 5px;
  }
}
#MercuryModal .tahoprice {
  position: absolute;
  text-align: left;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  bottom: 5px;
  left: 5px;
}
@media only screen and (max-width: 980px) {
  #MercuryModal .tahoprice {
    color: #000;
    font-size: 15px;
  }
}
#MercuryModal .form-horizontal {
  width: 100%;
  padding-left: 0px;
}
#MercuryModal .form-control {
  float: left;
  width: 32%;
  margin: 0px 5px;
  height: 47px;
}
@media only screen and (max-width: 980px) {
  #MercuryModal .form-control {
    width: 90%;
    margin: 0px 5px 10px;
  }
}
#MercuryModal .btn {
  border-radius: 0;
  font-size: 22px;
  color: #ffffff;
  background-color: #0093ff;
  border-style: solid;
  border-width: 2px;
  border-color: #ffffff;
  width: 32%;
}
@media only screen and (max-width: 980px) {
  #MercuryModal .btn {
    width: 90%;
  }
}
button.close {
  z-index: 100;
}
@media only screen and (max-width: 320px) {
  /* Smartphones (portrait) ----------- */
}
@media only screen and (max-device-width: 1024px) {
  /* iPads (portrait and landscape) ----------- */
}
@media only screen and (min-width: 1200px) {
  /* Desktops and laptops ----------- */
}
