body {
  color: #282828;
  font-size: 18px;
  line-height: 150%;
  font-family: 'Nunito', sans-serif;
  box-sizing: border-box;
  position: relative;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.btn {
  background: linear-gradient(93.58deg, #E54036 0%, #E8401B 100%);
  box-shadow: 0px 0px 4px rgba(229, 64, 54, 0.25);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  cursor: pointer;
  transition: all .3s ease;
}

.btn:hover {
  background: linear-gradient(93.58deg, #E54036 0%, #E8401B 100%);
  box-shadow: 0px 0px 8px rgba(229, 64, 54, 0.5);
}

.btn:active {
  background: linear-gradient(93.58deg, #D7362D 0%, #D73D1C 100%);
  box-shadow: 0px 0px 4px rgba(229, 64, 54, 0.25);
}

.container {
  margin: 0 auto;
  max-width: 1220px;
  padding: 0 10px;
  height: 100%;
}

.section-title {
  font-weight: 500;
  font-size: 35px;
  line-height: 48px;
  text-transform: uppercase;
  margin-bottom: 80px;
  margin-top: 170px;
}

.section-header {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background-color: #FFFFFF;
  position: relative;
}

.header {
  padding: 28px 0;
  display: flex;
  align-items: center;
  gap: 50px;
}

.header__transform {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.logo {
  margin-right: 10px;
}

.header__col {
  display: flex;
  flex-direction: column;
  margin: 0 10px;
}

.header__adress {
  margin-bottom: 10px;
  cursor: pointer;
  transition: all .3s ease;
}

.header__adress:hover {
  color: #797979;
}

.header__phone {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 5px;
  position: relative;
  padding-left: 32px;
  white-space: nowrap;
}

.header__phone::before {
  content: '';
  background-image: url('../img/icons/phone.svg');
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 2px;
}

.header__btn {
  margin-left: 10px;
  width: 253px;
  height: 60px;
}

.header__burger {
  display: none;
}

.section-hero {
  background-image: url('../img/main-bg.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.boxq {
  align-self: flex-end;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  height: 80px;
  margin: 0 auto 0 auto;
  transform-origin: bottom;
  width: 200px;
}

.bounce-1 {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 20px;
  height: 22px;
  bottom: 35px;
  left: 50%;
  transform: translateX(-10px);
  z-index: 20;
  cursor: pointer;
  animation-name: bounce-1;
  animation-timing-function: linear;
}

@keyframes bounce-1 {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0);
  }
}

.hero {
  height: 100%;
  padding-top: 96px;
  padding-bottom: 123px;
}

.hero__box {
  max-width: 800px;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 40px 115px;
  position: relative;
  z-index: 5;
}

.hero__box::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #FFFFFF;
  opacity: 0.7;
  backdrop-filter: blur(20px);
  border-radius: 20px;
}

.hero-title {
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  color: #E54036;
  text-align: center;
  margin-bottom: 15px;
  z-index: 5;
}

.hero-text {
  font-size: 45px;
  line-height: 60px;
  margin-bottom: 20px;
  max-width: 570px;
  z-index: 5;
}

.hero-list {
  margin-bottom: 35px;
  z-index: 5;
}

.hero-list__item {
  position: relative;
  padding-left: 30px;
  list-style: none;
}

.hero-list__item::before {
  content: url('../img/icons/chek.svg');
  width: 16px;
  height: 12px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-btn {
  width: 250px;
  height: 60px;
  font-size: 18px;
  line-height: 25px;
  z-index: 5;
}

.benefits-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}

.benefits-item {
  width: 180px;
}

.benefits-item__img {
  width: 174px;
  height: 174px;
  border: 2px solid #E54036;
  box-shadow: 0px 0px 10px rgba(229, 64, 54, 0.7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  transition: all .3s ease;
}

.benefits-item__img:hover {
  box-shadow: 0px 0px 15px rgba(229, 64, 54, 0.8);
}

.benefits-item__text {
  text-align: center;
}

.gos-box {
  display: flex;
  align-items: center;
  position: relative;
  height: 500px;
  margin-bottom: 170px;
}

.gos-box__left {
  position: absolute;
  left: -120px;
  top: 0;
  width: 708px;
  height: 470px;
}



.gos-box__right {
  font-size: 20px;
  line-height: 27px;
  background: #FFFFFF;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  border-radius: 20px 0px 0px 20px;
  padding: 55px 67px 125px;
  width: 775px;
  height: 380px;
  position: absolute;
  right: -120px;
  top: 52px;
}

.section-clients {
  background: #F2F2F4;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
}

.clients {
  display: flex;
  justify-content: space-between;
}

.clients__content {
  max-width: 643px;
  padding-bottom: 20px;
}

.clients-img {
  object-fit: cover;
}

.clients-title {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 35px;
  margin-top: 80px;
}

.clients-text {
  font-size: 20px;
  line-height: 27px;
}

.about-box {
  display: flex;
  position: relative;
}

.about-box__left {
  background: #FFFFFF;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 25%);
  border-radius: 0px 20px 20px 0px;
  padding-top: 55px;
  padding-bottom: 50px;
  max-width: 766px;
  padding-left: 120px;
  padding-right: 67px;
  z-index: 5;
  transform: translate(-100px, -20px);
}

.about-box__right {
  max-width: 760px;
  position: absolute;
  right: 0;
}

.about-text {
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 30px;
}

.about-btn {
  width: 250px;
  height: 60px;
  margin: 0 auto;
}

.solutions-box {
  display: flex;
  align-items: center;
  position: relative;
}

.solutions-box__right {
  max-width: 530px;
  position: absolute;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.solutions-box__left {
  transform: translateX(-120px);
}

.solutions-item {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 10px 50px;
  display: flex;
  align-items: center;
  gap: 30px;
  min-height: 168px;
  position: relative;
  transition: all .5s ease;
  cursor: pointer;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.solutions-item::after {
  content: '';
  background: #FFFFFF;
  opacity: 0.9;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(20px);
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.solutions-item:hover::after {}

.solutions-item img,
.solutions-item p {
  z-index: 5;
}

.grid {
  list-style: none;
  margin-left: -40px;
}

.gc {
  box-sizing: border-box;
  display: inline-block;
  margin-right: -0.25em;
  min-height: 1px;
  padding-left: 40px;
  vertical-align: top;
}

.gc--1-of-3 {
  width: 33.33333%;
}

.gc--2-of-3 {
  width: 66.66666%;
}

.naccs {
  position: relative;
  margin: 80px auto 0;
}

.naccs .menu div {
  padding: 15px 20px 15px 40px;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #535353;
}



.naccs .menu div.active {
  padding: 15px 20px 15px 40px;
}

.naccs .menu div.active::before {
  position: absolute;
  content: '';
  width: 3px;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  background-color: #E54036;
  box-shadow: 0px 0px 5px rgba(229, 64, 54, 0.7);
  border-radius: 4px;
}

ul.nacc {
  position: relative;
  height: 0px;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

ul.nacc li div {
  display: flex;
  justify-content: center;
}

ul.nacc li {
  opacity: 0;
  transform: translateX(0);
  position: absolute;
  list-style: none;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

ul.nacc li.active {
  transition-delay: 0.3s;
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
}

ul.nacc li img {
  max-width: 100%;
}

.fdgdfgd {
  display: none;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  margin-top: 15px;
  color: #282828;
}

.menu .active p {
  display: block;
}

.naccs .menu {
  position: relative;
}

.naccs .menu::before {
  position: absolute;
  content: '';
  width: 2px;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  background-color: #EAD7D7;
  border-radius: 4px;
}






.tabs {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.tabs>li {
  transition-duration: 0.25s;
  display: table-cell;
  list-style: none;
  text-align: center;
  padding: 17px 20px 16px 20px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  color: #989898;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  border-radius: 20px 20px 0px 0px;
}

.tabs>li:before {
  z-index: -1;
  position: absolute;
  content: "";
  width: 100%;
  height: 120%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translateY(100%);
  transition-duration: 0.25s;
  border-radius: 5px 5px 0 0;
}

.tabs>li:hover:before {
  transform: translateY(70%);
}

.tabs>li.active {
  color: #282828;
  box-shadow: 0px 0px 10px rgba(229, 64, 54, 0.7);
}

.tabs>li.active:before {
  transition-duration: 0.5s;
  background-color: #fff;
  transform: translateY(0);
}

.tab__content {
  background-color: white;
  position: relative;
  width: 100%;
  border-radius: 5px;
}

.tab__content>li {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  list-style: none;
}

.tab__content>li .content__wrapper {
  border-radius: 0 0 5px 5px;
  width: 100%;
  padding: 50px 110px;
  background-color: white;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
}

.content__wrapper img {
  width: 100%;
  height: auto;

}

.content__wrapper {
  display: flex;
  align-items: center;
  gap: 50px;
}

.content__wrapper-l img {
  max-width: 230px;
  margin-bottom: 37px;
}

.system-p {
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #282828;
  margin-bottom: 15px;
}

.content__wrapper-r {
  min-width: 270px;
}

.content__wrapper-mob {
  display: none;
  border-radius: 0 0 5px 5px;
  width: 100%;
  padding: 10px;
  background-color: white;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
}

.order-section {
  margin-top: 170px;
  background-image: url('../img/order-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 135px 0;
}

.order {
  display: flex;
  justify-content: space-between;
  gap: 200px;
}

.order-title {
  font-weight: 500;
  font-size: 40px;
  line-height: 65px;
  letter-spacing: 0.02em;
  color: #282828;
}


.order-title span {
  color: #E54036;
}

.order-input {
  width: 380px;
  height: 60px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  background-color: #FFFFFF;
  padding: 18px;
  padding-left: 25px;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: #989898;
  margin-bottom: 20px;
  border: none;
}

.order-form label {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #282828;
}

.order-form label input {
  margin-right: 10px;
}

.order-btn {
  width: 250px;
  height: 60px;
  margin-top: 25px;
}

.map {
  padding: 88px;
  margin-bottom: 50px;
  position: relative;
}

.section-contact-map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}

.map-form {
  padding: 50px;
  background: #FFFFFF;
  opacity: 0.9;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(20px);
  border-radius: 20px;
  max-width: 554px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
  z-index: 10;
}

.map-form__item {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #282828;
}

.map-phone {
  display: block;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 30px;
  cursor: pointer;
}

.map-phone::before {
  content: url(../img/icons/phone.svg);
  width: 24px;
  height: 24px;
  position: absolute;
  top: 2px;
  left: 0;
}

.map-mial {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

.map-mial::before {
  content: url(../img/icons/mail.svg);
  width: 24px;
  height: 24px;
  position: absolute;
  top: 2px;
  left: 0;
}

.section-footer {
  background-image: url('../img/footer.png');
  background-position: center;
  background-size: cover;
  padding: 40px 0;
}

.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 25px;
}

.footer-logo p {
  width: 268px;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  color: #282828;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 5px;
  transition: all .3s ease;
}

.footer-links a {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #282828;
  transition: all .3s ease;
}

.footer-links a:hover {
  color: #797979;
}

.footer-btn {
  width: 250px;
  height: 60px;
}

.callback-overlay {
  background-color: #c3c3c3c2;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 150;
  visibility: hidden;
  opacity: 0;
  transition: all .3s ease;
}

.callback-overlay-active {
  visibility: visible;
  opacity: 1;
}

.callback-form {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;

}



.form-close {
  background: transparent;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 36px;
  right: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.form {
  position: relative;
  z-index: 5;
  width: 700px;
  background: #FFFFFF;
  padding: 80px 105px;
  padding-left: 51px;
  border: 1px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
}

.form__title {
  font-size: 30px;
  line-height: 41px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #282828;
  margin-bottom: 40px;
}

.form__title span {
  color: #E54036;
}

.form__text {
  font-size: 12px;
  line-height: 16px;
  color: #282828;
  margin-bottom: 25px;
}

.form__btn {
  width: 250px;
  height: 60px;
}

#popup_text {
  font-weight: 600;
  font-size: 30px;
  line-height: 41px;
  margin-bottom: 35px;
}

#popup_text2 {
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  color: #282828;
  margin-bottom: 50px;
  max-width: 330px;
}

.thanks-formm {
  max-width: 600px;
  width: 100%;
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.maps,
.maps2 {
  cursor: pointer;
  transition: all .3s ease;
}

.maps:hover {
  color: #797979;
}

.thanks-form-close {
  position: relative;
  top: auto;
  right: auto;
  width: 250px;
  height: 60px;
  background: linear-gradient(93.58deg, #E54036 0%, #E8401B 100%);
  box-shadow: 0px 0px 4px rgba(229, 64, 54, 0.25);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  cursor: pointer;
  transition: all .3s ease;
}

.order-btn.dis,
.form__btn.dis {
  pointer-events: none;
  opacity: .4;
}

/* для элемента input c type="checkbox" */
.custom-checkbox>input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* для элемента label, связанного с .custom-checkbox */
.custom-checkbox>span {
  display: inline-flex;
  align-items: center;
  user-select: none;
  position: relative;
}

/* создание в label псевдоэлемента before со следующими стилями */
.custom-checkbox>span::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  flex-grow: 0;
  background: #FFFFFF;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  margin-right: 6px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

/* стили при наведении курсора на checkbox */
.custom-checkbox>input:not(:disabled):not(:checked)+span:hover::before {}

/* стили для активного чекбокса (при нажатии на него) */
.custom-checkbox>input:not(:disabled):active+span::before {}

/* стили для чекбокса, находящегося в фокусе */
.custom-checkbox>input:focus+span::before {}

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.custom-checkbox>input:focus:not(:checked)+span::before {}

/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox>input:checked+span::after {
  position: absolute;
  top: 5px;
  left: 4px;
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  flex-shrink: 0;
  flex-grow: 0;
  background: #E54036;
  border-radius: 2px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}