@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap&subset=cyrillic,cyrillic-ext');
.up {
  text-transform: uppercase;
}
.none {
  text-decoration: none;
}
.th {
  font-weight: 100;
}
.el {
  font-weight: 200;
}
.l {
  font-weight: 300;
}
.reg {
  font-weight: 400;
}
.med {
  font-weight: 500;
}
.sb {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.eb {
  font-weight: 800;
}
.black {
  font-weight: 900;
}
.un {
  text-decoration: underline;
}
.in {
  display: inline-block;
}
.vam {
  vertical-align: middle;
}
.rel {
  position: relative;
}
.bl {
  display: block;
}
.abs {
  position: absolute;
}
.tr {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.try {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.trx {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.tc {
  display: table-cell;
  vertical-align: middle;
}
.dn {
  display: none;
}
.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.taj {
  text-align: justify;
}
.it {
  font-style: italic;
}
.sn {
  font-style: normal;
}
.popup {
  position: fixed;
  width: 120%;
  height: 100%;
  left: -10%;
  top: 0;
  overflow-y: scroll;
  background: rgba(1, 1, 1, 0.7);
  z-index: 11;
  display: none;
}
.b0 {
  border: 0;
}
.bn {
  background: none;
}
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
.wa {
  width: auto;
}
.p0 {
  padding: 0;
}
.m0 {
  margin: 0;
}
.poi {
  cursor: pointer;
}
.auto {
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}
.noup {
  text-transform: none;
}
.fix {
  position: fixed;
}
.tn {
  -webkit-transform: none;
          transform: none;
}
.bf {
  background: #fff;
}
.cf {
  color: #fff;
}
.c0 {
  color: #262626;
}
.ap {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
body,
html {
  width: 100%;
  height: 100%;
}
body {
  background: url('/t/i/bg.jpg');
  overflow-x: hidden;
}
body,
th,
td {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #262626;
}
body,
form,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
img,
table {
  border: none;
}
table {
  border-collapse: collapse;
}
table td {
  padding: 0;
}
a {
  color: #262626;
  cursor: pointer;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
a:hover {
  text-decoration: none;
}
input,
textarea,
button,
select {
  margin: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  border: 0;
  font-family: 'Montserrat', sans-serif;
}
button,
input[type='submit'] {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
  border: 0;
}
ol,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
img {
  max-width: 100%;
}
.an {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.an2 {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
section,
header,
footer,
nav,
main {
  display: block;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.btn.btn-danger {
  border-radius: 0;
  height: 50px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  background: #c90c18;
  text-transform: uppercase;
}
a.btn.btn-danger {
	line-height:40px;
}



.btn.btn-danger:hover {
  background: #e81b28;
}
.btn.btn-reset {
  border-radius: 0;
  height: 50px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  background: #fff;
  text-transform: uppercase;
  color: #c90c18;
  border: 2px solid #c90c18;
}
.btn.btn-reset:hover {
  border: 2px solid #e81b28;
  color: #fff;
}
.btn.btn-disabled {
  border-radius: 0;
  height: 50px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  background: #c4c5c6!important;
  cursor: default;
}
.container-fluid {
/*  background: #fff;
  max-width: 1524px;
  padding: 0;
  -webkit-box-shadow: rgba(1, 1, 1, 0.3) 0 0 30px;
          box-shadow: rgba(1, 1, 1, 0.3) 0 0 30px;*/
}
.container-fluid .wrap {
  padding: 0 100px;
}
.top-menu {
  padding: 20px 0;
  -webkit-box-shadow: rgba(1, 1, 1, 0.05) 0 0 10px;
          box-shadow: rgba(1, 1, 1, 0.05) 0 0 10px;
  position: relative;
}
.top-menu ul li a {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 10px;
}
.top-menu ul li a:hover {
  color: #c90c18;
}
.header {
  background: #f3f4f6;
  padding: 20px 0 25px;
}
.header .logo-text {
  font-size: 12px;
  color: #757575;
  font-style: italic;
  padding-top: 45px;
}
.header .phone {
  text-align: center;
  padding-top: 25px;
}
.header .phone .top-phone {
  font-weight: 600;
  font-size: 22px;
}

.header .phone .top-callback {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #c90c18;
  text-decoration: underline;
  margin-top: -3px;
}
.header .contacts-link {
  display: block;
  text-decoration: underline;
  padding-top: 15px;
}
.header .contacts-link:hover {
  color: #c90c18;
}
.header button {
  width: 224px;
  margin-top: 27px;
}
.header .icons {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 23px;
  color: #757575;
  padding-top: 5px;
  display:block;
}
.header .icons img {
  vertical-align: middle;
  margin: -2px 8px 0 0;
}
.header .menu-button {
  cursor: pointer;
  width: 50px;
  height: 46px;
  background: url('/t/i/menu-button.png');
  display: none;
}
.header .menu-button.active {
  background: url('/t/i/menu-button2.png');
}
.header form {
  margin: 20px 0;
  position: relative;
}
.header form input[type='text'] {
  width: 100%;
  font-size: 16px;
  padding: 0 60px 0 20px;
  height: 50px;
  border: 1px solid #f0eded;
  -webkit-box-shadow: rgba(1, 1, 1, 0.02) 0 0 10px;
          box-shadow: rgba(1, 1, 1, 0.02) 0 0 10px;
}
.header form button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  width: 19px;
  height: 19px;
  background: url('/t/i/submit.png') no-repeat center;
  margin: 0;
  display: block;
}
.header .mobile-menu {
  display: none;
}
.header .index-page-slider .item {
  height: 446px;
  position: relative;
}
.header .index-page-slider .item .content {
  width: 620px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 55px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 100px;
  background: rgba(1, 1, 1, 0.5);
  color: #fff;
}

.header .index-page-slider .item .content.onleft {  left: 100px;right:auto }
.header .index-page-slider .item .content.onright { right: 100px;left:auto }


.header .index-page-slider .item .content h2 {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 28px;
  margin-bottom: 20px;
}
.header .index-page-slider .item .content a {
 /* width: 224px;*/
  margin-top: 40px;
  line-height:40px;
}
.header .index-page-slider .slick-prev,
.header .index-page-slider .slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 0;
  z-index: 2;
  margin: 0;
  outline: none;
}
.header .index-page-slider .slick-prev {
  left: 30px;
  background: url('/t/i/prev.png');
}
.header .index-page-slider .slick-next {
  right: 30px;
  background: url('/t/i/next.png');
}
.header .index-page-slider .slick-dots {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 25px;
}
.header .index-page-slider .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.header .index-page-slider .slick-dots li.slick-active button {
  background: #c90c18;
}
.header .index-page-slider .slick-dots li button {
  padding: 0;
  font-size: 0;
  z-index: 2;
  width: 10px;
  height: 10px;
  background: #7f7f7f;
  display: inline-block;
}
.index-popular {
  background: #fff;
}
.index-popular .flex {
  padding: 25px 0;
}
.index-popular .block-name {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 28px;
}
.index-popular .slider-nav {
  width: 76%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 45px;
}
.index-popular .slider-nav .item {
  font-weight: 500;
  text-transform: uppercase;
  color: #999999;
  padding: 8px 20px;
  cursor: pointer;
  position: relative;
}
.index-popular .slider-nav .item.slick-current {
  color: #c90c18;
/*  font-weight: 700; */
}
.index-popular .slider-nav .item.slick-current span {
  border-bottom: 2px solid #c90c18;
}
.index-popular .slider-nav .item:hover {
  color: #c90c18;
}
.index-popular .slider-nav .item span {
  display: inline-block;
  padding: 2px 0;
}
.index-popular .slider-nav .slick-prev,
.index-popular .slider-nav .slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 22px;
  padding: 0;
  font-size: 0;
  z-index: 2;
  margin: 0;
  outline: none;
}
.index-popular .slider-nav .slick-prev {
  left: 30px;
  background: url('/t/i/prev2.png');
}
.index-popular .slider-nav .slick-next {
  right: 30px;
  background: url('/t/i/next2.png');
}
.index-popular .slider-for .item {
  height:410px;
  position: relative;
}
.index-popular .slider-for .item .content {
  width: 430px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 55px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 100px;
  background: rgba(255, 255, 255, 0.9);
}
.index-popular .slider-for .item .content p {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 30px;
}
.index-popular .slider-for .item .content a {
  display: block;
  margin-top: 20px;
  color: #5a5a5a;
  font-weight: 500;
  font-size: 18px;
}
.index-popular .slider-for .item .content a:hover {
  color: #c90c18;
}
.index-catalog {
  background: #f3f4f6;
  padding-bottom: 40px;
}
.index-catalog .block-name {
  text-align: center;
  font-weight: 700;
  font-size: 28px;
  padding: 50px 0;
  text-transform: uppercase;
}
.index-catalog .block-name span {
  position: relative;
}
.index-catalog .block-name span:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 70px;
  height: 2px;
  background: #c90c18;
  left: -100px;
}
.index-catalog .block-name span:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 70px;
  height: 2px;
  background: #c90c18;
  right: -100px;
}
.index-catalog form .left-block {
  width: 36.5%;
  margin-bottom: 25px;
}
.index-catalog form .left-block .field {
  position: relative;
}
.index-catalog form .left-block .field input[type='text'] {
  width: 100%;
  font-size: 16px;
  padding: 0 60px 0 20px;
  height: 50px;
  border: 1px solid #d3d0d0;
}
.index-catalog form .left-block .field button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  width: 19px;
  height: 19px;
  background: url('/t/i/submit.png') no-repeat center;
  margin: 0;
}
.index-catalog form .left-block .field .links {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 8px;
}
.index-catalog form .left-block .field .links div {
  color: #fff;
  background: #c90c18;
  padding: 6px 10px;
}
.index-catalog form .left-block .field .links div .delete {
  font-size: 11px;
  color: #efb0b4;
  margin-left: 5px;
}
.index-catalog form .left-block .field .links .add {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 100%;
  margin-left: 10px;
  color: #ababab;
  white-space: nowrap;
}
.index-catalog form .left-block .help-links {
  padding: 10px 0 0 8px;
  font-size: 12px;
  color: #8a8a8a;
}
.index-catalog form .left-block .help-links a {
  color: #8a8a8a;
  border-bottom: 1px dotted #8a8a8a;
}
.index-catalog form select {
  /*width: 20%;*/
  padding: 0 30px 0 10px;
  height: 50px;
  background: #ffffff url('/t/i/select.png') no-repeat right 10px top 50%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #d3d0d0;
}

.filter-form .form-control { height:50px;border-radius:0;box-shadow:none!important;font-size:0.8rem; }
.filter-form .select2-container,.filter-form .select2 { font-size:0.8rem;text-transform: capitalize; }
.filter-form span.select2 { height:50px!important; }
.filter-form .select2-container--rp .select2-selection { height:50px!important; }
.filter-form .select2-container--rp .select2-selection--single .select2-selection__rendered { height:48px!important;padding-top:8px;color:#495057;padding-right:30px;background: #ffffff url(/t/i/select.png) no-repeat right 10px top 50%; }
.filter-form .select2-container--rp .select2-selection--single .select2-selection__arrow b{ display:none; }


.index-catalog .col5 {
  width: 40.5%;
}
.index-catalog .col7 {
  width: 55%;
}
.index-catalog .col7.big {
  width: 58%;
}
.index-catalog .col2 {
  width: 16%;
}
.index-catalog .col4 {
  width: 31.5%;
}
.index-catalog .col4big {
  width: 65.5%;
}
.index-catalog .col6 {
  width: 48%;
}
.index-catalog .item {
  height: 174px;
  margin-bottom: 20px;
  position: relative;
}
.index-catalog .item.disc:hover:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 25%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.4)), to(transparent));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), transparent);
}
.index-catalog .item:hover .link a {
  text-decoration: underline;
}
.index-catalog .item.big {
  height: 368px;
}
.index-catalog .item.big .link {
  height: 88px;
}
.index-catalog .item.big .link a {
  padding: 0 30px;
  font-size: 18px;
  line-height: 22px;
}
.index-catalog .item .link {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 64px;
  background: rgba(1, 1, 1, 0.7);
}
.index-catalog .item .link a {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  padding: 0 20px;
  font-weight: 500;
  color: #fff;
  line-height: 18px;
}
.index-catalog .item .badge {
  position: absolute;
  left: -5px;
  top: 10px;
  font-weight: 500;
  font-size: 16px;
  background: #c90c18;
  padding: 10px 18px;
  color: #fff;
  border-radius: 0;
}
.index-catalog .item .discount {
  position: absolute;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  left: 0;
  padding: 10px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  color: #454444;
}
.index-catalog .item .discount.big {
  font-size: 18px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 30px;
}
.index-catalog .item .discount.big span {
  font-size: 30px;
  margin-bottom: -5px;
}
.index-catalog .item .discount span {
  display: block;
  font-size: 27px;
  color: #c90c18;
}
.index-catalog .item2 {
  background: #fff;
  margin-bottom: 20px;
  height: 368px;
  border-top: 3px solid #c90c18;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}
.index-catalog .item2:hover p {
  color: #c90c18;
  text-decoration: underline;
  cursor: pointer;
}
.index-catalog .item2 .photo {
  text-align: center;
  padding: 15px 0 30px;
}
.index-catalog .item2 p {
  text-align: center;
  font-weight: 500;
  margin-bottom: 15px;
}
.index-catalog .item2 .info {
  font-size: 10px;
  color: #7d7d7d;
  line-height: 26px;
}
.index-catalog .item2 .info img {
  vertical-align: middle;
  margin: -2px 4px 0 0;
  zoom: .9;
}
.index-catalog .button {
  text-align: center;
  padding: 30px 0 50px;
}
.index-catalog .button button {
  width: 430px;
}
.index-catalog .params {
  margin-bottom: 30px;
}
.index-catalog .params span {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  margin-right: 10px;
}
.index-catalog .params p {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 10px;
}
.group-select {
  padding-bottom: 80px;
  -webkit-box-shadow: rgba(1, 1, 1, 0.05) 0 0 10px;
          box-shadow: rgba(1, 1, 1, 0.05) 0 0 10px;
  position: relative;
}
.group-select .block-name {
  text-align: center;
  font-weight: 700;
  font-size: 28px;
  padding: 50px 0;
  text-transform: uppercase;
}
.group-select .block-name span {
  position: relative;
}
.group-select .block-name span:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 70px;
  height: 2px;
  background: #c90c18;
  left: -100px;
}
.group-select .block-name span:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 70px;
  height: 2px;
  background: #c90c18;
  right: -100px;
}
.group-select .flex .item {
  width: 25%;
  text-align: center;
  padding: 40px;
}
.group-select .flex .item:nth-child(1) {
  background: #f5f5f6;
}
.group-select .flex .item:nth-child(2) {
  background: #f0f0f0;
}
.group-select .flex .item:nth-child(3) {
  background: #ebebeb;
}
.group-select .flex .item:nth-child(4) {
  background: #e5e5e5;
}
.group-select .flex .item:hover img {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}
.group-select .flex .item img {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.group-select .flex .item .name {
  font-weight: 500;
  text-transform: uppercase;
  padding: 30px 0;
}
.group-select .flex .item .line {
  display: inline-block;
  margin-bottom: 30px;
  width: 30px;
  height: 2px;
  background: #262626;
}
.group-select .flex .item ul {
  text-align: left;
}
.group-select .flex .item ul li {
  margin-bottom: 10px;
  font-size: 12px;
  color: #7d7d7d;
  padding-left: 15px;
  position: relative;
}
.group-select .flex .item ul li:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #c90c18;
  left: 0;
  top: 7px;
}
.index-gallery {
  padding-bottom: 30px;
  background: #f3f4f6;
}
.index-gallery .block-name {
  text-align: center;
  font-weight: 700;
  font-size: 28px;
  padding: 50px 0 40px;
  text-transform: uppercase;
}
.index-gallery .block-name span {
  position: relative;
}
.index-gallery .block-name span:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 70px;
  height: 2px;
  background: #c90c18;
  left: -100px;
}
.index-gallery .block-name span:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 70px;
  height: 2px;
  background: #c90c18;
  right: -100px;
}
.index-gallery .tabNavigation {
  margin-bottom: 40px;
  text-align: center;
}
.index-gallery .tabNavigation li {
  display: inline-block;
  margin: 0 20px 10px 20px;
}
.index-gallery .tabNavigation li a {
  font-weight: 500;
  text-transform: uppercase;
  color: #999999;
  cursor: pointer;
  position: relative;
  padding: 2px 0;
}
.index-gallery .tabNavigation li a:hover {
  color: #c90c18;
}
.index-gallery .tabNavigation li a.selected {
  color: #c90c18;
  font-weight: 700;
  border-bottom: 2px solid #c90c18;
}
.index-gallery .slider {
  display: none;
}
.index-gallery .slider img {
  width: 100%;
}
.index-gallery .slider .slick-prev,
.index-gallery .slider .slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 0;
  z-index: 2;
  margin: 0;
  outline: none;
}
.index-gallery .slider .slick-prev {
  left: 15px;
  background: url('/t/i/prev.png');
}
.index-gallery .slider .slick-next {
  right: 15px;
  background: url('/t/i/next.png');
}
.index-gallery .item {
  margin-bottom: 20px;
}
.index-gallery .item img {
  width: 100%;
}
.index-gallery .button {
  text-align: center;
  padding: 30px 0;
}
.index-gallery .button button {
  width: 380px;
}
.index-news {
  background: #fff;
  -webkit-box-shadow: rgba(1, 1, 1, 0.05) 0 0 10px;
          box-shadow: rgba(1, 1, 1, 0.05) 0 0 10px;
  position: relative;
  padding-bottom: 10px;
}
.index-news .block-name {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 28px;
  padding: 40px 0;
}
.index-news .block-name a {
  font-weight: 600;
  font-size: 12px;
  color: #c90c18;
  margin: -2px 0 0 30px;
}
.index-news .col4 {
  width: 32%;
}
.index-news .col9 {
  width: 74%;
}
.index-news .col3 {
  width: 24%;
}
.index-news .item {
  margin-bottom: 30px;
}
.index-news .item:hover .content .name {
  color: #c90c18;
  text-decoration: underline;
}
.index-news .item img {
  width: 100%;
}
.index-news .item .content {
  border: 1px solid #f0eded;
  border-top: 0;
  padding: 45px 30px 30px 30px;
  position: relative;
}
.index-news .item .content .date {
  font-weight: 500;
  font-size: 16px;
  background: #c90c18;
  padding: 10px 15px 8px 15px;
  left: 30px;
  top: -22px;
  position: absolute;
  color: #fff;
}
.index-news .item .content .name {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 20px;
  cursor: pointer;
}
.index-news .item .content p {
  color: #5a5a5a;
  margin-bottom: 15px;
}
.index-news .item .content a {
  font-weight: 600;
  font-size: 12px;
  color: #c90c18;
  text-transform: uppercase;
}
.index-news .facebook {
  margin-bottom: 30px;
}
.subscribe-block {
  background: #f3f4f6;
  padding: 60px 0;
}
.subscribe-block .col5 {
  width: 44%;
}
.subscribe-block .col7 {
  width: 54%;
}
.subscribe-block .name {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  color: #999999;
}
.subscribe-block .name span {
  display: block;
  font-weight: 700;
  font-size: 28px;
  color: #262626;
  margin-top: -10px;
}
.subscribe-block form input[type='text'] {
  width: 100%;
  font-size: 16px;
  padding: 0 60px 0 20px;
  height: 50px;
  border: 1px solid #f0eded;
  -webkit-box-shadow: rgba(1, 1, 1, 0.02) 0 0 10px;
          box-shadow: rgba(1, 1, 1, 0.02) 0 0 10px;
}
.subscribe-block form button {
  width: 100%;
}
.index-tv {
  background: #fff;
  -webkit-box-shadow: rgba(1, 1, 1, 0.05) 0 0 10px;
          box-shadow: rgba(1, 1, 1, 0.05) 0 0 10px;
  position: relative;
  padding-bottom: 80px;
}
.index-tv.inner {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.index-tv .block-name {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 28px;
  padding: 40px 0;
}
.index-tv .block-name b {
  font-weight: 700;
}
.index-tv .block-name span {
  color: #c90c18;
}
.index-tv .block-name a {
  font-weight: 600;
  font-size: 12px;
  color: #c90c18;
  margin: -2px 0 0 30px;
}
.index-tv .video {
  margin-bottom: 20px;
}
.index-tv .video img {
  width: 100%;
}
.index-tv .col4 {
  width: 31%;
}
.index-tv .instruction {
  margin-bottom: 25px;
}
.index-tv .instruction:hover a {
  color: #c90c18;
}
.index-tv .instruction img {
  width: 100%;
}
.index-tv .instruction a {
  display: block;
  line-height: 18px;
  padding: 15px 20px;
  color: #5a5a5a;
}
.index-tv .discount-block {
  height: 130px;
  background: url('/t/i/discount.jpg') left center / cover;
  margin-top: 40px;
  position: relative;
}
.index-tv .discount-block:hover:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 25%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.4)), to(transparent));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), transparent);
}
.index-tv .discount-block div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 38%;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  color: #454444;
}
.index-tv .discount-block div span {
  font-size: 30px;
  color: #c90c18;
}
.index-tv .discount-block button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 70px;
  width: 200px;
}
.index-tv .button {
  text-align: center;
  padding: 20px 0 0 0;
  display: none;
}
.index-tv .button button {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  background: #c90c18;
  width: 320px;
  height: 50px;
  text-transform: uppercase;
}
.index-tv .button button:hover {
  background: #e81b28;
}
.index-reviews {
  background: #f3f4f6;
}
.index-reviews .block-name {
  text-align: center;
  font-weight: 700;
  font-size: 28px;
  padding: 50px 0 60px;
  text-transform: uppercase;
}
.index-reviews .block-name span {
  position: relative;
}
.index-reviews .block-name span:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 70px;
  height: 2px;
  background: #c90c18;
  left: -100px;
}
.index-reviews .block-name span:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 70px;
  height: 2px;
  background: #c90c18;
  right: -100px;
}
.index-reviews .item {
  margin-bottom: 30px;
}
.index-reviews .item .text {
  background: #fff;
  font-style: italic;
  color: #777777;
  padding: 40px 25px 25px 25px;
  margin-bottom: 15px;
  position: relative;
}
.index-reviews .item .text:before {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  background: url('/t/i/quote.jpg');
  left: 25px;
  top: -16px;
}
.index-reviews .item .text img {
  position: absolute;
  top: -50px;
  left: 57px;
}
.index-reviews .item .author {
  color: #999999;
  font-size: 12px;
}
.index-reviews .item .author span {
  font-weight: 600;
  text-transform: uppercase;
  color: #262626;
  font-size: 14px;
  margin-right: 5px;
}
.index-reviews .button {
  text-align: center;
  padding: 20px 0 80px;
  border-bottom: 1px solid #e3e3e3;
}
.index-reviews .button button {
  width: 360px;
}
.bottom-page-block {
  background: #f3f4f6;
  padding: 30px 0;
}
.bottom-page-block .docs p {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 20px;
}
.bottom-page-block .subscribe {
  padding-left: 50px;
}
.bottom-page-block .subscribe .name {
  font-size: 12px;
  color: #999999;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.bottom-page-block .subscribe .name span {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  color: #262626;
  margin-bottom: 5px;
}
.bottom-page-block .subscribe form input[type='text'] {
  width: 100%;
  font-size: 16px;
  padding: 0 20px;
  height: 50px;
  border: 1px solid #f0eded;
  -webkit-box-shadow: rgba(1, 1, 1, 0.02) 0 0 10px;
          box-shadow: rgba(1, 1, 1, 0.02) 0 0 10px;
}
.bottom-page-block .subscribe form button {
  width: 100%;
}
.bottom-page-block .subscribe p {
  padding-top: 15px;
  font-size: 12px;
  color: #999999;
}
.bottom-page-block .subscribe p a {
  color: #c90c18;
  text-decoration: underline;
}
.footer {
  background: #fff;
  padding-top: 50px;
}
.footer .wral {
  position: relative;
}
.footer .mobile-menu {
  display: none;
}
.footer .menu-button {
  position: absolute;
  top: 40px;
  right: 0px;
  width: 50px;
  height: 46px;
  background: url('/t/i/menu-button.png');
  display: none;
  cursor: pointer;
}
.footer .menu-button.active {
  background: url('/t/i/menu-button2.png');
}
.footer .mob-form {
  display: none;
  margin-bottom: 30px;
  margin-right: 70px;
  position: relative;
}
.footer .mob-form input[type='text'] {
  width: 100%;
  font-size: 16px;
  padding: 0 60px 0 20px;
  height: 46px;
  border: 1px solid #f0eded;
  -webkit-box-shadow: rgba(1, 1, 1, 0.02) 0 0 10px;
          box-shadow: rgba(1, 1, 1, 0.02) 0 0 10px;
}
.footer .mob-form button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  width: 19px;
  height: 19px;
  background: url('/t/i/submit.png') no-repeat center;
  margin: 0;
}
.footer nav {
  margin-bottom: 20px;
}
.footer nav p {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.footer nav ul li {
  margin-bottom: 10px;
}
.footer nav ul li a {
  display: block;
  font-size: 12px;
  color: #999999;
}
.footer nav ul li a:hover {
  color: #c90c18;
}
.footer .contacts {
  font-size: 12px;
}
.footer .contacts .name {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.footer .contacts .name.small {
  font-size: 10px;
  margin-bottom: 10px;
}
.footer .contacts .tel {
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin-top: 5px;
}
.footer .contacts .tel:hover {
  color: #c90c18;
}
.footer .contacts .mail {
  display: block;
  font-size: 15px;
  color: #c90c18;
  font-weight: 500;
  margin: 5px 0 30px;
}
.footer .contacts .mail:hover {
  text-decoration: underline;
}
.footer .contacts .info {
  margin-bottom: 30px;
  color: #333;
}
.footer .contacts .info span {
  color: #999999;
}
.footer .form form {
  width: 320px;
  position: relative;
  display: inline-block;
  margin-right: 50px;
  margin-bottom: 40px;
}
.footer .form form input[type='text'] {
  width: 100%;
  font-size: 16px;
  padding: 0 60px 0 20px;
  height: 50px;
  border: 1px solid #f0eded;
  -webkit-box-shadow: rgba(1, 1, 1, 0.02) 0 0 10px;
          box-shadow: rgba(1, 1, 1, 0.02) 0 0 10px;
}
.footer .form form button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  width: 19px;
  height: 19px;
  background: url('/t/i/submit.png') no-repeat center;
  margin: 0;
}
.footer .form a {
  font-size: 12px;
  color: #999999;
  text-decoration: underline;
}
.footer .social {
  margin-bottom: 40px;
  width: 23%;
  padding-top: 10px;
}
.footer .social a {
  margin-right: 20px;
}
.footer .social a:hover img {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.footer .social a:last-child {
  margin-right: 0;
}
.footer .social a img {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.footer .bottom-line {
  padding: 20px 0;
  border-top: 2px solid #f1f1f1;
  font-size: 12px;
  color: #999999;
}
.footer .bottom-line .links a {
  color: #999999;
  text-decoration: underline;
  margin-right: 30px;
}
.footer .bottom-line .links a:hover {
  color: #c90c18;
}
.footer .bottom-line .links a:last-child {
  margin-right: 0;
}
.footer .bottom-line .made a {
  color: #c90c18;
}
.inner-page {
  padding: 20px 0;
}
.left-banners {
  margin-bottom: 30px;
}
.left-banners .item {
  margin-bottom: 20px;
  position: relative;
  height: 174px;
}
.left-banners .item.disc:hover:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 25%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.4)), to(transparent));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), transparent);
}
.left-banners .item img {
  width: 100%;
}
.left-banners .item .discount {
  position: absolute;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  left: 0;
  padding: 15px 25px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  color: #454444;
}
.left-banners .item .discount span {
  display: block;
  font-size: 30px;
  color: #c90c18;
  margin-bottom: -5px;
}
.navi {
  margin-bottom: 15px;
  color: #cdcdcd;
}

.site-bc{ font-size:12px }

.navi a {
  color: #cdcdcd;
  text-decoration: none;
}
h1 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 26px;
  margin-bottom: 25px;
}
.filtr-page {
  margin-bottom: 50px;
}
.filtr-page .field {
  position: relative;
}
.filtr-page .field input[type='text'] {
  width: 100%;
  font-size: 16px;
  padding: 0 60px 0 20px;
  height: 50px;
  border: 1px solid #d3d0d0;
}
.filtr-page .field button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  width: 19px;
  height: 19px;
  background: url('/t/i/submit.png') no-repeat center;
  margin: 0;
}
.filtr-page .field .links {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 8px;
}
.filtr-page .field .links div {
  color: #fff;
  display: inline-block;
  margin-right: 2px;
  background: #c90c18;
  padding: 6px 10px;
}
.filtr-page .field .links div .delete {
  font-size: 11px;
  color: #efb0b4;
  margin-left: 5px;
}
.filtr-page .field .links .add {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 100%;
  margin-left: 10px;
  color: #ababab;
  white-space: nowrap;
}
.filtr-page .help-links {
  padding: 10px 0 20px 8px;
  font-size: 12px;
  color: #8a8a8a;
}
.filtr-page .help-links a {
  color: #8a8a8a;
  border-bottom: 1px dotted #8a8a8a;
}
.filtr-page select {
  width: 100%;
  padding: 0 30px 0 10px;
  height: 50px;
  background: #ffffff url('/t/i/select.png') no-repeat right 10px top 50%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #d3d0d0;
  margin-bottom: 30px;
}
.filtr-page .item {
  border: 1px solid #f0eded;
  border-top: 2px solid #c90c18;
  margin-bottom: 30px;
  position: relative;
  padding: 60px 60px 60px 300px;
}
.filtr-page .item .badge {
  position: absolute;
  left: -5px;
  top: 10px;
  font-weight: 500;
  font-size: 16px;
  background: #c90c18;
  padding: 10px 18px;
  color: #fff;
  border-radius: 0;
}
.filtr-page .item img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 65px;
}
.filtr-page .item p {
  color: #5a5a5a;
  margin-bottom: 20px;
}
.filtr-page .item a {
  display: block;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 20px;
}
.filtr-page .item a:hover {
  color: #c90c18;
  text-decoration: underline;
}
.filtr-page .item button {
  width: 224px;
  margin-top: 5px;
}
.filtr-page .discount-block {
  height: 130px;
  background: url('/t/i/discount3.jpg') left center / cover;
  margin-bottom: 30px;
  position: relative;
}
.filtr-page .discount-block:hover:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 25%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.4)), to(transparent));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), transparent);
}
.filtr-page .discount-block div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 26%;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  color: #454444;
}
.filtr-page .discount-block div span {
  font-size: 30px;
  color: #c90c18;
}
.filtr-page .discount-block button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 40px;
}
.filtr-page .item2 {
  height: 368px;
  margin-bottom: 30px;
  position: relative;
}
.filtr-page .item2:hover .link a {
  text-decoration: underline;
}
.filtr-page .item2 .link {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 88px;
  background: rgba(1, 1, 1, 0.7);
}
.filtr-page .item2 .link a {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  padding: 0 30px;
  font-weight: 500;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}
.filtr-page .item2 .badge {
  position: absolute;
  left: -5px;
  top: 10px;
  font-weight: 500;
  font-size: 16px;
  background: #c90c18;
  padding: 12px 18px;
  color: #fff;
  border-radius: 0;
}
.filtr-page .discount-block2 {
  background: url('/t/i/discount4.jpg') center / cover;
  height: 368px;
  margin-bottom: 30px;
  position: relative;
}
.filtr-page .discount-block2:hover:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 25%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.4)), to(transparent));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), transparent);
}
.filtr-page .discount-block2 div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 80px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  color: #454444;
}
.filtr-page .discount-block2 div span {
  font-size: 30px;
  color: #c90c18;
}
.filtr-page .discount-block2 div button {
  width: 200px;
  display: block;
  margin-top: 50px;
}
.filtr-page .discount-block2 img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 60px;
}
.popup .window {
  width: 1440px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 100px;
  margin-bottom: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  padding: 55px;
  -webkit-box-shadow: rgba(1, 1, 1, 0.3) 0 0 30px;
          box-shadow: rgba(1, 1, 1, 0.3) 0 0 30px;
}
.popup .window .close {
  position: absolute;
  right: 30px;
  top: 30px;
  opacity: 1;
  width: 17px;
  height: 17px;
  background: url('/t/i/close.png');
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.popup .window .close:hover {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.popup .window ul {
  padding-top: 72px;
}
.popup .window ul li {
  margin-bottom: 5px;
}
.popup .window ul li a {
  display: block;
  font-weight: 500;
  text-decoration: none;
  font-size: 16px;
  color: #252525;
  border-left: 3px solid #c90c18;
  padding: 30px 20px;
  background: #f3f4f6;
}
.popup .window ul li a:hover {
  color: #c90c18;
}
.popup .window .block-name {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 28px;
  margin-bottom: 30px;
}
.popup .window .block-name a {
  font-weight: 600;
  font-size: 12px;
  color: #c90c18;
  margin: -2px 0 0 40px;
}
.popup .window .photos {
  padding-bottom: 10px;
}
.popup .window .photos .column {
  width: 37.7%;
}
.popup .window .photos .column.small {
  width: 20.5%;
}
.popup .window .photos .column.middle {
  width: 46.7%;
}
.popup .window .photos .item {
  margin-bottom: 20px;
}
.popup .window .photos .item img {
  width: 100%;
}
.popup .window p {
  color: #5a5a5a;
  margin-bottom: 20px;
}
.popup .window h2 {
  font-weight: 700;
  font-size: 28px;
  padding: 20px 0;
}
.popup .window .mod-item {
  margin-bottom: 20px;
  min-height: 150px;
  position: relative;
  padding-left: 170px;
  color: #5a5a5a;
}
.popup .window .mod-item span {
  display: block;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
  color: #262626;
}
.popup .window .mod-item a {
  color: #c90c18;
  text-decoration: none;
  border-bottom: 1px dotted #c90c18;
}
.popup .window .mod-item i {
  font-style: normal;
  display: none;
}
.popup .window .mod-item i.opened {
  display: inline-block;
}
.popup .window .mod-item .image {
  width: 148px;
  height: 148px;
  line-height: 144px;
  text-align: center;
  border: 2px solid #f3f4f6;
  position: absolute;
  top: 0;
  left: 0;
}
.popup .window button {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  background: #c90c18;
  width: 400px;
  height: 50px;
  text-transform: uppercase;
  margin: 40px 0 0 126px;
}
.popup .window button:hover {
  background: #e81b28;
}
.text-page {
  padding-bottom: 50px;
}
.text-page .photos {
  padding-bottom: 5px;
}
.text-page .photos .item {
  margin-bottom: 20px;
}
.text-page .photos .item img {
  width: 100%;
}
.text-page p {
  color: #5a5a5a;
  margin-bottom: 20px;
}
.text-page p a {
  color: #c90c18;
  text-decoration: underline;
}
.text-page h2 {
  font-weight: 700;
  font-size: 22px;
  padding: 0;
  margin-bottom:10px;
}
.text-page h3 {
  font-weight: 600;
  font-size: 16px;
  padding: 10px 0 20px 0;
}
.text-page .img_l {
  float: left;
  margin: 0 25px 25px 0;
  max-width: 45%;
}
.text-page ol {
  font-weight: 500;
  color: #c90c18;
  list-style: decimal;
  padding: 0 15px 20px 15px;
}
.text-page ol li {
  margin-bottom: 10px;
}
.text-page ol li span {
  color: #5a5a5a;
}
.text-page ol li ol {
  padding: 5px 0 0 30px;
}
.text-page ul {
  font-weight: 500;
  color: #5a5a5a;
  list-style: none;
  padding-bottom: 20px;
}
.text-page ul li {
  margin-bottom: 10px;
  padding-left: 15px;
  position: relative;
}
.text-page ul li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #c90c18;
  left: 0;
  top: 5px;
}
.text-page ul li ul {
  padding: 5px 0 0 30px;
}
.text-page ul li ul li {
  padding-left: 0;
}
.text-page ul li ul li:before {
  display: none;
}
.text-page ul li ul li span:before {
  content: "- ";
}
.text-page table {
/*  width: 990px; */
  margin-bottom: 40px;
}
.text-page table td {
  border: 2px solid #e2e3e5;
  padding: 10px 20px;
}
.text-page table thead tr td {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 11px;
  color: #a19e9e;
}
.text-page table tbody tr td {
  font-weight: 500;
  font-size: 14px;
  color: #5a5a5a;
}
.text-page form {
  width: 760px;
  background: #f3f4f6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  -webkit-box-shadow: rgba(1, 1, 1, 0.05) 0 0 10px;
          box-shadow: rgba(1, 1, 1, 0.05) 0 0 10px;
  padding: 60px;
  margin-bottom: 40px;
}
.text-page form .field {
  position: relative;
}
.text-page form .field .help-text {
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 40px;
  z-index: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  padding: 15px 20px;
  width: 340px;
  font-size: 12px;
  border: 1px solid #c90c18;
  border-radius: 4px;
  -webkit-box-shadow: rgba(1, 1, 1, 0.15) 0 0 15px;
          box-shadow: rgba(1, 1, 1, 0.15) 0 0 15px;
}
.text-page form .field .help-text:before {
  content: "";
  position: absolute;
  width: 9px;
  height: 15px;
  background: url('/t/i/help.png');
  top: 15px;
  left: -9px;
}
.text-page form input[type='text'],.text-page form input[type='number'] {
  width: 100%;
  padding: 0 15px;
  height: 50px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-bottom: 30px;
}
.text-page form textarea {
  width: 100%;
  padding: 10px 15px;
  height: 150px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-bottom: 30px;
}
.text-page form select {
  width: 100%;
  padding: 0 30px 0 10px;
  height: 50px;
  background: #ffffff url('/t/i/select.png') no-repeat right 10px top 50%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #d3d0d0;
  margin-bottom: 30px;
}
.text-page .checkbox {
  display: none;
}
.text-page .checkbox + label {
  cursor: pointer;
  display: inline-block;
  color: #5a5a5a;
  padding: 0 0 10px 25px;
}
.text-page .checkbox:checked + label {
  background: url('/t/i/checkbox.png') no-repeat 0 5px;
}
.text-page .radio {
  display: none;
}
.text-page .radio + label {
  cursor: pointer;
  display: inline-block;
  color: #5a5a5a;
  padding: 0 0 10px 25px;
  background: url('/t/i/radio.png') no-repeat 0 2px;
}
.text-page .radio:checked + label {
  background: url('/t/i/radio-active.png') no-repeat 0 2px;
}
.text-page .upload-files {
  padding-bottom: 20px;
}
.text-page .upload-files .item {
  color: #5a5a5a;
  margin-bottom: 20px;
}
.text-page .upload-files .item .delete {
  display: inline-block;
  width: 11px;
  height: 11px;
  background: url('/t/i/delete.png');
  vertical-align: middle;
  margin-left: 20px;
}
.text-page .upload-files button {
  font-size: 12px;
  width: 230px;
  height: 42px;
}
.text-page .upload-files span {
  font-size: 12px;
  color: #999999;
  margin-left: 15px;
}
.text-page button {
  width: 200px;
}
.text-page button.reset {
  background: #fff;
  color: #c90c18;
  border: 2px solid #c90c18;
}
.text-page button.reset:hover {
  border: 2px solid #e81b28;
  color: #fff;
}
.text-page button.disabled {
  background: #c4c5c6!important;
  cursor: default;
}
.text-page button:hover {
/*  background: #e81b28; */
}
.text-page .agree {
  padding: 20px 0;
  font-size: 12px;
  color: #999999;
}
.text-page .agree a {
  color: #c90c18;
  text-decoration: underline;
}
.text-page .alert {
  /*width: 396px;*/
  border-radius: 4px;
  margin-bottom: 20px;
  /*color: #fff;*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  padding: 12px 75px 12px 70px;
  position: relative;
}
.text-page .alert.color1 {
  background: #00c765 url('/t/i/alert1.png') no-repeat left 15px top 50%;
}
.text-page .alert.color2 {
  background: #94d6eb url('/t/i/alert2.png') no-repeat left 15px top 50%;
}
.text-page .alert.color3 {
  background: #ecb75b url('/t/i/alert3.png') no-repeat left 15px top 50%;
}
.text-page .alert.color4 {
  background: #fc989a url('/t/i/alert4.png') no-repeat left 15px top 50%;
}
.text-page .alert .close {
  position: absolute;
  width: 65px;
  height: 100%;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.2) url('/t/i/close2.png') no-repeat center;
  opacity: 1;
}
.text-page .alert span {
  display: block;
  font-weight: 600;
  font-size: 14px;
}
.text-page .block-name {
  font-weight: 500;
  font-size: 28px;
  color: #c90c18;
  margin-bottom: 20px;
/*  text-decoration: underline;*/
}
.left-menu {
  margin: 100px 0 40px;
}
.left-menu li {
  margin-bottom: 5px;
}
.left-menu li a {
  display: block;
  font-weight: 500;
  text-decoration: none;
  font-size: 16px;
  color: #252525;
  border-left: 3px solid #c90c18;
  padding: 25px 20px;
  background: #f3f4f6;
}
.left-menu li a:hover {
  font-weight: 600;
  color: #c90c18;
}
.catalog-page {
  padding-bottom: 50px;
}
.catalog-page.no_p {
  padding-bottom: 0;
}
.catalog-page .block-name {
  font-weight: 500;
  font-size: 28px;
  color: #c90c18;
  margin-bottom: 20px;
}
.block-name a {
  color: #c90c18;
  text-decoration: underline;
}
.catalog-page .block-name a:hover {
  text-decoration: none;
}
.catalog-page .item,.catalog-item-page .item {
  background: #fff;
  /*margin-bottom: 30px; */
  border-top: 3px solid #c90c18;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: rgba(1, 1, 1, 0.1) 0 0 5px;
          box-shadow: rgba(1, 1, 1, 0.1) 0 0 5px;
  height:100%;
}
.catalog-page .item:hover a {
  color: #c90c18;
  text-decoration: underline;
}
.catalog-page .item .photo,.catalog-item-page .item .photo {
  text-align: center;
  padding: 20px 0 5px;
}
.catalog-page .item .content,.catalog-item-page .item  .content{
  padding: 15px;
}
.catalog-page .item a {
  font-weight: 500;
  text-decoration: none;
  display: block;
}
.catalog-page .item p,.catalog-item-page .item p {
  color: #484848;
  margin-bottom: 15px;
}
.catalog-page .item .info {
  font-size: 12px;
  color: #7d7d7d;
  line-height: 26px;
}
.catalog-page .item .info img {
  vertical-align: middle;
  margin: -2px 4px 0 0;
  zoom: .9;
}
.left-menu2 {
  margin: 90px 0 20px;
  background: #fbfbfc;
  padding: 25px;
  -webkit-box-shadow: rgba(1, 1, 1, 0.1) 0 0 5px;
          box-shadow: rgba(1, 1, 1, 0.1) 0 0 5px;
}
.left-menu2 li {
  margin-bottom: 30px;
}
.left-menu2 li:last-child {
  margin-bottom: 0;
}
.left-menu2 li a {
  color: #5a5a5a;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px dotted;
}
.catalog-item-page {
  margin-bottom: 50px;
}
.catalog-item-page .photos {
  padding-bottom: 10px;
}
.catalog-item-page .photos .column {
  width: 37.7%;
}
.catalog-item-page .photos .column.small {
  width: 20.5%;
}
.catalog-item-page .photos .column.middle {
  width: 46.7%;
}
.catalog-item-page .photos .item {
  margin-bottom: 20px;
}
.catalog-item-page .photos .item img {
  width: 100%;
}
.catalog-item-page p {
  color: #5a5a5a;
  margin-bottom: 20px;
}
.catalog-item-page h2 {
  font-weight: 700;
  font-size: 28px;
  padding: 20px 0;
}
.catalog-item-page .mod-item {
  margin-bottom: 20px;
  min-height: 150px;
  position: relative;
  padding-left: 170px;
  color: #5a5a5a;
}
.catalog-item-page .mod-item span {
  display: block;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
  color: #262626;
}
.catalog-item-page .mod-item a {
  color: #c90c18;
  text-decoration: none;
  border-bottom: 1px dotted #c90c18;
}
.catalog-item-page .mod-item i {
  font-style: normal;
  display: none;
}
.catalog-item-page .mod-item i.opened {
  display: inline-block;
}
.catalog-item-page .mod-item .image {
  width: 148px;
  height: 148px;
  line-height: 144px;
  text-align: center;
  border: 2px solid #f3f4f6;
  position: absolute;
  top: 0;
  left: 0;
}
.catalog-item-page table {
  width: 100%;
  margin-bottom: 30px;
}
.catalog-item-page table td {
  border: 2px solid #e2e3e5;
  padding: 10px 20px;
}
.catalog-item-page table thead tr td {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 11px;
  color: #a19e9e;
}
.catalog-item-page table tbody tr td {
  font-weight: 500;
  font-size: 14px;
  color: #5a5a5a;
}
.catalog-item-page .gallery .item {
  margin-bottom: 20px;
}
.catalog-item-page .gallery .item img {
  width: 100%;
}
.catalog-item-page .gallery .video {
  margin-bottom: 20px;
  position: relative;
}
.catalog-item-page .gallery .video img {
  width: 100%;
}
.catalog-item-page .gallery .video .link {
  height: 62px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(1, 1, 1, 0.7);
}
.catalog-item-page .gallery .video .link a {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  font-weight: 500;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  padding: 0 20px;
  line-height: 20px;
}
.file-item {
  margin-bottom: 30px;
  padding-top: 10px;
}
.file-item a {
  display: block;
  font-weight: 500;
  text-decoration: none;
  color: #c90c18;
}
.file-item a img {
  display: block;
  margin-bottom: 15px;
}
.object-item {
  margin-bottom: 20px;
  position: relative;
}
.object-item:hover .content {
  background: rgba(1, 1, 1, 0.5);
}
.object-item:hover .content p {
  height: auto;
  padding: 0 20px 20px 20px;
}
.object-item img {
  width: 100%;
}
.object-item .content {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(1, 1, 1, 0.7);
}
.object-item .content .link {
  height: 62px;
  position: relative;
}
.object-item .content .link a {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  font-weight: 500;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  padding: 0 20px;
  line-height: 20px;
}
.object-item .content p {
  color: #c8c8c8;
  margin: 0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  height: 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.solution-item {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.solution-item:hover .content {
  top: 0;
}
.solution-item:hover .name {
  display: none;
}
.solution-item img {
  width: 100%;
}
.solution-item .name {
  position: absolute;
  width: 100%;
  height: 62px;
  left: 0;
  bottom: 0;
  background: rgba(1, 1, 1, 0.7);
}
.solution-item .name a {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  font-weight: 500;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  line-height: 20px;
  padding: 0 20px;
}
.solution-item .content {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 100%;
  color: #fff;
}
.solution-item .content .content2 {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(1, 1, 1, 0.7);
  padding: 0 20px 5px 20px;
}
.solution-item .content .link {
  height: 62px;
  position: relative;
}
.solution-item .content .link a {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  font-weight: 500;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  line-height: 20px;
}
.solution-item .content p {
  color: #c8c8c8;
  margin-bottom: 15px;
}
.solution-item .content .info {
  margin-bottom: 15px;
  position: relative;
  color: #fff;
  padding-left: 90px;
}
.solution-item .content .info label {
  position: absolute;
  left: 0;
  top: 0;
}
.solution-item .content .info a {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  margin: 0 10px 5px 0;
  border-bottom: 1px dotted #fff;
}
.soluition-info {
  position: relative;
  margin-bottom: 30px;
}
.soluition-info .badge {
  position: absolute;
  left: -5px;
  top: 10px;
  font-weight: 500;
  font-size: 16px;
  background: #c90c18;
  padding: 10px 18px;
  color: #fff;
  border-radius: 0;
  z-index: 2;
}
.soluition-info .photo img {
  width: 100%;
}
.soluition-info .text p {
  color: #5a5a5a;
  line-height: 19px;
}
.soluition-info .text p:first-child {
  color: #252525;
  font-weight: 600;
  font-size: 16px;
}
.news-page .item {
  margin-bottom: 30px;
}
.news-page .item:hover .content .name {
  color: #c90c18;
  text-decoration: underline;
}
.news-page .item img {
  width: 100%;
}
.news-page .item .content {
  border: 1px solid #f0eded;
  border-top: 0;
  padding: 45px 30px 30px 30px;
  position: relative;
}
.news-page .item .content .date {
  font-weight: 500;
  font-size: 16px;
  background: #c90c18;
  padding: 10px 15px 8px 15px;
  left: 30px;
  top: -22px;
  position: absolute;
  color: #fff;
}
.news-page .item .content .name {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 20px;
  cursor: pointer;
}
.news-page .item .content p {
  color: #5a5a5a;
  margin-bottom: 15px;
}
.news-page .item .content a {
  font-weight: 600;
  color: #c90c18;
}
.news-page .button {
  text-align: center;
}
.news-page .button p {
  color: #999999;
  padding: 20px 0 15px;
}
.news-page .button button {
  width: 260px;
}
.contacts-page .menu {
  padding-bottom: 20px;
}
.contacts-page .menu a {
  text-decoration: none;
  display: inline-block;
  margin: 0 30px 10px 0;
  color: #999999;
  text-transform: uppercase;
  font-weight: 500;
}
.contacts-page .menu a.active {
  color: #c90c18;
  font-weight: 700;
  border-bottom: 2px solid #c90c18;
}
.contacts-page .map-block {
  position: relative;
  font-size: 0;
  margin-bottom: 30px;
}
.contacts-page .map-block .map {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.contacts-page .map-block .content {
  background: #f3f4f6;
  border-left: 3px solid #c90c18;
  padding: 50px 40px 100px 40px;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.contacts-page .map-block .content p {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.contacts-page .map-block .content .item {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 20px;
  padding-left: 130px;
  position: relative;
}
.contacts-page .map-block .content .item div {
  font-weight: 400;
  font-size: 14px;
  color: #7d7d7d;
  position: absolute;
  left: 0;
  top: 2px;
}
.contacts-page .map-block .content .item a {
  text-decoration: underline;
}
.contacts-page h2 {
  font-weight: 700;
  font-size: 28px;
  padding: 20px 0;
}
.contacts-page .user {
  margin-bottom: 20px;
  border: 1px solid #f0eded;
  position: relative;
/*  padding: 20px 20px 20px 20px;  */
}
.contacts-page .user img {
/*  height: auto;
  width:50%;*/
  top: 0;
  left: 0;
  right:0;
}
.contacts-page .user .name {
  margin-bottom: 20px;
  color: #7d7d7d;
}
.contacts-page .user .name span {
  display: block;
  font-weight: 600;
  font-size: 16px;
  color: #262626;
  margin-bottom: 6px;
}
.contacts-page .user .info {
  margin-bottom: 5px;
  padding-left: 60px;
  position: relative;
}
.contacts-page .user .info div {
  font-weight: 400;
  font-size: 14px;
  color: #7d7d7d;
  position: absolute;
  left: 0;
  top: 0;
}
.contacts-page .user .info a {
  text-decoration: underline;
}
.contacts-page form {
  width: 760px;
  background: #f3f4f6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  -webkit-box-shadow: rgba(1, 1, 1, 0.05) 0 0 10px;
          box-shadow: rgba(1, 1, 1, 0.05) 0 0 10px;
  padding: 60px;
  margin: 50px auto;
  text-align: center;
}
.contacts-page form .name {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 30px;
  color: #999999;
}
.contacts-page form .name span {
  display: block;
  font-weight: 700;
  color: #262626;
  font-size: 28px;
  margin-bottom: 5px;
}
.contacts-page form input[type='text'] {
  width: 100%;
  padding: 0 15px;
  height: 50px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-bottom: 20px;
}
.contacts-page form textarea {
  width: 100%;
  padding: 10px 15px;
  height: 150px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-bottom: 10px;
}
.contacts-page form .agree {
  margin-bottom: 30px;
  font-size: 12px;
  color: #999999;
  text-align: left;
}
.contacts-page form .agree a {
  color: #c90c18;
  text-decoration: underline;
}
.contacts-page form button,
.contacts-page form .afbf_submit_block input.btn {
  width: 260px;
}
.contacts-page .dealer {
  margin-bottom: 20px;
  border: 1px solid #f0eded;
  border-top: 3px solid #c90c18;
  padding: 30px 30px 15px 30px;
}
.contacts-page .dealer .name {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 30px;
}
.contacts-page .dealer .info {
  margin-bottom: 15px;
  padding-left: 125px;
  position: relative;
  line-height: 22px;
}
.contacts-page .dealer .info div {
  font-weight: 400;
  font-size: 14px;
  color: #7d7d7d;
  position: absolute;
  left: 0;
  top: 0;
}
.contacts-page .dealer .info a {
  text-decoration: underline;
}
.tech-page {
  text-align: center;
  padding-bottom: 50px;
}
.tech-page .logo {
  padding: 50px 0;
}
.tech-page p {
  color: #5a5a5a;
  line-height: 24px;
  margin-bottom: 50px;
}
.tech-page h2 {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 30px;
}
.tech-page h2.bottom {
  padding: 70px 0 30px;
}
.tech-page .col-sm-6 {
  margin-bottom: 30px;
}
.tech-page .item {
  border: 1px solid #f0eded;
  border-top: 3px solid #c90c18;
  -webkit-box-shadow: rgba(1, 1, 1, 0.05) 0 0 5px;
          box-shadow: rgba(1, 1, 1, 0.05) 0 0 5px;
  margin-bottom: 30px;
  padding: 50px 20px 20px 20px;
  font-weight: 500;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
}
.tech-page .item div {
  margin: 30px auto;
  width: 30px;
  height: 2px;
  background: #000;
}
.tech-page .name {
  margin-bottom: 50px;
  font-size: 12px;
  color: #5a5a5a;
  text-transform: uppercase;
  font-weight: 500;
}
.tech-page .name span {
  display: block;
  font-weight: 700;
  color: #262626;
  font-size: 28px;
  text-transform: none;
}
.tech-page ol {
  text-align: left;
  padding: 0 300px 50px 300px;
  list-style: decimal;
  color: #c90c18;
  font-size: 18px;
}
.tech-page ol li {
  margin-bottom: 15px;
}
.tech-page ol li a {
  color: #5a5a5a;
  font-weight: 500;
  font-size: 18px;
  text-decoration: underline;
}
.tech-page ol li ol {
  padding: 15px 0 0 30px;
  font-size: 15px;
  list-style: lower-alpha;
}
.tech-page ol li ol li {
  margin-bottom: 5px;
}
.tech-page ol li ol li a {
  color: #5a5a5a;
  font-size: 15px;
}
.tech-page ol li ol li ol {
  padding: 5px 0 0 30px;
}
@media (max-width: 1564px) {
  .container-fluid {
    width: auto;
  }
  .container-fluid .wrap {
    padding: 0 75px;
  }
  body {
    padding: 0 10px;
  }
  .header .icons {
    display: none;
  }
  .header button {
    width: 160px;
  }
  .header .logo-text {
    width: 100px;
    padding-top: 35px;
  }
  .index-popular .slider-nav {
    width: 70%;
  }
  .index-catalog form .left-block {
    /*width: 40%; */
  }
  .index-catalog form select {
    /*width: 19%; */
  }
  .index-catalog .col5 {
    width: 74%;
  }
  .index-catalog .col5.other {
    width: 24%;
  }
  .index-catalog .col7,
  .index-catalog .col7.big {
    width: 24%;
  }
  .no_tablet {
    display: none;
  }
  .index-catalog .col4 {
    width: 100%;
  }
  .index-catalog .col6 {
    width: 100%;
  }
  .group-select .flex .item {
    padding: 40px 20px 20px 20px;
  }
  .index-gallery .tabNavigation li {
    margin: 0 15px 10px 15px;
  }
  .index-news .flex .col4:last-child {
    display: none;
  }
  .index-news .col4 {
    width: 48%;
  }
  .index-news .col3 {
    width: 32%;
  }
  .index-news .col9 {
    width: 66%;
  }
  .subscribe-block .col5,
  .subscribe-block .col7 {
    width: 100%;
  }
  .subscribe-block .name {
    text-align: center;
    margin-bottom: 25px;
  }
  .index-tv .block-name b {
    display: none;
  }
  .index-tv .instruction a {
    border: 1px solid #f0eded;
    padding: 15px;
  }
  .index-tv .col4 {
    width: 48%;
  }
  .index-tv .flex .col4:last-child {
    display: none;
  }
  .index-tv .discount-block {
    background: url('/t/i/discount.jpg') center / cover;
  }
  .index-tv .discount-block div {
    left: 18%;
  }
  .index-tv .discount-block button {
    right: 40px;
  }
/*  .bottom-page-block .docs .flex .item:nth-child(1) {
    display: none;
  }
  .bottom-page-block .docs .flex .item:nth-child(2) {
    display: none;
  }*/
  .bottom-page-block .subscribe {
    padding-left: 0;
  }
  .footer .bottom-line {
    font-size: 10px;
  }
  .footer .bottom-line .links a {
    margin-right: 10px;
  }
  .left-banners .item .discount span {
    font-size: 24px;
  }
  .filtr-page .discount-block div {
    left: 20px;
  }
  .filtr-page .discount-block button {
    right: 20px;
    width: 160px;
  }
  .filtr-page .discount-block2 div span {
    display: block;
  }
  .popup .window {
    width: 1040px;
    padding: 60px 30px 30px 30px;
  }
  .popup .window .photos .item {
    margin-bottom: 15px;
  }
  .text-page form .field .help-text {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    -webkit-transform: none;
            transform: none;
    top: 100%;
    left: 0;
    margin: 0;
    width: 240px;
  }
  .text-page form .field .help-text:before {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    left: 10px;
    bottom: 100%;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-bottom: -3px;
  }
  .solution-item .content p {
    line-height: 18px;
  }
  .tech-page ol {
    padding: 0 200px 50px 200px;
  }
}
@media (max-width: 1110px) {
  body {
    padding: 0;
  }
  .container-fluid .wrap {
    padding: 0 20px;
  }
  .header .contacts-link {
    display: none;
  }
  .header button {
    display: none;
  }
  .header .index-page-slider .item .content {
    width: 520px;
    padding: 40px;
  }
  .header .index-page-slider .item .content h2 {
    font-size: 23px;
  }
  .index-popular .block-name {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .index-popular .slider-nav {
    width: 100%;
  }
  .index-popular .slider-for .item .content {
    right: auto;
    left: 50px;
  }
  .index-popular .slider-for .item {
    height: 410px;
  }
  .index-catalog form .left-block {
    /*width: 100%;*/
  }
  .index-catalog form select {
    /*width: 32%; */
    margin-bottom: 30px;
  }
  .index-catalog .col5 {
    width: 66%;
  }
  .index-catalog .col7,
  .index-catalog .col7.big {
    width: 32%;
  }
  .index-catalog .col5.other {
    width: 32%;
  }
  .group-select .flex .item {
    width: 50%;
  }
  .index-gallery .tabNavigation li {
    margin: 0 20px 20px 20px;
  }
  .block-name span:before,
  .block-name span:after {
    display: none !important;
  }
  .index-news .col9,
  .index-news .col3 {
    width: 48%;
  }
  .index-news .col4:nth-child(2) {
    display: none;
  }
  .index-news .col4 {
    width: 100%;
  }
  .index-tv .button {
    display: block;
  }
  .index-tv .discount-block {
    height: 190px;
    background: url('/t/i/discount2.jpg') center / cover;
  }
  .index-tv .discount-block div {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    -webkit-transform: none;
            transform: none;
    top: 30px;
    left: 40px;
  }
  .index-tv .discount-block button {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    -webkit-transform: none;
            transform: none;
    bottom: 30px;
    left: 40px;
  }
  .no_tablet2 {
    display: none;
  }
  .bottom-page-block .docs {
    text-align: center;
    margin-bottom: 30px;
  }
  .bottom-page-block .subscribe {
    text-align: center;
  }
  .footer .bottom-line {
    font-size: 12px;
  }
  .footer .bottom-line .links {
    display: none;
  }
  .footer {
    padding-top: 40px;
  }
  .footer .wrap {
    position: relative;
  }
  .footer .form {
    display: none;
  }
  .footer .social {
    width: 100%;
  }
  .footer .contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer .name {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer .mob-form {
    display: block;
  }
  .footer .menu-button {
    display: block;
  }
  .header .logo {
    width: 68px;
  }
  .header .logo-text {
    width: auto;
    padding-top: 18px;
  }
  .header .phone {
    padding-top: 0;
  }
  .header .menu-button {
    display: block;
  }
  .top-menu {
    display: none!important;
  }
  .header.active {
    background: #fff;
  }
  .header .mobile-menu {
    position: absolute;
    width: 100%;
    top: 80px;
    left: 0;
    background: #fff;
    z-index: 110;
  }
  .header .mobile-menu {
    padding: 0 20px;
  }
  .header .mobile-menu ul li {
    border-top: 2px solid #f7f7f7;
  }
  .header .mobile-menu ul li a {
    display: block;
    padding: 20px 0;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
  }
  .header .mobile-menu ul li a .fa {
    float: right;
    font-size: 20px;
    color: #c90c18;
  }
  .header .mobile-menu ul li a.active .fa {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .header .mobile-menu ul li ul {
    margin-top: -10px;
    padding-bottom: 20px;
    display: none;
  }
  .header .mobile-menu ul li ul li {
    border-top: 0;
  }
  .header .mobile-menu ul li ul li a {
    font-weight: 400;
    color: #999999;
    padding: 5px 20px;
    text-transform: none;
  }
  .footer {
    position: relative;
  }
  .footer .mobile-menu {
    position: absolute;
    width: 100%;
    bottom: 100%;
    left: 0;
    background: #fff;
    z-index: 4;
    display: block;
    margin: 0;
    display: none;
  }
  .footer .mobile-menu {
    padding: 0 20px;
  }
  .footer .mobile-menu ul li {
    border-top: 2px solid #f7f7f7;
  }
  .footer .mobile-menu ul li a {
    display: block;
    padding: 20px 0;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
  }
  .footer .mobile-menu ul li a .fa {
    float: right;
    font-size: 20px;
    color: #c90c18;
  }
  .footer .mobile-menu ul li a.active .fa {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .footer .mobile-menu ul li ul {
    margin-top: -10px;
    padding-bottom: 20px;
    display: none;
  }
  .footer .mobile-menu ul li ul li {
    border-top: 0;
  }
  .footer .mobile-menu ul li ul li a {
    font-weight: 400;
    color: #999999;
    padding: 5px 20px;
    text-transform: none;
  }
  .left-banners .item .discount {
    padding: 10px;
  }
  .popup .window {
    width: 900px;
  }
  .popup .window ul li a {
    padding: 15px;
    font-size: 14px;
  }
  .tech-page ol {
    padding: 0 100px 50px 100px;
  }
}
@media (max-width: 991px) {
  .footer nav {
    display: none;
  }
/*  .bottom-page-block .docs .flex .item:nth-child(1) {
    display: block;
  }
  .bottom-page-block .docs .flex .item:nth-child(2) {
    display: block;
  }*/
  .left-banners {
    display: none;
  }
  .filtr-page .discount-block {
    display: none;
  }
  .filtr-page .item img {
    left: 30px;
  }
  .filtr-page .item {
    padding: 40px 40px 40px 240px;
  }
  .filtr-page .discount-block2 {
    height: 300px;
  }
  .filtr-page .discount-block2 div {
    left: 30px;
  }
  .filtr-page .discount-block2 img {
    right: 30px;
  }
  .popup .window {
    width: 700px;
  }
  .popup .window .photos .column.small {
    display: none;
  }
  .popup .window .photos .column {
    width: 49%;
  }
  .popup .window .photos .item {
    margin-bottom: 10px;
  }
  .popup .window button {
    margin: 0;
    width: 100%;
  }
  .text-page table {
    width: 100%;
  }
  .left-menu {
    display: none;
  }
  .left-menu2 {
    display: none;
  }
  .contacts-page .map-block .content {
    display: block;
    padding: 30px;
    border: 0;
  }
  .contacts-page .map-block .map {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: auto;
    height: 300px;
  }
  .tech-page ol {
    padding: 0 20px;
  }

  #product_select_form .btn.btn-success.form-control { margin-bottom:20px; }

  .index-catalog form .left-block { width:100%; }
}
@media (max-width: 767px) {

  .header .mobile-menu { top:90px;z-index:110; }

  .header .index-page-slider .item {
    height: auto;
    padding: 20px 20px 100px 20px;
  }
  .header .index-page-slider .item .content {
    width: auto;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    -webkit-transform: none;
            transform: none;
    padding: 30px;
  }
  .header .index-page-slider .slick-prev,
  .header .index-page-slider .slick-next {
    top: auto;
    -webkit-transform: none;
            transform: none;
    bottom: 10px;
  }
  .header .index-page-slider .slick-prev {
    left: 20px;
  }
  .header .index-page-slider .slick-next {
    right: 20px;
  }
  .index-popular .flex {
/*    display: none;  */
  }
  .index-popular .slider-for .item {
    height: auto;
    padding: 40px 20px;
  }
  .index-popular .slider-for .item .content {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: auto;
    -webkit-transform: none;
            transform: none;
    position: relative;
    padding: 40px;
  }
  .index-catalog form select {
    width: 100%;
  }
  .index-catalog .col5 {
    width: 100%;
  }
  .index-catalog .item.big,
  .index-catalog .item {
    height: 290px;
  }
  .index-catalog .col7,
  .index-catalog .col7.big {
    width: 100%;
  }
  .index-catalog .item.big .link a {
    font-size: 14px;
    padding: 0 20px;
  }
  .index-catalog .item.big .link {
    height: 64px;
  }
  .index-catalog .button {
    display: none;
  }
  .index-catalog .col5.other {
    width: 100%;
  }
  .group-select .flex .item {
    width: 100%;
  }
  .index-gallery .tabNavigation li {
    margin: 0 5px 20px 5px;
  }
  .no_mobile {
    display: none;
  }
  .index-news .block-name {
    text-align: center;
  }
  .index-news .col9,
  .index-news .col3 {
    width: 100%;
  }
  .index-popular .slider-for .item .content {
    padding: 20px;
  }
  .index-popular .slider-for .item .content a {
    font-size: 14px;
  }
  .index-catalog form .left-block .field .links .add {
    display: none;
  }
  .index-gallery .slider {
    display: block;
  }
  .index-tv .block-name a {
    display: none;
  }
  .index-tv .col4 {
    width: 100%;
  }
  .index-reviews .item {
    margin-bottom: 80px;
  }
  .index-reviews .col-sm-6.no_tablet2 {
    display: block;
  }
  .index-reviews .button {
    padding: 0;
    margin-top: -40px;
  }
/*  .bottom-page-block .docs .flex .item:nth-child(1) {
    display: none;
  }
  .bottom-page-block .docs .flex .item:nth-child(2) {
    display: none;
  }*/
  .bottom-page-block .subscribe form input[type='text'] {
    margin-bottom: 20px;
  }
  .filtr-page .field .links div {
    display: none;
  }
  .filtr-page .field .links div:first-child {
    display: inline-block;
  }
  .filtr-page select {
    margin-bottom: 20px;
  }
  .filtr-page .item2 {
    height: 300px;
  }
  .filtr-page .discount-block2 img {
    zoom: .7;
  }
  .popup .window {
    width: 300px;
    padding: 50px 20px 20px 20px;
  }
  .popup .window .close {
    right: 20px;
    top: 20px;
  }
  .popup .window ul {
    display: none;
  }
  .popup .window .block-name {
    font-size: 24px;
  }
  .popup .window .block-name a {
    display: block;
    margin: 0;
  }
  .popup .window .photos .column {
    width: 100%;
  }
  .popup .window .photos .column.middle {
    width: 48%;
  }
  .popup .window .mod-item {
    padding: 0;
  }
  .popup .window .mod-item .image {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: auto;
    margin-bottom: 10px;
  }
  .text-page form {
    width: auto;
  }
  .catalog-item-page .mod-item {
    padding: 0;
  }
  .catalog-item-page .mod-item .image {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: auto;
    margin-bottom: 10px;
  }
  .soluition-info .photo {
    margin-bottom: 20px;
  }
  .contacts-page form {
    width: auto;
  }
}
@media (max-width: 576px) {
  .container-fluid .wrap {
    padding: 0 10px;
  }
  .index-gallery .button button {
    width: 280px;
  }
  .subscribe-block form input[type='text'] {
    margin-bottom: 20px;
  }
  .index-tv .button button {
    width: 280px;
  }
  .index-reviews .button button {
    width: 280px;
  }
  .bottom-page-block .docs .flex .item:nth-child(3) {
    display: none;
  }
  .header .logo-text {
    display: none;
  }
  .header .phone {
    font-size: 20px;
  }
  .index-catalog .item.big,
  .index-catalog .item {
    height: 200px;
  }
  .filtr-page .field .links {
    display: none;
  }
  .filtr-page .item {
    padding: 40px 20px 20px 20px;
  }
  .filtr-page .item img {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    -webkit-transform: none;
            transform: none;
    display: block;
    margin: 0 auto 20px auto;
  }
  .filtr-page .item2 {
    height: 240px;
  }
  .filtr-page .item2 .link {
    height: 64px;
  }
  .filtr-page .item2 .link a {
    padding: 0 20px;
    font-size: 14px;
    line-height: 18px;
  }
  .filtr-page .discount-block2 {
    height: auto;
    padding: 20px;
    text-align: center;
  }
  .filtr-page .discount-block2 img {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    -webkit-transform: none;
            transform: none;
    zoom: 1;
  }
  .filtr-page .discount-block2 div {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    -webkit-transform: none;
            transform: none;
    padding-top: 20px;
  }
  .filtr-page .discount-block2 div button {
    margin: 15px auto 0 auto;
  }
  .popup .window button {
    font-size: 15px;
  }
  .text-page .img_l {
    float: none;
    max-width: 100%;
    width: 100%;
    margin: 0 0 25px 0;
  }
  .text-page table td {
    padding: 10px;
  }
  .text-page form {
    padding: 30px;
  }
  .text-page .alert {
    width: auto;
  }
  .text-page button {
    margin-bottom: 10px;
  }
  h1 {
    font-size: 24px;
  }
  .catalog-page .block-name {
    font-size: 20px;
  }
  .catalog-item-page .photos .column {
    width: 100%;
  }
  .catalog-item-page .photos .column.middle {
    width: 48%;
  }
  .catalog-item-page .photos .column.small {
    display: none;
  }
  .catalog-item-page table td {
    padding: 10px;
  }
  .text-page .block-name {
    font-size: 20px;
  }
  .solution-item .content {
    display: none !important;
  }
  .solution-item:hover .name {
    display: block;
  }
  .contacts-page .map-block .content .item div {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    margin-bottom: 5px;
  }
  .contacts-page .map-block .content .item {
    padding-left: 0;
  }
  .contacts-page .user img {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    -webkit-transform: none;
            transform: none;
    height: auto;
    width: 100%;
    margin-bottom: 15px;
  }
  .contacts-page .user {
    padding: 30px;
  }
  .contacts-page form {
    padding: 30px;
  }
  .contacts-page form .name span {
    font-size: 20px;
  }
  .contacts-page h2 {
    font-size: 20px;
  }
  .contacts-page .menu a {
    margin-right: 15px;
  }
  .tech-page h2 {
    font-size: 20px;
  }
  .tech-page h2.bottom {
    padding: 30px 0;
  }
}
@media (min-width: 1111px) {
  .header .mobile-menu {
    display: none !important;
  }
  .footer .mobile-menu {
    display: none !important;
  }
  .header {
    background: #f3f4f6!important;
  }
}


.select2-results__option[aria-selected=true] {
    display: none;
}
.select2-container {
    width: 100% !important;
}
.has-error .select2-selection, .has-error input.form-control {
    border: 2px solid rgb(185, 74, 72) !important;
}

.btn-mdfy-wall {
  width: 100% !important;
}