@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700&subset=cyrillic');
/**
 * Общие стили 
 */
.display-flex {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.flex-direction-row {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}
.flex-wrap-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.justify-content-flex-start {
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: justify;
  justify-content: flex-start;
}
.justify-content-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.align-items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
* {
  outline: none;
}
html {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
body {
  margin: 0;
  background: #fff;
  position: relative;
}
a {
  text-decoration: none;
  color: #1b81ca;
}
ul {
  padding: 0;
}
li {
  list-style: none;
  padding: 0;
}
h1 {
  font-size: 26px;
  font-weight: bold;
  line-height: 34px;
  text-align: left;
  color: #000000;
  margin: 0;
  max-width: 700px;
}
h2 {
  font-size: 22px;
  font-weight: normal;
  line-height: 29px;
  text-align: left;
  color: #000000;
  margin: 35px 0 10px;
}
h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
  text-align: left;
  color: #000000;
  margin: 25px 0 -5px;
}
h4 {
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  text-align: left;
  color: #000000;
  margin: 20px 0 -13px;
}
textarea {
  border-color: #fbf6f6;
  width: 100%;
}
input {
  border: 1px solid #fbf6f6;
  width: 100%;
  padding: 10px 10px;
  font-size: 14px;
}
a:hover {
  transition: 0.3s;
  color: #0d5284;
}
.btn {
  cursor: pointer;
  position: relative;
  display: inline-block;
  padding: 11px 45px 10px;
  -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.27);
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.27);
  background: -webkit-gradient(linear, left top, left bottom, from(#44a7d2), to(#2b88b5));
  background: -webkit-linear-gradient(top, #44a7d2, #2b88b5);
  background: -o-linear-gradient(top, #44a7d2, #2b88b5);
  background: linear-gradient(to bottom, #44a7d2, #2b88b5);
  border: none;
  border-bottom: 3px solid #226c92;
  border-radius: 200px;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.4px;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.58);
}
.btn:hover {
  background: #2b88b5;
  transition: none !important;
  color: #fff;
}
input {
  border: none;
  background: none;
  color: #fff;
  margin: 10px 0px 10px;
  border-bottom: 1px solid #fff;
  opacity: 0.6;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
table,
tbody {
  font-size: 16px;
  line-height: 22px;
  color: #000;
}
table td,
tbody td {
  padding-left: 0 !important;
  vertical-align: top;
}
table tr,
tbody tr {
  background: #fff !important;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
/**
 * Стили записи
 */
.breadcrumb {
  padding: 5px 0px 0;
  margin: 10px 0;
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
  color: #197ec6;
  display: inline-block;
}
.breadcrumb a,
.breadcrumb span {
  text-decoration: none;
  border-bottom: none;
  color: #a4a3a3;
}
.blog-header {
  margin-top: 0;
  font-size: 11px;
  line-height: 1.5;
  text-align: left;
}
.blog-header span,
.blog-header a {
  margin-right: 20px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.post-categories {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin-bottom: 5px;
  margin-top: 10px;
}
.post-categories li {
  display: inline-block;
  margin-right: 10px;
}
.post-categories a {
  margin-right: 0;
  padding-left: 5px;
}
.blog-content {
  max-width: 700px;
}
.blog-item {
  border: 1px solid #faf6f6;
  padding: 20px;
  margin-top: 20px;
  overflow: hidden;
}
.blog-item h2 {
  margin-top: 0;
}
.blog-item__img img {
  max-width: 240px !important;
  float: right;
  margin-left: 10px;
}
.blog-item .blog-header {
  margin: -10px 0 20px;
}
.blog-item .blog-content {
  font-size: 14px;
  line-height: 21px;
}
.blog-item--sticky:hover .blog-cover--img {
  opacity: 0.9;
  transition: 0.3;
}
.blog-item--sticky .blog-cover {
  height: 280px;
  display: table;
  background-size: cover;
  margin: -20px;
  width: calc(100% + 40px);
  background-position: bottom;
  box-shadow: inset 0px 0px 0px #000000, inset 0px -114px 155px 11px rgba(0, 0, 0, 0.32);
  color: #fff;
  position: relative;
  background: #131311;
}
.blog-item--sticky .blog-cover--img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  box-shadow: inset 0px 0px 0px #000000, inset 0px -114px 155px 11px rgba(0, 0, 0, 0.32);
}
.blog-item--sticky .blog-header {
  margin-bottom: 20px;
  display: table-cell;
  vertical-align: bottom;
  z-index: 2;
  position: absolute;
  bottom: 0;
}
.blog-item--sticky h2 {
  color: #fff;
  padding: 20px 20px 0;
  margin-bottom: 0;
  text-transform: initial;
  text-shadow: 0 0 1px black;
}
.blog-item--sticky a {
  color: #fff;
}
.blog-comments {
  padding: 20px;
  margin-top: 20px;
  border: 1px solid #FBF6F6;
}
.blog-comments h3 {
  margin-top: 0;
}
.blog-comments .commentlist {
  margin: 0;
}
.blog-comments #comments {
  display: none;
}
.blog-comments .comment {
  padding: 0;
}
.blog-comments .comment:before {
  display: none;
}
.blog-comments .comment-meta {
  position: relative;
}
.blog-comments .comment-author b {
  margin-left: 5px;
}
.blog-comments .comment-metadata {
  position: absolute;
  top: -6px;
  left: 42px;
  font-size: 12px;
  color: #000;
}
.blog-comments .comment-awaiting-moderation {
  background: #84bd5a;
  color: #fff;
  text-align: center;
  font-size: 13px;
}
.blog-comments .comment-reply-link {
  font-size: 13px;
}
.blog-comments label {
  display: block;
  font-size: 13px;
  font-weight: bold;
}
.blog-comments input {
  max-width: 350px;
  display: block;
}
.blog-comments .comment-form-url {
  display: none;
}
.blog-comments input[type="submit"] {
  display: block;
  border: 1px solid #1b81caa3;
  border-radius: 5px;
  padding: 10px 12px;
  max-width: 216px;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.3px;
  margin-top: 20px;
}
.blog-comments input[type="submit"]:hover {
  background: #1b81ca;
  color: #fff;
}
.blog-comments .depth-2,
.blog-comments .depth-3,
.blog-comments .depth-4,
.blog-comments .depth-5,
.blog-comments .depth-6,
.blog-comments .depth-7 {
  list-style: none;
  padding-left: 30px;
  padding-top: 20px;
}
.blog-tags {
  font-size: 11px;
  margin-top: 20px;
}
.readmore {
  display: block;
  border: 1px solid #1b81caa3;
  border-radius: 5px;
  padding: 4px 12px;
  max-width: 126px;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.8px;
  margin-top: 20px;
}
.readmore:hover {
  background: #1b81ca;
  color: #fff;
}
.pagination {
  font-size: 12px;
  padding: 20px 0;
}
.pagination h2 {
  display: none;
}
.pagination span,
.pagination a {
  display: inline-block;
  padding: 0px 9px;
}
.pagination span {
  border: 1px solid #69acdc;
}
.pagination .dots {
  border: none;
}
.main {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 5rem;
}
.content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 70%;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
  margin-left: auto;
  background: #fff;
  font-size: 16px;
  color: #000000;
  padding: 0px 0px 70px 60px;
}
.sidebar {
  width: 30%;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
.sidebar-nav {
  display: none;
  font-size: 14px;
  border: 1px solid;
  border-radius: 5px;
  text-align: center;
  padding: 4px 10px;
  margin-bottom: 20px;
}
.likely {
  margin-top: 20px;
}
.article li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 15px;
}
.article li:before {
  content: '—';
  display: inline-block;
  position: absolute;
  left: 0;
  color: #2073b8;
}
.article li.ya-share2__item {
  padding-left: 0;
}
.article li.ya-share2__item:before {
  content: '';
}
.article ol {
  padding: 0;
  list-style-type: none;
  counter-reset: num;
}
.article ol li {
  list-style: unset;
}
.article ol li:before {
  content: counter(num) '. ';
  counter-increment: num;
  color: #2073b8;
  font-weight: bold;
  position: absolute;
  left: 0;
  font-size: 12px;
  top: 2px;
}
.article img {
  max-width: 100%;
  height: auto;
}
.article figcaption {
  font-size: 12px;
  font-style: italic;
  padding-left: 10px;
}
.article blockquote {
  border: 3px solid #247dc5;
  margin: 0;
  padding: 10px 30px;
}
.article blockquote em {
  font-size: 12px;
}
/**
 * Слайдер
 */
.slider-pagination {
  text-align: right;
  position: relative;
  left: -10px !important;
}
.slider-arrows {
  display: none;
}
.slider {
  background: #fcfcfc;
}
.slider:hover .slider-arrows {
  display: block;
}
.slider__desc {
  position: absolute;
  bottom: -30px;
  font-size: 12px;
  font-style: italic;
  left: 10px;
}
.swiper-slide {
  cursor: pointer;
}
/**
 * Галерея
 */
.gallery {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -3rem;
  padding-top: 0px;
  max-width: 100%;
}
.gallery__item {
  width: 145px;
  height: 100px;
  padding: 10px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
  margin-right: 10px;
  background-color: #fcfcfc;
  position: relative;
}
.gallery span {
  position: absolute;
  top: 118px;
  font-size: 12px;
  color: #000;
  line-height: 14px;
  height: 32px;
  overflow: hidden;
  text-align: center;
  background: #fcfcfc;
  width: 167px;
  display: block;
  padding-bottom: 0px;
  font-style: italic;
}
.gallery img {
  max-height: 100%;
}
.mfp-title {
  font-style: italic;
  font-size: 14px;
}
/**
 * Таблицы
 */
table {
  text-align: left;
  border-collapse: collapse;
  margin-top: 20px;
}
table thead {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  color: #9b9b9b;
  border-bottom: solid 1px #e5e5e5;
}
table th {
  padding: 0.7rem 0.9rem;
}
table tbody {
  font-size: 14px;
  line-height: 1.29;
  color: #000;
}
table tbody tr:nth-child(2n + 1) {
  background-color: #fcfcfc;
}
table td {
  padding: 0.9rem 0.9rem;
}
/**
 * Файлы
 */
.file-item {
  position: relative;
  padding-left: 50px !important;
  margin-bottom: 35px !important;
  display: block !important;
  font-size: 13px;
}
.file-item:first-child {
  margin-top: 40px;
}
.file-item:before {
  content: '' !important;
  display: none !important;
}
.file-link {
  position: relative;
  border-bottom: 1px dashed rgba(26, 127, 199, 0.07);
  font-size: 18px;
  margin-bottom: 5px;
}
.file-link:before {
  content: '';
  width: 64px;
  height: 64px;
  display: block;
  position: absolute;
  left: -59px;
  background-size: 50px;
  background-repeat: no-repeat;
  top: -16px;
}
.file-link--doc:before {
  background-image: url('../img/files/doc.png');
}
.file-link--jpg:before {
  background-image: url('../img/files/jpg.png');
}
.file-link--png:before {
  background-image: url('../img/files/png.png');
}
.file-link--ppt:before {
  background-image: url('../img/files/ppt.png');
}
.file-link--txt:before {
  background-image: url('../img/files/txt.png');
}
.file-link--xls:before {
  background-image: url('../img/files/xls.png');
}
.file-link--zip:before {
  background-image: url('../img/files/zip.png');
}
.file-link--pdf:before {
  background-image: url('../img/files/pdf.png');
}
/**
 * Виджета
 */
.widget {
  margin-bottom: 40px;
}
.widget h2 {
  margin-top: 0;
}
.widget img {
  max-width: 100%;
  height: auto;
}
.widget h2 {
  padding: 0px;
  margin-bottom: 0;
  border-bottom: 1px solid #ffffff1a;
  font-size: 12px;
  font-weight: normal;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.widget td,
.widget th {
  padding: 10px;
}
.widget select {
  max-width: 100%;
}
.widget_categories,
.widget_archive,
.widget_pages,
.widget_meta,
.widget_recent_entries,
.widget_nav_menu {
  background: #F3F2F2;
  padding: 25px 20px 35px;
}
.widget_categories h2,
.widget_archive h2,
.widget_pages h2,
.widget_meta h2,
.widget_recent_entries h2,
.widget_nav_menu h2 {
  font-size: 18px;
  line-height: 22px;
  text-transform: inherit;
  margin-bottom: 10px;
  font-weight: bold;
}
.widget_categories ul,
.widget_archive ul,
.widget_pages ul,
.widget_meta ul,
.widget_recent_entries ul,
.widget_nav_menu ul {
  color: #000;
}
.widget_categories a,
.widget_archive a,
.widget_pages a,
.widget_meta a,
.widget_recent_entries a,
.widget_nav_menu a {
  display: block;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 10px;
  color: #000;
}
.widget_categories a:hover,
.widget_archive a:hover,
.widget_pages a:hover,
.widget_meta a:hover,
.widget_recent_entries a:hover,
.widget_nav_menu a:hover,
.widget_categories a.active,
.widget_archive a.active,
.widget_pages a.active,
.widget_meta a.active,
.widget_recent_entries a.active,
.widget_nav_menu a.active {
  color: #0085C3;
}
.widget_categories .current-menu-item a,
.widget_archive .current-menu-item a,
.widget_pages .current-menu-item a,
.widget_meta .current-menu-item a,
.widget_recent_entries .current-menu-item a,
.widget_nav_menu .current-menu-item a {
  color: #0085C3;
}
.widget_categories ul,
.widget_archive ul,
.widget_pages ul,
.widget_meta ul,
.widget_recent_entries ul,
.widget_nav_menu ul {
  margin: 0;
}
.widget_calendar table {
  background: #fff;
  border: 1px solid #e5e5e542;
}
.widget_calendar tfoot {
  display: none;
}
.widget_calendar caption {
  padding: 0px;
  margin-bottom: 0;
  border-bottom: 1px solid #ffffff1a;
  font-size: 12px;
  font-weight: normal;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.widget_archive .screen-reader-text {
  display: none;
}
.widget_recent_entries li {
  height: 115px;
}
.widget_recent_entries .post-thumb {
  width: 60px;
  height: 90px;
  background-size: cover !important;
  display: inline;
}
.widget_recent_entries .post-title {
  width: calc(100% - 107px);
  display: inline-block;
  padding-bottom: 0;
  max-height: 77px;
  overflow: hidden;
}
.widget_recent_entries .post-title--nothumb {
  width: 100%;
}
.widget_recent_entries .post-date {
  position: relative;
  display: inline-block;
  right: 0;
  top: 0;
  padding-left: 17px;
}
@media (min-width: 768px) and (max-width: 1000px) {
  .content {
    padding: 20px 20px 50px 40px;
  }
}
@media (max-width: 768px) {
  .main {
    display: block;
  }
  .sidebar {
    width: 100%;
  }
  .content {
    max-width: 100%;
    display: block;
  }
  .content {
    padding: 20px 20px 40px 20px;
  }
  .blog-item__img img {
    float: none;
    max-width: 100% !important;
    margin: 0;
  }
  .sidebar * {
    display: none;
  }
  .sidebar > .sidebar-nav {
    display: block;
  }
  .sidebar--on * {
    display: block;
  }
  tr {
    padding: 0px;
    max-width: 50px;
    display: table-footer-group;
  }
  td,
  th {
    font-size: 13px;
    padding: 5px !important;
    max-width: 100px;
    word-wrap: break-word;
  }
}
.page__404 {
  font-size: 300px;
  font-weight: bold;
  text-align: center;
  margin-top: 180px;
  margin-bottom: 70px;
}
.page__404 p {
  font-size: 20px;
  margin-top: 140px;
}
.btn-contur {
  color: #000;
  border: 2px solid #2d85bf;
  border-radius: 100px;
  padding: 10px 30px;
  height: 23px;
  margin-top: 6px;
  background: none;
  box-shadow: none;
  text-shadow: none;
}
.btn-contur:hover {
  color: #fff;
  transition: 0.3s !important;
}
.header-menu {
  background: #0088C3;
  color: #fff;
  box-shadow: inset 0 0 40px -4px rgba(0, 0, 0, 0.14901961);
}
.header-menu ul {
  margin: 0;
}
.header-menu li {
  display: inline-block;
}
.header-menu a {
  color: #fff;
  margin-right: 10px;
  font-size: 14px;
  padding: 5px 10px;
  display: inline-block;
  font-weight: lighter;
}
.header-menu a:first-child {
  margin-left: -10px;
}
.header-menu a.search {
  float: right;
}
.header-menu a:hover {
  background: #2775a7;
}
.header-bottom {
  box-shadow: 0 4px 5px -3px rgba(0, 0, 0, 0.15);
  background: #EEECEC;
  z-index: 3;
  position: relative;
}
.header-main {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.header-main .logo {
  padding: 8px 0 0;
}
.header-main .logo:hover {
  opacity: 0.8;
}
.header-main .slogan {
  max-width: 190px;
  line-height: 14px;
  padding: 16px 0;
  margin-left: 16px;
  color: #4D4E4E;
  font-size: 13px;
}
.header-main .mail {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px dashed;
  height: 23px;
  padding-top: 13px;
}
.header-main .mail:hover {
  opacity: 0.8;
}
.header-main__item {
  font-size: 18px;
  font-weight: bold;
  margin-top: 11px;
  margin-left: 30px;
}
.header-main__item .phone {
  color: #000;
}
.header-main__item .phone:hover {
  color: #0085C3;
}
.header-main__item .title {
  font-size: 13px;
  color: #B3B3B3;
  font-weight: normal;
  display: block;
  margin-top: -7px;
}
.header-main__item:nth-child(2n) {
  /*margin-left: 60px;*/
}
.header-main__item:nth-child(2n+1) {
  margin-right: 60px;
}
.first {
  background: #EEECEC;
  margin: 0;
  padding: 10px 0 170px;
}
.first__slider {
  border: 3px solid #2f89c0;
  border-radius: 20px;
  margin: 30px 40px;
  position: relative;
  height: 431px;
  overflow: hidden;
}
.first .title {
  font-size: 30px;
  font-weight: bold;
  max-width: 480px;
  margin: 50px 50px;
  line-height: 36px;
}
.first .subtitle {
  font-size: 20px;
  font-weight: lighter;
  margin: -35px 50px 50px 50px;
  max-width: 310px;
  line-height: 25px;
}
.first .btn {
  margin: -10px 50px;
}
.first img {
  position: absolute;
  right: 120px;
  top: 40px;
  max-width: 400px;
  z-index: 1;
}
.first__pagination {
  text-align: center;
}
.first__pagination a {
  color: #000;
  padding: 0 20px 3px;
  border-bottom: 1px solid #D5D5D5;
  margin: 0 -4px;
  display: inline-block;
  position: relative;
}
.first__pagination a.active,
.first__pagination a:hover {
  color: #1b81ca;
  border-color: #1b81ca;
}
.first__pagination a:before,
.first__pagination a:after {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 100px;
  background: #d5d5d5;
  display: block;
  position: absolute;
  left: 0;
  bottom: -2.49px;
}
.first__pagination a:after {
  right: 0;
  left: inherit;
}
.first__pagination a.active:after,
.first__pagination a.active:before,
.first__pagination a:hover:after,
.first__pagination a:hover:before {
  background: #1b81ca;
  z-index: 2;
}
.first__triangle {
  position: absolute;
  right: -3px;
  top: 0;
  z-index: 0;
  background: url(../img/first-dots.png);
}
.first .first__slide[data-num] {
  display: none;
}
.first .first__slide[data-num="1"] {
  display: block;
}
.benefits {
  background: #fff;
  padding-top: 1px;
  position: relative;
}
.benefits .items {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
  max-width: 880px;
  margin: 40px auto;
}
.benefits .item {
  max-width: 270px;
  height: 320px;
  background-color: #fff !important;
  border-radius: 20px;
  margin: -110px 10px 0;
  width: 100%;
  box-shadow: 0px 1px 8px -4px #000000;
  background-size: cover !important;
  background-position: 0 !important;
  z-index: 1;
}
.benefits .title {
  font-size: 21px;
  padding: 40px 30px;
  line-height: 30px;
}
.benefits .black .title {
  color: #fff;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.38);
}
.benefits .desc {
  clear: both;
  display: block;
  margin: -10px auto 20px;
  text-align: center;
  padding-bottom: 40px;
}
.benefits__dots {
  background-image: url('../img/benefits-dots.png');
  position: absolute;
  top: -113px;
  width: 100%;
  height: 140px;
  z-index: 0;
  background-repeat: no-repeat;
  left: 237px;
  max-width: 980px;
}
section.category {
  background: linear-gradient(#f0eeee, #dcdada);
  overflow: hidden;
  margin: 0;
  position: relative;
}
section.category .container {
  max-width: 1080px;
  padding: 20px 0 60px;
}
section.category .title {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  padding: 0px 0 30px;
}
section.category .items {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
section.category .item {
  max-width: 528px;
  width: 100%;
  height: 240px;
  background: #fff;
  font-size: 30px;
  line-height: 37px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0px 1px 5px -3px #000000;
  z-index: 1;
}
section.category .item .title {
  text-align: left;
  font-weight: lighter;
  font-size: 28px;
  padding: 0;
  margin: 0;
  line-height: 33px;
}
section.category .thumb {
  max-width: 160px;
  width: 100%;
  max-height: 160px;
  height: 100%;
  background-color: #0082BB !important;
  border-radius: 1000px;
  box-shadow: inset 4px 5px 14px -8px #000000;
  background-repeat: no-repeat !important;
  margin: 30px;
  background-position: 0 !important;
}
section.category .dots {
  position: absolute;
  background-image: url(../img/category-dots.png);
  width: 100%;
  top: 163px;
  height: 160px;
  background-repeat: repeat;
  left: 0;
  right: 0;
  z-index: 0;
}
.pluses {
  padding: 40px 0;
}
.pluses .title {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
}
.pluses .cols {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 60px 80px 0;
  max-width: 1080px;
}
.pluses .cols .col-8 {
  width: 60%;
  text-align: center;
}
.pluses .cols .col-4 {
  width: 40%;
  margin: 20px 0;
}
.pluses__product {
  position: relative;
  left: 60px;
}
.pluses__circle_big {
  background: #0089C6;
  width: 100%;
  height: 100%;
  max-width: 400px;
  max-height: 400px;
  position: absolute;
  top: 16px;
  left: 90px;
  z-index: -1;
  border-radius: 10000px;
  background-image: url(../img/pluses-dots.png);
}
.pluses__circle_small {
  border: 3px solid rgba(0, 137, 198, 0.13);
  width: 100%;
  height: 100%;
  max-width: 460px;
  max-height: 460px;
  position: absolute;
  top: -16px;
  left: 56px;
  border-radius: 10000px;
}
.pluses li {
  font-size: 18px;
  margin-bottom: 25px;
  position: relative;
  padding-left: 46px;
  max-width: 260px;
}
.pluses li:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  background-image: url(../img/plus.png);
  left: 0;
  top: -8px;
}
.cards {
  background: linear-gradient(#333333, #191818);
  overflow: hidden;
  padding: 20px 0;
  position: relative;
}
.cards .title {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  display: inline-block;
}
.cards .filter {
  display: inline-block;
  margin-left: 40px;
}
.cards .filter a {
  font-size: 16px;
  padding: 7px 20px;
  vertical-align: 4px;
  display: inline-block;
  border-radius: 40px;
  margin-right: -2px;
}
.cards .filter a.active,
.cards .filter a:hover {
  color: #fff;
  background: #0089C6;
}
.cards .items {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  padding: 30px 0 50px;
}
.cards .items .item {
  margin-bottom: 0 !important;
  display: block;
  margin-right: 20px;
}
.cards .items .item:hover {
  position: relative;
  bottom: 2px;
}
.cards .items .item:hover .title {
  color: #0085C3;
}
.cards .dots {
  position: absolute;
  width: 100%;
  background-image: url(../img/cards-dots.png);
  height: 160px;
  top: 160px;
  z-index: 0;
}
.cards .cards__items[data-num] {
  display: none;
}
.cards .cards__items[data-num="1"] {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.scheme {
  padding: 20px 0;
}
.scheme .title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.scheme .items {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  max-width: 1080px;
  border: 3px solid #2d89c6;
  border-radius: 20px;
  padding: 70px 140px;
  margin: 40px 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.scheme .item {
  width: 100%;
  font-size: 20px;
  text-align: left;
  margin-bottom: 40px;
  position: relative;
  padding-left: 90px;
  max-width: 320px;
}
.scheme .item .title {
  font-size: 20px;
  text-align: left;
  margin-bottom: 10px;
}
.scheme .item .title .num {
  color: #2d89c6;
}
.scheme .item .desc {
  font-size: 14px;
  line-height: 19px;
}
.scheme .item img {
  position: absolute;
  left: 0;
}
.scheme svg {
  position: absolute;
  bottom: 0;
  left: 400px;
}
.order {
  background: linear-gradient(#0089c6, #0077ab);
  color: #fff;
  padding: 30px 0;
  position: relative;
}
.order .cols {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.order .cols .col-6 {
  width: 50%;
}
.order .title {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-align: left;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.35);
}
.order .desc {
  font-size: 18px;
  line-height: 27px;
  max-width: 410px;
  margin-top: 20px;
}
.order a {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.order a:hover {
  color: #DDDADA;
}
.order .form {
  max-width: 480px;
}
.order .form .row {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}
.order .form .row span {
  width: 44%;
  padding-left: 0;
}
.order .form .row span.your-question {
  width: 100%;
}
.order .form .row span.wpcf7-not-valid-tip {
  font-size: 12px;
  width: 100%;
  color: #fff;
}
.order .form .row--100 input {
  width: 100%;
}
.order .form [type=submit] {
  background: #fff;
  opacity: 1;
  color: #000;
  text-shadow: none;
  width: 42%;
  padding: 16px;
}
.order .form [type=submit]:hover {
  background: #dcdada;
}
.order .dots {
  background-image: url(../img/order-dots.png);
  width: 100%;
  height: 364px;
  top: 0;
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
}
.blog {
  padding: 40px 0;
  background: #fff;
  position: relative;
}
.blog .items {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.blog .item {
  width: 100%;
  max-width: 300px;
  height: auto;
  background-color: #fff !important;
  box-shadow: 0 1px 10px -5px #000000;
  color: #000;
  font-size: 16px;
  position: relative;
  z-index: 1;
}
.blog .item:hover {
  position: relative;
  bottom: 2px;
}
.blog .item:hover .title {
  color: #0085C3;
}
.blog .item .thumb {
  height: 180px;
  background-size: cover;
  background-repeat: no-repeat;
}
.blog .item .title {
  color: #000;
  padding: 17px 19px;
  line-height: 21px;
}
.blog .item--link {
  max-width: 240px;
  background: none !important;
  box-shadow: none;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.blog .item--link .title {
  font-size: 18px;
  line-height: 24px;
  color: #0085C3;
}
.blog .item--link:hover {
  bottom: 0;
}
.blog .dots {
  position: absolute;
  width: 100%;
  background-image: url(../img/blog-dots.png);
  height: 160px;
  top: 107px;
  left: 0;
  right: 0;
  z-index: 0;
}
.sdesc {
  padding: 30px 0;
  background: #fff;
}
.sdesc h1,
.sdesc h2,
.sdesc h3,
.sdesc h4,
.sdesc p {
  color: #848485;
}
.sdesc h1 {
  margin-bottom: -30px;
  font-weight: normal;
}
.sdesc table td {
  color: #848485;
}
.sdesc .share b {
  font-weight: normal;
  display: inline-block;
  margin-right: 10px;
}
.sdesc .share .ya-share2 {
  display: inline-block;
  vertical-align: 5px;
}
.questions {
  padding: 30px 0 50px;
  background: linear-gradient(#f0eeee, #d2cece);
  text-align: center;
}
.questions .title {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 30px;
}
.questions .cols {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 auto;
  text-align: center;
  max-width: 1080px;
  padding: 30px 0;
}
.questions .col-6:first-child {
  border-right: 3px solid #D0CFCF;
  padding-right: 20px;
}
.questions .col-6:nth-child(2n) {
  padding-left: 40px;
}
.questions .phone {
  color: #000;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
  display: block;
}
.questions .phone:hover {
  color: #0085C3;
}
.questions .col-6 {
  width: 50%;
}
.questions .col-6 .title {
  font-size: 16px;
  margin-bottom: 18px;
}
.questions .col-6 .item {
  font-size: 20px;
  margin-bottom: 10px;
}
.questions__desc {
  line-height: 28px;
  margin-top: -10px;
}
.footer {
  padding: 50px 0;
  background: linear-gradient(#333333, #282727);
  color: #fff;
  position: relative;
}
.footer .cols {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.footer .cols .col-4 {
  width: 33%;
}
.footer a {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12941176);
}
.footer a:hover {
  color: #DDDADA;
}
.footer .col-4--first p {
  max-width: 250px;
  line-height: 20px;
}
.footer .col-4--first b {
  margin-bottom: 3px;
  display: block;
  font-weight: normal;
}
.footer .col-4--first a {
  border-bottom: none;
}
.footer .col-4--last b {
  display: block;
  margin-bottom: 10px;
}
.footer .col-4--last a {
  border-bottom: none;
}
.footer .col-4--last a:hover {
  opacity: 0.8;
}
.footer .gt-login {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.footer .phone {
  font-size: 26px;
  display: inline-block;
  margin-bottom: 10px;
  border-bottom: none;
}
.footer .social {
  margin: 20px 0;
}
.footer .social a {
  border-bottom: none;
}
.footer .social a:hover {
  opacity: 0.8;
}
.footer .docs a {
  margin-right: 10px;
}
.footer .logo:hover {
  opacity: 0.8;
}
section.page {
  background: #fff;
  padding-top: 40px;
}
section.page .container {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
section.page .content .title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
}
section.page .content .filter {
  text-align: center;
  padding: 0px 0 30px;
  overflow: hidden;
  position: relative;
}
section.page .content .filter-down {
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  max-width: 30px;
  margin: 0 auto !important;
  padding: 0 !important;
}
section.page .content .filter-down:hover {
  background: none !important;
  color: #2d89c6 !important;
}
section.page .content .filter a {
  font-size: 14px;
  padding: 3px 17px;
  vertical-align: 4px;
  display: inline-block;
  border-radius: 40px;
  margin-right: -5px;
}
section.page .content .filter a.active {
  color: #fff;
  background: #0089C6;
}
section.page .content .filter a:hover {
  background: #2d89c6;
  color: #fff;
}
section.page .content .items {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}
section.page .content .item {
  width: 100%;
  max-width: 178px;
  height: 230px;
  background: #fff;
  color: #000;
  z-index: 1;
  margin: 0 30px 30px 0;
}
section.page .content .desc {
  color: #848485;
}
section.page .content .desc h1 {
  color: #848485;
  font-weight: normal;
}
section.page .content .desc p {
  line-height: 22px;
}
section.page .content .share {
  margin-top: 40px;
}
section.page .content .share b {
  display: inline-block;
  margin-right: 10px;
  font-weight: normal;
}
section.page .content .share .ya-share2 {
  display: inline-block;
  vertical-align: 6px;
}
.widget-catalog {
  background: #F3F2F2;
  padding: 25px 20px 35px;
}
.widget-catalog .title {
  font-size: 18px;
  line-height: 22px;
  text-transform: inherit;
  margin-bottom: 10px;
  font-weight: bold;
}
.widget-catalog__list a {
  display: block;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 10px;
  color: #000;
}
.widget-catalog__list a:hover,
.widget-catalog__list a.active {
  color: #0085C3;
}
.cards__item {
  width: 100%;
  max-width: 178px;
  height: 230px;
  background: #fff;
  color: #000;
  z-index: 1;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.18);
  margin-bottom: 30px;
  border: 1px solid #E7E2E2;
}
.cards__item:hover {
  position: relative;
  bottom: 2px;
}
.cards__item:hover .title {
  color: #0085C3;
}
.cards__item .title {
  font-size: 15px !important;
  color: #000;
  font-weight: normal !important;
  text-align: center !important;
  padding: 0 10px !important;
  margin: 0 auto !important;
  display: block;
  line-height: 18px;
  max-height: 42px;
  overflow: hidden;
  word-wrap: break-word;
}
.cards__item .thumb {
  height: 153px;
  width: 100%;
  max-width: 180px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  border-bottom: 2px solid #2d86c0;
  margin-bottom: 5px;
  padding-bottom: 6px;
}
.cards__item .category {
  color: #9B9B9B;
  text-align: center;
  font-size: 12px;
  background: none;
  margin-top: -1px;
}
.page-top {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 30px;
}
.page-top .thumb {
  width: 35%;
}
.page-top .thumb-big {
  width: 100%;
  max-width: 220px;
  height: 220px;
  border: 1px solid #f3f2f2;
  overflow: hidden;
  display: table;
  table-layout: fixed;
}
.page-top .thumb-big div {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.page-top .thumb-big img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.page-top .thumb-small {
  max-width: 48px;
  height: 50px;
  border: 1px solid #f3f2f2;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  background-size: 40px;
  display: inline-block;
  margin-right: 10px;
}
.page-top .thumb .row {
  max-width: 220px;
  margin: 10px 0;
  display: block;
}
.page-top .top-desc {
  width: 65%;
}
.page-top .top-desc h3 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 10px;
  margin-top: 0;
}
.page-top .top-desc p {
  margin: 0px 0 5px;
}
.page-top .top-desc .btn {
  margin-top: 20px;
}
.page-top .top-desc .price {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 30px;
}
.page-category {
  background: none;
  font-size: 13px;
  text-align: center;
  color: #9B9B9B;
  margin: -10px 0 0;
}
.page-blog .container {
  display: block !important;
}
.page-blog .title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
}
.page-blog .filter {
  text-align: center;
  padding: 0px 0 30px;
}
.page-blog .filter a {
  font-size: 14px;
  padding: 3px 17px;
  vertical-align: 4px;
  display: inline-block;
  border-radius: 40px;
  margin-right: -2px;
}
.page-blog .filter a.active,
.page-blog .filter a:hover {
  color: #fff;
  background: #0089C6;
}
.page-blog .items {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-blog .items .item {
  width: 100%;
  max-width: 280px;
  height: auto;
  background-color: #fff !important;
  box-shadow: 0 1px 10px -5px #000000;
  color: #000;
  font-size: 16px;
  position: relative;
  z-index: 1;
  margin: 0 10px 20px;
}
.page-blog .items .item:hover {
  position: relative;
  bottom: 2px;
}
.page-blog .items .item:hover .title {
  color: #0087C9;
}
.page-blog .items .item .thumb {
  height: 200px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.page-blog .items .item .title {
  color: #000;
  padding: 10px 19px 0;
  line-height: 21px;
  font-size: 16px;
  font-weight: normal;
}
.page-blog .items .item .category {
  color: #9B9B9B;
  font-size: 12px;
  background: none;
  text-align: center;
  display: block;
  padding-bottom: 10px;
  line-height: 16px;
    margin-top: 10px;
    max-width: 220px;
    margin: 10px auto;
    text-align: center;
    width: 100%;

}
.contacts__items .item {
  max-width: 100% !important;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  box-shadow: 0 1px 10px -6px #000000;
  height: inherit !important;
  margin-bottom: 20px;
}
.contacts__items .item .left {
  width: 50%;
  padding: 0px 20px;
}
.contacts__items .item .map {
  width: 50%;
  overflow: hidden;
}
@media (max-width: 768px) {
  html {
    overflow-x: hidden;
  }
  html #wpadminbar {
    top: -46px !important;
  }
  .first__triangle {
    display: none;
  }
  .first__slider {
    margin: 10px 0px;
    height: auto;
    padding-bottom: 80px;
  }
  .first .title {
    font-size: 24px;
    line-height: 30px;
    margin: 20px;
  }
  .first .subtitle {
    font-size: 20px;
    margin: 20px 20px 40px;
    line-height: 25px;
  }
  .first .btn {
    position: absolute;
    bottom: 30px;
    width: 100%;
    max-width: 90px;
    margin: 0px auto;
    text-align: center;
    left: 0;
    right: 0;
  }
  .first img {
    position: relative;
    max-width: 90%;
    z-index: 1;
    display: block;
    margin-top: 30px;
    left: 0;
    top: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
  }
  .first__pagination a {
    margin-bottom: 15px;
  }
  .benefits__dots {
    left: 0;
  }
  .benefits .swiper-container {
    overflow: inherit !important;
  }
  .benefits .item {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .benefits .desc {
    margin-top: -30px;
  }
  .category .items {
    display: block !important;
    padding: 0 20px !important;
  }
  .category .item .title {
    padding: 20px !important;
  }
  .category .item {
    position: relative;
    display: block !important;
    height: auto !important;
    margin-bottom: 20px;
  }
  .category .thumb {
    max-width: 230px;
    max-height: 200px;
/*     display: none; */
  }
  .pluses .cols {
    display: block;
    margin: 60px 10px 0px;
  }
  .pluses .cols .col-8 {
    width: 100%;
  }
  .pluses .cols .col-4 {
    width: 100%;
  }
  .pluses__product img {
    max-width: 100%;
  }
  .pluses__circle_big {
    display: none;
  }
  .pluses__circle_small {
    display: none;
  }
  .pluses__product {
    left: 0;
  }
 body .cards .items[data-num] {
    display: none;
    position: relative;
    z-index: 5;
  }
  body .cards .items[data-num="1"] {
    display: block;
    position: relative;
    z-index: 5;
  }
  .cards .items .item {
    margin-right: 10px;
    width: 180px;
	  margin: 0 auto 15px !important;
  }

  .cards .filter {
    display: block;
    margin: 10px 0;
  }
  .cards .filter a {
    font-size: 14px;
    padding: 3px 10px;
  }
  .scheme .items {
    padding: 40px 20px 0;
  }
  .scheme svg {
    display: none;
  }
  .order .cols {
    display: block;
  }
  .order .cols .col-6 {
    width: 100%;
  }
  .order .form [type=submit] {
    width: 100%;
  }
  .blog .items {
    display: block;
    position: relative;
    z-index: 5;
  }
  .blog .item {
    width: 250px;
    display: block;
    margin-right: 10px;
  }
  .blog .item--link {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .benefits__dots {
    background-position: -20px 0;
  }
  td,
  tr {
    max-width: 100%;
  }
  .questions .phone {
    font-size: 30px;
  }
  .questions .cols {
    display: block;
  }
  .questions .col-6 {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 0 !important;
  }
  .questions .col-6 .item {
    font-size: 16px;
    line-height: 20px;
  }
  .footer .cols {
    display: block;
  }
  .footer .cols .col-4 {
    width: 100%;
    margin-bottom: 20px;
  }
  .page .container {
    display: block;
  }
  .page .content .items {
    display: block !important;
    text-align: center;
  }
  .page .content .item {
    vertical-align: top;
    display: inline-block;
    margin: 10px !important;
  }
  .page-top {
    display: block;
  }
  .page-top .thumb {
    width: 100%;
  }
  .page-top .top-desc {
    width: 100%;
  }
  .page-top .thumb-big {
    margin: 0 auto;
  }
  .page-top .thumb .row {
    margin: 10px auto;
  }
  .contacts__items .item {
    display: block;
  }
  .contacts__items .item .left {
    width: 100%;
    max-width: 93%;
    padding: 1px 20px;
  }
  .contacts__items .item .map {
    width: 100%;
  }
  section.page .container {
    display: block;
  }
  .content.article,
  .content.contacts {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .benefits__dots {
    max-width: 100%;
    background-position: -30px 0;
    left: 0;
    right: 0;
  }
  .first__slider {
    height: 520px;
  }
  .first img {
    top: 150px;
    right: 0;
  }
  .first__triangle {
    display: none;
  }
  .category .item .title {
    font-size: 18px;
    line-height: 23px;
    max-width: 190px;
  }
  .category .thumb {
    max-width: 140px;
    max-height: 140px;
    margin: 20px;
  }
  .category .item {
    max-width: 388px;
  }
  .pluses .cols {
    margin: 60px 0px 0;
  }
  .pluses__product {
    left: 0;
  }
  .pluses__circle_big {
    max-width: 310px;
    max-height: 310px;
    top: 16px;
    left: 70px;
  }
  .pluses__circle_small {
    max-width: 350px;
    max-height: 350px;
    left: 46px;
    top: -7px;
  }
  .pluses li {
    font-size: 16px;
    line-height: 20px;
  }
  .pluses__product img {
    max-width: 270px;
  }
  .cards .items {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .cards .items .item {
    margin-bottom: 8px !important;
    margin: 0 4px;
  }
  .scheme svg {
    display: none;
  }
  .order .desc {
    font-size: 16px;
    line-height: 20px;
    max-width: 300px;
  }
  .order .cols .col-6 {
    width: 40%;
  }
  .order .cols .col-6 {
    width: 45%;
  }
  .order .form [type=submit] {
    width: 100%;
  }
  .blog .item {
    margin-right: 10px;
    padding-bottom: 20px;
  }
  .blog .item--link {
    max-width: 110px;
  }
  .questions .col-6 .item {
    font-size: 18px;
  }
  .benefits .title {
    font-size: 20px;
    line-height: 25px;
  }
  .page-blog .items {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .page .content .items {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .page .content .item {
    margin: 10px;
  }
}
@media (max-width: 999px) {
  .header-menu {
    display: none;
  }
  .header-main {
    display: none;
  }
  .header-mobile {
    display: block;
  }
  .header-mobile__panel {
    display: none;
    padding-bottom: 40px;
  }
  .header-mobile__panel .menu {
    display: block;
  }
  .header-mobile__panel .menu a {
    display: block;
    margin-bottom: 7px;
  }
  .header-mobile .slogan {
    font-size: 12px;
    margin-bottom: 20px;
    display: block;
    margin-top: -5px;
  }
  .header-mobile .search {
    color: #000;
    border-bottom: 1px solid #000;
    max-width: 300px;
    margin-bottom: 30px;
  }
  .header-mobile .logo {
    margin: 5px 0 0;
    display: inline-block;
  }
  .header-mobile .sandwich {
    float: right;
    margin: -10px;
  }
  .header-mobile .header-main__item {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .header-mobile .btn-contur {
    max-width: 140px;
  }
  .sandwich {
    position: relative;
    z-index: 2;
    display: inline-block;
    cursor: pointer;
    height: 70px;
    padding: 0 20px;
    border: none;
    background: none;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
  .sandwich span {
    display: block;
    background: #4c4d4d;
    width: 40px;
    height: 2px;
    -webkit-transition: 0.25s margin 0.25s, 0.25s opacity, 0.25s -webkit-transform;
    transition: 0.25s margin 0.25s, 0.25s opacity, 0.25s -webkit-transform;
    -o-transition: 0.25s margin 0.25s,0.25s transform,0.25s opacity;
    transition: 0.25s margin 0.25s,0.25s transform,0.25s opacity;
    transition: 0.25s margin 0.25s, 0.25s transform, 0.25s opacity, 0.25s -webkit-transform;
  }
  .sandwich span:nth-child(1) {
    margin-bottom: 10px;
  }
  .sandwich span:nth-child(3) {
    margin-top: 10px;
  }
  .sandwich.active span {
    -webkit-transition: 0.25s margin, 0.25s opacity 0.25s, 0.25s -webkit-transform 0.25s;
    transition: 0.25s margin, 0.25s opacity 0.25s, 0.25s -webkit-transform 0.25s;
    -o-transition: 0.25s margin,0.25s transform 0.25s,0.25s opacity 0.25s;
    transition: 0.25s margin,0.25s transform 0.25s,0.25s opacity 0.25s;
    transition: 0.25s margin, 0.25s transform 0.25s, 0.25s opacity 0.25s, 0.25s -webkit-transform 0.25s;
  }
  .sandwich.active span:nth-child(1) {
    margin-top: 2px;
    margin-bottom: -2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .sandwich.active span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  .sandwich.active span:nth-child(3) {
    margin-top: -2px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}
@media (min-width: 1000px) {
  .header-mobile {
    display: none;
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .header-main .mail {
    font-size: 14px;
  }
  .header-main__item {
    font-size: 15px;
    margin-left: 20px;
  }
  .header-main__item:nth-child(2n) {
    margin-left: 30px;
  }
  .header-main__item:nth-child(2n+1) {
    margin-right: 25px;
  }
  .first .title {
    font-size: 24px;
    line-height: 28px;
  }
  .category .item {
    max-width: 488px;
  }
  .pluses .cols .col-8 {
    width: 130%;
    text-align: center;
  }
  .cards .cards__item {
    margin-right: 5px;
  }
  .scheme .items {
    padding: 30px 60px;
  }
  .scheme svg {
    display: none;
  }
  .blog .item--link {
    max-width: 120px;
  }
  .questions .col-6 .item {
    font-size: 18px;
  }
  .header-main .slogan {
    max-width: 120px;
  }
  .btn-contur {
    padding: 10px 20px;
    font-size: 14px;
  }
}
section {
  width: 100%;
}
.pagination {
  display: block;
}
.bs-catalog {
  position: relative;
}
.bs-catalog__nav {
  position: relative;
  top: 2px;
  font-size: 25px !important;
  right: 9px;
}
.bs-catalog__nav:hover {
  background: none !important;
  color: #2d89c6 !important;
}
.mfp-img {
  background-color: #fff;
}
.breadcrumbs {
  background: #fbfafa;
  padding: 3px 0;
  box-shadow: inset 0 -4px 13px -10px rgba(0, 0, 0, 0.53);
}
.page-sidebar--no .content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-left: 0;
  background: #fff;
  font-size: 16px;
  color: #000000;
  padding: 0px 0px 70px 0px;
}
.page-sidebar--no .blog-content {
  max-width: 800px;
}
.modal-wrap {
  display: none;
}
.modal {
  max-width: 500px;
  background: linear-gradient(#0089c6, #0077ab);
  padding: 60px 40px 70px;
  overflow: hidden;
  margin: 0 auto;
}
.modal .title {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 30px;
  color: #fff;
}
.modal .form {
  overflow: hidden;
  max-width: 400px;
  margin: 0 auto;
}
.modal input[type=submit] {
  max-width: 240px;
  margin: 20px auto;
  display: block;
  background: #fff;
  opacity: 1;
  color: #000;
  text-shadow: none;
  padding: 16px;
}
.modal .polite {
  color: #fff;
  text-align: center;
  margin-top: -40px;
  font-size: 12px;
  opacity: 0.6;
}
.modal .wpcf7-response-output {
  color: #fff;
  text-align: center;
}
input:active,
input:hover,
input:focus {
  opacity: 1;
}


.header-main .logo{
  vertical-align: middle;
}