@media (max-width: 1199px) {
  .order-page {
    margin: 0 20px;
  }
}

@media (max-width: 767px) {
  .order-page {
    margin: 0;
  }
}

.order-page .order-content {
  margin-bottom: 65px;
}

.order-page .order-content h2.title {
  color: #4c4c4c;
  font-size: 35px;
  font-weight: 900;
  text-transform: uppercase;
}

.order-page .order-content .services-title h2.title {
  transition: all 0.3s;
  cursor: default;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1.2;
}

.order-page .order-content .services-title h2.title:hover {
  color: #00aff9;
  transition: all 0.3s;
  cursor: pointer;
}

.order-page .order-content h3 {
  font-size: 18px;
  font-weight: 900;
  color: #00b9f0;
  margin-bottom: 15px;
}

.order-page .order-content p {
  color: #000;
  margin-bottom: 40px;
}

.order-page .order-content .desc {
  margin-bottom: 60px;
}

.order-page .order-content .check-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.order-page .order-content form {
  display: flex;
}

.order-page .order-content .step-1,
.order-page .order-content .step-2,
.order-page .order-content .step-3 {
  width: 33.3333%;
}

.services-develop.order-services-item,
.services-design.order-services-item,
.services-other.order-services-item {
  width: 100%;
  margin-bottom: 20px;
}

@media (max-width: 1199px) {
  .services-develop.order-services-item,
  .services-design.order-services-item,
  .services-other.order-services-item {
    margin-bottom: 0;
  }
}

.services-title {
  flex-wrap: wrap;
}

@media (max-width: 1199px) {
  .order-page .order-content .check-services {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.order-page .order-content .check-services label {
  -ms-flex-preferred-size: 14.28571%;
  flex-basis: 14.28571%;
  line-height: 1.1;
}

@media (max-width: 991px) {
  .order-page .order-content .step-1,
  .order-page .order-content .step-2,
  .order-page .order-content .step-3 {
    width: 100%;
    margin-bottom: 30px;
  }

  .order-page .order-content form {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .order-page .order-content .check-services label {
    width: 100%;
  }

  .order-page .order-content .step-3 {
    margin-bottom: 0;
  }
}

.order-page .order-content .check-services label:last-child input:checked + .checkbox {
  border-right-color: transparent;
}

.order-page .order-content .check-services label input:checked + .checkbox {
  border: 3px solid #ffc600;
  background: #ffc600;
}

.order-page .order-content .check-services label input:checked + .checkbox span {
  color: #313233;
}

.order-page .order-content .check-services label input:checked + .checkbox .icon.service-web {
  background: url(../images/icon/service-web2.png) 0 100% no-repeat;
}

.order-page .order-content .check-services label input:checked + .checkbox .icon.service-support {
  background: url(../images/icon/service-support2.png) 0 100% no-repeat;
}

.order-page .order-content .check-services label input:checked + .checkbox .icon.service-brand {
  background: url(../images/icon/service-brand2.png) 0 100% no-repeat;
}

.order-page .order-content .check-services label input:checked + .checkbox .icon.service-mobile {
  background: url(../images/icon/service-mobile2.png) 0 100% no-repeat;
}

.order-page .order-content .check-services label input:checked + .checkbox .icon.service-seo {
  background: url(../images/icon/service-seo2.png) 0 100% no-repeat;
}

.order-page .order-content .check-services label input:checked + .checkbox .icon.service-adword {
  background: url(../images/icon/service-adword2.png) 0 100% no-repeat;
}

.order-page .order-content .check-services label input:checked + .checkbox .icon.service-seo-social {
  background: url(../images/icon/service-seo-social2.png) 0 100% no-repeat;
}

.order-page .order-content .step-2 {
  padding-right: 85px;
  box-sizing: border-box;
}

@media (max-width: 1199px) {
  .order-page .order-content .step-2 {
    padding-right: 55px;
  }
}

.order-page .order-content .step-2 .budget .range-bar {
  height: 24px;
  background: #ffc600;
  border-radius: 0;
}

.order-page .order-content .step-2 .budget .range-bar .range-quantity {
  background: #00b8f0;
  background: -webkit-gradient(left top, right top, color-stop(0, #00b8f0), color-stop(100%, #3cd2ff));
  background: linear-gradient(90deg, #00b8f0 0, #3cd2ff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00b8f0", endColorstr="#3cd2ff", GradientType=1);
  border-radius: 0;
}

.order-page .order-content .step-2 .budget .range-bar .range-handle {
  cursor: pointer;
  box-sizing: border-box;
  width: 41px;
  height: 41px;
  top: -9px;
  background: #f5f5f5;
  border: 3px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}

.order-page .order-content .step-2 .budget .range-bar .range-handle:after {
  content: '';
  display: block;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #00b9f0;
}

.order-page .order-content .step-2 .budget .range-bar i.limit {
  position: absolute;
  top: 0;
  display: block;
  width: 2px;
  height: 24px;
  background: #b9edfc;
}

.order-page .order-content .step-2 .budget .range-bar i.limit span {
  opacity: 0;
  font-family: 'Avenir Next Cyr Bold';
  font-size: 18px;
  color: #fff;
  font-style: normal;
  transition: all 0.5s;
}

.order-page .order-content .step-2 .budget .range-bar i.limit.active span {
  opacity: 1;
}

.order-page .order-content .step-2 .budget .range-bar i.limit.good {
  left: 33%;
}

.order-page .order-content .step-2 .budget .range-bar i.limit.good span {
  margin-left: -80px;
}

.order-page .order-content .step-2 .budget .range-bar i.limit.fine span {
  margin-left: -85px;
}

.order-page .order-content .step-2 .budget .range-bar i.limit.fine {
  left: 66%;
}

.order-page .order-content .step-2 .budget .range-bar i.limit.ideally {
  left: 95%;
  background: transparent;
}

.order-page .order-content .step-2 .budget .range-bar i.limit.ideally span {
  margin-left: -95px;
}

.order-page .order-content .step-2 .budget-info {
  background: url(../images/budget-bg.jpg) repeat-x;
  padding: 13px 19px 14px 30px;
  border: 1px solid #c8e8f1;
  border-top: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .order-page .order-content .step-2 .budget .range-bar i.limit span {
    font-size: 12px;
  }

  .order-page .order-content .step-2 .budget-info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.order-page .order-content .step-2 .budget-info .check-budget {
  opacity: 0;
  transition: all 0.5s;
}

.order-page .order-content .step-2 .budget-info .check-budget.show {
  opacity: 1;
}

@media (max-width: 767px) {
  .order-page .order-content .step-2 .budget-info .budget-project {
    margin-bottom: 10px;
  }
}

.order-page .order-content .step-2 .budget-info .budget-text {
  display: block;
  font-size: 18px;
  color: #575757;
}

.order-page .order-content .step-2 .budget-info .budget-price {
  display: inline-block;
  font-family: 'Avenir Next Cyr';
  font-size: 40px;
  font-weight: 900;
  color: #04baf1;
}

@media (max-width: 767px) {
  .order-page .order-content .step-2 .budget-info .budget-price {
    font-size: 30px;
  }
}

.order-page .order-content .step-2 .budget-info .budget-price .ruble {
  font-size: 30px;
}

@media (max-width: 767px) {
  .order-page .order-content .step-2 .budget-info .budget-price .ruble {
    font-size: 20px;
  }
}

.order-page .order-content .step-2 .budget-info .link-button {
  text-transform: uppercase;
  padding-left: 21px;
  width: 266px;
  height: 69px;
  line-height: 69px;
  margin: 0;
}

.order-page .order-content .step-2 .budget-info .link-button:after {
  right: 18px;
  margin-top: -13px;
}

.order-page .order-content .step-2 .serv-sale-link {
  display: inline-block;
  margin-top: 20px;
  font-size: 18px;
  color: #00b9f0;
  line-height: 1;
  text-decoration: underline;
}

.order-page .order-content .step-2 .serv-sale-link:hover {
  text-decoration: none;
}

.services-title {
  display: flex;
  justify-content: space-between;
  width: 100%;
  text-align: left;
}

.form .service-checkbox-group label .checkbox {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
}

.form .service-checkbox-group label {
  cursor: pointer;
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.form .service-checkbox-group label .service-label,
.form .service-checkbox-group label .private-agree {
  display: inline-block;
  padding: 2px 15px 0 42px;
}

.form .service-checkbox-group label input[type='checkbox']:checked + .checkbox {
  background: #00b9f0;
  outline: 2px solid #fff;
  outline-offset: -4px;
  border: 2px solid #00b9f0;
}

.form-control .form-group.form-group__comment {
  display: block;
  max-width: 100%;
  width: 100%;
}

.form .form-control .form-group:first-child {
  padding-left: 0;
}

.order-page .form .form-control .form-group .file-group .file-btn {
  cursor: pointer;
  font-size: 18px;
  color: #00b9f0;
  background: transparent;
  border: none;
  text-decoration: underline;
  display: block !important;
  position: relative;
}

.form .form-control .form-group.form-file-group .file-group:before {
  content: '';
  display: block;
  position: absolute;
  left: -20px;
  top: 11px;
  background: url('/assets/isv7/img/icons/svg/attachm.svg') no-repeat;
  width: 40px;
  height: 50px;
  background-size: contain;
}

.form .form-control .form-group .file-group p {
  border: none;
  display: block;
}

.from .form-control .form-group__file {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.order-page .form .form-control .form-group .file-group {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 20px;
  margin-bottom: 40px;
}

.order-page .form .form-control .form-group .file-group .file-btn {
  height: auto;
}

.form .form-control .form-group .file-group p {
  width: auto;
  height: auto;
  font-size: 14px;
  color: #4c4c4c;
  padding-left: 23px;
  line-height: 22px;
  margin-bottom: 0;
}

.form .form-control .form-group.form-file-group {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 0;
  align-items: center;
  flex-wrap: wrap;
}

.form .form-control .form-group.form-file-group:after {
  content: '';
  position: absolute;
  width: 2px;
  top: 0;
  bottom: 0;
  bottom: 90px;
  background: #00b9f0;
  display: block;
  left: 36%;
  display: none;
}

@media (max-width: 991px) {
  .form .form-control .form-group.form-file-group:after {
    display: block;
    left: 0;
    width: 1px;
    bottom: 0;
  }
}

.form .form-control .form-agree {
  line-height: 26px;
  font-size: 14px;
  color: #4c4c4c;
  /*max-width: 3;*/
  margin-top: 20px;
}

.form .form-control .form-agree span a {
  text-decoration: underline;
  color: #00b9f0;
}

.form .form-control .form-group.form-file-group .link-button {
  margin: inherit;
  height: 70px;
}

.form .required-fields {
  position: relative;
  display: block;
  margin: 0 0 40px 16px;
  font-size: 16px;
  color: #4c4c4c;
}

@media (max-width: 767px) {
  .form .required-fields {
    margin: 0 0 40px 10px;
  }
}

.form .required-fields.required:after {
  top: 9px;
}

.popup.callback label > span,
#briff-project .required,
#briff-logo .required {
  margin-left: 14px;
}

#briff-project .required:after,
#briff-logo .required:after,
.popup.callback label > span:after,
.form .required:after {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: -13px;
  width: 6px;
  height: 6px;
  background: #ffc600;
  border-radius: 50%;
}

.form .form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form .form-control .form-group {
  box-sizing: border-box;
  width: 100%;
}

@media (max-width: 1199px) {
  .form .form-control .form-group {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .form .form-control .form-group:first-child {
    padding: 0 10px;
  }
}

@media (max-width: 1199px) {
  .form .form-control .form-group:nth-child(2) {
    padding-left: 16px;
    padding-right: 25px;
  }
}

@media (max-width: 767px) {
  .form .form-control .form-group:nth-child(2) {
    padding: 0 10px;
  }
}

.form .form-control .form-group label {
  cursor: pointer;
  display: block;
  position: relative;
}

.form .form-control .form-group label.error {
  top: -15px;
}

.form .form-control .form-group label span {
  display: block;
  top: -15px;
}

.form .form-control .form-group label span.required {
  position: absolute;
  display: block;
  font-size: 20px;
  color: #4c4c4c;
  margin-bottom: 5px;
  top: 15px;
  left: 30px;
}

.form .form-control .form-group label input[type='email'],
.form .form-control .form-group label input[type='tel'],
.form .form-control .form-group label input[type='text'],
.form .form-control .form-group label textarea {
  width: 100%;
  box-sizing: border-box;
  height: 56px;
  padding: 10px;
  border: 1px solid #cecece;
  border-radius: 0;
  font-size: 18px;
  color: #404040;
  margin-bottom: 25px;
  z-index: -1;
}

.form .form-control .form-group label input[type='email']:focus,
.form .form-control .form-group label input[type='email']:hover,
.form .form-control .form-group label input[type='tel']:focus,
.form .form-control .form-group label input[type='tel']:hover,
.form .form-control .form-group label input[type='text']:focus,
.form .form-control .form-group label input[type='text']:hover,
.form .form-control .form-group label textarea:focus,
.form .form-control .form-group label textarea:hover {
  outline: none;
  border-color: #00aff9;
}

.form .form-control .form-group label input[type='email']:active,
.form .form-control .form-group label input[type='tel']:active,
.form .form-control .form-group label input[type='text']:active,
.form .form-control .form-group label textarea:active {
  outline: none;
  border-color: #9b9b9b;
}

.form .form-control .form-group label textarea {
  /*min-height: 185px;*/
  min-height: 250px;
  resize: vertical;
}

.form .form-control .form-group .radio-group {
  margin-bottom: 25px;
}

.form .form-control .form-group .radio-group .radio {
  position: absolute;
  left: 0;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  border: 1px solid #cecece;
  border-radius: 50%;
  margin: 0;
}

.form .form-control .form-group .radio-group p {
  font-size: 20px;
  color: #4c4c4c;
  margin-bottom: 20px;
}

.form .form-control .form-group .radio-group label {
  position: relative;
  margin-bottom: 12px;
}

.form .form-control .form-group .radio-group label input[type='radio'] {
  display: none;
}

.form .form-control .form-group .radio-group label input[type='radio']:checked + .radio:after {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  background: #00aff9;
  border-radius: 50%;
}

.form .form-control .form-group .radio-group label span {
  margin-left: 29px;
  font-size: 16px;
  color: #4c4c4c;
}

.form .form-control .form-group .file-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .form .form-control .form-group .file-group {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.form .form-control .form-group .file-group p {
  min-width: 325px;
  max-width: 325px;
  width: 100%;
  font-size: 14px;
  color: #4c4c4c;
  margin: 0;
  padding-left: 25px;
  box-sizing: border-box;
  width: 64%;
  /*height: 56px;*/
  /*line-height: 56px*/
}

@media (max-width: 1199px) {
  .form .form-control .form-group .file-group span {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .form .form-control .form-group .file-group span {
    width: 100%;
    padding-left: 10px;
    text-align: center;
    font-size: 12px;
  }
}

.form .form-control .form-group .file-group input[type='file'] {
  display: none;
}

.form .form-control .form-group .file-group .file-btn {
  height: 56px;
  cursor: pointer;
  font-size: 18px;
  color: #fff;
  background: #00aff9;
  border: none;
  padding: 0px 15px;
}

.order-page .form .form-control .form-group .file-group .file-btn {
  padding-left: 24px;
}

.form .form-control .form-group .file-group .file-btn:focus {
  outline: none;
}

.form .delete-file-form {
  padding: 0px 10px;
  font-size: 14px;
  cursor: pointer;
  color: red;
}

@media (max-width: 767px) {
  .form .form-control .form-group .file-group .file-btn {
    width: 280px;
    margin-bottom: 10px;
  }
}

.form input[type='checkbox'] {
  /* display: none; */
  position: absolute;
  left: -9999px;
}

.form .checkbox-group {
  width: 50%;
  box-sizing: border-box;
  margin-bottom: 75px;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .form .checkbox-group {
    width: 100%;
    padding: 0 25px 0 16px;
  }
}

.form .checkbox-group label {
  cursor: pointer;
  position: relative;
  display: block;
  margin-bottom: 32px;
}

.form .checkbox-group label > span {
  font-size: 20px;
  color: #4c4c4c;
}

@media (max-width: 767px) {
  .form .checkbox-group label > span {
    font-size: 16px;
  }
}

.form .checkbox-group label > span b {
  font-family: 'Avenir Next Cyr Bold';
  color: #00aff9;
  text-transform: uppercase;
}

.form .checkbox-group label .news-agree,
.form .checkbox-group label .private-agree {
  display: inline-block;
  padding: 8px 15px 0 42px;
}

.form .checkbox-group label .private-agree a {
  color: #4c4c4c;
  text-decoration: none;
}

.form .checkbox-group label .private-agree span {
  border-bottom: 1px solid #4c4c4c;
}

.form .checkbox-group label .checkbox {
  position: absolute;
  width: 30px;
  height: 30px;
  border: 2px solid #ccc;
}

.form .checkbox-group label input[type='checkbox']:checked + .checkbox,
.form .checkbox-group label input[type='checkbox']:checked + .error + .checkbox {
  background: url(../images/icon/check-ico_blue.png) 50% no-repeat;
  border-color: #00aff9;
}

.form .link-button {
  display: block;
  cursor: pointer;
  width: 184px;
  border: none;
  font-size: 18px;
  border-radius: 0;
  margin: 0 auto;
}

.form .link-button:after {
  right: 29px;
  background-size: 13px !important;
}

.form .form-control .form-group label input[name='f_surname'],
.form .form-control .form-group label input[name='f_fax'] {
  position: absolute;
  z-index: -1;
  width: 250px;
}

.order input[name='f_surname'],
.order input[name='f_fax'] {
  position: absolute;
  z-index: -1;
  width: 250px;
}

form .error {
  color: red;
}

form input.error {
  border-color: red !important;
}

form input.valid1 {
  border-color: #2fb457 !important;
}

.link-button {
    position: relative;
    display: inline-block;
    background-color: #fff;
    font-size: 0.9375vw;
    color: #00aff9;
    width: 11.875vw;
    height: 4.0625vw;
    line-height: 4.0625vw;
    text-transform: uppercase;
    text-decoration: none;
    text-align: left;
    padding-left: 1.3020833333vw;
    transition: all 0.3s;
}

.link-button.blue {
    box-sizing: border-box;
    background-color: #00aff9;
    color: #fff;
    text-transform: none;
    width: 10.46875vw;
    height: 3.75vw;
    line-height: 3.75vw;
    padding-left: 1.7708333333vw;
}

.form .link-button {
    display: block;
    cursor: pointer;
    width: 184px;
    border: none;
    font-size: 18px;
    border-radius: 0;
    margin: 0 auto;
}

.order-page .form .form-control .form-group.form-file-group .link-button {
    background-color: #fe551a;
}
.form .form-control .form-group.form-file-group .link-button {
    margin: inherit;
    height: 70px;
}

.form .form-group.form-file-group .link-button {
    width: 230px;
    padding-left: 60px;
}

.form .form-group.form-file-group .link-button:after {
    right: 45px;
}

.form .link-button:after {
    right: 29px;
    background-size: 13px !important;
}
.link-button.blue:after, .link-button:after {
    margin-top: -11px;
    top: 50%;
    width: 13px;
    height: 22px;
    background-size: 100%;
}
.link-button.blue:after {
    right: 1.7708333333vw;
    background: url(../images/icon/button-blue-arrow.png) no-repeat;
    background-size: 0.6770833333vw;
}
form .link-button:after {
    content: "";
    background: url(/assets/isv7/img/icons/button-blue-arrow.png) no-repeat !important;
}
.link-button:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -0.5729166667vw;
    right: 0.78125vw;
    display: block;
    width: 0.6770833333vw;
    height: 1.1458333333vw;
    background: url(../images/icon/button-arrow-grey.png) no-repeat;
    background-size: 0.6770833333vw;
}

.popup.callback .content .link-button:hover, .form .form-control .form-group.form-file-group .link-button:hover, .popup form .link-button:hover, .form .link-button:hover {
    color: #fff;
    background-color: #3b93d0 !important;
}

.order-services-section:after {
    content: '';
    background: url(/assets/isv7/img/icons/arrow-up.png) no-repeat;
    width: 34px;
    height: 29px;
    top: 1px;
    right: -50px;
    position: absolute;
    background-size: contain;
    transform: rotate(-180deg);
}

.order-services-section {
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
}

.devare-file-form {
  display: inline-block;
  font-size: 11px;
  color: #000;
  margin: 0 0 0 10px;
  box-sizing: border-box;
  cursor: pointer;
  opacity: 1;
  transition: 0.3s;
  vertical-align: middle;
  line-height: 1;
}

.devare-file-form:hover {
  opacity: 0.8;
}

.devare-file-form::before {
  content: '\2716';
}

form label input.error,
.form .form-group label input.error {
  background-image: url(/assets/isv7/img/icons/error-icon.png);
  background-position: 96% 50%;
  background-repeat: no-repeat;
}

form label input.valid1,
.form .form-group label input.valid1 {
  background-image: url(/assets/isv7/img/icons/valid-icon.png);
  background-position: 96% 50%;
  background-repeat: no-repeat;
}

form label textarea.valid1,
.form .form-group label textarea.valid1 {
  background-image: url(/assets/isv7/img/icons/valid-icon.png);
  background-position: 96% 50%;
  background-repeat: no-repeat;
}