:root {
  --main-font: "Muller", sans-serif;
  --font-size: 16px;
  --line-height: 21px;
  --transition: .25s ease;
  --bg-gray: #F1F2F5;
  --border-gray: rgba(185, 190, 203, 0.3);
  --orange: #F15700;
  --light-orange: #FFECE1;
}

h2, .h2 {
  font-weight: 800;
  font-size: 30px;
  line-height: 30px;
  color: #121212;
}

h4, .h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  color: #121212;
}

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
}

* {
  box-sizing: border-box;
}
*:before {
  box-sizing: border-box;
}
*:after {
  box-sizing: border-box;
}

.page {
  scroll-behavior: smooth;
}

.page__body {
  font-family: var(--main-font);
  font-size: var(--font-size);
  line-height: var(--line-height);
  height: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  letter-spacing: 0.3px;
  background-color: var(--bg-gray);
  color: #121212;
}

.page-footer {
  margin-top: auto;
}

img {
  max-width: 100%;
  height: auto;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

img, svg, iframe {
  vertical-align: top;
}

::-moz-placeholder {
  opacity: 1;
}

::placeholder {
  opacity: 1;
}

::-moz-selection {
  background-color: #000;
  color: var(--orange);
}

::selection {
  background-color: #000;
  color: var(--orange);
}

.list-reset {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.btn-reset {
  padding: 0;
  margin: 0;
  background: 0;
  border: 0;
  color: inherit;
  text-align: left;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.link-reset {
  text-decoration: none;
  color: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.input-reset {
  padding: 0;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: none;
  border-radius: 0;
}

.visually-hidden {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

input, textarea {
  padding: 0;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: none;
  border-radius: 0;
}

.input {
  display: block;
  position: relative;
}
.input--check {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.input--check:not(.attachFile) {
  min-height: 92px;
}
.input--check-min .btn-file {
  max-width: 90px;
  height: 85px;
  flex-direction: column;
}
.input--check-min .btn-file svg {
  margin-right: 0;
  margin-bottom: 10px;
}
.input--span {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  min-height: unset !important;
}
.input--span .input__title {
  margin-bottom: 0;
  margin-left: 20px;
}
.input[data-text] {
  position: relative;
}
.input[data-text]::after {
  content: attr(data-text);
  pointer-events: none;
  position: absolute;
  right: 0;
  margin-right: -20px;
  top: 50%;
  transform: translateY(-50%) translateX(100%);
}
.input--small .input__field {
  height: 38px;
}
.input:focus-within .input__title {
  color: var(--orange);
}
.input__color {
  height: 60px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  display: flex;
}
.input__color input {
  position: absolute;
  bottom: 0;
}
.input__color:focus-within {
  box-shadow: 0 0 0 3px var(--orange);
}
.input__color-box {
  width: 90px;
  height: 100%;
  background-color: var(--color);
}
.input__color-text {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #121212;
  margin-left: 25px;
  height: 100%;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.input__title {
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 10px;
  transition: var(--transition);
}
.input__field {
  background: #FFFFFF;
  border-radius: 5px;
  padding: 0 20px;
  height: 60px;
  transition: var(--transition);
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  border: 1px solid transparent;
  width: 100%;
}
.input__field::-moz-placeholder {
  color: #7E859A;
}
.input__field::placeholder {
  color: #7E859A;
}
.input__field:focus {
  outline: none;
  border-color: var(--orange);
}
.input textarea {
  line-height: 1.4;
}
.input textarea.input__field {
  padding-top: 15px;
  padding-bottom: 14px;
  min-height: 132px;
  resize: vertical;
}
.input textarea.input__field--textmin {
  min-height: 60px;
}

.switcher {
  cursor: pointer;
}
.switcher input:checked + .switcher__area {
  background-color: var(--light-orange);
}
.switcher input:checked + .switcher__area::before {
  background-color: var(--orange);
  transform: translateX(30px);
}
.switcher input:focus + * {
  box-shadow: 0 0 0 3px var(--light-orange);
}
.switcher__area {
  background: #F0F0F0;
  border: 5px solid #fff;
  border-radius: 30px;
  height: 35px;
  width: 66px;
  transition: var(--transition);
  position: relative;
}
.switcher__area::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #BABABA;
  border-radius: 50%;
  transition: var(--transition);
}

input:focus + .btn-file {
  box-shadow: 0 0 0 3px var(--orange);
}

.btn-file {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: #FFFFFF;
  background: #282828;
  border-radius: 5px;
  height: 48px;
  cursor: pointer;
  transition: var(--transition);
}
.btn-file:hover {
  background-color: var(--orange);
}
.btn-file svg {
  margin-right: 12px;
}

.files-area {
  background: #E1E1E1;
  border-radius: 5px;
  padding: 12px;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 15px;
  visibility: hidden;
  opacity: 0;
  transition: var(--transition);
}
.files-area.vissible {
  visibility: visible;
  opacity: 1;
}

.file {
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  flex-direction: column;
  position: relative;
}
.file-delete {
  font-size: 35px;
  line-height: 28px;
  width: 20px;
  height: 20px;
  font-weight: 800;
  color: red;
  display: flex;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}
.file img {
  max-height: 150px;
  max-width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
.file__name {
  font-size: 15px;
  line-height: 17px;
  margin-top: 5px;
}

.quality {
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 5px;
  overflow: hidden;
}
.quality input:focus + .quality__text {
  background-color: #000;
}
.quality input:checked + .quality__text {
  background-color: var(--orange);
}
.quality__text {
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  color: #fff;
  height: 60px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  background-color: var(--bg);
  cursor: pointer;
  transition: var(--transition);
}
.quality__text--1 {
  --bg: #7E7E7E;
}
.quality__text--2 {
  --bg: #616161;
}
.quality__text--3 {
  --bg: #3F3F3F;
}
.quality__text--4 {
  --bg: #282828;
}

.data-field {
  display: flex;
  gap: 10px;
}
.data-field__img {
  position: relative;
  height: 85px;
  width: 65px;
  background-color: #CECECE;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.data-field__img img, .data-field__img video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}
.data-field__img.human::after {
  content: url(../img/human.svg);
  height: 64px;
  position: absolute;
  bottom: 0;
}
.data-field__img.video {
  align-items: center;
}
.data-field__img.video::after {
  content: url(../img/play.svg);
  height: 27px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.input-row {
  display: grid;
  gap: 20px;
}
.input-row--1 {
  grid-template-columns: 290px 150px 1fr;
}
.input-row--2 {
  grid-template-columns: 250px 190px 1fr;
}

.person-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--light-orange);
  border-radius: 5px;
  height: 60px;
  width: 100%;
  cursor: pointer;
  gap: 10px;
  font-size: 15px;
  line-height: 15px;
  transition: var(--transition);
}
.person-btn path {
  transition: var(--transition);
}
.person-btn:focus, .person-btn:hover {
  background-color: var(--orange);
  color: #fff;
}
.person-btn:focus path, .person-btn:hover path {
  stroke: #fff;
}

.lang {
  display: flex;
  align-items: center;
}
.lang__item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: 20px;
}
.lang__item span {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
}
.lang .input {
  margin-left: 20px;
  width: 100%;
}

.brief {
  margin-top: 60px;
  margin-bottom: 60px;
  position: relative;
}
.brief__content {
  padding-top: 25px;
}
.brief::before {
  content: "";
  border-left: 2px solid var(--border-gray);
  position: absolute;
  top: 0;
  left: -67px;
  bottom: 0;
  height: 100%;
}
.brief__aside {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
}
.brief__title {
  margin-top: 0;
  margin-bottom: 38px;
}
.brief-count {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: var(--orange);
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  margin-left: -101px;
  top: 0;
  z-index: 10;
}
.brief-count b {
  font-size: 30px;
  line-height: 24px;
  font-weight: 800;
}
.brief-group {
  position: relative;
}
.brief__step {
  padding-top: 20px;
  padding-bottom: 60px;
  position: relative;
  margin-top: -70px;
}
.brief__step:not(.no-line)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -67px;
  width: calc(100% + 67px);
  border-bottom: 2px solid var(--border-gray);
}

.calc {
  padding: 31px 29px;
  background: #292929;
  border-radius: 10px;
  color: #fff;
  margin-top: 43px;
}
.calc__title {
  text-align: center;
  margin-bottom: 30px;
  font-weight: 800;
}
.calc__body {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
  grid-template-columns: 100%;
  gap: 15px;
}
.calc-item {
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
}
.calc__price {
  margin-top: 30px;
  font-weight: 800;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}
.calc__price h3, .calc__price p {
  margin: 0;
}

.select {
  background-color: #FFFFFF;
  border-radius: 10px;
  position: relative;
  display: block;
  cursor: pointer;
  height: 100%;
  overflow: hidden;
}
.select:focus-within {
  box-shadow: 0 0 0 2px var(--orange);
}
.select-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(220, 220, 220, 0.75);
  height: 100%;
  width: 100%;
  z-index: 2;
  transition: var(--transition);
}
.select__item input:checked + .select-check {
  background-color: var(--orange);
}
.select__item input:checked + .select-check svg {
  transform: scale(1);
}
.select__item input:checked + .select-check + .select-bg {
  visibility: hidden;
  opacity: 0;
}
.select-check {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 35px;
  height: 35px;
  background: #F1F2F5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
  z-index: 3;
}
.select-check svg {
  transform: scale(0);
  transition: var(--transition);
}
.select__type {
  padding: 40px 20px 21px;
  min-height: 390px;
}
.select__type > img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.select__type strong {
  font-weight: 800;
  font-size: 20px;
  line-height: 20px;
  color: #252525;
  text-align: center;
  display: block;
  margin-bottom: 20px;
}
.select__type p {
  text-align: center;
  margin-bottom: 15px;
}
.select__water {
  min-height: 264px;
}
.select__water-top {
  text-align: center;
  display: flex;
  flex-direction: column;
  padding-top: 22px;
  padding-bottom: 30px;
  position: relative;
}
.select__water-top span {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 21px;
  display: block;
  margin-bottom: 21px;
}
.select__water-top strong {
  font-weight: 800;
  font-size: 20px;
  line-height: 20px;
  color: #252525;
}
.select__water-top svg {
  position: absolute;
  top: 18px;
  right: 24px;
}
.select__water-top p {
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
  margin: 0;
  text-transform: uppercase;
  padding: 0 11px;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  font-size: 12px;
  line-height: 21px;
  background: #D9D9D9;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -11px;
}
.select__water-bot {
  background: #F8F8F8;
  padding: 42px 30px 24px;
  text-align: center;
  line-height: 21px;
}
.select__design {
  background-color: #fff;
}
.select__design img {
  border-radius: 10px;
}
.select__design-info {
  padding: 30px;
}
.select__design-info strong {
  display: block;
  font-weight: 800;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 24px;
}
.select__design-info p {
  margin: 0;
}
.select__bottom {
  text-align: center;
}
.select__bottom--1 {
  padding: 30px;
}
.select__bottom--2 {
  padding: 50px 30px 30px;
}
.select__bottom-info strong {
  display: block;
  margin-bottom: 20px;
  font-weight: 800;
  font-size: 20px;
  line-height: 20px;
}
.select__bottom-info p {
  margin: 0;
  line-height: 21px;
}
.select__bottom-info.mt20 {
  margin-top: 20px;
}
.select__bottom-info.mt30 {
  margin-top: 30px;
}
.select__color {
  padding: 90px 25px 30px;
}
.select__color svg {
  margin-bottom: 55px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.select__color strong {
  text-align: center;
  font-weight: 800;
  font-size: 20px;
  line-height: 20px;
  display: block;
}
.select__dev-bg {
  height: 120px;
  background: var(--bg) no-repeat center/cover;
  background-color: var(--color);
}
.select__dev-bg img {
  position: relative;
  top: 60px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.select__dev-info {
  padding: 70px 30px 30px;
  text-align: center;
}
.select__dev-info strong {
  display: block;
  margin-bottom: 20px;
  font-weight: 800;
  font-size: 20px;
  line-height: 20px;
}
.select__dev-info p {
  margin: 0;
  line-height: 21px;
}
.select ul {
  display: grid;
  grid-template-columns: repeat(3, -webkit-max-content);
  grid-template-columns: repeat(3, max-content);
  gap: 24px;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
}
.select ul.text-grid {
  grid-template-columns: auto;
  grid-auto-flow: column;
  gap: 12px;
}

.socials {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.socials .social {
  display: flex;
  align-items: center;
  gap: 15px;
}
.socials .social__name {
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  color: #000000;
  display: flex;
  align-items: center;
  margin-right: 15px;
  min-width: 104px;
}
.socials .social__name img {
  margin-left: 10px;
}
.socials .social__input {
  visibility: hidden;
  opacity: 0;
  transition: var(--transition);
  max-width: 500px;
  width: 100%;
}
.socials .social__input.vissible {
  visibility: visible;
  opacity: 1;
}

.switch-block {
  display: none;
  transition: var(--transition);
}
.switch-block.vissible {
  display: block;
}

.copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.copyright__item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 410px;
  background-color: #fff;
  min-height: 130px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: var(--transition);
}
.copyright__item.active {
  box-shadow: 0 0 0 3px var(--orange);
}
.copyright__item:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.copyright__btn {
  width: 90px;
  height: 45px;
  border-radius: 52px;
  background-color: #fff;
  border: 5px solid #D9D9D9;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  display: flex;
  justify-content: space-between;
  transition: var(--transition);
}
.copyright__label {
  cursor: pointer;
}
.copyright__label input:checked + span {
  background-color: var(--orange);
}
.copyright__label input:checked + span svg {
  transform: scale(1);
}
.copyright__label span {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  transition: var(--transition);
}
.copyright__label span svg {
  position: absolute;
  transform: scale(0);
}
.copyright__label span::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #D9D9D9;
  border-radius: 50%;
  display: block;
  z-index: -1;
}
.copyright__col {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.copyright__col:last-child {
  background-color: #F8F8F8;
}
.copyright strong {
  font-weight: 800;
  font-size: 20px;
  line-height: 20px;
  color: #252525;
}
.copyright p {
  margin: 0;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}
.copyright img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*# sourceMappingURL=main.css.map */
