/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

p {
  margin-bottom: 10px;
  line-height: 22px;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

textarea:focus, input:focus {
  outline: none;
}

/* End of Eric Meyer's CSS Reset */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  font: 14px/22px Arial, sans-serif;
  height: 100%;
  color: #515761;
  -webkit-font-smoothing: antialiased;
}

.wrapper {
  width: 100%;
  min-width: 980px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

.container {
	position: relative;
	width: 980px;
	margin: 0 auto;
	z-index: 1;
}

.pleft {
  float: left;
}

.pright {
  float: right;
}

.clear {
  float: none;
  clear: both;
}

.bpad {
  padding: 0 15px;
  overflow: hidden;
}

.p10 {
  padding: 0 10px !important;
}

.w100 {
  width: 100%;
}

.text-strong {
  font-weight: bold;
}

.text-italic {
  font-style: italic;
}

.table {
  width: 100%;
}

.table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #E94923;
  font-weight: 700;
  color: #272727;
  text-align: left;
  padding: 5px 19px;
}

.table td {
  padding: 10px 19px;
  vertical-align: middle;
  min-width: 50px;
}

tbody tr:nth-child(2n+1) td, tbody tr:nth-child(2n+1) th:first-child {
  background-color: #F2F2F2;
}

.bord_top {
  border-top: 1px solid #C7C7C7;
}

.products .bord_top {
  border-top: 2px solid #696766;
}

.td_white {
  background-color: transparent !important;
}

#owl-slider img {
  display: block;
  width: 100%;
  height: auto;
}

.table-price td {
  padding: 5px 19px;
}

.th-price, .td-price {
  text-align: center !important;
}

.th-price_roz {
  background-color: #df6729 !important;
  border-bottom: 2px solid #ae3619 !important;
  color: #fff !important;
}

.td-price_roz {
  background-color: #cf6833 !important;
  color: #fff !important;
  font-weight: bold !important;
}

tbody tr:nth-child(2n+1) td.td-price_roz {
  background-color: #df7138 !important;
}

strong, b {
  font-weight: bold;
}

ul li {
  position: relative;
}

.pad_top {
  padding-top: 25px;
}

.mar_top {
  margin-top: 25px;
}

ul.pad_top li {
  margin: 8px 0;
}

.img_center {
  margin: 30px auto;
  display: block;
}

.block_l {
  text-align: center;
  margin-top: 20px;
}

.l_ge {
  padding: 10px;
  border: 2px solid #FF655F;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #FFFFFF;
  overflow: hidden;
  display: inline-block;
}

.l_ge>div {
  float: left;
  margin: 0 5px;
  position: relative;
}

.l_ge .tel_block {
  font-weight: bold;
}

.l_ge .tel_block span {
  display: block;
  line-height: 1;
  text-align: left;
}

.l_ge .answer {
  margin-right: 25px;
}

.l_ge .answer:after {
  content: "";
  border-right: 1px solid #A0A0A0;
  height: 20px;
  top: 7px;
  right: -16px;
  display: block;
  position: absolute;
}

.l_ge .opt_price {
  margin-left: 25px;
}

.l_ge .opt_price:before {
  content: "";
  border-right: 1px solid #A0A0A0;
  height: 20px;
  top: 7px;
  left: -16px;
  display: block;
  position: absolute;
}

a:link, a:visited {
  color: #0098dd;
  outline: none;
  text-decoration: none;
}

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

a.button-white {
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  color: #2F2C2C;
}

a.button-white:hover {
  background: #F1EEE7;
}

a.button-white:active {
  -moz-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.17);
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.17);
}

a.button-bl {
  display: inline-block;
  border-radius: 2px;
  color: #fff;
  background-image: -ms-linear-gradient(top left, #B4B4B4 0%, #949494 100%);
  background-image: -moz-linear-gradient(top left, #B4B4B4 0%, #949494 100%);
  background-image: -o-linear-gradient(top left, #B4B4B4 0%, #949494 100%);
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #B4B4B4), color-stop(1, #949494));
  background-image: -webkit-linear-gradient(top left, #B4B4B4 0%, #949494 100%);
  background-image: linear-gradient(to bottom right, #B4B4B4 0%, #949494 100%);
}

a.button-bl:hover {
  background: #949494;
}

a.button-bl.show, a.button-bl:active {
  -moz-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.17);
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.17);
}

a.button-green {
  display: inline-block;
  border-radius: 2px;
  color: #fff;
  background-image: -ms-linear-gradient(top left, #AFCC4D 0%, #97ad4b 100%);
  background-image: -moz-linear-gradient(top left, #AFCC4D 0%, #97ad4b 100%);
  background-image: -o-linear-gradient(top left, #AFCC4D 0%, #97ad4b 100%);
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #AFCC4D), color-stop(1, #97ad4b));
  background-image: -webkit-linear-gradient(top left, #AFCC4D 0%, #97ad4b 100%);
  background-image: linear-gradient(to bottom right, #AFCC4D 0%, #97ad4b 100%);
}

a.button-green:hover {
  background: #97ad4b;
}

a.button-green.show, a.button-green:active {
  -moz-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.17);
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.17);
}

a.button-blue {
  display: inline-block;
  border-radius: 2px;
  color: #fff;
  background-image: -ms-linear-gradient(top left, #6FA3DC 0%, #44659A 100%);
  background-image: -moz-linear-gradient(top left, #6FA3DC 0%, #44659A 100%);
  background-image: -o-linear-gradient(top left, #6FA3DC 0%, #44659A 100%);
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #6FA3DC), color-stop(1, #44659A));
  background-image: -webkit-linear-gradient(top left, #6FA3DC 0%, #44659A 100%);
  background-image: linear-gradient(to bottom right, #6FA3DC 0%, #44659A 100%);
}

a.button-blue:hover {
  background: #44659A;
}

a.button-blue.show, a.button-blue:active {
  -moz-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.17);
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.17);
}

a.button-red {
  display: inline-block;
  border-radius: 2px;
  color: #fff;
  background-image: -ms-linear-gradient(top left, #FE574D 0%, #FE3023 100%);
  background-image: -moz-linear-gradient(top left, #FE574D 0%, #FE3023 100%);
  background-image: -o-linear-gradient(top left, #FE574D 0%, #FE3023 100%);
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #FE574D), color-stop(1, #FE3023));
  background-image: -webkit-linear-gradient(top left, #FE574D 0%, #FE3023 100%);
  background-image: linear-gradient(to bottom right, #FE574D 0%, #FE3023 100%);
}

a.button-red:hover {
  background: #FE3023;
}

a.button-red.show, a.button-red:active {
  -moz-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.17);
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.17);
}

a.button-telegram {
  display: inline-block;
  font-weight: bold;
  color: #fff;
  background: #2977d3;
  border-radius: 2px;
}

a.button-telegram:hover {
  background: #1464c3;
}

a.button-telegram:active {
  -moz-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.17);
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.17);
}

.small {
  padding: 2px 14px;
}

.large {
  font-size: 14px;
  padding: 6px 20px;
  font-weight: bold;
}

.button-opt {
  width: 400px;
  text-transform: uppercase;
}

h1, h2, h3, h4 {
  color: #000;
  margin-bottom: 8px;
  line-height: 1.4;
}

h1, h2, h3, h4 {
  font-weight: bold;
}

h1 {
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 30px;
}

h2 {
  font-size: 25px;
  margin: 35px 0 35px 0;
  text-align: center;
}

h3 {
  font-size: 16px;
  margin: 0 0 14px 0;
}

.use h3 {
  margin: 0 0 8px 0;
}

.fh1 {
  font-size: 27px;
  line-height: 30px;
  color: #534943;
  margin-bottom: 23px;
  font-weight: bold;
}

.header {
  padding: 15px 0;
  background-color: #fff;
  position: relative;
  z-index: 2;
  border-bottom: 2px solid #e5e5e5;
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

.sam_pipe {
  float: right;
  padding: 2px 0;
}

.sam_pipe span {
  position: relative;
  width: 127px;
  display: inline-block;
  float: left;
  padding: 8px 0 7px;
  margin-right: 10px;
  line-height: 18px;
}

.sam_pipe span:after {
  background: url('../img/icon.png') no-repeat 0 -83px;
  width: 10px;
  height: 33px;
  content: '';
  display: block;
  right: 0;
  top: 50%;
  margin-top: -17px;
  position: absolute;
}

.t_sam_pipe a {
  float: left;
  margin-left: 10px;
  padding: 8px 0;
}

.t_sam_pipe a img {
  border: 2px solid transparent;
  border-radius: 4px;
  transition: all 0.5s ease 0s;
  height: 35px;
}

.t_sam_pipe a:hover img, .t_sam_pipe a.active img {
  border: 2px solid #c6c6c6;
}

.t_sam_pipe {
  display: inline-block;
}

.garant {
  background: #fe3f33;
  color: #fff;
  text-align: center;
  padding: 10px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 17px;
  margin: 2px 5px 5px 2px;
  -moz-box-shadow: 0 1px 2px rgba(158, 139, 139, 0.3);
  -webkit-box-shadow: 0 1px 2px rgba(158, 139, 139, 0.3);
  box-shadow: 0 1px 2px rgba(158, 139, 139, 0.3);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  max-width: 270px;
}

.tel-head {
  position: relative;
  float: left;
  margin-left: 12%;
}

.tel-head:before {
  position: absolute;
  content: '';
  top: 5px;
  left: -37px;
  width: 30px;
  height: 29px;
  background: url('../img/phone.png') no-repeat;
  opacity: .3;
}

.tel-head.email:before {
  left: -32px;
  width: 24px;
  height: 24px;
  background: url('../img/email.png') no-repeat;
}

.tel-head.address:before {
  left: -32px;
  width: 24px;
  height: 24px;
  background: url('../img/email.png') no-repeat;
}

.tel-head span {
  font-weight: bold;
  font-size: 11px;
  line-height: 17px;
}

.tel-head .bold {
  display: block;
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  color: #456699;
}

.tel-head__text {
  font-size: 11px;
  line-height: 15px;
}

.tel-head.address .bold {
  font-size: 13px;
}

.corp {
  padding: 15px 0;
  background: #ffefe7;
  color: #4D4444;
  font-size: 14px;
  text-align: center;
}

.corp a {
  display: inline-block;
}

.logo {
  float: left;
}

.nav-cable {
  height: 38px;
  z-index: 1;
  background-color: #be5722;
  color: #fff;
  position: relative;
  -moz-box-shadow: 0 0 4px rgba(49, 42, 42, 0.39);
  -webkit-box-shadow: 0 0 4px rgba(49, 42, 42, 0.39);
  box-shadow: 0 0 4px rgba(49, 42, 42, 0.39);
}

.nav-cable.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

.nav-cable:before {
  display: block;
  position: absolute;
  background: url('../img/icon.png') no-repeat 0 0;
  height: 38px;
  width: 449px;
  content: '';
  left: 0;
  top: 0;
}

.nav-cable:after {
  display: block;
  position: absolute;
  background: url('../img/icon.png') no-repeat 0 -39px;
  height: 38px;
  width: 449px;
  content: '';
  right: 0;
  top: 0;
}

.nav-top {
  float: left;
}

.nav-top a {
  border-radius: 2px;
  display: block;
  color: #fff;
  font-weight: bold;
  margin: 6px 3px 0 0;
  padding: 2px 14px;
  font-size: 13px;
  transition: all 0.2s ease 0s;
}

.nav-top .current a, .nav-top a:hover {
  background-color: #fff;
  color: #2F2C2C;
}

.icon {
  background: url('../img/icon.png') no-repeat transparent;
}

.logo-mini {
  display: inline-block;
  opacity: 0;
  float: left;
  margin-top: 6px;
  margin-right: 6px;
}

a.add-con {
  margin-top: 6px;
  font-weight: bold;
}

.title-h2 {
  position: relative;
  text-transform: uppercase;
}

.title-h2 span {
  background-color: #fff;
  padding: 0 50px;
  position: relative;
}

.title-h2:before {
  content: "";
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 0;
  height: 2px;
  background-color: #edd7cd;
  margin: 17px 0;
  left: 0;
}

.bg-i .title-h2 span {
  background: #F8F8F8;
}

.bg-i .title-h2:before {
  background-color: #D4D4D4;
}

.img {
  margin: 2px 5px 5px 2px;
  -moz-box-shadow: 0 1px 2px rgba(158, 139, 139, 0.3);
  -webkit-box-shadow: 0 1px 2px rgba(158, 139, 139, 0.3);
  box-shadow: 0 1px 2px rgba(158, 139, 139, 0.3);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.table-type {
  margin-bottom: 20px;
}

.price {
  color: #FF5454;
  font-weight: bold;
}

.title-h1 {
  position: relative;
  font-size: 30px;
  margin: 35px 0 35px 0;
  text-align: center;
}

.title-h1 span {
	position: relative;
  display: inline-block;
  font-size: 30px;
  background: #fff;
  padding: 0 50px;
  text-transform: uppercase;
  margin: 0;
}

.title-h1:before {
	content: "";
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 0;
  height: 1px;
  background-color: #edd7cd;
  margin: 20px 0;
  left: 0;
}

.style-com {
  color: #0098dd;
}

.style-com i {
  color: #FF5C03;
}

.bg-grid {
  border-top: 1px solid #eeeeee;
  margin-top: 30px !important;
  padding-top: 30px;
}

.bg {
  padding-bottom: 30px;
  border-top: 1px solid #eeeeee;
}

.bg-i {
  background: #F8F8F8;
}

.bg-dark {
  background-color: #2B2B2B;
  padding: 20px 0;
  color: #fff;
}

.bg-dark h2, .bg-dark h4 {
  color: #fff;
}

.slider {
  position: relative;
}

.slider img, .banner-responsive {
	max-width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.slider h1 {
  font-size: 24px;
  position: relative;
  display: inline-block;
  z-index: 4;
  color: #fff;
  margin-top: 40px;
  margin-bottom: 10px;
}

.slider .title-h1 h1 {
  background: #4b4a49;
  padding: 7px 17px;
}

.slider .s2 {
  background: #FC4A3F;
  padding: 7px 17px;
  position: relative;
  top: -5px;
}

.slider ul {
  font-size: 16px;
}

.slider ul.style-ac li:before {
  top: 0px;
}

.slider ul.style-ac li {
  margin: 0 0 10px 0;
}

/*.slider:after{background: rgba(0, 0, 0, 0.32) url('../img/pic.png') repeat;content: '';position: absolute;top: 0;width: 100%;height: 100%;}*/
.youtube {
  margin-top: 40px;
  overflow: hidden;
}

.slogan {
  width: 880px;
  position: absolute;
  left: 50%;
  margin-left: -440px;
  z-index: 4;
  text-align: center;
  color: #fff;
  font-size: 25px;
  line-height: 1.6em;
  padding-top: 50px;
}

.slogan span {
  display: block;
  font-size: 19px;
}

ul.col2 {
  overflow: hidden;
}

ul.col2 li {
  margin: 0 29px 4px 0 !important;
  float: left;
  width: 45%;
}

ul.style-ac {
  margin-left: 8px;
  margin-top: 17px;
}

ul.style-ac li {
  margin: 0 0 14px 0;
  padding-left: 22px;
}

ul.style-ac li:before {
  position: absolute;
  top: -1px;
  left: -5px;
  display: block;
  width: 20px;
  height: 14px;
  background: url('../img/icon.png') no-repeat -17px -84px;
  content: '';
}

ul.style-left {
  margin-left: 8px;
  margin-top: 17px;
}

ul.style-left li {
  margin: 0 0 14px 0;
  padding-left: 22px;
}

ul.style-left li:before {
  position: absolute;
  margin-left: -20px;
  display: inline-block;
  margin-top: 10px;
  background: #367DBF;
  width: 10px;
  height: 2px;
  content: "";
}

.ser-all {
  border: 2px solid #ededed;
  padding: 15px;
  border-radius: 4px;
  background: #fff;
  color: #000;
  margin-top: 20px;
}

.ser-item {
  display: block;
  margin-bottom: 20px;
}

.ser-item h4 {
  color: #FF5C03;
  margin-bottom: 2px;
}

.s-but {
  margin: 20px 0;
  display: inline-block;
}

.s-but a {
  margin-right: 30px;
  float: left;
}

/* button whatsapp */
.button-whatsapp {
  position: fixed;
  bottom: 90px;
  right: 20px;
  z-index: 5;
}

.button-whatsapp svg {
  display: block;
}

.footer {
  padding: 20px 0;
  text-align: center;
  background-color: #65676B;
  border-top: 2px solid #A0A0A0;
  color: #fff;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.block-pre {
  display: inline-block;
  width: 200px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.block-pre .pre-1 {
  font-weight: bold;
  display: block;
  padding-left: 10px;
}

.block-pre .pre-2 {
  display: inline-block;
  background: #FF5C03;
  padding: 0 10px;
  color: #fff;
  font-size: 25px;
  line-height: 35px;
  font-weight: bold;
}

.block-pre .pre-3 {
  font-weight: bold;
  display: block;
  padding-left: 10px;
}

.reviews {
  margin: 0 0 40px 0;
}

.reviews .comment {
  margin: 0 20px;
  position: relative;
}

.reviews .comment .item-comment {
  border: 3px solid #FF5C03;
  -moz-box-shadow: 0 0 10px rgba(110, 87, 75, 0.25);
  -webkit-box-shadow: 0 0 10px rgba(110, 87, 75, 0.25);
  box-shadow: 0 0 10px rgba(110, 87, 75, 0.25);
  padding: 20px;
}

.reviews .comment .item-comment:after {
  content: "";
  position: absolute;
  background: url('../img/icon.png') 0 -63px no-repeat;
  width: 17px;
  height: 17px;
  bottom: 24px;
  left: 35px;
}

.reviews .comment .author {
  margin-top: 20px;
}

.map {
  position: relative;
}

.footer-phone {
  text-align: center;
  margin: 20px 0 50px;
}

.footer-phone__number {
  font-size: 24px;
  font-weight: bold;
}

.contact {
  position: absolute;
  top: 50px;
  background: #FFF;
  margin: 0px;
  z-index: 1;
  width: 950px;
  box-shadow: 0 0 4px rgba(72, 72, 72, 0.3);
}

.contact p {
  margin-bottom: 0;
}

.icon-ins {
  display: inline-block;
  margin: 0 30px;
}

.icon-ins .icon-note {
  font-size: 12px;
  color: #8A99AD;
}

.icon-ins i {
  background-position: -47px -84px;
  display: block;
  width: 26px;
  height: 34px;
  content: '';
  margin: 0 auto 10px;
}

.icon-ins.border {
  border-right: 1px solid #D1DADD;
  padding-right: 64px;
}

#instruction {
  text-align: center;
  padding: 50px 0;
}

/*Form*/
.form-row {
  position: relative;
  font-size: 14px;
}

.form-row div {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 0;
}

.form-row .form-label {
  width: 180px;
}

.form-row input[type='text'], .form-row textarea {
  color: #000;
  padding: 10px;
  border: 1px solid #D5D5D5;
  width: 300px;
  font-size: 14px;
}

.form-row input[type='submit'] {
  cursor: pointer;
  border: none;
  border-radius: 2px;
  background-image: -ms-linear-gradient(top left, #FF8C6A 0%, #E94923 100%);
  background-image: -moz-linear-gradient(top left, #FF8C6A 0%, #E94923 100%);
  background-image: -o-linear-gradient(top left, #FF8C6A 0%, #E94923 100%);
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #FF8C6A), color-stop(1, #E94923));
  background-image: -webkit-linear-gradient(top left, #FF8C6A 0%, #E94923 100%);
  background-image: linear-gradient(to bottom right, #FF8C6A 0%, #E94923 100%);
  color: #fff;
  font-size: 14px;
  padding: 7px 30px;
}

.form-row input[type='submit']:hover {
  background: #EF592B;
}

.form-row input[type='submit']:active {
  -moz-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.17);
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.17);
}

.form-row input[type="submit"][disabled] {
  opacity: 0.5;
  pointer-events: none;
}

.form-row input.error {
  border: 1px solid #FF6969;
}

.fh1 {
  font-size: 22px;
  color: #534943;
  margin-bottom: 20px;
}

#order_popup, #consult_popup, #callme_popup, #opt_popup, #answer_popup {
  width: 700px;
  padding: 60px 70px;
  background: #fff;
  border-radius: 2px;
}

#order_popup .order_popup_close, #consult_popup .consult_popup_close, #callme_popup .callme_popup_close, #opt_popup .opt_popup_close, #answer_popup .answer_popup_close {
  background: url('../img/icon.png') -91px -83px no-repeat;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 16px;
  height: 16px;
  z-index: 1;
  cursor: pointer;
}

#order_popup .order_popup_close:hover, #consult_popup .consult_popup_close:hover, #callme_popup .callme_popup_close:hover, #opt_popup .opt_popup_close:hover, #answer_popup .answer_popup_close:hover {
  background: url('../img/icon.png') -91px -101px no-repeat;
}

/*Tabs*/
#tabs {
  margin: 0 auto;
  margin-bottom: 40px;
}

#tabs>ul {
  margin-bottom: 20px;
}

#tabs>ul>li {
  display: inline-block;
  margin: 0 12px 0 0;
}

#tabs>ul>li.last-child {
  margin: 0;
}

#tabs>ul>li>a {
  display: block;
  text-decoration: none;
  color: #fff;
  position: relative;
}

#tabs>ul>li>a img {
  border: 4px solid #edeae8;
}

#tabs>ul>li>a:hover img {
  border: 4px solid #bebebe;
}

#tabs .tabulous_active img {
  border: 4px solid #FC4A3F;
  -webkit-box-shadow: 0 0 18px 2px rgba(209, 69, 69, 0.47);
  -moz-box-shadow: 0 0 18px 2px rgba(209, 69, 69, 0.47);
  box-shadow: 0 0 18px 2px rgba(209, 69, 69, 0.47);
}

#tabs_container {
  overflow: hidden;
  position: relative;
  text-align: left;
  margin-top: 30px;
}

.tabname {
  position: absolute;
  bottom: 15px;
  left: 4px;
  padding: 7px 10px;
  background: #fff;
  font-weight: bold;
  font-size: 14px;
  color: #515761;
}

.tabulous_active .tabname {
  background: #FC4A3F;
  color: #fff;
}

.table_pl td {
  padding: 10px 7px !important;
  vertical-align: middle;
  min-width: 30px;
}

.mat-sec {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 40px;
}

.mat-sec>ul {
  margin-bottom: 20px;
  display: inline-block;
  border: 2px solid #97ad4b;
  border-radius: 6px;
  padding: 1px;
}

.mat-sec>ul>li>a {
  text-decoration: none;
  -webkit-transition: color .2s, background-color .2s;
  transition: color .2s, background-color .2s;
  display: block;
  padding: 7px 20px;
  color: #000;
  font-weight: bold;
  text-align: center;
}

.mat-sec>ul>li {
  float: left;
  border-radius: 3px;
}

.mat-sec .tabulous_active:hover, .mat-sec .tabulous_active {
  background-image: -ms-linear-gradient(top left, #AFCC4D 0%, #97ad4b 100%);
  background-image: -moz-linear-gradient(top left, #AFCC4D 0%, #97ad4b 100%);
  background-image: -o-linear-gradient(top left, #AFCC4D 0%, #97ad4b 100%);
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #AFCC4D), color-stop(1, #97ad4b));
  background-image: -webkit-linear-gradient(top left, #AFCC4D 0%, #97ad4b 100%);
  background-image: linear-gradient(to bottom right, #AFCC4D 0%, #97ad4b 100%);
  color: #fff;
  border-radius: 5px;
}

.mat-sec>ul>li>a:hover {
  color: #d12b0b;
}

span.v {
  background: url('../img/icon.png') no-repeat -17px -84px;
  display: inline-block;
  width: 20px;
  height: 14px;
}

.num_li {
  background: #F10F0F;
  padding: 2px 6px;
  color: #fff;
  height: 20px;
  margin-right: 6px;
  width: 20px;
  display: inline-block;
  border-radius: 20px;
}

.transition {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
  -ms-transition-delay: .3s;
  transition-delay: .3s;
}

.make_transist {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.hidescale {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
}

.showscale {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
  -ms-transition-delay: .3s;
  transition-delay: .3s;
}

.hideleft {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

.showleft {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
  -ms-transition-delay: .3s;
  transition-delay: .3s;
}

.hidescaleup {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

.showscaleup {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
  -ms-transition-delay: .3s;
  transition-delay: .3s;
}

.hideflip {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: rotatey(-90deg) scale(1.1);
  -moz-transform: rotatey(-90deg) scale(1.1);
  -o-transform: rotatey(-90deg) scale(1.1);
  -ms-transform: rotatey(-90deg) scale(1.1);
  transform: rotatey(-90deg) scale(1.1);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.showflip {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
  -ms-transition-delay: .3s;
  transition-delay: .3s;
  -webkit-transform: rotatey(0deg) scale(1);
  -moz-transform: rotatey(0deg) scale(1);
  -o-transform: rotatey(0deg) scale(1);
  -ms-transform: rotatey(0deg) scale(1);
  transform: rotatey(0deg) scale(1);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.tabulousclear {
  display: block;
  clear: both;
}

/* Simple Grid
Author - Dallas Bass */
[class*='col-'] {
  float: left;
  padding-right: 30px;
  /* column-space */
}

.grid {
  width: 100%;
  /* max-width: 1140px; */
  min-width: 755px;
  margin: 0 auto;
  overflow: hidden;
  display: block;
  padding-bottom: 20px;
}

.grid:after {
  content: "";
  display: table;
  clear: both;
}

.grid-pad {
  padding-top: 30px;
  padding-left: 30px;
  /* grid-space to left */
  padding-right: 0px;
  /* grid-space to right: (grid-space-left - column-space) e.g. 20px-20px=0 */
}

/* Content Columns */
.col-1-1 {
  width: 100%;
}

.col-2-3, .col-8-12 {
  width: 66.66%;
}

.col-1-2, .col-6-12 {
  width: 50%;
}

.col-1-3, .col-4-12 {
  width: 33.33%;
}

.col-1-4, .col-3-12 {
  width: 25%;
}

.col-1-5 {
  width: 20%;
}

.col-1-6, .col-2-12 {
  width: 16.667%;
}

.col-1-7 {
  width: 14.28%;
}

.col-1-8 {
  width: 12.5%;
}

.col-1-9 {
  width: 11.1%;
}

.col-1-10 {
  width: 10%;
}

.col-1-11 {
  width: 9.09%;
}

.col-1-12 {
  width: 8.33%
}

/* Layout Columns */
.col-11-12 {
  width: 91.66%
}

.col-10-12 {
  width: 83.333%;
}

.col-9-12 {
  width: 75%;
}

.col-5-12 {
  width: 41.66%;
}

.col-7-12 {
  width: 58.33%
}

//
#map {
  height: 400px;
}

#nav li {
  list-style-type: none;
  text-align: center;
  display: inline;
  float: left;
}

#nav2 li {
  list-style-type: none;
  text-align: center;
  display: inline;
}

.popupSlider {
  margin-top: 38px;
}

.products {
  margin: 35px 0;
}

.products tbody tr:nth-child(2n+1) td, .products tbody tr:nth-child(2n+1) th:first-child {
  background-color: transparent;
}

.products img {
  width: 170px;
}

.button-city {
  text-align: center;
  padding: 5px 10px;
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
}

.button-city span {
  display: block;
  font-size: 10px;
}

.city-item {
  font-size: 15px;
  margin-top: 14px;
}

.city-item span {
  font-size: 19px;
  font-weight: bold;
  color: #d93127;
}

.footer a {
  color: #fff;
}

.block-agreement {
  font-size: 12px;
  line-height: 16px;
  color: #999;
}

.block-agreement_margin {
  margin: 15px 0;
}

.agreement {
  padding-bottom: 30px;
}

.ol-list {
  list-style: none;
  counter-reset: section;
  margin: 0 0 14px;
}

.ol-list li {
  position: relative;
  margin: 15px 0 0 10px;
  padding: 0 0 0 30px;
}

.ol-list li:first-child {
  margin-top: 0;
}

.ol-list li:before {
	position: absolute;
  top: 0;
  left: 0;
	counter-increment: section;
	content: counter(section) ". ";
  font-size: 26px;
  line-height: 1;
  font-weight: bold;
  color: #e42020; /*#217d36*/
}

.ol-list_big {
	font-size: 18px;
	line-height: 26px;
}

.ol-list_big li {
	margin-top: 25px;
	padding-left: 55px;
}

.ol-list_big li:before {
	font-size: 34px;
	top: -4px;
}

.ol-list_item-5 {
	counter-reset: section 4;
}

.ol-list_item-7 {
	counter-reset: section 6;
}

.ol-list_2 {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
}

.banner-block {
	margin: 30px 0;
}
