/*!******************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/css/contacts.scss ***!
  \******************************************************************************************************************************************************************************************************************/
.question {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 120px 0 60px 0;
  margin-bottom: 120px;
}

.question__img {
  width: 616px;
}

.question__cube1 {
  position: absolute;
  left: 26px;
  top: -57px;
}

.question__cube2 {
  position: absolute;
  left: 613px;
  top: 254px;
}

.question__socials {
  width: 100%;
  display: flex;
  align-items: center;
}

.question__social {
  width: 50%;
  justify-content: flex-end;
}

.question__social:first-child {
  padding-right: 60px;
}

.form {
  width: 444px;
}

.form--scroll {
  height: 600px;
  overflow-y: scroll;
}

.form__title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 16px;
}

.form__title--product {
  margin-bottom: 0;
}

.form__intro {
  margin-bottom: 40px;
}

.form__pricebox {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 8px;
}

.form__price {
  font-weight: 400;
}

.form__spec {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

.form__key {
  position: relative;
  color: #9F9F9F;
  z-index: 1;
  background: white;
  padding-right: 4px;
  white-space: nowrap;
}

.form__value {
  position: relative;
  z-index: 1;
  background: white;
  padding-left: 4px;
  text-align: right;
}

.form__dash {
  width: 100%;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 17px;
  border-bottom: 1px dashed #8C8C8C;
}

.form__input {
  background: #F7F6F3;
  display: block;
  width: 100%;
  height: 62px;
  padding: 13px 30px;
  font-size: 16px;
  line-height: 36px;
  margin-bottom: 16px;
  border: 3px solid #F7F6F3;
  transition: .3s;
}

.form__input--alert {
  border: 3px solid #FF725E;
  transition: .3s;
}

.form__input:focus {
  background: white;
  border: 3px solid #F7F6F3;
  transition: .3s;
}

.form__input::-moz-placeholder {
  opacity: .5;
}

.form__input:-ms-input-placeholder {
  opacity: .5;
}

.form__input::placeholder {
  opacity: .5;
}

.form__button {
  background: #B16F54;
  height: 62px;
  margin: 40px 0 16px 0;
  font-weight: 600;
  line-height: 36px;
  color: #F4F2EE;
  width: 100%;
  transition: .3s;
}

.form__button:hover, .form__button:focus-visible {
  cursor: pointer;
  background: #653B2A;
  transition: .3s;
}

.form__link {
  display: inline;
  color: #B16F54;
  transition: .3s;
}

.form__link:hover, .form__link:focus-visible {
  cursor: pointer;
  color: #404040;
  transition: .3s;
}

.form__specs {
  padding: 50px 0;
  color: #9F9F9F;
}

.form__specs p:first-of-type {
  margin-top: 0;
}

.form__specs p:last-of-type {
  margin-bottom: 0;
}

.form__state {
  opacity: 1;
}

.form__alert {
  color: #FF725E;
  display: flex;
  align-items: center;
  margin: 16px 0;
}

.social {
  display: flex;
  align-items: center;
}

.social__social {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 14px;
}

.social__social:last-of-type {
  margin-right: 0;
}

.social__social:hover .social__icon, .social__social:focus-visible .social__icon {
  visibility: visible;
  opacity: 1;
  transition: .3s;
}

.social__name {
  opacity: 0.5;
  margin-left: 20px;
}

.social__name--opposite {
  margin: 0 20px 0 0;
}

.social__icon {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: .3s !important;
}

.modalReq {
  position: fixed;
  overflow-y: scroll;
  z-index: 10;
  background: rgba(64, 64, 64, 0.5);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.modalReq__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  padding: 60px 0;
  width: 1320px;
  margin: 80px auto;
  cursor: default;
}

.modalReq__body {
  width: 948px;
  display: flex;
  justify-content: space-between;
}

.modalReq__col {
  width: 444px;
}

.modalReq__col--success {
  padding-left: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.modalReq__item {
  margin-bottom: 40px;
}

.modalReq__title {
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 8px;
}

.modalReq__input {
  background: #F7F6F3;
  height: 62px;
  width: 100%;
  border: 3px solid #F7F6F3;
  padding: 13px 30px;
  line-height: 36px;
  transition: .3s;
}

.modalReq__input:hover, .modalReq__input:focus-visible {
  border-color: #B16F54;
}

.modalReq__input--alert {
  border: 3px solid #FF725E;
  transition: .3s;
}

.modalReq__input--margin {
  margin-bottom: 16px;
}

.modalReq__input:focus {
  background: white;
  border: 3px solid #F7F6F3;
  transition: .3s;
}

.modalReq__selectbox {
  background: #F7F6F3;
  height: 62px;
  width: 100%;
  position: relative;
}

.modalReq__selectbox:hover .modalReq__select, .modalReq__selectbox:focus-visible .modalReq__select {
  border-color: #B16F54;
}

.modalReq__select {
  background: transparent;
  height: 100%;
  width: 100%;
  padding: 13px 30px;
  line-height: 36px;
  border: 3px solid transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  transition: border-color .3s ease-in-out;
}

.modalReq__select:focus-visible {
  border-color: #B16F54;
}

.modalReq__textarea {
  display: block;
  width: 100%;
  height: 218px;
  background: #F7F6F3;
  padding: 13px 30px;
  color: #898988;
  border: 3px solid #F7F6F3;
  transition: .3s;
}

.modalReq__item:focus-visible .modalReq__textarea {
  border-color: #B16F54;
}

.modalReq__textarea:hover {
  border-color: #B16F54;
}

.modalReq__textarea:focus {
  background: white;
  border: 3px solid #F7F6F3;
  transition: .3s;
}

.modalReq__arrow {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 30px;
  margin: auto;
  pointer-events: none;
}

.modalReq__quad1 {
  position: absolute;
  left: 0;
  bottom: 183px;
}

.modalReq__quad2 {
  position: absolute;
  right: 0;
  top: 128px;
}

.modalReq__buttons {
  display: flex;
  align-items: center;
  margin-right: -16px;
}

.modalReq__button {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: calc(50% - 16px);
  margin-right: 16px;
  height: 62px;
  background: #FCFBFA;
  color: #B3B3B3;
  border: 3px solid #FCFBFA;
  transition: .3s;
}

.modalReq__button:hover {
  color: #404040;
  border-color: #B16F54;
  background: white;
  transition: .3s;
}

.modalReq__button--active {
  pointer-events: none;
  color: #404040;
  background: #F7F6F3;
  border: 3px solid #F7F6F3;
  transition: .3s;
}

.modalReq__close {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  transition: .3s;
}

.modalReq__close:hover {
  fill: #F44C4C;
  transition: .3s;
}

.modalReq__alert {
  color: #FF725E;
  display: flex;
  align-items: center;
  margin: 16px 0;
  position: absolute;
  bottom: 210px;
}

.modalReq__hidden {
  visibility: hidden;
}

.modalReq__supertitle {
  font-weight: 600;
  font-size: 40px;
  line-height: 60px;
  margin-bottom: 24px;
}

.modalReq__intro {
  margin-bottom: 100px;
}

.footer {
  position: relative;
  min-width: 1200px;
}

.footer__content {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  position: relative;
  z-index: 1;
}

.footer__logo {
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: opacity .3s ease-in-out;
}

.footer__logo:hover, .footer__logo:focus-visible {
  opacity: 0.6;
}

.footer__col {
  position: relative;
  width: 50%;
}

.footer__col--left {
  background: #F4F2EE;
  padding: 50px 80px 54px 80px;
}

.footer__col--right {
  background: #D5B49D;
  padding: 154px 80px 54px 80px;
}

.footer__grid {
  display: flex;
  flex-wrap: wrap;
  margin: 24px -32px 25px 0;
}

.footer__item {
  width: calc(50% - 32px);
  margin-right: 32px;
  margin-bottom: 40px;
}

.footer__key {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 4px;
  opacity: .5;
}

.footer__value {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}

.footer__value--link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: .3s;
}

.footer__value--link:hover, .footer__value--link:focus-visible {
  color: #D5B49D;
  transition: .3s;
}

.footer__copyright {
  font-size: 14px;
  line-height: 14px;
  opacity: .5;
}

.footer__develop {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 14px;
  line-height: 14px;
  color: #8B7A6F;
}

.footer__toproi {
  display: flex;
  margin-left: 16px;
}

.footer__toproi svg {
  transition: .3s;
}

.footer__toproi:hover svg, .footer__toproi:focus-visible svg {
  fill: #F4F2EE;
  transition: .3s;
}

.footer__pages {
  display: flex;
  flex-wrap: wrap;
  width: 276px;
  margin: 0 0 45px 0;
}

.footer__page {
  font-size: 18px;
  line-height: 32px;
  width: 98px;
  margin: 0 40px 8px 0;
  transition: .3s;
}

.footer__page:hover, .footer__page:focus-visible {
  color: #F4F2EE;
  transition: .3s;
}

.footer__box1 {
  position: absolute;
  top: -95px;
  left: 256px;
  z-index: -1;
}

.footer__box2 {
  position: absolute;
  top: -60px;
  left: 232px;
}

.footer__title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 48px;
}

.footer__left {
  position: absolute;
  width: 50%;
  top: 0;
  left: 0;
  background: #F4F2EE;
  height: 100%;
}

.footer__right {
  position: absolute;
  width: 50%;
  top: 0;
  right: 0;
  background: #D5B49D;
  height: 100%;
}

.footer__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.requisite {
  display: flex;
  padding: 0 0 60px 75px;
  margin-bottom: 120px;
}

.requisite__col {
  width: 50%;
}

.requisite__col:last-of-type {
  position: relative;
  padding-left: 145px;
}

.requisite__title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 56px;
}

.requisite__key {
  font-size: 14px;
  line-height: 21px;
  opacity: 0.5;
  margin-bottom: 10px;
}

.requisite__value {
  max-width: 390px;
  margin-bottom: 32px;
}

.requisite__grid {
  display: flex;
  flex-wrap: wrap;
}

.requisite__item {
  width: 50%;
}

.requisite__imgbox1 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 293px;
  height: 328px;
}

.requisite__imgbox2 {
  position: absolute;
  bottom: 0;
  right: 323px;
  width: 293px;
  height: 198px;
}

.requisite__img {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1300px) {
  .block__subtitle {
    left: calc(100% - 303px);
  }
  .question__img {
    width: 516px;
  }
  .question__cube2 {
    left: 514px;
  }
}

