*,
:after,
:before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
a {
  color: #207ce5;
}
a:hover {
  color: #0056b9;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
input,
textarea {
  margin: 3px 0;
  border-radius: 4px;
  border: 1px solid #ccc;
  width: 100%;
  vertical-align: middle;
  padding: 6px 10px;
  font-size: 16px;
}
input:focus,
textarea:focus {
  border-color: rgba(82,168,236,0.8);
  outline: 0;
  outline: thin dotted 9;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
}
input.error,
textarea.error {
  background: #fcc;
  border-color: #f00;
}
input[type="checkbox"],
textarea[type="checkbox"],
input[type="radio"],
textarea[type="radio"] {
  width: auto;
}
textarea {
  height: 100px;
}
button,
.btn {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMDAgMTAwIj48cGF0aCBzdHlsZT0ib3BhY2l0eTowLjM7ZmlsbDojRkZGRkZGIiBkPSJNMzAwLDQ4LjdjMCwwLTQ0LjktMTEuMS0xNTAsMHMtMTUwLDAtMTUwLDBWMGgzMDBWNDguN3oiLz48L3N2Zz4=") no-repeat center center;
  background-size: cover;
  font: bold 16px/1 Arial;
  padding: 7px 15px;
  background-color: #ffab23;
  border: 1px solid #fa2;
  border-radius: 100px;
  text-shadow: 0px 1px 0px #fe6;
  text-decoration: none;
  color: #000;
  display: inline-block;
  cursor: pointer;
  margin: 4px;
  box-shadow: inset 0 20px 20px -10px #ffe666, inset 0 -10px 20px -10px #ffe666, inset 0 0 10px 0 #f90, 0 1px 0 0 #fff6af, 0 0 0 2px #fff, 0 0 10px 0 rgba(0,0,0,0.2);
}
button:hover,
.btn:hover {
  background-color: #fc0;
}
table {
  border-spacing: 0;
  empty-cells: show;
  border-collapse: collapse;
}
form {
  display: inline;
}
body {
  padding: 0;
  margin: 0;
  font: 14px Arial, Helvetica, sans-serif;
}
@import 'https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700&subset=cyrillic';
body {
  -webkit-font-smoothing: antialiased;
  padding: 100px 0 0 70px;
  min-width: 320px;
}
.xdebug-error {
  margin-top: 100px;
}
.a_logo {
  display: block;
  text-decoration: none;
  color: #000;
  background: #fecd09;
  background: -webkit-linear-gradient(left, #bc9207 0%, #edbf09 7%, #fecd09 100%);
  background: -moz-linear-gradient(left, #bc9207 0%, #edbf09 7%, #fecd09 100%);
  background: -o-linear-gradient(left, #bc9207 0%, #edbf09 7%, #fecd09 100%);
  background: -ms-linear-gradient(left, #bc9207 0%, #edbf09 7%, #fecd09 100%);
  background: linear-gradient(to right, #bc9207 0%, #edbf09 7%, #fecd09 100%);
  height: 73px;
  margin: 10px 0 10px 0;
  padding: 10px 0;
}
.a_logo:hover {
  color: #000;
}
@media screen and (max-width: 830px) {
  .a_logo {
    margin-left: -70px;
  }
}
@media screen and (max-width: 615px) {
  .a_logo {
    display: none;
  }
}
.logo_bg {
  width: 70px;
  display: inline-block;
  padding: 10px 0;
  text-align: center;
}
.a_logol {
  display: block;
  background: #fecd09;
  background: -webkit-linear-gradient(left bottom, #fecd09 30%, #bc9207 100%);
  background: -moz-linear-gradient(left bottom, #fecd09 30%, #bc9207 100%);
  background: -o-linear-gradient(left bottom, #fecd09 30%, #bc9207 100%);
  background: -ms-linear-gradient(left bottom, #fecd09 30%, #bc9207 100%);
  background: linear-gradient(to right top, #fecd09 30%, #bc9207 100%);
}
@media screen and (max-width: 450px) {
  .a_logol {
    height: 45px;
  }
}
.logo {
  width: 50px;
  height: 50px;
  display: inline-block;
}
.logo svg {
  width: 50px;
  height: 50px;
}
.logo_t {
  font: bold 24px/1.1 "Open Sans Condensed", "Trebuchet MS";
  padding: 0 10px 0 15px;
  text-align: left;
  border-right: 2px solid #000;
  white-space: nowrap;
}
.tpl_top {
  background: #fff;
  color: #000;
  position: fixed;
  top: 0;
  left: 70px;
  right: 0;
  z-index: 1000;
}
@media screen and (max-width: 615px) {
  .tpl_top {
    padding-bottom: 3px;
  }
}
@media screen and (max-width: 450px) {
  .tpl_top {
    left: 0;
  }
}
.tpl_top_ {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-line-pack: justify;
  -webkit-align-content: space-between;
  align-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
.tpl_top_1_a {
  font-style: normal;
}
.tpl_top_1_b {
  font-weight: bold;
}
.tpl_top_1_c {
  text-decoration: none;
  border-bottom: 1px dashed #207ce5;
}
.tpl_top_tel {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-line-pack: justify;
  -webkit-align-content: space-between;
  align-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.tpl_top_tel_t {
  text-align: center;
}
.tpl_top_tel_tt {
  font-size: 20px;
  text-align: center;
  height: 34px;
  vertical-align: middle;
  line-height: 34px;
}
@media screen and (max-width: 450px) {
  .tpl_top_tel_tt {
    font-size: 16px;
  }
}
.tpl_top_tel_tt800 {
  font-size: 14px;
  text-align: center;
  height: 34px;
}
.tpl_top_tel_tnt {
  display: none;
}
@media screen and (max-width: 600px) {
  .tpl_top_tel_tnt {
    display: block;
    width: 150px;
    font-size: 14px;
    color: #f00;
    margin: 0 auto;
  }
}
.tpl_top_tel_tn {
  font: bold 24px/1.1 "Open Sans Condensed", "Trebuchet MS";
  white-space: nowrap;
}
@media screen and (max-width: 450px) {
  .tpl_top_tel_tn {
    font-size: 18px;
  }
}
.tpl_top_1 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 1 150px;
  -ms-flex: 0 1 150px;
  flex: 0 1 150px;
  white-space: nowrap;
}
@media screen and (max-width: 760px) {
  .tpl_top_1 {
    display: none;
  }
}
.tpl_top_z {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 1 240px;
  -ms-flex: 0 1 240px;
  flex: 0 1 240px;
  text-align: center;
}
/*
 * Анимация кнопки
 */
button.anim {
  width: 150px;
  overflow: hidden;
  height: 40px;
  position: relative;
}
@media screen and (max-width: 450px) {
  button.anim {
    font-size: 14px;
  }
}
button.anim>* {
  vertical-align: middle;
  display: block;
  white-space: nowrap;
  position: absolute;
  padding: 10px 0;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-decoration: none;
  font-style: normal;
}
button.anim>*:nth-child(1) {
  -webkit-animation: anim1 15s infinite ease-in-out;
  -moz-animation: anim1 15s infinite ease-in-out;
  -o-animation: anim1 15s infinite ease-in-out;
  -ms-animation: anim1 15s infinite ease-in-out;
  animation: anim1 15s infinite ease-in-out;
}
button.anim>*:nth-child(2) {
  -webkit-animation: anim2 15s infinite ease-in-out;
  -moz-animation: anim2 15s infinite ease-in-out;
  -o-animation: anim2 15s infinite ease-in-out;
  -ms-animation: anim2 15s infinite ease-in-out;
  animation: anim2 15s infinite ease-in-out;
}
button.anim>*:nth-child(3) {
  -webkit-animation: anim3 15s infinite ease-in-out;
  -moz-animation: anim3 15s infinite ease-in-out;
  -o-animation: anim3 15s infinite ease-in-out;
  -ms-animation: anim3 15s infinite ease-in-out;
  animation: anim3 15s infinite ease-in-out;
}
button.anim+.help {
  display: none;
  position: absolute;
  background: #ffff82;
  color: #000;
  margin: 27px 10px 0 -200px;
  padding: 10px;
  border: 1px solid #992;
  -webkit-box-shadow: 0 4px 10px -3px;
  box-shadow: 0 4px 10px -3px;
  border-radius: 6px;
  width: 300px;
}
button.anim:hover+.help {
  display: block;
}
button.anim+.help:before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  top: -40px;
  left: 220px;
  height: 0;
  border-style: solid;
  border-width: 0 10px 40px 40px;
  border-color: transparent transparent #992 transparent;
}
.help h2 {
  margin: 0;
  padding: 0;
}
.help p {
  margin: 0;
  padding: 0;
}
.tpl_left {
  background: #000;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 10px 0 0 0;
}
.tpl_menu {
  padding: 20px 0 0 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.tpl_menu li {
  padding: 0;
}
.tpl_menu a {
  display: block;
  padding: 3px 10px;
  color: #999;
  text-decoration: none;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  -ms-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.tpl_menu a:hover {
  color: #c28b13;
}
.tpl_menu a:hover svg * {
  fill: #c28b13;
}
.tpl_menu svg {
  width: 40px;
  height: 40px;
}
.tpl_menu svg * {
  -webkit-transition: fill 0.3s linear;
  -moz-transition: fill 0.3s linear;
  -o-transition: fill 0.3s linear;
  -ms-transition: fill 0.3s linear;
  transition: fill 0.3s linear;
  fill: #565656;
}
.tpl_menu hr {
  width: 60%;
  margin: 6px auto;
  border: 0;
  border-bottom: 1px solid #3c3c3c;
}
/*
		ОФЕР
*/
.page {
  background: #fff url("/tpl/avto_v1/header.jpg") no-repeat 50% 0;
}
.focus_sc {
  background: #fff url("focus.jpg") no-repeat calc(30% - (1093px / 4)) 0;
}
.fiesta_sc {
  background: #fff url("fiesta.jpg") no-repeat calc(50% - (664px / 2.3)) 50px;
}
.tpl_offer {
  text-align: center;
}
.tpl_offer_hh {
  font: bold 30px/1.1 "Open Sans Condensed", "Trebuchet MS";
  text-align: center;
  padding: 10px 20px;
  background: #ffe700;
  display: inline-block;
  margin: 0 auto;
}
.tpl_offer_h {
  font: bold 30px/1.1 "Open Sans Condensed", "Trebuchet MS";
  text-align: center;
  padding: 20px 0;
}
.tpl_offer_z {
  width: 70%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 615px) {
  .tpl_offer_z {
    width: auto;
    margin: 0 auto;
  }
}
.tpl_offer_pl {
  background: #fff;
  padding: 10px 20px;
  width: 280px;
  text-align: center;
  margin: 0 auto;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.tpl_offer_pr {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-line-pack: start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  text-align: center;
  max-width: 1330px;
  margin: 0 auto;
}
.tpl_offer_pr_ {
  padding: 20px 40px;
}
@media screen and (max-width: 1100px) {
  .tpl_offer_pr_ {
    padding: 20px 20px;
  }
}
.tpl_offer_pr_r {
  font: bold 18px/1.1 "Open Sans Condensed", "Trebuchet MS";
}
.tpl_offer_pr_p {
  font: bold 36px/1.1 "Open Sans Condensed", "Trebuchet MS";
  color: #c00;
}
.f_h {
  font: bold 20px/1.1 "Open Sans Condensed", "Trebuchet MS";
  padding: 10px 0;
}
.f_t {
  color: #999;
}
.tpl_offer_pr_i {
  width: 220px;
  text-align: center;
  padding: 10px;
}
.tpl_offer_pr_im1,
.tpl_offer_pr_im2,
.tpl_offer_pr_im3,
.tpl_offer_pr_im4,
.tpl_offer_pr_im5,
.tpl_offer_pr_im6,
.tpl_offer_pr_im7,
.tpl_offer_pr_im8,
.tpl_offer_pr_im9,
.tpl_offer_pr_im10,
.tpl_offer_pr_im11,
.tpl_offer_pr_im12 {
  background: url("i.jpg") no-repeat;
  width: 200px;
  height: 132px;
}
.tpl_offer_pr_im1 {
  background-position: 0px 0px;
}
.tpl_offer_pr_im2 {
  background-position: -200px 0px;
}
.tpl_offer_pr_im3 {
  background-position: -400px 0px;
}
.tpl_offer_pr_im4 {
  background-position: -600px 0px;
}
.tpl_offer_pr_im5 {
  background-position: -800px 0px;
}
.tpl_offer_pr_im6 {
  background-position: -1000px 0px;
}
.tpl_offer_pr_im7 {
  background-position: 0px -132px;
}
.tpl_offer_pr_im8 {
  background-position: -200px -132px;
}
.tpl_offer_pr_im9 {
  background-position: -400px -132px;
}
.tpl_offer_pr_im10 {
  background-position: -600px -132px;
}
.tpl_offer_pr_im11 {
  background-position: -800px -132px;
}
.tpl_offer_pr_im12 {
  background-position: -1000px -132px;
}
.tpl_offer_р {
  text-align: center;
  padding: 10px;
  color: #999;
  font: bold 18px/1.1 "Open Sans Condensed", "Trebuchet MS";
}
.frm {
  background: #ffc;
  padding: 10px 20px 30px 20px;
  border: 1px solid #cc9;
  border-right: 0;
  border-left: 0;
}
.required {
  color: #f00;
}
.flex-cbw {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-line-pack: start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.bl_h {
  font: bold 30px/1.1 "Open Sans Condensed", "Trebuchet MS";
  text-align: center;
  padding: 10px;
}
.frm_b {
  padding: 0 10px;
}
.tpl_garant {
  padding: 20px 0px;
  background: #eee;
}
.tpl_garant_ {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-line-pack: start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding: 20px 20px 0px 20px;
  text-align: center;
  max-width: 1050px;
  margin: 0 auto;
}
.tpl_garant_i {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 350px;
  -ms-flex: 1 1 350px;
  flex: 1 1 350px;
  padding: 0 20px 40px 0;
  text-align: left;
}
.tpl_garant_n {
  font: bold 18px/1.1 "Open Sans Condensed", "Trebuchet MS";
}
._ {
  max-width: 1330px;
  margin: 0 auto;
}
.rev {
  background-color: #c8e2f5;
  padding: 10px 20px 30px 20px;
}
.rev .img {
  float: left;
  margin: 2px 10px 0 0;
  border-radius: 6px;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 1px 5px 0px #5a819e;
  box-shadow: 0 1px 5px 0px #5a819e;
}
.rev .img img {
  display: block;
  border-radius: 5px;
}
.rev .n {
  font: 24px/1 "Open Sans Condensed", "Trebuchet MS";
}
.rev .v {
  color: #363fba;
}
.rev .pr {
  color: #158d2e;
}
.rev .dt {
  float: right;
  padding: 2px 6px;
  font-size: 10px;
  background: #acc7d6;
}
.rev .sr {
  color: #79229a;
}
.reviews {
  padding-top: 15px;
}
.review {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 400px;
  -ms-flex: 1 1 400px;
  flex: 1 1 400px;
  padding: 5px 20px 5px 0;
}
.cnt {
  text-align: center;
}
.rev_down {
  text-align: center;
}
button.send_review {
  border-radius: 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #84bad8;
  border: 1px solid #569abf;
  font: 14px Arial;
  text-shadow: none;
}
button.send_review:hover {
  background: #569abf;
}
.flex_tw {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -o-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.down_form {
  padding: 0 !important;
}
.down_form _ {
  padding: 0;
}
.down_form_pl {
  padding: 20px 10px;
  max-width: 260px;
}
.down_form_o {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 30%;
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
  background: url("o.png") no-repeat 50% 50%;
}
@media screen and (max-width: 700px) {
  .down_form_o {
    display: none;
  }
}
.down_form_f {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 220px;
  -ms-flex: 1 1 220px;
  flex: 1 1 220px;
  text-align: center;
}
.down_form_z {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 30%;
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
  padding: 86px 0 0 20px;
  font: bold 24px/1 "Open Sans Condensed", "Trebuchet MS";
  color: #b1cbdd;
}
@media screen and (max-width: 500px) {
  .down_form_z {
    display: none;
  }
}
.copyright {
  background: #000;
  color: #999;
  padding: 30px;
}
.call_tel {
  color: inherit;
  text-decoration: inherit;
}
.tpl_sravni_ {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-line-pack: start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.tpl_sravni_ul {
  padding: 0 10px 10px 20px;
  border-right: 5px solid #c00;
  border-radius: 20px;
  position: relative;
}
@media screen and (max-width: 800px) {
  .tpl_sravni_ul {
    border-right: 0;
    border-bottom: 5px solid #c00;
    padding: 0 20px 10px 30px;
  }
}
.tpl_sravni_ul:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #c00;
  position: absolute;
  top: 50%;
  right: -15px;
  margin-top: -10px;
}
@media screen and (max-width: 800px) {
  .tpl_sravni_ul:after {
    top: auto;
    right: auto;
    bottom: -15px;
    left: 50%;
    margin-top: auto;
    margin-left: -10px;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #c00 transparent transparent transparent;
  }
}
.btn_bl {
  text-align: center;
}
.tpl_offer_h2 {
  font: bold 18px/1.1 "Open Sans Condensed", "Trebuchet MS";
  text-align: center;
}
.tpl_sravni_i2 .tpl_offer_h2 {
  padding-bottom: 30px;
}
.tpl_offer_pr_kerest {
  font: bold 30px/1.1 "Open Sans Condensed", "Trebuchet MS";
  text-align: center;
  position: relative;
  padding: 6px 0;
  color: #aaa;
}
.tpl_offer_pr_kerest:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("data:image/svg+xml;uft-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 28'><polygon style='fill:red' points='100 1.8 99.5 0 50 13 0.5 0 0 1.8 46.3 14 0 26.2 0.5 28 50 15 99.5 28 100 26.2 53.7 14 100 1.8'/></svg>") no-repeat 50% 50%;
}
.tpl_offer_pr_new {
  font: bold 40px/1.1 "Open Sans Condensed", "Trebuchet MS";
  text-align: center;
  padding: 10px 0;
}
#maps {
  width: 100%;
  height: 400px;
}
.frm.ask {
  background: #ddd !important;
  border: 1px solid #aaa;
}
.frm.ask table {
  width: 100%;
}
.frm.ask td {
  padding: 6px;
}
.ask_ {
  max-width: 800px;
  margin: 0 auto;
}
.ask_t1 {
  width: 170px;
}
.frm_btn {
  text-align: center;
}
.tpl_deshevle {
  background: #fc0 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 20 10%22%3E%3Cpolygon style=%22fill:%23fff%22 points=%2210 10 0 0 20 0 10 10%22/%3E%3C/svg%3E") repeat-x 0 0;
  -webkit-background-size: 15px 7px;
  -moz-background-size: 15px 7px;
  background-size: 15px 7px;
  padding: 20px;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .tpl_deshevle {
    padding: 20px 10px;
  }
}
.tpl_deshevle .tpl_offer_h {
  background: #fc0;
  position: relative;
  z-index: 2;
  display: inline-block;
}
.tpl_offer_h_line {
  border-top: 2px solid #fff;
  margin-top: -55px;
  height: 55px;
  position: relative;
  z-index: 1;
}
.tpl_deshevle_i {
  display: inline-block;
  width: 350px;
  vertical-align: top;
  text-align: left;
  padding: 20px;
  -webkit-box-shadow: -20px -20px 20px -20px rgba(0,0,0,0.5);
  box-shadow: -20px -20px 20px -20px rgba(0,0,0,0.5);
  position: relative;
  z-index: 3;
  margin: 20px;
  background: -webkit-linear-gradient(135deg, #ffde5e 0%, #fc0 20%, #fc0 50%, #ffde5e 100%);
  background: -moz-linear-gradient(135deg, #ffde5e 0%, #fc0 20%, #fc0 50%, #ffde5e 100%);
  background: -o-linear-gradient(135deg, #ffde5e 0%, #fc0 20%, #fc0 50%, #ffde5e 100%);
  background: -ms-linear-gradient(135deg, #ffde5e 0%, #fc0 20%, #fc0 50%, #ffde5e 100%);
  background: linear-gradient(-45deg, #ffde5e 0%, #fc0 20%, #fc0 50%, #ffde5e 100%);
}
@media screen and (max-width: 500px) {
  .tpl_deshevle_i {
    width: auto;
    margin: 10px 0;
    padding: 10px;
  }
}
.tpl_deshevle_n {
  font: bold 22px/1.1 "Open Sans Condensed", "Trebuchet MS";
  padding: 0 0 15px 0;
}
.tpl_knam {
  padding: 20px 20px 30px 20px;
}
.tpl_knam_ {
  text-align: center;
}
.tpl_knam_i {
  display: inline-block;
  width: 167px;
  vertical-align: top;
  margin: 0 20px;
}
.tpl_knam_i:nth-child(4) {
  width: 212px;
}
.tpl_knam .tpl_offer_h {
  padding-bottom: 0;
}
.tpl_knam_n {
  font: bold 18px/1.1 "Open Sans Condensed", "Trebuchet MS";
  padding-top: 15px;
}
.tpl_knam_im1,
.tpl_knam_im2,
.tpl_knam_im3,
.tpl_knam_im4 {
  background: url("i.jpg") no-repeat;
  height: 167px;
  margin: 0 auto;
}
.tpl_knam_im1 {
  background-position: 0px -264px;
  width: 150px;
}
.tpl_knam_im2 {
  background-position: -150px -264px;
  width: 118px;
}
.tpl_knam_im3 {
  background-position: -268px -264px;
  width: 148px;
}
.tpl_knam_im4 {
  background-position: -416px -264px;
  width: 212px;
}
.tpl_pochemu_i {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-line-pack: justify;
  -webkit-align-content: space-between;
  align-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.tpl_pochemu_i i {
  display: block;
  font-style: normal;
}
.tpl_pochemu_i_b {
  font: bold 40px/1.1 "Open Sans Condensed", "Trebuchet MS";
  padding: 0 20px;
}
.tpl_pochemu_i:first-child {
  counter-reset: num;
}
.tpl_pochemu_i_ol {
  list-style: none;
}
.tpl_pochemu_i_li {
  counter-increment: num;
  position: relative;
  vertical-align: top;
  text-align: left;
  padding: 10px 50px 10px 10px;
  max-width: 500px;
}
.tpl_pochemu_i_li:before {
  content: counter(num);
  display: inline-block;
  padding: 4px 2px;
  width: 32px;
  text-align: center;
  margin: 0;
  position: absolute;
  left: -30px;
  z-index: 1;
  font-size: 20px;
  background-color: #fc0;
  color: #000;
  border-radius: 20px;
}
.tpl_pochemu_i {
  padding: 10px;
}
.tpl_pochemu_i:nth-child(2n+1) {
  background: -webkit-linear-gradient(top, #fff 0%, #e9e9e9 100%);
  background: -moz-linear-gradient(top, #fff 0%, #e9e9e9 100%);
  background: -o-linear-gradient(top, #fff 0%, #e9e9e9 100%);
  background: -ms-linear-gradient(top, #fff 0%, #e9e9e9 100%);
  background: linear-gradient(to bottom, #fff 0%, #e9e9e9 100%);
}
.tpl_pochemu_i:nth-child(2n+3) {
  background: -webkit-linear-gradient(top, #e9e9e9 0%, #fff 100%);
  background: -moz-linear-gradient(top, #e9e9e9 0%, #fff 100%);
  background: -o-linear-gradient(top, #e9e9e9 0%, #fff 100%);
  background: -ms-linear-gradient(top, #e9e9e9 0%, #fff 100%);
  background: linear-gradient(to bottom, #e9e9e9 0%, #fff 100%);
}
.tpl_pochemu_i:nth-child(2n+1) .tpl_pochemu_i_l {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg id=%22Слой_1%22 data-name=%22Слой 1%22 xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 26 100%22%3E%3Ctitle%3Ebrace_left%3C/title%3E%3Cpath d=%22M26,100h-.6a16.2,16.2,0,0,1-16-16.3V59.2c-.1-1.1-1.1-6.1-9.5-6.1V46.9c7.7,0,9.2-5,9.5-6.2V16.3A16.2,16.2,0,0,1,25.4,0H26V6.3h-.6a9.9,9.9,0,0,0-9.8,10v25a13.6,13.6,0,0,1-5.1,8.5,12.5,12.5,0,0,1,5.1,9V83.7a9.9,9.9,0,0,0,9.8,10H26Z%22 fill=%22%23fc0%22/%3E%3C/svg%3E") no-repeat 0 50%;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  background-size: auto 100%;
  padding: 10px 0 0 60px;
}
.tpl_pochemu_i:nth-child(2n) .tpl_pochemu_i_l {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg id=%22Слой_1%22 data-name=%22Слой 1%22 xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 26 100%22%3E%3Ctitle%3Ebrace_right%3C/title%3E%3Cpath d=%22M0,100H.6a16.2,16.2,0,0,0,16-16.3V59.2c.1-1.1,1.1-6.1,9.5-6.1V46.9c-7.7,0-9.2-5-9.5-6.2V16.3A16.2,16.2,0,0,0,.6,0H0V6.3H.6a9.9,9.9,0,0,1,9.8,10v25a13.6,13.6,0,0,0,5.1,8.5,12.5,12.5,0,0,0-5.1,9V83.7a9.9,9.9,0,0,1-9.8,10H0Z%22 fill=%22%23fc0%22/%3E%3C/svg%3E") no-repeat 100% 50%;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  background-size: auto 100%;
}
@media screen and (max-width: 790px) {
  .tpl_pochemu_i_b div {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 230px;
    text-align: center;
    margin: 0 0 0 -115px;
  }
}
@media screen and (max-width: 790px) {
  .tpl_pochemu_i_b {
    width: 40px;
  }
}
.tpl_pochemu {
  text-align: center;
}
.tpl_pochemu .tpl_offer_h {
  display: inline-block;
  border-bottom: 3px solid #fc0;
  margin: 0 auto 20px auto;
  padding-bottom: 10px;
}
.countdown {
  padding: 5px;
  margin: 0 auto;
  width: 280px;
  background: #fff;
  border-radius: 6px;
  text-align: center;
  font: 20px Tahoma, sans-serif;
}
.countdown_h {
  font: 20px Arial, sans-serif;
  color: #000;
  font-weight: normal;
  padding: 1px 0 3px 0;
}
.countdown_d {
  width: 240px;
  margin: 0 auto;
  font-size: 14px;
  color: #999;
  text-align: justify;
  text-align-last: justify;
}
.countdown_d>b {
  display: inline-block;
  text-align: center;
  font-weight: normal;
}
.countdown .countdownHolder {
  width: 270px;
  margin: 0 auto;
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
  letter-spacing: -3px;
  height: 1.35em;
}
.countdown .position {
  display: inline-block;
  height: 1.6em;
  overflow: hidden;
  position: relative;
  width: 1.05em;
}
.countdown .digit {
  position: absolute;
  display: block;
  width: 1em;
  background-color: #daa;
  border-radius: 0.2em;
  text-align: center;
  color: #000;
  letter-spacing: -1px;
}
.countdown .digit.static {
  background-color: #ccc;
}
.countdown .countDiv {
  display: inline-block;
  width: 16px;
  height: 1.6em;
  position: relative;
}
.countdown .countDiv:before,
.countdown .countDiv:after {
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #bbb;
  border-radius: 50%;
  left: 50%;
  margin-left: -3px;
  top: 0.4em;
  content: '';
}
.countdown .countDiv:after {
  top: 0.85em;
}
#rv_bg {
  background: rgba(0,0,0,0.8);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 100;
}
#rv_cbf {
  background: #fff;
  position: fixed;
  top: 150px;
  left: 50%;
  z-index: 101;
  width: 300px;
  padding: 0 20px 20px 20px;
  margin: 0 0 0 -150px;
}
#rv_close {
  position: absolute;
  right: -35px;
  top: -32px;
  padding: 15px;
  cursor: pointer;
}
#rv_close:after {
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  transition: all linear 0.3s;
  position: absolute;
  content: "";
  display: block;
  background: #999;
  height: 2px;
  width: 40px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: -1px 0 0 -20px;
}
#rv_close:before {
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  transition: all linear 0.3s;
  position: absolute;
  content: "";
  display: block;
  background: #999;
  height: 2px;
  width: 40px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: -1px 0 0 -20px;
}
#rv_close:hover:after,
#rv_close:hover:before {
  background: #fff;
}
.cbf_wh {
  font: 24px "Open Sans Condensed";
  padding: 10px 0;
  text-align: center;
}
#rv_cbf_b {
  text-align: center;
  padding: 10px 0;
}
#rv_cbf_wf {
  text-align: center;
  font-size: 12px;
  color: #999;
}
.ajax_msg {
  -webkit-transition: all linear 0.8s;
  -moz-transition: all linear 0.8s;
  -o-transition: all linear 0.8s;
  -ms-transition: all linear 0.8s;
  transition: all linear 0.8s;
  position: fixed;
  top: -500px;
  left: 50%;
  z-index: 1005;
  width: 500px;
  margin: 0 0 0 -250px;
  background: #beb;
  padding: 20px;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #000;
  -webkit-box-shadow: 0 10px 30px 0 rgba(0,0,0,0.5);
  box-shadow: 0 10px 30px 0 rgba(0,0,0,0.5);
}
.ajax_msg_h {
  font-size: 30px;
  font-weight: bold;
}
.ajax_msg_t {
  font-size: 18px;
}
.ajax_msg.s {
  top: 150px;
}
.phone_popup_error {
  position: absolute;
  background: #f99;
  margin: -15px 0 0 -210px;
  width: 200px;
  padding: 10px 10px;
  border-radius: 6px;
  font-size: 16px;
  color: #900;
  border: 1px solid #c00;
}
.phone_popup_error:after {
  content: "";
  display: block;
  position: absolute;
  right: -20px;
  top: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 20px;
  border-color: transparent transparent transparent #c00;
}
.countdown {
  background: none;
  margin: 0 0 -10px -20px;
  padding: 10px 0 0 0;
}
.tpl_offer_sc {
  text-align: center;
}
.tpl_offer_sc_hh {
  font: bold 30px/1.1 "Open Sans Condensed", "Trebuchet MS";
  text-align: center;
  padding: 10px 20px;
  background: #ffe700;
  display: inline-block;
  margin: 0 auto;
}
.tpl_offer_sc_h {
  font: bold 30px/1.1 "Open Sans Condensed", "Trebuchet MS";
  text-align: center;
  padding: 20px 0;
  text-shadow: -1px -1px 1px #fff, 1px -1px 1px #fff, 1px 1px 1px #fff, -1px 1px 1px #fff, 0 0 10px #fff;
}
.tpl_offer_sc_z {
  width: 70%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 615px) {
  .tpl_offer_sc_z {
    width: auto;
    margin: 0 auto;
  }
}
.tpl_offer_sc_left {
  text-align: left;
}
.tpl_offer_sc_pl {
  background: #fff;
  padding: 10px 20px;
  width: 280px;
  text-align: center;
  margin: 0 auto;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.tpl_offer_sc_pr {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-line-pack: start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  text-align: center;
  max-width: 1330px;
  margin: 0 auto;
}
.tpl_offer_sc_pr_ {
  padding: 20px 40px;
}
@media screen and (max-width: 1100px) {
  .tpl_offer_sc_pr_ {
    padding: 20px 20px;
  }
}
.tpl_offer_sc_pr_r {
  font: bold 18px/1.1 "Open Sans Condensed", "Trebuchet MS";
}
.tpl_offer_sc_pr_p {
  font: bold 36px/1.1 "Open Sans Condensed", "Trebuchet MS";
  color: #c00;
}
.tpl_offer_sc_pr_i {
  width: 190px;
  text-align: center;
  padding: 10px 20px;
}
.tpl_offer_sc_pr_im1,
.tpl_offer_sc_pr_im2,
.tpl_offer_sc_pr_im3,
.tpl_offer_sc_pr_im4 {
  background: url("scepl_vhodit.jpg") no-repeat;
  width: 106px;
  height: 114px;
  margin: 0 auto;
}
.tpl_offer_sc_pr_im1 {
  background-position: 0px 0px;
}
.tpl_offer_sc_pr_im2 {
  background-position: -106px 0px;
  width: 130px;
}
.tpl_offer_sc_pr_im3 {
  background-position: -236px 0px;
  width: 115px;
  height: 145px;
}
.tpl_offer_sc_pr_im4 {
  background-position: -351px 0px;
  width: 115px;
  height: 145px;
}
.tpl_offer_sc_р {
  text-align: center;
  padding: 10px;
  color: #999;
  font: bold 18px/1.1 "Open Sans Condensed", "Trebuchet MS";
}
.tpl_offer_sc_otstup {
  height: 40px;
}
.tpl_offer_sc2_ {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-line-pack: start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.tpl_offer_sc2_img {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 30px 0;
}
@media screen and (max-width: 937px) {
  .tpl_offer_sc2_img {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 10px 0;
    text-align: center;
  }
}
@media screen and (min-width: 1050px) {
  .tpl_offer_sc2_img {
    padding-right: 40px;
  }
}
.tpl_offer_sc2_bl {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 500px;
  padding: 30px;
}
@media screen and (max-width: 937px) {
  .tpl_offer_sc2_bl {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 10px 0;
    text-align: center;
  }
}
.tpl_offer_sc2_o {
  font: bold 40px/1 "Open Sans Condensed", "Trebuchet MS";
}
.tpl_offer_sc2_o b {
  color: #900;
}
.tpl_offer_sc2_o2 {
  font: 24px/1 Arial;
  color: #777;
  padding: 10px 0;
}
.tpl_offer_sc2_txt {
  color: #777;
}
.tpl_offer_sc2_zahvat {
  padding: 20px 0;
}
.tpl_garant_ico {
  width: 50px;
  height: 50px;
  float: left;
  margin: 0 10px 3px 0;
}
.tpl_garant_ico svg {
  width: 100%;
  height: 100%;
}
.icon_block {
  margin-bottom: 20px;
  padding-left: 70px;
  text-align: left;
}
.icon_block_icon {
  width: 60px;
  height: 60px;
  float: left;
  position: relative;
  margin-left: -70px;
}
.icon_block_icon svg {
  width: 100%;
  height: 100%;
}
.icon_block_h1 {
  font: bold 20px/1 "Open Sans Condensed", "Trebuchet MS";
}
.tpl_kond {
  height: 600px;
  text-align: center;
}
.tpl_kond_h {
  font: bold 40px "Open Sans Condensed", "Trebuchet MS";
  padding-top: 50px;
}
.tpl_kond_h2 {
  font: 20px "Open Sans Condensed", "Trebuchet MS";
}
.tpl_kond_img {
  height: 30px;
}
.tpl_kond_fh {
  font: 20px "Open Sans Condensed", "Trebuchet MS";
  padding: 5px 0 20px 0;
}
.tpl_inline {
  display: inline-block;
}
.tpl_kond_f {
  background: rgba(255,255,255,0.7);
  border: 1px solid #fff;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 10px;
}
.tpl_kond_t {
  color: #000;
  padding: 20px 0 10px 0;
}
@-moz-keyframes anim1 {
  from, 68%, to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    text-indent: 0;
  }
  70% {
    text-indent: -200px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  98% {
    text-indent: 200px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes anim1 {
  from, 68%, to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    text-indent: 0;
  }
  70% {
    text-indent: -200px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  98% {
    text-indent: 200px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-o-keyframes anim1 {
  from, 68%, to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    text-indent: 0;
  }
  70% {
    text-indent: -200px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  98% {
    text-indent: 200px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes anim1 {
  from, 68%, to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    text-indent: 0;
  }
  70% {
    text-indent: -200px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  98% {
    text-indent: 200px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-moz-keyframes anim2 {
  from, 68% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    text-indent: 200px;
  }
  70%, 84% {
    text-indent: 0;
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  86%, to {
    text-indent: -200px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes anim2 {
  from, 68% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    text-indent: 200px;
  }
  70%, 84% {
    text-indent: 0;
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  86%, to {
    text-indent: -200px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-o-keyframes anim2 {
  from, 68% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    text-indent: 200px;
  }
  70%, 84% {
    text-indent: 0;
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  86%, to {
    text-indent: -200px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes anim2 {
  from, 68% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    text-indent: 200px;
  }
  70%, 84% {
    text-indent: 0;
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  86%, to {
    text-indent: -200px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-moz-keyframes anim3 {
  from, 84% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    text-indent: 200px;
  }
  86%, 98% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    text-indent: 0;
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    text-indent: -200px;
  }
}
@-webkit-keyframes anim3 {
  from, 84% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    text-indent: 200px;
  }
  86%, 98% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    text-indent: 0;
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    text-indent: -200px;
  }
}
@-o-keyframes anim3 {
  from, 84% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    text-indent: 200px;
  }
  86%, 98% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    text-indent: 0;
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    text-indent: -200px;
  }
}
@keyframes anim3 {
  from, 84% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    text-indent: 200px;
  }
  86%, 98% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    text-indent: 0;
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    text-indent: -200px;
  }
}
@-moz-keyframes b_anim {
  from {
    -webkit-box-shadow: inset 0 20px 20px -10px #ffe666, inset 0 -10px 20px -10px #ffe666, inset 0 0 10px 0 #f90, 0 1px 0 0 #fff6af, 0 0 0 2px #fff, 0 0 10px 0 rgba(0,0,0,0.2);
    box-shadow: inset 0 20px 20px -10px #ffe666, inset 0 -10px 20px -10px #ffe666, inset 0 0 10px 0 #f90, 0 1px 0 0 #fff6af, 0 0 0 2px #fff, 0 0 10px 0 rgba(0,0,0,0.2);
  }
  50% {
    -webkit-box-shadow: inset 0 20px 20px -10px #ffe666, inset 0 -10px 20px -10px #ffe666, inset 0 0 10px 0 #f90, 0 1px 0 0 #fff6af, 0 0 0 2px #fff, 0 0 10px 0 rgba(0,0,0,0.2),;
    box-shadow: inset 0 20px 20px -10px #ffe666, inset 0 -10px 20px -10px #ffe666, inset 0 0 10px 0 #f90, 0 1px 0 0 #fff6af, 0 0 0 2px #fff, 0 0 10px 0 rgba(0,0,0,0.2),;
  }
  to {
    -webkit-box-shadow: inset 0 20px 20px -10px #ffe666, inset 0 -10px 20px -10px #ffe666, inset 0 0 10px 0 #f90, 0 1px 0 0 #fff6af, 0 0 0 2px #fff, 0 0 10px 0 rgba(0,0,0,0.2);
    box-shadow: inset 0 20px 20px -10px #ffe666, inset 0 -10px 20px -10px #ffe666, inset 0 0 10px 0 #f90, 0 1px 0 0 #fff6af, 0 0 0 2px #fff, 0 0 10px 0 rgba(0,0,0,0.2);
  }
}
@-webkit-keyframes b_anim {
  from {
    -webkit-box-shadow: inset 0 20px 20px -10px #ffe666, inset 0 -10px 20px -10px #ffe666, inset 0 0 10px 0 #f90, 0 1px 0 0 #fff6af, 0 0 0 2px #fff, 0 0 10px 0 rgba(0,0,0,0.2);
    box-shadow: inset 0 20px 20px -10px #ffe666, inset 0 -10px 20px -10px #ffe666, inset 0 0 10px 0 #f90, 0 1px 0 0 #fff6af, 0 0 0 2px #fff, 0 0 10px 0 rgba(0,0,0,0.2);
  }
  50% {
    -webkit-box-shadow: inset 0 20px 20px -10px #ffe666, inset 0 -10px 20px -10px #ffe666, inset 0 0 10px 0 #f90, 0 1px 0 0 #fff6af, 0 0 0 2px #fff, 0 0 10px 0 rgba(0,0,0,0.2),;
    box-shadow: inset 0 20px 20px -10px #ffe666, inset 0 -10px 20px -10px #ffe666, inset 0 0 10px 0 #f90, 0 1px 0 0 #fff6af, 0 0 0 2px #fff, 0 0 10px 0 rgba(0,0,0,0.2),;
  }
  to {
    -webkit-box-shadow: inset 0 20px 20px -10px #ffe666, inset 0 -10px 20px -10px #ffe666, inset 0 0 10px 0 #f90, 0 1px 0 0 #fff6af, 0 0 0 2px #fff, 0 0 10px 0 rgba(0,0,0,0.2);
    box-shadow: inset 0 20px 20px -10px #ffe666, inset 0 -10px 20px -10px #ffe666, inset 0 0 10px 0 #f90, 0 1px 0 0 #fff6af, 0 0 0 2px #fff, 0 0 10px 0 rgba(0,0,0,0.2);
  }
}
@-o-keyframes b_anim {
  from {
    -webkit-box-shadow: inset 0 20px 20px -10px #ffe666, inset 0 -10px 20px -10px #ffe666, inset 0 0 10px 0 #f90, 0 1px 0 0 #fff6af, 0 0 0 2px #fff, 0 0 10px 0 rgba(0,0,0,0.2);
    box-shadow: inset 0 20px 20px -10px #ffe666, inset 0 -10px 20px -10px #ffe666, inset 0 0 10px 0 #f90, 0 1px 0 0 #fff6af, 0 0 0 2px #fff, 0 0 10px 0 rgba(0,0,0,0.2);
  }
  50% {
    -webkit-box-shadow: inset 0 20px 20px -10px #ffe666, inset 0 -10px 20px -10px #ffe666, inset 0 0 10px 0 #f90, 0 1px 0 0 #fff6af, 0 0 0 2px #fff, 0 0 10px 0 rgba(0,0,0,0.2),;
    box-shadow: inset 0 20px 20px -10px #ffe666, inset 0 -10px 20px -10px #ffe666, inset 0 0 10px 0 #f90, 0 1px 0 0 #fff6af, 0 0 0 2px #fff, 0 0 10px 0 rgba(0,0,0,0.2),;
  }
  to {
    -webkit-box-shadow: inset 0 20px 20px -10px #ffe666, inset 0 -10px 20px -10px #ffe666, inset 0 0 10px 0 #f90, 0 1px 0 0 #fff6af, 0 0 0 2px #fff, 0 0 10px 0 rgba(0,0,0,0.2);
    box-shadow: inset 0 20px 20px -10px #ffe666, inset 0 -10px 20px -10px #ffe666, inset 0 0 10px 0 #f90, 0 1px 0 0 #fff6af, 0 0 0 2px #fff, 0 0 10px 0 rgba(0,0,0,0.2);
  }
}
@keyframes b_anim {
  from {
    -webkit-box-shadow: inset 0 20px 20px -10px #ffe666, inset 0 -10px 20px -10px #ffe666, inset 0 0 10px 0 #f90, 0 1px 0 0 #fff6af, 0 0 0 2px #fff, 0 0 10px 0 rgba(0,0,0,0.2);
    box-shadow: inset 0 20px 20px -10px #ffe666, inset 0 -10px 20px -10px #ffe666, inset 0 0 10px 0 #f90, 0 1px 0 0 #fff6af, 0 0 0 2px #fff, 0 0 10px 0 rgba(0,0,0,0.2);
  }
  50% {
    -webkit-box-shadow: inset 0 20px 20px -10px #ffe666, inset 0 -10px 20px -10px #ffe666, inset 0 0 10px 0 #f90, 0 1px 0 0 #fff6af, 0 0 0 2px #fff, 0 0 10px 0 rgba(0,0,0,0.2),;
    box-shadow: inset 0 20px 20px -10px #ffe666, inset 0 -10px 20px -10px #ffe666, inset 0 0 10px 0 #f90, 0 1px 0 0 #fff6af, 0 0 0 2px #fff, 0 0 10px 0 rgba(0,0,0,0.2),;
  }
  to {
    -webkit-box-shadow: inset 0 20px 20px -10px #ffe666, inset 0 -10px 20px -10px #ffe666, inset 0 0 10px 0 #f90, 0 1px 0 0 #fff6af, 0 0 0 2px #fff, 0 0 10px 0 rgba(0,0,0,0.2);
    box-shadow: inset 0 20px 20px -10px #ffe666, inset 0 -10px 20px -10px #ffe666, inset 0 0 10px 0 #f90, 0 1px 0 0 #fff6af, 0 0 0 2px #fff, 0 0 10px 0 rgba(0,0,0,0.2);
  }
}


table.tpl_tbl{max-width:100vw;font-size:20px;border:1px solid #ac8a00;border-collapse:collapse;margin-bottom:24px;background:#fff;}
table.tpl_tbl td,table.tpl_tbl th{padding:4px 6px;border:1px solid #ccc;}
table.tpl_tbl th{background:#fff4ca;font-size:12px;border:1px solid #bf9900;}
table.tpl_tbl tr:hover td,table.tpl_tbl tr:hover:not(:first-child) th{background:rgba(0,0,0,.1)}
table.tpl_tbl th.tbl_rad{font-size:20px;background:#FBCB09;border:1px solid #ac8a00;}
@media (max-width: 600px){
  table.tpl_tbl{font-size:16px;}
  table.tpl_tbl th{background:#eee;font-size:10px}
  /*.tpl_left{display:none;}*/
  /*body {padding: 100px 0 0 0px;}*/
  table.tpl_tbl th{word-break:break-all;padding:4px 3px;}
  table.tpl_tbl th.tbl_rad{word-break:break-all;}
  table.tpl_tbl th.tbl_rad{word-break:normal;font-size:16px;}
  table.tpl_tbl td.tbl_bigtext{font-size:12px;}
  table.tpl_tbl th.tbl_radth{word-break:normal;}
}


@media (max-width:500px){
  .tpl_left{display:none;}
  body{padding-left:0;}
}
