/* line 165, ../sass/screen.scss */
.selectWrap, #price-area {
  display: inline-block;
  margin-top: 15px;
}

/* line 169, ../sass/screen.scss */
.selectWrap .selectric-wrapper {
  width: 200px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  color: #fff;
  box-sizing: border-box;
  background: url("/images/split_img/rec_down.png") 95% no-repeat;
}


/* line 179, ../sass/screen.scss */
.selectWrap:nth-child(1) {
  margin-right: 20px;
}

/* line 183, ../sass/screen.scss */
#price-area .selectWrap {
  margin-right: 20px;
}
#price-area .selectWrap.urgency-wrapper {
  margin-right: 0;
}
/* line 187, ../sass/screen.scss */
#set-doctype, #pages_count, #set-urgency, #papers_count {
  font-size: 14px;
  width: 200px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  color: #fff;
  box-sizing: border-box;
  padding-left: 10px;
  background: url("/images/split_img/rec_down.png") 95% no-repeat;
  padding-right: 25px;
  line-height: 21px;
  position: relative;
}
.selectWrap {
  position: relative;
}
@media only screen and (max-width: 1170px) {

}
@media only screen and (max-width: 667px) {
  .form_order_top > .selectWrap, .form_order_top > #price-area {
    width: 200px;
    margin-left: auto;
    margin-right: auto !important;
    display: block;
  }
}
#papers_count{
  position: relative;
  margin-right: 15px;
}
/* line 199, ../sass/screen.scss */
.form {
  text-align: center;
}

/* line 202, ../sass/screen.scss */
select::-ms-expand {
  display: none;
}

/* line 206, ../sass/screen.scss */
.button_proceed {
  display: table;
  margin: 22px auto;
  width: 222px;
  height: 49px;
  color: #fff;
  background: #eb4561;
  border: none;
  font-weight: 700;
  font-size: 18px;
  border-radius: 33px;
  outline: none;
  z-index: 2;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

button.button_proceed {
  line-height: 48px;
}
.button_proceed {
  width: 198px;
  height: 44px;
  margin: 22px auto 6px;
}
a.button_proceed{
  padding-top: 13px;
}

/* line 224, ../sass/screen.scss */
.selectric .label {
  text-overflow: ellipsis;
  width: 179px;
  overflow: hidden;
  height: 27px;
  box-sizing: border-box;
  padding-top: 8px;
  text-align: left;
  padding-left: 10px;
  white-space: nowrap;
}

/* line 232, ../sass/screen.scss */
.selectric .button {
  display: none;
}

/* line 236, ../sass/screen.scss */
.selectric-items {
  background: #2e65a3;
  width: 200px;
  height: 190px;
  border: 1px solid #fff;
}
/* line 240, ../sass/screen.scss */
.selectric-items li {
  text-align: left;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  padding-left: 5px;
}

input[type="checkbox"] {
  display: none;
}
.promo {
  font-size: 14px;
  color: #fff;
  text-decoration: underline;
}
input[type="checkbox"] + label span {
  display: inline-block;
  background: url("/images/split_img/checkbox.png") no-repeat -28px 0;
  width: 22px;
  height: 22px;
  position: relative;
  top: 7px;
  margin-right: 11px;
}
.checked_span{
  background: url("/images/split_img/checkbox.png") no-repeat 0 0!important;
  width: 22px!important;
  height: 22px!important;
}
a.tooltips {
  position: relative;
  display: inline-block;
  width: 33px;
  height: 33px;
  background: url("/images/split_img/question_mark.png") 50% no-repeat;
  top: 11px;
}

/* line 368, ../sass/screen.scss */
a.tooltips span {
  position: absolute;
  width: 219px;
  color: #FFFFFF;
  background: #2E65A3;
  border: 1px solid #FFFFFF;
  height: 59px;
  visibility: hidden;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  text-align: left;
  box-sizing: border-box;
  padding: 8px;
}

/* line 383, ../sass/screen.scss */
a.tooltips span:before {
  content: '';
  position: absolute;
  bottom: 100%;
  right: 10px;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #FFFFFF;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

/* line 395, ../sass/screen.scss */
a.tooltips span:after {
  content: '';
  position: absolute;
  bottom: 100%;
  right: 12px;
  margin-left: 3px;
  width: 0;
  height: 0;
  border-bottom: 8px solid #2E65A3;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.firstOrder {
  padding-bottom: 20px;
}
.form_order_top select option{
  background: #2e65a3;
  font-size:13px;
}

@media screen and (min-width: 768px) {
  a.tooltips span {
    opacity: 0.9;
    top: 43px;
    left: -105px;
    margin-left: -76px;
    z-index: 999;
  }
  a:hover.tooltips span {
    visibility: visible;
  }
}
@media screen and (max-width: 767px) {
  a.tooltips span {
    top: 43px;
    left: -105px;
    margin-left: -76px;
    z-index: 999;
    opacity: 0.9;
  }
  a:hover.tooltips.show span {
    visibility: visible;
  }
}
@media screen and (max-width: 667px) {
  a:hover.tooltips.show span {
    top: -67px;
  }
  a.tooltips span:before {
    top: 100%;
    border-top: 10px solid #FFFFFF;
    border-bottom: none;
  }
  a.tooltips span:after {
    top: 100%;
    border-top: 8px solid #2E65A3;
    border-bottom: none;
  }
}