.product-1c {
  padding: 100px 0 0;
  background: #fff;
}
.product-1c * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.product-1c_inner {
  max-width: 1162px;
  margin: 0 auto;
  padding: 0 15px;
}
.product-1c_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 22px;
  margin-bottom: 56px;
  text-align: center;
}
.product-1c_head h2 {
  margin: 0;
  color: #303030;
  font-size: clamp(22px, 2.4vw, 28px);
  line-height: 1.15;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.product-1c_line {
  display: block;
  width: 108px;
  height: 3px;
  background: #006fd8;
}
.product-1c_row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 42px 32px;
}
.product-1c_card {
  min-width: 0;
  border-radius: 24px;
  -webkit-transition: -webkit-box-shadow 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.product-1c_card:hover {
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1490196078);
}
.product-1c_card:hover .product-1c_img {
  background: transparent;
}
.product-1c_card--request {
  min-height: 390px;
  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;
  border-radius: 24px;
  background: #f7f7f7;
}
.product-1c_img {
  min-height: 214px;
  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;
  padding: 28px 24px;
  border-radius: 24px;
  background: #f8f8f8;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.product-1c_img img {
  display: block;
  max-width: 190px;
  max-height: 170px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-1c_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 185px;
  padding: 22px 16px 16px;
}
.product-1c_body h3 {
  min-height: 52px;
  margin: 0 0 14px;
  color: #303030;
  font-size: clamp(16px, 1.8vw, 17px);
  line-height: 1.15;
  font-weight: 400;
}
.product-1c_price {
  margin: 0 0 28px;
}
.product-1c_price div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 14px;
  margin-bottom: 10px;
}
.product-1c_price div:last-child {
  margin-bottom: 0;
}
.product-1c_price dt,
.product-1c_price dd {
  margin: 0;
  line-height: 1.2;
  font-weight: 400;
}
.product-1c_price dt {
  color: #b4b4b4;
  font-size: clamp(13px, 1.2vw, 14px);
}
.product-1c_price dd {
  color: #3e3e3e;
  white-space: nowrap;
  font-size: clamp(14px, 1.4vw, 16px);
}
.product-1c_btn {
  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;
  min-height: 34px;
  margin-top: auto;
  padding: 8px 20px;
  border: 2px solid #006fd8;
  border-radius: 999px;
  background: linear-gradient(135deg, #0078e8 0%, #044fe1 100%);
  color: #fff;
  font-size: clamp(14px, 1.8vw, 16px);
  line-height: 1;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: background 0.2s ease, color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.product-1c_btn:hover {
  color: #fff;
  -webkit-box-shadow: 0 8px 18px rgba(0, 111, 216, 0.24);
          box-shadow: 0 8px 18px rgba(0, 111, 216, 0.24);
}
.product-1c_btn--outline {
  width: 190px;
  max-width: 100%;
  margin-top: 24px;
  background: transparent;
  color: #2a2a2a;
  font-size: clamp(13px, 1.5vw, 15px);
}
.product-1c_btn--outline:hover {
  background: #006fd8;
  color: #fff;
}
.product-1c_request {
  max-width: 235px;
  padding: 34px 18px;
  text-align: center;
}
.product-1c_request h3 {
  margin: 0 0 20px;
  color: #1f1f1f;
  font-size: clamp(16px, 2vw, 17px);
  line-height: 1.12;
  font-weight: 400;
}
.product-1c_request p {
  margin: 0;
  color: #4b4b4b;
  font-size: clamp(12px, 1.5vw, 14px);
  line-height: 1.18;
  font-weight: 400;
}

@media screen and (max-width: 1024px) {
  .product-1c_row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .product-1c_card--request {
    min-height: 360px;
  }
}
@media screen and (max-width: 600px) {
  .product-1c {
    padding: 48px 0 64px;
  }
  .product-1c_inner {
    padding: 0 20px;
  }
  .product-1c_head {
    gap: 16px;
    margin-bottom: 34px;
  }
  .product-1c_row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 14px;
  }
  .product-1c_img {
    min-height: 150px;
    padding: 20px 12px;
  }
  .product-1c_img img {
    max-width: 130px;
    max-height: 120px;
  }
  .product-1c_body {
    min-height: auto;
    padding: 16px 8px 12px;
  }
  .product-1c_body h3 {
    min-height: auto;
    text-align: left;
  }
  .product-1c_price {
    margin-bottom: 18px;
  }
  .product-1c_price div {
    gap: 8px;
  }
  .product-1c_price dt,
  .product-1c_price dd {
    font-size: 13px;
  }
  .product-1c_btn {
    min-height: 32px;
    padding: 8px 12px;
    font-size: 14px;
  }
  .product-1c_card--request {
    min-height: auto;
  }
  .product-1c_request {
    max-width: 100%;
    padding: 42px 22px;
  }
}
.form-price {
  padding: 45px 0 100px;
}
.form-price_row {
  min-height: 237px;
  border-radius: 28px;
  background: url(img/bg.png) no-repeat center;
}
@media screen and (max-width: 768px) {
  .form-price_row {
    min-height: auto;
    background: url(img/bg_mobile.png) no-repeat center;
    background-size: cover;
    text-align: center;
  }
}
.form-price_wrapp {
  padding: 30px;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr minmax(280px, 370px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 34px;
}
@media screen and (max-width: 768px) {
  .form-price_wrapp {
    grid-template-columns: 1fr;
    padding: 10px;
  }
}
.form-price_info {
  position: relative;
  z-index: 1;
  color: #fff;
}
.form-price_info h2 {
  max-width: 440px;
  margin: 0 0 26px;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 400;
  color: #fff;
}
.form-price_info p {
  max-width: 430px;
  margin: 0;
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 1.25;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.96);
}
.form-price_info p a {
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}
.form-price_social {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .form-price_social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.form-price_social a {
  width: 54px;
  height: 54px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.95);
  color: #3552f0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background 0.2s ease, -webkit-transform 0.2s ease;
  transition: background 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, background 0.2s ease;
  transition: transform 0.2s ease, background 0.2s ease, -webkit-transform 0.2s ease;
}
.form-price_social a:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  background: #fff;
}
.form-price_social svg {
  width: 28px;
  height: 28px;
}
.form-price_form {
  position: relative;
  z-index: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
#callbackProduct .input-form {
  width: 100%;
  box-sizing: initial;
  outline: none !important;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid #d7d7d7;
  border-radius: 12px;
  background: #fff;
  color: #2b2b2b;
  font-size: clamp(16px, 1vw, 18px);
  line-height: 1;
  font-weight: 400;
  outline: none;
  -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
          box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}
#callbackProduct .input-form::-webkit-input-placeholder {
  color: #6e6e6e;
}
#callbackProduct .input-form::-moz-placeholder {
  color: #6e6e6e;
}
#callbackProduct .input-form:-ms-input-placeholder {
  color: #6e6e6e;
}
#callbackProduct .input-form::-ms-input-placeholder {
  color: #6e6e6e;
}
#callbackProduct .input-form::placeholder {
  color: #6e6e6e;
}
#callbackProduct .input-form:focus {
  border-color: #3f58ef;
  -webkit-box-shadow: 0 0 0 3px rgba(63, 88, 239, 0.18), 0 6px 16px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 0 3px rgba(63, 88, 239, 0.18), 0 6px 16px rgba(0, 0, 0, 0.08);
}
.form-price_form button {
  width: 240px;
  min-height: 54px;
  margin-top: 4px;
  border: 0;
  border-radius: 999px;
  background: #f4f4f4;
  color: #3f3f3f;
  font-size: clamp(16px, 1vw, 19px);
  line-height: 1;
  font-weight: 400;
  text-transform: none;
  cursor: pointer;
  -webkit-transition: background 0.2s ease, color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease;
}
.form-price_form button:hover {
  background: #fff;
  color: #202020;
}
.form-price_form button input{
	border: none;
	background: transparent;
}

@media screen and (max-width: 900px) {
  .form-price_row {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 28px 22px;
  }
  .form-price_info h2,
  .form-price_info p {
    max-width: 100%;
  }
  .form-price_social {
    margin-top: 22px;
  }
  .form-price_form {
    max-width: 420px;
    justify-self: center;
  }
}
.about-company {
  padding: 120px 0 0px;
}
.about-company .bout-company_row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 58px;
}
.about-company_content {
  max-width: 640px;
}
.about-company_content h2 {
  margin: 0 0 38px;
  color: #46484d;
  font-size: clamp(26px, 4vw, 40px);
  line-height: 1.05;
  font-weight: 600;
}
.about-company_content p {
  margin: 0;
  color: #1f1f1f;
  font-size: clamp(14px, 1.5vw, 16px);
  line-height: 1.25;
  font-weight: 400;
}
.about-company_line {
  display: block;
  width: 185px;
  height: 5px;
  margin-bottom: 40px;
  background: #0e71d8;
}
.about-company_btn {
  width: 128px;
  max-width: 100%;
  min-height: 50px;
  margin-top: 48px;
  border: 2px solid #0f79d8;
  border-radius: 999px;
  background: transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #444;
  font-size: clamp(14px, 2vw, 16px);
  line-height: 1;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: background 0.2s ease, color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease;
}
.about-company_btn:hover {
  background: #0f79d8;
  color: #fff;
}
.about-company_media img {
  display: block;
  width: 100%;
  max-width: 920px;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .about-company {
    padding: 72px 0 84px;
  }
  .about-company .bout-company_row {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .about-company_media {
    max-width: 760px;
    justify-self: center;
  }
}
@media screen and (max-width: 600px) {
  .about-company {
    padding: 54px 0 62px;
  }
  .about-company .bout-company_row {
    gap: 26px;
  }
  .about-company_line {
    width: 94px;
    height: 3px;
    margin-bottom: 22px;
  }
  .about-company_content h2 {
    margin-bottom: 18px;
  }
  .about-company_btn {
    width: 190px;
    min-height: 48px;
    margin-top: 24px;
    border-width: 2px;
    font-size: 17px;
  }
}
.callback_product {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
}
.callback_product.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.callback_product_overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.42);
}
.callback_product_dialog {
  position: relative;
  z-index: 1;
  width: min(591px, 100%);
  min-height: 430px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 90px;
  border-radius: 36px;
  background: #fff;
  -webkit-box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
          box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
  text-align: center;
}
.callback_product_dialog h2 {
  margin: 0 0 26px;
  color: #333;
  font-size: clamp(24px, 3vw, 30px);
  line-height: 1.12;
  font-weight: 500;
}
.callback_product_close {
  position: absolute;
  top: 22px;
  right: 28px;
  width: 36px;
  height: 36px;
  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;
  padding: 0;
  border: 0;
  background: transparent;
  color: #8b8b8b;
  font-size: clamp(28px, 3vw, 34px);
  line-height: 1;
  cursor: pointer;
}
.callback_product_close:hover {
  color: #333;
}
.callback_product_name {
  margin: 0 0 40px;
  color: #333;
  font-size: clamp(15px, 2vw, 17px);
  line-height: 1.2;
  font-weight: 400;
}
.callback_product_form {
  width: min(410px, 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.callback_product_form input {
  width: 280px;
  max-width: 100%;
  height: 58px;
  padding: 0 26px;
  border: 1px solid #3048ff;
  border-radius: 12px;
  background: #fff;
  color: #333;
  font-size: clamp(15px, 2vw, 17px);
  line-height: 1;
  font-weight: 400;
  outline: none;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.callback_product_form input::-webkit-input-placeholder {
  color: #6e6e6e;
}
.callback_product_form input::-moz-placeholder {
  color: #6e6e6e;
}
.callback_product_form input:-ms-input-placeholder {
  color: #6e6e6e;
}
.callback_product_form input::-ms-input-placeholder {
  color: #6e6e6e;
}
.callback_product_form input::placeholder {
  color: #6e6e6e;
}
.callback_product_form input:focus {
  border-color: #006fd8;
  -webkit-box-shadow: 0 0 0 3px rgba(0, 111, 216, 0.15), 0 10px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 0 3px rgba(0, 111, 216, 0.15), 0 10px 30px rgba(0, 0, 0, 0.08);
}
.callback_product_form button {
  width: 200px;
  max-width: 100%;
  min-height: 58px;
  margin-top: 2px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #0078e8 0%, #044fe1 100%);
  color: #fff;
  font-size: clamp(14px, 2vw, 15px);
  line-height: 1;
  font-weight: 400;
  text-transform: none;
  cursor: pointer;
  -webkit-box-shadow: 0 22px 40px rgba(0, 92, 220, 0.18);
          box-shadow: 0 22px 40px rgba(0, 92, 220, 0.18);
}
.callback_product_form button:hover {
  -webkit-box-shadow: 0 26px 48px rgba(0, 92, 220, 0.28);
          box-shadow: 0 26px 48px rgba(0, 92, 220, 0.28);
}

@media screen and (max-width: 600px) {
  .callback_product {
    padding: 16px;
  }
  .callback_product_dialog {
    min-height: auto;
    padding: 56px 22px;
    border-radius: 24px;
  }
  .callback_product_form input {
    height: 52px;
  }
  .callback_product_form button {
    min-height: 52px;
  }
  .about-company h2 {
    text-align: left;
  }
  .about-company_btn {
    width: 128px;
    height: 50px;
    font-size: 14px;
  }
}
.product-1c img {
max-width: 100%;
object-fit: cover;
}

.form_agreement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  color: #333;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 400;
  text-align: left;
  cursor: pointer;
}
.form_agreement input {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16px;
  height: 16px;
  margin: 1px 0 0;
  cursor: pointer;
}
.form_agreement a {
  color: #3048ff;
  text-decoration: underline;
}
.form_agreement--light {
  width: 100%;
  color: #fff;
}
.form_agreement--light a {
  color: #fff;
}
.printrepair:target {
  scroll-margin-top: 200px;
}
