input {
  line-height: normal;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}
input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

.btn {
  background: #ff8721;
  border-radius: 50px;
  height: 76px;
  font-size: 21px;
  color: #fff;
}

.product-page-title h2 {
  margin-bottom: unset;
}
.product-page-title .order-btn {
  margin: 20px 0;
}

.alert-fields {
  text-align: center;
  margin-top: 20px;
  display: none;
}

a.btn {
  display: flex;
  align-items: center;
  max-width: 200px;
  justify-content: center;
  font-size: 25px;
  font-weight: 500;
  max-height: 60px;
}

.checkb__input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
}
.checkb__input + i {
  display: block;
  width: 24px;
  height: 24px;
  background: #fff;
}
.checkb__input + i:after {
  display: block;
  content: "";
  background: url(/wp-content/themes/satec/assets/imeges/check.svg) no-repeat;
  width: 21px;
  height: 16px;
  position: absolute;
  left: 2px;
  top: 4px;
  opacity: 1;
  transition: opacity 0.3s;
}
.checkb__input:checked + i:after {
  opacity: 0;
}

.input {
  width: 100%;
  height: 56px;
  border: 1px solid #fff;
  background: #fff;
  padding: 0 15px;
  font-size: 18px;
  color: #000;
}
.input.error {
  border-color: #ec0303;
}
.input::-webkit-input-placeholder, .input:-moz-placeholder, .input::-moz-placeholder, .input:-ms-input-placeholder {
  color: #b1b1b1;
}

/*.header {
//  position: fixed;
//  left: 0;
//  top: 0;
//  width: 100%;
//  z-index: 250;
//  transition: background .3s;
//
//  &.fix {
//    background: rgba(232, 234, 238, 0.95);
//  }
//
//  .wrapper {
//    height: 94px;
//    display: flex;
//    align-items: center;
//  }
//
//  .logo {
//    width: 19.13%;
//  }
//
//  .menu {
//    position: relative;
//
//    ul {
//      display: flex;
//
//      li {
//        margin-right: 35px;
//
//        &:last-child {
//          margin-right: 0;
//        }
//
//        a {
//          display: block;
//          font-weight: 500;
//          font-size: 18px;
//          color: #000;
//          text-transform: uppercase;
//          text-decoration: none;
//        }
//      }
//    }
//  }
//
//  .phone {
//    margin-left: auto;
//    font-size: 18px;
//
//    a {
//      color: #000;
//      text-decoration: none;
//    }
//  }
//
//  .mail {
//    margin-left: 25px;
//
//    a {
//      display: block;
//      width: 24px;
//      height: 24px;
//      background: #ff8721 url(../img/email_ico.svg) 50% no-repeat;
//      border-radius: 50%;
//    }
//  }
//
//  .menu-bt {
//    width: 24px;
//    height: 18px;
//    padding-top: 8px;
//    cursor: pointer;
//    display: none;
//    margin-left: 15px;
//
//    span {
//      display: block;
//      width: 100%;
//      height: 2px;
//      background: #ff8721;
//      transition: background .2s ease-in-out;
//      position: relative;
//      border-radius: 2px;
//
//      &:before {
//        position: absolute;
//        right: 0;
//        top: -8px;
//        display: block;
//        content: '';
//        width: 100%;
//        height: 2px;
//        background: #ff8721;
//        border-radius: 2px;
//        transition: all .2s ease-in-out;
//      }
//
//      &:after {
//        position: absolute;
//        right: 0;
//        top: -8px;
//        display: block;
//        content: '';
//        width: 100%;
//        height: 2px;
//        background: #ff8721;
//        border-radius: 2px;
//        transition: all .2s ease-in-out;
//        top: 8px;
//      }
//    }
//  }
//
//  &.show_menu .menu-bt span {
//    background: transparent;
//
//    &:before {
//      transform: rotate(45deg);
//      top: 0;
//    }
//
//    &:after {
//      transform: rotate(-45deg);
//      top: 0;
//    }
//  }
//}

 */
.wi-app {
  min-width: 320px;
  padding: 72px 0 73px;
  margin-top: 120px;
  background: #efeef0;
  text-align: center;
}
.wi-app .icon {
  margin-bottom: 35px;
}
.wi-app .text {
  max-width: 1070px;
  margin: 30px auto 0;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
}
.wi-app .bt {
  margin-top: 50px;
  text-align: center;
}
.wi-app .bt a {
  width: 273px;
}

.wi-q {
  min-width: 320px;
  padding: 70px 0 98px;
  background: #efeef0;
  margin-top: 127px;
  text-align: center;
}
.wi-q .icon {
  margin-bottom: 25px;
}
.wi-q .form {
  position: relative;
  max-width: 742px;
  margin: 46px auto 0;
}
.wi-q .inp {
  display: flex;
  justify-content: space-between;
}
.wi-q .inp input[type=text] {
  width: 48.1%;
}
.wi-q .msg {
  margin-top: 25px;
}
.wi-q .warning {
  margin-top: 36px;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  color: #ec0303;
}
.wi-q .bt {
  margin-top: 36px;
}
.wi-q .bt button {
  width: 213px;
}
.wi-q .pp {
  margin-top: 26px;
  font-size: 12px;
  font-weight: 300;
  line-height: 21px;
}
.wi-q .pp a {
  color: #f58220;
  text-decoration: none;
}
.wi-q .thank {
  position: relative;
  padding: 0 15px;
  height: 557px;
  background: #e5e3e8;
}
.wi-q .thank .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
}
.wi-q .thank .title {
  font-weight: 300;
  font-size: 36px;
  line-height: 49px;
  font-family: "Open Sans", sans-serif;
}
.wi-q .thank .text {
  margin-top: 17px;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
}

.topb {
  position: relative;
  margin-top: 13px;
  margin-bottom: 34px;
}
.topb .content {
  position: relative;
  padding-right: 230px;
}
.topb ul.breadcrumbs {
  margin-top: 11px;
}
.topb .search {
  position: absolute;
  right: 0;
  top: 2px;
  width: 215px;
  transition: width 0.3s;
}
.topb .search input[type=text] {
  width: 100%;
  height: 42px;
  border: 1px solid #e6e6e6;
  background: #fff;
  padding: 0 13px;
  transition: height 0.3s;
  font-size: 18px;
  color: #000;
}
.topb .search ::-webkit-input-placeholder, .topb .search :-moz-placeholder, .topb .search ::-moz-placeholder, .topb .search :-ms-input-placeholder {
  color: #b1b1b1;
}
.topb .search button {
  width: 42px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../img/search-ic.svg) center center no-repeat;
  padding: 0;
  border: 0;
}
.topb .search .open {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: transparent;
  cursor: pointer;
}
.topb .search .close {
  display: none;
  width: 42px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../img/close-ic.svg) center center no-repeat;
  cursor: pointer;
}
.topb .search.active {
  width: 100%;
}
.topb .search.active input[type=text] {
  height: 52px;
}
.topb .search.active button, .topb .search.active .open {
  display: none;
}
.topb .search.active .close {
  display: block;
}

.body {
  position: relative;
  min-width: 320px;
  padding-top: 34px;
  padding-bottom: 110px;
  background: #fff;
}
.body.no-bg {
  background: none;
}

.tabs .title:after {
  display: none;
}
.tabs ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -22px;
}
.tabs li {
  margin: 28px 22px 0;
}
.tabs li a {
  position: relative;
  display: block;
  padding-bottom: 12px;
  font-size: 18px;
  color: #a5a5a5;
  text-decoration: none;
}
.tabs li a:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: #ff8721;
  opacity: 0;
  transition: opacity 0.3s;
}
.tabs li.active a {
  color: #000;
}
.tabs li.active a:after {
  opacity: 1;
}

.doc-list {
  margin-top: 43px;
}
.doc-list .item {
  border-bottom: 2px solid #f4f3f5;
}
.doc-list .item.show {
  border-color: transparent;
}
.doc-list .item .title {
  position: relative;
  cursor: pointer;
  padding: 23px 30px 23px 0;
  font-size: 24px;
  color: #f58220;
  font-family: "Open Sans", sans-serif;
}
.doc-list .item .title:after {
  display: block;
  content: "";
  background: url(../img/arrow-down.svg) no-repeat;
  width: 22px;
  height: 13px;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
  transition: transform 0.3s;
}
.doc-list .item.show .title:after {
  transform: rotate(-180deg);
}
.doc-list .item ul {
  display: none;
}
.doc-list .item li {
  margin-top: 2px;
}
.doc-list .item li:first-child {
  margin-top: 0;
}
.doc-list .item li a {
  display: flex;
  align-items: center;
  height: 66px;
  background: #efeef0;
  padding: 0 17px 0 23px;
  text-decoration: none;
  color: #000;
  font-size: 16px;
}
.doc-list .item li a .text {
  display: block;
  padding-right: 10px;
}
.doc-list .item li a .size {
  display: block;
  margin-left: auto;
  width: 90px;
  flex-shrink: 0;
  color: #a3a3a3;
  text-align: right;
}
.doc-list .item li a .type {
  display: block;
  margin-left: 16px;
  width: 50px;
  flex-shrink: 0;
  color: #ff8721;
}
.doc-list .item li a .arr {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  background: #ff8721;
  border-radius: 50%;
}
.doc-list .item li a .arr:after {
  display: block;
  content: "";
  background: url(../img/arrow-down-2-white.svg) no-repeat;
  width: 10px;
  height: 15px;
  filter: contrast(160%);
}

.prod-f {
  position: relative;
  margin-top: 12px;
}
.prod-f .subtitle {
  font-weight: 300;
  font-size: 27px;
  line-height: 34px;
}
.prod-f .reset {
  position: absolute;
  right: 0;
  top: 11px;
}
.prod-f .reset a {
  position: relative;
  padding-right: 51px;
  color: #9c9c9c;
  text-decoration: none;
}
.prod-f .reset a:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -18px;
  background: #ff8721 url(../img/refresh.svg) 8px center no-repeat;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.prod-f .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 8px -7.5px 0;
}
.prod-f .item {
  margin: 17px 7px 0;
  min-width: 200px;
}
.prod-f .item:last-child {
  margin-right: 0;
}
.prod-f .item .ui-selectmenu-text {
  margin-right: 50px;
}
.prod-f .item .jq-selectbox__select {
  padding-right: 50px;
}

.prod-item .title {
  font-weight: 300;
  font-size: 32px;
  line-height: 44px;
  font-family: "Open Sans", sans-serif;
}
.prod-item .title a {
  color: #000;
  text-decoration: none;
}
.prod-item .img {
  margin: 13px 0 0 22px;
}
.prod-item .img a {
  display: flex;
  align-items: center;
  height: 300px;
}
.prod-item .img a img {
  max-width: 100%;
  max-height: 100%;
}
.prod-item .text {
  margin-top: 20px;
  color: #414141;
  line-height: 21px;
  font-size: 14px;
}
.prod-item .text p {
  margin-bottom: 8px;
}
.prod-item .text > *:last-child {
  margin-bottom: 0;
}
.prod-item .text ul li {
  position: relative;
  padding-left: 20px;
  margin-top: 8px;
}
.prod-item .text ul li:first-child {
  margin-top: 0;
}
.prod-item .text ul li:after {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #ff8721;
  position: absolute;
  left: 0;
  top: 6px;
}
.prod-item .bt {
  margin-top: 19px;
}

.prod-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1000px;
  margin-top: -26px;
}
.prod-list .prod-item {
  width: 40%;
  margin-top: 80px;
}

.prod-detail {
  display: flex;
  align-items: center;
}
.prod-detail .img {
  width: 52%;
  min-height: 450px;
  max-width: 598px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
.prod-detail .img img {
  max-width: 100%;
  display: block;
  width: 100%;
}
.prod-detail .entry {
  width: 48%;
}
.prod-detail .text {
  max-width: 480px;
  font-weight: 300;
  font-size: 21px;
  line-height: 31px;
}
.prod-detail .text p {
  margin: 0 0 8px;
}
.prod-detail .text p:last-child {
  margin-bottom: 0;
}
.prod-detail .bt {
  margin-top: 53px;
}
.prod-detail .bt a {
  max-width: 292px;
  padding: 0;
  display: block;
}
.prod-detail .bt a:before {
  position: relative;
  top: 5px;
  display: inline-block;
  vertical-align: baseline;
  content: "";
  background: url(../img/mixer.svg) no-repeat;
  width: 26px;
  height: 25px;
  margin-right: 21px;
}

.prod-tabs {
  position: relative;
  padding-top: 14px;
  margin-top: 27px;
}
.prod-tabs:after {
  display: block;
  content: "";
  position: absolute;
  left: -9999px;
  right: -9999px;
  top: 0;
  height: 2px;
  background: #f4f3f5;
}

/*
.prod-tabs ul {
    justify-content: space-between;
}
*/
.prod-tabs-box {
  margin-top: 57px;
}
.prod-tabs-box .block .config .wrap .config_content .row.additional-modules {
  margin-top: 20px;
}

.prod-conf .block {
  background: #efeef0;
  padding: 38px 48px 62px;
  margin-top: 26px;
}
.prod-conf .item {
  margin-top: 49px;
}
.prod-conf .level {
  position: relative;
  font-size: 21px;
  line-height: 31px;
}
.prod-conf .level span {
  color: #ff8721;
  font-weight: 700;
}
.prod-conf .level i.help {
  width: 29px;
  height: 29px;
  border: 2px solid #adaab0;
  position: absolute;
  right: 0;
  top: 3px;
  border-radius: 50%;
  padding: 4px 0 0 1px;
  cursor: default;
  font-style: normal;
  font-size: 18px;
  font-weight: 700;
  color: #adaab0;
  text-align: center;
  line-height: 1;
}
.prod-conf .level.with-tooltip {
  padding-right: 40px;
}
.prod-conf .dopmodul {
  margin: 20px 0;
}
.prod-conf .value {
  margin-top: 14px;
}
.prod-conf .value .i {
  margin-top: 32px;
}
.prod-conf .value .i:first-child {
  margin-top: 0;
}
.prod-conf .ui-selectmenu-button.ui-button, .prod-conf .jq-selectbox__select {
  height: 64px;
  line-height: 62px;
  font-size: 24px;
  color: #949494;
  font-weight: 400;
}
.prod-conf .ui-selectmenu-icon.ui-icon:after, .prod-conf .jq-selectbox__trigger-arrow {
  width: 22px;
  height: 14px;
}
.prod-conf .row {
  display: flex;
  justify-content: space-between;
}
.prod-conf .row .item {
  width: 48.113%;
}
@media (max-width: 600px) {
  .prod-conf .row .item {
    width: 100%;
  }
}
.prod-conf .row .item.modules {
  width: 100%;
}
.prod-conf .list {
  margin-top: 33px;
}
.prod-conf .list .i {
  position: relative;
  padding-left: 48px;
  display: flex;
  align-items: center;
  margin-top: 32px;
}
.prod-conf .list .i:first-child {
  margin-top: 0;
}
.prod-conf .list .checkb {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
}
.prod-conf .list .text {
  width: 61.63%;
  font-size: 24px;
}
.prod-conf .list div.sel {
  width: 33.797%;
  margin-left: auto;
  flex: 0 0 33.797%;
}
.prod-conf .out {
  margin-top: 65px;
}
.prod-conf .out .i {
  margin-top: 18px;
  text-align: center;
}
.prod-conf .out .l {
  font-size: 18px;
  color: #949494;
  line-height: 27px;
}
.prod-conf .out .v {
  font-size: 36px;
  font-weight: 300;
  line-height: 54px;
}
.prod-conf .get {
  margin-top: 48px;
}
.prod-conf .get a {
  max-width: 205px;
  margin: auto;
  background: #ff8721;
  border-radius: 50px;
  height: 76px;
  font-size: 21px;
  color: #fff;
}
.prod-conf .bt {
  display: flex;
  justify-content: space-around;
  margin-top: 62px;
  flex-wrap: wrap;
}
.prod-conf .bt a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 49.5%;
  min-width: 300px;
  height: 76px;
  margin-right: 2.75%;
  margin-bottom: 20px;
  border: 1px solid #ff8721;
  border-radius: 60px;
  padding-right: 10px;
  text-decoration: none;
  font-size: 18px;
  line-height: 21px;
  color: #292929;
}
.prod-conf .bt a:nth-child(3n+3) {
  margin-right: 0;
}
.prod-conf .bt a .ic {
  flex: 0 0 90px;
  text-align: center;
}
.prod-conf .block > *:first-child {
  margin-top: 0;
}
.prod-conf .block > *:first-child .item {
  margin-top: 0;
  margin-bottom: 20px;
}

.prod-order {
  margin-top: 100px;
}
.prod-order a {
  display: block;
  max-width: 292px;
  padding: 0;
  margin: auto;
}
.prod-order a:before {
  position: relative;
  top: 5px;
  display: inline-block;
  vertical-align: baseline;
  content: "";
  background: url(../img/mixer.svg) no-repeat;
  width: 26px;
  height: 25px;
  margin-right: 21px;
}

.prod-char .text {
  margin-top: 35px;
}

.prod-doc .doc-list {
  margin-top: 25px;
}

.sol-cat {
  padding-top: 11px;
}
.sol-cat .subtitle {
  font-weight: 300;
  font-size: 27px;
  line-height: 34px;
}
.sol-cat .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -4px;
}
.sol-cat .item {
  width: 48.348%;
  margin-top: 70px;
}
.sol-cat .item a {
  position: relative;
  display: block;
  padding: 22px 29px 0;
  background: #000;
  height: 300px;
  color: #fff;
  text-decoration: none;
}
.sol-cat .item a .bg {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.sol-cat .item a .bg:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(48, 47, 64, 0.8), rgba(48, 47, 64, 0.8));
}
.sol-cat .item a .title {
  display: block;
  position: relative;
  padding-right: 250px;
  font-size: 27px;
  line-height: 37px;
  font-family: "Open Sans", sans-serif;
}
.sol-cat .item a .bt {
  display: block;
  position: absolute;
  left: 29px;
  bottom: 29px;
}
.sol-cat .item a .icon {
  display: block;
  position: absolute;
  right: 47px;
  bottom: 36px;
}

.sol-top {
  position: relative;
  padding: 8px 230px 0 0;
}
.sol-top .bt {
  position: absolute;
  right: 0;
  top: 23px;
}
.sol-top .bt a {
  width: 186px;
  padding: 0;
}

.sol-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -21px;
}
.sol-list .item {
  position: relative;
  width: 48.348%;
  margin-top: 86px;
}
.sol-list .item .img {
  position: relative;
}
.sol-list .item .img a {
  display: block;
}
.sol-list .item .img span {
  display: block;
  position: absolute;
  left: 20px;
  top: 20px;
  background: #494858;
  padding: 0 10px;
  height: 26px;
  line-height: 26px;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #fff;
}
.sol-list .item .img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.sol-list .item .logo {
  position: absolute;
  left: 20px;
  top: 24px;
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: #fff;
}
.sol-list .item .logo img {
  max-width: 130px;
  max-height: 100%;
  width: 100%;
}
.sol-list .item .title {
  margin-top: 20px;
  font-weight: 300;
  font-size: 27px;
  line-height: 37px;
  font-family: "Open Sans", sans-serif;
}
.sol-list .item .title a {
  color: #000;
  text-decoration: none;
}
.sol-list .item .text {
  margin-top: 18px;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
}
.sol-list .item .bt {
  margin-top: 17px;
}

.sol-detail {
  display: flex;
  padding-top: 36px;
}

.sol-content {
  width: 100%;
  padding-right: 70px;
}

.sol-sidebar {
  flex: 0 0 280px;
  width: 280px;
}

.sol-imgs {
  display: flex;
  flex-wrap: wrap;
}
.sol-imgs .item:nth-child(3n+3) {
  margin-right: 0;
}

.sol-prod {
  background: #efeef0;
  padding: 24px 25px 35px;
}
.sol-prod .subtitle {
  color: #f58220;
  font-size: 21px;
  line-height: 30px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
}
.sol-prod .block {
  margin-top: 27px;
}
.sol-prod .item {
  border-top: 1px solid #ced1da;
  margin-top: 33px;
  padding-top: 26px;
}
.sol-prod .item:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
.sol-prod .item a {
  display: block;
  text-decoration: none;
  color: #414141;
}
.sol-prod .item a .img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 210px;
}
.sol-prod .item a .img img {
  max-width: 100%;
  max-height: 100%;
}
.sol-prod .item a .title {
  display: block;
  margin-top: 24px;
  font-weight: 300;
}

.contact-tabs {
  padding-top: 13px;
}

.contact-box {
  margin-top: 44px;
}
.contact-box ul {
  margin-top: 31px;
}
.contact-box li {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.contact-box li .ic {
  flex: 0 0 30px;
}
.contact-box li .tx {
  font-weight: 300;
  font-size: 18px;
  line-height: 23px;
}
.contact-box li .tx a {
  color: #000;
  text-decoration: none;
}

.contact-map {
  min-width: 320px;
  height: 595px;
  margin-top: 63px;
}

.search-box {
  position: relative;
  padding-right: 167px;
  margin-top: 30px;
}
.search-box .field {
  position: relative;
}
.search-box .field:before {
  display: block;
  content: "";
  background: url(../img/search-ic2.svg) no-repeat;
  width: 14px;
  height: 15px;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -7px;
}
.search-box input[type=text] {
  width: 100%;
  height: 54px;
  padding: 0 40px 0 50px;
  border: 1px solid #e6e6e6;
  font-size: 21px;
  color: #626262;
}
.search-box .close {
  background: url(../img/close-ic.svg) no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -8px;
  cursor: pointer;
}
.search-box .bt {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -30px;
}
.search-box .bt button {
  width: 133px;
}

.search-top {
  position: relative;
  margin-top: 63px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.search-sort {
  position: relative;
  width: 215px;
  z-index: 99;
}
.search-sort .level {
  position: relative;
  padding: 0 15px;
  height: 42px;
  line-height: 40px;
  border: 1px solid #e6e6e6;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
}
.search-sort .level:after {
  transition: transform 0.3s;
  display: block;
  content: "";
  background: url(../img/select-arr.svg) no-repeat;
  width: 12px;
  height: 8px;
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -4px;
}
.search-sort.show .level:after {
  transform: rotate(-180deg);
}
.search-sort .value {
  background: #fff;
  padding: 12px 0;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.07);
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  display: none;
}
.search-sort .value a {
  display: block;
  padding: 6px 16px;
  font-size: 14px;
  line-height: 21px;
  color: #000;
  text-decoration: none;
}

.search-res {
  margin-top: 40px;
}
.search-res .item {
  border-top: 2px solid #eaeaea;
  margin-top: 35px;
  padding-top: 20px;
}
.search-res .item:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
.search-res .item .title {
  font-size: 21px;
  line-height: 31px;
}
.search-res .item .title a {
  color: #000;
  text-decoration: none;
}
.search-res .item .text {
  margin-top: 7px;
  line-height: 27px;
  font-weight: 300;
  font-size: 18px;
}
.search-res .item .date {
  margin-top: 6px;
  font-size: 11px;
  line-height: 16px;
}
.search-res .item .date span {
  color: #ff8721;
}
.search-res .item .cat {
  margin-top: 9px;
  font-size: 11px;
  line-height: 16px;
  color: #777;
}
.search-res .item .cat span {
  color: #ff8721;
}
.search-res .item .cat span:last-child {
  color: #000;
}
.search-res .item .cat a {
  color: #777;
  text-decoration: none;
}

.pages {
  display: flex;
  margin: 80px -15px 0;
  font-size: 18px;
  line-height: 29px;
}
.pages a {
  display: block;
  padding: 0 15px;
  color: #777;
  text-decoration: none;
}
.pages a.active {
  color: #ff8721;
}
.pages span {
  margin: 0 15px;
}

.footer {
  min-width: 320px;
  padding: 60px 0 70px;
  background: #302f40;
  color: #fff;
}
.footer .menu {
  display: flex;
}
.footer .menu .item {
  width: 100%;
  padding-right: 50px;
}
.footer .menu .item:last-child {
  padding-right: 0;
}
.footer .menu .title {
  position: relative;
  height: 56px;
  font-size: 24px;
  font-weight: 300;
  color: #ff8721;
  line-height: 28px;
}
.footer .menu ul {
  margin-top: 28px;
  line-height: 21px;
}
.footer .menu li {
  margin-top: 12px;
}
.footer .menu li:first-child {
  margin-top: 0;
}
.footer .menu li a {
  display: inline-block;
  vertical-align: top;
  color: #cbcbcb;
  text-decoration: none;
}
.footer .bot {
  display: flex;
  margin-top: 53px;
}
.footer .logo {
  width: 25.83%;
  margin-top: 7px;
}
.footer .basic {
  width: 50%;
  font-size: 14px;
  line-height: 21px;
}
.footer .ctt {
  margin-top: 6px;
}
.footer .ctt a.phone {
  color: #fff;
  text-decoration: none;
}
.footer .ctt a.mail {
  color: #ff8721;
  text-decoration: none;
}
.footer .lnk {
  width: 22.434%;
  margin-left: auto;
  font-size: 14px;
  line-height: 21px;
}
.footer .lnk p {
  margin-top: 6px;
}
.footer .lnk p:first-child {
  margin-top: 0;
}
.footer .lnk a {
  display: inline-block;
  vertical-align: top;
  color: #8a8a8a;
  text-decoration: none;
}

.modal-close {
  cursor: pointer;
  background: url(../img/close-ic.svg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 22px;
  top: 22px;
}

.modal-form {
  width: 574px;
  padding: 42px 20px 40px;
  background: #efeef0;
  display: none;
}
.modal-form .subtitle {
  font-weight: 300;
  font-size: 27px;
  line-height: 40px;
  text-align: center;
}
.modal-form .form {
  max-width: 430px;
  margin: 39px auto 0;
}
.modal-form .form .item {
  margin-top: 25px;
}
.modal-form .form input[type=text] {
  width: 100%;
}
.modal-form .form .ui-selectmenu-button.ui-button {
  height: 56px;
  line-height: 54px;
  font-weight: 400;
  color: #b1b1b1;
}
.modal-form .form .bt {
  margin-top: 35px;
  text-align: center;
}
.modal-form .form button {
  padding: 0 40px;
  height: 66px;
}
.modal-form .warning {
  margin-top: 25px;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  color: #ec0303;
  line-height: 16px;
}
.modal-form .pp {
  max-width: 292px;
  margin: 26px auto 0px;
  text-align: center;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
}
.modal-form .pp a {
  color: #4075db;
}

.modal-thank {
  background: #efeef0;
  width: 574px;
  padding: 50px 30px;
  display: none;
}
.modal-thank .title {
  line-height: 40px;
  font-weight: 300;
  font-size: 27px;
  text-align: center;
}
.modal-thank .text {
  margin-top: 22px;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.jq-selectbox, .jq-select-multiple {
  position: relative;
  display: inline-block;
  width: 100%;
}

.jq-selectbox select, .jq-select-multiple select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.jq-selectbox li, .jq-select-multiple li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*     white-space: nowrap; */
}

.jq-selectbox {
  z-index: 10;
}

.jq-selectbox__select {
  position: relative;
}

.jq-selectbox__select-text {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jq-selectbox__dropdown {
  position: absolute;
}

.jq-selectbox__search input {
  -webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button, .jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none;
}

.jq-selectbox__dropdown ul {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  list-style: none;
  -webkit-overflow-scrolling: touch;
}

.jq-select-multiple ul {
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.jq-selectbox {
  vertical-align: middle;
  cursor: pointer;
}

.jq-selectbox__select {
  border: 1px solid #fff;
  height: 42px;
  line-height: 40px;
  padding: 0 35px 0 15px;
  background: #fff;
  color: #000;
  font-size: 18px;
  font-weight: 300;
}

.jq-selectbox.disabled .jq-selectbox__select {
  opacity: 0.4;
}

.jq-selectbox__select-text {
  display: block;
  width: 100%;
}

.jq-selectbox .placeholder {
  color: #888;
}

.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 18px;
  height: 100%;
  display: flex;
  align-items: center;
}

.jq-selectbox__trigger-arrow {
  transition: transform 0.3s;
  width: 12px;
  height: 8px;
  background: url(../img/select-arr.svg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.opened .jq-selectbox__trigger-arrow {
  transform: rotate(-180deg);
}

.jq-selectbox__dropdown {
  box-sizing: border-box;
  width: 100%;
  margin: 2px 0 0;
  padding: 0;
  border: 1px solid #CCC;
  background: #FFF;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.jq-selectbox__search {
  margin: 5px;
}
.jq-selectbox__search input {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 5px 27px 6px 8px;
  border: 1px solid #CCC;
  border-radius: 3px;
  outline: none;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==") no-repeat 100% 50%;
  box-shadow: inset 1px 1px #F1F1F1;
  color: #333;
}

.jq-selectbox__not-found {
  margin: 5px;
  padding: 5px 8px 6px;
  background: #F0F0F0;
  font-size: 13px;
}

.jq-selectbox ul {
  margin: 0;
  padding: 0;
}
.jq-selectbox li {
  min-height: 18px;
  padding: 5px 10px 5px 16px;
  color: #231F20;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
}
.jq-selectbox li.selected {
  background-color: #A3ABB1;
  color: #FFF;
}
.jq-selectbox li:hover {
  background-color: #08C;
  color: #FFF;
}
.jq-selectbox li.disabled {
  color: #AAA;
}
.jq-selectbox li.disabled:hover {
  background: none;
}
.jq-selectbox li.optgroup {
  font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
  background: none;
  color: #231F20;
  cursor: default;
}
.jq-selectbox li.option {
  padding-left: 25px;
}

.jq-select-multiple {
  box-sizing: border-box;
  padding: 1px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #FFF;
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/18px Arial, sans-serif;
  color: #333;
  cursor: default;
}
.jq-select-multiple.focused {
  border: 1px solid #5794BF;
}
.jq-select-multiple.disabled {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}
.jq-select-multiple ul {
  margin: 0;
  padding: 0;
}
.jq-select-multiple li {
  padding: 3px 9px 4px;
  list-style: none;
}
.jq-select-multiple li:first-child {
  border-radius: 3px 3px 0 0;
}
.jq-select-multiple li:last-child {
  border-radius: 0 0 3px 3px;
}
.jq-select-multiple li.selected {
  background: #08C;
  color: #FFF;
}
.jq-select-multiple li.disabled {
  color: #AAA;
}
.jq-select-multiple li.optgroup {
  font-weight: bold;
}
.jq-select-multiple li.option {
  padding-left: 25px;
}
.jq-select-multiple.disabled li.selected, .jq-select-multiple li.selected.disabled {
  background: #CCC;
  color: #FFF;
}

/*# sourceMappingURL=configurator.css.map */
