html {
  font-size: 12pt;
}
body {
  font-family: Ubuntu-Regular;
  min-width: 1000px;
}
.container {
  min-width: 970px;
}
a:hover,
a:focus,
a:active {
  outline: none;
  text-decoration: none;
}
.hidden {
  display: none;
}
@font-face {
  font-family: "Ubuntu-Regular";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Ubuntu-Bold.ttf");
}
@font-face {
  font-family: "Ubuntu-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Ubuntu-Regular.ttf");
}
@font-face {
  font-family: "Ubuntu-Regular";
  font-style: normal;
  font-weight: 550;
  src: url("../fonts/Ubuntu-Medium.ttf");
}
@font-face {
  font-family: "Ubuntu-Regular";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Ubuntu-Light.ttf");
}
.steps-orders {
  display: flex;
  width: 100%;
  height: 60px;
  border-top: 4px solid #6b9cfc;
}
.steps-orders__first {
  width: 30%;
  background-color: #3761cb;
  text-align: right;
  line-height: 3.4rem;
  color: white;
  font-size: 1.25rem;
  padding-right: 0.875rem;
}
.steps-orders__blue-angle {
  font-size: 0px;
  line-height: 0%;
  width: 0px;
  border-top: 28px solid #eff6ff;
  border-left: 12px solid #3761cb;
  border-bottom: 28px solid #eff6ff;
}
.steps-orders__blue-angle-back {
  border-top: 28px solid #3761cb;
  border-left: 12px solid #eff6ff;
  border-bottom: 28px solid #3761cb;
}
.steps-orders__second,
.steps-orders__second-blue {
  background-color: #eff6ff;
  color: #3761cb;
  font-size: 1.25rem;
  line-height: 3.4rem;
  padding-left: 2rem;
  flex: 1 1 auto;
}
.steps-orders__second-blue {
  background: #3761cb;
  color: white;
  flex: none;
  padding-right: 2rem;
}
.content-purchase {
  background-image: url("../img/fon2.png");
  width: 100%;
  height: 100%;
  min-height: 80vh;
  background-size: cover;
}
.buy-item__image-block {
  margin: 0;
  max-height: 152px;
  height: 80%;
  width: 86%;
  padding-left: 1rem;
}
.buy-item__image-block_text {
  padding-top: 3.5rem;
}
.buy-item__image-block_text .image-block__title,
.buy-item__image-block_text .image-block__title-2 {
  color: #3761cb;
}
.selected-product__table {
  margin-top: 5.625rem;
  height: 13.125rem;
  display: flex;
  border-bottom: 2px solid #3761cb;
  padding: 0 2rem 1rem;
}
.selected-product__table_column {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  width: 6%;
}
.selected-product__table .column__package-and-license {
  width: 26%;
}
.selected-product__table .column__product {
  width: 14%;
}
.selected-product__table .column__product_content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  border-left: 1px solid #d0d0d0;
}
.selected-product__table .column__product_content .product-content__option {
  flex: 1 1 auto;
  margin: 0 1rem;
  display: flex;
  align-items: center;
}
.selected-product__table .column__product_content .product-content__option:last-child {
  border-top: 1px solid #d0d0d0;
}
.selected-product__table .column__product_content .product-content__option_text {
  flex: 1 1 auto;
  max-width: 10rem;
  font-size: 1rem;
}
.selected-product__table .column_title {
  text-align: center;
  color: #6b9cfc;
  font-size: 0.875rem;
}
.selected-product__table .column_text {
  text-align: center;
  font-size: 1rem;
  flex: 1 1 auto;
  line-height: 10;
  border-left: 1px solid #d0d0d0;
}
.selected-product__table .column_text-blue {
  color: #1d58a0;
}
.share-checkbox {
  height: auto;
  top: 3px;
  position: relative;
}
.share-checkbox label {
  width: 14px;
  height: 14px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(top, #222 0%, #45484d 100%);
  border-radius: 4px;
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.4);
}
.share-checkbox label:after {
  content: '';
  width: 10px;
  height: 6px;
  position: absolute;
  top: 3px;
  left: 2px;
  border: 3px solid #6b9cfc;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  transform: rotate(-45deg);
}
.share-checkbox label:hover::after {
  opacity: 0.3;
}
.share-checkbox input[type=checkbox] {
  visibility: hidden;
}
.share-checkbox input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.order-result__row {
  padding: 1rem 2rem 0;
  display: flex;
}
.order-result__row_link-license {
  font-size: 0.875rem;
  font-weight: 300;
  color: #3761cb;
  text-decoration: underline;
  margin-top: 1rem;
}
.order-result__row:last-child {
  padding-top: 0;
}
.user-data {
  margin-top: 4rem;
}
.user-data__title {
  font-size: 1.25rem;
  margin-bottom: 3rem;
}
.user-data__form {
  display: flex;
  flex-direction: column;
}
.user-data__form_fields .form-row {
  flex: 1 1 auto;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
}
.user-data__form_fields .form-row__title {
  font-size: 1rem;
  color: #949494;
  font-weight: 300;
  min-width: 8rem;
}
.user-data__form_fields .form-row__title span {
  color: #ee0000;
}
.user-data__form_fields .form-row__input {
  height: 2.75rem;
  width: 23.75rem;
  border: 1px solid #d0d0d0;
  font-size: 1.25rem;
  padding: 0 0.75rem;
  color: #949494;
}
.user-data__form_fields .form-row__input.error {
  border: 1px solid #ee0000;
}
.user-data__form_fields .form-row__input:focus ~ .form-row__message {
  opacity: 1;
}
.user-data__form_fields .form-row__message {
  height: 2.75rem;
  display: flex;
  align-items: center;
  margin-left: 1.75rem;
  opacity: 0;
}
.user-data__form_fields .form-row__message_angle {
  font-size: 0px;
  line-height: 0%;
  width: 0px;
  border-top: 22px solid rgba(0, 0, 0, 0);
  border-right: 12px solid #eff6ff;
  border-bottom: 22px solid rgba(0, 0, 0, 0);
}
.user-data__form_fields .form-row__message_text {
  color: #949494;
  font-size: 0.875rem;
  padding-right: 1.25rem;
  padding-left: 0.75rem;
  background: #eff6ff;
  height: 100%;
  line-height: 2.65rem;
}
.user-data__form_btn {
  width: 15rem;
  height: 3.5rem;
  line-height: 3.3rem;
  text-transform: uppercase;
  background: #3c65cb;
  color: white;
  font-size: 0.875rem;
  border: none;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  margin-top: 2rem;
}
.user-data__form_btn:hover {
  color: white;
}
.product__input {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  font-size: 0.875rem;
  height: 42px;
  line-height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 5rem;
}
.product__input:focus {
  border-color: #3c65cb;
}
.product__pcNumber {
  width: 3rem;
}
