

/* Start:/new-part-order/style.css?168782610714583*/
body .container .maxwidth-theme {
  max-width: 100% !important;
  padding: 0 !important;
  overflow-x: hidden;
}

.top_inner_block_wrapper {
  padding: 0 !important;
}
.filters_wrapper label {
  color: #fff;
}
.wrapper_inputs_search {
  background: #636464;
  padding: 20px 15px 80px;
}
.wrapper_last_block .instruction {
  background: #424242;
}
.wrapper_last_block .instruction ul {
  max-width: 750px;
  margin: 120px 42px 30px auto;
}
.wrapper_last_block .instruction ul li {
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.wrapper_last_block .instruction ul li p {
  font-weight: normal;
font-size: 18px;
line-height: 21px;

color: #BBBBBB;


  margin: 0;
}
.wrapper_last_block .instruction ul li::before {
  display: none;
}
.wrapper_last_block .instruction ul li .circle {
  margin-right: 15px;
  background: #FF4F3D;
  max-width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
  color: #FFFFFF;
  width: 100%;
}

.wrapper-search-list {
  max-width: 1350px;
  margin: 30px auto 0;
}
.wrapper-inputs-field {
  display: flex;
  flex-direction: column;
  max-width: 860px;
  margin: 0 auto;
}

.wrapper-inputs-field > label {
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.wrapper-inputs-field #getResponse {
  padding: 20px 25px;
  font-size: 30px;
line-height: 42px;
color: #000;
border: none;
}

#FindSubs {
  display: none;
}

#FindSubs ~ label {
  cursor: pointer;
  display: flex;
  align-items: center;
}

#FindSubs ~ label::before {
  content: '';
  background: #FFFFFF;
  max-width: 30px;
  width: 100%;
  height: 30px;
  margin-right: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#FindSubs:checked ~ label::before {
  content: '\2713';
}

.wrapper-inputs-field #getResponse::placeholder {
  font-size: 36px;
line-height: 42px;
color: #BFBFBF;
}

.wrapper-inputs-field .inputs-search {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.wrapper_last_block {
  display: flex;
}

.wrapper_last_block > * {
  width: 50%;
}

.wrapper-inputs-field .inputs-search label{
  display: flex;
  align-items: center;
  font-size: 24px;
  line-height: 28px;
  color: #BCBCBC;
}
  .wrapper-container-list {
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    color: #fff;
  }
  .ne_naideno {
    text-align: center;
    width: 100%;
    display: block;
    font-size: 32px;
    font-weight: bold;
    position: absolute;
    left: 0;
  }
  .wrapper-table-search, .header-wrapper-container-list .text {
    position: relative;
    transition: 0.4s;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
    grid-gap: 5px;
    border-bottom: 1px solid #eee;
    padding: 5px;
  }
  .wrapper-table-search > *, .header-wrapper-container-list .text > * {
    position: relative;
    font-size: 14px;
    display: flex;
    align-items: center;
	justify-content: center;
  }
  .wrapper-table-search > * {
    color: #fff;
  }
   .header-wrapper-container-list .text > * > .sort-obj {
     transition: 0.3s;
     background: none;
     border: none;
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .sort-obj[data-state="up"] svg {
    transform: rotate(180deg);
  }
  .header-wrapper-container-list .text > * > .sort-obj svg {
    max-width: 100%;
    width: 10px;
    left: -11px;
    position: sticky;
    top: 44%;
  }
  .wrapper-table-search > * > small {
    display: none;
  }
  .wrapper-table-search  .description_rus, .header-wrapper-container-list .description_rus {
    grid-column: span 2;
  }
  .wrapper-table-search .basket {
    max-width: 100%;
  }
  .header-wrapper-container-list {
    display:none;
    background: #eee;
    border-radius: 10px 10px 0 0;
    font-weight: 700;
  }
  .wrapper-container-list  .basket input {
    padding: 5px;
    width: 60%;
    border: 1px solid #eee;
  }
  .wrapper-container-list  .basket button {
    transition: 0.4s;
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background: none;
    border: none;
  }
  .basketDo[disabled] {
    opacity: 0.4;
    transition: 0.4s;
  }
  #getResponse {
    margin-bottom: 15px;
  }
  #doGetResponse {
    background: #FF4F3D;
    font-weight: 900;
    font-size: 36px;
    line-height: 42px;
    color: #FFFFFF;
    padding: 20px;
    max-width: 400px;
    width: 100%;
    border: none;
  }

  .wrapper-container-list .basket svg path {
    fill: #fff;
  }

  .wrapper-container-list  .basket {
    display: flex;
  }
  @media (max-width: 1290px) {
    .wrapper-table-search .description_rus, .header-wrapper-container-list .description_rus{
      grid-column: span 1;
    }
  }
  @media (max-width: 1210px) {
    .wrapper-table-search  .description_rus {
      text-align: right;
    }
    .wrapper-inputs-field .inputs-search {
      flex-wrap: wrap;
    }
    .wrapper-inputs-field .inputs-search > * {
      margin-bottom: 15px;
    }
    .show_oth_inp .sort-obj.mobile-v {
      display: flex !important;
    } 
    .wrapper-container-list {
      border: none;
    }
    .header-wrapper-container-list {
      display: none !important;
    }
    .wrapper-container-list {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(250px , 1fr));
      grid-gap: 10px;
    }
    .wrapper-table-search, .header-wrapper-container-list .text {
      grid-template-columns: 1fr;
      border: 1px solid #eee;
      width: 100%;
      margin: 0 auto;
    }
    .wrapper-table-search > *, .header-wrapper-container-list .text > * {
      display: flex;
      justify-content: space-between;
      color: #fff;
    }
    .wrapper-table-search > * > small {
      font-size: 100%;
    }
    .wrapper-table-search > * > {
      font-weight: 500;
    }
    .wrapper-table-search > * > small {
      display: block;
      font-weight: 700;
    }
    .wrapper-container-list .basket button {
      justify-content: flex-end;
    }
  }
  /* MODAL */

  #successToB .modal-header {
    position: relative;
  }
  #successToB .modal-header button {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  #successToB .modal-dialog.modal-dialog-centered {
    height: 100%;
    display: flex;
    align-items: center;
  }
  #successToB .modal-dialog.modal-dialog-centered .modal-content{
    margin: auto;
  }

  #successToB .modal-dialog.modal-dialog-centered .modal-content a.btn.btn-primary{
    background-color: #333;
    border-color: #333;
  }

  /* SoapError */
  .soap_error {
    text-align: center;
    font-size: 25px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
  }
  /* /SoapError */

  .show_more_items_wrapper button {
    margin-top: 10px;
  }

  #floatingCirclesG{
    position:relative;
    width:125px;
    height:125px;
    margin:auto;
    transform:scale(0.6);
      -o-transform:scale(0.6);
      -ms-transform:scale(0.6);
      -webkit-transform:scale(0.6);
      -moz-transform:scale(0.6);
  }

  .f_circleG{
    position:absolute;
    background-color:rgb(255,255,255);
    height:22px;
    width:22px;
    border-radius:12px;
      -o-border-radius:12px;
      -ms-border-radius:12px;
      -webkit-border-radius:12px;
      -moz-border-radius:12px;
    animation-name:f_fadeG;
      -o-animation-name:f_fadeG;
      -ms-animation-name:f_fadeG;
      -webkit-animation-name:f_fadeG;
      -moz-animation-name:f_fadeG;
    animation-duration:1.2s;
      -o-animation-duration:1.2s;
      -ms-animation-duration:1.2s;
      -webkit-animation-duration:1.2s;
      -moz-animation-duration:1.2s;
    animation-iteration-count:infinite;
      -o-animation-iteration-count:infinite;
      -ms-animation-iteration-count:infinite;
      -webkit-animation-iteration-count:infinite;
      -moz-animation-iteration-count:infinite;
    animation-direction:normal;
      -o-animation-direction:normal;
      -ms-animation-direction:normal;
      -webkit-animation-direction:normal;
      -moz-animation-direction:normal;
  }

  #frotateG_01{
    left:0;
    top:51px;
    animation-delay:0.45s;
      -o-animation-delay:0.45s;
      -ms-animation-delay:0.45s;
      -webkit-animation-delay:0.45s;
      -moz-animation-delay:0.45s;
  }

  #frotateG_02{
    left:15px;
    top:15px;
    animation-delay:0.6s;
      -o-animation-delay:0.6s;
      -ms-animation-delay:0.6s;
      -webkit-animation-delay:0.6s;
      -moz-animation-delay:0.6s;
  }

  #frotateG_03{
    left:51px;
    top:0;
    animation-delay:0.75s;
      -o-animation-delay:0.75s;
      -ms-animation-delay:0.75s;
      -webkit-animation-delay:0.75s;
      -moz-animation-delay:0.75s;
  }

  #frotateG_04{
    right:15px;
    top:15px;
    animation-delay:0.9s;
      -o-animation-delay:0.9s;
      -ms-animation-delay:0.9s;
      -webkit-animation-delay:0.9s;
      -moz-animation-delay:0.9s;
  }

  #frotateG_05{
    right:0;
    top:51px;
    animation-delay:1.05s;
      -o-animation-delay:1.05s;
      -ms-animation-delay:1.05s;
      -webkit-animation-delay:1.05s;
      -moz-animation-delay:1.05s;
  }

  #frotateG_06{
    right:15px;
    bottom:15px;
    animation-delay:1.2s;
      -o-animation-delay:1.2s;
      -ms-animation-delay:1.2s;
      -webkit-animation-delay:1.2s;
      -moz-animation-delay:1.2s;
  }

  #frotateG_07{
    left:51px;
    bottom:0;
    animation-delay:1.35s;
      -o-animation-delay:1.35s;
      -ms-animation-delay:1.35s;
      -webkit-animation-delay:1.35s;
      -moz-animation-delay:1.35s;
  }

  #frotateG_08{
    left:15px;
    bottom:15px;
    animation-delay:1.5s;
      -o-animation-delay:1.5s;
      -ms-animation-delay:1.5s;
      -webkit-animation-delay:1.5s;
      -moz-animation-delay:1.5s;
  }



  @keyframes f_fadeG{
    0%{
      background-color:rgb(0,0,0);
    }

    100%{
      background-color:rgba(255,255,255,0.99);
    }
  }

  @-o-keyframes f_fadeG{
    0%{
      background-color:rgb(0,0,0);
    }

    100%{
      background-color:rgba(255,255,255,0.99);
    }
  }

  @-ms-keyframes f_fadeG{
    0%{
      background-color:rgb(0,0,0);
    }

    100%{
      background-color:rgba(255,255,255,0.99);
    }
  }

  @-webkit-keyframes f_fadeG{
    0%{
      background-color:rgb(0,0,0);
    }

    100%{
      background-color:rgba(255,255,255,0.99);
    }
  }

  @-moz-keyframes f_fadeG{
    0%{
      background-color:rgb(0,0,0);
    }

    100%{
      background-color:rgba(255,255,255,0.99);
    }
  }

  #preloaderFrz {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
    background: #0000006e;
  }
  .sort-obj.mobile-v {
    display: none;
    align-items: center;
    font-size: 13px;
    line-height: 18px;
    border: 1px solid;
    border-radius: 2px;
    padding: 7px 18px 9px;
    font-weight: 600;
  }

  .sort-obj.mobile-v svg {
    width: 14px;
    margin-left: 8px;
  }

  @media (max-width: 630px) {
    .wrapper-inputs-field .inputs-search {
      flex-wrap: wrap;
    }
    .wrapper-inputs-field .inputs-search > * {
      width: calc(50% - 20px);
      margin: 10px ;
    }
  }


/* FILTERS */
.filters_wrapper {
  display: flex;
}
.filters_wrapper.opas_hid {
  visibility: hidden;
  max-height: 0;
}
.filters_wrapper > div {
  margin-bottom: 20px;
  width: calc(50% - 10px);
}
.filters_wrapper > div:first-child {
  margin-right: 20px;
}

/* NONUB FORM */
.nonumb-form-wrapper {
  overflow: hidden;
  position: relative;
  padding: 30px;
  max-width: 700px;
  margin: auto;
}
.nonumb-form-wrapper h2 {
  margin: 40px 0 0;
  text-align: center;
}

.nonumb-form-wrapper h3 {
  font-size: 1.3em;
  margin: 20px 0 15px;
  text-align: center;
}

.input-wrapper {
  display: flex;
  margin-bottom: 13px;
}
.input-wrapper label {
  width: 50%;
}

.politics-wrapper input[type="checkbox"] {
  display: block;
  width: 0px;
  line-height: 0px;
  visibility: hidden;
  margin: 0px;
}
.politics-wrapper label {
  padding-left: 23px;
  font-size: 13px;
  color: #888;
  margin-bottom: 4px;
  position: relative;
  z-index: 100;
  cursor: pointer;
  outline: none;
  font-weight: normal;
}
.politics-wrapper label::before {
  font-size: 0;
  content: ".";
  height: 16px;
  width: 16px;
  position: absolute;
  left: 0px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  color: #FFF;
  background: #5f6262;
  top: 3px;
  display: inline-block;
  z-index: -1;
}
.politics-wrapper label::after {
  font-size: 0;
  content: ".";
  display: none;
  height: 16px;
  width: 16px;
  position: absolute;
  left: 0px;
  z-index: 2;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  box-shadow: 0px 0px 0px 1px #cccccc inset;
  -moz-box-shadow: 0px 0px 0px 1px #cccccc inset;
  -webkit-box-shadow: 0px 0px 0px 1px #cccccc inset;
  box-shadow: none;
  background: url(/bitrix/templates/aspro_next/images/svg/Input_icons.svg) 0px 0px no-repeat;
  top: 3px;
}

.politics-wrapper input[type="checkbox"]:checked + label::after {
  display: block;
}
.politics-wrapper {
  margin-bottom: 20px;
}

.nonumb-suc {
  position: absolute;
  top: -20%;
  left: 50%;
  max-width: 100%;
  transform: translate(-50%, -50%);
  background: #ccc;
  padding: 50px;
  font-size: 25px;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  transition: all ease-in .5s;
}
.nonumb-suc span {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}
.nonumb-suc.show {
  top: 50%;
}

.before-text {
  max-width: 800px;
  margin: 20px auto;
}
.hasErr {
  border: 1px solid red;
}
.error *{
  color: red;
}
.error label{
  color: red!important;
}
.submit-wrapper {
  margin-top: 10px;
}
.redstar {
  color: red
}

@media (max-width: 900px) {
  .wrapper_last_block {
    flex-wrap: wrap;
  }
  .wrapper_last_block > * {
    width: 100%;
  }
  .wrapper_last_block .instruction ul {
    margin: 20px auto;
  }
}
@media (max-width: 380px) {
  #doGetResponse {
    font-size: 30px;
    padding: 12px;
   }
 }
@media (max-width: 450px) {
  .filters_wrapper {
    flex-direction: column;
  }
  .filters_wrapper > div {
    width: 100%;
  }
  .wrapper-inputs-field #getResponse::placeholder {
    font-size: 24px;
  }
  .wrapper-inputs-field #getResponse {
    font-size: 22px;
  }
}
@media (max-width: 799px) {
  .input-wrapper {
    flex-wrap: wrap;
  }
  .input-wrapper label {
    width: 100%;
  }
  #FindSubs ~ label {
    width: 100%;
  }
}
/* End */
/* /new-part-order/style.css?168782610714583 */
