/*main color*/
/*fonts*/
/*/fonts*/
@-webkit-keyframes opas {
  0% {
    opacity: 0;
  }

  60% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes opas {
  0% {
    opacity: 0;
  }

  60% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html, body {
  margin: 0;
  padding: 0;
}
.row {
    margin-left: 0;
    margin-right: 0;
}
body {
  background-color: #fff;
  color: #111;
      font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 22px;
  font-variant-numeric: lining-nums;
  -moz-font-feature-settings: "lnum";
  -webkit-font-feature-settings: "lnum";
  font-feature-settings: "lnum";
}
body.m-menu-opened {
  overflow: hidden;
}
a {
  color: #0c4da2;
  text-decoration: none;
}
a:hover {
  color: #ed1c24;
}
a.link {
  border-bottom: 1px solid rgba(12, 77, 162, 0.3);
}
ul, ol {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none outside none;
}
img {
    max-width: 100%;
    height: auto;
  border: 0;
}
label {
  cursor: pointer;
}
/*inputs*/
input[type="text"], input[type="search"], input[type="password"], input[type="email"], textarea {
  background: transparent;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: none none solid none;
  border-width: 0 0 1px 0;
  box-shadow: none;
  padding: 15px 0;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  top: 0 !important;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none !important;
}
input[type="text"].input_light, input[type="search"].input_light, input[type="password"].input_light, input[type="email"].input_light, textarea.input_light {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
}
input[type="text"].input_light:focus, input[type="search"].input_light:focus, input[type="password"].input_light:focus, input[type="email"].input_light:focus, textarea.input_light:focus {
  border-color: rgba(255, 255, 255, 0.7) !important;
}
input[type="text"]:focus, input[type="search"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus, select:focus {
  border-color: rgba(12, 77, 162, 0.6);
  outline: none;
}
input[disabled], input[disabled]:focus, input[readonly], input[readonly]:focus, fieldset[disabled], fieldset[disabled]:focus, select[disabled], select[disabled]:focus {
  cursor: not-allowed;
  opacity: 0.8;
}
input.error, textarea .error {
  border-color: red !important;
}
textarea {
  resize: vertical;
  vertical-align: top;
  min-height: 54px;
}
input[type="text"], input[type="search"], input[type="password"], input[type="email"], textarea {
  /*padding: 13px 20px;*/
}
input[type="text"].form-control_border, input[type="search"].form-control_border, input[type="password"].form-control_border, input[type="email"].form-control_border, textarea.form-control_border {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  padding: 13px 20px;
}
input[type="text"].form-control_border:focus, input[type="search"].form-control_border:focus, input[type="password"].form-control_border:focus, input[type="email"].form-control_border:focus, textarea.form-control_border:focus {
  border-color: #0c4da2;
}
.md-wrapper select {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  padding: 8px 30px 8px 10px;
  width: 100%;
  height: 54px;
  outline: medium none;
  -webkit-appearance: none;
  background-image: url("/web/20220315153203im_/https://voxvel.by/bitrix/templates/bitcorp_s1/img/select-arrow-dark.png");
  background-size: 14px auto;
  background-repeat: no-repeat;
  background-position: center right 15px;
  /* for FF */
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  /* for IE */
  -ms-appearance: none;
  appearance: none !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
select:hover {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
select::-ms-expand {
  display: none;
}
select option {
  border-bottom: 1px solid #eee;
  font-size: 14px;
  padding: 8px 10px;
}
select.input-inverse {
  color: #fff;
  background-image: url("/web/20220315153203im_/https://voxvel.by/bitrix/templates/bitcorp_s1/img/select-arrow-light.png");
  background-position: right 10px center;
  background-size: 14px auto;
  background-repeat: no-repeat;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
select.input-inverse option {
  background: #fff;
  color: #000;
}
select.input-inverse:focus {
  border: 1px solid rgba(255, 255, 255, 0.8);
}
select.input-inverse:hover {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
select.input-inverse::-ms-expand {
  display: none;
}
::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  opacity: 1;
  font-size: 0.9em;
}
::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  opacity: 1;
  font-size: 0.9em;
}
:-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  opacity: 1;
  font-size: 0.9em;
}
:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-weight: normal;
 font-family: 'Roboto', sans-serif;
  opacity: 1;
  font-size: 0.9em;
}
placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-style: normal;
  font-size: 0.9em;
}
.custom-file-input {
  width: 100%;
}
.custom-file-input input {
  display: none;
}
.custom-file-input label {
  display: block;
  float: left;
}
.custom-file-input label.btn-primary, .custom-file-input label.btn-default {
  color: #fff;
}
.custom-file-input--name {
  display: block;
  vertical-align: middle;
  margin-left: 158px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 36px;
  font-size: 13px;
}
/*inputs end*/
/* Base for label styling */
[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: inline-block;
}
/* checkbox aspect */
.md-wrapper [type="checkbox"]:not(:checked) + label:before, .md-wrapper [type="checkbox"]:checked + label:before, .white-popup [type="checkbox"]:not(:checked) + label:before, .white-popup [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 19px;
  height: 19px;
  border: 1px solid rgba(12, 77, 162, 0.4);
  background: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.md-wrapper [type="checkbox"]:checked + label:before, .md-wrapper [type="checkbox"]:not(:checked) + label:before .white-popup [type="checkbox"]:not(:checked) + label:before {
  border: none;
}
[type="checkbox"]:checked + label:before {
  border: none !important;
}
/* checked mark aspect */
.md-wrapper [type="checkbox"]:not(:checked) + label:after, .md-wrapper [type="checkbox"]:checked + label:after, .white-popup [type="checkbox"]:not(:checked) + label:after, .white-popup [type="checkbox"]:checked + label:after {
  content: '\f00c';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  font-size: 1em;
  line-height: 20px;
  color: #fff;
  transition: all 0.2s;
  font-family: 'fontAwesome';
  background-color: #ffd400;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before, [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  background-color: #999;
  color: #ccc;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before {
  border: 1px transparent;
  background-color: #ed1c24;
}
/* hover style just for information */
[type="checkbox"]:not(:checked) + label:hover:before {
  background-color: rgba(0, 0, 0, 0.05);
}
hr {
  border-color: rgba(0, 0, 0, 0.05);
  border-style: none none solid;
  border-width: medium medium 1px;
  height: 1px;
  size: 1px;
  margin: 8px 0;
}
hr.inverse {
  border-color: rgba(255, 255, 255, 0.1);
}
iframe {
  display: block;
}
h1, h2, h3, .service-2--title, h4, h5, h6 {
  margin: 0;
}
h1, .h1 {
  font-size: 3em;
  font-weight: 600;
  line-height: 1.1em;
  font-family: 'Montserrat', sans-serif;
}
h2, .h2 {
  font-size: 2em;
  font-weight: 600;
  line-height: 1.2em;
  font-family: 'Montserrat', sans-serif;
}
h3, .service-2--title, .h3 {
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1.2em;
  font-family: 'Montserrat', sans-serif;
}
h4, .h4 {
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.4em;
}
h5, .h5 {
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.4em;
}
.tar {
  text-align: right;
}
.tal {
  text-align: left;
}
.tac {
  text-align: center;
}
.taj {
  text-align: justify;
}
.auto {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.font-xl {
  font-size: 2.6em;
  font-weight: 300;
  line-height: 1.6em;
}
.font-lg {
  font-size: 1.6em;
  font-weight: 300;
  line-height: 1.6em;
}
.font-md {
  font-size: 1.3em;
  line-height: 1.8em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
.font-md_light {
  font-weight: 300;
  line-height: 1.6em;
}
.font-light {
  font-weight: 300;
}
.font-bold {
  font-weight: 600;
}
.font-sm {
  font-size: 1.15em;
  line-height: 1.6em;
}
.font-sm_light {
  font-weight: 300;
  line-height: 1.6em;
}
.font-xs {
  font-size: 0.85em;
  line-height: 1.3em;
}
.font-inverse {
  color: rgba(255, 255, 255, 1) !important;
}
.font-inverse a {
  color: rgba(255, 255, 255, 1) !important;
}
.font-inverse a:hover {
  opacity: 0.8;
}
a.font-inverse {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
a.font-inverse:hover {
  color: rgba(255, 255, 255, 1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.color-primary {
  color: #0c4da2;
}
.color-secondary {
  color: #ed1c24;
}
.color-light {
  color: #fff;
}
.color-black {
  color: #333;
}
.color-calm {
  color: rgba(0, 0, 0, 0.5);
}

.m-auto {margin: auto!important;}
.mt0 {
  margin-top: 0px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.ml0 {
  margin-left: 0px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.ml60 {
  margin-left: 60px !important;
}
.ml80 {
  margin-left: 80px !important;
}
.mr0 {
  margin-right: 0px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.mr60 {
  margin-right: 60px !important;
}
.mr80 {
  margin-right: 80px !important;
}
.pt0 {
  padding-top: 0px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pt60 {
  padding-top: 60px !important;
}
.pt80 {
  padding-top: 80px !important;
}
.pb0 {
  padding-bottom: 0px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pb60 {
  padding-bottom: 60px !important;
}
.pb80 {
  padding-bottom: 80px !important;
}
.pl0 {
  padding-left: 0px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pl50 {
  padding-left: 50px !important;
}
.pl60 {
  padding-left: 60px !important;
}
.pl80 {
  padding-left: 80px !important;
}
.pr0 {
  padding-right: 0px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pr50 {
  padding-right: 50px !important;
}
.pr60 {
  padding-right: 60px !important;
}
.pr80 {
  padding-right: 80px !important;
}
.dn {
  display: none;
}
.db {
  display: block;
}
.dib {
  display: inline-block;
}
.pos-rel {
  position: relative;
}
.img-responsiver {
  max-width: 100%;
  display: block;
  border-radius: 3px;
}
.padding-default {
  padding: 50px 0;
}
.bg-default {
  background-color: #f9f9fa;
}
.bg-lighter-blue {
    background-color: #d6e7f2!important;
}
.drag-block {
    border-top: 1px solid #f2f2f2;
    margin-bottom: -1px;
    position: relative;
}
.bg-light {
  background-color: #ffffff;
}
.bg-orange {
  background-color: #ffd400;
}
.link_underline {
  border-bottom: 1px solid rgba(12, 77, 162, 0.2);
}
.link_underline:hover {
  border-bottom: 1px solid #ed1c24;
}
.icon-rounded {
  border: 1px solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: -2px;
}
.fa-angle-right:before {
  margin-left: 2px;
}
.table-responsiver {
  overflow-x: auto;
  position: relative;
  width: 100%;
}
table {
  border-collapse: collapse;
  width: 100%;
}
table thead th {
     background: #ffd400;
    color: #000;
  font-size: 1.3em;
  padding: 18px 20px;
  text-align: left;
  font-weight: 300;
}
table td {
  border-bottom: 1px solid rgba(12, 77, 162, 0.1);
  padding: 16px 20px;
}
table tr:last-child td {
  border-bottom: none;
}
table tr:hover td {
  background-color: rgba(12, 77, 162, 0.05);
}
table.table-lr-border {
  border-left: 1px solid rgba(12, 77, 162, 0.1);
  border-right: 1px solid rgba(12, 77, 162, 0.1);
}
table.table-light thead th {
  background: #fff;
  color: #000;
  border-bottom: 2px solid rgba(12, 77, 162, 0.1);
  font-size: 15px;
  font-weight: bold;
}
table.table-light th:first-child, table.table-light td:first-child {
  padding-left: 0;
}
table.table-light th:last-child, table.table-light td:last-child {
  padding-right: 0;
}
table.table-bordered th, table.table-bordered td {
  border: 1px solid rgba(12, 77, 162, 0.1);
}
table.table-bordered tr:last-child td {
  border-bottom: 1px solid rgba(12, 77, 162, 0.1);
}
table.table-no-border thead th {
  background: #fff;
  color: #000;
  font-size: 15px;
  font-weight: bold;
}
table.table-no-border th, table.table-no-border td {
  border: none;
}
.content-wrapper {
  padding-bottom: 60px;
  padding-top: 30px;
}
.content-wrapper_bg-default {
  background-color: #f2f2f2;
}

p {
 margin: 0 0 20px;
}

.content-wrapper p {
 
}

.content-wrapper img {    max-width: 100%;
 
}
.content-wrapper ul li, .main-services ul li{
  padding: 12px 0 12px 25px;
  position: relative;
}

.detail-page-wrapper ul li{
  padding: 12px 0 12px 45px;
  position: relative;
}
.main-services ul li, .service-2 ul li{
  padding: 5px 0 5px 25px;
}
.content-wrapper ul, .content-wrapper ol, .detail-page-wrapper ul{
 margin: 0 0 20px;
}
.sales-detali ul{display: grid;}
.tab-content ul li{
  padding: 12px 0 0px 25px;
  position: relative;
}
.tab-content ul li:before {
  background: #ffd400;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  top: 20px;
  width: 7px;
  border-radius: 20px;
}
.content-wrapper ul li:before, .main-services ul li:before{
  background: #ffd400;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  top: 20px;
  width: 7px;
  border-radius: 20px;
}
.detail-page-wrapper ul li:before {
   content:url("data:image/svg+xml;charset=UTF-8, <svg id='check' width='18' height='14' viewBox='0 0 18 14' style='fill: rgba(47, 58, 79, 0.99)' stroke='none' xmlns='http://www.w3.org/2000/svg'><path d='M6.00038 10.5044L1.80039 6.69548L0.400391 7.96514L6.00038 13.0437L18.0004 2.16101L16.6004 0.891357L6.00038 10.5044Z'/></svg>");
    display: inline-block;
position: absolute;
    top: 9px;
    left: 0;
    width: 32px;
    height: 32px;
    background: #fce300;
    border: none;
    text-align: center;
    border-radius: 980px;
    line-height: 36px;
}

.main-services ul li:before, .service-2 ul li:before {
  top: 15px;
}
.service-2:hover ul li:before {
  background: rgba(255, 255, 255, 1);
}
.content-wrapper ul li p:first-child, .content-wrapper ol li p:first-child {
  margin-top: 0;
}
.content-wrapper ul li ul li:first-child, .content-wrapper ol li ol li:first-child {
  margin-top: 10px;
}
.content-wrapper ul li ul li:before {
  background: rgba(0, 0, 0, 0.5);
}
/*.content-wrapper ul li:last-child, .content-wrapper ol li:last-child, .content-wrapper ul ul li:last-child, .content-wrapper ol ol li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}*/
.content-wrapper .page-form h2, .content-wrapper .page-form h3, .content-wrapper .page-form .service-2--title, .content-wrapper .page-form h4 {
  margin-top: 0 !important;
  margin-bottom: 20px;
}
.content-wrapper h1, .content-wrapper .h1, .content-wrapper h2, .content-wrapper .h2, .content-wrapper h3, .content-wrapper .service-2--title, .content-wrapper .h3, .content-wrapper h4, .content-wrapper .h4, .content-wrapper h5, .content-wrapper .h5, .content-wrapper h6, .content-wrapper .h6 {
  margin-top: 30px;
  margin-bottom: 20px;
}
@media (min-width: 767px) {
  .content-wrapper .detail-page-wrapper h1, .content-wrapper .detail-page-wrapper .h1, .content-wrapper .detail-page-wrapper .h2, .content-wrapper .detail-page-wrapper h2, .content-wrapper .detail-page-wrapper h3, .content-wrapper .detail-page-wrapper .service-2--title, .content-wrapper .detail-page-wrapper .h3, .content-wrapper .detail-page-wrapper h4, .content-wrapper .detail-page-wrapper .h4, .content-wrapper .detail-page-wrapper h5, .content-wrapper .detail-page-wrapper .h5, .content-wrapper .detail-page-wrapper h6, .content-wrapper .detail-page-wrapper .h6 {
    margin-top: 60px;
  }
}
.content-wrapper div + h2:first-child, .content-wrapper div + h3:first-child, .content-wrapper div + .service-2--title:first-child, .content-wrapper div + h4:first-child {
  margin-top: 0;
  margin-bottom: 20px;
}
.content-wrapper .first-elem + * {
  margin-top: 0;
}
.content-wrapper hr {
  margin-top: 60px;
}
.content-wrapper hr > h2, .content-wrapper hr > h3, .content-wrapper hr > .service-2--title, .content-wrapper hr + h4 {
  margin-top: 30px;
}
.content-wrapper ol {
  counter-reset: myCounter;
}
.content-wrapper ol li {
  list-style: outside none none;
  padding: 12px 0 12px 40px;
  position: relative;
}
.content-wrapper ol li:before {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 100%;
  color: #0c4da2;
  content: counter(myCounter,decimal);
  counter-increment: myCounter;
  display: block;
  font-size: 0.85em;
  font-weight: 400;
  height: 26px;
  left: 0;
  line-height: 26px;
  margin: 5px 10px 5px 0;
  position: absolute;
  text-align: center;
  top: 6px;
  width: 26px;
}
.content-wrapper ol.inverse li:before {
  background: #0c4da2;
  color: rgba(255, 255, 255, 1);
}
.content-wrapper ol {
  counter-reset: list1;
}
.content-wrapper ol li:before {
  content: counter(list1,decimal) " ";
  counter-increment: list1;
}
.content-wrapper ol ol {
  counter-reset: list2;
}
.content-wrapper ol ol li:before {
  content: counter(list1,decimal) "." counter(list2,decimal) "";
  counter-increment: list2;
}
.content-wrapper ol ol ol {
  counter-reset: list3;
}
.content-wrapper ol ol ol li:before {
  content: counter(list1,decimal) "." counter(list2,decimal) "." counter(list3,decimal) " ";
  counter-increment: list3;
}
.accordion-item {
  border: 1px solid rgba(0, 0, 0, 0.05);
  margin-top: -1px;    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.accordion-item--title, .content-wrapper .accordion-item--title {
  font-size: 1.2em;
  padding: 40px 80px 40px 40px;
  cursor: pointer;
  position: relative;
  font-weight: 400;
  margin: 0 !important;
}
.accordion-item--title:after {
  width: 26px;
  height: 26px;
  line-height: 26px;
  position: absolute;
  content: "\f107";
  right: 40px;
  top: 40px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  font-family: 'fontAwesome';
  text-align: center;
  font-size: 24px;
}
.accordion-item_opened {
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid transparent;
}
.accordion-item_opened .accordion-item--title:after {
  content: "\f106";
}
.accordion-item_opened .accordion-item--title {
  color: #0c4da2;
  padding: 40px 80px 40px 40px;
}
.accordion-item--content {
  padding: 0 40px 40px;
}
 .accordion-item:hover {box-shadow: 0 0 30px rgb(0 0 0 / 10%);}
.accordion-item--content h3, .accordion-item--content .service-2--title, .accordion-item--content h4, .accordion-item--content h2, .accordion-item--content h5 {
  padding-top: 10px;
}
.file {
  display: inline-block;
  padding: 5px 10px 5px 50px;
  position: relative;
}
.file + .file {
  margin-left: 40px;
}
.file:before {
  background-image: url("/web/20220315153203im_/https://voxvel.by/assets/img/icon/file.png");
  background-repeat: no-repeat;
  content: "";
  height: 35px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 27px;
}
.file:after {
  color: #fff;
  content: "";
  font-size: 9px;
  height: 10px;
  left: 8px;
  line-height: 10px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 25px;
  width: 24px;
  border: 2px solid #fff;
}
.file_png:after {
  content: "png";
  background-color: #4e67e7;
}
.file_doc:after {
  content: "doc";
  background-color: #2344d3;
}
.file_jpg:after {
  content: "jpg";
  background-color: #ff9c00;
}
.file_pdf:after {
  content: "pdf";
  background-color: #ea332b;
}
.file_tif:after {
  content: "tif";
  background-color: #c157c2;
}
.file_xls:after {
  content: "xls";
  background-color: #43a439;
}
.file_ptt:after {
  content: "ptt";
  background-color: #ff6c00;
}
.file_zip:after {
  content: "zip";
  background-color: #a92a2a;
}
.file--name {
  display: block;
}
.file--size {
  display: block;
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.85em;
}
a.gallery-item {
  outline: none;
}
.gallery-item {
  position: relative;
  width: 100%;
  height: 200px;
  display: block;
  overflow: hidden;
  background-color: #000;
  margin: 15px 0;
  border-radius: 3px;
}

.content-wrapper .gallery-item {

  margin: 0;

}
.gallery-item_bordered {
  box-shadow: 0 0 0 10px #fff inset;
  -moz-box-shadow: 0 0 0 10px #fff inset;
  -webkit-box-shadow: 0 0 0 10px #fff inset;
  -ms-box-shadow: 0 0 0 10px #fff inset;
  -o-box-shadow: 0 0 0 10px #fff inset;
  border: 1px solid #e5e5e5;
}
.gallery-item--image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.gallery-item_bordered .gallery-item--image {
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
}
.gallery-item--caption-pos {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  display: table;
  height: 200px;
  top: 100%;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  width: 100%;
}
.gallery-item:hover .gallery-item--caption-pos {
  top: 0;
}
.gallery-item:hover .gallery-item--image {
  opacity: 0.3;
  transform: scale(1.3);
}
.gallery-item--caption {
  display: table-cell;
  vertical-align: middle;
  padding: 40px;
  text-align: center;
}
.caption--title, .caption--text {
  display: block;
}
.caption--title {
  font-size: 1.3em;
  margin-bottom: 10px;
}
.properties {
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  padding: 15px 0;
  margin: 30px 0;
}
.properties .inner-wrapper {
  display: inline-block;
  margin-right: 30px;
}
.properties .inner-wrapper .property i {
  color: #0c4da2;
}
.properties .inner-wrapper:last-child {
  margin-right: 0;
}
.ya-share {
  margin-top: 15px;
  text-align: right;
}
.ya-share ul li:before {
  content: none;
}
.ya-share ul li {
  padding: 0;
}
/* в моб версии для дива .ya-share нужно сделать text-align:left;*/
div[id^=wait_comp], .bx-core-waitwindow {
  display: none;
}
#wait_window_div {
  display: none !important;
}
input.error, textarea.error {
  border-color: red !important;
}
input.correct, textarea.correct {
  border-color: #4caf50 !important;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.clear {
  clear: both;
}
.main-block-header {
  padding-bottom: 50px;
}
.fontawesome-icon-list i {
  margin-right: 30px;
}
/*buttons*/
button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.btn, button, input[type="button"], input[type="submit"] {
  display: inline-block;
  padding: 12px 30px;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 2px solid transparent;
  box-sizing: border-box;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  font-family: 'Montserrat', sans-serif;
}
.btn-full-width {
  width: 100%;
}
.btn:focus, button:focus, input[type="button"]:focus, input[type="submit"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn, button.disabled, button[disabled], fieldset[disabled] button {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}
a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn, input[type="button"], input[type="submit"], button {
 color: #000;
  background: #FFD400;
  border-color: #FFD400;
}
.btn:focus, input[type="button"]:focus, input[type="submit"]:focus, button:focus {
 color: #000;
  border-color: #fddf49;
  background: #fddf49;
}
.btn:hover, input[type="button"]:hover, input[type="submit"]:hover, button:hover {
 color: #000;
  border-color: #fddf49;
  background: #fddf49;
}
.btn:active, input[type="button"]:active, input[type="submit"]:active, button:active {
 color: #000;
  border-color: #fddf49;
  background: #fddf49;
}
.btn-default {
 color: #000;
  background: #FFD400;
  border-color: #FFD400;
}
.btn-default:hover, .btn-default:focus {
 color: #000;
  border-color: #fddf49;
  background: #fddf49;
}
.btn-default:active {
 color: #000;
  border-color: #fddf49;
  background: #fddf49;
}
.btn-light {
 color: #000;
  background: #fff;
  border-color: #fff;
}
.btn-light:hover, .btn-default:focus {
 color: #000;
  border-color: #fff;
  background: #f5f5f5;
}
.btn-light:active {
color: #000;
  border-color: #fff;
  background: #f5f5f5;
}
.btn-primary {
  color: #000;
  background: #FFD400;
  border-color: #FFD400;
}
.btn-primary:hover, .btn-primary:focus {
 color: #000;
  border-color: #fddf49;
  background: #fddf49;
}
.btn-primary:active {
 color: #000;
  border-color: #fddf49;
  background: #fddf49;
}
.btn-dark {
 color: #fff;
  background: #2f3a4f;
  border-color: #2f3a4f;
}
.btn-dark:hover {
 color: #000;
  border-color: #2f3a4f;
  background: #fff;
}
.btn-dark:active {
color: #000;
 border-color: #2f3a4f;
  background: #fff;
}
.btn-dark:focus {
color: #000;
 border-color: #2f3a4f;
  background: #fff;
}
.btn-xl {
  font-size: 1.2em;
  font-weight: 600;
}
.btn-xs {
  padding: 8px 20px;
  font-size: 1em;
}
.custom-file-input .btn-xs {
  padding: 6px 15px;
  font-size: 13px;
}
/*buttons end*/
.page-form {
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1) inset;
  margin-top: 60px;
  padding: 0;
  border-radius: 3px;
}
.form--descr {
  padding: 80px 100px 80px 80px;
}
.form--data {
  padding: 80px 60px;
  position: relative;
  border-radius: 3px;
}
.page-form .form--data {
  padding: 80px 100px;
  position: relative;
}
/* arrow */
.page-form .form--data:after, .form--data:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.page-form .form--data:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
  border-width: 20px;
  margin-top: -20px;
}
.page-form .form--data:before {
  border-color: rgba(245, 27, 27, 0);
  border-left-color: #ffd400;
  border-width: 27px;
  margin-top: -27px;
}
/* arrow */
.form--data_bg {
  background-color: rgba(255, 255, 255, 1);
  border: 5px solid #ffd400;
}
.form--data_contacts {
  margin-top: -90px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.form--phone-num {
  font-size: 2.4em;
  font-weight: 300;
}
.form-group {
  margin-bottom: 20px;
  position: relative;
}
.form-group_last {
  margin-bottom: 0;
  margin-top: 20px;
}
.required-star {
  color: #e02222;
  font-size: 18px;
  font-weight: 400;
  margin-left: 3px;
  vertical-align: middle;
}
.form label {
  color: rgba(0, 0, 0, 0.5);
}
.form .form-group i {
  color: rgba(0, 0, 0, 0.5);
  position: absolute;
  right: 15px;
  top: 20px;
}
.fluid-label {
  position: relative;
}
.fluid-label i {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -5px;
}
.fluid-label input, .fluid-label textarea {
  position: relative;
}
.fluid-label label {
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 0.85em;
}
.focused .form-control {
  top: 0 !important;
}
.fluid-label .input-field {
  padding: 22px 0 8px 0;
}
.form h2, .form h3, .form .service-2--title {
  padding: 0 0 30px;
  margin: 0;
}
.input-error {
  font-size: 0.85em;
  color: red;
  margin-top: 5px;
}
@media (max-width: 1200px) {
  .form--data, .form--descr {
    padding: 60px 40px;
  }
  .page-form .form--data, .page-form .form--descr {
    padding: 60px;
  }
}
@media (max-width: 992px) {
  .form--data {
    padding: 60px 100px;
  }
  .form--descr {
    padding: 60px 115px;
  }
  .form--data:after, .form--data:before {
    display: none;
  }
}
@media (max-width: 600px) {
  .form--data {
    padding: 40px;
  }
  .form--descr {
    padding: 40px 45px;
  }
  .form--phone-num {
    font-size: 1.8em;
    font-weight: 400;
  }
  .page-form .form--data {
    padding: 30px;
  }
  .page-form .form--descr {
    padding: 30px 35px;
  }
}
/*columns*/
.container {

  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1320px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1490px) {
  .container {
    width: 1340px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.clearfix:after, .row:after, .clearfix:before, .row:before {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.row-in {
  margin-left: -15px;
  margin-right: -15px;
}
.row-flex {
  display: flex;
  flex-wrap: wrap;
}
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
}
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66667%;
}
.col-xs-10 {
  width: 83.33333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66667%;
}
.col-xs-7 {
  width: 58.33333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66667%;
}
.col-xs-4 {
  width: 33.33333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66667%;
}
.col-xs-1 {
  width: 8.33333%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (max-width: 480px) {
  .col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
    float: left;
  }
  .col-xxs-12 {
    width: 100%;
  }
  .col-xxs-11 {
    width: 91.66667%;
  }
  .col-xxs-10 {
    width: 83.33333%;
  }
  .col-xxs-9 {
    width: 75%;
  }
  .col-xxs-8 {
    width: 66.66667%;
  }
  .col-xxs-7 {
    width: 58.33333%;
  }
  .col-xxs-6 {
    width: 50%;
  }
  .col-xxs-5 {
    width: 41.66667%;
  }
  .col-xxs-4 {
    width: 33.33333%;
  }
  .col-xxs-3 {
    width: 25%;
  }
  .col-xxs-2 {
    width: 16.66667%;
  }
  .col-xxs-1 {
    width: 8.33333%;
  }
  .col-xxs-offset-12 {
    margin-left: 100%;
  }
  .col-xxs-offset-11 {
    margin-left: 91.66667%;
  }
  .col-xxs-offset-10 {
    margin-left: 83.33333%;
  }
  .col-xxs-offset-9 {
    margin-left: 75%;
  }
  .col-xxs-offset-8 {
    margin-left: 66.66667%;
  }
  .col-xxs-offset-7 {
    margin-left: 58.33333%;
  }
  .col-xxs-offset-6 {
    margin-left: 50%;
  }
  .col-xxs-offset-5 {
    margin-left: 41.66667%;
  }
  .col-xxs-offset-4 {
    margin-left: 33.33333%;
  }
  .col-xxs-offset-3 {
    margin-left: 25%;
  }
  .col-xxs-offset-2 {
    margin-left: 16.66667%;
  }
  .col-xxs-offset-1 {
    margin-left: 8.33333%;
  }
  .col-xxs-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 767px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
/*columns end*/
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}
.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs, td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm, td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md, td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg, td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
/*Header*/
.header {
  background: #fff;
  padding: 0;
}
.header p {
  margin: 5px 0;
}
.header--row {
  display: table;
  width: 100%;
}
.logo {
  display: block;
  height: 105px;
  line-height: 90px;
  padding: 5px 0;
  text-decoration: none;
}
.header_compact .logo {
  display: block;
  height: 85px;
  line-height: 70px;
  padding: 5px 0;
  text-decoration: none;
}
.header_compact_fix {
  position: fixed;
  top: 0;
  background-color: #fff;
  width: 100%;
  z-index: 123;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.header_compact_fix .top-blockб, .header_compact_fix .info-row, .header_compact_fix .top-block {
  display: none;
}
.logo img {
  display: inline-block;
  margin-left: 0;
  max-height: 100%;
  max-width: 226px;
  vertical-align: middle;
}
.logo--img {

}

.yandex-star {height: 80px;
    display: inline-block;}
.header [class*="col-md-"] {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.top-tagline {color: rgba(0, 0, 0, 0.8);font-size: 14px;}
.header-contacts {
  text-align: right;
}


.phone2 {
    text-align: left;
    font-size: 14px;
font-family: 'Montserrat', sans-serif;
    color: #111;
    font-weight: 600;
}
.phone2 i.down {
    color: #ffd400;
    font-size: 14px;
    padding-left: 3px;
    -webkit-animation: opas 2s infinite linear;
    animation: opas 2s infinite linear;
}

.phone3 {
    font-size: 18px;
        font-family: 'Montserrat', sans-serif;
}

.phone3b {
    font-weight: bold;
}

.h-phone {
  text-align: right;
  display: inline-block;
  vertical-align: middle;
}
.h-phone--worktime {
  color: rgba(0, 0, 0, 0.6);
}
.h-phone--number {
  font-size: 1.4em;
}
.h-phone--number a {
  color: #000;
}
.h-button {
  display: inline-block;
  margin: 0 0 0 40px;
  vertical-align: middle;
}
.info-row {
  position: relative;
  padding: 5px 0;
  color: #fff;
}
.info-row--close {
  position: absolute;
  right: 10px;
  top: 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #fff;
  width: 24px;
  height: 24px;
  line-height: 22px;
  text-align: center;
  color: #fff;
}
.top-block {
  padding: 5px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.top-block [class*="col-sm-"] {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.top-block .btn {
  margin-left: 30px;
}
.top-block--info {
  color: #000;
  font-size: 0.95em;
}
.header_fix .second_header {
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.header_fix .main-menu-wrapper {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
/*Header end*/
/*main menu */
.black-menu .sticky-wrapper {
  position: absolute;
  width: 100%;
}
.main-menu-wrapper {
  background: #0c4da2;
  color: #fff;
  z-index: 101;
  position: relative;
  width: 100%;
}
.main-menu-wrapper_accent {
  background-color: #ed1c24;
}
.main-menu-wrapper_gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff2828+0,6485e0+100 */
  background: #0c4da2;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-linear-gradient(bottom left, #0c4da2 0%, #ed1c24 100%);
  background: -o-linear-gradient(bottom left, #0c4da2 0%, #ed1c24 100%);
  background: linear-gradient(to top right, #0c4da2 0%, #ed1c24 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$mainColor', endColorstr='$accentColor',GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.main-menu-wrapper_fix {
  position: fixed;
  width: 100%;
  top: 0;
}
.main-menu-wrapper_black {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
}
.main-menu-wrapper_white {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.main-menu--item {
  float: left;
  position: relative;
  font-size: 1.1em;
}
/*.first-menu-item a {
 margin-left: -30px;
 }*/
@media only screen and (min-width: 1199px) {
  /*.first-menu-item a {
   margin-left: -15px;
   }*/
}
.main-menu--link {
  color: #fff;
  padding: 0 30px;
  display: block;
  position: relative;
  font-weight: 400;
  font-size: 0.95em;
  line-height: 22px;
  height: 58px;
}
.main-menu--link span {
  line-height: 58px;
  display: inline-block;
}
.main-menu--link:hover span {
  line-height: 58px;
  display: inline-block;
}
.main-menu-wrapper_white .main-menu--link {
color: #000;
    font-size: 0.9em;
    letter-spacing: 0;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}
.main-menu--link:hover {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.8);
}
.main-menu-wrapper_white .main-menu--link:hover {
  background: none;
  color: #000;
}
.main-menu_upper .main-menu--link {
  font-weight: 700;
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 0;
}
ul > .main-menu--item_drop > .main-menu--link {
  padding-right: 40px;
}
ul > .main-menu--item_drop > .main-menu--link:after {
  content: "|||";
  font-family: Arial, sans-serif;
  font-size: 15px;
  letter-spacing: 0px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  opacity: 0.5;
  font-weight: normal;
}
.main-menu--item_active .main-menu--link, .main-menu--item_active:hover .main-menu--link {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  height: 58px;
}
.main-menu-wrapper_white .main-menu--item_active .main-menu--link, .main-menu-wrapper_white .main-menu--item_active:hover .main-menu--link {
  color: #00357b;
  padding-top: 0;
  padding-bottom: 0;
  height: 58px;
}
.main-menu-wrapper_white .main-menu--item_active .main-menu--link span, .main-menu-wrapper_white .main-menu--link:hover span {
  box-shadow: 0 3px 0 #ffd400 inset;
}
.main-menu-wrapper_white .main-menu_upper .main-menu--item_active .main-menu--link span, .main-menu-wrapper_white .main-menu_upper .main-menu--link:hover span {
 box-shadow: 0 2px 0 #ffd400 inset;
}
.main-menu-wrapper_white ul:first-child > li:first-child > a {
  padding-left: 0;
}
.dropdown-menu {
  position: absolute;
  left: 0;
  width: 250px;
  padding: 0;
  background-color: #fff;
  font-size: 1em;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  z-index: 102;
  display: none;
  border-radius: 0 0 3px 3px;
}
.dropdown-menu_pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu2 {
  left: 100%;
  position: absolute;
  width: 250px;
  background-color: #fff;
  font-size: 1em;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  display: none;
  top: 0;
  border-radius: 0 0 3px 3px;
}
.dropdown-menu li:hover .dropdown-menu2 {
  display: block;
}
.main-menu--item:hover .dropdown-menu {
  display: block;
}
.dropdown-menu > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  float: none;
}
.dropdown-menu > li.main-menu--item_drop a {
  padding-right: 30px;
}
.dropdown-menu > li.main-menu--item_drop a. {
  padding-right: 30px;
}
.dropdown-menu > li.main-menu--item_drop i {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -9px;
  opacity: 0.5;
}
.dropdown-menu > li:last-child {
  border-bottom: none;
}
.dropdown-menu > li a, .dropdown-menu > li a.main-menu--link {
  padding: 15px 20px;
  display: block;
  font-size: 0.85em;
  line-height: 1.2em;
  color: #000;
  font-weight: 400;font-family: 'Montserrat', sans-serif;
}
.dropdown-menu > li a:hover, .dropdown-menu > li a.main-menu--link:hover {
  color: #111;
  background-color: #FFD400;
}
.dropdown-menu li:last-child > a:hover {
  border-radius: 0 0 3px 3px;
}
.dropdown-menu .dropdown-menu-active a,.dropdown-menu > li a.active {
  color: #00357b;
}
li.more .dropdown-menu .main-menu--link {
  text-transform: none !important;
  letter-spacing: 0px !important;
}
ul.main-menu_upper > .main-menu--item_drop > .main-menu--link:after {
  margin-top: -11px;
  opacity: 0.3;
}
/*main-menu end*/

.more .dropdown-menu .main-menu--link {
  padding: 15px 20px;
  display: block;
  font-size: 0.85em;
  line-height: 1.2em;
  color: #000;
  font-weight: 400;
  height: auto;
}
.more .dropdown-menu .main-menu--link span {
  height: auto;
  box-shadow: none;
  line-height: 1;
}
.more .dropdown-menu .main-menu--link:hover span {
  color: #fff;
  height: auto;
  box-shadow: none;
  line-height: 1;
}
.slider--item {
  width: 100%;
  height: 450px;
  display: block;
  background-position: center;
  background-size: cover;
}
.slider--text_inverse {
  color: white;
}
.slider--item > .container {
  bottom: 0;
  height: 100%;
  position: relative;
  top: 0;
}
.slider--item > .container > .row {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  right: 15px;
}
.slider--item > .container > .row [class*="col-"] {
  top: 50%;
  transform: translateY(-50%);
}
.black-menu + .slider .slider--item > .container > .row [class*="col-"] {
  top: 55%;
}
.black-menu + .slider .slider--item {
  height: 508px;
}
.slider--text {
  padding-right: 60px;
  z-index: 107;
  position: relative;
}
.col-md-offset-2 .slider--text {
  padding-right: 0;
}
.slider--title, .slider--title h1 {
  font-size: 2.4em;
  font-weight: 600;
  line-height: 1.2em;
  font-family: 'Montserrat', sans-serif;
}
.slider--title h1 {
  font-size: inherit;
}
.slider--descr {

  line-height: 1.4em;
  margin-top: 40px;
}
.slider--buttons {
  margin-top: 40px;
}
.md-wrapper {
  overflow-y: hidden;
  overflow-x: hidden;
}

/*sidebar nav*/
.nav {
  margin: 0;
  font-weight: 500;
}
.nav--item, .content-wrapper .nav--item {
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  position: relative;
  padding: 0;
}
.nav--item:before, .content-wrapper .nav--item:before {
  display: none;
}
.nav--item:hover a {
  color: #0c4da2;
}
.nav--item > a {
  padding: 20px 0;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  color: #000;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
}
.nav--item_active {
  
}
.nav--item_active > a {
  color: #0c4da2;
}
.nav--item_child > a {
  border-bottom: 0;
  padding-right: 30px;
}
.nav--item_child:after {
  position: absolute;
  right: 15px;
  top: 20px;
  font-family: 'fontAwesome';
  content: "\f107";
  font-size: 20px;
}
.nav--item:last-child a {
  border-bottom: none;
}
.subnav {
  padding-bottom: 15px;
  font-size: 0.9em;
}
.subnav .subnav {
  font-size: 1em;
  margin-top: 10px;
}
.subnav--item, .content-wrapper .subnav .subnav--item {
  padding: 5px 20px;
  margin-top: 0;
}
.subnav--item > a, .content-wrapper > .subnav .subnav--item > a {
  color: #000;
}
.content-wrapper .subnav .subnav--item:before, .content-wrapper .subnav .subnav--item:after {
  display: none;
}
.subnav--item_active > a, .content-wrapper > .subnav > .subnav--item_active > a {
  font-weight: bold;
  color: #ed1c24;
}
.subnav--item a:hover, .content-wrapper .subnav .subnav--item a:hover {
  color: #ed1c24;
}
/*/sidebar nav*/
/*page 404*/
.page-404 {
  padding: 100px 0;
}
.icon-404 {
  font-size: 20em;
  color: #ed1c24;
  font-weight: 300;
  line-height: 1em;
  float: right;
}
/*/page 404*/

.tizers_block-seo{padding:38px 0px;}
.tizers_block-seo .item{padding:10px 0px; }
.tizers_block-seo .item > div{display:table-cell;vertical-align:top;}
.tizers_block-seo .item .img{margin:0px 20px 0px 0px;border-radius: 100%;width: 46px;height: 46px;min-width:46px;}
.tizers_block-seo .item .title span{display:block;}
.tizers_block-seo .item .title{text-align:left;padding:9px 0px 0px 30px;white-space:normal;color:#222;transition: all 0.3s ease 0s;cursor: pointer;}


.tizers_block2{padding:38px 0px;}
.tizers_block2 .item{padding:10px 0px; }
.tizers_block2 .item > div{display:table-cell;vertical-align:top;}
.tizers_block2 .item .img{margin:0px 20px 0px 0px;border-radius: 100%;width: 60px;height: 60px;min-width:60px;}
.tizers_block2 .item .title{text-align:left;padding:0px 0px 0px 30px;white-space:normal;color:#222;transition: all 0.3s ease 0s;cursor: pointer;}
.tizers_block2 .item:hover .title{color:#0c4da2;}
.tizers_block2 .item a{text-decoration:none;/*line-height:16px;*/display:block;}
.tizers_block2 .item .title span{display:block;}
.tizers_block2 .item .title a{margin-top:-2px;}
.tizers_block2 .item .title .top-text{font-size:15px;font-weight:bold;margin-top:-2px;}
.tizers_block2 .item .title .desc-text{font-size:14px;color:#666666;line-height: 20px;}
.tizers_block2 .item .title .desc-text-develop{font-size: 18px;margin-top: 8px;color: #0c4da2;}
.tizers_block2 .item .title .desc-text-seo{margin-top: 8px;}
.seo-small > .item .img{margin:0px 20px 0px 0px;border-radius: 100%;width: 40px;height: 40px;min-width:40px;}

.sidearea .tizers_block2{padding:0px 0px 37px;}
.sidearea .tizers_block2 .item{border-bottom:1px solid #f2f2f2;padding: 15px 0px 18px;}
.sidearea .tizers_block2 > .row > div:first-of-type .item{padding-top:0px;}

.main-teasers {
  padding: 50px 0;
  background-color: #f2f2f2;
}
.teaser {
  text-align: center;
  margin: 20px 0;
}
@media (min-width: 1490px) {
  .teaser {
    padding: 0 20px;
  }
}
.teasers_line [class*="col-md-"] {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.teasers_line [class*="col-md-"]:last-child {
  border: none;
}
.teaser_line:last-child {
  border-right: 0 none;
}
.teaser--title {
  color: #ed1c24;
  font-size: 1.1em;
  min-height: 84px;
  font-weight: bold;
  display: table;
  text-align: center;
  width: 100%;
}
.teaser--title img {
  max-height: 80px;
}
.teaser--title i {
  font-size: 2.4em;
  font-style: normal;
  font-weight: 300;
  line-height: 84px;
}
.teaser--title span {
  display: table-cell;
  height: 84px;
  vertical-align: middle;
  line-height: 1.4em;
}
.teaser--text {
  margin-top: 30px;
}
.main-services {
  padding: 50px 0;
}
.service {
  box-sizing: border-box;
  height: 100%;
  margin: 0 -15px;
  padding: 30px 20px;
  transition: all 0.3s ease 0s;
  height: 100%;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}
.service_center {
  text-align: center;
}
.service:hover {
  box-shadow: 0 0 0 4px rgba(12, 77, 162, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.service--img img {
  max-height: 150px;
  max-width: 200px;border-radius: 50%;
}
.service--img_icon {
  margin: 0 auto;
}
.service--img_icon i, .service--img_icon i:hover {
  line-height: 150px;
  font-size: 5em;
  color: #0c4da2;
  font-size: 5em;
  height: 150px;
  line-height: 150px;
  text-align: center;
  width: 150px;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}
.service--title {
  font-size: 1.1em;
  margin-top: 30px;
  font-weight: 700;
  line-height: 1.3em;
}
.service--title-price {
  font-size: 1.1em;
  margin-top: 10px;
  font-weight: 700;
  line-height: 1.3em;
}
.service--title span {
  color: #111;
}
a .service--title span {
  border-bottom: 1px solid rgba(12, 77, 162, 0.1);
}
a .service:hover .service--title span {
  color: #ed1c24;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.service--text {
  margin-top: 30px;
  margin-top: 15px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 0.95em;
}
.service--link {
  display: block;
  height: 100%;
}
.services-2 {
  padding: 0 15px;
  position: relative;
}
.service-2 {
  padding: 40px 40px 80px 40px;
}
.service-2--title {
  font-weight: 500;
  font-size: 1.4em;
  color: #000;
}
.service-2--text {
  height: 250px;
  overflow: hidden;
}
.service-2--text:after {
  content: "";
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 100%;
  top: 0;
  box-shadow: inset 0 -150px 30px -130px #fff;
}
.service-2--descr {
  margin-top: 40px;
  color: rgba(0, 0, 0, 0.7);
  position: relative;
}
.service-2--more {
  position: absolute;
  bottom: 40px;
}
.service-2--link {
  display: block;
}
.service-2_nolink {
  padding: 40px;
}
.service-2_nolink .service-2--text {
  height: 290px;
}
.service-2_nolink .service-2--text:after {
  bottom: 40px;
}
.services-2_chess [class*="col-md-"] {
  padding: 0;
}
@media (min-width: 1199px) {
  /*2 column*/
  /*end 2 column*/
  /*4 column*/
  /*end 4 column*/
  /*3 column*/
  /*end 3 column*/
  .services-2_chess [class*="col-lg-6"]:nth-child(3n+1) .service-2 {
    background: #fff;
  }
  .services-2_chess [class*="col-lg-6"]:nth-child(4n+1) .service-2, .services-2_chess [class*="col-lg-6"]:nth-child(4n+4) .service-2, .services-2_chess [class*="col-lg-6"]:nth-child(4n+5) .service-2, .services-2_chess [class*="col-lg-6"]:nth-child(4n+8) .service-2 {
    background-color: #f2f2f2;
  }
  .services-2_chess [class*="col-lg-6"]:nth-child(4n+1) .service-2--text:after, .services-2_chess [class*="col-lg-6"]:nth-child(4n+4) .service-2--text:after, .services-2_chess [class*="col-lg-6"]:nth-child(4n+5) .service-2--text:after, .services-2_chess [class*="col-lg-6"]:nth-child(4n+8) .service-2--text:after {
    box-shadow: inset 0 -150px 30px -130px #f2f2f2;
  }
  .services-2_chess [class*="col-lg-3"]:nth-child(2n+1) .service-2 {
    background: #fff;
  }
  .services-2_chess [class*="col-lg-3"]:nth-child(8n+1) .service-2, .services-2_chess [class*="col-lg-3"]:nth-child(8n+3) .service-2, .services-2_chess [class*="col-lg-3"]:nth-child(8n+6) .service-2, .services-2_chess [class*="col-lg-3"]:nth-child(8n+8) .service-2 {
    background-color: #f2f2f2;
  }
  .services-2_chess [class*="col-lg-3"]:nth-child(8n+1) .service-2--text:after, .services-2_chess [class*="col-lg-3"]:nth-child(8n+3) .service-2--text:after, .services-2_chess [class*="col-lg-3"]:nth-child(8n+6) .service-2--text:after, .services-2_chess [class*="col-lg-3"]:nth-child(8n+8) .service-2--text:after {
    box-shadow: inset 0 -150px 30px -130px #f2f2f2;
  }
  .services-2_chess [class*="col-lg-4"]:nth-child(2n+1) .service-2 {
    background-color: #f2f2f2;
  }
  .services-2_chess [class*="col-lg-4"]:nth-child(2n+1) .service-2--text:after {
    box-shadow: inset 0 -150px 30px -130px #f2f2f2;
  }
}
@media (min-width: 767px) and (max-width: 1197px) {
  /*2 column*/
  /*end 2 column*/
  .services-2_chess [class*="col-md-"]:nth-child(3n+1) .service-2 {
    background: #fff;
  }
  .services-2_chess [class*="col-md-"]:nth-child(4n+1) .service-2, .services-2_chess [class*="col-md-"]:nth-child(4n+4) .service-2, .services-2_chess [class*="col-md-"]:nth-child(4n+5) .service-2, .services-2_chess [class*="col-md-"]:nth-child(4n+8) .service-2 {
    background-color: #f2f2f2;
  }
  .services-2_chess [class*="col-md-"]:nth-child(4n+1) .service-2--text:after, .services-2_chess [class*="col-md-"]:nth-child(4n+4) .service-2--text:after, .services-2_chess [class*="col-md-"]:nth-child(4n+5) .service-2--text:after, .services-2_chess [class*="col-md-"]:nth-child(4n+8) .service-2--text:after {
    box-shadow: inset 0 -150px 30px -130px #f2f2f2;
  }
}
@media only screen and (max-width: 766px) {
  .services-2_chess [class*="col-md-"]:nth-child(2n+1) .service-2 {
    background: #f2f2f2;
  }
  .services-2_chess [class*="col-md-"]:nth-child(2n+1) .service-2--text:after {
    box-shadow: inset 0 -150px 30px -130px #f2f2f2;
  }
}
@media only screen and (max-width: 574px) {
  .service-2--descr {
    margin-top: 20px;
  }
}
.services-2_chess [class*="col-md-"] .service-2:hover, .services-2_standart [class*="col-md-"] .service-2:hover {
  background: #ed1c24 !important;
  color: #fff;
}
.services-2_chess [class*="col-md-"] .service-2:hover .service-2--descr, .services-2_standart [class*="col-md-"] .service-2:hover .service-2--descr, .services-2_chess [class*="col-md-"] .service-2:hover .service-2--more a, .services-2_standart [class*="col-md-"] .service-2:hover .service-2--more a, .services-2_chess [class*="col-md-"] .service-2:hover .service-2--title, .services-2_standart [class*="col-md-"] .service-2:hover .service-2--title {
  color: rgba(255, 255, 255, 1);
}
.services-2_chess [class*="col-md-"] .service-2:hover .link_underline, .services-2_standart [class*="col-md-"] .service-2:hover .link_underline {
  border-bottom: 1px solid rgba(255, 255, 255, 1);
}
.services-2_chess [class*="col-md-"] .service-2:hover .icon-rounded, .services-2_standart [class*="col-md-"] .service-2:hover .icon-rounded {
  margin-left: 10px;
  transition-duration: 0.3s;
}
.services-2_chess [class*="col-md-"] .service-2:hover .service-2--text:after {
  box-shadow: inset 0 -150px 30px -130px #ed1c24 !important;
}
/*Стандартный вид*/
.services-2_standart [class*="col-md-"] {
  border: 1px solid #f2f2f2;
  padding: 0;
}
.services-2_standart [class*="col-md-"]:hover .service-2--text:after {
  box-shadow: inset 0 -150px 30px -130px #ed1c24;
}
.breadcrumb div {
  display: inline-block;
  color: rgba(0, 0, 0, 0.7);
  margin-right: 5px;
  font-size: 0.85em;
}
.breadcrumb div a {
  color: rgba(0, 0, 0, 0.7);
}
.breadcrumb div a:hover {
  color: rgba(0, 0, 0, 0.9);
}
.breadcrumb-item i {
  margin-right: 5px;
}

.serm .breadcrumb div {
  display: inline-block;
  color: #c1c1c1;
  margin-right: 5px;
  font-size: 0.85em;
}
.serm .breadcrumb div a {

  color: #fff;

}
.serm {
  background-color: #2f3a4f;
  position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
}
.serm .container {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
.serm h1 {
  margin-top: 50px;
  color: #fff;
}

.page-head {
  background-color: #f9f9fa;
  position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
}

.page-head .slide-bg{
left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    margin: -10px;
}
.page-head .slide-bg:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;    
	position: absolute;
	top: 0;    
	left: 0;   
	background: transparent;
	background-image: linear-gradient(to left, rgba(0,0,0, .0), rgba(0,0,0, .6));
	opacity: 0.8; }
.page-head_compact {
  border-bottom: 0;
}
.black-menu .page-head {
  padding-top: 58px;
}
.page-head .container {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
.page-head h1 {
  margin-top: 50px;
  color: #111;
}

.page-head .head-projects h1 {
  color: #fff;
}
.page-head_compact h1 {
  margin: 10px 0 0;
  font-size: 2.2em;
  font-weight: 600;
}
.page-head--text {
  padding-top: 30px;
color: #000;
  padding-bottom: 30px;
}
.page-head--text-white {
  padding-top: 30px;
color: #fff;
  padding-bottom: 30px;
}
.page-head_inverse {
  color: rgba(255, 255, 255, 1);
}
.page-head_inverse .page-head--text {
  color: rgba(255, 255, 255, 1);
}
.page-head-row {
  display: table;
  width: 100%;
}
.page-head-row [class*="col-md-"] {
  display: table-cell;
  float: none;
}
.page-head_noimage [class*="col-md-"] {
  display: block;
  float: left;
}
.page-head--image {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}
.page-head--image_bottom {
  vertical-align: bottom;
}
.page-head--image_bottom img {
  margin-bottom: -30px;
}
.page-service--image_bottom {
  vertical-align: bottom;
}
.page-service--image_bottom img {
  margin-bottom: -50px;
}
/* chack */
.only-banner-title {
  margin-top: 0 !important;
  font-size: 2.2em;
}
.intro {
  border-left: 2px solid #ed1c24;
  padding-left: 20px;
}
.proporties-line {
  background-color: #fddf49;
  color: #000;position: relative;
}
.proporties-line span {
  display: inline-block;
  margin-right: 15px;
}
.proporties-line span:last-child {
  margin-right: 0;
}
.proporties-line a {
  color: #fff;
}
.proporties-line--right {
  text-align: right;
}
.detail-page-wrapper .panel {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 30px;
}
.detail-page-wrapper .panel h2, .detail-page-wrapper .panel.h2, .detail-page-wrapper .panel h3, .detail-page-wrapper .panel .service-2--title, .detail-page-wrapper .panel.h3, .detail-page-wrapper .panel h4, .detail-page-wrapper .panel .h4 {
  margin-top: 20px;
}
.detail-page-wrapper .panel h2:first-child, .detail-page-wrapper .panel.h2:first-child, .detail-page-wrapper .panel h3:first-child, .detail-page-wrapper .panel .service-2--title:first-child, .detail-page-wrapper .panel.h3:first-child, .detail-page-wrapper .panel h4:first-child, .detail-page-wrapper .panel .h4:first-child {
  margin-top: 0;
}
.office {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 40px 0;
}
.office h3, .office .service-2--title {
  padding-top: 0;
  padding-bottom: 10px;
  margin-top: 0;
}
.office--adress {
  padding-bottom: 10px;
}
.main-contacts {
  padding-bottom: 30px;
}
.main-contacts p {
  margin: 15px 0 0;
}
.company-contacts .office:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.office--contacts a {
  margin-right: 30px;
}
.office--contacts i {
  font-size: 1em;
}
.projects-desc h3:first-child {margin-top: 0;}
.main-projects {
  padding: 50px 0;
}
.projects {
  margin-left: -5px;
}
.project {
  width: 25%;
  height: 320px;
  position: relative;
  float: left;
  box-sizing: border-box;
}
.project_w-50 {
  width: 50%;
}
.project_w-33 {
  width: 33.3333%;
}
.project--inner {
  padding: 0 0 5px 5px;
  position: absolute;
  top: 0;
  right: 0;
  left: 5px;
  bottom: 5px;
  background-color: #000;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.project a {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.project--name {
  width: 100%;
}
.project a .project--name span {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.project a:hover .project--name span {
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
.project--name {
  position: absolute;
  bottom: 0;
  padding: 20px;
  color: #fff;
  left: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3000000', endColorstr='#000000',GradientType=0);
}
.project--name span {
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.3em;
}
.project--descr {
  margin-top: 10px;
  opacity: 0.5;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  height: 0;
  overflow: hidden;
}
.project:hover .project--descr {
  opacity: 1;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  height: auto;
  overflow: auto;
}
.project:hover .project--name {
  background: rgba(0, 0, 0, 0.7);
}
.main-projects {
  padding: 50px 0;
}
.project-2 {
  padding-bottom: 60px;
}
.project-2--img {
  width: 100%;
  height: 260px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-color: rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 574px) {
  .project-2--img {
    height: 150px;
  }
}
.project-2--name {
  padding-top: 20px;
}
.project-2--name span {
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.3em;
  color: #000;
}
.project-2--descr {
  margin-top: 10px;
  color: #000;
  font-size: 0.9em;
}
.project-2 a {
  display: block;
}
.project-2 a .project-2--name span {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.project-2 a:hover .project-2--name span {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.project-2 a:hover .project-2--img:after {
  background-color: rgba(237, 28, 36, 0.85);
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1;
}
.project-2 a:hover .project-2--name span {
  color: #ed1c24;
}
.project-2--more {
  opacity: 0;
  visibility: hidden;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: rgba(255, 255, 255, 1);
  z-index: 103;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
  margin-top: -10px;
}
.project-2 a:hover .project-2--more {
  opacity: 1;
  visibility: visible;
}
.project-2 a:hover .project-2--more i {
  margin-left: 10px;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.peoples {
  padding-top: 20px;
}
.peoples [class*="col-md-"] {
  margin-bottom: 30px;
}
.people {
  text-align: left;
  padding: 0 0 20px;
  background: #fff;
  transition: all 0.3s ease 0s;
  height: 100%;
  box-sizing: border-box;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
  border-radius: 3px;
}
.content-wrapper .people {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.07) inset;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.people--photo {
  height: 255px;
  overflow: hidden;
  width: 100%;
  background-size: cover;
  background-position: center;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  margin: 0;
  box-shadow: 0 0 0 2px #fff inset;
  border-radius: 3px 3px 0 0;
}
.people--contacts {
  margin: 0 20px;
  padding: 10px 0 0;
}
.people--contact {
  padding-top: 5px;
}
.people--contact i {
  color: #ed1c24;
  width: 20px;
  height: 20px;
  text-align: center;
}
.content-wrapper .people--photo {
  box-shadow: none;
}
.people--photo_round {
  -webkit-border-radius: 300px;
  -moz-border-radius: 300px;
  -ms-border-radius: 300px;
  border-radius: 300px;
}
.people--name {
  color: #111;
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 10px;
  margin-top: 15px;
  padding: 0 20px;
  font-size: 1.1em;
}
a .people--name span {
  border-bottom: 1px solid rgba(12, 77, 162, 0.1);
  transition: all 0.3s ease 0s;
}
.people a:hover .people--name span {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  color: #ed1c24;
}
.people:hover .people--photo {
  /*filter: grayscale(100%);
   -webkit-filter: grayscale(100%);*/
}
.people--info {
  color: rgba(0, 0, 0, 0.7);
  padding: 0 20px;
}
.people--social {
  padding: 10px 20px 0 20px;
}
@media (max-width: 767px) {
  .peoples [class*="col-md-"] {
    height: auto !important;
    margin-top: 1px;
    margin-bottom: 1px;
  }
  .people {
    box-shadow: none;
    min-height: 140px;
    padding: 10px;
  }
  .people--photo {
    float: left;
    height: 120px;
    width: 120px;
    box-shadow: none;
  }
  .people--name {
    margin-bottom: 5px;
    margin-left: 140px;
    margin-top: 0;
    padding: 0;
  }
  .people--info {
    font-size: 0.85em;
    line-height: 1.4em;
    margin-left: 140px;
    padding: 0;
  }
  .people--contacts {
    margin: 0 0 0 140px;
    padding: 10px 0 0;
    border-top: none;
  }
  .people--contact {
    padding-top: 0;
  }
  .people--contact i {
    text-align: left;
  }
  .people--social {
    margin-left: 120px;
  }
  .content-wrapper .people {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.07) inset;
  }
}
@media (max-width: 480px) {
  .people--contacts {
    font-size: 0.85em;
  }
}
.rewiew {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 30px;
  box-shadow: 3px 0 0 0 #ffd400 inset;
  border-radius: 3px;
  background: #ffffff;
}
.rewiew--autor {
  font-weight: 600;
  line-height: 1.4em;
  margin-bottom: 5px;
  font-size: 1.1em;
  font-family: 'Montserrat', sans-serif;
}
.rewiew--soc {
float: right;
}
.rewiew--descr {
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 15px;
  font-weight: 200;
}
.rewiew--text {
  color: #000;
  font-size: 0.95em;
}
.rewiew-group .rewiew {
  margin-bottom: 30px;
  padding: 20px;
  box-shadow: 0 -3px 0 0 #ed1c24 inset;
}
.partner-square {
  float: left;
  border: 1px solid #f2f2f2;
  border-left: none;
  width: 100%;
  height: 140px;
  cursor: pointer;
  overflow: hidden;
  line-height: 80px;
  text-align: center;
  padding: 30px;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.partner-square:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.partner-square img {
  display: inline-block !important;
  vertical-align: middle;
  margin: 0 auto;
  width: auto !important;
  max-width: 100%;
  max-height: 100%;
   -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
}
.partner-square img:hover {
-webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    filter: grayscale(0);
    filter: none;
}
.owl-item:first-child .partner-square {
  border-left: 1px solid #f2f2f2;
}
.partners-list--item {
  padding: 30px 0;
}
.partners-list--item:last-child {
  padding-bottom: 0;
}
.partners-list--title {
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.3em;
  color: #000;
}
.partners-list--image {
  display: block;
  border: 1px solid #f2f2f2;
  overflow: hidden;
  line-height: 80px;
  text-align: center;
  width: 100%;
  height: 140px;
  padding: 30px;
  margin-bottom: 15px;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.partners-list--image:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.partners-list--image img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.akcii-list--image {
  display: block;
  border: 1px solid #f2f2f2;
  overflow: hidden;
  line-height: 80px;
  text-align: center;
  width: 100%;
  height: 140px;
  padding: 10px;
  margin-bottom: 15px;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.akcii-list--image:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.akcii-list--image img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.partners-list--descr {
  margin: 15px 0;
}
.partners-list .properties {
  border: none;
  margin: 0;
  padding: 0;
}
.product-items [class*="col-"] {
  margin-bottom: 30px;
}
.product-item {
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  height: 100%;
  position: relative;
  overflow: hidden;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  border-radius: 3px;
}
.product-item--image {
  width: 100%;
  height: 240px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product-item--image img {
  max-width: 100%;
  max-height: 240px;
  display: block;
  transition-duration: 0.5s;
}
.product-item--title {
  margin-top: 30px;
  font-weight: bold;
  margin-bottom: 70px;
}
.product-item--title a {
  color: #000;
}
.product-item--title a:hover {
  color: #ed1c24;
}
.product-item--stock {
  font-size: 0.85em;
  margin: 10px 0;
}
.product-item--price div {
  display: inline-block;
}
.product-item--price-new {
  font-weight: bold;
}
.product-item--price-old {
  text-decoration: line-through;
  opacity: 0.5;
  margin-left: 10px;
}
.product-item:hover {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  border: 1px solid #fff;
}
.product-item:hover .product-item--title a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.product-item:hover .product-item--title a:hover {
  border-bottom: 1px solid #ed1c24;
}
.product-item:hover .product-item--image img {
  transform: scale(1.1);
}
.product-item--price-block {
  position: absolute;
  bottom: 0;
  padding: 20px 0;
  width: 100%;
}
.product-item_category .product-item--title {
  margin-bottom: 0;
  text-align: center;
}
.product-item--stickers {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px;
}
.sticker {
  display: inline-block;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  margin-right: 0;
  margin-bottom: 5px;
  background-color: #58a8ff;
  color: #fff;
}
.sticker_new {
  background-color: #58a8ff;
}
.sticker_sale {
  background-color: #ed1c24;
}
.sticker_hit {
  background-color: #f90;
}
.sticker_recommend {
  background-color: #55c953;
}
.status {
  color: rgba(0, 0, 0, 0.5);
}
.status_available {
  color: #55c953;
}
.status_not-available {
  color: #ed1c24;
}
.owl-slider-main-catalog .owl-stage, .owl-slider-product-page .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.owl-slider-main-catalog .owl-item .item, .owl-slider-product-page .owl-item .item {
  height: 100% !important;
}
.product-page--image-wrap {
  border: 1px solid #f2f2f2;
  padding: 30px;
  position: relative;
  border-radius: 1.5px;
}
.product-page--image {
  width: 100%;
  height: 320px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product-page--image a {
  outline: none;
}
.product-page--image img {
  max-width: 100%;
  max-height: 320px;
  display: block;
  outline: none;
}
.product-page--stickers {
  position: absolute;
  top: 0;
  right: 60px;
  left: 0;
  text-align: left;
  padding: 10px;
}
.product-page--image-zoom {
  position: absolute;
  top: 10px;
  right: 10px;
}
.product-page--price .new-price {
  font-size: 2em;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}
.product-page--price .old-price {
  color: rgba(0, 0, 0, 0.5);
  margin-top: 10px;
  text-decoration: line-through;
}
@media (max-width: 767px) {
  .product-page--price {
    margin-top: 30px;
    border-top: 1px solid #f2f2f2;
    padding-top: 30px;
  }
}
.product-page--top-descr {
  margin-top: 20px;
  color: rgba(0, 0, 0, 0.7);
}
.product-page--buttons {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .product-page--buttons {
    text-align: center;
  }
}
.product-page--buttons .btn {
  margin-right: 20px;
}
.product-page--buttons .btn:last-child {
  margin-right: 0;
}
@media (max-width: 1199px) {
  .product-page--buttons .btn {
    margin-bottom: 15px;
    width: 100%;
  }
  .product-page--buttons .btn:last-child {
    margin-bottom: 0;
  }
}
.product-page--thumbs {
  padding-top: 15px;
  margin-left: -5px;
}
.product-page--thumbs a {
  display: block;
  padding-left: 5px;
  padding-top: 5px;
  width: 20%;
  outline: none;
}
.product-page--thumbs a img {
  display: block;
  width: 100%;
  border: 1px solid #f2f2f2;
  padding: 5px;
  outline: none;
  border-radius: 1.5px;
}
.product-page--thumbs a.active img {
  border: 1px solid #ed1c24;
}
.btn-zoom {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  display: block;
  font-size: 22px;
  color: #fff;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  opacity: 0.5;
}
.btn-zoom:hover {
 
  opacity: 1;
}
@media (max-width: 767px) {
  .product-items [class*="col-"] {
    margin-bottom: 15px;
  }
}
@media (max-width: 560px) {
  .product-page--thumbs a {
    width: 33%;
  }
}
.nav-tabs, .content-wrapper .nav-tabs {
  border-bottom: 1px solid #f2f2f2;
}
.nav-tabs li, .content-wrapper .nav-tabs li {
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
}
.nav-tabs li:before, .content-wrapper .nav-tabs li:before, .nav-tabs li:after, .content-wrapper .nav-tabs li:after {
  display: none;
}
.nav-tabs li a, .content-wrapper .nav-tabs li a {
  border-width: 1px;
  border-color: #f2f2f2;
  border-style: solid;
  display: block;
  padding: 12px 30px;
  margin: 0 -1px -1px 0;
  color: rgba(0, 0, 0, 0.7);
  position: relative;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.nav-tabs li.active a, .content-wrapper .nav-tabs li.active a {
  font-weight: bold;
  color: #000;
  border-bottom-color: #fff;
  z-index: 3;
}
.nav-tabs li.active a:before, .content-wrapper .nav-tabs li.active a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #0c4da2;
  content: "";
}
@media (max-width: 767px) {
  .nav-tabs li, .content-wrapper .nav-tabs li {
    float: none;
    width: 100%;
    display: block;
  }
  .nav-tabs li.active a, .content-wrapper .nav-tabs li.active a {
    font-weight: bold;
    color: #000;
    border-bottom-color: #f2f2f2;
    z-index: 3;
  }
  .nav-tabs li.active a:before, .content-wrapper .nav-tabs li.active a:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: auto;
    height: 100%;
    width: 3px;
    background-color: #0c4da2;
    content: "";
  }
}
.tab-content {
  margin-top: 30px;
}
.tab-pane {
    animation: fadeIn; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 1s;
  display: none;
}
.tab-pane.active {
  display: block;
}
.char {
  position: relative;
  padding: 5px 0;
}
.char--left {
  float: left;
  width: 50%;
}
.char--left span {
  background-color: #fff;
  padding-right: 15px;
}
.char--right {
  float: left;
  width: 50%;
  text-align: right;
}
.char--right span {
  background-color: #fff;
  padding-left: 15px;
}
.char:before {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  height: 3px;
  content: "";
  visibility: visible;
  z-index: -1;
}
.content-wrapper .video {
  margin: 30px 0;
}
.video {
  position: relative;
  padding-bottom: 56.25%;
  margin: 0 auto;
  width: 100%;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
}
.history-item {
  overflow: hidden;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .history-item {
    margin-top: -10px;
  }
}
.history-item--year {
  float: left;
  position: relative;
  width: 90px;
  padding: 4px 5px;
  font-weight: 500;
  color: #000;
  border-radius: 40px;
  background-color: #ffd400;
  text-align: center;
}
.history-item--year:before {
  width: 13px;
  height: 13px;
  border-radius: 13px;
  background-color: #b6cae3;
  content: "";
  left: 115px;
  top: 8px;
  position: absolute;
  z-index: 1;
}
.history-item .title-etap {display: block;font-weight: 600;margin-bottom: 15px;}

@media (max-width: 767px) {
  .history-item--year:before {
    left: -30px;
    top: 8px;
  }
}
@media (max-width: 767px) {
  .history-item--year {
    margin-left: 30px;
    float: none;
  }
}
.history-item--text {
  margin-left: 150px;
  position: relative;
  padding-top: 3px;
}
.history-item--text:after {
  width: 1px;
  content: "";
  position: absolute;
  border-right: 1px solid #b6cae3;
  left: -30px;
  top: -15px;
  bottom: 0;
  height: 700px;
}
@media (max-width: 767px) {
  .history-item--text:after {
    left: -24px;
  }
}
@media (max-width: 767px) {
  .history-item--text {
    margin-left: 30px;
    padding-top: 15px;
  }
}
.history-item:first-child .history-item--text:after {
  top: 10px;
}
@media (max-width: 767px) {
  .history-item:first-child .history-item--text:after {
    top: -16px;
  }
}
.history-item:last-child {
  padding-bottom: 0;
}
.history-item:last-child .history-item--text:after {
  height: 30px;
}
@media (max-width: 767px) {
  .history-item:last-child .history-item--text:after {
    height: 0;
  }
}
.cat-category {
  background-color: transparent;
  padding: 50px;
  background-size: cover;
  background-position: bottom right;
  height: 100%;
  border-radius: 3px;
}
.cat-category--title {
  font-weight: 700;
  font-size: 1.1em;
  line-height: 1.4em;
}
.cat-category--links {
  padding-top: 20px;
}
.cat-category--links a {
  padding-bottom: 10px;
  display: block;
}
.cat-category--links a:last-child {
  padding-bottom: 0;
}
.cat-category--descr {
  padding-top: 20px;
  color: rgba(0, 0, 0, 0.7);
}
.cat-category--content {
  display: inline-block;
}

.cat-category--content p{padding-top: 20px;font-weight: 300;}
.cat-category--content_with-bg {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px;
  margin: -20px;
  border-radius: 3px;
}
.cat-category a {
  color: #000;
}
.cat-category a:hover {
  color: #ed1c24;
}
.cat-category_basic {
  padding: 0;
}
@media (max-width: 767px) {
  .cat-category {
    position: relative;
    padding: 20px;
    background-image: none !important;
  }
  .cat-category--content {
    z-index: 2;
    position: relative;
  }
  .cat-category--content_with-bg {
    background-color: transparent;
    padding: 0;
    margin: 0;
  }
  .cat-category_basic {
    padding: 0;
  }
}
.m-news--image {
  width: 100px;
  max-height: 180px;
  float: left;
  margin-right: 15px;
}
.m-news--date {
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 10px;
}
.m-news--image img {
  max-width: 100px;
  display: block;
  border-radius: 3px;
}
.m-news_with-img .m-news--text {
  margin-left: 115px;
}
.m-news--text a {
  color: #000;
  display: inline-block;
}
.m-news--text a:hover {
  color: #0c4da2;
}
.g-news {
  border-bottom: 1px solid #f2f2f2;
  padding: 30px 0;
}
.g-news--date {
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 15px;
}
.g-news--title {
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 15px;
}
.g-news--title a {color: inherit;text-decoration: none;}
.g-news--title a:hover {color: #ff4700;}
.g-news--text {    color: #787f8b;}
.g-news--link a {color: inherit;text-decoration: none;}
.g-news--link a:hover {color: #ff4700;}
.g-news--link {color: inherit;
  margin-top: 15px;
}
.g-news--link .tags a {color: #ed6747;text-decoration: none;}
.g-news--link .tags a:hover {color: #ff4700;}
.g-news-add-date {
  color: #555;
  padding-bottom: 20px;
}
.news-detail-image {
  margin-right: 25px;
  text-align: left;
  max-width: 300px;
  margin-bottom: 20px;
  padding: 0;
}


@media (max-width:767.98px){.news-detail-image{text-align: center;
  max-width: 100%;
    width: 100%;;}
.content-wrapper .img-responsiver {
 
    display: inherit;
  
}}


.social-icon {
  color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  font-size: 0.85em;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.social-icon:hover {
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 1);
}
.social-icon_inverse {
    color: rgba(0, 0, 0, 0.7);
    border: 1px solid rgba(0, 0, 0, 0.5);
}
.social-icon_inverse:hover {
  box-shadow: 0 0 0 6px rgba(12, 77, 162, 0.1);
  color: #0c4da2;
}
.social-icon_xs {
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 0.7em;
}


.mobile-menu--btn {
  position: fixed;
  top: 15px;
  right: 15px;
  font-size: 2em;
  z-index: 1001;
  background: #ffd400;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  color: #000;
}
.mobile-menu--btn span {
  display: inline-block;
}
.mobile-menu--btn span:before {
  content: "\f0c9";
  display: block;
  height: 40px;
  line-height: 40px;
  width: 50px;
  font-family: 'fontAwesome';
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.mobile-menu--btn_opened {
  background-color: #f3e5a1
}
.mobile-menu--btn_opened span:before {
  content: "\f00d";
}
.mobile-menu--block {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto !important;
  z-index: 999;
  padding-top: 20px;
}
.mobile-menu {
  padding-top: 20px;
}
.mobile-menu li {
  position: relative;
}
.mobile-menu li a, .mobile-menu li a:hover {
  display: block;
  padding: 20px;
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.mobile-menu li a {
  position: relative;
}
.mobile-menu li.active > a {
  font-weight: bold;
}
.mobile-menu li ul li {
  font-size: 1em;
}
.m-dropdown-menu {
  display: none;
}
.m-dropdown-menu a {
  display: block;
  margin-left: 40px;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.mobile-menu .active > a {
  font-weight: bold;
  box-shadow: 3px 0 0 rgba(237, 28, 36, 0.8) inset;
}
.m-dropdown-menu .m-dropdown-menu {
  margin-left: 40px;
}
.show-m-dropdown-menu-btn, .show-m-dropdown-menu-btn:hover {
  background: transparent;
  border: 2px solid rgba(255, 212, 0, 0.4);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: #ffd400;
  display: block;
  font-size: 2em;
  height: 40px;
  line-height: 36px;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 10px;
  width: 40px;
}
.mobile-menu--item_opened .show-m-dropdown-menu-btn i {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.mobile-menu--item_opened .m-dropdown-menu .show-m-dropdown-menu-btn i {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(120deg);
  -o-transform: rotate(120deg);
}
.mobile-menu--item_opened .mobile-menu--item_opened .show-m-dropdown-menu-btn i {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.mobile-menu .with-dropdown a {
  padding-right: 60px;
}
.mobile-menu-contacts {
  padding-left: 20px;
}
.mobile-menu-contacts--phone {
  display: inline-block;
  padding: 5px 0;
  font-size: 1.4em;
}
.modern-page-navigation {
  text-align: center;
}
div.modern-page-navigation a, span.modern-page-current, span.modern-page-dots {
  border-left-width: 0;
}
div.modern-page-navigation a.modern-page-previous {
  border-right-width: 0;
}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
  display: block;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  position: absolute;
  outline: 0 none;
  background-color: rgba(0, 0, 0, 0.3);
  top: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  margin-top: -20px;
  background-size: 160px auto;
  opacity: 0.5;
  font-size: 26px;
  font-family: 'fontAwesome';
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
}
.owl-theme .owl-nav [class*='owl-']:hover {
  filter: Alpha(Opacity=70);
  /*IE7 fix*/
  opacity: 0.7;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-next {
  right: 60px;
  background-position: -77px 0;
}
.owl-theme .owl-prev {
  left: 60px;
  background-position: -3px 0;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  bottom: 25px;
  position: absolute;
  width: 100%;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 7px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease 0s;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  border: 2px solid #ffd400;
  background-color: transparent;
}
.owl-carousel a.img-link {
  display: block;
  width: 100%;
  height: 100%;
}
/*Rewiews*/
.owl-theme .owl-nav_rewiews {
  margin-top: -15px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.owl-theme .owl-nav_rewiews [class*="owl-"] {
  background-image: none;
  color: #ed1c24;
  font-size: 2em;
  font-weight: 300;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 50px;
  height: 50px;
  line-height: 48px;
  opacity: 1;
  transition: all 0.3s ease 0s;
  font-family: 'fontAwesome';
}
.owl-theme .owl-nav_rewiews [class*="owl-"]:hover {
  border: 1px solid #ed1c24;
}
.owl-theme .owl-nav_rewiews .owl-prev {
  left: -100px;
}
.owl-prev:before {
  content: "\f104";
  margin-right: 3px;
  
}
.owl-theme .owl-nav_rewiews .owl-next {
  right: -70px;
}
.owl-next:before {
  content: "\f105";
  margin-right: -3px;
}
.owl-theme .owl-dots_rewiews {
  margin-top: 40px;
  position: static;
  text-align: center;
  width: 100%;
}
.owl-theme .owl-dots_rewiews .owl-dot span {
  border: 2px solid #fff;
}

.owl-theme .owl-dots_projects {
  margin-top: 20px;
  position: static;
  text-align: center;
  width: 100%;
}
.owl-theme .owl-dots_projects .owl-dot span {
  border: 2px solid #fff;
}

/*Rewiews*/
/*Partners*/
.owl-carousel_no-buttons .owl-nav {
  display: none;
}
/*Partners*/
.owl-stage-outer {
  overflow: visible !important;
}
/*.slider-wrapper .owl-stage-outer { 
 overflow: hidden!important;
 }*/
.owl-item {
  opacity: 0;
  transition: opacity 500ms;
}
.owl-item.active {
  opacity: 1;
}


.top-close:hover {
  background-color: #ed1c24;
  color: #fff;
}
.modal--header {
  padding: 30px 60px;
}
.modal--header h2 {
  font-size: 1.8em;
  font-weight: 400;
}
.modal--descr {
  margin-top: 20px;
  color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 1200px) {
  .hide-lg {
    display: none;
  }
  .show-lg {
    display: block;
  }
  .main-menu--link {
    font-size: 0.85em;
  }
  .main-menu_v2 .main-menu--link {
    font-size: 1em;
  }
  .slider--item {
    height: 400px;
  }
  .slider--title {
    font-size: 2.6em;
  }
  .slider--descr {
    line-height: 1.2em;
    margin-top: 20px;
  }
  .slider--buttons {
    padding-top: 20px;
  }
  .owl-theme .owl-nav_rewiews {
    bottom: 0;
    margin-top: 0;
    top: auto;
  }
  .owl-theme .owl-nav_rewiews .owl-prev {
    left: auto;
    right: 90px;
  }
  .owl-theme .owl-nav_rewiews .owl-next {
    right: 30px;
  }
  .slider--descr {
    font-size: 1em;
  }
  .icon-404 {
    font-size: 16em;
  }
  .project, .project_w-50 {
    width: 33%;
  }
}
@media (max-width: 992px) {
  .hide-md {
    display: none;
  }
   .header .hide-md {
    display: none;
  }
  .show-md {
    display: block;
  }
  .teasers_line [class*="col-md-"]:nth-child(2n) {
    border-right: none;
  }
  .slider--item {
    height: 320px;
  }
  .slider--text {
    transform: none;
    padding: 0;
    margin-top: 50px;
  }
  .slider--title {
    font-size: 2em;
  }
  .top-tagline {
    padding-left: 0;
  }
  .logo--img {
    max-width: 180px;
  }
  .h-button {
    display: none;
  }
  .service:hover {
    box-shadow: none;
  }
  .m-news--image {
    display: none;
  }
  .m-news_with-img .m-news--text {
    margin-left: 0;
  }
  .gallery-item .caption--text {
    display: none;
  }
  .form--data_contacts {
    margin-top: 0;
  }
  .icon-404 {
    font-size: 12em;
    float: left;
  }
  .project, .project_w-50 {
    width: 50%;
  }
}
/* iPads (landscape) ----------- */
/* end */
@media (max-width: 767px) {
  body {
    font-size: 15px;
  }
  .hide-sm {
    display: none !important;
  }
  .show-sm {
    display: block !important;
  }
  .tac-sm {
    text-align: center !important;
  }
  .tal-sm {
    text-align: left !important;
  }
  .tar-sm {
    text-align: right !important;
  }
  h1, .h1 {
    font-size: 2em;
  }
  h2, .h2 {
    font-size: 1.6em;
  }
  .mt20 {
    margin-top: 10px !important;
  }
  .mt30 {
    margin-top: 15px !important;
  }
  .mt40 {
    margin-top: 20px !important;
  }
  .mt50 {
    margin-top: 25px !important;
  }
  .mt60 {
    margin-top: 30px !important;
  }
  .font-md {
    font-size: 1.1em;
    line-height: 1.6em;
  }
  .font-sm {
    font-size: 1.1em;
    line-height: 1.6em;
  }
  .container {
    padding-left: 0;
    padding-right: 0;
  }
  .padding-default {
    padding: 25px 0;
  }
  .header {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    position: relative;
    z-index: 108;
  }
  .logo, .header_compact .logo {
    height: auto;
    line-height: 1;
  }
  .teasers_line [class*="col-md-"] {
    border-right: none;
  }
  .slider--text {
    margin-top: 30px;
    padding: 0;
    text-align: center;
  }
  .slider--title {
    font-size: 1.6em;
    font-weight: 500;
  }
  .slider--item {
    height: 250px !important;
  }
  .owl-theme .owl-prev {
    left: 30px;
  }
  .owl-theme .owl-next {
    right: 30px;
  }
  .m-news {
    padding: 30px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .m-news::after, .m-news::before {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
  }
  .main-news-items [class*="col-"]:last-child .m-news {
    border-bottom: 0;
  }
  .service {
    min-height: 100px;
  }
  .service, .service:hover {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
  }
  .service--img_icon {
    float: left;
    margin: 0;
  }
  .service--title {
    margin-left: 115px;
    margin-top: 10px;
  }
  .service--text {
    margin-left: 115px;
    margin-top: 10px;
  }
  .slider--descr {
    font-size: 1em;
    margin-top: 10px;
  }
  .slider--buttons {
    display: none;
  }
  .slider--item {
    height: 240px !important;
  }
  .slider--item:before {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
  }
  .slider--text {
    margin-top: 0;
    position: relative;
    z-index: 2;
  }
  .slider--title, .slider--descr {
    color: #fff;
  }
  .owl-theme .owl-dots {
    bottom: 10px;
  }
  .main-teasers {
    padding: 10px 0;
  }
  .teasers_line > [class*="col-md-"] {
    height: auto !important;
  }
  .teaser {
    margin: 0;
    padding: 15px 0 15px 50px;
    position: relative;
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .teasers_line [class*="col-md-"]:last-child .teaser {
    border-bottom: none;
  }
  .teaser--title {
    min-height: 0;
    text-align: left;
  }
  .teaser--title i {
    font-size: 1.6em;
    left: 0;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    line-height: 1em;
  }
  .teaser--title img {
    left: 0;
    max-width: 34px;
    max-height: auto;
    position: absolute;
    top: 6px;
  }
  .teaser--title span {
    height: auto;
  }
  .teaser--text {
    margin-top: 0;
  }
  .main-services {
    padding: 25px 0;
  }
  .service {
    padding: 15px;
  }
  .service--img_icon i, .service--img_icon i:hover {
    font-size: 3em;
  }
  .service--img img {
    margin-top: 10px;
    max-height: 60px;
    max-width: 60px;
  }
  .service--img_icon i {
    max-height: 60px;
    max-width: 60px;
    line-height: 60px;
    font-size: 2em;
  }
  .service--title {
    font-size: 1.2em;
    font-weight: 400;
  }
  .service--title, .service--text,.service--title-price {
    margin-left: 90px;
  }

  .f-menu--item {
    display: block;
    padding: 5px 0;
  }

  .m-news {
    padding: 15px 0;
  }
  .m-news--image {
    display: block;
  }
  .m-news_with-img .m-news--text {
    margin-left: 115px;
  }
  .header--row {
    display: block;
  }
  .header [class*="col-md-"] {
  
  }
  .accordion-item--title, .content-wrapper .accordion-item--title, .accordion-item_opened .accordion-item--title {
    padding: 15px 70px 15px 15px;
    font-size: 1em;
    line-height: 1.4em;transition-duration: 0.2s;
    font-weight: 500;
  }

.accordion-item--title:after {top:13px;}
 
  .accordion-item--content {
    padding: 15px 15px;
  }
  .content-wrapper h2, .content-wrapper h3, .content-wrapper .service-2--title, .content-wrapper h4 {
    padding-bottom: 10px;
    padding-top: 0px;
  }
  .gallery-item--caption-pos {
    display: none;
  }
  .people--photo {
    background-position: center top;
    border-radius: 3px;
  }
  .people--name {
    font-size: 1em;
  }
  .info-row {
    padding: 5px 70px 5px 50px;
    position: relative;
    text-align: center;
    font-size: 0.85em;
    top: -10px;
  }
  .info-row--close {
    left: 15px;
    right: auto;
  }
  .icon-404 {
    font-size: 10em;
    float: left;
  }
  .main-services .row-equal > div {
    height: auto !important;
  }
  .page-head h1 {
    margin-top: 20px;
  }
 
  body {
    padding-top: 0 !important;
  }

  .project, .project_w-50 {
    width: 100%;
  }
  .project--inner {
    bottom: 0;
    border-radius: 0;
  }
  .service_center {
    text-align: left;
  }
  .ya-share {
    text-align: left;
  }
  .slider--item > .container > .row [class*="col-"] {
    position: absolute;
    top: 40px !important;
    transform: none;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .hide-only-sm {
    display: none;
  }
  .show-only-sm {
    display: block;
  }
  .teaser--text {
    padding: 0 30px;
  }
  .teasers_line > [class*="col-md-"] {
    border-right: 0;
  }
  .f-menu--item {
    display: inline-block;
    padding: 0 30px 10px 0;
  }
}
@media (min-width: 767px) {
  .mobile-menu--block {
    display: none;
  }
  body.m-menu-opened {
    overflow-y: auto;
  }
}
@media (max-width: 480px) {
  .hide-xs {
    display: none !important;
  }
  .show-xs {
    display: block !important;
  }
  .tac-xs {
    text-align: center;
  }
  .tal-xs {
    text-align: left;
  }
  .tar-xs {
    text-align: right;
  }
  .logo img {
    max-width: 150px;
  }
  .row-equal > [class*="col-"] {
    height: auto !important;
  }
  .mobile-menu-contacts i {
    display: none;
  }
  .gallery-item {
    height: 120px;
  }
  .modal--header {
    padding: 30px;
  }
  .project, .project_w-50 {
    height: 240px;
  }
  .proporties-line {
    text-align: center;
  }
  .proporties-line--right {
    text-align: center;
  }
  .form--data .row {
    margin: 0 -15px;
  }
  .form-group .btn {
    width: 100%;
  }
  .f-phone-number {
    border-right: none;
  }
  .f-phone-number, .f-phone-number a, .f-email, .f-email a {
    display: block;
  }

  .gallery-item {
    margin: 5px 0;
  }
  table thead th {
    font-size: 1em;
    font-weight: 400;
    padding: 15px 15px;
  }
  table td {
    padding: 10px 15px;
  }
  .page-head .container {
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .page-head h1 {
    margin-top: 15px;
    font-weight: 500;
    font-size: 1.8em;
  }
}
@media (max-width: 359px) {
  .people--contacts {
    margin: 20px 0 0;
    clear: both;
  }
}
.m-search-btn-wrapper {
  float: right;
  margin-right: 15px;
}
.m-search-btn-wrapper a {
  color: #fff;
}
.main-menu_v2 .m-search-btn-wrapper .main-menu--item .main-menu--link {
  padding-right: 0;
}
.main-menu_v2 .m-search-btn-wrapper .main-menu--item span {
  line-height: 83px;
}
.search-block {
  position: absolute;
  max-width: 460px;
  min-width: 320px;
  background: no-repeat;
  right: 15px;
  left: auto;
  top: 9px;
  display: none;
  transition-duration: 0.5s;
  z-index: 1102;
}
.search-block--wrapper {
  position: absolute;
  right: 0;
}
.search-block--wrapper .main-menu_v2 .main-menu--link {
  line-height: 85px;
}
.search-block--inner input {
  border: 1px solid #ffd400 !important;
  border-radius: 0px;
  padding: 8px 15px;
  text-align: center;
  background-color: #fff;
}
.search-block_opened {
  display: block;
}
.main-menu_v2 .search-block {
  top: 20px;
}
.mobile-menu-search {
  padding: 15px;
  position: relative;
}
.mobile-menu-search input {
  border: 1px solid #f2f2f2;
  padding: 8px 15px !important;
  border-radius: 0px;
}
.mobile-menu-search button {
  position: absolute;
  right: 20px;
  top: 15px;
  padding: 8px 10px;
  border: 0;
}
.with-search .nav-main--wrapper {
  padding-right: 70px;
}
.header_compact .search-block {
  top: 22px;
}
.header_compact .m-search-btn-wrapper {
  margin-right: 0;
}
.major-search-form {
  position: relative;
}
.major-search-form--button {
  position: absolute;
  right: 0;
  top: 0;
}
/*slider end*/


.row.items  {
    margin-left: -15px;
    margin-right: -15px;
}
.row .indent10 {
  margin: 0 -15px;
}

.item-views.blocks {
    padding: 50px 0px 50px;
}
.item-views {
    margin-bottom: 0;
    position: relative;
}
.item-views.blocks h3, .item-views.blocks h3.title {
    padding: 0px 0px 34px;
    margin: 0px;
    font-size: 1.733em;
    font-weight: bold;
    display: inline-block;
    position: relative;
}
.item-views.blocks h3.line:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0px;
    width: 50px;
    background: #ff0044;
    height: 3px;
}
.item-views.blocks .title_block {
    clear: both;
}
.item-views.blocks .title_block .right_link_block {
    float: right;
    top: 5px;
    position: relative;
}
.float-banners .title_block + .items .text-block {
    color: #2f3a4f;
    padding-top: 35px;
}

.float-banners.v1 .item {
    border: none;
    margin: 0 0 20px;
    overflow: hidden;
    box-shadow: none;
}
.item-views .item {
    /* border: 1px solid #f5f5f5; */
    margin-bottom: 10px;
    position: relative;
    transition: box-shadow 0.3s ease;
    box-shadow: 0px 0px 0px 1px #f2f2f2;
}
.item .img_block {
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-repeat: no-repeat;
}
.scale_block_animate {
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
/* tizer plate */
.item .wrap_tizer{position: absolute;bottom: 20px;z-index: 2;width: 100%;color: #fff;transition: all ease 0.5s;}
.wrap_tizer .wrapper_inner_tizer{padding: 0 33px 0 20px;}
.wrap_tizer .wr_block{transition: all ease 0.1s;}
.wrap_tizer .preview{font-weight: bold;font-size: 18px;line-height: 22px;margin: 10px 0px 0px;}

.wrap_tizer .wrap_outer.title{font-weight: bold;font-size: 10px;text-transform: uppercase;}
.wrap_tizer .wrap_outer .inner_text{position: relative;left: -7px;color: #000;font-style: normal;background: #ffd400;z-index: 1;font-family: 'Montserrat', sans-serif;}
.wrap_tizer .wrap_outer .outer_text{position: relative;left: 15px;background: #ffd400;padding: 5px 0 6px;}

.wrap_tizer .wrap_outer {position: relative;left: -3px;padding: 5px 0 6px;font-size: 15px;line-height: 18px;background: #ffd400;color: #000;display: inline;}
.item:hover .dark_block_animate{opacity: 1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";}
.item:not(.touch_class):hover .scale_block_animate, .touch_class .scale_block_animate{-webkit-transform: scale(1.25);transform: scale(1.25);}
.bx-mac .v3 .item:not(.touch_class):hover .scale_block_animate{transform:none;}
.wrap_tizer .wr_block.price{opacity: 0;visibility: hidden;height: 0px;color: #fff;font-size: 13px;max-height: 54px;overflow: hidden;}
.item:hover .wrap_tizer .wr_block.price{height: auto;opacity: 1;visibility: visible;display: block;margin: 10px 0px 0px;}
.wr_block.price .wrap_outer_desc{line-height: 18px;font-size: 13px;}
.wr_block.price .wrap_outer_desc a{color: #fff;text-decoration: none;}

body .item .dark_block_animate{background-color: rgba(0,0,0,.5);}
.float-banners.v1 .item{border: none;margin: 0 0 20px;overflow: hidden;box-shadow:none;}
.float-banners.v1 .item .wrap_tizer .wrapper_inner_tizer{padding:0px 45px 0px 21px;}
body .item .dark_block_animate {
    background-color: rgba(0,0,0,.5);
}
.item .dark_block_animate {
    opacity: 0;
    background-color: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    transition: opacity .2s ease;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
    overflow: hidden;
    top: 0px;
}


@media (min-width: 992px) {
.float-banners.v1 .item {
    height: 220px;
}}
@media (max-width: 992px) {
.float-banners.v1 .item {
    height: 160px;
}}
.black {font-size: 17px;
    color: #000;}
    
/* FOOTER */
footer{background:none repeat scroll 0 0 #373d44;clear:both;color:#969ba5;line-height:18px;min-height:171px;padding:0;position:relative;}
footer > .container{padding-bottom: 10px;}
footer .copy{font-size:0.867em;color:#ddd;}
footer .copy, footer .info{padding:0px 0 0px;}
footer .info{color:#ffffff;}
footer .info .blocks{position:relative;padding:0px 0px 0px 28px;margin-bottom: 22px;}
footer .info div.address{line-height:20px;}
footer .info .phone{margin-bottom: 19px;}
footer .info .phone:before{top:3px;}
footer .info .phone a{color:#ffffff;line-height: 22px;}
footer .info .phone a:nth-child(n+2){display:block;}
footer .info .email a{color:#fff;vertical-align:middle;}
footer .info .email a:hover{color:#ffffff;text-decoration:none;}
footer .info i{font-size:14px;margin:0 7px 0 0;color:#969ba5;vertical-align:middle;}
.bottom-menu{color:#b0b0b0;font-weight:400;}
@media (max-width: 767px) {.bottom-menu{margin-bottom: 20px;}}
.bottom-menu .items .wrap{font-size:0.933em;}
.bottom-menu .items > .item-link{color:#fff;font-weight:600;margin-bottom:7px;font-family: 'Montserrat', sans-serif;}
.bottom-menu .items > .item-link a{color:#fff;}
.bottom-menu a{color:#a7a7a7;text-decoration:none;}
.bottom-menu .item{margin-bottom:10px;display:inline-block;vertical-align:top;}
.bottom-menu .col-sm-6:last-child .item{margin-bottom:0px;}
footer .white_middle_text{font-family: 'Montserrat', sans-serif;font-weight: 600;color: #fff;}

footer:not(.footer-grey) .bottom-menu .item:hover .title a, footer:not(.footer-grey) .bottom-menu .item:hover .title, footer:not(.footer-grey) .bottom-menu .item.active .title a, footer:not(.footer-grey) .bottom-menu .item.active .title{color:#fff !important;}
footer:not(.footer-grey) .bottom-menu .items > .item-link a:hover{opacity:0.8;}

footer .bottom-middle{padding:34px 0px 11px;}
footer .bottom-under .inner-wrapper{padding:18px 0px 2px;border-top:1px solid #41474e;margin: 20px 0px 0px;}
footer .bottom-under .inner-wrapper .copy-block{float:left;padding: 11px 0px 0px;}
footer .bottom-under .inner-wrapper .copy-block > div{display:inline-block;vertical-align:middle;padding: 0px 0px 0px 0px;}
footer .bottom-under .inner-wrapper .social-block{float:right;}
footer .bottom-under .outer-wrapper{padding-bottom:6px;}

footer .bottom-under .inner-wrapper .copy-block > div.print-block, footer .bottom-under .inner-wrapper .copy-block > div#bx-composite-banner{padding-right: 0px;}
footer .bottom-under .inner-wrapper .copy-block > div#bx-composite-banner a{margin-left: 20px;}
footer .print-link{color:#a7a7a7;font-size:0.867em;cursor:pointer;white-space: nowrap;padding: 0px 0px 0px 20px;}
footer .print-link .icon{display: inline-block;vertical-align: middle;margin: 0px 12px 0px 0px;}
footer .print-link svg{display:block;vertical-align: middle;}
footer .print-link svg path{fill:#a7a7a7;}
footer .print-link .text{vertical-align: middle;}
footer .blocks{padding:0px 0px 10px 0px;}
footer .blocks:first-of-type{padding-bottom: 29px;}
footer .blocks:last-of-type{padding-bottom: 0px;}
footer .info .blocks{padding-bottom:0px;}
footer .info .blocks.phones:before{display:none;}
footer .info .blocks.phones .svg{top: 5px;left:-28px;}
footer .info .blocks.phones .svg svg{width:13px;}
footer .info .blocks.address .svg{top: 2px;}
footer:not(.footer-light):not(.footer-grey) .info .blocks.phones .phone > svg path{fill:#fff;}
footer .info .blocks .svg{position:absolute;left:0px;top: 5px;}
footer .info .phones .phone{display:inline-block;position:relative;}
footer .info .phones .phone a{font-weight:bold;}
footer .info .phones .phone .dropdown{top:10px;z-index: 10;min-width:170px;left:-15px;}
footer .info .phones .phone .dropdown a{color:#333;}
footer .info .phones .schedule{color:#f2f2f2;font-size:13px;margin:-17px 0px 0px;}
footer .info .blocks svg path{fill:#999999;}
footer.footer-light .info .blocks svg path, footer.footer-grey .info .blocks svg path{fill:#333;}
footer .social-icons ul{margin: 0 0px 0px -8px;}

footer.compact .info .phones .phone{margin-bottom:0px;}
footer.compact .info .phones .phone .dropdown{top: auto;bottom: 100%;left: -13px;}

/* footer small */
footer.compact .bottom-middle{padding: 42px 0px 29px;}
footer.compact .social-block{}
footer:not(.compact) .social-icons .small_title{color: #a7a7a7;display:none;}
footer.compact .social-icons .small_title, footer.ext_view .social-icons .small_title{display:block;font-size:1em;color:#fff;font-weight:bold;padding: 0px 0px 12px;}

/* footer ext */
.footer-grey .bottom-menu .items > .item-link a{color:#222;}
.footer-grey .bottom-menu a{color:#555;}
footer.ext_view.footer-grey .social-icons .small_title{color:#222;}
footer.ext_view .white_middle_text{padding-bottom:20px;}
footer.ext_view .subscribe-form{position:relative;margin-bottom: 35px;}
footer.ext_view .subscribe-input{height:42px;padding-right:63px;}
footer.ext_view .subscribe-btn{position:absolute;top:0px;right:0px;margin:0px;height:42px;width: 44px;padding-left: 0px;padding-right: 0px;border-top-left-radius:0px;border-bottom-left-radius:0px;}
footer.footer-grey .bottom-under .inner-wrapper{border-color:#eeeeee;}
footer.ext_view .soc-block .social-icons{padding-bottom:15px;}

/* footer grey */
footer.footer-grey, body.fill_bg_y.footer-v2 footer{background-color:#f6f6f6;color:#222222;}
footer.footer-grey .white_middle_text, footer.footer-grey .social-icons .small_title{color:#222222;}
footer.footer-grey .info .blocks a, footer.footer-grey .info .blocks a:hover, footer.footer-grey .info .blocks{color:#222222;}
footer.footer-grey .phone:before, footer.footer-light .phone:before{background-position: -221px -59px;}
footer.footer-grey .info .email:before, footer.footer-light .info .email:before{background-position: -161px -118px;}
footer.footer-grey .info .address:before, footer.footer-light .info .address:before{background-position: -253px -287px;}
footer.footer-grey .subscribe-block-wrapper{background: #efeff0;}
footer.footer-grey .subscribe-block-wrapper .text{color:#555;}
footer.footer-grey .subscribe-block-wrapper .text svg path{fill:#888889;}

/* footer light */
footer.footer-light{background: #fff;}
footer.footer-light .container{  }
footer.footer-light .subscribe-block-wrapper{background: #f9f9f9;}
footer.footer-light .subscribe-block-wrapper .outer-wrapper{background: transparent;}
footer.footer-light  .bottom-under .inner-wrapper{border-top: 1px solid #f5f5f5;}
footer.footer-light .subscribe-block-wrapper .text{color: #555;}
footer.footer-light .bottom-menu .items > .item-link a{color: #222;}
footer.footer-light .white_middle_text{color: #222;}
footer.footer-light .info .phone a {color: #555;}
footer.footer-light .info .email a{color: #555;}
footer.footer-light .info{color: #555;}

/* SOCIAL ICONS */
footer .social-icons li a svg{display:none;}
footer .social{padding:16px 0;}
footer .info + .social{margin-top:-38px;}
.social-icons{}
.social-icons ul{margin:0;padding:0;width:auto;font-size:0;}
.social-icons li, .soc-avt .row a{display:inline-block;vertical-align:top;*display:inline;zoom:1;padding:0px;margin: 0px;}
.social-icons li a:not(:hover) svg path{fill:#666666;}
.social-icons li:before{display:none;}
.social-icons li a, .soc-avt .row a{border-radius:100%;display:block;height:40px;margin:4px 0px 4px 8px;overflow:hidden;position:relative;transition:all 0.3s ease 0s;width:40px;transition:all 0.3s ease;-moz-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;font-size:0;}
.social-icons li a{background-color:#4f5a6b;background:url(/web/20220315153203im_/https://voxvel.by/assets/img/icon/social.png) -4px -4px/548px 148px no-repeat;}
.soc-avt .row a i{display:block;width:100%;height:100%;background:url(/web/20220315153203im_/https://voxvel.by/assets/img/icon/social.png) -4px -4px/548px 148px no-repeat;}
.social-icons li a:hover, .soc-avt .row a:hover{opacity:0.8;}
.soc-avt .row a{display:inline-block;}
.social-icons li.facebook a, .soc-avt a i.facebook{background-position:-54px -4px;}
.social-icons li.twitter a, .soc-avt a i.twitter{background-position:-104px -4px;}
.social-icons li.instagram a, .soc-avt a i.instagram{background-position:-154px -4px;}
.social-icons li.telegram a, .soc-avt a i.telegram{background-position:-4px -104px;}
.social-icons li.ytb a, .soc-avt a i.ytb{background-position:-204px -4px;}
.social-icons li.odn a, .soc-avt a i.odn{background-position:-254px -4px;}
.social-icons li.gplus a, .soc-avt a i.gplus{background-position:-54px -54px;}
.social-icons li.mail a, .soc-avt a i.mymailru{background-position:-4px -54px;}
.soc-avt a i.openid-mail-ru{background-position:-404px -4px;}
.soc-avt a i.livejournal{background-position:-104px -54px;}
.soc-avt a i.liveinternet{background-position:-354px -54px;}
.soc-avt a i.openid{background-position:-304px -54px;}
.soc-avt a i.bitrix24{background-position:-154px -54px;}
.soc-avt a i.box{background-position:-354px 0px;}
.soc-avt a i.dropbox{background-position:-254px -54px;}
.soc-avt a i.google{background-position:-454px -4px;}
.soc-avt a i.google-plus{background-position:-54px -54px;}
.soc-avt a i.liveid{background-position:-304px -4px;}
.soc-avt a i.office365{background-position:-504px -4px;}
.soc-avt a i.odnoklassniki{background-position:-254px -4px;}
.soc-avt a i.yandex{background-position:-404px -54px;}
.soc-avt a i.yandex{background-position:-404px -54px;}
.soc-avt a i.blogger{background-position:-204px -54px;}  

.content-md>.right_block.narrow_Y{width:75%}.content-md>.right_block.narrow_Y+.left_block{width:25%}
.content-md>.right_block.narrow_Y, .content-md >.right_block.narrow_Y+.left_block{float:right}
.side_right .content-md>.right_block.narrow_Y,.side_right .content-md>.right_block.narrow_Y+.left_block,body.side_left .blog-page .content-md>.right_block.narrow_Y,body.side_left .blog-page .content-md>.right_block.narrow_Y+.left_block{float:left}.side_left .content-md>.right_block.narrow_Y+.left_block{padding-right:48px}.side_right .content-md>.right_block.narrow_Y+.left_block{padding-left:48px}body.side_left .blog-page .content-md>.right_block.narrow_Y+.left_block{padding-left:48px;padding-right:0}.sidearea .bx_filter .bx_filter_button_box #modef_mobile{display:none!important}.content-md:after,.content-md>.right_block.narrow_Y+.left_block:after,.content-md>.right_block:after{content:'';clear:both;display:table}

.preim__list {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0; }

.five__item:after {
  content: "";
  width: 31%; }
ul li.preim__list-item { padding: 0;}
.preim__list-item {
  padding-left: 0;
  width: 31%;
  display: inline-block;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 20px;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  -moz-transition: all .3s linear;
  border: 1px solid #f2f2f2; }
  .preim__list-item svg {
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
   width: 35%;
    margin-top: 20px }
.preim__list-item:before{
display:none;
}
.preim__list-ifour li{
width:23%;
padding-top:10px;
}
.preim__list-ifour li svg{
    width: 55%;
}
.preim__list-item:hover {
  -webkit-box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.1); }
  .preim__list-item:hover svg {
    fill: #de002b; }

.preim__list a {
  text-decoration: none;
  color: black; }

.preim__list-h {    display: block;font-weight: 600;padding: 15px 20px;}

.preim__list-desc {
  display: inline-block;
  text-align: left;
  padding: 0 20px 10px;
  color: #555;
  font-size: 14px; }

@media screen and (max-width: 1024px) {
  .preim__list-item {
    width: 49%; }
.preim__list-ifour li{
width: 49%;
}
 }

@media screen and (max-width: 650px) {
  .preim__list-item {
    width: 97%; }
.preim__list-ifour li{
width: 97%;
}
.preim__list-ifour li svg{
    width: 100%;
}
  .preim__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .five__item:after {
    width: 0; } }
    .sidebar.dropdown-menu{border-radius: 0;border: none;margin: -1px 0 0;top: auto;padding: 0;text-align: left;opacity: 0;display:none;right:auto;left: auto;width:200px;background:#fff !important;}
.sidebar.dropdown-menu .side-menu > li > a{padding: 15px 17px 15px 17px;}
    .side-menu{border-bottom:1px solid #f5f5f5;overflow:hidden;}
.content-wrapper .side-menu li{line-height:16px;padding:0px;margin-bottom:0px;}
.side-menu li:before{display:none;}
.side-menu > li > a{    display: block;border:1px solid #f2f2f2;border-bottom-width:0px;font-size: 0.933em;line-height:20px;position:relative;text-decoration:none;padding:14px 47px 14px 19px;font-weight:normal;}
.side-menu > li > a .icons{position:relative;top: -1px;margin: 0px 10px 0px 0px;}
.side-menu > li > a .icons svg path{fill:#333;}
.side-menu > li:first-of-type > a{}
.side-menu > li > a:hover, .side-menu > li > a:focus{background-color:transparent;}
.side-menu > li:not(.active) > a{color:#222;}
.side-menu li.child > a:before{color:#898989;position:absolute;font-family:FontAwesome;content:"\f105";font-size:17px;right:19px;font-weight:400;top:14px;opacity:1;}
.side-menu > li.active.child > a:before{top:13px;}
.side-menu .submenu > li.child > a:before{display:none;}

.side-menu .submenu > li.child > a{padding-right:47px;}
.side-menu > li:first-of-type > a:before{}
.side-menu > li.active.child > a:before, .side-menu .submenu > li.active.child > a:before{content:"\f107";}
.side-menu > li.active > a, .side-menu > li.active a:before{}
.side-menu > li.active > a, .side-menu > li.active > a:hover{color:#111;}
.side-menu > li.active > a:before, .side-menu > li.active > a:hover:before{color:#111;}
.side-menu .submenu-wrapper{padding:0px 20px 15px 20px;background-color:#f7f7f8;}
.side-menu .submenu{border-top:1px solid #f2f2f2;padding:13px 0px 0px 0px;list-style:none;}
.side-menu .submenu .submenu-wrapper{padding:0px 0px 0px 20px;margin-top:-1px;}
.side-menu .submenu .submenu{padding:1px 0px 0px 0px;margin: 0px 0px 0px;border:none;}
.side-menu .submenu > li{margin-bottom:0px;}
.side-menu .submenu > li:last-child{margin:0;}
.side-menu .submenu > li > a{text-decoration:none;color:#555555;display:block;padding:3px 0 3px;line-height: 20px;font-size:0.933em;font-weight: 400;}

.right-menu-md .side-menu > li > .submenu{padding-left:26px;}
.side-menu>li>a:hover,.side-menu li>a:hover:before,.side-menu li>a:active:before,.side-menu li>a:focus:before{color:#111;}
.side-menu>li.active>a{background: #ffd400;color: #111;}
    .side-menu .submenu>li.active>a{color:#0c4da2;}
    .side-menu .submenu>li>a:hover{color:#111;}
    .side-menu>li>a:hover .icons svg path{fill:#111;}
    
.main-reviews h2 {padding-bottom: 20px;}
.main-projects h2 {padding-bottom: 20px;}
.main-about .font-md_light h3 {margin: 20px auto 20px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 1.3em;
    padding-bottom: 20px;
    background: linear-gradient(45deg, #f36, #fc0 50%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;}
    
 .main-about .gl-container-col {text-align: center;}
  .main-about .gl-container-col .item-img-border {background: #fce300; border-radius: 50%;width: 90px;height: 90px; display: inline-flex;}
  .main-about .gl-container-col .item-img-border img {max-width: 75px;padding: 10px;margin: 0 auto;}
   .main-about .gl-container-col img {max-width: 80px;}
    .main-about .gl-container-seo  {    font-size: 24px;font-weight: 700;}
     .main-about .seo-title  {padding-top: 12px;font-weight: 600;}
  .main-about .gl-container-seo img {max-width: 80px;padding-bottom: 12px;}

.search-tags-cloud {
    margin: 0 0 37px;
}

.search-tags-cloud .tags a {
    background: #f2f2f2;
    padding: 5px 11px 6px;
    color: #000;
    font-size: .8em;
    border-radius: 4px;
    margin: 0 2px;
    line-height: 34px;
}
.search-tags-cloud .tags a:hover {
    background: #FFD400;

}
.latest-post {}
.latest-post a {color: inherit;text-decoration: none;}
.latest-post a:hover {color: #ed6747;}
.projects-blocks {
    padding: 30px 0;
}
.projects-blocks .title_grey_small {
    color: #999;
    font-size: .867em;
}
.projects-blocks .info .hh {
    border-bottom: 1px solid #f5f5f5;
    margin: 0 0 30px 0;
    padding: 0 0 15px 0;
    color: #222;
}
.projects-blocks .info .prop-block {
    padding: 0 0 14px;
}


.projects-blocks .buttons-block {
    color: #999;
}
.projects-blocks .block {
    margin: 0 0 15px;
    max-width: 250px;
}
.projects-blocks .buttons-block .text {
    font-size: .867em;
    line-height: 20px;
}
.projects-blocks .block .btn {
    display: block;
    margin: 0;
    white-space: normal;
}

.projects-square {
    float: left;
    width: 100%;
    overflow: hidden;
    line-height: 80px;
    text-align: center;
    padding: 5px 0;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.reviews-list--image {
  display: block;
  border: 1px solid #f2f2f2;


  text-align: center;
  width: 100%;
  height: 140px;
  padding: 30px;
  margin-bottom: 15px;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.reviews-list--image:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.reviews-list--image img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.reviews-list--image iframe {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 767px) {
  .projects-blocks {
padding: 30px 0;
    margin: 0 0px 47px;
}
}
.cmsmagazine {font-size: 14px;
    font-weight: 100;}

.cmsmagazine-img {max-width: 150px;}
.ask_a_question .ask_a_question-text{font-weight: 300;}
.ask_a_question .ask_a_question-title{font-weight: 500;}

.seo-wrap {padding: 50px 0 40px; transition: all .3s;}
    
.seo-wrap:hover {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-box-shadow: 0 27px 51px rgb(47 58 79 / 23%);
    box-shadow: 0 27px 51px rgb(47 58 79 / 23%);
}
    
.seo-wrap .gl-container-col img {
    max-width: 120px;
}

.seotac{background: linear-gradient(
45deg
, #f36, #fc0 50%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;}
    
.main-about-li li {
    position: relative;
  margin-bottom: 16px;
    padding-left: 35px;
    color: #282728;
}
.main-about-li li:before {
    position: absolute;font-family:'FontAwesome';
    top: 50%;
    left: 0;
 color: #77AEDB;
color: #ed1c24;
    font-size: 22px;
   content:"\f00c";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.nav.nav-bg{text-align:center;}
.nav.nav-bg >li{display:inline-block;margin: 6px 0px 6px;}
.nav.nav-bg >li a{color:#1970c9;font-size:15px;border-radius:20px;line-height: 18px;padding: 8px 19px 7px;}
.nav.nav-bg >li a:hover{background:none;color:#232e43;}
.nav.nav-bg >li.active a{color: #000000;background: #ffd400;}
.nav.nav-bg >li a span{border-bottom:1px dotted #1970c9; display:inline-block;}
.nav.nav-bg >li a:hover span{border-bottom-color:#232e43;}
.nav.nav-bg >li.active a span{border-bottom-color:#5a7095;}
.content-wrapper .nav.nav-bg li:before{
display:none;
}


.always_title{font-weight:bold;font-size:28px;line-height:45px;color:#333;width:50%;padding-left: 17%;text-align: left;}
.always_text{font-weight:normal; font-size:16px; line-height:30px; color:#444; width:425px; height:140px;  text-align:left;}
.always_block{margin:0 auto; text-align:center; margin-top:50px; margin-bottom:0; display:flex; position:relative; /*padding-top: 130px !important;*/}

@media only screen and (min-width: 568px) and (max-width: 1024px) {
    .always_block{/*padding-top:30px;*/ display:flex; width:100%;}
.always_title{padding-bottom:30px; padding-left:50px; width: 48%; padding-right: 3%;}}
@media only screen and (min-width : 320px) and (max-width : 568px) {
    .always_block{padding-top:20px !important; display: inline-block !important;}
.always_title{width:100% !important; padding-left:0; text-align:left; padding-bottom:20px}
    .always_block .always_text{width: 100%; font-size: 15px; line-height: 28px;}
}
.bg_fon{background:#fff;border-radius:3px; padding:40px 40px; margin-bottom:30px;    height: -webkit-fill-available;}
.bg_fon img {max-width:80px;padding-bottom: 15px;}
.bg_fon .title {font-weight: 400;}
.bg_fon .titlegl {font-weight: 600;font-size: 16px;padding-bottom: 10px;color: #0c4da2;}

.default-shadow {box-shadow: 0px 10px 70px -10px rgb(103 100 253 / 20%);
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;}
    .title_small {
  font-size: 16px;
    font-weight: 500;
    position: relative;
    padding-left: 30px;
    padding-bottom: 9px;
}
.title_small+p {
    padding-left: 30px;
    margin-bottom: 30px;
}
    .title_small:before {
    width: 18px;
    height: 18px;
    background: url(/web/20220315153203im_/https://voxvel.by/assets/img/icon/li_icons.png) 0px 0px;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
}
.profit-bitrix {
   text-align: center;
    color: #1970c9;
    cursor: pointer;
    font-size: 14px;
    position: relative;
    padding: 0px 0px 0px 0px;
}
.profit-bitrix span {
    border-bottom: 1px dotted #1970c9;
}
.profit-text a{border-bottom: 1px dotted #1970c9;}
    .footer_profit {
    position: relative;
    margin: 40px 0px 0px;
}
.footer_profit .img_wrapper {
    text-align: center;
    overflow: hidden;
}

.footer_profit .text_wrapper {
    text-align: center;
    position: absolute;
    top: 0px;
    left: 50%;
    color: #fff;
    margin-left: -203px;
    padding: 150px 30px 0px;
}
.solution-title {
    display: block;
    font-size: 26px;
    margin-bottom: 7px;
  line-height: 32px;
    color: #232e43;
}
.blocks.mid_block {
    font-size: 15px;
    line-height: 22px;
}
.item-block-pictures img {
   max-width: 40px;
}
.item-block-pictures .desk-p {
    padding-left: 98px;
    line-height: 21px;
}
.item-block-pictures div > span {
    float: left;
    width: 70px;
    text-align: right;
    display: block;
}
.default-style-text {    background-color: #fddf49;
    padding: 3px;}
    /* Magnific Popup CSS */
/*

====== Zoom effect ======

*/

 .white-popup {
  position: relative;
  background: #FFF;
  padding: 0.5rem;
  max-width: 450px;
  margin: 0 auto; }
  
  
  .white-popup img {
    max-width: 100%; }
    
    .white-popup .white-popup-title {

padding-bottom: 15px;
line-height: 1.4em;
    padding-top: 10px;
    font-size: 1.6em;
    font-weight: 400;
        
        
    }
    .border-form {padding: 2vw;
  
    border: 1px dashed #e8e8e8;}
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.7;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10003;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10004;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 10006;
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder {
  cursor: default;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 10005;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-arrow, button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: none;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 10007;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 36px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:focus, .mfp-close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #FFF;
  text-align: right;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 0;
  bottom: 0;
  padding: 0;
  width: 90px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border: none;
  content: '';
  display: block;
  left: 0;
  width: 100%;
  position: absolute;
  top: 50%;
  color: #fff;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  font-size: 70px;
  height: 70px;
  margin-top: -35px;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  text-indent: -6px;
  content: "\f104";
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  text-indent: 6px;
  content: "\f105";
}

@media screen and (max-width: 1199px) {
  button.mfp-arrow {
    background: rgba(0, 0, 0, 0.3);
    top: 50%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    bottom: auto;
    height: 100px;
    margin-top: -50px;
    width: 50px;
  }
  button.mfp-arrow:before,
  button.mfp-arrow .mfp-b {
    text-indent: 0;
    font-size: 40px;
    height: 40px;
    margin-top: -20px;
  }
}

@media screen and (min-width: 1200px) {
  .no-touch .mfp-container {
    padding: 0 90px;
  }
  .no-touch .mfp-arrow {
    -webkit-transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), border 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), border 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .no-touch .mfp-arrow:hover {
    background: rgba(0, 0, 0, 0.2);
  }
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
 
  background: none;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  font-size: 13px;
  line-height: 18px;
  text-align: left;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 60px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 767px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 991px) {
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 576px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

body.mfp-zoom-out-cur .remodal-wrapper {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
}

html.remodal-is-locked .mfp-bg {
  opacity: 0 !important;
}
.block9 .vigla{position:relative;background:url(/web/20220315153203im_/https://voxvel.by/assets/img/adv1/block9.jpg) no-repeat center 66px transparent;background-size:530px;margin:60px 0 0}.block9 .vigla .str1{background:url(/web/20220315153203im_/https://voxvel.by/assets/img/adv1/str1.png) no-repeat 0 0 transparent;position:absolute;top:27px;left:270px;width:130px;height:60px;transform:rotate(225deg);background-size:100%}.block9 .vigla .str2{background:url(/web/20220315153203im_/https://voxvel.by/assets/img/adv1/str2.png) no-repeat 0 0 transparent;position:absolute;top:115px;left:210px;width:130px;height:60px;background-size:100%}.block9 .vigla .str3{background:url(/web/20220315153203im_/https://voxvel.by/assets/img/adv1/str2.png) no-repeat 0 0 transparent;position:absolute;top:190px;left:218px;width:130px;height:60px;transform:rotate(330deg);background-size:100%}.block9 .vigla .str4{background:url(/web/20220315153203im_/https://voxvel.by/assets/img/adv1/str4.png) no-repeat 0 0 transparent;position:absolute;top:20px;right:333px;width:130px;height:60px;transform:rotate(140deg);background-size:100%}.block9 .vigla .str5{background:url(/web/20220315153203im_/https://voxvel.by/assets/img/adv1/str2.png) no-repeat 0 0 transparent;position:absolute;top:127px;right:209px;width:130px;height:60px;transform:rotate(180deg);background-size:100%}.block9 .vigla .str6{background:url(/web/20220315153203im_/https://voxvel.by/assets/img/adv1/str2.png) no-repeat 0 0 transparent;position:absolute;top:253px;right:278px;width:130px;height:60px;transform:rotate(200deg);background-size:100%}.block9 .vigla .p1{float:left;width:270px;margin:17px 0 0 17px;font-size:16px;line-height:20px}.block9 .vigla .p2{float:left;width:180px;margin:58px 0 0 49px;font-size:16px;line-height:20px;clear:both}.block9 .vigla .p3{float:left;width:230px;margin:51px 0 0 80px;font-size:16px;line-height:20px;clear:both}.block9 .vigla .p4{float:right;width:285px;margin:-290px 36px 0 0;font-size:16px;line-height:20px;clear:both}.block9 .vigla .p5{float:right;width:225px;margin:-162px -15px 0 0;font-size:16px;line-height:20px}.block9 .vigla .p6{float:right;width:245px;margin:-7px 34px 0 0;font-size:16px;line-height:20px}
@media (max-width:1220px){.block9 .vigla{margin:60px 0 0;background-size:300px;background-position:center 0}.block9 .vigla .str1{width:82px;top:-48px;left:195px}.block9 .vigla .p1{font-size:14px;line-height:19px;width:225px;margin:0}.block9 .vigla .p2{font-size:14px;line-height:19px;margin:20px 0 0;width:230px}.block9 .vigla .p3{font-size:14px;line-height:19px;margin:20px 0 0}.block9 .vigla .p4{font-size:14px;line-height:19px;width:230px;margin:-168px 0 0}.block9 .vigla .p5{font-size:14px;line-height:19px;margin:-94px 0 0;width:230px}.block9 .vigla .p6{font-size:14px;line-height:19px;margin:-11px 0 0;width:230px}.block10{margin:0;padding:20px 0}.block9 .vigla .str2{width:90px;left:152px;top:42px;transform:rotate(-15deg)}.block9 .vigla .str3{width:90px;top:86px;left:169px}.block9 .vigla .str4{width:90px;top:-48px;right:198px;transform:rotate(164deg)}.block9 .vigla .str5{width:90px;top:37px;transform:rotate(210deg)}.block9 .vigla .str6{width:90px;top:103px;right:170px}}
@media all and (max-width:767px){.block9 .vigla{margin:130px 0 0}.block9 .vigla .p1{margin:-130px 0 0;width:100%}.block9 .vigla .p2{margin:-76px 0 0;width:100%}.block9 .vigla .p3{margin:-40px 0 0;width:100%}.block9 .vigla .p4{margin:165px 0 0;width:100%}.block9 .vigla .p5{width:100%;margin:20px 0 0}.block9 .vigla .p6{width:100%;margin:20px 0 0}.block9 .vigla .str1{width:130px;transform:rotate(297deg);top:-80px;left:auto;right:0}.block9 .vigla .str2{width:108px;transform:rotate(86deg);top:-50px;left:auto;right:56px}.block9 .vigla .str3{width:96px;background:url(/web/20220315153203im_/https://voxvel.by/assets/img/adv1/str4.png) no-repeat 0 0 transparent;background-size:100%;transform:rotate(48deg);top:15px;left:8px}.block9 .vigla .str4{width:130px;transform:rotate(256deg);top:53px;right:0}.block9 .vigla .str5{width:130px;display:none}.block9 .vigla .str6{width:150px;background:url(/web/20220315153203im_/https://voxvel.by/assets/img/adv1/str1.png) no-repeat 0 0 transparent;background-size:100%;transform:rotate(129deg);right:auto;left:-75px;top:145px;height:95px}}
@media all and (max-width:479px){.block9 .vigla .p1{margin:0}.block9 .vigla .p2{margin:15px 0 0}.block9 .vigla .p3{margin:15px 0 0}.block9 .vigla .p4{margin:190px 0 0}.block9 .vigla .p5{margin:15px 0 0}.block9 .vigla .p6{margin:15px 0 0}.block9 .vigla{margin:15px 0 0;background-position:center 160px}.block9 .vigla .str1,.block9 .vigla .str2,.block9 .vigla .str3,.block9 .vigla .str4,.block9 .vigla .str5,.block9 .vigla .str6{display:none}}
.teasers.item-views.front.icons .row.items{margin:0;border-bottom:none}.teasers.item-views.front.icons .row.items>div{padding:0}.teasers.item-views.front.icons .row.items>div .item{border-color:#f3f3f3;transition:box-shadow .3s}.teasers.item-views.front.icons .row.items>div .item:hover{border-color:#f3f3f3;box-shadow:0 0 27px rgba(0,0,0,.1)}.teasers.item-views.front.icons .row.items>div:nth-child(even) .item{border-left-width:0}.teasers.item-views.front .item{margin:13px 0 48px}.teasers.item-views.front.icons .item{margin:-1px 0 0;padding:40px 38px;box-shadow:none;border:1px solid #f2f2f2}.teasers.item-views.front.icons .item a{color:#222}.teasers.item-views.icons.front .item .image{color:#fff;margin:0;float:left;width:144px;text-align:center;height:144px;font-size:20px;border-radius:100%;line-height:140px;overflow:hidden;background:#e8ebef}.teasers.item-views.icons.front .item .info{padding-left:182px;font-size:1em;color:#222}.teasers.item-views.icons.front .item .info .text{font-size:1em;color:#222}.teasers.item-views.icons.front .item.wti .info{padding-left:0}.teasers.item-views.icons.front .item .info ul{list-style-type:none;padding-left:2px}.teasers.item-views.icons.front .item .info ul li{position:relative;padding-left:11px;margin-bottom:6px}.teasers.item-views.icons.front .item .info ul li:last-of-type{margin-bottom:0}.teasers.item-views.icons.front .item .info ul li:before{content:"";position:absolute;left:0;top:12px;width:3px;height:3px;background:#222}
.callback-form__text {
    position: relative;

}

.tarif {position: relative;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0 2px 1px rgb(47 58 79 / 5%);
    box-shadow: 0 2px 1px rgb(47 58 79 / 5%);
    height: calc(100% - 1rem);}
.tarif .item {
    position: relative;
    overflow: hidden;
    background: #fff;margin: .5rem 0;
    -webkit-box-shadow: 0 2px 1px rgb(47 58 79 / 5%);
    box-shadow: 0 2px 1px rgb(47 58 79 / 5%);
    height: calc(100% - 1rem);
}
.tarif .item .name {
    padding: 2.5rem 2.25rem;
    font-size: 22px;
    line-height: 31px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 1px solid #d5d7dc;
    font-weight: 600;
}
.tarif .item .descr {
    padding: 1.5rem 2.25rem;
    font-size: 14px;
    line-height: 19px;
}

.tarif .item .price {
    border-top: 1px solid #d5d7dc;
    padding: 30px 2.25rem;
    font-size: 20px;font-weight: 600;
    line-height: normal;
    margin-top: auto;
}
.tarif .item.popular .ribbon {
    position: absolute;
    right: -35px;
    top: 25px;
    display: block;
    color: #fff;
    width: 160px;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 0;
    font-weight: 600;
    text-align: center;
    background: #2f3a4f;
    cursor: default;
    -webkit-transform: rotate(
45deg
);
    -ms-transform: rotate(45deg);
    transform: rotate(
45deg
);
    overflow: hidden;
    z-index: 1;
}
.tarif .h3 {border-bottom: 1px solid #f5f5f5;}
.tarif .descr {border-bottom: 1px solid #f5f5f5;}
.tarif .descr .about {
    color: rgb(0 0 0 / 70%);
    font-size: 17px;
    line-height: 25px;
    margin: 0 0 1rem;
}
.tarif .descr p{margin: 1.5rem 0 1rem;}
.tarif  .item .descr li{position: relative;padding-left: 1.5rem;margin: .5rem auto;}
.tarif  .item .descr li:before{content: ""; display: inline-block; position: absolute; top: 6px; left: 0; width: 5px; height: 5px; border: 2px solid #d5d7dc; border-radius: 50%;}

.get-list .item {
    padding: 2.25rem 0;
    position: relative;
}
.get-list .item:before {
    content: "";
    display: block;
    position: absolute;
    top: 100px;
    left: 48px;
    width: 1px;
    height: calc(100% - 90px);
    margin: 0 auto;
    border-left: 1px dashed #d5d7dc;
}

.get-list .item:last-child:before{display:none}
.get-list .item .title span {
    font-weight: 600;
    color: #2f3a4f;
}
.get-list .item .icon {
    width: 70px;
    height: 70px;
    margin-top: -15px;
    background: #fce300;
    border-radius: 50%;display: flex!important;
}

.get-list .item .title {
    font-size: 22px;
    line-height: 40px;
    color: #979da7;
}
.get-list .item .group {
    padding: 25px 0 10px;
    margin: 1rem 0;
}
.get-list .item .group .subtitle, .get-list .item .group-white .subtitle {
font-size: 18px;
    line-height: 27px;
    font-weight: 600;
}
.get-list .item .group-white {
    background: #fff;
    padding: 25px 10px 10px 40px;
    margin: 1rem 0;
    -webkit-box-shadow: 0 2px 1px rgb(47 58 79 / 5%);
    box-shadow: 0 2px 1px rgb(47 58 79 / 5%);
}

  .get-list .item .group-white ul, .get-list .item .group ul{list-style: none;
    padding: 0;
    margin: 1.5rem 0;
    font-size: 16px;
    line-height: 26px;}
    .get-list .item .group span {font-weight: 600;}
    .get-list .item .group ul li  {   
    margin: 1.25rem auto;position: relative;}
  .get-list .item .group-white ul li  {    padding-left: 1.75rem;
    margin: 1.25rem auto;position: relative;}
    
   .get-list .item .group-white ul li:before {content: url("data:image/svg+xml;charset=UTF-8, <svg id='check' width='13' height='10' viewBox='0 0 18 14' style='fill: rgba(61, 165, 135, 0.99)' stroke='none' xmlns='http://www.w3.org/2000/svg'><path d='M6.00038 10.5044L1.80039 6.69548L0.400391 7.96514L6.00038 13.0437L18.0004 2.16101L16.6004 0.891357L6.00038 10.5044Z'/></svg>");
    display: inline-block;
    position: absolute;
    top: -7px;
    left: 0;
    width: 15px;
    height: 35px;
    background: 0 0;
    border: none;
    text-align: center;
    line-height: 40px;}
    
    @media (max-width:991.98px){.get-list .item:before{display:none}}@media (max-width:767.98px){.get-list .item .group-white{padding:25px 20px 10px}}
    
    
    
canvas{ display: block; vertical-align: bottom; } /* ---- particles.js container ---- */ 
#particles-js{ position:absolute; width: 100%; height: 100%; background-color: #163571; background-image: -webkit-linear-gradient(top, rgba(35, 48, 56, 0.9), rgba(35, 48, 56, 0.5));; background-repeat: no-repeat; background-size: cover; background-position: 50% 50%; } /* ---- stats.js ---- */
/*
     FILE ARCHIVED ON 15:32:03 Mar 15, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 01:20:36 Jul 14, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1.379
  exclusion.robots: 0.103
  exclusion.robots.policy: 0.074
  esindex: 0.026
  cdx.remote: 69.973
  LoadShardBlock: 440.789 (3)
  PetaboxLoader3.datanode: 372.827 (5)
  PetaboxLoader3.resolve: 404.111 (2)
  load_resource: 592.985
  loaddict: 179.539
*/