body, html {
  margin: 0;
  padding: 0;
  font-family: "Raleway";
  background-color: #FCFCFC;
  color: #272727;
  font-feature-settings: "pnum" on, "lnum" on;
}

a {
  text-decoration: none;
}

input, button, a {
  font-feature-settings: "pnum" on, "lnum" on;
}

.container {
  width: 77.083vw;
  margin: 0 auto;
}

.header {
  background-color: #fff;
  box-shadow: 0.556vw 0.556vw 2.361vw 0vw rgba(0, 0, 0, 0.0784313725);
  z-index: 1;
  margin-bottom: 28px;
}
.header__content {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__btn {
  font-size: 1.111vw;
  padding: 0.556vw 0.833vw 0.694vw;
  background-color: #D32C39;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 100%;
  border-radius: 0.278vw;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.header__btn:hover {
  background-color: #F85461;
}
.header__btn svg {
  margin-top: 0.139vw;
  margin-left: 0.278vw;
  width: 0.347vw;
  height: 0.694vw;
}

.notification {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  background-color: #D32C39;
  color: #fff;
  padding: 0.694vw;
  box-shadow: 0 0 0.694vw rgba(0, 0, 0, 0.3);
  z-index: 9999;
  max-width: 20.833vw;
  border-radius: 0.347vw;
  font-size: 1.111vw;
  transition: opacity 0.3s ease;
}

.logo-link {
  margin: 1.667vw 0;
  display: flex;
}
.logo-img {
  width: 15.194vw;
}

.your-mark {
  background-color: #fff;
  box-shadow: 0.556vw 0.556vw 2.361vw 0vw rgba(0, 0, 0, 0.0784313725);
  border-radius: 0.694vw;
  display: flex;
  align-items: end;
  position: sticky;
  top: 2.222vw;
  z-index: 10;
}
.your-mark__title {
  font-size: 1.389vw;
  margin-left: 2.222vw;
  margin-bottom: 2.083vw;
  margin-top: 3.194vw;
  margin-right: 1.667vw;
  width: 5.694vw;
  font-weight: 600;
}
.your-mark__wrapper {
  display: flex;
  margin-bottom: 1.806vw;
}
.your-mark__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 1.111vw;
}
.your-mark__item:last-child {
  margin-right: 0;
}
.your-mark__item__number {
  color: #C0C0C0;
  font-size: 0.972vw;
  margin-bottom: 0.347vw;
}
.your-mark__item__value {
  width: 2.222vw;
  height: 2.222vw;
  background-color: #fff;
  border: 0.069vw solid #C0C0C0;
  border-radius: 0.417vw;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #272727;
  font-size: 0.972vw;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
}
.your-mark__item__line {
  width: 0.417vw;
  height: 0.104vw;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  position: absolute;
  margin-left: 3.472vw;
  margin-top: 2.5vw;
}
.your-mark__item.with-line .your-mark__item__line {
  background-color: #272727;
}

.disp-none {
  display: none;
}

.main {
  margin-top: 4.167vw;
  margin-bottom: 3.472vw;
}
.main__title {
  letter-spacing: -0.056vw;
  font-size: 2.778vw;
  margin-top: 0;
  margin-bottom: 2.222vw;
  display: flex;
  align-items: start;
}
.main__title span {
  font-size: 1.389vw;
  margin-left: 0.139vw;
}
.main__text {
  font-size: 1.111vw;
  margin: 0;
  width: 20.139vw;
  color: #646464;
}

.digit-input {
  width: 2.778vw;
  height: 2.083vw;
  display: flex;
  justify-content: center;
  text-align: center;
  font-family: "Raleway";
  font-size: 0.972vw;
  font-weight: 500;
  color: #272727;
  outline: none;
  border: 0.069vw solid #272727;
  border-radius: 0.347vw;
  transition: all 0.3s ease-in-out;
}

.form-item__var__cross-inputs {
  padding: 0 0.417vw;
  margin: 0 0.139vw;
  font-size: 0.972vw;
  font-weight: 500;
  pointer-events: none;
  cursor: default;
  transition: all 0.3s ease-in-out;
}

.form-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.form-item {
  background-color: #fff;
  border-radius: 0.694vw;
  box-shadow: 0.556vw 0.556vw 2.361vw 0vw rgba(0, 0, 0, 0.0784313725);
  margin-bottom: 1.806vw;
  border-radius: 0.694vw;
}
.form-item__title {
  margin-top: 1.944vw;
  margin-left: 2.222vw;
  margin-bottom: 2.361vw;
  font-size: 1.667vw;
  letter-spacing: -0.028vw;
}
.form-item__variants {
  margin-left: 2.222vw;
  display: flex;
  flex-direction: column;
  margin-bottom: 2.778vw;
}
.form-item__var {
  display: flex;
  align-items: start;
  cursor: pointer;
  margin-bottom: 0.972vw;
}
.form-item__var:last-of-type {
  margin-bottom: 0;
}
.form-item__var__short {
  position: absolute;
  margin-left: 0;
  width: 4.861vw;
  height: 2.083vw;
  margin-top: 0;
  border-radius: 0.347vw;
  font-size: 0.972vw;
  display: flex;
  font-weight: 500;
  align-items: center;
  justify-content: center;
  z-index: 3;
  color: #272727;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.form-item__var .checkbox {
  width: 4.861vw;
  border: none;
  height: 2.083vw;
  cursor: pointer;
  margin: 0;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
.form-item__var .checkbox::before {
  width: 4.861vw;
  height: 2.083vw;
  position: absolute;
  margin-left: 0;
  margin-top: 0;
  border: 0.069vw solid #272727;
  border-radius: 0.347vw;
  background-color: #fff;
  content: " ";
  transition: all 0.3s ease-in-out;
  color: #272727;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.972vw;
}
.form-item__var .checkbox:checked::before {
  background-color: #D32C39;
  border: 0.069vw solid #D32C39;
  color: #fff;
}
.form-item__var .checkbox:checked ~ .form-item__var__short {
  color: #fff;
}
.form-item__var .checkbox:disabled {
  pointer-events: none;
}
.form-item__var .checkbox:disabled ~ .form-item__var__short {
  color: #fff;
}
.form-item__var .checkbox:disabled label {
  color: #c0c0c0;
}
.form-item__var .checkbox:disabled ~ .form-item__var {
  cursor: no-drop;
}
.form-item__var .checkbox-with-digits {
  width: 8.681vw;
  border: none;
  height: 2.083vw;
  margin-left: 0;
  cursor: pointer;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.form-item__var .checkbox-with-digits:checked ~ .form-item__var__digit-inputs .digit-input {
  background-color: #D32C39;
  border-color: #D32C39;
  color: #fff;
}
.form-item__var .checkbox-with-digits:checked ~ .form-item__var__digit-inputs .digit-input::-webkit-input-placeholder {
  color: #fff;
}
.form-item__var .checkbox-with-digits:checked ~ .form-item__var__digit-inputs .form-item__var__cross-inputs {
  color: #D32C39;
}
.form-item__var.disabled-item {
  cursor: no-drop;
}
.form-item__var.disabled-item input {
  cursor: no-drop;
  pointer-events: none;
}
.form-item__var.disabled-item input::before {
  background-color: #C0C0C0;
  color: #fff;
  border: 0.069vw solid #C0C0C0;
}
.form-item__var.disabled-item label {
  color: #C0C0C0;
  cursor: no-drop;
}
.form-item__var.disabled-item .digit-input {
  background-color: #fff;
  color: #C0C0C0;
  border-color: #C0C0C0;
}
.form-item__var.disabled-item .digit-input::-webkit-input-placeholder {
  color: #C0C0C0;
}
.form-item__var.disabled-item .form-item__var__cross-inputs {
  color: #C0C0C0;
}
.form-item__var label {
  margin-top: 0.347vw;
  display: flex;
  cursor: pointer;
  margin-left: 1.25vw;
  flex-direction: column;
  font-size: 1.111vw;
  letter-spacing: -0.035vw;
  font-weight: 500;
  width: 50vw;
}
.form-item__var label span {
  opacity: 50%;
  margin-top: 0.139vw;
  font-size: 0.935vw;
}
.form-item__var__digit-inputs {
  position: absolute;
  margin-left: 0;
  margin-top: 0;
  display: flex;
  align-items: center;
}
.form-item__number {
  margin-left: 2.222vw;
  margin-bottom: 1.806vw;
  font-size: 0.972vw;
  font-weight: 500;
  opacity: 50%;
}
.form-btns {
  margin-top: 1.667vw;
  margin-bottom: 4.167vw;
}
.form-btns__wrap {
  display: flex;
  justify-content: end;
}
.form-btns__clear {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 13.889vw;
  height: 3.472vw;
  font-size: 1.25vw;
  border-radius: 0.694vw;
  background: none;
  margin-right: 16px;
  font-weight: 500;
  border: 0.05vw solid #D32C39;
  cursor: pointer;
  color: #D32C39;
  font-family: "Raleway";
  transition: all 0.3s ease-in-out;
}
.form-btns__clear:hover {
  border-color: #F85461;
  color: #F85461;
}
.form-btns__next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 13.889vw;
  height: 3.472vw;
  font-size: 1.25vw;
  border-radius: 0.694vw;
  background-color: #D32C39;
  font-weight: 500;
  border: 0.05vw solid #D32C39;
  cursor: pointer;
  color: #fff;
  font-family: "Raleway";
  transition: all 0.3s ease-in-out;
}
.form-btns__next:hover {
  background-color: #F85461;
}
.form-btns__next svg {
  margin-left: 0.417vw;
}

.full-mark {
  box-shadow: 0.556vw 0.556vw 2.361vw 0vw rgba(0, 0, 0, 0.0784313725);
  border-radius: 0.694vw;
  height: 3.472vw;
  display: flex;
  align-items: center;
  background-color: #fff;
}
.full-mark__content {
  font-size: 1.111vw;
  font-weight: 600;
  margin-left: 1.111vw;
  margin-top: 0;
  margin-bottom: 0;
}

.mark-description {
  box-shadow: 0.556vw 0.556vw 2.361vw 0vw rgba(0, 0, 0, 0.0784313725);
  border-radius: 0.694vw;
  margin-top: 1.111vw;
  overflow: hidden;
  background-color: #fff;
}
.mark-description__head {
  display: flex;
  width: 73.333vw;
  justify-content: space-between;
  align-items: start;
  margin: 1.667vw 1.667vw 1.111vw 2.083vw;
  background-color: #fff;
}
.mark-description__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.389vw;
}
.mark-description__edit {
  color: #D32C39;
  background-color: #fff;
  border: 0.069vw solid #D32C39;
  border-radius: 0.278vw;
  padding: 0.556vw 0.694vw 0.556vw 0.833vw;
  display: flex;
  align-items: center;
  font-family: "Raleway";
  font-weight: 500;
  font-size: 0.972vw;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.mark-description__edit svg {
  margin-left: 0.417vw;
  width: 0.694vw;
  height: 0.694vw;
  transition: all 0.3s ease-in-out;
}
.mark-description__edit svg path {
  transition: all 0.3s ease-in-out;
}
.mark-description__edit:hover {
  color: #F85461;
  border-color: #F85461;
}
.mark-description__edit:hover svg path {
  fill: #F85461;
}
.mark-description__wrap {
  display: flex;
  margin-left: 2.083vw;
  flex-direction: column;
  align-items: start;
  margin-bottom: 2.222vw;
}
.mark-description__item {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 0.833vw;
}
.mark-description__item:last-of-type {
  margin-bottom: 0;
}
.mark-description__value {
  width: 5.561vw;
  height: 2.222vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f0f0f0;
  border-radius: 0.278vw;
  margin-right: 1.011vw;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1.111vw;
  font-weight: 500;
  color: #646464;
}
.mark-description__text {
  font-size: 0.972vw;
  color: #646464;
  margin: 0;
}
.mark-description__btns {
  display: flex;
  justify-content: end;
  margin-top: 2.222vw;
  margin-bottom: 4.167vw;
}
.mark-description__print {
  font-family: "Raleway";
  width: 17.361vw;
  height: 3.611vw;
  font-size: 1.25vw;
  font-weight: 500;
  background: none;
  border: 0.069vw solid #D32C39;
  border-radius: 0.694vw;
  color: #D32C39;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.25vw;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.mark-description__print svg {
  width: 1.667vw;
  height: 1.528vw;
  margin-left: 0.556vw;
}
.mark-description__print svg path {
  transition: all 0.3s ease-in-out;
}
.mark-description__print:hover {
  color: #F85461;
  border-color: #F85461;
}
.mark-description__print:hover svg path {
  fill: #F85461;
}
.mark-description__order {
  width: 17.361vw;
  height: 3.611vw;
  background-color: #D32C39;
  color: #fff;
  border: none;
  border-radius: 0.694vw;
  font-family: "Raleway";
  font-size: 1.25vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.mark-description__order svg {
  width: 1.25vw;
  height: 0.972vw;
  margin-left: 0.417vw;
  margin-top: 0.139vw;
}
.mark-description__order:hover {
  background-color: #F85461;
}

textarea {
  resize: none;
  width: 30.833vw;
  height: 6.25vw;
  outline: none;
  border: 0.069vw solid #E3E3E3;
  border-radius: 0.278vw;
  padding-left: 1.111vw;
  padding-top: 0.833vw;
  padding-right: 1.111vw;
  padding-bottom: 0.833vw;
  font-family: "Raleway";
  font-size: 0.972vw;
  font-weight: 500;
  color: #272727;
  transition: all 0.3s ease-in-out;
}
textarea:focus {
  border-color: #272727;
  outline: none;
}
textarea::-webkit-input-placeholder {
  font-weight: 400;
  color: #646464;
}

.form-bg {
  background-color: #fff;
  box-shadow: 0.556vw 0.556vw 2.361vw 0vw rgba(0, 0, 0, 0.0784313725);
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  border-radius: 0.694vw;
}
.form__item-wrap {
  margin-left: 2.222vw;
  margin-bottom: 2.778vw;
  margin-right: 2.222vw;
}
.form__item-wrap:first-of-type {
  margin-top: 2.222vw;
}
.form__item-wrap:last-of-type {
  margin-bottom: 2.222vw;
  margin-top: -1.389vw;
  display: flex;
  align-items: center;
}
.form__block-title {
  font-size: 0.972vw;
  margin-top: 0;
  margin-bottom: 1.25vw;
  font-weight: 600;
  letter-spacing: -0.014vw;
}
.form-btn {
  margin-top: 2.222vw;
  margin-bottom: 4.167vw;
  width: 37.778vw;
  height: 3.611vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  background-color: #D32C39;
  color: #fff;
  border-radius: 0.694vw;
  font-size: 1.25vw;
  font-family: "Raleway";
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.form-btn:hover {
  background-color: #F85461;
}
.form-btn svg {
  width: 1.111vw;
  height: 0.833vw;
  margin-left: 0.417vw;
}

.input {
  width: 14.375vw;
  height: 2.778vw;
  border: 0.069vw solid #E3E3E3;
  outline: none;
  font-weight: 500;
  border-radius: 0.278vw;
  font-size: 0.972vw;
  font-family: "Raleway";
  color: #272727;
  padding-left: 1.111vw;
  transition: all 0.3s ease-in-out;
}
.input::-webkit-input-placeholder {
  color: #646464;
  font-weight: 400;
  font-family: "Raleway";
}
.input:first-of-type {
  margin-right: 1.389vw;
}
.input:focus {
  border-color: #272727;
  outline: none;
}

.checkbox {
  width: 0.972vw;
  height: 0.972vw;
  cursor: pointer;
}

.check-label {
  font-size: 0.833vw;
  margin-left: 8px;
  color: #646464;
}
.check-label a {
  color: #D32C39;
  transition: all 0.3s ease-in-out;
}
.check-label a:hover {
  color: #F85461;
}

.blank-head {
  width: 100vw;
}

.print-title {
  margin: 11.111vw auto 6.25vw auto;
  text-align: center;
  font-size: 4.167vw;
}
.print__full-mark {
  display: flex;
  flex-direction: column;
  margin-bottom: 4.167vw;
}
.print__full-mark__subtext {
  font-size: 1.806vw;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0.972vw;
  font-weight: 600;
  color: #646464;
}
.print__full-mark__value {
  font-size: 2.361vw;
  font-weight: 600;
  margin: 0;
  font-weight: 600;
}
.print__mark-description {
  margin-bottom: 6.25vw;
  min-height: 90vw;
}
.print__mark-description__head {
  margin-bottom: 2.222vw;
}
.print__mark-description__title {
  font-size: 1.806vw;
  text-transform: uppercase;
  margin-top: 0;
  font-weight: 600;
  color: #646464;
}
.print__mark-description__wrap {
  display: flex;
  flex-direction: column;
  justify-content: start;
}
.print__mark-description__item {
  display: flex;
  align-items: center;
  margin-bottom: 1.111vw;
}
.print__mark-description__item:nth-of-type(16) {
  margin-bottom: 10vw;
}
.print__mark-description__item:nth-of-type(17) {
  padding-top: 10vw;
}
.print__mark-description__value {
  border: 0.069vw solid #272727;
  border-radius: 0.278vw;
  width: 6.597vw;
  height: 3.056vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.667vw;
  margin: 0;
}
.print__mark-description__text {
  font-size: 1.667vw;
  margin-left: 1.667vw;
  margin-bottom: 0;
  margin-top: 0;
}

.visual__title {
  font-size: 1.806vw;
  text-transform: uppercase;
  margin-top: 0;
  font-weight: 600;
  color: #646464;
  margin-bottom: 2.778vw;
}
.visual__img {
  margin-bottom: 6.25vw;
}
.visual__img__content {
  width: 100%;
  height: 41.667vw;
  border-radius: 0.694vw;
  -o-object-fit: cover;
     object-fit: cover;
  background-position: center;
  background-size: cover;
  display: none;
}
.visual__img.vis-1 .render-1 {
  display: block;
}
.visual__img.vis-2 .render-2 {
  display: block;
}
.visual__img.vis-2 .render-2 {
  display: block;
}
.visual__img.vis-3 .render-3 {
  display: block;
}
.visual__img.vis-4 .render-4 {
  display: block;
}
.visual__img.vis-5 .render-5 {
  display: block;
}
.visual__img.vis-6 .render-6 {
  display: block;
}
.visual__img.vis-7 .render-7 {
  display: block;
}
.visual__img.vis-8 .render-8 {
  display: block;
}
.visual__img.vis-9 .render-9 {
  display: block;
}
.visual__img.vis-10 .render-10 {
  display: block;
}

@media print {
  .visual {
    page-break-inside: always;
  }
}
@page {
  margin: 10mm 10mm 10mm 20mm;
}
.form-item__var.long-elem .checkbox, .form-item__var.long-elem .form-item__var__short {
  width: 7.5vw;
}
.form-item__var.long-elem .checkbox::before {
  width: 7.5vw;
}/*# sourceMappingURL=style.css.map */