@charset "UTF-8";
/*body {
	
	.for-mobile-view .tab_null .td {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: flex-start;
	}
	
	.wrapper-in {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}*/
.def-menu ul, .def-menu ul li, .def-menu ol, .def-menu ol li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.clear-p p, .clp p {
  margin: 0;
}
.cleaner, .clear {
  clear: both;
}
.clear-self:after, .clearself:after, .cls:after {
  display: table;
  content: "";
  clear: both;
}
.fleft, .flleft {
  float: left;
}
.fright, .flright {
  float: right;
}
.ttu, .uppercase {
  text-transform: uppercase;
}
.ttl, .lowercase {
  text-transform: lowercase;
}
.emu-table, .table {
  display: table;
}
.emu-row, .table-row {
  display: table-row;
}
.emu-cell, .table-cell {
  display: table-cell;
}
img.fleft {
  margin: 0 12px 12px 0;
}
img.fright {
  margin: 0 0 12px 12px;
}
.tal, .align-left {
  text-align: left;
}
.tar, .align-right {
  text-align: right;
}
.tac, .align-center {
  text-align: center;
}
.break-word {
  word-wrap: break-word;
}
.nowrap {
  white-space: nowrap;
}
.inline-block, .ib {
  display: inline-block;
}
.hide, .dn {
  display: none;
}
.parent {
  position: relative;
  display: block;
}
.block {
  display: block;
}
.w100p {
  width: 100%;
}
.w50p {
  width: 50%;
}
.w25p {
  width: 25%;
}
.w33p {
  width: 33%;
}
.w180px {
  width: 180px;
}
/*-[setup]*/
/*+[tables]*/
table.table0 {
  border-collapse: collapse;
  border-spacing: 0;
}
table.table0 td {
  padding: 5px;
  border: none;
}
table.table1 {
  border-collapse: collapse;
  border-spacing: 0;
}
table.table1 tr:hover {
  background: #e9e9e9;
}
table.table1 td {
  padding: 5px;
  border: 1px solid #91949a;
}
table.table2 {
  border-collapse: collapse;
  border-spacing: 0;
  font-family: "Roboto", sans-serif;
}
table.table2 tr:nth-child(odd) td {
  background: #e4ecf6;
}
table.table2 td {
  font-size: 15px;
  line-height: 19px;
  padding: 10px 20px;
  color: #676767;
  border: 1px solid #d1deef;
  background: #f6f9fd;
}
table.table2 th {
  font-weight: bold;
  color: #fff;
  background: #ff5300;
  border: 1px solid #ff5300;
  font-size: 15px;
  line-height: 18px;
  padding: 10px 19px;
}
table.table2 th:first-child, table.table2 td:first-child {
  border-left: 0;
}
table.table2 th:last-child, table.table2 td:last-child {
  border-right: 0;
}
/*-[tables]*/
/* +[checkbox] */
.jq-checkbox {
  cursor: pointer;
  width: 21px;
  height: 21px;
  border: 1px solid #ccc;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background-color: #fff;
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.14);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.14);
  border-radius: 4px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 4px 0 0;
  display: inline-block;
  vertical-align: middle;
  overflow: visible !important;
}
.jq-checkbox.checked .jq-checkbox__div {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 21px;
  height: 21px;
  background: url(../images/checked.png) 0 0 no-repeat;
}
.jq-checkbox.focused {
  border: 1px solid #08C;
}
.jq-checkbox.disabled {
  border: 1px solid #ccc;
  background-color: #d6d6d6;
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.14);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.14);
}
.jq-checkbox.disabled .jq-checkbox__div {
  background-position: 0 100%;
}
/* -[checkbox] */
/* +[radio] */
.jq-radio {
  cursor: pointer;
  width: 21px;
  height: 21px;
  line-height: 21px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 50%;
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.14);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.14);
  font-size: 0;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px 0 0;
}
.jq-radio.checked .jq-radio__div {
  display: inline-block;
  vertical-align: middle;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #153df9;
}
.jq-radio.focused {
  border: 1px solid #08C;
}
.jq-radio.disabled {
  background-color: #d5d5d5;
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.14);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.14);
}
.jq-radio.disabled .jq-radio__div {
  background-color: #afafaf;
}
/* -[radio] */
input[type="email"].styler, input[type="number"].styler, input[type="password"].styler, input[type="search"].styler, input[type="tel"].styler, input[type="text"].styler, input[type="url"].styler, textarea.styler {
  min-width: 80px;
  height: 31px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.14);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.14);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  font: normal 13px Arial, sans-serif;
  font-style: italic;
  line-height: 15px;
  padding: 7px 10px;
  resize: none;
}
textarea.styler {
  height: auto;
}
input[type="email"].styler.error, input[type="number"].styler.error, input[type="password"].styler.error, input[type="search"].styler.error, input[type="tel"].styler.error, input[type="text"].styler.error, input[type="url"].styler.error, textarea.styler.error {
  border-color: #dc0800;
}
input[type="email"].styler[disabled], input[type="number"].styler[disabled], input[type="password"].styler[disabled], input[type="search"].styler[disabled], input[type="tel"].styler[disabled], input[type="text"].styler[disabled], input[type="url"].styler[disabled], textarea.styler[disabled] {
  border: 1px solid #c3c3c3;
  background-color: #e7e7e7;
}
input[type="email"].styler.name, input[type="number"].styler.name, input[type="password"].styler.name, input[type="search"].styler.name, input[type="tel"].styler.name, input[type="text"].styler.name, input[type="url"].styler.name, textarea.styler.name {
  padding-left: 32px;
  background: url(../images/input-name.png) 0 0 no-repeat #fff;
}
input[type="email"].styler.phone, input[type="number"].styler.phone, input[type="password"].styler.phone, input[type="search"].styler.phone, input[type="tel"].styler.phone, input[type="text"].styler.phone, input[type="url"].styler.phone, textarea.styler.phone {
  padding-left: 32px;
  background: url(../images/input-phone.png) 0 0 no-repeat #fff;
}
input[type="email"].styler.email, input[type="number"].styler.email, input[type="password"].styler.email, input[type="search"].styler.email, input[type="tel"].styler.email, input[type="text"].styler.email, input[type="url"].styler.email, textarea.styler.phone {
  padding-left: 32px;
  background: url(../images/input-email.png) 0 0 no-repeat #fff;
}
input[type="search"].styler {
  -webkit-appearance: none;
}
textarea.styler {
  overflow: auto;
}
input[type="email"].styler:hover, input[type="number"].styler:hover, input[type="password"].styler:hover, input[type="search"].styler:hover, input[type="tel"].styler:hover, input[type="text"].styler:hover, input[type="url"].styler:hover, textarea.styler:hover {
  border-color: #b3c7e1;
}
input[type="email"].styler:focus, input[type="number"].styler:focus, input[type="password"].styler:focus, input[type="search"].styler:focus, input[type="tel"].styler:focus, input[type="text"].styler:focus, input[type="url"].styler:focus, textarea.styler:focus {
  border: 2px solid #b3c7e1;
}
/* +[buttons orange] */
a.styler.orange, button.styler.orange, input[type="button"].styler.orange, input[type="submit"].styler.orange, input[type="reset"].styler.orange {
  display: inline-block;
  text-decoration: none;
  min-width: 233px;
  height: 38px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background-color: #ff3c00;
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  background-image: -moz-linear-gradient(bottom, #ff3c00 0%, #ff6c00 100%);
  background-image: -webkit-linear-gradient(bottom, #ff3c00 0%, #ff6c00 100%);
  background-image: linear-gradient(to top, #ff3c00 0%, #ff6c00 100%);
  overflow: visible;
  outline: none;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.1;
  font-family: "Fira Sans", sans-serif;
  font-style: italic;
  font-weight: 500;
  text-align: center;
  color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 20px;
  border: 0;
}
button.styler.orange::-moz-focus-inner, a.styler.orange::-moz-focus-inner, input[type="button"].styler.orange::-moz-focus-inner, input[type="submit"].styler.orange::-moz-focus-inner, input[type="reset"].styler.orange::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.styler.orange:after {
  content: "";
}
button.styler.orange:not([disabled]):hover, a.styler.orange:not([disabled]):hover, input[type="button"].styler.orange:not([disabled]):hover, input[type="submit"].styler.orange:not([disabled]):hover, input[type="reset"].styler.orange:hover {
  background-color: #ed2626;
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  background-image: -moz-linear-gradient(bottom, #ff6c00 0%, #ff9600 100%);
  background-image: -webkit-linear-gradient(bottom, #ff6c00 0%, #ff9600 100%);
  background-image: linear-gradient(to top, #ff6c00 0%, #ff9600 100%);
}
button.styler.orange:not([disabled]):active, a.styler.orange:not([disabled]):active, input[type="button"].styler.orange:not([disabled]):active, input[type="submit"].styler.orange:not([disabled]):active, input[type="reset"].styler.orange:active {
  background-color: #ed2626;
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  background-image: -moz-linear-gradient(top, #ff3c00 0%, #ff6c00 100%);
  background-image: -webkit-linear-gradient(top, #ff3c00 0%, #ff6c00 100%);
  background-image: linear-gradient(to bottom, #ff3c00 0%, #ff6c00 100%);
}
button.styler.orange[disabled], a.styler.orange[disabled], input[type="button"].styler.orange[disabled], input[type="submit"].styler.orange[disabled] {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}
/* -[buttons orange] */
/* +[buttons blue] */
html.ie9-10-11 a.styler.blue, html.ie9-10-11 button.styler.blue, html.ie9-10-11 input[type="button"].styler.blue, html.ie9-10-11 input[type="submit"].styler.blue, html.ie9-10-11 input[type="reset"].styler.blue {
  padding-top: 9px;
}
a.styler.blue, button.styler.blue, input[type="button"].styler.blue, input[type="submit"].styler.blue, input[type="reset"].styler.blue {
  text-transform: uppercase;
  height: 31px;
  display: inline-block;
  text-decoration: none;
  border-radius: 4px;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background-color: #153df2;
  -moz-box-shadow: 0 -2px 0 #041b81 inset, inset 0 1px 0 rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0 -2px 0 #041b81 inset, inset 0 1px 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 -2px 0 #041b81 inset, inset 0 1px 0 rgba(255, 255, 255, 0.6);
  background-image: -moz-linear-gradient(bottom, #112dad 0%, #163fff 100%);
  background-image: -webkit-linear-gradient(bottom, #112dad 0%, #163fff 100%);
  background-image: linear-gradient(to top, #112dad 0%, #163fff 100%);
  overflow: visible;
  outline: none;
  cursor: pointer;
  font-size: 13px;
  line-height: 19px;
  font-family: "Fira Sans", sans-serif;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.43);
  font-style: normal;
  font-weight: 500;
  text-align: center;
  color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 10px 5px;
  border: 0;
}
button.styler.blue::-moz-focus-inner, a.styler.blue::-moz-focus-inner, input[type="button"].styler.blue::-moz-focus-inner, input[type="submit"].styler.blue::-moz-focus-inner, input[type="reset"].styler.blue::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.styler.blue:after {
  content: "";
}
button.styler.blue:not([disabled]):hover, a.styler.blue:not([disabled]):hover, input[type="button"].styler.blue:not([disabled]):hover, input[type="submit"].styler.blue:not([disabled]):hover, input[type="reset"].styler.blue:hover {
  background-color: #1538d7;
  -moz-box-shadow: 0 -2px 0 #041b81 inset, inset 0 1px 0 rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0 -2px 0 #041b81 inset, inset 0 1px 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 -2px 0 #041b81 inset, inset 0 1px 0 rgba(255, 255, 255, 0.6);
  background-image: -moz-linear-gradient(bottom, #1538d7 0%, #4969fc 100%);
  background-image: -webkit-linear-gradient(bottom, #1538d7 0%, #4969fc 100%);
  background-image: linear-gradient(to top, #1538d7 0%, #4969fc 100%);
}
button.styler.blue:not([disabled]):active, a.styler.blue:not([disabled]):active, input[type="button"].styler.blue:not([disabled]):active, input[type="submit"].styler.blue:not([disabled]):active, input[type="reset"].styler.blue:active {
  background-color: #112dad;
  -moz-box-shadow: 0 -2px 0 #153ffb inset, inset 0 1px 0 rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0 -2px 0 #153ffb inset, inset 0 1px 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 -2px 0 #153ffb inset, inset 0 1px 0 rgba(255, 255, 255, 0.6);
  background-image: -moz-linear-gradient(top, #112dad 0%, #163fff 100%);
  background-image: -webkit-linear-gradient(top, #112dad 0%, #163fff 100%);
  background-image: linear-gradient(to bottom, #112dad 0%, #163fff 100%);
}
button.styler.blue[disabled], a.styler.blue[disabled], input[type="button"].styler.blue[disabled], input[type="submit"].styler.blue[disabled] {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}
/* -[buttons blue] */
/* +[buttons big-orange] */
html.ie9-10-11 a.styler.big-orange, html.ie9-10-11 button.styler.big-orange, html.ie9-10-11 input[type="button"].styler.big-orange, html.ie9-10-11 input[type="submit"].styler.big-orange, html.ie9-10-11 input[type="reset"].styler.big-orange {
  padding-top: 28px;
}
a.styler.big-orange, button.styler.big-orange, input[type="button"].styler.big-orange, input[type="submit"].styler.big-orange, input[type="reset"].styler.big-orange {
  font-style: normal;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  border-radius: 6px;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background-color: #ff3c00;
  -moz-box-shadow: 0 4px 0 #cd3301, inset 0 1px 9px rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0 4px 0 #cd3301, inset 0 1px 9px rgba(255, 255, 255, 0.6);
  box-shadow: 0 4px 0 #cd3301, inset 0 1px 9px rgba(255, 255, 255, 0.6);
  background-image: -moz-linear-gradient(bottom, #ff3c00 0%, #ff6c00 100%);
  background-image: -webkit-linear-gradient(bottom, #ff3c00 0%, #ff6c00 100%);
  background-image: linear-gradient(to top, #ff3c00 0%, #ff6c00 100%);
  overflow: visible;
  outline: none;
  cursor: pointer;
  font-size: 16px;
  line-height: 22px;
  font-family: "Fira Sans", sans-serif;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.43);
  font-weight: bold;
  text-align: center;
  color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 241px;
  padding: 18px 20px 15px;
  border: 0;
}
a.styler.big-orange.tall, button.styler.big-orange.tall, input[type="button"].styler.big-orange.tall, input[type="submit"].styler.big-orange.tall, input[type="reset"].styler.big-orange.tall {
  min-height: 77px;
  padding-top: 30px;
}
html.ie9-10-11 a.styler.big-orange.tall, html.ie9-10-11 button.styler.big-orange.tall, html.ie9-10-11 input[type="button"].styler.big-orange.tall, html.ie9-10-11 input[type="submit"].styler.big-orange.tall, html.ie9-10-11 input[type="reset"].styler.big-orange.tall {
  padding-top: 32px;
}
button.styler.big-orange::-moz-focus-inner, a.styler.big-orange::-moz-focus-inner, input[type="button"].styler.big-orange::-moz-focus-inner, input[type="submit"].styler.big-orange::-moz-focus-inner, input[type="reset"].styler.big-orange::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.styler.big-orange:after {
  content: "";
}
button.styler.big-orange:not([disabled]):hover, a.styler.big-orange:not([disabled]):hover, input[type="button"].styler.big-orange:not([disabled]):hover, input[type="submit"].styler.big-orange:not([disabled]):hover, input[type="reset"].styler.big-orange:hover {
  background-color: #ff6000;
  -moz-box-shadow: 0 4px 0 #ff3e00, inset 0 1px 9px rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0 4px 0 #ff3e00, inset 0 1px 9px rgba(255, 255, 255, 0.6);
  box-shadow: 0 4px 0 #ff3e00, inset 0 1px 9px rgba(255, 255, 255, 0.6);
  background-image: -moz-linear-gradient(bottom, #ff6000 0%, #ff6c00 100%);
  background-image: -webkit-linear-gradient(bottom, #ff6000 0%, #ff6c00 100%);
  background-image: linear-gradient(to top, #ff6000 0%, #ff6c00 100%);
}
button.styler.big-orange:not([disabled]):active, a.styler.big-orange:not([disabled]):active, input[type="button"].styler.big-orange:not([disabled]):active, input[type="submit"].styler.big-orange:not([disabled]):active, input[type="reset"].styler.big-orange:active {
  background-color: #ff3c00;
  -moz-box-shadow: 0 4px 0 #ff8100, inset 0 1px 9px rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0 4px 0 #ff8100, inset 0 1px 9px rgba(255, 255, 255, 0.6);
  box-shadow: 0 4px 0 #ff8100, inset 0 1px 9px rgba(255, 255, 255, 0.6);
  background-image: -moz-linear-gradient(top, #ff3c00 0%, #ff6c00 100%);
  background-image: -webkit-linear-gradient(top, #ff3c00 0%, #ff6c00 100%);
  background-image: linear-gradient(to bottom, #ff3c00 0%, #ff6c00 100%);
}
button.styler.big-orange[disabled], a.styler.big-orange[disabled], input[type="button"].styler.big-orange[disabled], input[type="submit"].styler.big-orange[disabled] {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}
/* -[buttons big-orange] */
/* +[buttons small-orange] */
#cboxClose {
  position: absolute;
  bottom: 4px;
  right: 0;
}
a.styler.small-orange, button#cboxClose, button.styler.small-orange, input[type="button"].styler.small-orange, input[type="submit"].styler.small-orange, input[type="reset"].styler.small-orange {
  font-family: "Fira Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  line-height: 18px;
  padding: 6px 8px 4px;
  height: 28px;
  min-width: 98px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  border-radius: 4px;
  overflow: visible;
  outline: none;
  cursor: pointer;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  background-color: #ff3c00;
  -moz-box-shadow: 0 2px 0 #cd3301, inset 0 1px 9px rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0 2px 0 #cd3301, inset 0 1px 9px rgba(255, 255, 255, 0.6);
  box-shadow: 0 2px 0 #cd3301, inset 0 1px 9px rgba(255, 255, 255, 0.6);
  background-image: -moz-linear-gradient(bottom, #ff3c00 0%, #ff6c00 100%);
  background-image: -webkit-linear-gradient(bottom, #ff3c00 0%, #ff6c00 100%);
  background-image: linear-gradient(to top, #ff3c00 0%, #ff6c00 100%);
}
html.ie9-10-11 a.styler.small-orange, html.ie9-10-11 button#cboxClose, html.ie9-10-11 button.styler.small-orange, html.ie9-10-11 input[type="button"].styler.small-orange, html.ie9-10-11 input[type="submit"].styler.small-orange, html.ie9-10-11 input[type="reset"].styler.small-orange {
  padding-top: 8px;
}
button.styler.small-orange::-moz-focus-inner, button#cboxClose::-moz-focus-inner, a.styler.small-orange::-moz-focus-inner, input[type="button"].styler.small-orange::-moz-focus-inner, input[type="submit"].styler.small-orange::-moz-focus-inner, input[type="reset"].styler.small-orange::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.styler.small-orange:after {
  content: "";
}
button.styler.small-orange:not([disabled]):hover, button#cboxClose:not([disabled]):hover, a.styler.small-orange:not([disabled]):hover, input[type="button"].styler.small-orange:not([disabled]):hover, input[type="submit"].styler.small-orange:not([disabled]):hover, input[type="reset"].styler.small-orange:hover {
  background-color: #ff6b00;
  -moz-box-shadow: 0 2px 0 #ff4100, inset 0 1px 9px rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0 2px 0 #ff4100, inset 0 1px 9px rgba(255, 255, 255, 0.6);
  box-shadow: 0 2px 0 #ff4100, inset 0 1px 9px rgba(255, 255, 255, 0.6);
  background-image: -moz-linear-gradient(bottom, #ff6b00 0%, #ff6c00 100%);
  background-image: -webkit-linear-gradient(bottom, #ff6b00 0%, #ff6c00 100%);
  background-image: linear-gradient(to top, #ff6b00 0%, #ff6c00 100%);
}
button.styler.small-orange:not([disabled]):active, button#cboxClose:not([disabled]):active, a.styler.small-orange:not([disabled]):active, input[type="button"].styler.small-orange:not([disabled]):active, input[type="submit"].styler.small-orange:not([disabled]):active, input[type="reset"].styler.small-orange:active {
  background-color: #ff3c00;
  -moz-box-shadow: 0 -2px 0 #cd3301, inset 0 1px 9px rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0 -2px 0 #cd3301, inset 0 1px 9px rgba(255, 255, 255, 0.6);
  box-shadow: 0 -2px 0 #cd3301, inset 0 1px 9px rgba(255, 255, 255, 0.6);
  background-image: -moz-linear-gradient(top, #ff3c00 0%, #ff6c00 100%);
  background-image: -webkit-linear-gradient(top, #ff3c00 0%, #ff6c00 100%);
  background-image: linear-gradient(to bottom, #ff3c00 0%, #ff6c00 100%);
}
button.styler.small-orange[disabled], button#cboxClose[disabled], a.styler.small-orange[disabled], input[type="button"].styler.small-orange[disabled], input[type="submit"].styler.small-orange[disabled] {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}
/* -[buttons small-orange] */
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious, #cboxNext, #cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}
#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: url(../images/overlay.png) repeat 0 0;
}
#colorbox {
  outline: 0;
}
#cboxTopLeft {
  width: 21px;
  height: 21px;
  background: url(../images/controls.png) no-repeat -101px 0;
}
#cboxTopRight {
  width: 21px;
  height: 21px;
  background: url(../images/controls.png) no-repeat -130px 0;
}
#cboxBottomLeft {
  width: 21px;
  height: 21px;
  background: url(../images/controls.png) no-repeat -101px -29px;
}
#cboxBottomRight {
  width: 21px;
  height: 21px;
  background: url(../images/controls.png) no-repeat -130px -29px;
}
#cboxMiddleLeft {
  width: 21px;
  background: url(../images/controls.png) left top repeat-y;
}
#cboxMiddleRight {
  width: 21px;
  background: url(../images/controls.png) right top repeat-y;
}
#cboxTopCenter {
  height: 21px;
  background: url(../images/border.png) 0 0 repeat-x;
}
#cboxBottomCenter {
  height: 21px;
  background: url(../images/border.png) 0 -29px repeat-x;
}
#cboxContent {
  background: #fff;
  overflow: hidden;
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  margin-bottom: 40px;
}
#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}
#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}
#cboxLoadingOverlay {
  background: url(../images/loading_background.png) no-repeat center center;
}
#cboxLoadingGraphic {
  background: url(../images/loading.gif) no-repeat center center;
}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active {
  outline: 0;
}
#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}
#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/controls.png) no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
#cboxPrevious:hover {
  background-position: -75px -25px;
}
#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(../images/controls.png) no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
#cboxNext:hover {
  background-position: -50px -25px;
}
/* +[site] */
.site-wrap {
  position: relative;
  min-height: 100%;
  overflow: hidden;
}
/* +[top menu] */
.top-menu {
  position: relative;
  z-index: 2;
  min-height: 44px;
  background: #333;
  text-align: center;
  font-size: 0;
  font-family: "Roboto", sans-serif;
}
.top-menu ul {
  display: inline-block;
  max-width: 980px;
}
.top-menu ul ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 153px;
  padding: 4px 0 0;
  background: #4d4d4d;
  text-align: left;
}
.top-menu ul ul li {
  display: block;
}
.top-menu ul ul li a:hover, .top-menu ul ul li a.active {
  background: #ff6200;
}
.top-menu ul li {
  position: relative;
  display: inline-block;
}
.top-menu ul li:hover > ul {
  display: block;
}
.top-menu ul li:hover a {
  background: #4d4d4d;
}
.top-menu ul li a {
  display: block;
  text-decoration: none;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  padding: 15px 14px;
}
.top-menu ul li a:hover, .top-menu ul li a.active {
  background: #4d4d4d;
}
/* -[top menu] */
/* +[header] */
.site-header {
  width: 980px;
  margin: 0 auto;
  position: relative;
  padding: 35px 0 18px;
  background: #fff;
}
.site-search-name {
  font-size: 12px;
  line-height: 16px;
  font-style: italic;
  font-family: "Fira Sans", sans-serif;
}
.site-logo {
  font-size: 19px;
  line-height: 32px;
  color: #ff3c00;
  text-transform: uppercase;
  font-family: "Fira Sans", sans-serif;
  font-weight: bold;
  text-align: center;
  padding: 0 240px 0 190px;
}
.site-logo span {
  color: #2d46bb;
}
.site-logo small {
  text-transform: none;
  display: block;
  font-weight: normal;
  font-style: italic;
  font-size: 20px;
  line-height: 19px;
  color: #474747;
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.site-logo a {
  text-decoration: none;
  color: #2d46bb;
}
.site-slogan {
  position: relative;
  display: inline-block;
  /* float: left; */
  padding: 0 0 0 67px;
  width: 150px;
  font-size: 49px;
  color: #b1c1d8;
  line-height: 42px;
  font-family: "Fira Sans", sans-serif;
  font-weight: bold;
  font-style: italic;
}
.site-slogan:before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 53px;
  height: 58px;
  background: url(../images/24-7.png) 0 0 no-repeat;
}
.site-slogan-24 {
  position: absolute;
  top: 17px;
  left: 15px;
  font-size: 22px;
  line-height: 25px;
  color: #b1c1d8;
}
html.ie9-10-11 .site-slogan-24 {
  top: 22px;
}
.site-slogan small {
  display: block;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
}
.site-tel-top {
  position: absolute;
  top: 22px;
  right: -12px;
  float: right;
  text-align: right;
  padding: 0 20px 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: -2px 0 0;
  width: 33%;
  font-size: 28px;
  color: #1a1a1a;
  line-height: 29px;
  font-family: "Fira Sans", sans-serif;
  font-weight: bold;
}
.site-tel-top .styler.orange {
  margin-top: 3px;
}
.site-search {
  padding: 12px 0 0;
  float: left;
  width: 302px;
}
.site-search input[type="text"].styler {
  float: left;
  width: 240px;
}
.site-search input[type="submit"].styler {
  float: right;
  min-width: 0;
  height: 29px;
}
/* -[header] */
/* +[top menu 2] */
.top-menu2-wrap {
  position: relative;
  z-index: 1000;
  min-height: 68px;
}
.top-menu2.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.top-menu2 {
  position: relative;
  padding: 6px 0;
  text-align: center;
  font-size: 0;
  background: #112dae;
}
.top-menu2 ul {
  display: inline-block;
  max-width: 980px;
}
.top-menu2 ul li {
  display: inline-block;
}
.top-menu2 ul li a {
  text-decoration: none;
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 10px 8px;
  color: #fff;
}
.top-menu2 ul li a:hover, .top-menu2 ul li a.active {
  background: #081c7c;
}
/* -[top menu 2] */
/* +[main image] */
.main-image {
  position: relative;
  height: 490px;
  overflow: hidden;
  font-size: 0;
  text-align: center;
}
.main-image-in {
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -2000px;
  width: 4000px;
}
.main-image img {
  border: 0;
  max-width: 100%;
}
.main-image li {
  position: relative;
}
.main-image a {
  text-decoration: none;
}
.main-image-txt {
  font-style: normal;
  text-align: left;
  width: 369px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 209px;
  left: 50%;
  margin: 0 0 0 -489px;
  padding: 33px 8px 38px 28px;
  background: rgba(17, 45, 174, 0.89);
  font-size: 26px;
  line-height: 31px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.main-image-txt strong {
  display: block;
  font-weight: 900;
  font-size: 35px;
}
/* -[main image] */
/* +[проблемы, вопросы, плюсы/минусы] */
.site-troubles {
  position: relative;
  z-index: 100;
  padding: 407px 0 172px;
}
.site-troubles-name {
  position: absolute;
  top: -20px;
  left: 50%;
  width: 573px;
  margin: 0 0 0 -286px;
  height: 134px;
  padding: 30px 0 0;
  background: url(../images/problems-name.png) 50% 0 no-repeat;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Fira Sans", sans-serif;
  font-size: 25px;
  line-height: 27px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.site-troubles-name small {
  font-weight: 500;
  font-size: 20px;
  display: block;
}
.site-troubles-boxes {
  position: relative;
  width: 968px;
  margin: 0 auto;
  font-size: 0;
  text-align: center;
}
.site-troubles-back {
  position: absolute;
  top: 273px;
  left: 0;
  width: 100%;
  bottom: 0;
  background-color: #e5ebf5;
  background-image: -moz-linear-gradient(bottom, #a8c2e7 0%, #e5ebf5 100%);
  background-image: -webkit-linear-gradient(bottom, #a8c2e7 0%, #e5ebf5 100%);
  background-image: linear-gradient(to top, #a8c2e7 0%, #e5ebf5 100%);
}
.site-troubles-back:before, .site-troubles-back:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 10px;
  width: 100%;
  background: url(../images/rounds.png) 0 0 repeat-x;
}
.site-troubles-back:after {
  top: auto;
  bottom: 0;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.site-trouble {
  vertical-align: top;
  position: relative;
  display: inline-block;
  min-height: 174px;
  margin: 0 0 55px;
  width: 200px;
  padding: 0 21px;
  font-size: 13px;
  line-height: 15px;
  color: #333;
  font-family: "Fira Sans", sans-serif;
  font-style: italic;
}
.site-trouble:before {
  content: "";
  position: absolute;
  top: -244px;
  left: 0;
  width: 100%;
  height: 237px;
  background: url(../images/problems.png) 0 0 no-repeat;
}
.site-trouble:nth-child(2):before {
  background-position: -242px 0;
}
.site-trouble:nth-child(3):before {
  background-position: -484px 0;
}
.site-trouble:nth-child(4):before {
  background-position: -726px 0;
  width: 272px;
}
.site-trouble strong, .site-trouble-name {
  font-size: 16px;
  line-height: 19px;
  color: #ff3c00;
  font-style: italic;
  font-weight: 500;
}
.site-advs {
  position: relative;
  width: 940px;
  margin: 0 auto;
  min-height: 724px;
  border-radius: 8px;
  background-color: #c3c3c3;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.42);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.42);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.42);
}
.site-advs-in {
  position: relative;
  min-height: 724px;
  -moz-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
  border: 1px solid #c8c8c8;
  border-bottom-color: #a8a8a8;
  border-radius: 9px;
  background-color: #ededed;
  -moz-box-shadow: inset 0 0 2px white;
  -webkit-box-shadow: inset 0 0 2px white;
  box-shadow: inset 0 0 2px white;
  background-image: -moz-linear-gradient(bottom, #ededed 0%, #ffffff 100%);
  background-image: -webkit-linear-gradient(bottom, #ededed 0%, #ffffff 100%);
  background-image: linear-gradient(to top, #ededed 0%, #ffffff 100%);
}
.site-advs-in:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  width: 50%;
  height: 100%;
  border: 1px solid #a8a8a8;
  border-radius: 0 9px 9px 0;
  background-color: #e1e1e1;
  -moz-box-shadow: inset 0 0 2px white;
  -webkit-box-shadow: inset 0 0 2px white;
  box-shadow: inset 0 0 2px white;
}
.site-advs-in.spec {
  margin: 50px 0 12px;
}
.site-advs-in.spec:before {
  display: none;
}
.site-advs-list {
  position: relative;
  float: left;
  width: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 106px 40px 65px 52px;
}
.site-advs-list-name {
  position: absolute;
  top: -23px;
  left: 50%;
  width: 398px;
  margin: 0 0 0 -199px;
  height: 96px;
  background: url(../images/plus-minus-namez.png) 0 0 no-repeat;
  text-align: center;
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  padding: 12px 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Fira Sans", sans-serif;
  font-style: italic;
  font-weight: 500;
}
.site-advs-list-name.right {
  background-position: 100% 0;
}
.site-advs-item {
  position: relative;
  padding: 0 0 0 91px;
  margin: 0 0 10px;
  font-size: 0;
  min-height: 69px;
  line-height: 69px;
  color: #242323;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.site-advs-item:before {
  /* content: ''; */
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  height: 69px;
  background: url(../images/plus-minus.png) 0 0 no-repeat;
}
.site-advs-item img {
  position: absolute;
  top: 0;
  left: 0;
}
.site-advs-item span {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 23px;
}
.site-advs-list.left .site-advs-item:nth-child(2):before {
  background-position: 0 -79px;
}
.site-advs-list.left .site-advs-item:nth-child(3):before {
  background-position: 0 -158px;
}
.site-advs-list.left .site-advs-item:nth-child(4):before {
  background-position: 0 -237px;
}
.site-advs-list.left .site-advs-item:nth-child(5):before {
  background-position: 0 -316px;
}
.site-advs-list.left .site-advs-item:nth-child(6):before {
  background-position: 0 -395px;
}
.site-advs-list.left .site-advs-item:nth-child(7):before {
  background-position: 0 -473px;
}
.site-advs-list.right .site-advs-item:nth-child(1):before {
  background-position: 100% 0;
}
.site-advs-list.right .site-advs-item:nth-child(2):before {
  background-position: 100% -79px;
}
.site-advs-list.right .site-advs-item:nth-child(3):before {
  background-position: 100% -158px;
}
.site-advs-list.right .site-advs-item:nth-child(4):before {
  background-position: 100% -237px;
}
.site-advs-list.right .site-advs-item:nth-child(5):before {
  background-position: 100% -316px;
}
.site-advs-list.right .site-advs-item:nth-child(6):before {
  background-position: 100% -395px;
}
.site-advs-list.right .site-advs-item:nth-child(7):before {
  background-position: 100% -473px;
}
/* -[проблемы, вопросы, плюсы/минусы] */
/* +[акция] */
.site-action {
  position: relative;
  z-index: 101;
  width: 949px;
  margin: -138px auto 42px;
  height: 280px;
  background: url(../images/action-back.png) 0 0 no-repeat;
}
.site-action-line1 {
  position: absolute;
  top: 50px;
  left: 377px;
  font-size: 20px;
  line-height: 23px;
  color: #292929;
  text-shadow: 0 1px 0 rgba(255, 206, 98, 0.43);
  width: 285px;
  font-family: "Fira Sans", sans-serif;
  font-weight: bold;
  font-style: italic;
}
.site-action-line2 {
  position: absolute;
  top: 33px;
  right: 31px;
  width: 222px;
  text-align: center;
  font-size: 15px;
  color: #1b1b1b;
  line-height: 17px;
  font-family: "Fira Sans", sans-serif;
  font-style: italic;
}
.site-action-timer {
  position: absolute;
  top: 74px;
  right: 21px;
  font-size: 30px;
  line-height: 56px;
  color: #1b1b1b;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
}
.site-action-form {
  position: absolute;
  top: 180px;
  right: 23px;
  width: 554px;
  height: 51px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 3px 0 #d2d2d2, 0 2px 6px rgba(0, 0, 0, 0.42);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 11px 12px;
  font-size: 15px;
  color: #2e2e2e;
  font-family: "Fira Sans", sans-serif;
  font-style: italic;
  text-align: center;
}
.site-action-form .form-input-text.reason {
  display: none;
}
.site-action-form .form-html {
  margin: 0 0 10px;
}
.site-action-form .form-input-text {
  float: left;
  width: 39%;
}
@media (max-width: 767px) {
  .site-action-form .form-input-text {
    width: 49%;
  }
}
.site-action-form .form-input-text input[type="text"] {
  width: 100%;
  display: block;
}
.site-action-form .form-input-submit {
  float: left;
  width: 167px;
}
.site-action-form .form-input-submit input[type="submit"] {
  width: 100%;
}
@media (max-width: 767px) {
  .site-action-form .form-input-submit input[type="submit"] {
    margin-top: 20px;
  }
}
.timer-num {
  position: relative;
  float: left;
  width: 54px;
  height: 56px;
  background: url(../images/timer-num.png) 0 0 no-repeat;
  margin: 0 8px 0 0;
  padding: 0 0 0 1px;
}
.timer-num span {
  position: relative;
  float: left;
  margin: 0 0 0 1px;
  width: 25px;
  text-align: center;
}
.timer-num.min span:first-child:before, .timer-num.min span:first-child:after, .timer-num.sec span:first-child:before, .timer-num.sec span:first-child:after {
  content: "";
  position: absolute;
  top: 18px;
  left: -9px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #95591b;
}
.timer-num.min span:first-child:after, .timer-num.sec span:first-child:after {
  top: 31px;
}
.timer-num:after {
  content: "";
  display: table;
  clear: both;
}
/* -[акция] */
/* +[решаем] */
.site-reshaem {
  position: relative;
  width: 980px;
  margin: 0 auto 36px;
  font-size: 16px;
  color: #2f2f2f;
  line-height: 20px;
  font-family: "Fira Sans", sans-serif;
}
.site-reshaem-name {
  text-align: center;
  font-size: 25px;
  line-height: 30px;
  color: #2c2c2c;
  margin: 0 0 64px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.site-reshaem-name strong {
  font-weight: 900;
}
.site-reshaem-box {
  float: left;
  width: 33%;
}
.site-reshaem-image {
  width: 326px;
  height: 245px;
  overflow: hidden;
  text-align: center;
  font-size: 0;
}
.site-reshaem-image img {
  border: 0;
  max-width: 100%;
}
.site-reshaem-index {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #122fb7;
  background-image: -moz-linear-gradient(bottom, #112dad 0%, #163fff 100%);
  background-image: -webkit-linear-gradient(bottom, #112dad 0%, #163fff 100%);
  background-image: linear-gradient(to top, #112dad 0%, #163fff 100%);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  line-height: 33px;
  font-family: "Fira Sans", sans-serif;
  margin: 0 auto 10px;
  text-align: center;
  padding: 10px 0 0;
}
html.ie9-10-11 .site-reshaem-index {
  padding: 17px 0 0;
}
.site-reshaem-txt {
  padding: 0 40px;
  text-align: center;
  font-style: italic;
  min-height: 140px;
}
/* -[решаем] */
/* +[процесс] */
.site-process {
  position: relative;
  min-height: 318px;
  background-color: #a8c2e7;
  padding: 123px 0 0;
  font-size: 0;
  background-image: -moz-linear-gradient(bottom, #a8c2e7 0%, #e5ebf5 100%);
  background-image: -webkit-linear-gradient(bottom, #a8c2e7 0%, #e5ebf5 100%);
  background-image: linear-gradient(to top, #a8c2e7 0%, #e5ebf5 100%);
}
.site-process:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: url(../images/rounds.png) 0 0 repeat-x;
}
.site-process-in {
  margin: 0 auto;
  width: 980px;
}
.site-process-name {
  position: absolute;
  top: -39px;
  left: 50%;
  width: 459px;
  height: 107px;
  background: url(../images/process-name.png) 50% 0 no-repeat;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  font-family: "Fira Sans", sans-serif;
  font-style: italic;
  font-weight: 500;
  color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 40px;
  margin: 0 0 0 -470px;
}
.site-process-name + .site-process-name {
  margin: 0 11px 0 0;
}
.site-process-title {
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  font-weight: 900;
  text-align: center;
  line-height: 28px;
  margin: 0 0 36px;
}
.site-process-box {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 180px;
  margin: 0 4px 33px;
  /*
      &:before {
        content: '';
        display: block;
        width: 134px;
        height: 133px;
        margin: 0 auto 22px;
        background:url(../images/process.png) 0 0 no-repeat;
      }
  */
  /*
      &[data-i="2"]:before {
        background-position:-191px 0;
      }
      &[data-i="3"]:before {
        background-position:-377px 0;
      }
      &[data-i="4"]:before {
        background-position:-565px 0;
      }
      &[data-i="5"]:before {
        background-position:-751px 0;
      }
  */
}
.site-process-box-image {
  width: 134px;
  height: 134px;
  margin: 0 auto 22px;
}
.site-process-box-image img {
  max-width: 100%;
  display: block;
  border: 0;
}
.site-process-box:after {
  content: attr(data-i);
  position: absolute;
  top: 118px;
  left: 50%;
  width: 31px;
  margin: 0 0 0 -15px;
  height: 31px;
  background: #ff4600;
  border-radius: 50%;
  text-align: center;
  font-family: "Fira Sans", sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px 0 0;
}
html.ie9-10-11 .site-process-box:after {
  padding: 10px 0 0;
}
.site-process-txt {
  font-size: 12px;
  line-height: 14px;
  color: #2c2c2c;
  min-height: 70px;
  font-family: "Fira Sans", sans-serif;
  font-style: italic;
  font-weight: 500;
  padding: 0 14px;
  text-align: center;
}
/* -[процесс] */
/* +[расчет экспертизы] */
#form_calc_wrap {
  display: none;
}
.site-exp {
  position: relative;
  width: 980px;
  margin: 0 auto;
  padding: 37px 0 0;
  text-align: center;
  font-size: 15px;
  line-height: 18px;
  color: #2c2c2c;
  font-family: "Roboto", sans-serif;
}
.site-exp p {
  margin: 18px 0;
}
.site-exp-name {
  font-size: 25px;
  font-weight: 900;
  line-height: 28px;
  color: #2c2c2c;
  margin: 0 0 9px;
}
.site-exp-name + p {
  margin: 0;
}
.site-exp-calc {
  position: relative;
  padding: 19px 28px 25px 31px;
  text-align: left;
}
.site-exp-calc-left {
  width: 450px;
  float: left;
}
.site-exp-calc-right, .site-exp-calc-right2 {
  display: none;
  float: left;
  width: 471px;
}
.site-exp-calc-right2 {
  display: block;
}
.site-exp-point {
  position: relative;
  z-index: 1;
  padding: 0 0 0 64px;
  min-height: 50px;
  line-height: 50px;
  font-size: 0;
}
.site-exp-point span {
  display: inline-block;
  padding: 2px 0 0;
  font-size: 14px;
  line-height: 16px;
  color: #2f2f2f;
  vertical-align: middle;
  font-family: "Fira Sans", sans-serif;
  font-weight: bold;
  font-style: italic;
}
.site-exp-point strong {
  display: inline-block;
  font-size: 30px;
  color: #2f2f2f;
  margin: 0 0 0 18px;
}
.site-exp-point strong small {
  font-weight: bold;
}
.site-exp-point strong div {
  display: inline-block;
}
html.ie9-10-11 .site-exp-point:before {
  padding: 17px 0 0;
}
.site-exp-point:before {
  content: attr(data-i);
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ff3c00;
  background-image: -moz-linear-gradient(bottom, #ff3c00 0%, #ff6c00 100%);
  background-image: -webkit-linear-gradient(bottom, #ff3c00 0%, #ff6c00 100%);
  background-image: linear-gradient(to top, #ff3c00 0%, #ff6c00 100%);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 30px;
  line-height: 33px;
  color: #fff;
  font-weight: bold;
  font-family: "Fira Sans", sans-serif;
  padding: 10px 0 0;
  text-align: center;
}
.site-exp-flat {
  position: relative;
  width: 370px;
  height: 484px;
  margin: -11px 0 0 18px;
  background: url(../images/flat.jpg) 0 0 no-repeat;
}
.site-exp-area {
  opacity: 0;
  cursor: pointer;
  position: absolute;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #ff3f00;
  background: url(../images/flat-area-back.png) 0 0 repeat;
  text-align: center;
}
.site-exp-area:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  background: url(../images/calc-sp.png) 0 0 no-repeat;
}
.site-exp-area:hover, .site-exp-area.active {
  opacity: 1;
}
.site-exp-area span {
  z-index: 10;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 104px;
  height: 26px;
  margin: 30px 0 0 -52px;
  line-height: 26px;
  border-radius: 13px;
  background-color: #e72b21;
  background-image: -moz-linear-gradient(bottom, #ff3c00 0%, #ff6c00 100%);
  background-image: -o-linear-gradient(bottom, #ff3c00 0%, #ff6c00 100%);
  background-image: -webkit-linear-gradient(bottom, #ff3c00 0%, #ff6c00 100%);
  background-image: linear-gradient(bottom, #ff3c00 0%, #ff6c00 100%);
  color: #fff;
  font-family: "Fira Sans", sans-serif;
  font-size: 13px;
  font-style: italic;
  font-weight: 500;
}
.site-exp-area:hover span {
  display: block;
}
.site-exp-area.balcony {
  width: 102px;
  height: 100px;
  top: 33px;
  left: 38px;
}
.site-exp-area.kitchen {
  top: 149px;
  left: 36px;
  width: 111px;
  height: 116px;
}
.site-exp-area.kitchen:before {
  background-position: 0 -100px;
}
.site-exp-area.bedroom {
  top: 282px;
  left: 36px;
  width: 178px;
  height: 169px;
}
.site-exp-area.bedroom:before {
  background-position: 0 -200px;
}
.site-exp-area.hall {
  top: 149px;
  left: 157px;
  width: 177px;
  height: 116px;
}
.site-exp-area.hall:before {
  background-position: 0 -150px;
}
.site-exp-area.livingroom {
  top: 34px;
  left: 157px;
  width: 177px;
  height: 116px;
}
.site-exp-area.livingroom:before {
  background-position: 0 -50px;
}
.site-exp-area.corridor {
  width: 114px;
  height: 74px;
  top: 282px;
  left: 222px;
}
.site-exp-area.corridor:before {
  background-position: 0 -250px;
}
.site-exp-area.store {
  width: 35px;
  height: 74px;
  top: 282px;
  left: 300px;
}
.site-exp-area.store:before {
  background-position: 0 -300px;
}
.site-exp-area.wc {
  width: 113px;
  height: 87px;
  top: 364px;
  left: 222px;
}
.site-exp-area.wc:before {
  background-position: 0 -350px;
}
.site-exp-check-group {
  width: 402px;
  border-radius: 6px;
  background-color: #f0f0f0;
  background-image: -moz-linear-gradient(bottom, #ececec 0%, #f6f6f6 100%);
  background-image: -webkit-linear-gradient(bottom, #ececec 0%, #f6f6f6 100%);
  background-image: linear-gradient(to top, #ececec 0%, #f6f6f6 100%);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 19px 10px 18px;
}
.site-exp-check-group-wrap {
  float: right;
  width: 402px;
  border-radius: 6px;
  background-color: #d2d2d2;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.42);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.42);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.42);
  margin: 6px 6px 18px 0;
}
.site-exp-check-line {
  display: none;
  font-size: 18px;
  line-height: 21px;
  color: #ff3f00;
  margin: 0 0 15px;
  font-family: "Fira Sans", sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.site-exp-check-line.active {
  display: block;
}
.site-exp-check-line:after {
  content: "";
  display: table;
  clear: both;
}
.site-exp-check-line strong {
  float: left;
  width: 115px;
  color: #ff3f00;
}
.site-exp-check-line label {
  cursor: pointer;
  float: left;
  font-size: 13px;
  color: #2f2f2f;
  font-style: italic;
  padding: 0 12px 0 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.site-exp-check-line .site-exp-reset {
  float: right;
}
.site-exp-reset {
  cursor: pointer;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #cd0000;
  background-image: -moz-linear-gradient(bottom, #cd0000 0%, #ff1a00 100%);
  background-image: -webkit-linear-gradient(bottom, #cd0000 0%, #ff1a00 100%);
  background-image: linear-gradient(to top, #cd0000 0%, #ff1a00 100%);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 11px;
  line-height: 12px;
  color: #fff;
  text-align: center;
  font-family: "Fira Sans", sans-serif;
  padding: 1px 0 0;
}
html.ie9-10-11 .site-exp-reset {
  padding-top: 3px;
}
.site-exp-reset:hover {
  background-color: #c43535;
  background-image: -moz-linear-gradient(bottom, #ef0101 0%, #ff4e00 100%);
  background-image: -webkit-linear-gradient(bottom, #ef0101 0%, #ff4e00 100%);
  background-image: linear-gradient(to top, #ef0101 0%, #ff4e00 100%);
}
.site-exp-reset:active {
  background-color: #c43535;
  background-image: -moz-linear-gradient(top, #cd0000 0%, #ff1a00 100%);
  background-image: -webkit-linear-gradient(top, #cd0000 0%, #ff1a00 100%);
  background-image: linear-gradient(to bottom, #cd0000 0%, #ff1a00 100%);
}
.site-exp-orange {
  font-size: 14px;
  line-height: 16px;
  color: #ff4f00;
  margin: -2px 0 12px 67px;
  width: 343px;
  min-height: 80px;
  color: #ff4f00;
  font-style: italic;
  font-family: "Fira Sans", sans-serif;
}
.site-exp-zaya {
  float: left;
  margin: 0 0 0 66px;
  width: 387px;
}
.site-exp-zaya .form-input-text {
  float: left;
}
.site-exp-zaya .form-input-text + .form-input-text {
  float: right;
}
.site-exp-zaya form:after {
  display: table;
  content: "";
  clear: both;
}
.site-exp-zaya .form-input-submit {
  clear: both;
}
.site-exp-zaya input[type="text"].styler {
  margin: 0 0 9px;
  width: 189px;
}
.site-exp-zaya input[type="text"].styler + input[type="text"] {
  margin: 0 0 9px 9px;
}
.site-exp-zaya input[type="submit"].styler.blue {
  width: 167px;
  display: block;
  margin: 0 auto;
}
/* -[расчет экспертизы] */
/* +[сомнения] */
.site-still-doubt {
  position: relative;
  background: #d3f1ff;
}
.site-still-doubt-in {
  width: 980px;
  margin: 0 auto;
  padding: 27px 0 91px;
}
.site-still-doubt-name {
  font-size: 25px;
  line-height: 30px;
  color: #2c2c2c;
  text-align: center;
  font-family: "Roboto", sans-serif;
  margin: 0 0 41px;
  font-weight: 300;
}
.site-still-doubt-name strong {
  display: block;
  font-weight: 900;
}
.site-still-doubt-box {
  float: left;
  width: 457px;
  margin: 0 0 0 12px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 14px 0 68px 220px;
  line-height: 191px;
  font-size: 0;
}
.site-still-doubt-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 205px;
  height: 205px;
}
.site-still-doubt-box[data-i="1"] {
  background: url(../images/doubt1.png) 0 0 no-repeat;
}
.site-still-doubt-box[data-i="2"] {
  background: url(../images/doubt2.png) 0 0 no-repeat;
}
.site-still-doubt-box div {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 17px;
  color: #2f2f2f;
  font-family: "Fira Sans", sans-serif;
  font-style: italic;
}
.site-still-doubt-box + .site-still-doubt-box {
  width: 480px;
}
.site-still-doubt .styler.big-orange {
  display: block;
  width: 342px;
  margin: 0 auto;
  clear: both;
  font-size: 18px;
}
/* -[сомнения] */
/* +[отзывы] */
.site-video-reviews {
  position: relative;
  background: #cdddf3;
  padding: 107px 0 10px;
}
.site-video-reviews:before {
  content: "";
  position: absolute;
  top: -7px;
  left: 0;
  width: 100%;
  height: 7px;
  background: url(../images/rounds-gray.png) 0 0 repeat-x;
}
.site-video-reviews-in {
  width: 980px;
  margin: 0 auto;
  text-align: center;
  font-size: 0;
}
.site-video-reviews-name {
  position: absolute;
  top: -38px;
  left: 50%;
  width: 467px;
  height: 112px;
  background: url(../images/revid-name.png) 0 0 no-repeat;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 25px;
  line-height: 28px;
  color: #fff;
  padding: 26px 0 0;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  margin: 0 0 0 -233px;
}
.site-video-reviews-box {
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  width: 298px;
  margin: 0 11px 0 10px;
  font-size: 13px;
  line-height: 15px;
  color: #272727;
  font-family: "Fira Sans", sans-serif;
  font-style: italic;
  text-align: left;
}
.site-video-reviews-box img {
  display: block;
  max-width: 100%;
  border: 0;
}
.site-video-reviews-box p {
  margin: 12px 0;
}
/* -[отзывы] */
/* +[победа] */
.site-win {
  position: relative;
  width: 980px;
  margin: 0 auto;
  padding: 42px 0 26px;
  font-family: "Fira Sans", sans-serif;
}
.site-win-name {
  float: left;
  width: 224px;
  padding: 35px 0 0 22px;
  font-size: 20px;
  line-height: 23px;
  color: #ff4f00;
  font-weight: bold;
  font-style: italic;
}
.site-win-slider {
  position: relative;
  float: right;
  width: 663px;
  margin: 0 47px 0 0;
}
.site-win-slide {
  position: relative;
  width: 210px;
  float: left;
  margin: 0 7px 0 0;
  text-align: center;
}
.site-win-slide:before {
  content: attr(data-earned);
  position: absolute;
  top: 0;
  right: 0;
  width: 72px;
  height: 25px;
  font-size: 13px;
  color: #fff;
  line-height: 25px;
  text-align: center;
  background: #1230bc;
  border-radius: 0 4px 0 4px;
}
.site-win-slide-image {
  width: 210px;
  height: 140px;
  overflow: hidden;
  margin: 0 0 9px;
  border-radius: 3px;
}
.site-win-slide-image img {
  display: block;
  max-width: 100%;
  border: 0;
  border-radius: 3px;
}
.site-win-slide-txt {
  font-size: 12px;
  line-height: 14px;
  color: #2d2d2d;
  margin: 0 12px 6px;
}
.site-win-slide-txt a:hover {
  text-decoration: underline;
}
.site-win-slide-txt a {
  display: block;
  color: #2d2d2d;
  text-decoration: none;
}
.site-win-slide-strong {
  line-height: 23px;
  font-size: 20px;
  color: #ff4f00;
  font-weight: bold;
}
.site-win .bx-prev, .site-win .bx-next {
  position: absolute;
  top: 58px;
  left: -26px;
  width: 13px;
  height: 21px;
  background: url(../images/win-bx-arr.png) 0 0 no-repeat;
}
.site-win .bx-next {
  left: auto;
  right: -26px;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* -[победа] */
/* +[call back] */
.site-call-back {
  position: relative;
  width: 939px;
  margin: 0 auto;
  min-height: 182px;
  border: 1px solid #dd690d;
  border-radius: 7px;
  background-color: #dd690d;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35), inset 0 0 8px rgba(0, 0, 0, 0.26);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35), inset 0 0 8px rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35), inset 0 0 8px rgba(0, 0, 0, 0.26);
}
.site-call-back-in {
  width: 939px;
  min-height: 180px;
  border: 1px solid #f47317;
  border-radius: 7px;
  background-color: #f77915;
  margin: 0 0 0 -1px;
  background-image: -moz-linear-gradient(bottom, #f77915 0%, #f3a52f 100%);
  background-image: -webkit-linear-gradient(bottom, #f77915 0%, #f3a52f 100%);
  background-image: linear-gradient(to top, #f77915 0%, #f3a52f 100%);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 26px 21px 10px 22px;
}
.site-call-back-name {
  font-size: 26px;
  color: #292929;
  font-family: "Fira Sans", sans-serif;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  margin: 0 0 41px;
  text-shadow: 0 1px 0 rgba(255, 206, 98, 0.43);
}
.site-call-back .site-action-form {
  position: relative;
  top: auto;
  right: auto;
  float: right;
  height: 57px;
  box-shadow: 0 4px 0 #d2d2d2, 0 2px 6px rgba(0, 0, 0, 0.42);
  padding: 13px 0 13px 12px;
  margin: -3px 0 0;
}
.site-call-back-radiogroup {
  float: left;
  width: 322px;
  padding: 3px 0 0;
}
.site-call-back-radiogroup .styler {
  margin: 0 12px 0 0;
}
.site-call-back-radiogroup label {
  cursor: pointer;
  display: block;
  color: #2f2f2f;
  font-family: "Fira Sans", sans-serif;
  font-size: 14px;
  line-height: 23px;
  font-weight: bold;
  font-style: italic;
  text-shadow: 0 1px 0 rgba(255, 206, 98, 0.43);
  margin: 0 0 8px;
}
.site-call-back-radiogroup label span {
  display: inline-block;
  cursor: pointer;
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
/* -[call back] */
/* +[footer] */
.site-footer {
  position: relative;
  width: 980px;
  margin: 0 auto;
  padding: 28px 0 32px;
  font-family: "Fira Sans", sans-serif;
}
.site-footer.inner {
  border-top: 2px solid #818181;
}
.site-copyright {
  float: left;
  width: 400px;
  margin: 0 0 0 39px;
  font-size: 13px;
  color: #919192;
  line-height: 17px;
}
.site-copyright p {
  margin: 0 0 4px;
}
.site-copyright a {
  color: #163efa;
}
.site-tel-bot {
  float: right;
  margin: 0 36px 0 0;
  font-size: 13px;
  line-height: 15px;
  color: #919192;
  width: 350px;
  text-align: right;
}
.site-tel-bot-name {
  font-size: 28px;
  line-height: 31px;
  color: #1a1a1a;
  font-weight: bold;
}
/* -[footer] */
/* +[path] */
.site-path {
  font-family: "Roboto", sans-serif;
  position: relative;
  font-size: 13px;
  line-height: 17px;
  color: #989898;
  margin: 0 0 16px;
}
.site-path a {
  color: #112dae;
}
/* -[path] */
/* +[content] */
.site-content {
  position: relative;
  width: 980px;
  margin: 0 auto;
  padding: 18px 19px 27px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body.main .site-content {
  width: auto;
  padding: 0;
}
.site-content-left {
  float: left;
  width: 241px;
}
.site-content-left .styler.big-orange {
  display: block;
  margin: 0 0 6px;
}
.site-content-left + .site-content-mid {
  float: right;
  width: 670px;
}
.site-content-mid a {
  font-style: italic;
}
/* -[content] */
/* +[left] */
.site-l-ques {
  position: relative;
  font-family: "Fira Sans", sans-serif;
}
.site-l-ques-name {
  position: relative;
  padding: 30px 0 26px;
}
.site-l-ques-name-hint, .site-l-ques-name:before {
  content: "?";
  position: absolute;
  top: 50%;
  right: 0;
  width: 42px;
  height: 42px;
  margin: -21px 0 0;
  border-radius: 50%;
  background-color: #ff3c00;
  background-image: -moz-linear-gradient(bottom, #ff3c00 0%, #ff6c00 100%);
  background-image: -webkit-linear-gradient(bottom, #ff3c00 0%, #ff6c00 100%);
  background-image: linear-gradient(to top, #ff3c00 0%, #ff6c00 100%);
  text-align: center;
  line-height: 42px;
  font-size: 30px;
  color: #fff;
}
.site-l-ques-body {
  position: relative;
  background: #e4ecf6;
  border-radius: 6px;
  font-size: 14px;
  color: #2f2f2f;
  line-height: 17px;
  padding: 13px 13px 20px;
  font-style: italic;
}
.site-l-ques-box {
  padding: 10px 0 11px;
  border-top: 1px solid #a9c3e7;
  box-shadow: 0 1px 0 #f4f7fb inset;
}
.site-l-ques-box:first-child {
  border: 0;
  box-shadow: none;
}
.site-l-ques-box a {
  text-decoration: none;
  display: inline-block;
  color: #2f2f2f;
}
.site-l-ques-box a:hover {
  text-decoration: underline;
}
.site-l-obj {
  position: relative;
  font-family: "Fira Sans", sans-serif;
}
.site-l-obj-name {
  padding: 26px 0;
}
.site-l-obj-name a {
  font-size: 13px;
  color: #112dae;
  text-transform: none;
  font-style: italic;
  font-weight: normal;
  float: right;
}
.site-l-obj-title {
  margin: 0 0 41px;
  border-bottom: 1px solid #f4f7fb;
  box-shadow: 0 -1px 0 #a9c3e7 inset;
  font-size: 20px;
  color: #ff4f00;
  font-weight: bold;
  font-style: italic;
  padding: 0 0 17px;
  text-align: center;
}
.site-l-obj-body {
  background: #e4ecf6;
  border-radius: 6px;
  padding: 18px 14px 33px;
}
.site-l-obj-box {
  position: relative;
  height: 222px;
  padding: 0 0 22px;
}
.site-l-obj-image {
  position: relative;
  width: 210px;
  height: 140px;
  overflow: hidden;
  border-radius: 4px;
}
.site-l-obj-image img {
  max-width: 100%;
  display: block;
  border: 0;
  border-radius: 4px;
}
.site-l-obj-image:before {
  content: attr(data-earned);
  position: absolute;
  top: 0;
  right: 0;
  width: 72px;
  height: 25px;
  font-size: 13px;
  color: #fff;
  line-height: 25px;
  text-align: center;
  background: #1230bc;
  border-radius: 0 4px 0 4px;
}
html.ie9-10-11 .site-l-obj-image:before {
  height: 21px;
  padding-top: 4px;
}
.site-l-obj-coast {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  padding: 4px 11px;
  background: rgba(129, 129, 129, 0.75);
  border-radius: 3px 0 3px 0;
  width: 136px;
  height: 25px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html.ie9-10-11 .site-l-obj-coast {
  padding: 7px 11px 1px;
}
.site-l-obj-note {
  font-size: 12px;
  color: #2d2d2d;
  line-height: 15px;
  padding: 9px 10px 15px;
  text-align: center;
}
.site-l-obj .bx-prev, .site-l-obj .bx-next {
  position: absolute;
  top: -32px;
  left: 50%;
  width: 13px;
  height: 21px;
  background: url(../images/win-bx-arr.png) 0 0 no-repeat;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: 0 0 0 -7px;
}
.site-l-obj .bx-next {
  top: auto;
  bottom: -17px;
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
/* -[left] */
/* +[доверьтесь] */
.site-trust-us {
  width: 100%;
  margin: 0 0 34px;
}
.site-trust-us-name {
  font-size: 20px;
  line-height: 25px;
  margin: 22px 0 31px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  clear: both;
}
.site-trust-us .site-call-back-in {
  width: auto;
  padding: 24px 55px 25px 55px;
}
@media (max-width: 767px) {
  .site-trust-us .site-call-back-in {
    padding: 20px;
  }
}
.site-trust-us .site-call-back-in .site-action-form {
  width: 100%;
  float: none;
}
.site-trust-us .site-call-back-in .site-call-back-name {
  font-size: 18px;
  line-height: 21px;
  margin: 0 0 24px;
}
.site-trust-us .site-call-back-in .site-call-back-name strong {
  font-size: 29px;
  line-height: 29px;
  color: #292929;
  text-shadow: 0 1px 0 rgba(255, 206, 98, 0.43);
  letter-spacing: -0.5px;
}
/* -[доверьтесь] */
/* +[голубой] */
.site-blue {
  position: relative;
  font-size: 15px;
  color: #112dae;
  line-height: 18px;
  font-family: "Fira Sans", sans-serif;
  font-weight: bold;
  font-style: italic;
  padding: 18px 30px 34px 21px;
  background: #e4ecf6;
  border-radius: 6px;
  margin: 16px 0;
  margin: 34px 0 16px;
}
.site-blue-name {
  font-size: 20px;
  line-height: 23px;
  margin: 0 0 21px;
}
/* -[голубой] */
/* +[какие то вопросы по теме] */
.site-mid-rel-ques {
  position: relative;
}
.site-mid-rel-ques-name {
  font-size: 18px;
  line-height: 42px;
  color: #2c2c2c;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
}
.site-mid-rel-ques-name-hint {
  float: left;
  margin: 0 0 0 15px;
  content: "?";
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #ff3c00;
  background-image: -moz-linear-gradient(bottom, #ff3c00 0%, #ff6c00 100%);
  background-image: -webkit-linear-gradient(bottom, #ff3c00 0%, #ff6c00 100%);
  background-image: linear-gradient(to top, #ff3c00 0%, #ff6c00 100%);
  text-align: center;
  line-height: 42px;
  font-size: 30px;
  color: #fff;
}
.site-mid-rel-ques-box {
  padding: 4px 0 0 4px;
  margin: 0 0 21px;
  font-size: 15px;
  color: #2c2c2c;
  font-family: "Roboto", sans-serif;
}
.site-mid-rel-ques-box-name {
  font-size: 20px;
  color: #112dae;
  font-weight: bold;
  font-style: italic;
  font-family: "Fira Sans", sans-serif;
  line-height: 25px;
  margin: 0 0 18px;
}
.site-mid-rel-ques-box-name a {
  text-decoration: none;
  color: #112dae;
}
.site-mid-rel-ques-box-name a:hover {
  text-decoration: underline;
}
.site-mid-rel-ques-image {
  float: left;
  width: 190px;
  overflow: hidden;
  font-size: 0;
  margin: 0 20px 9px 0;
}
.site-mid-rel-ques-image img {
  max-width: 100%;
  border: 0;
}
.site-mid-rel-ques-image + p {
  margin-top: 0;
}
/* -[какие то вопросы по теме] */
/* +[список] */
.site-numeric {
  position: relative;
  width: 100%;
  /*
  min-height: 743px;
*/
  border-radius: 6px;
  background-color: #f0f0f0;
  background-image: -moz-linear-gradient(bottom, #ececec 0%, #f6f6f6 100%);
  background-image: -webkit-linear-gradient(bottom, #ececec 0%, #f6f6f6 100%);
  background-image: linear-gradient(to top, #ececec 0%, #f6f6f6 100%);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.site-numeric-wrap {
  position: relative;
  width: 100%;
  /*
  min-height: 743px;
*/
  border-radius: 6px;
  background-color: #d2d2d2;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.42);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.42);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.42);
  margin: 50px 0 30px;
}
.site-numeric-name {
  position: absolute;
  top: -21px;
  left: 50%;
  margin: 0 0 0 -291px;
  width: auto;
  height: 96px;
  background: url(../images/list1-name.png) 0 0 no-repeat;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 23px;
  color: #fff;
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-style: italic;
  padding: 15px 40px 0;
  text-align: center;
}
.site-numeric ol {
  padding: 105px 105px 36px;
  counter-reset: list;
}
.site-numeric ol li {
  counter-increment: list;
  position: relative;
  min-height: 42px;
  line-height: 42px;
  font-size: 0;
  color: #242323;
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  margin: 0 0 15px;
}
.site-numeric ol li span {
  display: inline-block;
  vertical-align: middle;
  line-height: 21px;
  font-size: 18px;
}
html.ie9-10-11 .site-numeric ol li:before {
  padding-top: 10px;
}
.site-numeric ol li:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: counter(list);
  position: absolute;
  top: 2px;
  left: -54px;
  width: 36px;
  height: 36px;
  text-align: center;
  border: 4px solid #112dae;
  border-radius: 50%;
  font-size: 18px;
  line-height: 21px;
  color: #112dae;
  font-family: "Fira Sans", sans-serif;
  font-weight: bold;
  padding: 5px 0 0;
}
/* -[список] */
/* +[онлайн расчет] */
.site-count-online {
  position: relative;
  background-color: #f6f6f6;
  background-image: -moz-linear-gradient(bottom, #f6f6f6 0%, #ececec 100%);
  background-image: -webkit-linear-gradient(bottom, #f6f6f6 0%, #ececec 100%);
  background-image: linear-gradient(to top, #f6f6f6 0%, #ececec 100%);
  -moz-box-shadow: 0 -5px 0px #d2d2d2 inset, 0 2px 6px rgba(0, 0, 0, 0.42);
  -webkit-box-shadow: 0 -5px 0px #d2d2d2 inset, 0 2px 6px rgba(0, 0, 0, 0.42);
  box-shadow: 0 -5px 0px #d2d2d2 inset, 0 2px 6px rgba(0, 0, 0, 0.42);
  min-height: 202px;
  border-radius: 6px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 26px 70px;
  overflow: hidden;
  text-align: center;
  margin: 0 0 20px;
}
.site-count-online:before {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 0;
  width: 220px;
  height: 159px;
  background: url(../images/online-after.png) 0 0 no-repeat;
}
.site-count-online-name {
  font-size: 16px;
  line-height: 20px;
  color: #112dae;
  font-family: "Fira Sans", sans-serif;
  font-style: italic;
  font-weight: 300;
  margin: 0 0 15px;
}
.site-count-online-hint {
  font-size: 14px;
  font-family: "Fira Sans", sans-serif;
  color: #2c2c2c;
  line-height: 16px;
  padding: 11px 0 0;
}
.site-count-online .styler.big-orange {
  font-size: 20px;
}
/* -[онлайн расчет] */
/* +[процесс внутри] */
.site-process-inner {
  padding: 9px 0 10px;
}
.site-process-inner-name {
  font-size: 18px;
  line-height: 22px;
  color: #2c2c2c;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  margin: 0 0 34px;
  text-align: center;
}
.site-process-inner .site-process-box {
  float: left;
  width: 125px;
  margin: 0 9px 0 0;
}
.site-process-inner .site-process-box:after {
  width: 30px;
  height: 30px;
  top: 107px;
}
.site-process-inner .site-process-box-image {
  width: 125px;
}
.site-process-inner .site-process-txt {
  margin: -12px -9px 0;
  padding: 0;
}
/* -[процесс внутри] */
/* +[лист гарантий] */
.site-warrantylist {
  position: relative;
  background-color: #ececec;
  background-image: -moz-linear-gradient(bottom, #f6f6f6 0%, #ececec 100%);
  background-image: -webkit-linear-gradient(bottom, #f6f6f6 0%, #ececec 100%);
  background-image: linear-gradient(to top, #f6f6f6 0%, #ececec 100%);
  -moz-box-shadow: 0 -5px 0px #d2d2d2 inset, 0 2px 6px rgba(0, 0, 0, 0.42);
  -webkit-box-shadow: 0 -5px 0px #d2d2d2 inset, 0 2px 6px rgba(0, 0, 0, 0.42);
  box-shadow: 0 -5px 0px #d2d2d2 inset, 0 2px 6px rgba(0, 0, 0, 0.42);
  border-radius: 6px;
  padding: 30px 20px 30px 53px;
  margin: 17px 0 30px;
}
.site-warrantylist-name {
  position: relative;
  padding: 19px 120px 23px 127px;
  font-size: 22px;
  line-height: 25px;
  color: #112dae;
  font-family: "Fira Sans", sans-serif;
  font-weight: bold;
  font-style: italic;
  margin: 0 0 21px;
}
.site-warrantylist-name:before {
  content: "GARANTED";
  position: absolute;
  top: 0;
  left: 0;
  width: 96px;
  height: 96px;
  background: url(../images/GARANTED.png) 0 0 no-repeat;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 39px 0 0;
  font-size: 15px;
  line-height: 18px;
  color: #112dae;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-style: normal;
}
.site-warrantylist ul {
  padding: 0 0 0 85px;
}
.site-warrantylist ul li {
  position: relative;
  font-size: 14px;
  line-height: 17px;
  color: #242323;
  font-family: "Fira Sans", sans-serif;
  margin: 0 0 14px;
}
.site-warrantylist ul li.nobody {
  margin: 0 0 24px;
}
.site-warrantylist ul li.nobody:last-child {
  margin: 0;
}
.site-warrantylist ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -68px;
  width: 44px;
  height: 44px;
  margin: -22px 0 0;
  background: url(../images/garli.png) 0 0 no-repeat;
}
.site-warrantylist ul li strong {
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  line-height: 27px;
}
.site-some-text1 {
  position: relative;
  margin: 30px 0;
}
.site-some-text1 p {
  margin-bottom: 0;
}
/* -[лист гарантий] */
/* -[site] */
.form-html p {
  margin: 0;
}
.form-input-text, .form-html {
  margin: 0 0 12px;
}
.site-action .form-input-text {
  margin: 0;
}
.pop-back {
  cursor: pointer;
  z-index: 1000;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.51;
}
.pop-win {
  z-index: 1001;
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  width: 309px;
  margin: 0 0 0 -154px;
  border-radius: 6px;
  background-color: #f0f0f0;
  background-image: -moz-linear-gradient(bottom, #ececec 0%, #f6f6f6 100%);
  background-image: -o-linear-gradient(bottom, #ececec 0%, #f6f6f6 100%);
  background-image: -webkit-linear-gradient(bottom, #ececec 0%, #f6f6f6 100%);
  background-image: linear-gradient(bottom, #ececec 0%, #f6f6f6 100%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.42), 0 -5px 0 #d2d2d2 inset;
  padding: 23px 20px 20px;
}
.pop-win textarea {
  height: 130px;
  width: 100%;
}
.pop-win input[type="text"] {
  width: 100%;
}
.pop-win .form-input-submit {
  text-align: right;
}
.pop-win .form-input-submit input[type="submit"] {
  min-width: 190px;
}
.pop-hide {
  display: none;
  z-index: 1001;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 50%;
  width: 20px;
  height: 20px;
  background: #f6f6f6;
  border-radius: 50%;
  font-size: 12px;
  line-height: 15px;
  color: #4d4d4d;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px 0 0;
  margin: 0 0 0 144px;
  text-align: center;
}
.pop-hide:after {
  content: "X";
}
.form-input-text.hidden {
  display: none;
}
.pop-calc-back {
  display: none;
  cursor: pointer;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.67;
}
.pop-calc {
  display: none;
  z-index: 1001;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -470px;
  width: 940px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.62);
  box-sizing: border-box;
  padding: 0 1px;
}
.pop-calc .site-exp {
  width: auto;
}
.pop-calc-hide {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 47px;
  height: 47px;
  background: url(../images/calc-hide.png) 0 0 no-repeat;
  cursor: pointer;
}
.pop-calc .site-exp-calc-left {
  width: 407px;
}
.totop {
  display: none;
  z-index: 1000;
  cursor: pointer;
  position: fixed;
  bottom: 161px;
  left: 50%;
  margin: 0 0 0 508px;
  width: 54px;
  height: 54px;
  background: url(../images/totop.png) 50% 0 no-repeat #d9d9d9;
  border-radius: 4px;
}
.totop:hover {
  background: url(../images/totop.png) 50% -64px no-repeat #dce0f6;
}
.totop:active {
  background: url(../images/totop.png) 50% -128px no-repeat #dadde8;
}
.news-superimage {
  position: relative;
  overflow: hidden;
  border: 0;
  margin: 0 12px 12px 0;
}
.news-superimage img {
  border: 0;
  max-width: 100%;
}
.news-supertitle {
  margin: 0 0 12px;
}
ol.new_stl li {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.31);
  padding: 15px;
  border-radius: 7px;
  margin-bottom: 5px;
  background: #F7FAFF;
  border: 1px solid #EAF0F9;
  list-style: none;
  width: 88%;
}
ol.numeric_stl {
  font-size: 19px;
  color: #1230BC;
}
ol.numeric_stl li {
  line-height: 14px;
}
ol.numeric_stl li p {
  padding: 2px 8px;
  border-left: 1px solid #999;
  margin: 0;
  color: #2c2c2c;
  font-size: 15px;
  line-height: 23px;
  vertical-align: top;
}
ul.clr_stl {
  list-style: none;
  padding: 0;
  width: 88%;
}
ul.clr_stl li {
  padding: 7px 20px;
  margin-bottom: 10px;
  border-radius: 20px;
  border-left: 10px solid #f05d22;
  box-shadow: 2px -2px 5px 0 rgba(0, 0, 0, 0.1), -2px -2px 5px 0 rgba(0, 0, 0, 0.1), 2px 2px 5px 0 rgba(0, 0, 0, 0.1), -2px 2px 5px 0 rgba(0, 0, 0, 0.1);
  transition: 0.4s all linear;
  vertical-align: middle;
}
ul.clr_stl li.cl1 {
  border-color: #f05d22;
}
ul.clr_stl li.cl2 {
  border-color: #8bc63e;
}
ul.clr_stl li.cl3 {
  border-color: #fcba30;
}
ul.clr_stl li.cl4 {
  border-color: #1ccfc9;
}
ul.clr_stl li.cl5 {
  border-color: #493224;
}
ul.clr_stl li:hover {
  border-left: 10px solid transparent;
}
ul.clr_stl li.cl1:hover {
  border-right: 10px solid #f05d22;
}
ul.clr_stl li.cl2:hover {
  border-right: 10px solid #8bc63e;
}
ul.clr_stl li.cl3:hover {
  border-right: 10px solid #fcba30;
}
ul.clr_stl li.cl4:hover {
  border-right: 10px solid #1ccfc9;
}
ul.clr_stl li.cl5:hover {
  border-right: 10px solid #493224;
}
ul.new_stl {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.new_stl li {
  background: url("/d/894884/d/1.jpg") no-repeat 0 3px;
  line-height: 38px;
  list-style: none;
  padding-left: 40px;
}
ul.question_stl {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.question_stl li {
  background: url("/d/894884/d/123.png") no-repeat 0 3px;
  line-height: 40px;
  list-style: none;
  padding-left: 40px;
  vertical-align: top;
}
ul.question_stl li p {
  margin: 0;
  line-height: 20px;
}
.call_block {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.31);
  padding: 5px 15px;
  border-radius: 7px;
  list-style: none;
  width: 50%;
  margin: 0 auto;
}
.call_block.frst {
  background: #F4A12D;
  border: 1px solid #C07916;
  color: #292929;
  text-shadow: 0 1px 0 #ffce62;
}
.call_block.scnd {
  background: #6DADDF;
  border: 1px solid #517999;
  text-shadow: 0 1px 0 #b8c4ff;
}
.vsl_img {
  border: 1px solid #DBDBDB !important;
  border-radius: 10px;
}
.p_gr {
  text-align: justify;
  margin: 20px;
}
.gr {
  background: #FFD396;
  color: #2C2C2C;
  font-size: 16px;
  font-weight: bold;
  margin: 15px auto;
  padding: 10px 20px;
  text-shadow: 0 1px 0 #f0b286;
  border-radius: 5px;
}
.gr_gray {
  background: #E4ECF6;
  color: #2C2C2C;
  margin: 5px auto;
  padding: 10px 10px;
  text-shadow: 0 1px 0 #d2d2d2;
  border-radius: 5px;
  min-height: 40px;
  position: relative;
  margin-right: 15px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.31);
}
.gr_gray.right:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: -26px;
  border: 13px solid transparent;
  border-left-color: #52ADFA;
  margin-top: -26px;
  border-top-width: 25px;
  border-bottom-width: 24px;
  height: 3px;
}
.gr_gray.left:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -26px;
  border: 13px solid transparent;
  border-right-color: #52ADFA;
  margin-top: -26px;
  border-top-width: 25px;
  border-bottom-width: 24px;
  height: 3px;
}
.gr_gray.bottom:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -26px;
  border: 13px solid transparent;
  border-top-color: #52ADFA;
  margin-left: -26px;
  border-left-width: 26px;
  border-right-width: 26px;
  width: 3px;
}
.gr_gray:before {
  display: inline-block;
  content: "";
  height: 54px;
  vertical-align: middle;
}
.gr_gray .txt {
  display: inline-block;
  vertical-align: middle;
}
.vajno {
  background: #FF7219;
  /* Old browsers */
  background: -moz-linear-gradient(left, #FF7219 1%, #fbfff4 67%, #ffffff 84%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #FF7219), color-stop(67%, #fbfff4), color-stop(84%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #FF7219 1%, #fbfff4 67%, #ffffff 84%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #FF7219 1%, #fbfff4 67%, #ffffff 84%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #FF7219 1%, #fbfff4 67%, #ffffff 84%);
  /* IE10+ */
  background: linear-gradient(to right, #FF7219 1%, #fbfff4 67%, #ffffff 84%);
  /* W3C */
  color: #372F2F;
  font-size: 16px;
  height: 31px;
  margin: 15px auto;
  padding: 10px 9px 0 60px;
}
.vajno_blue {
  background: #E4ECF6;
  color: #2C2C2C;
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-style: italic;
  margin: 15px auto;
  padding: 10px 9px 10px 20px;
  text-shadow: 0 1px 0 #c7c7c7;
}
.my-accord_wrap {
  position: relative;
}
.my-accord-tit {
  position: relative;
  cursor: pointer;
  color: #2C2C2C;
  font-size: 16px;
  padding: 10px 70px 10px 20px;
  text-shadow: 0 1px 0 #f0b286;
  border-radius: 7px;
  line-height: 16px;
  background: #FFD396;
  margin: 0 0 12px;
  text-align: left;
}
.my-accord-body {
  display: none;
  position: relative;
  padding: 1px 20px 12px;
}
.site-mid-rel-ques-box-body {
  padding: 1px 0;
  position: relative;
}
.my-accord-tit:before {
  display: block;
  content: "";
  border: 5px solid transparent;
  position: absolute;
  border-top: 5px solid #3A3532;
  right: 15px;
  top: 50%;
  margin-top: -2px;
}
.my-accord-tit.active:before {
  border-top-color: transparent;
  border-bottom: 5px solid #3A3532;
  margin-top: -7px;
}
.handl .my-accord-tit:before {
  display: block;
  content: "";
  position: absolute;
  right: 3px;
  top: 5px;
  background: url(../images/handl-cur.png) no-repeat;
  width: 32px;
  height: 32px;
  margin-top: -2px;
  background-size: 32px;
}
.gr_gray {
  background: rgba(0, 88, 236, 0.16);
  color: #181818;
  margin: 5px auto;
  padding: 10px 10px;
  text-shadow: 0 1px 0 #d2d2d2;
  border-radius: 5px;
  min-height: 40px;
  position: relative;
  margin-right: 15px;
  text-transform: uppercase;
  -moz-box-shadow: 0 -5px 0px #d2d2d2 inset, 0 2px 6px rgba(0, 0, 0, 0.42);
  -webkit-box-shadow: 0 -5px 0px #d2d2d2 inset, 0 2px 6px rgba(0, 0, 0, 0.42);
  box-shadow: 0 -5px 0px #7BBFF9 inset, 0 2px 6px rgba(123, 191, 249, 0.45);
}
.gr_gray.right {
  border-right: 2px solid #7BBFF9;
  border-left: 2px solid #7BBFF9;
}
.gr_gray.right:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  border: 11px solid transparent;
  border-left-color: #FF5400;
  margin-top: -26px;
  border-top-width: 25px;
  border-bottom-width: 24px;
  height: 3px;
}
.super-counterz {
  position: absolute;
  top: 25px;
  left: 50%;
  width: 250px;
  margin: 0 0 0 -100px;
  text-align: center;
}
.timer-sing {
  position: absolute;
  top: 60px;
  left: 50%;
  width: 60px;
  margin: 0 0 0 -30px;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}
.geo-top_wrap {
  position: relative;
  font-size: 12px;
  line-height: 15px;
  font-weight: normal;
}
.geo-top_city {
  cursor: pointer;
  font-size: 14px;
  line-height: 14px;
  color: #2d46bb;
  border-bottom: 1px dashed #2d46bb;
  display: inline-block;
}
.geo-phone a {
  color: #000;
  text-decoration: underline;
}
.geo-phone a:hover {
  color: #000;
  text-decoration: none;
}
.geo-pop_back {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.51);
  cursor: pointer;
}
.geo-pop_wrap {
  display: none;
  z-index: 1001;
  position: absolute;
  top: 0;
  left: 50%;
  width: 660px;
  margin: 0 0 0 -330px;
  padding: 12px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.42), 0 -5px 0 #d2d2d2 inset;
}
/*
#city_outgoing {
	display: table;
    width: 100%;
    table-layout: fixed;
}
*/
.geo-pop_hide {
  z-index: 1001;
  cursor: pointer;
  position: absolute;
  top: -9px;
  right: -9px;
  width: 20px;
  height: 20px;
  background: #f6f6f6;
  border-radius: 50%;
  font-size: 12px;
  line-height: 15px;
  color: #4d4d4d;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px 0 0;
  margin: 0 0 0 144px;
  text-align: center;
}
.geo-pop_hide:after {
  content: "X";
}
.geo-pop_wrap ul, .geo-pop_wrap ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.geo-pop_wrap h2 {
  margin: 0 0 12px;
}
.geo-pop_wrap ul {
  vertical-align: top;
  display: inline-block;
  /*width: 33.3%;*/
  /* display: table-cell; */
  width: 125px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 12px 12px 0;
}
.geo-pop_letter {
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 4px 12px;
}
.header-row-2 {
  margin: 20px 0 0;
}
.site-slogan-wrap {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 33%;
  position: absolute;
  top: 15px;
  left: 3px;
  padding: 12px 0 0 0;
}
/* +[common css] */
/* calendar icon */
img.tcalIcon {
  cursor: pointer;
  margin-left: 1px;
  vertical-align: middle;
}
/* calendar container element */
div#tcal {
  position: absolute;
  visibility: hidden;
  z-index: 100;
  width: 158px;
  padding: 2px 0 0 0;
  z-index: 1003;
  color: #000000;
}
/* all tables in calendar */
div#tcal table {
  width: 100%;
  border: 1px solid silver;
  border-collapse: collapse;
  background-color: white;
}
/* navigation table */
div#tcal table.ctrl {
  border-bottom: 0;
}
/* navigation buttons */
div#tcal table.ctrl td {
  width: 15px;
  height: 20px;
}
/* month year header */
div#tcal table.ctrl th {
  background-color: white;
  color: black;
  border: 0;
}
/* week days header */
div#tcal th {
  border: 1px solid silver;
  border-collapse: collapse;
  text-align: center;
  padding: 3px 0;
  font-family: tahoma, verdana, arial;
  font-size: 10px;
  background-color: gray;
  color: white;
}
/* date cells */
div#tcal td {
  border: 0;
  border-collapse: collapse;
  text-align: center;
  padding: 2px 0;
  font-family: tahoma, verdana, arial;
  font-size: 11px;
  width: 22px;
  cursor: pointer;
}
/* date highlight
   in case of conflicting settings order here determines the priority from least to most important */
div#tcal td.othermonth {
  color: silver;
}
div#tcal td.weekend {
  background-color: #ACD6F5;
}
div#tcal td.today {
  border: 1px solid red;
}
div#tcal td.selected {
  background-color: #FFB3BE;
}
/* iframe element used to suppress windowed controls in IE5/6 */
iframe#tcalIF {
  position: absolute;
  visibility: hidden;
  z-index: 98;
  border: 0;
}
/* transparent shadow */
div#tcalShade {
  position: absolute;
  visibility: hidden;
  z-index: 99;
}
div#tcalShade table {
  border: 0;
  border-collapse: collapse;
  width: 100%;
}
div#tcalShade table td {
  border: 0;
  border-collapse: collapse;
  padding: 0;
}
.chechWr {
  margin-bottom: 20px;
}
@media (min-width: 944px) {
  .site-action-form.clp.form-trust {
    height: auto;
  }
  .site-action-form.clp.form-trust form {
    display: flex;
    flex-wrap: wrap;
  }
  .site-action-form.clp.form-trust form > div {
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
  }
  .site-action-form.clp.form-trust .chechWr {
    order: 20;
  }
}
@media (max-width: 943px) {
  .site-trust-us .site-call-back-in .site-action-form {
    height: auto;
    padding-right: 10px;
  }
  .site-trust-us .site-call-back-in .site-action-form form {
    display: flex;
    flex-direction: column;
  }
  .site-trust-us .site-call-back-in .site-action-form form > div {
    width: 100%;
  }
  .site-trust-us .site-call-back-in .site-action-form .chechWr {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .lpc-elements-text-1 * img {
    width: auto !important;
    height: auto !important;
  }
  .lpc-elements-text-1 * img[src*="ico-whatsapp-floating.png"], .lpc-elements-text-1 * img[src*="telegram_2x_version_2014_logo.png"] {
    width: 25px !important;
    height: 25px !important;
  }
}
