/*================================== Шрифты*/
@font-face {
  font-family: 'Intro';
  src: url('fonts/Intro.woff2') format('woff2'),
      url('fonts/Intro.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
*,*:before,*:after{-webkit-box-sizing: border-box;box-sizing: border-box;}html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:0;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}
/* ============================ Готовые классы помошники */
.cf:after {
  content: "";
  display: table;
  clear: both;
}
/* ============================ Сетка */
html,
body {
  height: 100%;
}
span {font-family:Arial, Helvetica, sans-serif;}
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  line-height: 1.4;
  margin: 0;
  color: #000;
  background-color: #fff;
}
.wrap {
  min-height: 100%;
  padding-bottom: 350px;
}
.container {
  position: relative;
  max-width: 1300px;
  padding-right: 10px;
  padding-left: 10px;
  margin: 0 auto;
}
/* ============================ Базовые стили */
a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
a:hover {
  text-decoration: underline;
}
img {
  max-width: 100%;
}
.title-block {
  margin-top: 0;
  margin-bottom: 30px;
  color: #000;
  font-size: 26px;
  text-transform: uppercase;
}
.btn {
  display: inline-block;
  padding: 0 40px;
  height: 50px;
  border: 2px solid #005aab;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  line-height: 50px;
  text-align: center;
}
.btn:hover {
  text-decoration: none;
  background-color: #005aab;
}
.btn--order {
  background-color: #005aab;
}
.btn--order:hover {
  background-color: #1581e2;
}
.btn--news {
  height: 36px;
  background-color: transparent;
  line-height: 35px;
  color: #005aab;
}
.btn--news:hover {
  background-color: #005aab;
  color: #fff;
}
h6, h5 {
  font-size: 1.1em;
}
/* ============================ Шапка */
.main-header {
  padding-top: 30px;
  padding-bottom: 25px;
  background-color: #f0f0f0;
}
.adm {
  position: absolute;
  top: -23px;
  left: 20px;
}
.logo-site {
  float: left;
}
.header-contacts {
  float: right;
  padding-top: 0px; /*было 30px*/
}
.header-contacts > div {
  display: inline-block;
  margin-left: 40px;
}
.header-contacts .fa {
  margin-right: 5px;
  color: #005aab;
  font-size: 18px;
  font-family: 'Font Awesome';
}
.header-contacts p {
  margin-top: 0;
  margin-bottom: 10px;
}
.header-contacts p + p {
  padding-left: 23px;
  font-size: 14px;
}
.header-contacts .phone {
  font-size: 18px;
}
/* ============================ Меню сверху */
.menu-top {
  height: 63px;
  background-color: #005aab;
}
.menu-top ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  text-align: center;
}
.menu-top li {
  position: relative;
  display: inline-block;
  padding: 0 2%;
  font-size: 16px;
  vertical-align: top;
}
.menu-top li:after {
  content: '';
  position: absolute;
  top: 12px;
  right: 0;
  width: 1px;
  height: 40px;
  background-color: #848484;
}
.menu-top li:last-child:after {
  display: none;
}
.menu-top a {
  display: block;
  color: #fff;
  line-height: 63px;
}
.search-btn {
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 28px;
  height: 63px;
  outline: none;
  cursor: pointer;
}
.search-btn .fa {
  font-family: 'Font Awesome';
}
.search {
  position: absolute;
  width: 100%;
  display: none;
  padding-top: 20px;
  height: 63px;
  background-color: #ffffff;
  z-index: 10002;
      -webkit-box-shadow: 0 20px 30px -25px #031b31;
              box-shadow: 0 20px 30px -25px #031b31;
}
.search input {
  width: 100%;
  border: none;
  font-size: 18px;
  text-indent: 10px;
  outline: none;
}
/* ============================ Мобильное меню */
.menu-trigger {
  display: none;
  float: right;
  padding: 10px 35px;
  color: #005aab;
  font-size: 36px;
  cursor: pointer;
}
.menu-trigger .fa {
  width: 31px;
  height: 36px;
  text-align: center;
  font-family: 'Font Awesome';
}
.mobile-menu {
  display: none;
  position: absolute;
  top: 100px;
  left: 0;
  background-color: #fff;
  width: 100%;
  z-index: 10000;
  -webkit-box-shadow: 0px 60px 30px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 60px 30px rgba(0, 0, 0, 0.4);
}
.mobile-menu ul {
  list-style-type: none;
  font-size: 18px;
  line-height: 48px;
  font-weight: 400;
}
.mobile-search {
  max-width: 700px;
  padding: 0 20px;
  margin: 20px auto 0;
}
.mobile-search input {
  width: 86%;
  height: 52px;
  border: 1px solid #acacac;
  text-indent: 15px;
  vertical-align: middle;
}
.mobile-search button {
  width: 12%;
  height: 52px;
  background-color: #005aab;
  vertical-align: middle;
}
/* ============================ Контакты на мобильном */
.contacts-trigger {
  display: none;
  float: right;
  padding: 10px 35px;
  color: #005aab;
  font-size: 36px;
  cursor: pointer;
  border-right: 1px solid #a4a4a4;
}
.contacts-trigger .fa {
  font-family: 'Font Awesome';
}
.mobile-contacts {
  display: none;
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  padding: 30px 20px 50px;
  background-color: #fff;
  z-index: 10000;
  -webkit-box-shadow: 0px 60px 30px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 60px 30px rgba(0, 0, 0, 0.4);
}
.mobile-contacts .fa {
  color: #005aab;
  width: 16px;
  text-align: center;
  font-family: 'Font Awesome';
}
.mobile-contacts .btn {
  display: block;
  max-width: 265px;
  margin: 35px auto 0;
  background-color: transparent;
  color: #005aab;
  font-size: 14px;
}
.mobile-contacts .btn:hover {
  background-color: #005aab;
  color: #fff;
}
/* ============================ Баннер */
.banner {
  /* height: 459px; */
}
.banner__info {
  padding: 70px 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
}
.banner__info h1 {
  margin: 0 0 40px 0;
  font-size: 40px;
}
.banner__info p {
  max-width: 842px;
  margin: 0 auto 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
/* ============================ Каталог на главной */
.catalog-index {
  margin-bottom: 50px;
  padding-top: 37px;
  background-color: #f0f0f0;
}
.catalog-index.inner {
  background-color: #fff;
}
/* .prod-card {
  float: left;
  width: 31.6406%;
  margin-right: 2.5391%;
  margin-bottom: 38px;
  background-color: #fff;
  text-align: center;
} */

.prod-card > a {
  display: block;
  text-decoration: none;
  font-size: 0;
  overflow: hidden;
}
.prod-card img {
  width: 100%;
  height: auto;
}
/* .prod-card:nth-child(3n+3) {
  margin-right: 0;
} */
.prod-card__title {
  min-height: 72px;
  font-size: 20px;
  font-weight: 700;
}
.prod-card__title a {
  display: block;
  padding: 15px 30px 10px;
  line-height: 1;
}
.prod-card:hover {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.prod-card:hover a {
  color: #005aab;
  text-decoration: none;
}

.catalog-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.prod-card {
  width: -webkit-calc(33.333% - 30px);
  width: calc(33.333% - 30px);
  margin: 0 15px 30px;
  background-color: #fff;
  text-align: center;
}

.catalog-list.add-property .prod-card {
  width: -webkit-calc(50% - 18.666%);
  width: calc(50% - 18.666%);
}
/* ============================ О компании */
.about {
  margin-bottom: 55px;
}
.about-info {
  margin-bottom: 30px;
}
.about-info__txt {
  float: left;
  width: 50%;
  padding-right: 30px;
  text-align: justify;
}
.about-info__txt h4 {
  margin-top: 0;
}
.about-info__txt p {
  margin-top: 0;
  font-size: 14px;
}
.about-info__img {
  float: left;
  width: 50%;
  max-width: 640px;
}
.advantage ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.advantage li {
  float: left;
  padding-top: 30px;
  padding-left: 20px;
  width: 22.52%;
  margin-right: 3.2814%;
  height: 119px;
  border: 1px solid #d5d5d5;
  background-color: #ffffff;
}
.advantage li:last-child {
  margin-right: 0;
}
.advantage li img {
  vertical-align: middle;
  margin-right: 5px;
  width: 20%;
}
.advantage li span {
  display: inline-block;
  vertical-align: middle;
  width: 70%;
}
/* ============================ Система контроля качества */
.quality {
  margin-bottom: 50px;
}
.quality__txt {
  float: left;
  padding: 35px 45px;
  background-color: #f7f7f7;
  width: 50%;
}
.quality__signs {
  float: left;
  width: 50%;
  padding-top: 28px;
  text-align: center;
}
.quality__signs img {
  margin: 0 10px;
}
/* ============================ Новости */
.news {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  background: url(/images/bg-news.jpg) 50% 0 / cover no-repeat;
}
.more-news {
  position: absolute;
  top: 0;
  right: 10px;
  width: 227px;
  height: 40px;
  background-color: #ffffff;
  color: #005aab;
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
}
.more-news:hover {
  background-color: #005aab;
  color: #fff;
  text-decoration: none;
}
.news-item {
  float: left;
  background-color: #fff;
  width: 31.7968%;
  min-height: 441px;
  margin-right: 2.3046%;
}
.news-item:last-child {
  margin-right: 0;
}
.news-item__txt {
  padding: 0 25px 15px 25px;
}
.news-item__txt > * {
  margin-top: 0;
  margin-bottom: 10px;
}
.news-item:hover {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
}
/* ============================ Фотогалерея */
.gallery {
  padding: 40px 0 50px;
  background-color: #f0f0f0;
}
.gallery-carousel .item {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.gallery-carousel .item img{
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.gallery-carousel .item:hover .caption {
  text-decoration: underline;
}
.gallery-carousel .item:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
     transform: scale(1.05);
}
.gallery-carousel .item a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.gallery-carousel .item .caption {
  width: 100%;
  height: 60px;
  padding-top: 20px;
  position: absolute;
  bottom: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000000), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  color: #fff;
  text-align: center;
}
.gallery .owl-nav {
  position: absolute;
  top: -65px;
  right: 17%;
  font-family: 'Font Awesome';
  color: #fff;
  font-size: 18px;
}
.gallery .owl-nav > div {
  padding-top: 6px;
  margin-left: 5px;
  display: inline-block;
  width: 33px;
  height: 33px;
  background-color: #005aab;
  text-align: center;
}
.gallery .owl-nav > div:hover {
  background-color: #1d8aec;
}
/* ============================ Контент */
.content.ins {
  padding: 10px 10px 40px;
}
a.fz {
  text-decoration: underline;
}
/* ============================ Подвал */
.main-footer {
  margin-top: -350px;
  height: 350px;
  background-color: #3d3d3d;
}
.newsletter {
  position: relative;
  top: -20px;
  padding: 30px;
  height: 108px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.newsletter span {
  float: left;
  width: 30%;
  max-width: 302px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.newsletter form {
  float: right;
  width: 70%;
}
.newsletter form input[type="text"] {
  width: 68%;
  height: 52px;
  border: 1px solid #acacac;
  text-indent: 25px;
}
.newsletter form input[type="submit"] {
  width: 30%;
  height: 52px;
  border: 1px solid #005aab;
  background-color: #005aab;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
}
.newsletter form input[type="submit"]:hover, .order_form_b > a:first-child:hover {
  background-color: #1d8aec;
}
.footer-block {
  position: relative;
  display: inline-block;
  vertical-align: top;
  min-width: 140px;
  max-width: 300px;
  color: #e1e1e1;
  font-size: 14px;
  padding-right: 20px;
}
.footer-block--right {
  float: right;
  text-align: right;
  width: 30%;
}
.footer-block a {
  color: #e1e1e1;
}
.footer-block h5 {
  display: inline-block;
  color: #e1e1e1;
  font-size: 14px;
  text-transform: uppercase;
  border-bottom: 1px solid #afafaf;
}
.footer-block ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer-block p {
  margin: 0 0 20px 0;
}
.footer-block .fa {
  font-size: 16px;
  margin-right: 5px;
  width: 16px;
  text-align: center;
  font-family: 'Font Awesome';
}
.search-footer {
  width: 100%;
  margin-bottom: 20px;
  font-size: 0;
}
.search-footer input {
  width: 80%;
  height: 44px;
  background-color: #828282;
  border: none;
  text-indent: 15px;
  vertical-align: middle;
  font-size: 14px;
  color: #fff;
}
.search-footer button {
  width: 20%;
  height: 44px;
  background-color: #005aab;
  vertical-align: middle;
  font-size: 18px;
}
.search-footer button .fa {
  margin-right: 0;
  font-family: 'Font Awesome';
}
.counter {
  float: left;
}
.dispatch {
	max-width: 750px;
    padding: 15px;
    margin: 0 auto;
	background-color: #fff;
	margin-bottom: 25px;
}
.header_dispatch a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 25px;
    color: #0051a4;
    font-weight: bold;
    text-decoration: underline;
}
.header_dispatch {
    margin-bottom: 10px;
}
.dispatch img {
	max-width: 100%;
    display: block;
    margin: 0 auto;
}
.txt_disp {

}
.footer_dispatch {
	margin: 15px 0;
}
.footer_dispatch p {
	margin: 0 0 15px 0;
    font-size: 12px;
    color: #828282;
}
.footer_dispatch p a {
    text-decoration: underline;
    color: #000;
    margin: 0;
    font-weight: normal;
    vertical-align: inherit;
}
.footer_dispatch a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 25px;
    color: #0051a4;
    font-weight: bold;
    text-decoration: underline;
}
/* ============================ Админ часть */
.view {
  width: 100%;
}
.view [type="checkbox"],
.view [type="radio"] {
  height: 16px;
}
.view th h3 {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #ccc;
}
.view th {
  font-size: 13px;
}
.view th,
.view td {
  position: relative;
  padding: 5px;
}
.view .date_control {
  position: absolute;
  right: 7px;
  top: 7px;
  height: 23px!important;
}
.view td [type="text"],
.view td [type="email"],
.view td [type="password"],
.view td textarea,
.view td select {
  width: 60%;
  height: 30px;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #ccc;
  padding: 5px;
  font-size: 13px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
@media screen and (max-width: 522px) {
    .view td [type="text"],
    .view td [type="email"],
    .view td [type="password"],
    .view td textarea,
    .view td select {
  width: 100%;
   }
}
.view td textarea {
  width: 100%;
  max-width: 840px;
  height: 150px;
}
.view td [type="text"]:focus,
.view td [type="email"]:focus,
.view td [type="password"]:focus,
.view td textarea:focus,
.view td select:focus {
  border-color: #66afe9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

table.PDF    { border-left: 1px solid #005FB1; border-right-style: none; border-right-width:
               medium; border-top-style: none; border-top-width: medium;
               border-bottom-style: none; border-bottom-width: medium }
td.Header    { font-family: Arial; font-size: 11px; font-weight: bold; color: #FFFFFF; background-color: #005FB1; text-align:
               center; border-left: 1px solid #005FB1;
               border-right: 1px solid #FFFFFF; border-top: 1px solid #005FB1;
               border-bottom: 1px solid #FFFFFF; padding-left: 2px;
               padding-right: 2px }
td.HeaderSel    { font-family: Arial; font-size: 11px; font-weight: bold; color: #FFFFFF; background-color: #9AAAD9; text-align:
               center; border-left: 1px solid #005FB1;
               border-right: 1px solid #FFFFFF; border-top: 1px solid #005FB1;
               border-bottom: 1px solid #FFFFFF; padding-left: 1px;
               padding-right: 1px }
tr.Even     { background-color: #E7E7E8 }
td.PDF      { font-family: Arial; font-size: 11px; text-align: center; border-left: 1px solid #FFFFFF;
               border-right: 1px solid #005FB1; border-top: 1px solid #FFFFFF;
               border-bottom: 1px solid #005FB1 }
td.PDFSel { font-family: Arial; font-size: 11px; text-align: center; background-color: #D4DAEF; border-left: 1px solid #FFFFFF;
               border-right: 1px solid #005FB1; border-top: 1px solid #FFFFFF;
               border-bottom: 1px solid #005FB1 }
td.PDFSelSmall { font-family: Arial; font-size: 11px; text-align: center; background-color: #D4DAEF; border-left: 1px solid #FFFFFF;
               border-right: 1px solid #005FB1; border-top: 1px solid #FFFFFF;
               border-bottom: 1px solid #005FB1; line-height: 100% }
td.PDFSmall { font-family: Arial; font-size: 11px; text-align: center; border-left: 1px solid #FFFFFF;
               border-right: 1px solid #005FB1; border-top: 1px solid #FFFFFF;
               border-bottom: 1px solid #005FB1; line-height: 100% }
.order_form_b {
  padding: 20px;
  text-align: center;
}
.order_form_b > a {
    display:inline-block;
    padding: 0 40px;
    line-height: 40px;
    border: 1px solid #005aab;
    background-color: #005aab;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    text-decoration:none;
}
.order_form_b > a:last-child {
    border: 1px solid #828282;
    background-color: #828282;
}
.input_alert {
    border: 2px solid red;
}
.tr-requir {
  height: 138px;
  position: relative;
}
th.kost {
  /* position: absolute; */
  left: 0;
}
td.lol {
  position: absolute;
      left: 370px;
      margin-top: 35px;
}
/* ============================ MediaQ */
@media screen and (max-width: 1090px) {
  .footer-block--right {
    width: 23%;
  }
}
@media screen and (max-width: 1024px) {
  .menu-top {
    display: none;
  }
  .main-header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .logo-site img {
    width: 188px;
  }
  .header-contacts {
    padding-top: 15px;
  }
  .header-contacts > div,
  .header-contacts .phone {
    font-size: 14px;
  }
  .header-contacts > div .fa,
  .header-contacts .phone .fa {
    font-size: 14px;
  }
  .header-contacts p {
    margin-bottom: 5px;
  }
  .menu-trigger {
    display: block;
  }
  .prod-card {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
  }
  /* .prod-card:nth-child(3n+3) {
    margin-right: 2.5391%;
  }
  .prod-card:nth-child(even) {
    margin-right: 0;
  } */
  /* .prod-card img {
    width: 100%;
  } */
  .advantage {
    text-align: center;
  }
  .advantage li {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
    width: 36.52%;
  }
  .advantage li:last-child {
    margin-right: 3.2814%;
  }
  .news .news-item {
    width: 48.7968%;
    min-height: 450px;
  }
  .news .news-item img {
    width: 100%;
  }
  .news .news-item:nth-of-type(2) {
    margin-right: 0;
  }
  .news .news-item:nth-of-type(3) {
    display: none;
  }
  .footer-menu {
    display: none;
  }
  .footer-block--right {
    width: 35%;
  }
  .newsletter {
    height: auto;
    text-align: center;
    padding: 20px;
  }
  .newsletter span {
    width: 100%;
    float: none;
  }
  .newsletter form {
    width: 100%;
    float: none;
    margin-top: 10px;
  }
}
@media screen and (max-width: 900px) {
  .about-info__txt {
    width: 100%;
    padding-right: 0;
  }
  .about-info__img {
    display: none;
  }
  .banner__info {
    padding-top: 40px;
  }
  .quality__txt {
    padding: 20px;
  }
  .quality__txt,
  .quality__signs {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .city-selector__wrap.small {
    display: block !important;
  }
  .header-contacts {
    display: none;
  }
  .contacts-trigger {
    display: block;
  }
  .banner__info h1 {
    margin: 0 0 20px 0;
    font-size: 30px;
  }
  .banner__info p {
    font-size: 16px;
  }
  .newsletter form input[type="submit"] {
    font-size: 14px;
  }
  .advantage li {
    width: 49.52%;
    margin-right: 0;
  }
  .advantage li:last-child {
    margin-right: 0;
  }
  .footer-contacts,
  .search-footer {
    display: none;
  }
  .footer-block--right {
    float: none;
    width: 100%;
    max-width: initial;
  }
  .counter {
    float: none;
  }
  .copyright {
    /*position: absolute;*/
    top: 0;
    left: 0;
  }
  .sitemap-link {
    /*position: absolute;*/
  }
  .wrap {
    padding-bottom: 215px;
  }
  .main-footer {
    margin-top: -215px;
    height: 215px;
  }
}
@media screen and (max-width: 700px) {
  .newsletter form input[type="text"] {
    width: 100%;
    margin-bottom: 10px;
  }
  .newsletter form input[type="submit"] {
    width: 200px;
  }
  .wrap {
    padding-bottom: 283px;
  }
  .main-footer {
    margin-top: -283px;
    height: 283px;
  }
}
@media screen and (max-width: 600px) {
  .prod-card {
    width: 100%;
    margin: 0 15px 30px;
  }
  .advantage li {
    width: 65.52%;
  }
  .news .news-item {
    width: 100%;
    min-height: 450px;
    margin-right: 0;
  }
  .news .news-item:nth-of-type(2) {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .logo-site img {
    width: 120px;
    padding-top: 10px;
  }
  .mobile-menu,
  .mobile-contacts {
    top: 90px;
  }
  .banner__info h1 {
    margin: 0 0 10px 0;
    font-size: 25px;
  }
  .banner__info p {
    margin: 0 auto 20px;
    font-size: 14px;
  }
  .banner__info .btn {
    margin-bottom: 5px;
  }
  .advantage li {
    width: 77.52%;
  }
  .more-news {
    position: relative;
    display: block;
    margin: 0 auto 20px;
  }
  .news .title-block {
    text-align: center;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 375px) {
  .menu-trigger,
  .contacts-trigger {
    padding: 10px 20px;
  }
  .mobile-search input {
    width: 82%;
  }
  .mobile-search button {
    width: 16 %;
  }
  .banner__info p {
    line-height: 1.4;
  }
  .advantage li {
    width: 90.52%;
  }
  .newsletter span {
    font-size: 11px;
  }
  .gallery .owl-nav {
    right: 1%;
  }
}
select#sel_rozstaw_plaskownika_nosnego option {
    -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
    color: red;
}
select#sel_rozstaw_plaskownika_nosnego option:nth-child(6) {
    color: blue;
}
select#sel_rozstaw_pretow option {
    color: red;
}
select#sel_rozstaw_pretow option {
    color: red;
}
select#sel_rozstaw_pretow option:nth-child(6),
select#sel_rozstaw_pretow option:nth-child(7),
select#sel_rozstaw_pretow option:nth-child(9),
select#sel_rozstaw_pretow option:nth-child(10) {
    color: blue;
}
select#sel_wys_plask_nosnego option:nth-child(1),
select#sel_wys_plask_nosnego option:nth-child(4),
select#sel_wys_plask_nosnego option:nth-child(6) {
  color:red;
}
select#sel_rozstaw_plaskownika_poprzecznego option {
  color:blue;
}
select#sel_rozstaw_plaskownika_poprzecznego option:nth-child(7),
select#sel_rozstaw_plaskownika_poprzecznego option:nth-child(8) {
  color:red;
}

.counter-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  /* margin-bottom: 50px; */
  text-align: center;
  /* background-image: url("/images/count-bg.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover; */

}
.counter-number,
.counter-other-text {
  /* font-family: 'Intro', Arial, sans-serif; */
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
.counter-number {
  font-size: 66px;
  line-height: 1;
  /* text-shadow: 3px 3px 0 #0059ab; */
  /* background: url("/images/064_big.jpg") 50% 50% no-repeat;
  background-size: cover;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  text-shadow: 3px 3px 0px rgba(0,0,0,0.2); */
}

#law {
  display: none;
}

@media screen and (max-width: 640px) {
  /* .counter-block {
    padding: 30px 0;
    margin-bottom: 30px;
  } */
  .counter-number,
  .counter-other-text {
    font-size: 16px;
  }
  .counter-number {
    font-size: 64px;
  }
}
/* 404 */
.error_page {
    width: 100%;
    min-height: 100%;
    height: 100%;
    overflow: hidden;
    /*position: fixed;*/
    top: 0px;
    z-index: 200;
    text-align: center;
}
.error_page:before {
    height: 100%;
    content: "";
    display: inline-block;
    vertical-align: middle;
} 
.nopage {
    width: 750px;
    padding: 80px;
    margin: auto;
    display: inline-block;
    vertical-align: middle;
    position: relative;
	/*border: 8px solid #00baf5;*/ /*цвет выбираем по общему дизайну сайта*/
}
.nopage-title {
    font-size: 90px;
    font-style: italic;
    color: #09366b;
    text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.63);
    font-weight: normal;
    text-align: center;
    margin: 0 0 40px 0;
}
.nopage-txt {
    width: 100%;
    text-align: center;
    color: #09366b;;
}
.nopage-txt p {
	font-size: 18px;
}
.nopage-txt a {
	color: #005aab; /*цвет выбираем по общему дизайну сайта*/
    font-weight: bold;
    text-decoration: none;
}
.nopage-txt h2 {
    color: #09366b;
    font-size: 30px;
}
/*Стили для хлебных крошек*/
.path {margin: 0 0 1em 0;}
.path a, .path a span {
	font-family: Arial;
	font-size: 90%;  
	color: #005aab;   
	cursor: pointer;  
	text-decoration: underline;  
	pointer-events: all;

}
.path a:hover {
	text-decoration: none;
}
.path span:hover {
	text-decoration: none;
}
.path span {
	font-size: 98%;
	cursor: text; 
	text-decoration: none;  
	color: #5e5e5e; 
	pointer-events: none;
}
/* Хороший текст */
.perf-txt {
	font-family: Arial;
	color: #40454b;
/*	font-family: Times New Roman; */
	font-size: 16px;
	line-height: 1.6;
	width: 1040px;
	margin-left: 179px; /*опционально, в зависимости от верстки, поумолчанию отключено*/
}
.perf-txt p {
	margin-top: 10px;
	margin-bottom: 15px;
}
.perf-txt a {
	color: inherit;
	text-decoration: none;
	border-bottom: 2px solid red;
}
.perf-txt a:hover {
	border-bottom: none;
	cursor: pointer;
	color: black;
}
.perf-txt ul li {
	list-style-type: disc;
	padding-left: 10px;
	line-height: 1.67;
	color: inherit;
}
.acc-block {
	padding: 10px;
	margin: 12px;
	background-color: white;
	border: 1px solid gray;
	border-radius: 7px;
	text-align: center;
	font-size: 100%;
}
.acc-block-min-preority {
	padding: 10px;
	margin: 12px;
	border: 1px dashed black;
	border-radius: 7px;
}
.line-left { 
    border-left: 2px solid #ccc; 
    margin-left: 20px;
    padding-left: 10px; 
	font-style: italic;
	font-size: 105%;
}
.big-text {
	font-weight: bold;
	font-size: 130%;
}

/* Для микродата */

.microdata-style {
	text-align: center; 
	font-size: 100%;
	line-height: 1.6;
	margin-bottom: 40px;
    border-bottom: 1px solid #005aab;
}
.microdata-style h2 {
    margin-bottom: 10px;
}
.microdata-style p {
	padding-left: 10px;
	margin-top: 1px; /*опционально */
	margin-bottom: 1px; /*опционально */
}
.microdata-style img {
	width: 20%; /*опционально */
	height: 20%; /*опционально */
	padding: 10px;
	/*background-color: #ccc;*/ /*опционально */
	border-radius: 4px;
}	
.microdata-blocks {
	margin-bottom: 5px;
	padding: 10px;
	background-color: white;
	border-radius: 7px;
}
.likeaheaders {
    font-size: 22px;
    font-weight: 600;
    color: #005aab;
}
.microdata-style ul li{
    list-style-type: none;
}
.microdata-style a {
    color: #005aab;
}
.hrefs li a{
    color: #005aab;
    text-decoration: none;
}
.hrefs li a:hover {
    color: red;
    text-decoration: underline;
}

/* выбор города */
.city-selector__wrap.large {
  margin-top: 3em;
}

.city-selector__wrap.small {
  display: none;
  float: right;
  margin-top: 1em;
}

.city-selector__caption {
  display: block;
}

@media screen and (max-width: 556px){
  .city-selector__wrap.small {
    margin-left: 0;
  }
}

.request-btn {
  display: block;
  padding: 5px 0;
  border: 1px solid #005aab;
  font-size: 16px;
  text-align: center;
  background-color: #005aab;
  color: white;
  transition: all 0.2s ease;
  text-decoration: none;
}

.request-btn:hover {
  color: #005aab;
  background-color: #fff;
  text-decoration: none;
}

.mobile-contacts .request-btn {
  max-width: 265px;  
  height: 50px;
  padding: 0 40px;
  margin: 10px auto 0;
  border: 2px solid #005aab;
  font-size: 14px;
  line-height: 50px;
  text-align: center;
  background-color: transparent;
  color: #005aab;
}

.request-btn--footer {
  background-color: #3d3d3d;
  border-color: #fff;
}

.request-btn--footer:hover {
  color: #3d3d3d;
  border-color: #3d3d3d;
}

.request-content {
  border: 2px solid #005aab;
  border-radius: 5px;
  text-align: center;
}
.request-content h3 {
  padding: 0;
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: bold;
}

.request-block {
  text-align: center;
}

.request-block + .request-block {
  margin-top: 20px;
}

.price-list {
  margin: 25px 0;
}
.simple-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.simple-price:not(:last-of-type) {
  margin-bottom: 15px;
}

.simple-price__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 15px;
  border: 1px solid #dfdfdf;
  text-decoration: none;
  color: #000;
  -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease, border-color 0.2s ease;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
  transition: box-shadow 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
}

@media screen and (max-width: 960px) {
  .simple-price__link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.simple-price__link:hover {
  border-color: #cdcdcd;
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
          box-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
  text-decoration: none;
}

.simple-price__pic {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  max-width: 250px;
  width: 100%;
  font-size: 0;
  overflow: hidden;
}

@media screen and (max-width: 960px) {
  .simple-price__pic {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 640px) {
  .simple-price__pic {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}

.simple-price__pic img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 640px) {
  .simple-price__pic img {
    max-width: 400px;
  }
}

.simple-price__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 25px;
}

@media screen and (max-width: 960px) {
  .simple-price__info {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    margin-top: 20px;
  }
}

@media screen and (max-width: 640px) {
  .simple-price__info {
    margin: 20px 10px 0;
  }
}

.simple-price__title {
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
  font-size: 22px;
}

.simple-price__list {
  padding: 0 15px;
  margin: 0;
  list-style: none;
}

@media screen and (max-width: 640px) {
  .simple-price__list {
    padding: 0 0;
  }
}

.simple-price__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4px 0;
  font-size: 14px;
}

.simple-price__item:not(:last-of-type) {
  border-bottom: 1px solid rgb(243, 243, 243);
}

.simple-price__item-title {
  margin-right: 15px;
}

.simple-price__btn {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: center;
      align-self: center;
}

@media screen and (max-width: 960px) {
  .simple-price__btn {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: calc(50% - 40px);
    margin-left: 40px;
  }
}

@media screen and (max-width: 640px) {
  .simple-price__btn {
    width: 100%;
    max-width: 400px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 0;
    margin: 20px auto 0;
  }
}

.simple-price__price {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: bold;
  white-space: nowrap;
}

.detail-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #dfdfdf;
}

.detail-price__pic {
  position: relative;
  width: 50%;
  padding: 40px;
  font-size: 0;
  text-align: center;
  overflow: hidden;
}

@media screen and (max-width: 960px) {
  .detail-price__pic {
    padding: 25px;
  }
}

@media screen and (max-width: 800px) {
  .detail-price__pic {
    width: 100%;
    padding: 25px 40px;
    text-align: center;
  }
}

.detail-price__pic::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% - 1px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  height: 80%;
  border-right: 1px solid #dfdfdf;
}

@media screen and (max-width: 800px) {
  .detail-price__pic::after {
    display: none;
  }
}

.detail-price__pic img {
  width: 100%;
  max-width: 500px;
  height: auto;
}

@media screen and (max-width: 800px) {
  .detail-price__pic img {
    max-width: 400px;
  }
}

.price-feature {
  width: 50%;
  padding: 40px;
}

@media screen and (max-width: 960px) {
  .price-feature {
    padding: 25px;
  }
}

@media screen and (max-width: 800px) {
  .price-feature {
    width: 100%;
    border-top: 1px solid #dfdfdf;;
  }
}

.price-feature__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px;
}

@media screen and (min-width: 800px) and (max-width: 960px) {
  .price-feature__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (max-width: 576px) {
  .price-feature__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.price-feature__price {
  display: inline-block;
  margin-right: 20px;
  font-size: 24px;
  font-weight: 900;
}

@media screen and (max-width: 1280px) {
  .price-feature__price {
    font-size: 22px;
  }
}

@media screen and (min-width: 800px) and (max-width: 960px) {
  .price-feature__price {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 576px) {
  .price-feature__price {
    margin-right: 0;
    margin-bottom: 15px;
    font-size: 20px;
  }
}

.price-feature__buy,
.simple-price__buy {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: block;
  min-width: 175px;
  padding: 12px 20px;
  border: 1px solid #005aab;
  border-radius: 2px;
  outline: none;
  color: #fff;
  background-color: #005aab;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}

@media screen and (max-width: 1280px) {
  .price-feature__buy {
    min-width: 150px;
  }
}

@media screen and (max-width: 576px) {
  .price-feature__buy {
    min-width: 200px;
  }
}

.price-feature__buy:hover,
.simple-price__buy:hover {
  color: #005aab;
  background-color: #fff;
}

.price-feature__items {
  margin-top: 25px;
}

.price-feature__title {
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
  font-size: 16px;
  /* color: #8c8c8c; */
}

.price-feature__list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 10px;
}

.feature-item:not(:last-of-type) {
  border-bottom: 1px solid #dfdfdf;
}

.feature-item__title {
  display: inline-block;
  margin-right: 15px;
  color: #8c8c8c;
}

.detail-price__caption {
  width: 100%;
  padding: 25px 15px;
  border-top: 1px solid #f1f1f1;
}

.page-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page-list a {
  position: relative;
  display: inline-block;
}

.page-list a::before {
  content: "\2014";
  display: inline-block;
  margin-right: 8px;
}

.page-list a:not(:last-of-type) {
  margin-bottom: 3px;
}