@charset "UTF-8";
/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

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

/* Links */
a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */
aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

address {
  font-style: normal;
}

/* Form */
input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type=submit] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

input[type=file] {
  max-width: 100%;
}

:root {
  --font-family: "Montserrat", sans-serif;
  --second-family: "Syne", sans-serif;
  --third-family: "Roboto", sans-serif;
  --font3: "Archivo", sans-serif;
  --font4: "Poppins", sans-serif;
}

/*-------------------------------------------*/
/*---------------------------------------------*/
body {
  font-family: var(--font-family);
  background-color: #f2f2f2;
  width: 100%;
  height: 100%;
}

.container {
  max-width: 1512px;
  margin: 0 auto;
}

.none {
  display: none;
}

.header {
  width: 100%;
  height: 840px;
  background-image: url("../img/images/header-bg.jpg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 60px;
}

.header-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 88px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.47) 0%, rgba(255, 255, 255, 0) 100%);
  margin-bottom: 140px;
}

.header-nav-logo {
  width: 196px;
  height: 58px;
}

.header-nav-block-links {
  display: flex;
  gap: 35px;
}

.header-nav-ul {
  display: flex;
  gap: 35px;
  align-items: center;
}

.header-nav-li {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 139%;
  color: #000;
}

.header-context {
  display: flex;
  flex-direction: column;
}

.header-context-title {
  max-width: 715px;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 64px;
  line-height: 114%;
  color: #000;
  margin-bottom: 17px;
}

.header-context-text {
  max-width: 668px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 182%;
  color: #000;
  margin-bottom: 40px;
}

.common-btn {
  display: flex;
  gap: 13px;
}

.header-btn {
  padding: 30px 39px;
  background: #e82c2c;
  display: flex;
  gap: 14px;
}

.btn-text {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 139%;
  color: #fff;
}

/*---------------------------------------------*/
.common-btn-phone {
  width: 280px;
  padding: 17px 37px;
  background: #e82c2c;
  display: flex;
  align-items: center;
  gap: 14px;
}

.common-btn-link {
  text-align: center;
  border: 2px solid #000;
  padding: 17px 37px;
  width: 247px;
}

.btn-text-link {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 139%;
  color: #000;
}

/*-------------------------------*/
.common-btn {
  display: flex;
  align-items: center;
}

.about {
  max-height: 759px;
  margin-bottom: 38px;
}

.about-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}

.about-img {
  position: relative;
  max-width: 605px;
  max-height: 628px;
}

.about-img-small {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 7px;
  width: 410px;
  height: 150px;
  box-shadow: 0 14px 26px 1px rgba(0, 0, 0, 0.09);
}

.about-context-question {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 114%;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 3px;
}

.about-context-title {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 48px;
  line-height: 114%;
  color: #000;
  margin-bottom: 19px;
}

.about-context-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 182%;
  color: #000;
  margin-bottom: 10px;
}

.commercial-roofing {
  font-weight: 600;
}

.about-context-background {
  padding: 24px 41px;
  width: 592px;
  height: 84px;
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 32px;
  line-height: 114%;
  color: #000;
  background: rgba(207, 157, 157, 0.4235294118);
  margin-bottom: 27px;
}

.about-context-link {
  display: flex;
  gap: 5px;
  align-items: center;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 139%;
  color: #000;
}

.percent {
  max-height: 215px;
  padding-top: 25px;
  padding-bottom: 25px;
  background: #2a7b9b;
  background: linear-gradient(0deg, rgb(42, 123, 155) 0%, rgb(62, 157, 145) 22%, rgb(87, 199, 133) 50%, rgb(155, 209, 110) 73%, rgb(237, 221, 83) 100%);
}

.percent-context {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.percent-context-block {
  max-width: 347px;
}

.line {
  border: 1px solid #b2b2b2;
  width: 166px;
  height: 0px;
  transform: rotate(-90deg);
}

.percent-context-title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 48px;
  line-height: 114%;
  color: #000;
  margin-bottom: 20px;
}

.percent-context-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 182%;
  color: #000;
}

.best {
  display: flex;
  align-items: center;
  height: 458px;
  background: #000;
}

.best-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  transform: translateY(-75px);
}

.best-container-left {
  width: 60%; /* Левая часть занимает 70% */
}

.best-question {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 114%;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #fff;
}

.best-title {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 48px;
  line-height: 114%;
  color: #fff;
  margin-bottom: 20px;
}

.best-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 182%;
  color: #fff;
}

.best-container-right {
  width: 40%; /* Правая часть занимает 30% */
  display: flex;
  justify-content: flex-end; /* Выравнивание по правому краю */
}

.best-context-link {
  max-width: 300px;
  display: flex;
  gap: 5px;
  align-items: center;
}

.best-context-link-text {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 139%;
  color: #fff;
}

.cards-container {
  display: grid;
  justify-items: center;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  justify-content: space-around;
  transform: translateY(-116px);
}

.cards-card-context {
  padding: 30px 28px;
  max-width: 638px;
  max-height: 456px;
  box-shadow: 0 4px 22px -5px rgba(0, 0, 0, 0.25);
}

.cards-card-question {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 114%;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #000;
}

.cards-card-title {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 40px;
  line-height: 114%;
  color: #000;
  margin-bottom: 16px;
}

.cards-card-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 182%;
  color: #000;
  margin-bottom: 16px;
}

.cards-card-footer {
  display: flex;
  gap: 10px;
  align-items: center;
}

.card-context-link {
  align-items: center;
  display: flex;
  gap: 5px;
}

/*----------------------deepseek  scroll text--------------------------------*/
.cards-card-text-scroll::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 20px;
  pointer-events: none;
}

.cards-card-text-scroll.expanded {
  max-height: 150px;
  overflow-y: auto;
}

.cards-card-text-scroll.expanded::after {
  display: none;
}

/* Стили для скроллбара */
.cards-card-text-scroll.expanded::-webkit-scrollbar {
  width: 4px;
}

.cards-card-text-scroll.expanded::-webkit-scrollbar-thumb {
  border-radius: 2px;
}

.finance {
  width: 100%;
  min-height: 618px;
  background-image: url(../img/images/financeBg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.finance-context {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 727px;
  max-height: 276px;
  padding: 171px 0;
  margin: 0 auto;
}

.finance-context-head-title {
  font-family: var(--second-family);
  font-weight: 800;
  font-size: 24px;
  line-height: 114%;
  text-align: center;
  color: #fff;
}

.finance-context-head-text {
  font-size: 24px;
  text-align: center;
  font-weight: 500;
  line-height: 97%;
  font-family: var(--second-family);
  color: #fff;
}

.finance-context-title {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 64px;
  line-height: 97%;
  text-align: center;
  color: #e82c2c;
  margin-bottom: 7px;
}

.finance-context-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 182%;
  text-align: center;
  color: #fff;
  margin-bottom: 32px;
}

.finance-btn {
  border: 2px solid #fff;
  padding: 17px 46px;
  width: 267px;
  height: 62px;
  background: #fff;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 139%;
  text-align: center;
  color: #000;
}

.service {
  padding: 30px 0;
}

.service-head {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.service-head-question {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 114%;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  margin-bottom: 14px;
}

.service-head-title {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 40px;
  line-height: 114%;
  text-align: center;
  color: #000;
  margin-bottom: 10px;
}

.service-head-text {
  width: 700px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 182%;
  text-align: center;
  color: #5d5d5d;
  margin-bottom: 39px;
}

.service-blocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Фиксировано 3 колонки */
  grid-template-rows: auto auto; /* 2 строки */
  justify-items: center;
  gap: 30px;
}

.service-blocks-card {
  background: #2a7b9b;
  background: linear-gradient(0deg, rgb(42, 123, 155) 0%, rgb(62, 157, 145) 22%, rgb(87, 199, 133) 50%, rgb(155, 209, 110) 73%, rgb(237, 221, 83) 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  border: 2px solid #b7b7b7;
  max-width: 415px;
  height: 390px;
  width: 100%; /* Добавить это */
}

.wide-card {
  grid-column: 2/span 2;
  max-width: none; /* Убрать ограничение ширины */
  width: 94%; /* Растянуть на всю ширину 2 колонок */
}

.service-blocks-card-title {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 111%;
  text-align: center;
  color: #000;
}

.service-blocks-card-text {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 139%;
  text-align: center;
  color: #737373;
  margin-bottom: 5px;
}

.service-blocks-card-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 111%;
  text-align: center;
  color: #000;
}

.award {
  padding-top: 70px;
  padding-bottom: 70px;
  background: #000;
}

.award-bloks {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.award-blocks-left {
  width: 640px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 36px;
  line-height: 137%;
  color: #fff;
}

.award-blocks-right {
  width: 464px;
  height: 341px;
}

/*-------------------700px-----------------------------*/
@media (max-width: 700px) {
  .award {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .award-bloks {
    display: flex;
    flex-direction: column;
  }
  .award-blocks-left {
    width: 90%;
    font-size: 22px;
    line-height: 100%;
  }
  .award-blocks-right {
    width: 90%;
    height: 100%;
  }
}
.why {
  padding-top: 80px;
  padding-bottom: 60px;
  background: #2a7b9b;
  background: linear-gradient(0deg, rgb(42, 123, 155) 0%, rgb(62, 157, 145) 22%, rgb(87, 199, 133) 50%, rgb(155, 209, 110) 73%, rgb(237, 221, 83) 100%);
}

.why-checked-description {
  margin-bottom: 30px;
}

.why-checked-block {
  display: flex;
  align-items: center;
  gap: 30px;
}

.why-checked-title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 182%;
  color: #000;
}

.why-checked-text {
  font-weight: 400;
  line-height: 182%;
  color: #000;
  font-family: var(--font-family);
  font-size: 16px;
}

/*-----------------1100----------------------*/
@media (max-width: 1100px) {
  .why {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .why-checked-description {
    margin-bottom: 20px;
  }
  .why-checked-title {
    font-size: 22px;
    line-height: 142%;
  }
  .why-checked-text {
    line-height: 142%;
    font-size: 14px;
  }
}
/*-----------------860----------------------*/
@media (max-width: 860px) {
  .why {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .why-checked-block {
    gap: 15px;
  }
  .checkboxx {
    width: 25px;
    height: 25px;
  }
  .why-checked-description {
    margin-bottom: 10px;
  }
  .why-checked-title {
    font-size: 18px;
    line-height: 122%;
  }
  .why-checked-text {
    line-height: 122%;
    font-size: 12px;
  }
}
/*-----------------700----------------------*/
@media (max-width: 700px) {
  .why {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .why-checked-block {
    gap: 10px;
  }
  .checkboxx {
    width: 20px;
    height: 20px;
  }
  .why-checked-description {
    margin-bottom: 10px;
  }
  .why-checked-title {
    font-size: 14px;
    line-height: 100%;
  }
  .why-checked-text {
    line-height: 100%;
    font-size: 10px;
  }
}
.steps {
  background: #000;
  padding: 100px 0;
}

.steps-items-header {
  margin: 0 auto;
  max-width: 715px;
}

.steps-items-header-question {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 114%;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin-bottom: 7px;
}

.steps-items-header-title {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 40px;
  line-height: 114%;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}

.steps-items-header-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 182%;
  text-align: center;
  color: #aaa;
}

.steps-items-cards {
  display: flex;
  justify-content: space-between;
}

.arrowBig {
  width: 134px;
  height: 22px;
  transform: translateY(100px);
}

.steps-items-card {
  text-align: center;
  padding: 65px 0;
  max-width: 400px;
}

.steps-items-card-title {
  padding-top: 35px;
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 111%;
  text-align: center;
  color: #fff;
  margin-bottom: 14px;
}

.steps-items-card-text {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 111%;
  text-align: center;
  color: #aaa;
}

/*----------------------------------1100px---------------------------------*/
@media (max-width: 1100px) {
  .steps {
    padding: 60px 0;
  }
  .steps-items-card {
    padding: 25px 0;
    max-width: 250px;
  }
  .arrowBig {
    width: 104px;
    height: 18px;
    transform: translateY(60px);
  }
}
/*-----------------------------------860 px----------------------------*/
@media (max-width: 860px) {
  .steps {
    padding: 40px 0;
  }
  .steps-items-header {
    margin-bottom: 10px;
  }
  .steps-items-header-question {
    font-size: 12px;
    line-height: 100%;
    margin-bottom: 7px;
  }
  .steps-items-header-title {
    font-size: 28px;
    line-height: 100%;
    margin-bottom: 10px;
  }
  .steps-items-header-text {
    font-size: 14px;
    line-height: 142%;
  }
  .arrowBig {
    width: 60px;
    height: 10px;
    transform: translateY(40px);
  }
  .steps-items-card {
    padding: 15px 0;
    max-width: 200px;
  }
  .steps-items-card-title {
    padding-top: 15px;
    font-size: 18px;
    line-height: 100%;
    margin-bottom: 10px;
  }
  .steps-items-card-text {
    font-size: 14px;
    line-height: 100%;
  }
}
/*-----------------------------------600 px----------------------------*/
@media (max-width: 600px) {
  .steps {
    padding: 10px 0;
  }
  .steps-items-header-question {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .steps-items-header-title {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .steps-items-header-text {
    font-size: 12px;
    line-height: 100%;
  }
  .imgNumber {
    width: 25px;
    height: 30px;
  }
  .arrowBig {
    display: none;
  }
  .steps-items-cards {
    justify-content: space-evenly;
  }
  .steps-items-card {
    padding: 5px 0;
    max-width: 100px;
  }
  .steps-items-card-title {
    padding-top: 15px;
    font-size: 14px;
    margin-bottom: 5px;
  }
  .steps-items-card-text {
    font-size: 10px;
  }
  /*-----------------------------deepseek------------------------*/
  .steps-items-card-text {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
    max-height: 14em;
    transition: max-height 0.3s ease;
  }
  .steps-items-card-text.expanded {
    -webkit-line-clamp: unset;
    max-height: 200px;
    overflow-y: auto;
  }
  .read-more-steps {
    display: inline-block;
    margin-top: 8px;
    color: #007bff;
    font-size: 14px;
    cursor: pointer;
    background: none;
    border: none;
    text-decoration: underline;
  }
}
.answers {
  padding-top: 67px;
  padding-bottom: 119px;
  background: #2a7b9b;
  background: linear-gradient(0deg, rgb(42, 123, 155) 0%, rgb(62, 157, 145) 22%, rgb(87, 199, 133) 50%, rgb(155, 209, 110) 73%, rgb(237, 221, 83) 100%);
}

.answers-context-header {
  text-align: center;
}

.answers-context-header-question {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 111%;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 6px;
}

.answers-context-header-title {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 48px;
  line-height: 111%;
  text-align: center;
  color: #000;
  max-width: 540px;
  margin: 0 auto;
  margin-bottom: 46px;
}

.answers-context-accordion {
  max-width: 903px;
  margin: 20px auto;
}

.accordion-item {
  border: 1px solid #ddd;
  margin-bottom: 10px;
  border-radius: 5px;
  overflow: hidden;
}

.accordion-header {
  padding: 15px 20px;
  background: #f5f5f5;
  cursor: pointer;
  font-weight: bold;
  border: none;
  width: 100%;
  text-align: left;
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 111%;
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion-header::after {
  content: "+";
  font-size: 20px;
  transition: transform 0.3s;
}

.accordion-item.active .accordion-header::after {
  content: "−";
}

.accordion-content {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 139%;
  color: #030303;
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.accordion-item.active .accordion-content {
  padding: 15px 20px;
  max-height: 500px;
}

/*---------------------700 px------------------------*/
@media (max-width: 700px) {
  .answers {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .answers-context-header-question {
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 6px;
  }
  .answers-context-header-title {
    font-size: 28px;
    line-height: 100%;
    max-width: 540px;
    margin-bottom: 20px;
  }
  .accordion-header {
    padding: 10px;
    font-size: 20px;
    line-height: 100%;
  }
  .accordion-content {
    font-size: 12px;
    line-height: 110%;
    padding: 0 10px;
  }
}
/*---------------------500 px------------------------*/
@media (max-width: 500px) {
  .answers {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .answers-context-header-question {
    font-size: 14px;
  }
  .answers-context-header-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .accordion-header {
    font-size: 16px;
  }
}
.connect {
  background: #000;
  background: linear-gradient(1deg, rgb(0, 0, 0) 0%, rgb(237, 214, 83) 100%);
  padding-top: 61px;
  padding-bottom: 77px;
}

.connect-context {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.connect-context-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 55%;
}

.connect-context-title {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 48px;
  line-height: 114%;
  color: #fff;
  margin-bottom: 17px;
}

.connect-context-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 182%;
  color: #fff;
  margin-bottom: 22px;
}

.connect-checked-blocks {
  margin-bottom: 30px;
}

.connect-checked-block {
  display: flex;
  gap: 30px;
}

.connect-checked-title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 182%;
  color: #fff;
}

.connect-btn-gps {
  display: flex;
  gap: 20px;
  background: rgba(255, 255, 255, 0.2);
  padding: 15px 25px;
  max-width: 609px;
}

.gps-text {
  display: inline-block;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 182%;
  color: #fff;
  transform: translateY(12px);
}

.connect-context-right {
  max-width: 610px;
  border-radius: 3px;
  width: 35%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.contact-form {
  background: #2a7b9b;
  background: linear-gradient(0deg, rgb(42, 123, 155) 0%, rgb(62, 157, 145) 22%, rgb(87, 199, 133) 50%, rgb(155, 209, 110) 73%, rgb(237, 221, 83) 100%);
  width: 100%;
  max-width: 610px; /* Максимальная ширина, но может быть меньше */
  margin: 0 auto;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 34px;
}

.form-group {
  margin-bottom: 25px;
}

.form-label {
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
  color: #333;
  font-size: 14px;
  text-transform: uppercase;
}

.form-input,
.form-select,
.form-textarea {
  width: 90%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 16px;
  box-sizing: border-box;
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
}

.checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.checkbox-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 15px;
}

.checkbox-label input[type=checkbox] {
  margin-right: 10px;
}

.submit-btn {
  width: 100%;
  padding: 15px;
  background: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
}

.submit-btn:hover {
  background: #0056b3;
}

.connect-btn {
  background: #f3f3f3;
  padding: 17px 37px;
  width: 280px;
  display: flex;
  gap: 14px;
}

.connect-btn-text {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 139%;
  color: #000;
}

/* Стилизация чекбоксов */
.checkbox-label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 15px;
}

.checkbox-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  left: 0;
  top: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 2px solid #ddd;
  border-radius: 3px;
}

.checkbox-label input:checked ~ .checkmark {
  background-color: #007bff;
  border-color: #007bff;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-label input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-label .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/*----------------------------------960px-----------------------------*/
@media (max-width: 960px) {
  .connect {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .connect-context-left {
    width: 55%;
  }
  .connect-context-title {
    font-size: 28px;
    line-height: 104%;
    margin-bottom: 10px;
  }
  .connect-context-text {
    font-size: 14px;
    line-height: 142%;
    margin-bottom: 12px;
  }
  .connect-checked-blocks {
    margin-bottom: 20px;
  }
  .connect-checked-block {
    display: flex;
    gap: 20px;
  }
  .connect-checked-title {
    font-size: 16px;
    line-height: 142%;
  }
  .connect-btn-gps {
    gap: 10px;
    padding: 15px 25px;
    width: 80%;
  }
  .form-group {
    margin-bottom: 15px;
  }
  .form-label {
    font-size: 12px;
  }
  .form-input,
  .form-select,
  .form-textarea {
    padding: 6px 7px;
    font-size: 12px;
  }
  .checkbox-label {
    font-size: 10px;
  }
  .connect-btn-gps {
    gap: 10px;
    padding: 5px 15px;
  }
  .imgGps {
    width: 21px;
    height: 47px;
  }
  .gps-text {
    font-size: 12px;
    line-height: 112%;
    transform: translateY(10px);
  }
  .connect-context-right {
    width: 35%;
    border-radius: 3px;
  }
  .contact-form {
    width: 90%;
    padding: 10px;
    margin-bottom: 14px;
  }
  .submit-btn {
    width: 80%;
    padding: 5px;
    font-size: 10px;
  }
  .connect-btn {
    padding: 7px 17px;
    width: 200px;
    gap: 10px;
  }
  .connect-btn-text {
    font-size: 14px;
    line-height: 109%;
  }
}
/*---------------------------600px------------------------*/
@media (max-width: 600px) {
  .connect-context {
    flex-direction: column;
    align-items: center;
  }
  .connect-context-left {
    width: 90%;
  }
  .connect-context-right {
    width: 90%;
  }
  .connect {
    padding: 10px 0;
  }
  .connect-context-title {
    color: #000;
    font-size: 18px;
    line-height: 100%;
  }
  .connect-context-text {
    font-size: 12px;
    line-height: 100%;
    margin-bottom: 10px;
  }
  .connect-checked-blocks {
    margin-bottom: 10px;
  }
  .connect-checked-block {
    gap: 10px;
    align-items: center;
  }
  .connect-checked-title {
    font-size: 12px;
    line-height: 100%;
    color: #000;
  }
  .connect-btn-gps {
    gap: 10px;
    padding: 5px 15px;
    width: 90%;
  }
}
.footer {
  padding-top: 104px;
  padding-bottom: 25px;
  background-image: url(../img/images/footer-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-row-top {
  margin-bottom: 150px;
}

.footer-columns {
  display: flex;
  justify-content: space-between;
}

.footer-column1 {
  max-width: 370px;
}

.header-nav-logo {
  margin-bottom: 14px;
}

.footer-column1-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 125%;
  color: yellow;
  margin-bottom: 30px;
}

.footer-column1-socialIcon {
  display: flex;
  gap: 30px;
  align-items: center;
}

.footer-column2-title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 27px;
  line-height: 125%;
  text-transform: uppercase;
  color: yellow;
  margin-bottom: 18px;
}

.footer-column-list {
  list-style-type: disc !important;
  list-style-position: outside !important;
  padding-left: 20px !important;
  color: yellow;
}

.footer-column-list > li {
  list-style: inherit !important;
  display: list-item !important;
}

.footer-column-list-item {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 163%;
  color: yellow;
}

.footer-row-bottom {
  display: flex;
  justify-content: space-between;
}

.footer-row-bottom-licence {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 125%;
  color: yellow;
}

/*-----------------------------960 px-------------------------*/
@media (max-width: 960px) {
  .footer {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .footer-row-top {
    margin-bottom: 50px;
  }
  .footer-column1 {
    max-width: 250px;
    margin-right: 5px;
  }
  .footer-column1-text {
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 20px;
  }
  .footer-column1-socialIcon {
    gap: 15px;
  }
  .footer-column2-title {
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 15px;
  }
  .footer-column-list {
    padding-left: 16px !important;
  }
  .footer-column-list-item {
    font-size: 16px;
    line-height: 100%;
  }
  .footer-row-bottom-licence {
    font-size: 16px;
    line-height: 100%;
  }
}
/*-----------------------------700 px-------------------------*/
@media (max-width: 700px) {
  .footer {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .footer-row-top {
    margin-bottom: 20px;
  }
  .footer-column1 {
    text-align: center;
    max-width: 250px;
    margin-right: 5px;
  }
  .footer-column1-text {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .footer-column1-socialIcon {
    gap: 15px;
    justify-content: center;
  }
  .footer-column2-title {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .footer-column-list {
    padding-left: 12px !important;
  }
  .footer-column-list-item {
    font-size: 12px;
  }
  .footer-row-bottom-licence {
    font-size: 12px;
  }
}
/*--------------------------------600 px------------------------*/
@media (max-width: 600px) {
  .footer-columns {
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    gap: 10px;
  }
  .footer-row-bottom {
    flex-direction: column;
    gap: 5px;
  }
}
@media (max-width: 1100px) {
  /*------------header----------------*/
  .header {
    width: 100%;
    margin-bottom: 50px;
  }
  .container {
    padding: 5px;
  }
  .header-nav {
    margin-bottom: 100px;
  }
  .header-nav-logo {
    width: 170px;
    height: 48px;
  }
  .header-nav-block-links {
    gap: 25px;
  }
  .header-nav-ul {
    gap: 25px;
  }
  .header-nav-li {
    font-size: 18px;
    line-height: 119%;
  }
  .header-context-title {
    font-size: 44px;
    line-height: 114%;
  }
  .header-context-text {
    font-size: 16px;
    line-height: 142%;
    margin-bottom: 30px;
  }
  /*--------------about----------------*/
  .about-context-title {
    font-size: 38px;
    line-height: 104%;
    margin-bottom: 10px;
  }
  .about-context-text {
    font-size: 16px;
    line-height: 162%;
    margin-bottom: 10px;
  }
  .about-context-background {
    padding: 20px 30px;
    width: 500px;
    height: 74px;
    font-size: 26px;
    line-height: 104%;
    margin-bottom: 20px;
  }
  .about-context-link {
    font-size: 18px;
    line-height: 129%;
  }
  /*-------------------percent-----------------*/
  .line {
    width: 100px;
  }
  .percent-context-title {
    font-size: 38px;
    line-height: 104%;
    margin-bottom: 20px;
  }
  .percent-context-text {
    font-size: 14px;
    line-height: 152%;
  }
  /*------------------best------------------*/
  .best-question {
    font-size: 14px;
    line-height: 104%;
    letter-spacing: 0.3em;
  }
  .best-title {
    font-size: 40px;
    line-height: 104%;
    margin-bottom: 20px;
  }
  .best-text {
    font-size: 16px;
    line-height: 142%;
  }
  .best-context-link {
    max-width: 300px;
    display: flex;
    gap: 5px;
  }
  .best-context-link-text {
    font-size: 20px;
    line-height: 139%;
  }
  /*------------------cards----------------------*/
  .cards-card-context {
    padding: 25px 20px;
  }
  .cards-card-question {
    font-size: 14px;
    line-height: 104%;
    letter-spacing: 0.3em;
  }
  .cards-card-title {
    font-size: 32px;
    line-height: 104%;
    margin-bottom: 14px;
  }
  .cards-card-text {
    font-size: 14px;
    line-height: 162%;
    margin-bottom: 14px;
  }
  /*-------------------service-----------------------*/
  .service {
    padding: 20px 0;
  }
  .service-head-question {
    font-size: 14px;
    line-height: 100%;
    margin-bottom: 10px;
  }
  .service-head-title {
    font-size: 30px;
    line-height: 104%;
    margin-bottom: 10px;
  }
  .service-head-text {
    width: 700px;
    font-size: 14px;
    line-height: 142%;
    margin-bottom: 20px;
  }
  .service-blocks-card-text {
    font-size: 16px;
    line-height: 119%;
  }
  .service-blocks-card {
    height: 320px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
/*----------------------------970----------------------*/
@media (max-width: 970px) {
  /*------------header----------------*/
  .header {
    width: 100%;
    margin-bottom: 30px;
  }
  .header-nav {
    margin-bottom: 30px;
  }
  .header-nav-logo {
    width: 170px;
    height: 48px;
  }
  .header-nav-block-links {
    gap: 20px;
  }
  .header-nav-ul {
    gap: 20px;
  }
  .header-nav-li {
    font-size: 16px;
    line-height: 109%;
  }
  .header-context {
    align-items: center;
  }
  .header-context-title {
    font-size: 34px;
    line-height: 104%;
  }
  .header-context-text {
    font-size: 14px;
    line-height: 122%;
    margin-bottom: 20px;
  }
  /*---------header--btn------------*/
  .header-btn {
    padding: 20px 29px;
    gap: 10px;
  }
  .btn-text {
    font-size: 16px;
    line-height: 100%;
  }
  /*----------common btn ---------*/
  .common-btn-phone {
    width: 220px;
    padding: 15px 27px;
    gap: 10px;
  }
  .common-btn-link {
    padding: 15px 27px;
    width: 247px;
  }
  .btn-text-link {
    font-size: 16px;
    line-height: 100%;
  }
}
/*----------------------------860----------------------*/
@media (max-width: 860px) {
  /*------------header----------------*/
  .header {
    margin-bottom: 20px;
  }
  .header-nav {
    flex-direction: column;
  }
  /*--------------about----------------*/
  .about {
    margin-bottom: 48px;
  }
  .about-context-title {
    font-size: 32px;
    line-height: 100%;
    margin-bottom: 10px;
  }
  .about-context-text {
    font-size: 14px;
    line-height: 132%;
    margin-bottom: 10px;
  }
  .about-context-background {
    padding: 15px 25px;
    width: 350px;
    height: 54px;
    font-size: 22px;
    line-height: 100%;
    margin-bottom: 15px;
  }
  .about-context-link {
    font-size: 16px;
    line-height: 109%;
  }
  /*-------------------percent-----------------*/
  .line {
    width: 150px;
  }
  .percent-context-title {
    font-size: 28px;
    line-height: 100%;
    margin-bottom: 20px;
  }
  .percent-context-text {
    font-size: 12px;
    line-height: 122%;
  }
  /*------------------cards-------------------*/
  .cards-card-question {
    font-size: 14px;
    line-height: 104%;
    letter-spacing: 0.3em;
  }
  .cards-card-title {
    font-size: 28px;
    line-height: 104%;
    margin-bottom: 10px;
  }
  .cards-card-text {
    font-size: 14px;
    line-height: 142%;
    margin-bottom: 10px;
  }
  .btn-text {
    font-size: 14px;
  }
  .common-btn-phone {
    width: 190px;
    padding: 10px 25px;
    gap: 5px;
  }
  .card-context-link {
    font-size: 12px;
  }
  /*-------------------service-----------------------*/
  .service-head-question {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .service-head-title {
    font-size: 30px;
    line-height: 100%;
    margin-bottom: 10px;
  }
  .service-head-text {
    width: 400px;
    font-size: 14px;
    line-height: 122%;
    margin-bottom: 20px;
  }
  .service-blocks-card {
    height: 280px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .service-blocks-card-img {
    width: 65px;
    height: 35px;
  }
  .service-blocks-card-title {
    font-size: 18px;
    line-height: 100%;
  }
  .service-blocks-card-text {
    font-size: 14px;
    line-height: 100%;
  }
  .service-blocks-card-link {
    font-size: 14px;
    line-height: 100%;
  }
  .arrow {
    width: 25px;
  }
}
/*----------------------------700----------------------*/
@media (max-width: 700px) {
  /*------------header----------------*/
  .header {
    margin-bottom: 10px;
  }
  .header-nav-block-links {
    flex-direction: column;
    align-items: center;
  }
  .header-btn {
    display: none;
  }
  .header-context-title {
    text-align: center;
  }
  /*--------------about----------------*/
  .about {
    margin-bottom: 50px;
  }
  .about-img-small {
    width: 250px;
    height: 100px;
  }
  .about-context-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .about-context-text {
    font-size: 12px;
    line-height: 100%;
    margin-bottom: 10px;
  }
  .about-context-background {
    padding: 10px 15px;
    width: 280px;
    height: 40px;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .about-context-link {
    font-size: 12px;
    line-height: 100%;
  }
  /*-------------------percent-----------------*/
  .percent {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .line {
    width: 250px;
  }
  .percent-context-title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .percent-context-text {
    font-size: 10px;
    line-height: 105%;
  }
  /*------------------best------------------*/
  .best-question {
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0.1em;
  }
  .best-title {
    font-size: 28px;
    line-height: 100%;
    margin-bottom: 10px;
  }
  .best-text {
    font-size: 14px;
    line-height: 112%;
  }
  .best-context-link {
    max-width: 300px;
    display: flex;
    gap: 5px;
  }
  .best-context-link-text {
    font-size: 10px;
    line-height: 100%;
  }
  /*------------------cards-------------------*/
  .cards-card-context {
    padding: 20px 18px;
  }
  .cards-card-question {
    font-size: 10px;
    line-height: 100%;
  }
  .cards-card-title {
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 5px;
  }
  .cards-card-text {
    font-size: 12px;
    line-height: 122%;
    margin-bottom: 5px;
  }
  .btn-text {
    font-size: 10px;
  }
  .common-btn-phone {
    width: 140px;
    padding: 10px 15px;
  }
  .card-context-link {
    font-size: 10px;
  }
  /*---------------deepseek   text cut----------------------*/
  .cards-card-text-scroll {
    position: relative;
    max-height: 3.8em; /* 2 строки */
    overflow: hidden;
  }
  /*-------------------service-----------------------*/
  .service-head-question {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .service-head-title {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .service-head-text {
    width: 400px;
    font-size: 12px;
    line-height: 100%;
    margin-bottom: 10px;
  }
  .service-blocks {
    gap: 10px;
  }
  .service-blocks-card {
    height: 200px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .service-blocks-card-img {
    width: 55px;
    height: 25px;
  }
  .service-blocks-card-title {
    font-size: 14px;
  }
  .service-blocks-card-text {
    font-size: 10px;
  }
  .service-blocks-card-link {
    font-size: 10px;
  }
  .arrow {
    width: 20px;
  }
}
/*----------------------------500----------------------*/
@media (max-width: 500px) {
  /*------------header----------------*/
  .header {
    margin-bottom: 0px;
  }
  .header-nav {
    margin-bottom: 5px;
  }
  .header-nav-li {
    font-size: 14px;
    line-height: 100%;
  }
  .common-btn {
    flex-direction: column;
  }
  .btn-text {
    font-size: 12px;
    line-height: 100%;
  }
  .common-btn-phone {
    align-items: center;
    width: 180px;
    padding: 10px 25px;
    gap: 10px;
  }
  .common-btn-link {
    padding: 10px 15px;
    width: 180px;
  }
  .btn-text-link {
    font-size: 12px;
  }
  /*--------------about----------------*/
  .about-container {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid black;
    padding-bottom: 5px;
  }
  .about-img {
    width: 90%;
  }
  .about-img-small {
    bottom: 10px;
  }
  .about {
    margin-bottom: 0px;
  }
  .about-context-question {
    font-size: 10px;
    line-height: 100%;
  }
  .about-img-small {
    width: 200px;
    height: 70px;
  }
  .about-context-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .about-context-text {
    font-size: 10px;
    margin-bottom: 10px;
  }
  .about-context-background {
    padding: 10px 15px;
    width: 200px;
    height: 36px;
    font-size: 12px;
    margin-bottom: 10px;
  }
  .about-context-link {
    font-size: 10px;
  }
  /*--------------best-------------------*/
  .best-container {
    transform: translateY(-55px);
  }
  /*--------------cards----------------------*/
  .cards-container {
    display: grid;
    justify-items: center;
    grid-template-columns: auto;
    gap: 20px;
    justify-content: space-around;
    transform: translateY(-116px);
  }
  .cards-card-text {
    margin-bottom: 26px;
  }
  .cards-card-footer {
    padding-top: 10px;
    justify-content: center;
  }
  /*-------------------service-----------------------*/
  .service-head-text {
    width: 300px;
  }
  .service-blocks {
    grid-template-columns: 1fr; /* Одна колонка */
    grid-template-rows: auto; /* Автоматические строки */
  }
  .wide-card {
    grid-column: 1; /* Занимает только одну колонку */
    width: 80%; /* Полная ширина */
  }
  .service-blocks-card {
    width: 80%; /* Карточки на всю ширину */
    max-width: 100%; /* Убрать ограничения */
  }
}
/*----------------------------460----------------------*/
@media (max-width: 460px) {
  /*------------header----------------*/
  .header-nav-logo {
    width: 105px;
    height: 30px;
    margin-bottom: 10px;
  }
  .header-nav-block-links {
    gap: 5px;
  }
  .header-nav-ul {
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }
  /*-------------------percent-----------------*/
  .percent {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .line {
    width: 250px;
  }
  .percent-context-title {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .percent-context-text {
    font-size: 8px;
    line-height: 100%;
  }
  /*------------------best------------------*/
  .best {
    display: flex;
    height: 358px;
  }
  .best-container {
    display: flex;
    flex-direction: column;
  }
  .best-container-left {
    width: 90%; /* Левая часть занимает 70% */
    margin-bottom: 10px;
  }
  .best-question {
    font-size: 10px;
  }
  .best-title {
    font-size: 18px;
  }
  .best-text {
    font-size: 12px;
    line-height: 100%;
  }
  .best-context-link {
    max-width: 300px;
  }
}/*# sourceMappingURL=main.css.map */