@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700&subset=cyrillic');

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
}

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}

.blocker.behind {
  background-color: transparent;
}

.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 500px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 15px 30px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left;
}

.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==');
}

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background-color: #111;
  height: 20px;
}

.modal-spinner > div {
  -webkit-border-radius: 100px;
          border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.modal-spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.5);
  }

  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }

  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

fieldset,
img,
abbr {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ul li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

legend {
  color: #000;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: 'Roboto', sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  counter-reset: lis item;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

*:focus {
  outline: none;
}

.container {
  max-width: 960px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}

.button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
  min-width: 80px;
  cursor: pointer;
  border: 0;
  -webkit-border-radius: 100px;
          border-radius: 100px;
  color: #fff;
  height: 42px;
  font-size: 14px;
  font-weight: 300;
  padding: 10px 13px;
  position: relative;
  background-color: red;
  z-index: 99;
  background: -webkit-gradient(linear, left bottom, left top, from(#0e5d61), to(#44adb2));
  background: -webkit-linear-gradient(bottom, #0e5d61 0%, #44adb2 100%);
  background: -o-linear-gradient(bottom, #0e5d61 0%, #44adb2 100%);
  background: linear-gradient(0deg, #0e5d61 0%, #44adb2 100%);
}

.button:before {
  content: '';
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(#11757a), to(#148e94));
  background: -webkit-linear-gradient(bottom, #11757a 0%, #148e94 100%);
  background: -o-linear-gradient(bottom, #11757a 0%, #148e94 100%);
  background: linear-gradient(0deg, #11757a 0%, #148e94 100%);
  width: -webkit-calc(98%);
  width: calc(98%);
  height: -webkit-calc(94%);
  height: calc(94%);
  -webkit-border-radius: 100px;
          border-radius: 100px;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
}

.button:hover:before {
  background: -webkit-gradient(linear, left bottom, left top, from(#138187), to(#169aa1));
  background: -webkit-linear-gradient(bottom, #138187 0%, #169aa1 100%);
  background: -o-linear-gradient(bottom, #138187 0%, #169aa1 100%);
  background: linear-gradient(0deg, #138187 0%, #169aa1 100%);
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
}

.button:active:hover:before {
  background: #11757A;
  -webkit-transition: background .1s;
  -o-transition: background .1s;
  transition: background .1s;
}

.row-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.content {
  position: relative;
  z-index: 1;
}

.heading {
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  line-height: 24px;
  margin-bottom: 50px;
}

.upstear {
  width: 60px;
  height: 60px;
  background: url(../img/upstear.png);
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  opacity: 0;
  display: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  cursor: pointer;
}

.upstear.show {
  display: block;
  opacity: .5;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.upstear:hover {
  opacity: .7;
}

.upstear:active {
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
  opacity: .7;
}

.input {
  color: #000;
  border: 1px solid #CCCCCC;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  height: 30px;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 300;
}

.input:focus {
  border-color: #148E94;
  color: #000;
}

.input::-webkit-input-placeholder {
  color: #b5b4b4;
}

.input::-moz-placeholder {
  color: #b5b4b4;
}

.input:-ms-input-placeholder {
  color: #b5b4b4;
}

.input.fail {
  color: #CD2C28;
  border-color: #CD2C28;
}

.input.fail::-webkit-input-placeholder {
  color: #CD2C28;
}

.input.fail::-moz-placeholder {
  color: #CD2C28;
}

.input.fail:-ms-input-placeholder {
  color: #CD2C28;
}

textarea.input {
  padding: 10px;
  resize: none;
}

.modal {
  -webkit-border-radius: 0;
          border-radius: 0;
  position: relative;
  z-index: 9999;
}

.modal a.close-modal {
  display: none !important;
}

.blocker {
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 999;
}

#modal_getMaster {
  padding: 0;
  width: 300px;
}

#modal_getMaster .modal_first-display {
  padding: 40px;
  height: 280px;
}

#modal_getMaster form {
  height: 100%;
  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-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#modal_getMaster h3 {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 25px;
}

#modal_getMaster input {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

#modal_getMaster .modal_answer-display {
  padding: 40px 35px;
  height: 280px;
  text-align: center;
  height: 100%;
}

#modal_getMaster .modal_answer-display p {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 24px;
}

#modal_getMaster .button {
  margin-top: auto;
}

.header {
  background: url(../img/header-bg.jpg);
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.header.header_big .header__top {
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header.header_big .header__call {
  margin-top: 0;
  margin-bottom: 0;
}

.header.header_big .header__tagline {
  padding: 193px 0 159px 0;
  width: 100%;
  max-width: 100%;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

.header.header_big .header__tagline h1 {
  font-size: 42px;
  line-height: 57px;
  font-weight: 300;
  max-width: 750px;
}

.header__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
}

.header__tagline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  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;
  text-align: center;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  font-size: 20px;
  line-height: auto;
  max-width: 360px;
}

.header__call {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

.header__call .tel {
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}

.header__call .tel:before {
  margin-right: 9px;
  content: url(../img/call-icon.png);
}

.nav-menu {
  position: relative;
  z-index: 1;
  -webkit-border-radius: 100px;
          border-radius: 100px;
  background-color: red;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  background: -webkit-gradient(linear, left bottom, left top, from(#c36718), to(#f99a48));
  background: -webkit-linear-gradient(bottom, #c36718 0%, #f99a48 100%);
  background: -o-linear-gradient(bottom, #c36718 0%, #f99a48 100%);
  background: linear-gradient(0deg, #c36718 0%, #f99a48 100%);
}

.nav-menu:before {
  background: -webkit-gradient(linear, left bottom, left top, from(#db741b), to(#f58220));
  background: -webkit-linear-gradient(bottom, #db741b 0%, #f58220 100%);
  background: -o-linear-gradient(bottom, #db741b 0%, #f58220 100%);
  background: linear-gradient(0deg, #db741b 0%, #f58220 100%);
  content: "";
  width: -webkit-calc(99.5%);
  width: calc(99.5%);
  height: -webkit-calc(90%);
  height: calc(90%);
  -webkit-border-radius: 100px;
          border-radius: 100px;
  position: absolute;
  z-index: -1;
}

.nav-menu__open {
  display: none;
  width: 30px;
  height: 30px;
  background-color: #F48220;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 5px;
}

.nav-menu__open:focus {
  background-color: #be5d09;
}

.nav-menu__open span {
  width: 100%;
  height: 2px;
  background-color: #fff;
  display: block;
}

.nav-menu__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: 700;
  height: 100%;
}

.nav-menu__list li {
  height: 100%;
}

.nav-menu__list li.active {
  background-color: #DB741C;
}

.nav-menu__list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-left: 25px;
  padding-right: 25px;
}

.nav-menu__list li a:hover {
  color: #f7cba5;
}

.nav-menu__list li a:focus {
  color: #f7cba5;
  background-color: #DB741C;
}

.nav-menu__close {
  display: none;
  position: absolute;
  background: url(../img/close-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
  top: 0px;
  left: 0px;
  cursor: pointer;
}

.breadcrumbs {
  margin-top: 50px;
  margin-bottom: 60px;
}

.breadcrumbs ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumbs ul li {
  font-size: 12px;
  color: #f58220;
}

.breadcrumbs ul li a:hover {
  border-bottom: #f58220 1px solid;
}

.breadcrumbs ul li a:active {
  border-bottom-color: #C56919;
  color: #C56919;
}

.breadcrumbs ul li:last-child {
  color: #000;
}

.breadcrumbs ul li:not(:last-child):after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 8px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAICAYAAADeM14FAAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+IEmuOgAAAFJJREFUCJk1zKERQFAAgOHPO4OI7hRDmMEEGtGdLspsoWqG0FhEJvD++IU/ucesx4YTAna0yCMcmNGhCL4uTKgjwIMnQo4Ba4oSzf+5Aios/8cLe5gPpbeZJfAAAAAASUVORK5CYII=');
  margin-left: 12px;
  margin-right: 12px;
}

.footer {
  background: -webkit-gradient(linear, left top, right top, from(#000000), color-stop(49%, #000000), color-stop(50%, #1e1e1e), to(#1e1e1e));
  background: -webkit-linear-gradient(left, #000000 0%, #000000 49%, #1e1e1e 50%, #1e1e1e 100%);
  background: -o-linear-gradient(left, #000000 0%, #000000 49%, #1e1e1e 50%, #1e1e1e 100%);
  background: linear-gradient(90deg, #000000 0%, #000000 49%, #1e1e1e 50%, #1e1e1e 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.footer .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer__info {
  padding: 45px 0;
  width: 380px;
  background-color: #000;
}

.footer .company-info p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 17px;
}

.footer .company-info p:before {
  margin-right: 12px;
}

.footer .company-info p:first-child:before {
  content: url(../img/point-icon.png);
}

.footer .company-info p:last-child {
  margin-bottom: 40px;
}

.footer .company-info p:last-child:before {
  content: url(../img/call-icon.png);
}

.footer__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer__buttons .button {
  width: 160px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  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-left: 5px;
}

.footer .instagram-social {
  width: 40px;
  height: 40px;
  background: url(../img/instagram.svg);
  display: block;
  margin-left: 10px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
}

.footer .facebook-social {
  width: 40px;
  height: 40px;
  background: url(../img/facebook-button.png);
  display: block;
  margin-left: 85px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
}

.footer .facebook-social:hover {
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  background: url(../img/facebook-button_hover.png);
}

.footer .facebook-social:active {
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}

.footer__menu {
  padding: 48px 0;
  background-color: #1e1e1e;
  padding-left: 20px;
  font-size: 14px;
  line-height: 20px;
  width: 450px;
  max-width: 450px;
}

.footer__menu ul {
  color: #f68f38;
  height: 144px;
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.footer__menu ul li {
  margin-bottom: 19px;
  width: 50%;
  display: inline-block;
}

.footer__menu ul a {
  border-bottom: 1px solid #f68f38;
  line-height: 10px;
}

.footer__menu ul a:hover {
  border: none;
}

.footer__menu ul a:active {
  color: #c56919;
}

.footer-bottom {
  background-color: #fff;
  color: #000;
  text-align: center;
  font-size: 12px;
  padding: 10px 0;
}

.footer-bottom a {
  border-bottom: 1px solid #000;
  line-height: 12px;
  display: inline-block;
}

.footer-bottom a:hover {
  border-bottom: 0;
}

.main.heading {
  margin-bottom: 50px;
  position: relative;
}

.main.heading span {
  background-color: #fff;
  padding: 0 20px;
}

.main.heading:before {
  content: '';
  display: block;
  width: 100%;
  border-bottom: 1px solid;
  -webkit-border-image: url(../img/border2.png) 1 repeat;
       -o-border-image: url(../img/border2.png) 1 repeat;
          border-image: url(../img/border2.png) 1 repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}

.description {
  font-size: 14px;
  text-align: center;
  line-height: 24px;
  margin-top: 100px;
  margin-bottom: 80px;
}

.full-support {
  margin-bottom: 80px;
  margin-top: 72px;
  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;
}

.full-support a.button {
  margin: 0 auto;
  width: 160px;
}

.full-support-list {
  width: 100%;
  position: relative;
  font-weight: 300;
  height: 450px;
  margin-bottom: 50px;
}

.full-support-list:before {
  content: '';
  height: 100%;
  border-right: 2px solid #F58220;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.full-support-list li {
  width: 50%;
  margin-bottom: 20px;
  position: relative;
  height: 40px;
}

.full-support-list li:before {
  counter-increment: lis;
  content: counter(lis);
  font-weight: 700;
  color: #F58220;
  display: block;
  width: 40px;
  height: 40px;
  border: 2px solid #F58220;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  top: 0;
  top: -50%;
  -webkit-transform: translateY(20%);
      -ms-transform: translateY(20%);
          transform: translateY(20%);
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  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;
}

.full-support-list li:not(:nth-child(2n)) {
  text-align: right;
  left: 0;
  padding-right: 45px;
}

.full-support-list li:not(:nth-child(2n)):before {
  right: -22px;
}

.full-support-list li:nth-child(2n) {
  left: 50%;
  padding-left: 45px;
}

.full-support-list li:nth-child(2n):before {
  left: -22px;
}

.advantages {
  margin-bottom: 27px;
}

.advantages-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.advantages-list__item {
  margin-bottom: 40px;
  line-height: 24px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: -webkit-calc(33.333333333333336% - 20px);
  width: calc(33.333333333333336% - 20px);
}

.advantages-list__item img {
  margin-bottom: 30px;
}

.advantages-list__item h3 {
  font-weight: 700;
}

.advantages-list__item p {
  font-size: 14px;
}

.our-clients {
  position: relative;
  max-width: 820px;
  margin: 0 auto;
  margin-bottom: 85px;
}

.clients-carousel {
  height: 60px;
  margin: 0 auto;
}

.clients-carousel__prev {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 13px 12px 0;
  border-color: transparent #f58320 transparent transparent;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -20px;
}

.clients-carousel__prev:hover {
  border-color: transparent #DB741C transparent transparent;
}

.clients-carousel__prev:active {
  border-color: transparent #C56919 transparent transparent;
}

.clients-carousel__next {
  width: 0;
  height: 0;
  border: 0;
  border-style: solid;
  border-width: 12px 0 12px 13px;
  border-color: transparent transparent transparent #f58320;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -20px;
}

.clients-carousel__next:hover {
  border-color: transparent transparent transparent #DB741C;
}

.clients-carousel__next:active {
  border-color: transparent transparent transparent #C56919;
}

.clients-carousel li {
  height: 60px;
}

.clients-carousel li div {
  margin: 0 auto;
  height: 60px;
  width: 60px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

.clients-carousel li div img {
  max-width: none;
  height: 100%;
}

.brands-list {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.brands-list-item {
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: -webkit-calc(33.333333333333336% - 20px);
  width: calc(33.333333333333336% - 20px);
}

.brands-list-item__img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  margin-bottom: 30px;
}

.brands-list-item__img img {
  max-width: none;
  height: 100%;
}

.brands-list-item__title {
  font-weight: 700;
  font-size: 16px;
}

.services {
  padding-bottom: 30px;
}

.services .heading {
  margin-bottom: 50px;
}

.services .services-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.services .services-item {
  margin-bottom: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: -webkit-calc(33.333333333333336% - 20px);
  width: calc(33.333333333333336% - 20px);
}

.services .services-item__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

.services .services-item__content {
  font-size: 14px;
  line-height: 30px;
}

.services .services-item__content h3 {
  font-weight: 700;
}

.services .services-item__content ul li {
  padding-left: 8px;
  position: relative;
}

.services .services-item__content ul li:before {
  content: "•";
  margin-right: 5px;
  position: absolute;
  left: 0;
}

.service-info {
  padding-bottom: 60px;
}

.service-info .heading {
  margin-bottom: 50px;
}

.service-info-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.service-info-list-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: -webkit-calc(33.333333333333336% - 20px);
  width: calc(33.333333333333336% - 20px);
}

.service-info-list-item:not(:last-child) {
  margin-bottom: 50px;
}

.service-info-list-item__img {
  margin-bottom: 20px;
  max-width: 100%;
}

.service-info-list-item__img img {
  vertical-align: bottom;
}

.service-info-list-item__content h3 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 4px;
  font-weight: 700;
}

.service-info-list-item__content p {
  font-size: 14px;
  line-height: 24px;
}

.service-info-list-item__content a {
  line-height: 24px;
  font-weight: 700;
  color: #148e94;
  font-size: 14px;
  position: relative;
}

.service-info-list-item__content a:after {
  content: '';
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+IEmuOgAAAHlJREFUGJVdzbEJwlAYhdHjcwCbZAftHMIZnEGITUBwB4ukycMlHME1FHfIEL+FEc374BanuqpuOFXdsIkIEaF0wh1N3ee1TzMvIsKEI65j2zz+nWBsmxcu2JdOfsW0mRO+F2fcSi/zqt7igGFsm2fd55kTdsjTr9JvpwJB/AuJbNwAAAAASUVORK5CYII=');
  display: inline-block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -14px;
}

.service-info-list-item__content a:hover {
  border-bottom: #148e94 1px solid;
}

.service-info-list-item__content a:active {
  border-bottom-color: #0f6e73;
  color: #0f6e73;
}

.service-info-list-item__content a:active:after {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAeUlEQVQYlV3NsRHBYBiA4cdvgGQLqYxhBFO4pBCFCTQphLOEEezh2EIK/aeQO/K/3VO9inq7K+ptFREiQu6EG+qyaSvfJp5FhBE1LkPf3f+dYOi7Jw5Y505+hWkBCcqmXWCPa+758fVeYoPz0HePsmknTljhNH7l/gC32ECc8Eg6EgAAAABJRU5ErkJggg==');
}

.info-fulltext {
  padding-bottom: 60px;
}

.post-fulltext {
  margin-bottom: 40px;
}

.post-fulltext__img {
  max-width: 300px;
  display: inline-block;
  float: left;
  margin-right: 20px;
}

.post-fulltext__content {
  font-size: 14px;
  line-height: 24px;
}

.post-fulltext__content h3 {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}

.post-fulltext__content strong {
  font-weight: 700;
}

.post-fulltext__content em {
  font-style: italic;
}

.post-fulltext__content p {
  margin-bottom: 13px;
}

.post-fulltext__content ul {
  margin-bottom: 15px;
}

.post-fulltext__content ul li {
  position: relative;
  padding-left: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.post-fulltext__content ul li:not(:last-child) {
  margin-bottom: 8px;
}

.post-fulltext__content ul li:before {
  content: "•";
  margin-right: 4px;
  position: absolute;
  left: 0;
}

.post-fulltext__content ol {
  margin-bottom: 15px;
  list-style: none;
  counter-reset: item;
}

.post-fulltext__content ol li {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.post-fulltext__content ol li:not(:last-child) {
  margin-bottom: 8px;
}

.post-fulltext__content ol li:before {
  counter-increment: item;
  content: counter(item) '. ';
  margin-right: 3px;
  display: inline-block;
  font-weight: 700;
}

.similar-posts__heading {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 25px;
}

.similar-posts-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.similar-posts-list-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: -webkit-calc(25% - 20px);
  width: calc(25% - 20px);
}

.similar-posts-list-item__img {
  overflow: hidden;
  height: 147px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
}

.similar-posts-list-item__img img {
  max-width: none;
  height: 100%;
}

.similar-posts-list-item__title {
  font-weight: 700;
  line-height: 20px;
  font-size: 16px;
  margin-bottom: 4px;
}

.similar-posts-list-item__link {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #148e94;
}

.similar-posts-list-item__link:after {
  content: '';
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+IEmuOgAAAHlJREFUGJVdzbEJwlAYhdHjcwCbZAftHMIZnEGITUBwB4ukycMlHME1FHfIEL+FEc374BanuqpuOFXdsIkIEaF0wh1N3ee1TzMvIsKEI65j2zz+nWBsmxcu2JdOfsW0mRO+F2fcSi/zqt7igGFsm2fd55kTdsjTr9JvpwJB/AuJbNwAAAAASUVORK5CYII=');
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 5px;
}

.equipment {
  padding-bottom: 80px;
}

.equipment-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.equipment-row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: -webkit-calc(50% - 20px);
  width: calc(50% - 20px);
}

.equipment-block {
  margin-bottom: 50px;
}

.equipment-block h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 30px;
}

.equipment-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid;
  -webkit-border-image: url(../img/border.png) 1 repeat;
       -o-border-image: url(../img/border.png) 1 repeat;
          border-image: url(../img/border.png) 1 repeat;
}

.equipment-list-item__img {
  -webkit-border-radius: 2px;
          border-radius: 2px;
  width: 60px;
  height: 60px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 20px;
}

.equipment-list-item__img img {
  max-width: none;
  height: 100%;
}

.equipment-list-item__title {
  font-size: 14px;
}

.download-price {
  margin: 0 auto;
  width: 160px;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  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;
}

.contacts {
  padding-bottom: 80px;
}

.contacts .heading {
  margin-bottom: 50px;
}

.contacts-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-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: -webkit-calc(33.333333333333336% - 20px);
  width: calc(33.333333333333336% - 20px);
}

.contacts-block span {
  padding-left: 30px;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  position: relative;
}

.contacts-block span:not(:last-child) {
  margin-bottom: 25px;
}

.contacts-block span:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
}

.contacts-block__adress:before {
  width: 15px;
  height: 19px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAATCAYAAABPwleqAAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+IEmuOgAAASdJREFUOI2N07FKA0EQgOHvgiGVWAjpLcVWEDsbG6s8QhJSWlimtvcFfACfINjYC2JhJYQ0QsA+BEyZtXAubC536sKw7M3/D8zuXJFSkq+iKC5xhTMc4QMveEwpPW3BKSVRYB93SL/EHfY3TiY//CGW8bAlY1gBlrjHTezLSn5YtnuCaZb4xHlZPaDz+F4y0/D0scgSg1zMCgwyZoF+C6c4iPv7wrP69Rx5wZ+2KkAH7Qa5HfnNauEdqzjvodcg9yIv+Hc4xlvWzwrXKKLXIs6rjHnDcXkZY7vv+YrH2Ku5cf7Oh5jXQHUxx2F1wkb/lEd149nx8wP8Jr6gsyNHgQusG8Q1Lrb4mkm6bZBvd9iGUZxUxEkt1yB3MQtxhu6/5az/WbXPPL4B7TVsBEhFKrQAAAAASUVORK5CYII=');
}

.contacts-block__telephone:before {
  width: 19px;
  height: 19px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+IEmuOgAAAQ5JREFUOI2d008rRFEYB+CnsRplpRRFipQpilJYsLETn8TnsJTyBayVpZ0/iylSyk7JYhBp1CzYKJtjcedqGueOe+ZX7+be9z69b/ccsizhCqeYk5AQwm/BOJoI7XpGrV9srwPK6w0L/WAPESyggYkUrIJqQd8kZstMl6eC74J3t7hOweDE3xXrGC7zcfeax5GeJlqpU8EYPiPTbadOlmcngj3KfkIyNoCzCHiDkVQMpvAUAS8x3WVUsYbRIgxW8REBG9hs9wx1bHGPWhEGG/iKgAGHsmPT+ewV80UYrLeniYGxesdioYYZXCSA9V4YDOKgJHb3H5ZnC0c9oBaWy2J5VrCLc9mVe8E+pkMIfgB6EtO6VvBsXwAAAABJRU5ErkJggg==');
}

.contacts-block__email:before {
  width: 19px;
  height: 15px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAPCAYAAAAGRPQsAAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+IEmuOgAAASdJREFUOI2d0r0rhmEUx/HP/SCTv8GGAXnJpgwk8ifYlLIp9QwGLDZhM3opi1KShcjIYpJBSZmUHgNR3t2G+3p0d0fPy6lfV13n6ned8z0nQiMGUI9vlUcObziKsIN+xEGVRhTO41o8o6EKk2y8QCsmU5VVozxactjHnYTbZYXV3GAYV8Hn130Gbdgss5o9dGBKMrgYHlIPttGNpRJGG+jBauruAR4zD69DC0O4z+TeMRHyB5ncYy7DoIBpzIYKR7CLJ5xiULJXy1jERRZisc0CejGe+m0zGPRJBrSQys2hXTK0OHQoxm2Amf+DzyvOM2yLWkBzQBPDGbowXwL6f1qR7OqJYLRWpVFRW+iMMIp1fOIjC7SMqEUdxiI0Bch1+KrCrEayMoc/JMWXkn6KxXUAAAAASUVORK5CYII=');
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.contacts-form {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: -webkit-calc(50% - 20px);
  width: calc(50% - 20px);
  margin-left: -webkit-calc(8.333333333333334% + 10px);
  margin-left: calc(8.333333333333334% + 10px);
  margin-right: -webkit-calc(8.333333333333334% + 10px);
  margin-right: calc(8.333333333333334% + 10px);
}

.contacts-form form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.contacts-form input {
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: -webkit-calc(50% - 20px);
  width: calc(50% - 20px);
}

.contacts-form__text {
  margin-bottom: 30px;
  height: 90px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
}

.contacts-form__submit {
  width: 140px;
  height: 40px;
  max-width: 140px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
}

.support {
  padding-bottom: 80px;
}

.support .heading {
  margin-bottom: 50px;
}

.support-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.support-list-item:not(:last-child) {
  margin-bottom: 30px;
}

.support-list-item__img {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: -webkit-calc(8.333333333333334% - 20px);
  width: calc(8.333333333333334% - 20px);
}

.support-list-item__content {
  line-height: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: -webkit-calc(91.66666666666667% - 20px);
  width: calc(91.66666666666667% - 20px);
}

.support-list-item__content h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  margin-bottom: 4px;
}

.support-list-item__content p {
  font-size: 14px;
}

@media screen and (max-width: 1050px) {
  .container {
    max-width: 768px;
  }

  .heading {
    margin-bottom: 40px;
  }

  .header.header_big .header__tagline {
    margin-right: 0;
    margin-top: 0;
  }

  .header.header_big .header__tagline h1 {
    font-size: 36px;
  }

  .header.header_big .header__tagline h1 {
    max-width: 640px;
  }

  .header__top {
    -ms-align-items: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .header .brand {
    margin-left: 25px;
  }

  .header__tagline {
    max-width: 100%;
    margin-right: 36px;
    margin-top: 15px;
  }

  .header__call {
    margin-right: 13px;
    margin-left: auto;
    margin-top: -25px;
    margin-bottom: 9px;
  }

  .header__call .tel {
    margin-right: 60px;
  }

  .nav-menu__list li a {
    padding-left: 11px;
    padding-right: 11px;
  }

  .footer__info {
    width: 300px;
  }

  .footer .facebook-social {
    margin-left: 30px;
  }

  .advantages-list__item {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
  }

  .our-clients {
    max-width: 660px;
  }

  .services {
    padding-bottom: 0;
  }

  .services .heading {
    margin-bottom: 40px;
  }

  .services .services-item {
    margin-bottom: 60px;
  }

  .services .services-item {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
  }

  .service-info .heading {
    margin-bottom: 40px;
  }

  .service-info-list-item:not(:last-child) {
    margin-bottom: 40px;
  }

  .service-info-list-item {
    width: -webkit-calc(41.66666666666667% - 20px);
    width: calc(41.66666666666667% - 20px);
  }

  .service-info-list-item {
    margin-right: -webkit-calc(8.333333333333334% + 10px);
    margin-right: calc(8.333333333333334% + 10px);
  }

  .similar-posts-list-item:last-child {
    display: none;
  }

  .similar-posts-list-item {
    width: -webkit-calc(33.333333333333336% - 20px);
    width: calc(33.333333333333336% - 20px);
  }

  .contacts .heading {
    margin-bottom: 40px;
  }

  .contacts-form {
    width: -webkit-calc(66.66666666666667% - 20px);
    width: calc(66.66666666666667% - 20px);
  }

  .contacts-form {
    margin-left: -webkit-calc(0% + 10px);
    margin-left: calc(0% + 10px);
  }

  .contacts-form {
    margin-right: -webkit-calc(0% + 10px);
    margin-right: calc(0% + 10px);
  }

  .contacts-form .contacts-form__name {
    margin-right: 25px;
  }

  .contacts-form input {
    max-width: 220px;
  }

  .contacts-form__text {
    max-width: 475px;
  }

  .support {
    padding-bottom: 60px;
  }

  .support .heading {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 748px) {
  .container {
    width: 100%;
  }

  .heading {
    font-size: 24px;
  }

  .header {
    background: #fff;
  }

  .header .container:first-child {
    padding: 0;
  }

  .header.header_big .header__tagline {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    padding: 0 0;
    margin-bottom: 0px;
  }

  .header.header_big .header__tagline h1 {
    font-size: 16px;
    line-height: 20px;
    max-width: 280px;
    font-weight: 500;
  }

  .header__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0;
    -ms-align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .header .brand {
    background: url(../img/header-bg.jpg);
    -webkit-background-size: cover;
            background-size: cover;
    width: 100%;
    text-align: center;
    padding: 38px 0;
    margin-bottom: 26px;
    margin-left: 0;
  }

  .header__tagline {
    padding: 0;
    color: #000;
    margin-right: 0;
    margin-top: 0;
    font-size: 16px;
    line-height: 24px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    max-width: 290px;
    margin-bottom: 30px;
  }

  .header__call {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    padding: 0 10px;
    margin-bottom: 60px;
    margin-right: 0;
    margin-left: 0;
  }

  .header__call .tel {
    color: #148b91;
    margin-right: 0;
    margin: 26px 0;
  }

  .header__call .tel:before {
    content: url(../img/call-icon_green.png);
  }

  .nav-menu {
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    height: auto;
    -webkit-border-radius: 0;
            border-radius: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    width: 250px;
  }

  .nav-menu.show {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }

  .nav-menu:before {
    content: none;
  }

  .nav-menu__open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .nav-menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    font-weight: 500;
    font-size: 16px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 26px;
    padding-bottom: 16px;
  }

  .nav-menu__list a {
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .nav-menu__list li.active {
    background-color: transparent;
  }

  .nav-menu__list li:not(:last-child) a {
    border-bottom: 1px solid #333;
  }

  .nav-menu__list li a {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu__list li a:focus {
    background-color: transparent;
  }

  .nav-menu__close {
    display: block;
  }

  .breadcrumbs {
    display: none;
  }

  .footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .footer__info {
    width: 100%;
    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;
  }

  .footer__buttons {
    -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;
  }

  .footer__buttons .button {
    margin-bottom: 20px;
  }

  .footer .facebook-social {
    margin-left: 0;
  }

  .footer__menu {
    width: 100%;
    max-width: none;
  }

  .footer__menu ul {
    height: auto;
    text-align: center;
  }

  .footer__menu ul li {
    width: 100%;
  }

  .main.heading {
    text-align: center;
    line-height: 30px;
  }

  .main.heading:before {
    content: none;
  }

  .main.heading span {
    padding: 0;
  }

  .full-support {
    margin-top: 0;
  }

  .full-support-list {
    height: auto;
    margin-bottom: 0;
  }

  .full-support-list:before {
    display: none;
  }

  .full-support-list li:not(:nth-child(2n)) {
    padding: 0;
    text-align: center;
    width: 100%;
  }

  .full-support-list li:nth-child(2n) {
    padding: 0;
    text-align: center;
    width: 100%;
  }

  .full-support-list li {
    width: 100%;
    padding: 0;
    text-align: center;
    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;
    height: auto;
    position: unset;
    margin-bottom: 45px;
  }

  .full-support-list li:before {
    position: unset;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin-bottom: 20px;
  }

  .advantages-list__item {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .our-clients {
    max-width: 260px;
  }

  .brands-list-item:not(:last-child) {
    margin-bottom: 45px;
  }

  .brands-list-item {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .services .services-item {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .service-info-list-item {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .service-info-list-item {
    margin-right: -webkit-calc(0% + 10px);
    margin-right: calc(0% + 10px);
  }

  .service-info-list-item__img img {
    width: 100%;
  }

  .post-fulltext__img {
    width: 100%;
    max-width: none;
    margin-bottom: 40px;
  }

  .similar-posts-list-item:not(:nth-last-child(2)) {
    margin-bottom: 35px;
  }

  .similar-posts-list-item {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .similar-posts-list-item__img {
    height: auto;
    width: 100%;
    display: block;
  }

  .similar-posts-list-item__img img {
    height: auto;
    max-width: 100%;
    width: 100%;
  }

  .equipment-row {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .contacts-block {
    margin-bottom: 40px;
  }

  .contacts-block {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .contacts-form {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .contacts-form form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .contacts-form input {
    width: 100%;
    max-width: 220px;
  }

  .contacts-form input {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .contacts-form__text {
    max-width: 100%;
  }

  .support-list-item:not(:last-child) {
    margin-bottom: 40px;
  }

  .support-list-item__img {
    margin-bottom: 15px;
  }

  .support-list-item__img {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .support-list-item__content {
    text-align: center;
  }

  .support-list-item__content {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }
}

.border_red
{
	border-color: red;
}

.wsn {
  white-space: nowrap;
}