@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap&subset=cyrillic");
/* GLOBAL
^^^^^^^^^^^^ */
html {
  height: 100%;
  font-size: 62.5%;
}
body {
  height: 100%;
  color: #262626;
  background: #fff;
  font: 1.5rem/1.9 'Roboto', Arial, Tahoma, Geneva, sans-serif;
  overflow-y: scroll;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
sup {
  line-height: 0;
}
a {
  text-decoration: underline;
  color: #2f28ac;
  text-decoration-skip-ink: none;
}
a:hover {
  text-decoration: none;
}
img {
  border: none;
  display: block;
  max-width: 100%;
}
input,
textarea,
select,
button {
  vertical-align: middle;
  font: 100% 'Roboto', Arial, Tahoma, Geneva, sans-serif;
}
button * {
  position: relative;
}
form,
fieldset {
  border-style: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
#main {
  overflow: hidden;
  min-width: 320px;
  position: relative;
  z-index: 100;
  padding: 0 1.5rem;
  font-size: 1.5rem;
  min-height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
h1 {
  font-size: 4rem;
  line-height: 1.4;
  font-weight: 300;
  margin: 0 0 2rem;
}
h2 {
  font-size: 3rem;
  line-height: 1.4;
  font-weight: 300;
  margin: 0 0 2rem;
}
h3 {
  font-size: 2.6rem;
  line-height: 1.4;
  font-weight: 300;
  margin: 0 0 2rem;
}
p {
  margin: 0 0 2rem;
}
ul {
  margin: 0 0 2rem 18px;
  letter-spacing: -0.36em;
}
ul li {
  letter-spacing: normal;
  vertical-align: top;
}
ol {
  margin: 0 0 2rem;
  counter-reset: section;
  list-style-type: none;
}
ol li::before {
  counter-increment: section;
  content: counters(section, ".") " ";
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.ruble {
  display: inline-block;
  line-height: 0;
  font-style: normal;
}
.ruble::before {
  display: inline-block;
  content: '₽';
}
.btn {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #fff;
  text-decoration: none;
  background: #2f28ac;
  border: 0.2rem solid #2f28ac;
  border-radius: 0.5rem;
  padding: 1rem 1.5rem;
  cursor: pointer;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  min-width: 26.5rem;
}
.btn:hover {
  opacity: 0.75;
}
.btn.btn-middle {
  line-height: 1.25;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}
.btn.btn-medium {
  line-height: 1.25;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  min-width: 170px;
}
.btn.btn-small {
  font-size: 1.5rem;
  padding: 0.4rem 1.5rem;
  min-width: 4rem;
}
.btn.btn-small.btn-border {
  border-width: 0.1rem;
}
.btn.btn-border {
  background: none;
  color: #2f28ac;
}
.btn.btn-orange {
  border-color: #ff7a00;
  color: #ff7a00;
  font-weight: 500;
}
.btn.btn-orange i.icon-arrow-orange {
  position: relative;
  top: -0.1rem;
}
.btn i {
  line-height: 0;
}
.imgBox {
  -webkit-background-size: cover !important;
          background-size: cover !important;
}
.imgBox img {
  display: none;
}
.btn-center {
  text-align: center;
}
.hidden-desktop {
  display: none;
}
/* HEADER
------------*/
#header {
  padding: 0;
  margin: 0 0 7rem;
  position: relative;
  z-index: 20;
}
.header-box {
  max-width: 112rem;
  margin: 0 auto;
}
.header-top {
  margin: 0 -2rem;
  padding: 2.5rem 0 2.7rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-top >div {
  padding: 0 2rem;
}
.header-top-box {
  margin: 0 -2rem;
}
.header-top-box >div {
  padding: 0 2rem;
}
.logo {
  width: 26.5rem;
}
.header-search {
  position: relative;
  top: 0.4rem;
}
.header-search input {
  height: 4rem;
  width: 100%;
  background: #fff;
  border: 0.1rem solid #2f28ac;
  border-radius: 0.5rem;
  padding: 0 4rem 0 1.5rem;
}
.btn-search {
  display: block;
  height: 2.7rem;
  width: 2.6rem;
  background: url("../img/icons.png") no-repeat;
  -webkit-background-size: 50rem 30rem;
          background-size: 50rem 30rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.6rem;
  border: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-search:hover {
  opacity: 0.75;
}
.header-data {
  width: 33rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.header-data > div {
  padding: 0;
}
.header-data .btn {
  width: 100%;
}
.header-data .header-phone {
  margin: 0.5rem 0 -0.4rem;
}
.header-data .header-basket {
  margin: 0 0 0 2rem;
  text-decoration: none;
}
.header-data .header-basket:hover {
  text-decoration: none;
}

.header-phone {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.3;
}
.header-phone a {
  text-decoration: none;
}
.header-basket {
  display: block;
  height: 4.1rem;
  width: 4.4rem;
  background: url("../img/icons.png") no-repeat -2.8rem 0;
  -webkit-background-size: 50rem 30rem;
          background-size: 50rem 30rem;
}
.header-basket:hover {
  opacity: 0.7;
}
.menu-box {
  position: relative;
  background: #ffb444;
  height: 8rem;
  margin: 0 -1000rem;
  padding: 0 1000rem;
}
.menu-mobile-nav {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6rem;
  background: #ffb444;
}
.close-menu {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.5rem;
  height: 2.2rem;
  width: 2.2rem;
  background: url("../img/icons.png") no-repeat -46.1rem 0;
}
.menu-back {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 1.5rem;
  height: 2.2rem;
  width: 1.2rem;
  background: url("../img/icons.png") no-repeat -48.5rem 0;
  display: none;
}
.menu {
  list-style: none;
  margin: 0 -1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  Justify-content: space-between;
  position: relative;
}
.menu >li {
  line-height: 1.4;
}
.menu >li >a {
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
  color: #262626;
  vertical-align: middle;
  Justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 8rem;
  position: relative;
  padding: 0 1rem;
}
.menu >li >a::before {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -1.3rem;
  height: 1.3rem;
  width: 2.6rem;
  border-bottom: 1.3rem solid #f5f5f5;
  border-left: 1.3rem solid transparent;
  border-right: 1.3rem solid transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.menu >li >a:hover,
.menu >li >a.active {
  color: #2f28ac;
}
.menu >li >a:hover .icon-menu::before,
.menu >li >a.active .icon-menu::before {
  opacity: 0;
}
.menu >li >a:hover .icon-menu::after,
.menu >li >a.active .icon-menu::after {
  opacity: 1;
}
.menu >li >a .icon-menu {
  display: none;
}
.menu >li.HasDrop {
  overflow: hidden;
  position: relative;
}
.menu >li.HasDrop .icon-menu {
  display: block;
}
.menu >li.HasDrop:hover {
  overflow: visible;
  position: static;
}
.menu >li.HasDrop:hover .drop-menu {
  opacity: 1;
  height: auto;
  overflow: visible;
  padding-top: 0;
  top: 100%;
}
.menu >li.HasDrop:hover a::before {
  opacity: 1;
}
.drop-menu {
  position: absolute;
  top: 0;
  left: 1rem;
  right: 1rem;
  height: 0;
  overflow: hidden;
  opacity: 0;
  padding-top: 8rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.drop-menu-box {
  margin: 0 -1000rem;
  padding: 5.5rem 1000rem 3.5rem;
  background: #f5f5f5;
}
.drop-menu-box > *:last-child {
  margin-bottom: 0 !important;
}
.icon-menu {
  display: inline-block;
  height: 0.6rem;
  width: 1rem;
  position: relative;
  margin: 0 0 0 0.6rem;
}
.icon-menu::before,
.icon-menu::after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 0.6rem;
  width: 1rem;
  background: url("../img/icons.png") no-repeat -40.7rem 0;
  -webkit-background-size: 50rem 30rem;
          background-size: 50rem 30rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.icon-menu::after {
  background-position: -41.9rem 0;
  opacity: 0;
}
.name-drop-menu {
  display: none;
  font-size: 1.8rem;
  border-bottom: 0.1rem solid #ff7a00;
  padding: 0 0 1.4rem;
  margin: 0 0 3.5rem;
}
.drop-menu-row {
  margin: 0 -1.5rem 2.3rem;
}
.drop-menu-row >div {
  padding: 0 1.5rem;
}
.drop-menu-row >div:last-child::before {
  display: none;
}
.drop-menu-row >div::before {
  display: block;
  content: '';
  position: absolute;
  top: 6rem;
  bottom: 0;
  right: 0;
  width: 0.1rem;
  background: #ff7a00;
}
.drop-menu-row .name {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.2;
  color: #2f28ac;
  margin: 0 0 1rem;
  min-height: 5rem;
}
.menu-nav {
  list-style: none;
  margin: 0;
}
.menu-nav >li {
  line-height: 1.4;
  padding: 1.3rem 0 0;
}
.menu-nav >li:first-child {
  padding-top: 0;
}
.menu-nav >li >a {
  font-size: 1.45rem;
  color: #262626;
  font-weight: 300;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.menu-nav >li >a:hover {
  /* font-weight: bold; */
  color: #ff7a00;
}
.menu-more {
  font-size: 1.8rem;
  font-weight: 500;
  color: #ff7a00;
  text-decoration: none;
  display: inline-block;
  line-height: 1.4;
  padding: 0 2.5rem 0 0;
  position: relative;
}
.menu-more i {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.menu-more:hover {
  text-decoration: underline;
}
/* CONTENT
------------*/
.content {
  padding: 0 0 8rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.content-box {
  max-width: 112rem;
  margin: 0 auto;
}
.content-box > *:last-child {
  margin-bottom: 0 !important;
}
.title-page {
  display: none;
  font-size: 1.4rem;
}
.title {
  text-align: center;
  margin: 0 0 3.5rem;
}
.title > *:last-child {
  margin-bottom: 0 !important;
}
.list-advantages {
  list-style: none;
  margin: -2.5rem -1rem 0;
}
.list-advantages >li {
  padding: 2.5rem 1rem 0;
}
.advantage {  
  color: #2f28ac;	
  text-align: center;
  display: block;
  font-size: 1.8rem;
  text-decoration: none;
  line-height: 1.45;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.advantage .box-icon {
  height: 14rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  Justify-content: center;
  margin: 0 0 1.3rem;
}
/* .advantage:hover { */
  /* font-weight: bold; */
  /* color: #ff7a00; */
/* } */
/* .advantage:hover .box-icon i::before { */
  /* opacity: 0; */
/* } */
/* .advantage:hover .box-icon i::after { */
  /* opacity: 1; */
/* } */
.icon-clock {
  display: block;
  height: 13.3rem;
  width: 13.3rem;
  position: relative;
}
.icon-clock::before,
.icon-clock::after {
  display: block;
  content: '';
  height: 13.3rem;
  width: 13.3rem;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url("../img/icon-advantages.png") no-repeat 0 0;
  -webkit-background-size: 100rem 50rem;
          background-size: 100rem 50rem;
}
.icon-clock::after {
  background-position: 0 -15.6rem;
  opacity: 0;
}
/* .icon-clock:hover::before { */
  /* opacity: 0; */
/* } */
/* .icon-clock:hover::after { */
  /* opacity: 1; */
/* } */
.icon-consultant {
  display: block;
  height: 13.5rem;
  width: 13.3rem;
  position: relative;
}
.icon-consultant::before,
.icon-consultant::after {
  display: block;
  content: '';
  height: 13.5rem;
  width: 13.3rem;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url("../img/icon-advantages.png") no-repeat -14.4rem 0;
  -webkit-background-size: 100rem 50rem;
          background-size: 100rem 50rem;
}
.icon-consultant::after {
  background-position: -14.4rem -15.6rem;
  opacity: 0;
}
/* .icon-consultant:hover::before { */
  /* opacity: 0; */
/* } */
/* .icon-consultant:hover::after { */
  /* opacity: 1; */
/* } */
.icon-laptop-setting {
  display: block;
  height: 12rem;
  width: 13.7rem;
  position: relative;
}
.icon-laptop-setting::before,
.icon-laptop-setting::after {
  display: block;
  content: '';
  height: 12rem;
  width: 13.7rem;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url("../img/icon-advantages.png") no-repeat -29.2rem 0;
  -webkit-background-size: 100rem 50rem;
          background-size: 100rem 50rem;
}
.icon-laptop-setting::after {
  background-position: -29.2rem -15.6rem;
  opacity: 0;
}
/* .icon-laptop-setting:hover::before { */
  /* opacity: 0; */
/* } */
/* .icon-laptop-setting:hover::after { */
  /* opacity: 1; */
/* } */
.icon-laptop {
  display: block;
  height: 13.2rem;
  width: 13.1rem;
  position: relative;
}
.icon-laptop::before,
.icon-laptop::after {
  display: block;
  content: '';
  height: 13.1rem;
  width: 13.7rem;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url("../img/icon-advantages.png") no-repeat -44.2rem 0;
  -webkit-background-size: 100rem 50rem;
          background-size: 100rem 50rem;
}
.icon-laptop::after {
  background-position: -44.2rem -15.6rem;
  opacity: 0;
}
/* .icon-laptop:hover::before { */
  /* opacity: 0; */
/* } */
/* .icon-laptop:hover::after { */
  /* opacity: 1; */
/* } */
.icon-time-management {
  display: block;
  height: 13.5rem;
  width: 13.4rem;
  position: relative;
}
.icon-time-management::before,
.icon-time-management::after {
  display: block;
  content: '';
  height: 13.5rem;
  width: 13.4rem;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url("../img/icon-advantages.png") no-repeat -58.7rem 0;
  -webkit-background-size: 100rem 50rem;
          background-size: 100rem 50rem;
}
.icon-time-management::after {
  background-position: -58.7rem -15.6rem;
  opacity: 0;
}
/* .icon-time-management:hover::before { */
  /* opacity: 0; */
/* } */
/* .icon-time-management:hover::after { */
  /* opacity: 1; */
/* } */
.icon-consult {
  display: block;
  height: 13.4rem;
  width: 13.3rem;
  position: relative;
}
.icon-consult::before,
.icon-consult::after {
  display: block;
  content: '';
  height: 13.4rem;
  width: 13.3rem;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url("../img/icon-advantages.png") no-repeat -73.5rem 0;
  -webkit-background-size: 100rem 50rem;
          background-size: 100rem 50rem;
}
.icon-consult::after {
  background-position: -73.5rem -15.6rem;
  opacity: 0;
}
/* .icon-consult:hover::before { */
  /* opacity: 0; */
/* } */
/* .icon-consult:hover::after { */
  /* opacity: 1; */
/* } */
.section {
  margin: 0 0 6.7rem;
}
.section > *:last-child {
  margin-bottom: 0 !important;
}
.solution-data {
  Justify-content: space-between;
  margin-bottom: 1.9rem;
  margin-top: -1.5rem;
}
.solution-data >div {
  padding-top: 1.5rem;
}
.solution-separate {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -0.5rem -0.5rem 0;
}
.solution-separate > div {
  padding: 0.5rem 0.5rem 0;
}
.search-solution {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -0.8rem;
}
.search-solution >div {
  padding-top: 0.8rem;
}
.search-solution-box {
	position: relative;
	width: 26.5rem;
	padding-top: 7px;
}
.search-solution-box .tx {
  padding-right: 3rem;
}
.search-solution-box .btn-search-small {
  position: absolute;
  top: 50%;
  right: 0.6rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn-search-small {
  display: block;
  height: 1.8rem;
  width: 1.8rem;
  background: url("../img/icons.png") no-repeat -7.4rem 0;
  -webkit-background-size: 50rem 30rem;
          background-size: 50rem 30rem;
  border: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.btn-search-small:hover {
  opacity: 0.5;
}
label {
  display: block;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 500;
  color: #4d4c4c;
}
select {
  height: 3rem;
  border: 0.1rem solid #ededed;
  border-radius: 0.3rem;
}
.tx {
  display: block;
  width: 100%;
  height: 3rem;
  border: 0.1rem solid #ededed;
  border-radius: 0.3rem;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 0 1rem;
}
.jq-selectbox {
  display: block;
}
.jq-selectbox__select {
  height: 3rem;
  border: 0.1rem solid #ededed;
  border-radius: 0.3rem;
  font-size: 1.5rem;
  line-height: 2.8rem;
  font-weight: 500;
  padding: 0 2rem 0 0.5rem;
}
.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 2rem;
  bottom: 0;
}
.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 2rem;
  width: 1rem;
}
.jq-selectbox__trigger-arrow::before {
  display: block;
  content: '';
  border-bottom: 0.9rem solid #ededed;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  margin-bottom: 0.1rem;
}
.jq-selectbox__trigger-arrow::after {
  display: block;
  content: '';
  border-top: 0.9rem solid #2f28ac;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
}
.jq-selectbox__dropdown {
  border: 0.1rem solid #ededed;
  background: #fff;
  border-radius: 0.3rem;
  width: 100%;
}
.jq-selectbox__dropdown ul {
  list-style: none;
  margin: 0;
}
.jq-selectbox__dropdown ul >li {
  font-size: 1.5rem;
  white-space: normal;
  padding: 1rem 0.5rem;
  line-height: 1.2rem;
}
.jq-selectbox__dropdown ul >li:hover,
.jq-selectbox__dropdown ul >li.selected {
  background: #ededed;
}
.table-border {
  padding: 0.1rem;
  position: relative;
  z-index: 10;
}
.table-border::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 1rem;
  z-index: -1;
  border-radius: 0.5rem;
  border: 0.1rem solid #2f28ac;
}
.scroll .scroll {
  padding: 0 0 2rem;
}
.scroll >.scroll-element {
  background: #efefef;
  border-radius: 1rem;
}
.scroll >.scroll-element.scroll-x {
  height: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.scroll >.scroll-element.scroll-x >div {
  height: 1rem;
}
.scroll >.scroll-element.scroll-y {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1rem;
}
.scroll >.scroll-element.scroll-y >div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.scroll >.scroll-element.scroll-y >div .scroll-element_size,
.scroll >.scroll-element.scroll-y >div .scroll-element_track {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.scroll >.scroll-element.scroll-y .scroll-bar {
  height: auto;
  width: 1rem;
  min-height: 1rem;
  right: 0;
}
.scroll >.scroll-element .scroll-bar {
  height: 1rem;
  background: #2f28ac;
  position: absolute;
  border-radius: 1rem;
}
.arrow {
  display: block;
  height: 2rem;
  width: 1rem;
}
.arrow::before {
  display: block;
  content: '';
  border-bottom: 0.9rem solid #ededed;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  margin-bottom: 0.1rem;
}
.arrow::after {
  display: block;
  content: '';
  border-top: 0.9rem solid #ededed;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
}
.arrow.arrow-down::after {
  border-top-color: #2f28ac;
}
.arrow.arrow-up::before {
  border-bottom-color: #2f28ac;
}
table.table-solution {
  line-height: 1.4;
  min-width: 90rem;
}
table th {
  text-align: left;
  vertical-align: top;
  padding: 0.9rem 1rem;
}
table tr:nth-child(2n) td {
  background: #ededed;
}
table tr:last-child {
  border-top: 0.1rem solid #ededed;
}
table td {
  padding: 0.5rem 1rem;
  font-weight: 300;
}
table .name.active {
  color: #274bca;
}
table .number {
  text-align: center;
  min-width: 6rem;
}
.table-separate {
  font-size: 1.5rem;
  line-height: 1.4;
  display: inline-block;
  padding: 7px 2rem 6px 0;
  position: relative;
  cursor: pointer;
  font-weight: 400;
  color: #4D4C4C;
  padding-left: 12px; 
}
.table-separate .arrow {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.icon-star {
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  background: url("../img/icons.png") no-repeat -9.4rem 0;
  -webkit-background-size: 50rem 30rem;
          background-size: 50rem 30rem;
}
.icon-star-active {
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  background: url("../img/icons.png") no-repeat -11.1rem 0;
  -webkit-background-size: 50rem 30rem;
          background-size: 50rem 30rem;
}
.reiting {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 0;
}
.table-button {
  margin: 0 -1rem;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.table-button >div {
  padding: 0 1rem;
}
.icon-button-computer {
  display: inline-block;
  height: 1.4rem;
  width: 1.5rem;
  background: url("../img/icons.png") no-repeat -12.8rem 0;
  -webkit-background-size: 50rem 30rem;
          background-size: 50rem 30rem;
}
.icon-button-phone {
  display: inline-block;
  height: 1.4rem;
  width: 1.5rem;
  background: url("../img/icons.png") no-repeat -14.5rem 0;
  -webkit-background-size: 50rem 30rem;
          background-size: 50rem 30rem;
}
/* .service-box { */
  /* padding: 0 0 0 13.5rem; */
/* } */
.list-service {
  list-style: none;
  margin-top: -3.7rem;
  margin-bottom: 0;
}
.list-service >li {
  padding-top: 3.7rem;
}
.service {
  font-weight: 500;
  margin: 0;
}
.service >div {
  padding: 0;
}
.service >div > *:last-child {
  margin-bottom: 0 !important;
}
.service .box-icon {
  width: 5.5rem;
}
.service .name {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 0 0.4rem;
}
.service .name a {
  text-decoration: none;
  font-weight: 500;
}
.service .name a:hover {
  text-decoration: underline;
}
.icon-service-basket {
  display: block;
  height: 3.4rem;
  width: 3.7rem;
  background: url("../img/icons.png") no-repeat -16.2rem 0;
  -webkit-background-size: 50rem 30rem;
          background-size: 50rem 30rem;
}
.icon-service-rocket {
  display: block;
  height: 3.2rem;
  width: 3.2rem;
  background: url("../img/icons.png") no-repeat -20.1rem 0;
  -webkit-background-size: 50rem 30rem;
          background-size: 50rem 30rem;
}
.icon-service-setting {
  display: block;
  height: 3.8rem;
  width: 3.8rem;
  background: url("../img/icons.png") no-repeat -23.5rem 0;
  -webkit-background-size: 50rem 30rem;
          background-size: 50rem 30rem;
}
.icon-service-support {
  display: block;
  height: 3.2rem;
  width: 3.2rem;
  background: url("../img/icons.png") no-repeat -27.5rem 0;
  -webkit-background-size: 50rem 30rem;
          background-size: 50rem 30rem;
}
.icon-service-connect {
  display: block;
  height: 3.8rem;
  width: 3.8rem;
  background: url("../img/icons.png") no-repeat -30.9rem 0;
  -webkit-background-size: 50rem 30rem;
          background-size: 50rem 30rem;
}
.icon-service-inquiry {
  display: block;
  height: 3.6rem;
  width: 3.6rem;
  background: url("../img/icons.png") no-repeat -34.9rem 0;
  -webkit-background-size: 50rem 30rem;
          background-size: 50rem 30rem;
}
.list-news {
  list-style: none;
  margin: -3rem -1rem 3.9rem;
  Justify-content: center;
}
.list-news >li {
  padding: 3rem 1rem 0;
}
.news {
  line-height: 1.4;
}
.news .news-image {
  display: block;
  text-decoration: none;
  height: 26rem;
  position: relative;
  z-index: 5;
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0 0 1.7rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news .news-image:hover {
  -webkit-transform: translateY(-0.2rem);
      -ms-transform: translateY(-0.2rem);
       -o-transform: translateY(-0.2rem);
          transform: translateY(-0.2rem);
}
.news .imgBox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.news .name {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 1rem 2rem;
  min-height: 10rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  Justify-content: center;
  background: rgba(255,255,255,0.9);
}
.news .news-bottom {
  Justify-content: space-between;
}
.news .date {
  font-weight: 500;
}
.icon-arrow-orange {
  display: inline-block;
  height: 1rem;
  width: 1.8rem;
  background: url("../img/icons.png") no-repeat -38.7rem 0;
  -webkit-background-size: 50rem 30rem;
          background-size: 50rem 30rem;
}
.list-partners {
  list-style: none;
  margin: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  Justify-content: center;
}
.list-partners >li {
  padding: 0;
}
.list-partners >li a {
  display: block;
}
.list-partners >li a:hover {
  -webkit-transform: translateY(-0.2rem);
      -ms-transform: translateY(-0.2rem);
       -o-transform: translateY(-0.2rem);
          transform: translateY(-0.2rem);
}
.list-partners >li img {
  width: 100%;
}
/* FOOTER
-----------*/
#footer {
  background: -webkit-gradient(linear, left top, right top, from(#ffcb44), color-stop(50%, #ff7a00), to(#ffb457));
  background: -webkit-linear-gradient(left, #ffcb44 0%, #ff7a00 50%, #ffb457 100%);
  background: -o-linear-gradient(left, #ffcb44 0%, #ff7a00 50%, #ffb457 100%);
  background: linear-gradient(to right, #ffcb44 0%, #ff7a00 50%, #ffb457 100%);
  padding: 7.8rem 1.5rem;
  margin: 0 -1.5rem;
  font-size: 1.8rem;
  line-height: 1.2;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.footer-box {
  max-width: 93rem;
  margin: auto;
}
.logo-footer {
  width: 6.2rem;
  margin: auto;
}
.footer-button {
  width: 26.5rem;
}
.footer-button > *:last-child {
  margin-bottom: 0 !important;
}
.footer-button .btn {
  margin-bottom: 2rem;
}
.footer-socials {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.footer-socials a {
  display: block;
}
.footer-socials a:hover {
  opacity: 0.9;
}
.footer-row {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -1.5rem;
}
.footer-row >div {
  padding-top: 1.5rem;
}
.footer-row >div > *:last-child {
  margin-bottom: 0 !important;
}
a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
*::-webkit-input-placeholder {
  opacity: 1;
}
*:-moz-placeholder {
  opacity: 1;
}
*::-moz-placeholder {
  opacity: 1;
}
*:-ms-input-placeholder {
  opacity: 1;
}
.gradient {
  background: #000;
  background: -webkit-gradient(linear, left top, left bottom, from(#d6002d), to(#ff4a64));
  background: -webkit-linear-gradient(#d6002d 0%, #ff4a64 100%);
  background: -o-linear-gradient(#d6002d 0%, #ff4a64 100%);
  background: linear-gradient(#d6002d 0%, #ff4a64 100%);
}
.gradient1 {
  background: #000;
  background: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(50%, rgba(0,0,0,0.1)), to(transparent));
  background: -webkit-linear-gradient(right, transparent 0%, rgba(0,0,0,0.1) 50%, transparent 100%);
  background: -o-linear-gradient(right, transparent 0%, rgba(0,0,0,0.1) 50%, transparent 100%);
  background: linear-gradient(to left, transparent 0%, rgba(0,0,0,0.1) 50%, transparent 100%);
}


/* ADD */

.menu-box {
	z-index: 9;
}	
.content-inner {
	margin-top: 3.5rem;
}	
.btn {
	font-weight: 300;
}	
table .number {	
	min-width: 5rem;
}
.table-scroll .scroll {
	padding: 0 0 1rem;
}
.table-button .btn {
	font-weight: 300;
}
.table-button .btn-border {
	background-color: #fff;
	padding: 0.6rem 1.1rem 0.2rem 1.1rem;
	min-width: 3rem;
}	
.table-button .btn-bay {
	width: 110px;
}	
.table-button .btn-call {
	padding: 0.4rem 1.1rem;
	min-width: 3rem;
}	
.footer-button .btn-border {
	font-weight: 400;
}		
.service p {
	color: #4D4C4C;
}	
.news .name {
	color: #2F28AC;
}	
.news .date {
	color: #4D4C4C;
}	
.news a {
	color: #274BCA;
}	
	
/* CRUMBS */
.crumbs_wrap {
	position: relative;	
	width: 100%;	
}
.crumbs {
	position: absolute;
	top: 0;
	left: -32px;
	width: 103%;
	min-height: 32px;
	border-top: 2px solid #EFEFEF;
	border-bottom: 2px solid #EFEFEF;
	background: #fff;
}	
.crumbs ul {	
	display: block;
	max-width: 112rem;	
	margin: 0 auto;	
	list-style: none;
	padding: 0;	
}	
.crumbs ul li {	
	position: relative;
	float: left;	
	padding: 5px 15px;
}
.crumbs ul li {	
	color: #262626;
	font-size: 1.5rem;
	font-weight: 400;
}
.crumbs ul li a {	
	color: #262626;
	font-size: 1.5rem;
	font-weight: 300;
	letter-spacing: 0;
	z-index: 2;
	position: relative;
}
.arrows { white-space: nowrap; }
.arrows li {
    display: inline-block;
    line-height: 26px;
    margin: 0 5px 0 -10px;
    padding: 0 20px;
    position: relative;
}
.arrows li::before,
.arrows li::after {
    border-right: 2px solid #EFEFEF;
    content: '';
    display: block;
    height: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    transform: skewX(25deg);   
}
.arrows li::after {
    bottom: 0;
    top: auto;
    transform: skewX(-25deg);
}
.arrows li:last-of-type::before, 
.arrows li:last-of-type::after { 
    display: none; 
}
.arrows li a { 
   font: bold 24px Sans-Serif;  
   letter-spacing: -1px; 
   text-decoration: none;
}

/* CARD-ITEM */
.card-item {
	min-height: 350px;
	margin-bottom: 62px;
}
.card-item img {
	width: 100%;
	height: auto;
	max-height: 267px;
}
.card-item .reiting {
	float: left;
	margin-top: 5px;
	padding-right: 11px;
}
.card-item a, .card-item a:hover {
	color: #262626;
	text-decoration: none;
}	
.card-item p {
	font-weight: 500;
	font-size: 15px;
	line-height: 24px;
	margin: 14px 0 0 0;	
	min-height: 77px;	
}
.card-item span {
	display: inline-block;
	margin: -5px 0 2px 15px;
}
.card-item .btn {
	min-width: 5rem;
	width: 110px;
	height: 30px;
	padding: 0;
	margin-top: 9px;
	font-size: 1.5rem;
}


/* PAGINATION */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px auto;
  border-radius: 4px;
  margin-bottom: -10px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;  
  margin-left: -1px;
  margin: 6px 12px;
  padding: 2px 2px;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #2F28AC;
  text-decoration: none;
  background-color: transparent;  
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: transparent;
  border-color: transparent;
  opacity: 0.75;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #2f28ac;
  border-color: #2f28ac;
  border-radius: 3px;
  padding: 7px 14px;
  margin-top: 1px;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #fff;
  border-color: #fff;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}   
.page-first::after {
	content: "";
	display: inline-block;
	position: relative;
	width: 19px;
	height: 17px;
	background: url(../img/page-first.png) no-repeat;
	background-size: 100%;	
	margin-top: 4px;	
	margin-right: -18px;
}	
.page-last::after {
	content: "";
	display: inline-block;
	position: relative;
	width: 19px;
	height: 17px;
	background: url(../img/page-last.png) no-repeat;
	background-size: 100%;	
	margin-top: 4px;	
	margin-left: -18px;
}	
.page-prev::after {
	content: "";
	display: inline-block;
	position: relative;
	width: 11px;
	height: 17px;
	background: url(../img/page-prev.png) no-repeat;
	background-size: 100%;	
	margin-top: 4px;	
	margin-right: -7px;
}	
.page-next::after {
	content: "";
	display: inline-block;
	position: relative;
	width: 11px;
	height: 17px;
	background: url(../img/page-next.png) no-repeat;
	background-size: 100%;	
	margin-top: 4px;	
	margin-left: -7px;
}	


/* LEFT MENU */
.nav-cat {
	width: 96%;
}	
.nav-cat a, .nav-cat label {
	min-height: 45px;
	height: auto;
	display: block;
	padding: 1rem 0 1rem 1rem;
	color: #262626;
	background-color: #fff;	
	transition: all .2s ease-in;
	margin: 0;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 18px;
}
.sub-group-list a, .sub-group-list label {
	font-weight: 300;
}	
.nav-cat a:focus, .nav-cat a:hover, .nav-cat label:focus, .nav-cat label:hover {
  color: #FFF;
  background: #102678;
}

.nav-cat {
  border: 1px solid #eee;
  border-bottom: 0px solid #eee;
}
.nav-cat label {
  cursor: pointer;
}
.nav__list label a {
	min-height: 5px;
	height: auto;
	display: block;
	padding: 0;
	color: #262626;
	background-color: #fff;
	transition: all .2s ease-in;
	margin: 0;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 20px;
	width: 90%;
	border: 0;
	text-decoration: none;	
}
.nav-cat ul {
	margin: 0;	
}	
.nav-cat ul li {	
	list-style: none;
}
.group-list label, .sub-group-list label {
	position: relative;
}	
.group-list a, .group-list label {
	/* padding-left: 2rem; */
	background: #fff;	
	padding-top: 12px;
}
.group-list label {	
	box-shadow: inset 0 -1px #EFEFEF;
}

.group-list a:focus, .group-list a:hover, .group-list label:focus, .group-list label:hover {
  background: #fff;
  color: #2F28AC;
}
.sub-group-list a, .sub-group-list label {
  /* padding-left: 3rem; */
  background: #fff;
  box-shadow: inset 0 0px #EFEFEF;
}
.sub-group-list {  
  border-bottom: 1px solid #EFEFEF;
}
.sub-group-list a:focus, .sub-group-list a:hover, .sub-group-list label:focus, .sub-group-list label:hover {
  background: #fff;
  color: #2F28AC;
}
.sub-sub-group-list a, .sub-sub-group-list label {
  padding-left: 6rem;
  background: #454545;
  box-shadow: inset 0 -1px #575757;
}
.sub-sub-group-list a:focus, .sub-sub-group-list a:hover, .sub-sub-group-list label:focus, .sub-sub-group-list label:hover {
  background: #333333;
}
.group-list, .sub-group-list, .sub-sub-group-list {
  height: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .2s ease-in-out;
}
.nav__list input[type=checkbox]:checked + label + ul {  
  max-height: 1000px;
}
label > span {
  float: right;
  margin-top: 6px;
  margin-right: 7px;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}
.nav__list input[type=checkbox]:checked + label {
   color: #2F28AC;
   font-weight: 500;
}
.nav__list input[type=checkbox]:checked + label > span {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.angle-right {
	position: absolute;
	display: inline-block;
	width: 10px;
	height: 10px;
	top: 27%;
	right: 1rem;
	background: url('../img/arrow_menu.png');
}
/* .nav__list { */
	/* width: 100%; */
/* } */

	

.content-product p {
	font-size: 15px;
	line-height: 24px;
}
.content-product .col-md-7 {
	padding-left: 4.5rem;
}
.content-product strong {
	font-weight: 500;
}
.content-product ul {
	margin-left: 3.2rem;
	line-height: 24px;
}
.content-product li {
    list-style-type: none;
	position: relative;
}
.content-product li::before {    	
	color: #2F28AC;
    content: "•";
    padding-right: 10px;
	font-size: 2.5rem;
	position: absolute;
	left: -1.5rem;
	top: 1%;
}
.content-product .btn {
	margin: 34px 0;
	height: 45px;
	font-weight: 400;
	font-size: 18px;
}

.map {
	margin-top: 45px;	
	margin-bottom: 40px;	
}
.contacts p {
	line-height: 1.2rem;
	font-weight: 400;
}	
.contacts span {
	display: inline-block;
	min-width: 70px;
	text-align: left;
	font-weight: 300;
}	
.contacts .btn {
	padding: .8rem 1.5rem;
}	
	
.content-gray {
	background: #F8F6F6;
	margin-left: -15px;
	margin-right: -15px;
	margin-top: -3rem;
	padding-top: 6rem;
}

.project-item, .news-item {
	position: relative;
	min-height: 380px;
	background: #fff;
	padding: 20px 5px;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
	border-radius: 6px;
	margin-bottom: 40px;
}
.news-item p {
	margin: 0;
	padding: 0;
}	
.project-item span {
	display: block;
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	color: #2F28AC;
	margin-bottom: 17px;
}	
.news-item span {
	display: block;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	color: #2F28AC;
	margin-bottom: 17px;
}	
.news-item .news-date {
	text-align: right;
}	
.news-item .news-date span {
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	color: #4D4C4C;
}	
.news-item .more-read {
	position: absolute;
	bottom: -5px;
	right: 20px;
}	
.news-item .more-read a {
	color: #274BCA;
}	

.project-item .tit {
	display: block;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	color: #2F28AC;	
	margin-bottom: 15px;
}	
.project-item p {
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
}	
.news-item p {
	font-weight: 400;
	font-size: 18px;
	line-height: 32px;
}	
.project-item .blagodar {
	display: block;
	float: right;
	text-align: right;
	margin-bottom: 19px;
	font-size: 15px;
	line-height: 18px;	
	text-decoration: underline;
	color: #274BCA;
}
.project-item .spoiler {
	display: block;
	float: left;
	text-align: right;
	margin-bottom: 7px;
	font-size: 15px;
	line-height: 0px;	
	text-decoration: underline;
	color: #274BCA;
}
.spoiler-text {
	max-height: 220px;
	overflow: hidden;
	transition: .5s;
}	
.spoiler-open {
	max-height: 1000px;	
}
	
.content-text p {
	font-weight: normal;
	font-size: 15px;
	line-height: 24px;
}	
.content-text img {
	margin: 33px 0;
}	
.content-text h3 {
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	margin-top: 25px;
	margin-bottom: 14px;
}	
.content-text ul {	
	margin: -5px 0 0 1.5rem;
	line-height: 24px;
}
.content-text li {
    list-style-type: none;
	position: relative;
}
.content-text li::before {    	
	color: #2F28AC;
    content: "•";
    padding-right: 10px;
	font-size: 2.5rem;
	position: absolute;
	left: -1.7rem;
	top: 1%;
}	


.solution-item {
	position: relative;
	min-height: 380px;
	background: #fff;
	padding: 20px 5px 35px 5px;	
	border: 1px solid #EFEFEF;
	box-sizing: border-box;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
	border-radius: 6px;
	margin: -40px 0 80px 0;
}	
.solution-item img {
	margin-top: 35px;
	margin-left: -20px;
}
.solution-item h3 {
	font-weight: 500;
	font-size: 22px;
	line-height: 21px;
	color: #2F28AC;
	margin: 2rem 0 1rem 0;
}
.solution-item span {
	display: inline-block;
	background: #FF7A00;
	border-radius: 6px;
	padding: .5rem 1rem;	
	font-weight: 300;
	font-size: 15px;
	line-height: 18px;
	color: #fff;
	margin-bottom: 17px;
}
.solution-item ul {
	text-align: left;
}
.solution-item p, .solution-item ul li {
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
}
.solution-item input {
	height: 4rem;
	width: 94%;
	border: 2px solid #EFEFEF;
	box-sizing: border-box;
	border-radius: 6px;
	margin-bottom: 20px;
	padding: 0.5rem .8rem;
}
input::-webkit-input-placeholder {
    font-weight: normal;
	font-size: 15px;	
	color: #545454!important;
	opacity: 1;
}
input::-moz-placeholder {
    font-weight: normal;
	font-size: 15px;	
	color: #545454!important;
	opacity: 1;
}
.solution-item label {
	width: 96%;
	font-weight: 300;
	font-size: 14px;
	line-height: 16px;
	margin-left: -30px;
	margin-bottom: 27px;
} 
.solution-item label:first-child {
	font-weight: 400;	
	line-height: 18px;
	font-size: 15px;
} 
.solution-item .btn {
	width: 93%;
} 
.solution-icon {
	margin: 0 0 74px 0;	
}	
.solution-icon ul {
	margin: 0;
	padding: 0;
}	
.solution-icon li {
	list-style: none;
	padding-left: 50px;
	float: left;
	font-weight: 500;
	font-size: 18px;
	line-height: 18px;
	color: #2F28AC;
}	
.solution-icon li:before {
    content: "";
	display: inline-block;
	position: absolute;
	left: -5px;
	width: 40px;
    height: 40px;
    background: url('../img/solutions_sprites.png') no-repeat -10px -10px;	
}	
.solution-icon li:nth-child(2):before {    
    background: url('../img/solutions_sprites.png') no-repeat -70px -10px;
}	
.solution-icon li:nth-child(3):before {    
    background: url('../img/solutions_sprites.png') no-repeat -10px -70px;
}	
.solution-icon li:nth-child(4):before {    
    background: url('../img/solutions_sprites.png') no-repeat -130px -10px;
}	
.solution-icon li:nth-child(5):before {    
    background: url('../img/solutions_sprites.png') no-repeat -70px -70px;
}	
.solution-icon li:nth-child(6):before {    
    background: url('../img/solutions_sprites.png') no-repeat -130px -70px;
}	


.news-page {
	/* max-width: 93rem; */
	margin: auto;
	margin-bottom: -20px!important;
}
.news-page span.date {
	display: block;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	margin: -5px 0 12px 0;
}
.news-page img {
	float: left;
	margin: 0 20px 20px 0;
	max-width: 455px;
	height: auto;
}
.news-page p {
	font-weight: normal;
	font-size: 18px;
	line-height: 32px;
}
.news-prev, .news-next {
	position: absolute;
	width: 12px;
	height: 12px;
	border: solid #2F28AC;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
}	
.news-prev {	
	left: 0px;
	top: 16px;	
	transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}	
.news-next {	
	right: 0px;
	top: 16px;
	transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}	
	
.support .desc {
	/* max-height: 176px;	 */
	background: #EFEFEF;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
	border-radius: 6px;
	margin-left: -35px;
	padding: 37px;
	margin-bottom: 35px;
	padding-bottom: 0px;
}	
.support .solution-icon {
	margin-bottom: 46px;
	
}
.support .solution-icon li {
	float: none;
	margin-bottom: 31px;
	padding-left: 52px;
	padding-top: 0px;
	line-height: 36px;
}	
.support .solution-icon li::before {	
	left: 15px;
}
.support .desc {
	min-height: 100px;
}	
.support .desc img {
	display: inline-block;
}	
.support .desc h3 {
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	color: #2F28AC;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}
.support .desc p {
	font-weight: normal;
	font-size: 15px;
	line-height: 24px;
	margin-top: 10px;	
}	
.support .desc h3:before {
	content: "";
	width: 29px;
	height: 26px;
	display: inline-block;
	background: url('../img/support_icon.png') no-repeat;
	margin-right: 8px;
	margin-bottom: -7px;
}	

.form-bottom-wrap {
	padding-left: 5px;
	padding-right: 5px;
}	
.form-bottom {
	width: 100%;
	min-height: 250px;
	background: #FFFFFF;
	box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.25);
	border-radius: 6px;
	padding: 35px 40px 20px 40px;
}	
.modal .form-bottom {
	width: auto;
	padding: 0;
}	
.form-bottom span {
	display: block;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	color: #2F28AC;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	margin-bottom: 34px;
}	
.form-bottom label {
	font-weight: normal;
	font-size: 15px;
	line-height: 22px;
	color: #212121;
	margin-bottom: 5px;
	position: relative;
}	
.form-bottom sup {
	display: inline-block;
	margin-left: 0px;
	font-size: 15px;
	font-weight: 500;
	color: #FF0000;
	position: absolute;
	top: 1.1rem;
	margin-left: 4px;
}
.form-bottom input {
	width: 100%;
	border: 1px solid #C4C4C4;
	box-sizing: border-box;
	border-radius: 6px;
	padding: 1.2rem 1rem;
	margin-bottom: 20px;
}	
.form-bottom textarea {
	width: 101%;
	border: 1px solid #C4C4C4;
	box-sizing: border-box;
	border-radius: 6px;
	padding: 1.2rem 1rem;
	margin-bottom: 20px;
}	
.form-bottom p {
	font-weight: 300;
	font-size: 14px;
	line-height: 16px;
}
.form-bottom img {
	width: 103.5%;
	height: auto;
}
.form-bottom .btn, .form-bottom input[type="submit"] {
	width: 100%;
	margin-bottom: 8px;
	background: #FF7A00;
	border: 0.2rem solid #FF7A00;
	padding: 1rem 1.5rem;
	color: #fff;
	cursor: pointer;
}
.left-padding {
	padding-right: 10px;
}	
.right-padding {
	padding-left: 10px;
}	

.services-item {
	width: 100%;
	min-height: 286px;
	background: #EFEFEF;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
	border-radius: 6px;
	margin-bottom: 6.5rem;
	padding: 30px;	
}
.services-item span {
	display: block;
	margin: 0 auto;
	margin-top: 0px;
	padding-left: 25px;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	text-transform: uppercase;
	color: #2F28AC;
}
.services-item .sitem1:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url('../img/serv1.png') no-repeat;	
	background-size: cover;
	margin-bottom: -3px;
	margin-right: 10px;
}
.services-item .sitem2:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url('../img/serv2.png') no-repeat;	
	background-size: cover;
	margin-bottom: -3px;
	margin-right: 10px;
}
.services-item .sitem3:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url('../img/serv3.png') no-repeat;
	background-size: cover;
	margin-bottom: -3px;
	margin-right: 10px;
}

.services-item ul {
	display: block;		
	margin: 0 auto;
	margin-top: 14px;	
	padding: 0;
	margin-left: 53px;
	width: 98%;
}	
.services-item li {	
	position: relative;
	font-weight: normal;
	font-size: 15px;
	line-height: 28px;	
	list-style: none;
}	
.services-item li a {	
	text-decoration: none;
	font-size: 15px;
	line-height: 28px;	
	transition: .3s;
}	
.services-item li a:hover {	
	text-decoration: none;
	color: #FF7A00;
	font-weight: 500;
}
.services-item li::before {
	color: #2F28AC;
	content: "•";
	padding-right: 10px;
	font-size: 2.5rem;
	position: absolute;
	left: -1.7rem;
	top: 1%;
}
.services-work {
	min-height: 466px;	
	background: #FFFFFF;
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
	border-radius: 6px;
	margin-bottom: 80px;
	border: 2px solid transparent;	
	/* overflow: hidden; */
	transition: all 0.3s ease;	
}
.services-work span {
	position: relative;
	display: block;
	width: 101.2%;
	min-height: 122px;	
	background: #2F28AC;
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
	color: #fff;
	text-align: center;
	font-weight: 900;
	font-size: 55px;
	line-height: 64px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	padding-top: 29px;
	margin-left: -2px;
	margin-right: -2px;
	margin-top: -2px;
	transition: all 0.3s ease;
}
.services-work:hover {
	background: #FFFFFF;
	border: 2px solid #FF7A00;	
}
.services-work:hover span {
	background: #FF7A00;	
}
.services-work:hover span:after {
	border-color: #FF7A00 transparent transparent transparent;
}
.services-work span:after {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	bottom: -17px;
	right: 20%;
	border-style: solid;
	border-width: 17px 9px 0 9px;
	border-color: #2F28AC transparent transparent transparent;
	transition: all 0.3s ease;
}
.services-work b {
	display: block;
	margin: 0 auto;
	margin-top: 45px;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	text-transform: uppercase;
	color: #2F28AC;
}
.services-work .ser1, .services-work .ser2, .services-work .ser3 {	
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 auto;
	margin-top: 14px;	
	transition: all 0.3s ease;
}
.services-work .ser1 {	
	background: url('../img/ser1.png') no-repeat;	
}
.services-work:hover .ser1 {	
	background: url('../img/ser1_hover.png') no-repeat;
}
.services-work .ser2 {	
	background: url('../img/ser2.png') no-repeat;	
}
.services-work:hover .ser2 {	
	background: url('../img/ser2_hover.png') no-repeat;
}
.services-work .ser3 {	
	background: url('../img/ser3.png') no-repeat;	
}
.services-work:hover .ser3 {	
	background: url('../img/ser3_hover.png') no-repeat;
}

.services-work p {	
	display: block;
	margin: 0 auto;
	width: 176px;
	font-weight: normal;
	font-size: 15px;
	line-height: 24px;
	text-align: center;
	margin-top: 14px;
}

/* SMALL DISTANCE FOR BLOCKS */
.minix div.col-lg-4 {
	padding: 0rem 1rem 0;
}


/* CART */
.cart .solution-separate {
	margin-bottom: 15px;
}	
.cart .cart-status {
	display: inline-block;
	width: 140px;
	height: 20px;
	text-align: center;
	background: #FFF4B9;
	font-weight: 300;
	font-size: 15px;
	line-height: 18px;
}	
.cart table tr td:nth-child(1) {
	width: 2%;
}
.cart table .number {
	min-width: 2rem;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	color: #4D4C4C;
}
.cart table tr td:nth-child(2) {
	width: 57%;
}
.cart table tr td:nth-child(3) {
	width: 8.5%;	
}
.cart table tr td:nth-child(4) {
	width: 5%;
}
.cart table tr td:nth-child(5) {
	width: 16.5%;
}
.cart table tr td:nth-child(6) {
	width: 11%;
}

.cart th div {
	font-weight: 300;
	font-size: 15px;
	line-height: 18px;
}	
.cart td div {
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	color: #274BCA;
}	
.cart .count {
	position: relative;
}	
.cart td input {
	width: 75px;
	height: 30px;
	background: #FFFFFF;
	border: 1px solid #EDEDED;
	box-sizing: border-box;
	border-radius: 2px;
	padding: 0.5rem 1rem;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	color: #4D4C4C;
}	
.cart .plus {
	position: absolute;
	top: 11px;
	left: 70px;
	display: block;
	border-bottom: 0.9rem solid #ededed;
	border-left: 0.5rem solid transparent;
	border-right: 0.5rem solid transparent;
	/* border-bottom-color: #2f28ac; */
	margin-bottom: 0.1rem;
}
.cart .minus {
	position: absolute;
	top: 21px;
	left: 70px;
	display: block;
	border-top: 0.9rem solid #ededed;
	border-left: 0.5rem solid transparent;
	border-right: 0.5rem solid transparent;
	/* border-bottom-color: #2f28ac; */
	margin-bottom: 0.1rem;
}
.cart .plus:hover {
	border-bottom-color: #2f28ac;
}
.cart .minus:hover {
	border-top-color: #2f28ac;
}

.cart .price, .cart .hours {
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	color: #4D4C4C;
}	
.cart .remove {
	text-decoration: none;
	font-weight: normal;
	font-size: 15px;
	line-height: 18px;
	color: #2F28AC;
}	
.cart .remove img {
	display: inline-block;
	margin: 5px 0 -2px 2px;
}	
.cart table .btn {	
	margin-bottom: 8px;
	background: #FF7A00;
	border: 0.2rem solid #FF7A00;	
	min-width: 137px;
	max-width: 137px;
	padding: .3rem 0;
	font-weight: 300;
	font-size: 15px;
	line-height: 18px;
	margin-top: 6px;
}
.cart .summa {
	text-align: right;
}
.cart .summa span {
	display: inline-block;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	color: #274BCA;
	margin-right: 12px;	
}


/* MODALS	 */
.modal {
  background: #fff;
  width: 100%;
  max-width: 600px;
  padding: 40px;
  display: none;
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
}
.modal__title {
	display: block;
	width: 100%;
	text-align: center;
	font-weight: 500;
	margin: 0px auto 32px auto;
	font-size: 18px;
	line-height: 21px;
	color: #2F28AC;
}
b.modal__title {
	margin-top: -20px;
}
.modal p {  
	margin: 0px;
	font-weight: 300;
	font-size: 14px;
	line-height: 16px;
	color: #262626;
}
.modal .form-action {
  white-space: normal;
  text-align: center;
  margin: 30px 0 0;
}
.modal .personal-data {
  display: block;
  margin: 20px 0 0;
}
.modal .form-bottom {
	min-height: 150px;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.modal .form-bottom .btn {
	min-width: 100px;
}	
.file-input-added {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #5D5D64;
  display: table;
  margin: -33px 0 50px auto;
  cursor: pointer;
}
.fancybox-slide--html .fancybox-close-small {
  top: 15px;
  right: 25px;
}


/* FILTER */
.bx-filter .bx-ui-slider-track-container {
	padding-top: 20px;
	padding-bottom: 25px;
}
.bx-filter.bx-blue .bx-filter-section {
	background: transparent;
}
.bx-filter .bx-filter-parameters-box-title {
	display: none;
}
.bx-filter .bx-ui-slider-part.p2 span, .bx-filter .bx-ui-slider-part.p3 span, .bx-filter .bx-ui-slider-part.p4 span {
	display: none;
}
.bx-filter .bx-ui-slider-part span {
	display: none;
}
.bx-filter .bx-ui-slider-part.p1, .bx-filter .bx-ui-slider-part.p2, .bx-filter .bx-ui-slider-part.p3, .bx-filter .bx-ui-slider-part.p4, .bx-filter .bx-ui-slider-part.p5  {
	display: none;
}
.bx-filter .bx-ui-slider-track {	
	height: 10px;
}
.bx-filter.bx-blue .bx-ui-slider-pricebar-v {
	background: #3322AB;
	border-radius: 23px;
}
.bx-filter.bx-blue .bx-ui-slider-pricebar-vn {
	background: #EFEFEF;
}	
.bx-filter.bx-blue .bx-ui-slider-handle.right {
	
}	
.bx-ui-slider-handle {
	
}	
.bx-filter-parameters-box-container-block.bx-left {
	position: relative;
}	
.bx-filter-parameters-box-container-block.bx-left:before {
	content: "от";
	position: absolute;
	left: -6px;
	bottom: 2px;
	font-size: 14px;
}	
.bx-ft-sub {
	display: none!important;
}	
.bx-filter-parameters-box-container-block.bx-right:before {
	content: "до";
	position: absolute;
	left: 5px;
	bottom: 2px;
	font-size: 14px;
}	
.cost_lab {
	font-weight: 700;
	text-align: left;
	font-size: 14px;
	margin: 0 0 8px -24px;
}
.bx-filter .bx-filter-input-container input {
	display: block;
	width: 105%;
	font-size: 16px;
	height: 29px;
	margin: 0;
	padding: 4px 5px;
	border: 1px solid #eee;
	border-radius: 2px;
	background: #fff;
	outline: 0;
}
#arrFilter_P1_MAX {
	margin-left: 14px;
}	
.bx-filter-button-box, .bx-filter-popup-result {
	display: none!important;
}
	


.product-item-button-container a {
	min-width: 5rem;
	width: 110px;
	height: 30px;
	padding: 0;
	margin-top: 9px;
	font-size: 1.5rem;	
	line-height: 1.7;
	color: #fff;
}

.pagination {
	display:none;
}

.bx-authform {
	margin: 0 0 25px;
	max-width: 500px;
	margin: 0 auto;
}
.bx-authform label > span {
	float: none;
	margin-right: 7px;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s;
	padding-top: 0px;
	display: inline-block;
}

#cart_line {
	position: absolute;
	top: -1px;
	right: -1px;	
}	
#cart_line .cart-num {
	padding: 1px 8px;
    background: #ffb444;
    color: #fff;
    font-weight: 500;
    border-radius: 50%;
    border: 1px solid rgba(227,233,234,.95);
    font-size: 10px;
}	


#basket-root {
	border: 1px solid #2F28AC;
	border-radius: 6px;
}	

.basket-checkout-container {
	margin-bottom: 20px;
	padding: 0px 25px;
	border: 0px solid #e2dfdf;
	border-radius: 0px;
	max-height: 50px;
}
.basket-items-list {	
	padding: 0px;
}
.basket-items-list-item-container td {
	padding: 5px 0px;
	margin: 0;
}	
.basket-items-list-item-descriptions {	
	vertical-align: middle;
}
.basket-item-block-image, .basket-item-price-title, .basket-item-amount-field-description, .basket-checkout-block-total-title {
	display: none!important;
}	
.basket-items-list-item-remove {
	/* min-height: 47px; */
}	
.basket-item-block-price {	
	padding-top: 3px;
	text-align: right;
	white-space: nowrap;	
}
.basket-item-block-info {	
	padding-left: 20px;
}
.basket-item-amount-btn-plus, .basket-item-amount-btn-minus {	
	margin-top: 1px;
}
.basket-item-info-name, .basket-item-info-name-link {
	margin: 0;
	padding: 0 20px 0 0;	
	text-decoration: none;
	word-break: break-all;
	word-break: break-word;
	font-size: 15px;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	color: #274bca;
}
.basket-items-list-wrapper, .basket-items-list-wrapper-compact {
	border: 0px solid #e2dfdf;
}
.basket-items-list-header {	
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.basket-item-block-actions {	
	/* margin-top: -7px; */
	/* padding-bottom: 5px; */
	width: 120px;
	text-align: center;
	opacity: 1;
}
.basket-item-price-current-text {	
	font-size: 16px;
}
.basket-items-list-item-amount {	
	padding-top: 0px;
	vertical-align: middle;
}
.basket-item-amount-filed, .basket-item-block-amount.disabled .basket-item-amount-filed:hover {
	padding: 0;
	width: 60px;
	height: 28px;
	outline: 0;
	border: 1px solid #e4e4e4;
	border-radius: 1px;
	vertical-align: middle;
	text-align: center;
	font-size: 15px;
	
}
.basket-coupon-block-total-price-current {
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	color: #274BCA;
	margin-top: 6px;
}
.basket-checkout-section-inner {
	justify-content: none!important;
}	
.basket-checkout-block-btn button {
	margin-bottom: 8px;
	background: #FF7A00;
	border: 0.2rem solid #FF7A00;
	min-width: 137px;
	max-width: 137px;
	padding: .3rem 0;
	font-weight: 300;
	font-size: 15px;
	line-height: 18px;
	margin-top: 6px;
}	
.basket-items-search-field .form-control {
	z-index: 1;
	padding: 3px 8px;
	border: 1px solid #eee;
	border-radius: 4px;
	width: 93%;
	margin-left: -10px;
}

.basket-item-block-actions .remove {
	cursor: pointer;
	text-decoration: none;
	font-weight: normal;
	font-size: 15px;
	line-height: 18px;
	color: #2F28AC;
	display: block;
	margin-top: -8px;
}	
.basket-item-block-actions .remove:after {
	display: inline-block;
	content: "";
	width: 14px;
	height: 14px;
	background: url('../img/cart_remove.png');
	margin: 4px 3px -2px 5px;
}	
.cart-status {
	display: inline-block;
	width: 140px;
	height: 20px;
	text-align: center;
	background: #FFF4B9;
	font-weight: 300;
	font-size: 15px;
	line-height: 18px;
}	
.icon-warning {	
	left: 30px;
	top: 25px;
}	
.reiting-cnt {
	display: none;
}	
.filtered {
	display: none;
}	
.tablesorter-pager img {
	display: inline-block;
}	

.search-page .stitle {
	font-size: 18px;
	display: inline-block;
	margin-top: 10px;
}	
.search-page hr {
	display: block;
	margin-top: 10px;
	color: #eee;
}	
.group-list .active {
	font-weight: 500;
	color: #2F28AC;
}	

.errortext {
	display: inline-block;
	margin-bottom: 7px;
}	
font.notetext {
	color: green;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 20px;
	line-height: 11px;
	margin-bottom: 24px;
	font-weight: 400;
}

.solution-item input[type="submit"] {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #fff;
  text-decoration: none;
  background: #2f28ac;
  border: 0.2rem solid #2f28ac;
  border-radius: 0.5rem;
  padding: 1rem 1.5rem;
  cursor: pointer;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  min-width: 26.5rem;
  font-weight: 300;
  padding: 2px 0;
}

tfoot .table-separate {
	padding-left: 7px;
}	


.service-icons .solution-icon li {	
	
}	
.service-icons .solution-icon li::before {	
	left: -5px;	
	top: -10px;
}	
.service-icons .solution-icon li:nth-child(3):before {
	left: -5px!important;
    top: -2px!important;
}
.service-icons.var-2 li:nth-child(3):before {	
    top: -2px!important;
}
.service-icons.var-2 li:before {	
    top: 0px!important;
}
.var-1 {
	margin: 6rem 0 -2rem 0;
}	
.var-2 {
	margin: 5rem 0 -5rem 7rem;
}	

.services-content {
	margin: -30px 0 0px 0;	
}	
.services-content p {
	font-size: 18px;
}	
.services-content ul, .services-content ol {
	font-size: 17px;
	margin-left: 30px;
}	
.services-content li {
	margin: 4px 0;
}	



.demo_list span {
	text-align: center;
	display: block;
}
.demo_list p {
	
}
.demo_item {
	border: 1px solid #eee;
	border-radius: 6px;
	padding: 10px;
	min-height: 435px;
	margin-bottom: 28px;
}

.popup-window-content img {
	float: left;
}	
.popup-window-content p {
	padding-top: 16%;
}	
	
.pr-item {
	margin-top: 15px;
}	
.pr-item img {
	display: inline-block;
	margin-top: 17px;
}	
.pr-item h3 {
	font-size: 20px;
	font-weight: 500;
}	
.pr-item p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	color: #777;
}	


.bx-soa-more button {
	margin-right: 10px;
}	
.bx-selected .bx-soa-coupon-label {
	padding-top: 7px;
	padding-bottom: 10px;
}


#orderDescription {
	width: 269px;
}	


.ser-list {
	font-size: 16px;
}	


#paysystem-yandex-form div {
	display: block!important;
	width: 100%;
	padding: 20px 0;
}

.addok {
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: #fff;
	background: green;
	margin: -20px 0 30px 0;
}

.list-advantages a {
	cursor: default;
}

	
.pagins {
	width: 100%;	
}
.pagins div {	
	margin: 0 auto;
}

.prod_link {
	text-decoration: none;
}

.bx_soa_location .form-check {
	width: 45%;
	float: left;
}	
.bx-soa-location-input-container .form-check:last-child {
	margin-bottom: 30px;
}	
.bx_soa_location .form-check input {
	float: left;
	display: inline-block;
	margin: 3px 7px;
}	
	
.cat_links {
	list-style: none;
	line-height: 2rem!important;	
}	
.cat_links li {
	list-style: none;
	line-height: 2rem!important;
	font-size: 16px;
	margin: 10px 0;
}	
	

.sale-personal-section-index-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 15px 0;
	padding: 0;
	height: auto;
	border-radius: 3px;
	background-size: cover;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	opacity: 1;
	transition: all .3s;
	justify-content: space-around;
	background-color: var(--theme-color-primary,#51cbce);
	
	background: #2f28ac;
	border: 0.2rem solid #2f28ac;
	border-radius: 0.5rem;
}
.sale-personal-section-index-block:hover {
	opacity: .85;
}	

.sale-personal-section-index-block-link, .sale-personal-section-index-block-link:hover, .sale-personal-section-index-block-link:active, .sale-personal-section-index-block-link:focus, .sale-personal-section-index-block-link:visited {
	display: block;
	padding: 8px 5px;
	width: 100%;
	color: #fff;
	text-decoration: none;
}


#bx-soa-properties input, #bx-soa-properties textarea {
	width: 60%;
}	

	
	