:root {
  --main-bg-color: #ffffff;
  --second-bg-color: #f8f8f8;
  --main-text-color: #202020;
  --accent-color: #56295a + 5C6ABF;
  --ligth-violet-color: #5c6abf;
  --dark-violet-color: #56295a;
  --dark-orange-color: #fd9500;
  --ligth-orange-color: #fdbf00;
  --accent-orange-color: #fd9500 + FDBF00;
  --main-font-family: "Raleway";
  --line-2: 1.2;
  --line-3: 1.3;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  max-width: 100%;
  padding: 0;
  display: table;
  box-sizing: border-box;
  white-space: normal;
  color: inherit;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template,
[hidden] {
  display: none;
}

body {
  margin: 0;
  font-family: var(--main-font-family), sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: var(--line-2);
  color: var(--main-text-color);
  background: var(--main-bg-color);
}

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

ul,
ol {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}
p{
	    font-family: var(--main-font-family), sans-serif !important;
}
ul,
ol {
  list-style: none;
  padding: 0;
}

a {
  text-decoration: none;
  color: var(--main-text-color);
  transition: all 0.25s;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

.rest   img {
	max-width:max-content;
  width: 100%;
  display: block;
}

article > * + * {
  margin-top: 1em;
}
textarea{height:88px}
button {
  border: none;
  background: inherit;
  cursor: pointer;
}
.show-content:hover,
.show-content:focus,
.header__itemPhone:hover,
.header__itemPhone:focus,
.footer__wrapper a:hover,
.footer__wrapper a:focus,
.services__list a:hover,
.services__list a:focus,
.header__itemSend:hover,
.header__itemSend:focus{
	color:var(--dark-orange-color)
}
.section {
  max-width: 1380px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}

.container {
  padding-top: 100px;
  padding-bottom: 100px;
}

.container--top {
  padding-top: 100px;
  padding-bottom: 0;
}

.box {
  display: flex;
  flex-direction: column;
}

.box--row {
  display: flex;
  flex-direction: row;
}

.header {
  padding-top: 4px;
  padding-bottom: 20px;
  align-items: center;
  justify-content: space-between;
}

.header__wrapper {
  gap: 20px;
}

.header__decr {
  margin: auto 0;
  position: relative;
  gap: 2px;
}

.header__decr::before {
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  bottom: -10px;
  width: 1px;
  background: linear-gradient(
    to bottom,
    rgba(86, 41, 90, 0) 0%,
    rgba(86, 41, 90, 0.8) 40%,
    rgba(86, 41, 90, 0.8) 60%,
    rgba(86, 41, 90, 0) 100%
  );
}

.header__list,
.nav__list {
  gap: 30px;
}

.header__list a,
.nav__list a {
  position: relative;
  font-size: 20px;
  font-weight: 600;
}

.header__list a:hover,
.header__list a:focus,
.nav__list a:hover,
.nav__list a:focus {
  color: var(--dark-violet-color);
  text-shadow: none;
}

.nav-item {
  position: relative;
}

.nav-item > a {
  padding-right: 14px;
}

.nav-item > a::before {
  width: 8px;
  height: 8px;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  display: block;
  background-image: url(./assets/shevron.svg);
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: center;
}

.header__list a::after,
.nav__list a::after {
  width: 0;
  height: 1px;
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 5;
  background: var(--dark-violet-color);
  transition: width 0.3s ease;
}

.header__list a:hover::after,
.header__list a:focus::after,
.nav__list a:hover::after,
.nav__list a:focus::after {
  width: 100%;
}

.header__wrap {
  justify-content: space-between;
  align-items: center;
}

.nav__list a {
  color: var(--dark-violet-color);
}

.header__listNumber li {
  text-align: end;
}

.header__itemPhone {
  font-size: 24px;
  font-weight: 600;
}

.header__itemSend {
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
  color: var(--dark-violet-color);
}

.header__listSocials {
  gap: 10px;
}

.footer__listSocials--messengers li,
.header__listSocials li {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.header__container {
  gap: 24px;
}

.header__box {
  width: 75%;
  gap: 30px;
}

.header__listSocials li:nth-child(1),
.footer__listSocials--messengers li:nth-child(1) {
  background: #0dc143;
}
.header__listSocials li:nth-child(2),
.footer__listSocials--messengers li:nth-child(2) {
  background: #675da9;
}
.header__listSocials li:nth-child(3),
.footer__listSocials--messengers li:nth-child(3) {
  background: #229fda;
}
.header__listSocials li:nth-child(4),
.footer__listSocials--messengers li:nth-child(4) {
  background: #db4437;
}

.main__box {
  background: url(./assets/bg.png) 100% 100% no-repeat fixed,
    url(./assets/hero-bg.jpg) top right no-repeat;
  background-size: cover, auto;
}

.hero__wrapText {
  max-width: 804px;
  grid-area: a;
}

.hero__list {
  grid-area: b;
}
.hero__wrapper {
  grid-area: c;
}
.slider-cont {
  grid-area: d;
  margin-top: auto;
}

.hero__box {
  display: grid;
  grid-template-areas:
    "a   d"
    "b  d"
    "c  d";
}

.hero__title {
  font-size: 72px;
  font-weight: 700;
  line-height: 1;
  color: var(--dark-violet-color);
}

.hero__descr {
  margin: 20px 0 40px;
  display: block;
  font-size: 32px;
  font-weight: 700;
}

.hero__list {
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  font-size: 24px;
  font-weight: 600;
}

.hero__list li {
  width: calc(50% - 15px);
  padding-left: 58px;
  position: relative;
}

.hero__list li::before {
  width: 48px;
  height: 48px;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background-image: url(./assets/fire.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.hero__text {
  font-size: 22px;
  font-weight: 400;
}

.hero__wrapper {
  gap: 30px;
}

.base__btn {
  width: 340px;
  padding: 18px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  border: 2px solid var(--ligth-orange-color);
  border-image-source: linear-gradient(
    237.99deg,
    var(--ligth-orange-color) 18.46%,
    var(--dark-orange-color) 81.54%
  );
  border-image-slice: 1;
}

.base__btn:hover,
.base__btn:focus {
  border: 2px solid var(--ligth-orange-color);
  box-shadow: 0px 4px 4px 0px #00000040;
}

.base__btn:active {
  border: 2px solid var(--dark-orange-color);
  box-shadow: 0px 4px 6px 0px #00000040 inset;
}

.accent__btn {
  background: linear-gradient(
    237.99deg,
    var(--ligth-orange-color) 18.46%,
    var(--dark-orange-color) 81.54%
  );
}

.accent__btn:hover,
.accent__btn:focus {
  background: var(--ligth-orange-color);
}

.accent__btn:active {
  background: var(--dark-orange-color);
}

.title {
  margin-bottom: 60px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
}

.about__box {
  display: grid;
  grid-template-areas:
    "a  c"
    "b  c";
  gap: 60px;
}

.about__wrap {
  grid-area: a;
  gap: 20px;
  font-size: 20px;
}

.about__list {
  grid-area: c;
  gap: 38px;
}

.about__list li a {
  width: 454px;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--second-bg-color);
  box-shadow: 0px 4px 20px 0px #0000001a;
}

.about__list li a:hover,
.about__list li a:focus,
.footer__listRaiting li a:hover,
.footer__listRaiting li a:focus,
.footer__listPartner li a:hover,
.footer__listPartner li a:focus {
  background: var(--main-bg-color);
  box-shadow: 0px 4px 10px 0px #0000001a;
}
.about__list li a:active,
.footer__listRaiting li a:active,
.footer__listPartner li a:active {
  box-shadow: 0px 4px 10px 0px #0000001a inset;
}
.footer__listRaiting li a:hover,
.footer__listRaiting li a:focus,
.footer__listPartner li a:hover,
.footer__listPartner li a:focus {
  background: var(--second-bg-color);
}
.footer__listRaiting li a:active ,
.footer__listPartner li a:active {
  background: var(--main-bg-color);
}

.about__list li a img {
  max-width: 70%;
}

.about__listInfo {
  grid-area: b;
  justify-content: space-between;
}

.about__listInfo li {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
.about__listInfo li span {
  display: block;
}

.about__listInfo li .about__numbers {
  font-size: 72px;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(
    243.2deg,
    var(--ligth-violet-color) 16.94%,
    var(--dark-violet-color) 83.39%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.about__listAdvantages {
  margin-top: 80px;
  padding: 40px;
  gap: 30px;
  font-size: 24px;
  font-weight: 600;
  background: var(--second-bg-color);
  box-shadow: 0px 4px 20px 0px #0000001a;
}

.about__listAdvantages li {
  padding-left: 80px;
  position: relative;
}

.about__listAdvantages li::before {
  width: 60px;
  height: 60px;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background-image: url(./assets/expiriens.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.about__listAdvantages li:nth-child(2):before {
  background-image: url(./assets/leadership.png);
}
.about__listAdvantages li:nth-child(3):before {
  background-image: url(./assets/cost.png);
}
.about__listAdvantages li:nth-child(4):before {
  background-image: url(./assets/accuracy.png);
}

.services__list {
  padding-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px 30px;
}

.services__list li {
  padding: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--second-bg-color);
  box-shadow: 0px 4px 20px 0px #0000001a;
}

.services__list li > div {
  width: 100px;
  height: 100px;
  padding: 16px;
  position: absolute;
  right: 30px;
  top: -50px;
  background: var(--main-bg-color);
  border-radius: 50%;
  box-shadow: 0px 4px 10px 0px #0000001a;
}

.services__name {
  font-size: 24px;
  font-weight: 600;
}

.services__descr {
  margin: 20px 0 30px;
  font-size: 16px;
}

.services__list a {
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
  color: var(--dark-violet-color);
}

.services__link {
  margin: 78px auto 30px;
  display: block;
}

.cases__list {
  gap: 20px;
}

.cases__item {
  padding: 18px 20px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  border: 2px solid;
  border-image-source: linear-gradient(
    243.2deg,
    var(--ligth-violet-color) 16.94%,
    var(--dark-violet-color) 83.39%
  );
  border-image-slice: 1;
  transition: all 0.25s;
  cursor: pointer;
}

.cases__item:hover,
.cases__item:focus {
  border: 2px solid var(--ligth-violet-color);
  box-shadow: 0px 4px 4px 0px #00000040;
}

.cases__item:active,
.cases__item--active {
  color: var(--main-bg-color);
  border: 2px solid;
  background: linear-gradient(
    243.2deg,
    var(--ligth-violet-color) 16.94%,
    var(--dark-violet-color) 83.39%
  );
  border-image-source: linear-gradient(
    243.2deg,
    var(--ligth-violet-color) 16.94%,
    var(--dark-violet-color) 83.39%
  );
  border-image-slice: 1;
}

.cases__listExamples {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.cases__listExamples span {
  min-height: 64px;
  padding-top: 6px;
	padding-left: 10px;
  display: block;
  font-size: 24px;
  font-weight: 600;
	transition:all 0.25s;
}

.cases__listExamples li {
  transition: transform 0.25s ease;
  display: inline-block;
  cursor: pointer;
}

.cases__listExamples li:hover {
  transform: scale(1.02);
	  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px,
    rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px,
    rgba(0, 0, 0, 0.07) 0px 16px 16px;
}
.cases__listExamples li: span{
transition:all 0.25s;
}
.cases__listExamples li:hover span {

}

.title-mg {
  margin-bottom: 10px;
}

.reviews__descr {
  font-size: 32px;
  font-weight: 700;
}

.reviews__list {
  margin-top: 60px;
  gap: 30px;
  flex-wrap: wrap;
}

.reviews__list iframe {
  height: 248px;
}

.reviews__list li,
.thanks__list li {
  width: calc(100% / 3 - 20px);
  padding: 20px;
  background: var(--second-bg-color);
  box-shadow: 0px 4px 20px 0px #0000001a;
}
.thanks__list li{
	cursor:pointer;
}
.reviews__wrapper {
  width: 90px;
  height: 90px;
  background: var(--main-bg-color);
  border: 0.74px solid var(--dark-violet-color);
  border-radius: 50%;
}
.reviews__wrapper>img{
	border-radius: 50%;
}
.reviews__box {
  gap: 20px;
}

.reviews__wrap {
  max-width: 214px;
  gap: 6px;
  font-size: 20px;
  font-weight: 600;
}

.reviews__name {
  color: var(--dark-orange-color);
}

.reviews__comment {
  margin: 20px 0 10px;
  font-size: 16px;
}

.reviews iframe {
  width: 100%;
}

.reviews__text {
  max-width: 792px;
  margin: 40px 0 0;
  font-size: 20px;
}

.thanks__list {
  gap: 30px;
  flex-wrap: wrap;
}

.thanks__list li {
  width: calc(25% - 30px);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.thanks__box {
  gap: 20px;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
}

.thanks__box img {
  width: 48px;
  height: 48px;
}

.team__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.team__list li {
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 4px 20px 0px #0000001a;
}

.team__list > li > img {
  height: 350px;
  width: 100%;
  object-fit: contain;
}

.team__box {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.team__name {
  font-size: 32px;
  font-weight: 700;
}

.team__position {
  margin: 4px 0 20px;
  display: block;
  font-size: 24px;
}

.team__text {
  margin-bottom: 20px;
  display: block;
  font-size: 20px;
  font-style: italic;
}

.team__wrap {
  margin-top: auto;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
}

.team__listSert {
  gap: 10px;
}

.team__listSert img {
  width: 32px;
  height: 32px;
}

.title__send {
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
	color:#020202;
	text-transform:none;
}

.title__descr {
  font-size: 72px;
  font-weight: 700;
  line-height: 1;
  color: var(--ligth-orange-color);
}

.send__wrap {
  padding: 60px;
  justify-content: space-between;
  background: var(--second-bg-color);
}

.send__box {
  max-width: 600px;
  width: 100%;
  margin-right: 20px;
}

.send__descr {
  font-size: 24px;
}

.form {
  max-width: 500px;
}

.form__title,
.modal__title {
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 700;
}

.modal__title--mesage {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: var(--dark-violet-color);
}

.modal {
  min-height: 220px;
}

.form label,
.form__dynamic label {
  width: 100%;
  margin-bottom: 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 16px;
}
.form input,
.form textarea,
.form__dynamic input,
.form__dynamic textarea {
  padding: 12px 20px;
  font-size: 20px;
  background:var(--second-bg-color);
  border: 1px solid #20202080;
  resize: none;
}

.form .custom-checkbox,
.form__dynamic .custom-checkbox {
  margin: 0 0 40px;
  padding-left: 34px;
  position: relative;
  display: block;
  font-size: 16px;
  cursor: pointer;
}

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

.checkmark {
  height: 24px;
  width: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background-color: inherit;
  border: 1px solid #20202066;
}

.custom-checkbox input:checked ~ .checkmark {
  background-image: url(./assets/union.svg);
  background-position: center;
  background-repeat: no-repeat;
}

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

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

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  background: #0a377e;
  margin: 0;
}

.form__btn {
  width: 100%;
}

.footer {
  background: var(--second-bg-color);
}

.footer--yellow {
  font-size: 20px;
  font-weight: 600;
  color: var(--dark-orange-color);
}

.footer__boxData {
  max-width: 272px;
}

.footer__list {
  position: relative;
  padding: 60px 0;
  display: flex;
  justify-content: space-between;
  gap: 60px;
}

.footer__list::before {
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0) 0%,
    var(--ligth-orange-color) 48.67%,
    rgba(255, 255, 255, 0) 99.4%
  );
}

.footer__box {
  padding: 40px 0 60px;
  display: flex;
  justify-content: space-between;
}

.footer__list--second {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-weight: 500;
  font-size: 16px;
}

.footer .footer__list--second a,
.footer .footer__boxList a {
  color: var(--main-text-color);
  transition: color 0.25s;
}

.footer__list--second a:hover,
.footer__list--second a:focus,
.footer__boxList a:hover,
.footer__boxList a:focus {
  color: var(--dark-orange-color);
  text-shadow: none;
}

.footer__wrapper {
  position: relative;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

.footer__wrapper p {
  line-height: 1.3;
}

.footer__wrapper span {
  position: absolute;
  top: 0;
  right: 50%;
}

.footer .footer__certificate,
.footer .footer__boxData--number span,
.footer .footer__boxList a {
  font-size: 14px;
  font-weight: 400;
  color: var(--main-text-color);
}

.footer__certificate {
  margin-top: 40px;
}

.footer__boxData--number {
  margin: 14px 0;
  display: flex;
  flex-direction: column;
}

.footer__boxList a {
  text-decoration: underline;
}

.footer__listMode--second {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.footer__listMode--second li {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer .footer__listMode--second span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--main-text-color);
}

.footer__listMode,
.footer__listSocials {
  max-width: 490px;
  display: flex;
  justify-content: space-between;
}

.footer__listSocials {
  width: calc(100% - 80px);
  margin-top: auto;
}

.footer__listSocials--second {
  margin-top: 10px;
  display: flex;
  gap: 8px;
}

.footer__boxMode {
  width: 35%;
  display: flex;
  flex-direction: column;
}

.footer__listSocials--messengers li,
.header__listSocials li,
.footer__listSocials--media a img {
  transition: all 0.25s;
}

.header__listSocials li:hover,
.header__listSocials li:focus,
.footer__listSocials--messengers li:hover,
.footer__listSocials--messengers li:focus,
.footer__listSocials--media a:hover img,
.footer__listSocials--media a:focus img {
  transform: scale(1.2);
}

.footer__listRaiting,
.footer__listRaiting li a{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer__listRaiting li a{
  max-width: 176px;
  min-height: 62px;
  padding: 6px 10px;
  gap: 2px;
  font-size: 12px;
  font-weight: 400;
  background: var(--main-bg-color);
  box-shadow: 0px 4px 20px 0px #0000001a;
}

.footer__listBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 12px;
}

.footer__listRaiting li p {
  color: #202020cc;
}

.footer__wrap {
  align-items: center;
}

.footer__raiting {
  margin: 0 3px 0 0;
  font-size: 16px;
  font-weight: 600;
}

.footer__listCard {
  max-width: 272px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 16px;
}

.footer__listCard li {
  width: 80px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--main-bg-color);
  overflow: hidden;
  box-shadow: 0px 4px 20px 0px #0000001a;
}

.footer__listCard li img {
  height: auto;
  padding-top: 5px;
  object-fit: contain;
}

.footer__listCard li:nth-child(4) img {
  width: 44px;
}

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

.footer__listInfo,
.footer__listPartner {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.footer__listPartner {
  margin-top: auto;
}

.footer__listPartner li {
  width: 176px;
  height: 62px;
  background: var(--main-bg-color);
  box-shadow: 0px 4px 20px 0px #0000001a;
}

.footer__listPartner li a {
  width: 100%;
  padding: 5px;
  display: flex;
  justify-content: center;
}

.footer__listPartner li img {
  max-width: 116px;
}

.footer__boxInfo {
  width: 32.6%;
  display: flex;
  flex-direction: column;
}

.footer__boxList {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.footer__show {
  gap: 6px;
}

.footer__show a {
  width: 156px;
  position: relative;
font-size: 16px;
font-weight: 400;
line-height: 1.2;
  cursor: pointer;
}

.header__listSocials li:nth-child(3) img,
.footer__listSocials--messengers li:nth-child(3) img {
  padding-right: 2px;
}

.footer__show a.footer__phone::after {
  width: 8px;
  height: 8px;
  content: "";
  position: absolute;
  right: 16%;
  top: 40%;
  display: block;
  background-image: url(./assets/shevron.svg);
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: center;
}
.footer__show a.show-content::after {
  display: none;
}

.footer__logo {
  max-width: 272px;
}
.header__logo {
  max-width: 148px;
}

.footer__listSocials--messengers li {
  border-radius: 50%;
}
.img__yandex {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.img__rating {
  width: 78px;
  height: 14px;
}

.mob--sea,
#burger,
#nav-menu,
.overlay,
.modal {
  display: none;
}
.list--drop {
  width: max-content;
  padding: 10px 15px;
  gap: 10px;
  position: absolute;
  top: 100%;
  left: -14px;
  z-index: 2;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  background: var(--main-bg-color);
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.list--drop li a {
  font-size: 16px;
}

.slider__box {
  width: 560px;
  height: 340px;
  position: relative;
  background-image: url(./assets/laptop.png);
  background-repeat: no-repeat;
  background-position: bottom;
}

.btn__wrap {
  height: 60px;
  margin-bottom: 24px;
  padding-right: 30px;
  justify-content: end;
  gap: 20px;
}

.btn__wrap > div {
  width: 60px;
  height: 100%;
  margin: 0;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  background: var(--main-bg-color);
  border-radius: 50%;
  box-shadow: 0px 2px 6px 0px #00000033;
}

.btn__wrap > div::after {
  width: 10px;
  height: 20px;
  content: "";
  position: absolute;
  background-image: url(./assets/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.btn__wrap > .swiper-button-prev::after {
  rotate: 180deg;
}

.mySwiper {
  width: 460px;
  height: 100%;
  padding-top: 10px;
}

.info__box {
  width: 154px;
  height: 154px;
  padding: 10px;
  position: absolute;
  top: -50%;
  left: 0;
  z-index: 100;
  transform: translate(0, 50%);
  background: var(--main-bg-color);
  border-radius: 50%;
}

.info__text {
  width: 100%;
  height: 100%;
  justify-content: center;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: var(--main-bg-color);
  border-radius: 50%;
  background: linear-gradient(
    243.2deg,
    var(--ligth-violet-color) 16.94%,
    var(--dark-violet-color) 83.39%
  );
}

.info__text--descr {
  font-weight: 400;
}

#overlay,
.modal {
  display: none;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
}
.modal {
  width: 620px;
  padding: 60px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--second-bg-color);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.sendForm__btn {
  width: 100% !important;
}

.sendForm__btn:disabled,
#static-formBtn:disabled {
  opacity: 0.6;
}

.close {
  position:absolute;
	top:20px;
	right:20px;
}

.modal__title--mesage {
  display: block;
}

.message__text {
  font-size: 20px;
  text-align: center;
}
.message__text--second {
  margin-top: 14px;
}
.base__btn[data-close-error],
.base__btn[data-close-success] {
  width: 100%;
  margin-top: 40px;
}
.language-selector {
  position: relative;
  display: inline-block;
}

.language-btn {
  padding: 5px 10px 5px 0;
  position: relative;
  display: flex;
  gap: 6px;
  cursor: pointer;
}

.language-btn::after {
  width: 10px;
  height: 10px;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  background-image: url(./assets/shevron.svg);
  background-repeat: no-repeat;
}

.flag-icon {
  width: 20px;
  height: 15px;
  margin-right: 5px;
}

.arrow {
  margin-left: 5px;
}

.language-list {
  padding: 5px 10px 10px 15px;
  margin: 0;
  position: absolute;
  top: 100%;
  left: -13px;
  z-index: 2;
  display: none;
  gap: 8px;
  background: var(--main-bg-color);
}
.footer__linkPartner{
	justify-content: center;
    gap: 10px;
}
.language-list li {
  display: flex;
  gap: 6px;
  font-size: 14px;
  cursor: pointer;
}

.language-selector.active .language-list {
  display: flex;
  flex-direction: column;
}

.language-selector.active .language-btn::after {
  rotate: 180deg;
  top: 3%;
}

.header__boxSocials {
  justify-content: space-between;
}
.modal__img {
  width: 100%;
  max-width: 400px;
  height: auto;
  position: fixed;
  z-index: 1000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

#modal-closeImg {
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 2;
}

.modal-contentImg {
  max-width: 100%;
  transform: scale(1.05);
  transition: transform 0.3s ease-in-out;
}

@media (max-width: 1450px) {
  .main__box {
    background: url(./assets/bg.png) 100% 100% no-repeat,
      url(./assets/hero-bg-720.jpg) top right no-repeat;
    background-size: cover, auto;
  }
  .footer__boxMode,
  .footer__boxInfo,
  .footer__listPartner {
    width: 100%;
  }

  .footer__boxInfo,
  .footer__listInfo,
  .footer__listPartner {
    gap: 60px;
    justify-content: start;
  }
  .hero__box {
    width: 100%;
    grid-template-areas:
      "a  a"
      "b  d"
      "c  c";
  }
  .hero__list li {
    width: 100%;
    padding-left: 46px;
    position: relative;
  }

  .hero__list {
    margin-bottom: 0;
  }
  .hero__wrapper {
    margin-top: 40px;
  }
  .info__text {
    font-size: 14px;
  }
}

@media (min-width: 1281px) {
  .nav-item:hover .list--drop,
  .nav-item:focus .list--drop,
  .list--drop:hover .list--drop,
  .list--drop:focus .list--drop {
    display: flex !important;
    opacity: 1;
  }

  .nav-item > a::before {
    transition: transform 0.3s ease;
  }

  .nav-item:hover > a::before {
    transform: translate(0, -50%) rotate(180deg);
  }
  .hero.container--top {
    padding-top: 60px;
  }
  .send__box {
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media (max-width: 1280px) {
	.footer--old .footer__listBox{
		flex-wrap:wrap;
	}
	.footer--old .footer__listSocials{
position:static;}
  .slider-cont {
    max-width: 445px;
  }
  .slider__box {
    max-height: 260px;
    width: 445px;
    background-image: url(./assets/laptop-768.png);
  }
  .mySwiper {
    width: 352px;
  }
  .info__box {
    width: 130px;
    height: 130px;
  }
  .btn__wrap {
    height: 48px;
    padding-right: 42px;
  }

  .btn__wrap > div {
    width: 48px;
  }
  .list--drop {
    max-width: 130px;
    margin-top: 10px;
    padding: 0 0 0 10px;
    position: static;
    opacity: 1;
    gap: 10px;
    box-shadow: none;
  }
  .list--drop li a {
    font-size: 14px;
  }
  #burger {
    width: 34px;
    height: 34px;
    padding: 2px 0;
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
  }

  .burger span {
    width: 100%;
    height: 5px;
    display: block;
    background: linear-gradient(
      180deg,
      var(--ligth-orange-color) 0%,
      var(--dark-orange-color) 100%
    );
    transition: all 0.3s ease;
    border-radius: 3px;
  }
  .burger span:nth-child(3) {
    width: 60%;
  }

  .message__text {
    font-size: 16px;
  }

  .nav-menu {
    width: 320px;
    padding: 20px;
    position: absolute;
    top: 0;
    left: -320px;
    background: var(--main-bg-color);
    transition: left 0.3s ease;
    z-index: 999;
    overflow: hidden;
    box-shadow: 0px 4px 20px 0px #0000001a;
  }

  .burger.active span:nth-child(1) {
    transform: rotate(45deg) translate(10px, 9px);
  }

  .burger.active span:nth-child(3) {
    opacity: 0;
  }

  .header__list,
  .nav__list {
    gap: 20px;
    font-size: 16px;
  }
  .nav__box nav > ul {
    flex-direction: column;
  }
  .header__list a,
  .nav__list a {
    font-size: 16px;
  }

  .nav__box {
    gap: 15px;
  }

  .header__list {
    width: 134px;
  }

  .nav__list {
    position: relative;
  }
  .nav__list::before {
    content: "";
    position: absolute;
    left: -26px;
    top: -10px;
    bottom: -10px;
    width: 1px;
    background: linear-gradient(
      to bottom,
      rgba(86, 41, 90, 0) 0%,
      rgba(86, 41, 90, 0.8) 40%,
      rgba(86, 41, 90, 0.8) 60%,
      rgba(86, 41, 90, 0) 100%
    );
  }

  .burger.active span:nth-child(2) {
    transform: rotate(-45deg) translate(0px, 0px);
  }

  #nav-menu.open {
    display: flex;
    flex-direction: column;
    gap: 30px;
    left: 0;
    top: 60px;
  }

  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container--top {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .table--hid {
    display: none;
  }
  .header__container {
    min-width: 320px;
    flex-direction: row;
    gap: 20px;
    align-items: center;
  }

  .header__box {
    width: auto;
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }

  .header__wrapper {
    gap: 12px;
  }

  .header__decr {
    font-size: 12px;
  }

  .header__decr::before {
    left: -6px;
  }

  .header__logo {
    max-width: 100px;
  }

  .header__listSocials {
    gap: 8px;
  }

  .header__itemPhone {
    font-size: 20px;
  }

  .header__itemSend {
    font-size: 14px;
  }

  .hero__title {
    font-size: 48px;
  }
  .hero__descr {
    margin: 10px 0 30px;
    font-size: 24px;
  }
  .hero__list {
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 20px;
    font-size: 20px;
  }

  .hero__list li::before {
    width: 36px;
    height: 36px;
  }
  .base__btn {
    width: 340px;
    padding: 14px;
    font-size: 20px;
  }
  .hero__wrapper {
    gap: 40px;
  }
  .title {
    margin-bottom: 32px;
    font-size: 32px;
  }
  .about__box {
    display: grid;
    grid-template-areas:
      "a c"
      "b b";
    gap: 32px 20px;
  }

  .about__wrap {
    gap: 12px;
    font-size: 16px;
  }
  .about__list {
    gap: 20px;
  }
  .about__list li a {
    width: 230px;
    height: 80px;
  }
  .about__listInfo li {
    font-size: 24px;
  }
  .about__listInfo li .about__numbers {
    font-size: 48px;
  }

  .about__listInfo {
    grid-area: b;
    justify-content: space-around;
  }

  .about__listAdvantages {
    margin-top: 40px;
    padding: 40px 20px;
    gap: 50px 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    font-size: 20px;
  }

  .about__listAdvantages li {
    padding-left: 58px;
  }

  .about__listAdvantages li::before {
    width: 48px;
    height: 48px;
  }
  .services__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 20px;
  }
  .services__list li > div {
    width: 80px;
    height: 80px;
    padding: 14px;
    top: -40px;
  }
  .services__name {
    font-size: 20px;
  }

  .services__descr {
    margin: 14px 0 30px;
    font-size: 14px;
  }
  .services__list a {
    font-size: 14px;
  }
  .services__link {
    width: 320px;
    margin: 32px auto 20px;
  }

  .cases__list {
    gap: 12px;
  }
  .cases__item {
    padding: 14px 12px;
    font-size: 20px;
  }
  .cases__listExamples {
    margin-top: 24px;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .cases__listExamples span {
    min-height: 54px;
    padding-top: 4px;
    font-size: 20px;
  }
  .title-mg {
    margin-bottom: 10px;
  }
  .reviews__descr {
    font-size: 24px;
  }
  .reviews__list {
    margin-top: 32px;
  }
  .reviews__list li {
    width: calc(100% / 2 - 15px);
  }
  .reviews__wrapper {
    width: 80px;
    height: 80px;
  }
  .reviews__wrap {
    gap: 6px;
    font-size: 16px;
  }

  .reviews__comment {
    font-size: 14px;
  }
  .reviews__text {
    margin: 24px 0 0;
    font-size: 16px;
  }
  .thanks__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .thanks__list li {
    width: 100%;
  }
  .thanks__box {
    gap: 5px;
    font-size: 16px;
  }
  .thanks__box img {
    width: 36px;
    height: 36px;
  }
  .team__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .team__name {
    font-size: 24px;
  }
  .team__position {
    margin: 2px 0 12px;
    font-size: 20px;
  }
  .team__text {
    margin-bottom: 12px;
    font-size: 16px;
  }

  .team__sertificate {
    font-size: 16px;
  }

  .send__wrap {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
  .send__box {
    max-width: 520px;
    margin-right: 0;
  }
  .send__descr {
    font-size: 20px;
  }

  .title.title__send {
    margin-bottom: 24px;
  }
  .title__descr {
    font-size: 48px;
  }
  .reviews__list iframe {
    min-height: 205px;
  }
  .form,
  .modal {
    max-width: 520px;
  }
  .form__title,
  .modal__title {
    margin-bottom: 24px;
    font-size: 24px;
  }
  .form label,
  .modal label {
    font-size: 14px;
  }
  .form input,
  .form textarea m .modal input,
  .modal textarea {
    padding: 14px 20px;
    font-size: 16px;
  }
  .form .custom-checkbox,
  .modal .custom-checkbox {
    margin: 0 0 24px;
    padding-left: 44px;
    font-size: 14px;
  }

  .form__btn {
    width: 100%;
  }
  .footer__boxData {
    max-width: 100%;
    grid-area: a;
  }
  .footer__certificate {
    margin-top: 24px;
  }

  .footer__listMode {
    flex-direction: column;
    gap: 30px;
  }
  .footer__listMode--second li {
    gap: 10px;
  }
  .footer__listMode--second {
    gap: 30px;
  }
  .footer__listCard {
    grid-template-columns: repeat(4, 1fr);
  }
  .footer__boxData--number {
    margin: 8px 0;
  }

  .footer__listInfo {
    flex-direction: column-reverse;
    gap: 24px;
  }

  .footer__listPartner {
    margin-top: 24px;
    gap: 14px;
  }

  .footer__listRaiting {
    flex-direction: row;
    gap: 14px;
  }

  .footer__boxMode {
    position: relative;
    grid-area: c;
  }

  .footer__listSocials {
    margin-top: 30px;
    flex-direction: column;
    gap: 30px;
  }

  .footer__box {
    padding: 24px 0 40px;
    display: grid;
    grid-template-areas:
      "a c"
      "b c";
    gap: 0 90px;
  }
  .footer__list--second {
    font-size: 16px;
    gap: 8px;
  }
  .footer__boxInfo {
    margin-top: 24px;
    grid-area: b;
    gap: 0;
  }
  .footer__list {
    position: relative;
    padding: 40px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px 48px;
  }
  .footer__list > li {
    width: calc(100% / 3 - 32px);
  }
  .footer__wrapper {
    justify-content: space-between;
  }
  .footer__wrapper span {
    position: static;
  }
  .mob--sea {
    display: none;
  }
  .nav-item > a.open::before {
    transform: translate(0, -50%) rotate(180deg);
  }
}

@media (max-width: 768px) {
	.footer--old .footer__list{
justify-content:center;
	}
  .slider-cont {
    width: 310px;
    margin-top: 20px;
  }
  .slider__box {
    width: 100%;
    height: 188px;
    background-image: url(./assets/laptop-320.png);
    background-size: contain;
  }
  .mySwiper {
    width: 252px;
  }
  .info__box {
    width: 84px;
    height: 84px;
  }
  .info__text {
    font-size: 10px;
  }
  .btn__wrap {
    height: 32px;
    margin-bottom: 10px;
    padding-right: 22px;
    gap: 10px;
  }

  .btn__wrap > div {
    width: 32px;
  }
  .mob__hid {
    display: none;
  }
  .mob--sea {
    display: block;
  }
  .header__listSocials.mob--sea {
    margin: 0 auto;
    display: flex;
  }
  .section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container--top {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .hero__wrapper,
  .cases__list {
    flex-wrap: wrap;
    gap: 10px;
  }

  .hero__wrapper {
    max-width: 340px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .hero__wrapper button,
  .hero__wrapper a {
    width: 100%;
  }
  .reviews__wrapper {
    width: 68px;
    height: 68px;
  }
  .reviews__box {
    gap: 6px;
  }
  .reviews__wrap {
    max-width: 180px;
    gap: 4px;
    font-size: 14px;
  }
  .reviews__comment {
    margin: 10px 0 8px;
    font-size: 12px;
  }
  .reviews__text {
    margin: 14px 0 0;
    font-size: 14px;
  }
  .footer__container {
    padding: 40px 20px;
  }
  .footer__list {
    padding-top: 30px;
    justify-content: space-between;
    gap: 24px;
  }
  .footer__list--second a,
  .footer__boxList a {
    font-size: 14px;
  }
  .footer__list li {
    width: 280px;
  }

  .footer__listInfo,
  .footer__listPartner,
  .footer__boxData {
    max-width: 100%;
    width: 100%;
  }

  .footer__list--second {
    margin-top: 10px;
    gap: 8px;
  }

  .footer__wrapper {
    flex-direction: column;
    text-align: center;
    gap: 14px;
    font-size: 12px;
  }
  .footer__logo {
    max-width: 150px;
    margin: 0 auto;
    display: block;
  }

  .footer__box {
    margin: 0 auto;
    padding: 20px 0 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .footer__listMode--secondMob {
    flex-direction: row;
    justify-content: space-between;
  }
  .footer__listMode,
  .footer__listSocials {
    max-width: 100%;
  }
  .footer__listSocials {
    position: relative;
    top: 0;
  }
  .modal {
    min-height: 160px;
  }
  .message__text {
    font-size: 14px;
  }
  .footer__boxMode,
  .footer__listMode {
    gap: 20px;
  }
  .info__box {
    padding: 6px;
  }
  .footer__listSocials > li {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .footer__listSocials--second {
    margin-top: 0;
  }

  .footer__boxInfo {
    flex-direction: column;
  }
  .footer__listCard {
    max-width: 100%;
    gap: 10px 20px;
  }
  .team__list > li > img {
    max-height: 250px;
  }

  .footer__listMode--second,
  .footer__listSocials {
    flex-wrap: wrap;
    gap: 20px;
  }

  .footer__listMode--second,
  .footer__listSocials,
  .footer__listRaiting,
  .footer__listPartner {
    width: 100%;
    max-width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }
  .footer__boxInfo,
  .footer__listPartner {
    gap: 20px;
  }
  .footer__listInfo {
    gap: 24px;
  }
  .footer__listPartner img {
    max-width: 110px;
  }
	.footer__listRaiting li{
		max-width:176px;
		width:100%;
	}
  .footer__listRaiting li a {
    width: 100%;
    padding: 10px 8px;
  }
  .footer--yellow {
    font-size: 16px;
  }
  .footer__listMode--second li {
    gap: 6px;
  }
  .footer__listMode--second span {
    font-size: 14px;
  }

  .footer__listSocials {
    margin-top: 0;
    gap: 20px;
  }
  .footer__boxData--number {
    margin: 14px 0;
  }
  .footer__certificate,
  .footer__boxInfo,
  .footer__listPartner {
    margin-top: 0;
  }
  .footer__listCard {
    display: flex;
    flex-wrap: wrap;
  }
  .footer__listBox {
    flex-direction: column;
    align-items: start;
  }
  .footer__listRaiting li a{
	  height: 100%;
    gap: 10px;
  }
  .footer__raiting {
    font-size: 14px;
  }
  .footer__listRaiting {
    gap: 20px;
  }
  .header__container {
    min-width: auto;
    gap: 0;
  }
}
@media (max-width: 650px) {
  .hero__box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .hero__wrapper {
    flex-direction: column;
  }
  .reviews__list iframe {
    min-height: 184px;
  }
  .reviews__wrap {
    max-width: 160px;
  }
}

@media (max-width: 600px) {
  .main__box {
    background: url(./assets/bg.png) 100% 100% no-repeat,
      url(./assets/hero-bg-320.jpg) top right no-repeat;
    background-size: cover, auto;
  }
  .header__wrapper {
    flex-direction: column;
    gap: 4px;
  }
  .header__logo {
    max-width: 74px;
  }
  .header__decr {
    font-size: 10px;
  }
  .header__box {
    min-width: 184px;
    gap: 10px;
  }
  #burger {
    width: 24px;
    height: 24px;
  }
  .burger span {
    height: 4px;
    border-radius: 2px;
  }
  #nav-menu.open {
    top: 74px;
    gap: 20px;
  }
  .burger.active span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 6px);
  }
  .burger.active span:nth-child(2) {
    transform: rotate(-45deg) translate(-1px, 2px);
  }
  .header__decr::before {
    left: 0;
    top: -2px;
    bottom: -0;
    width: 100%;
    height: 1px;
    background: linear-gradient(
      to right,
      rgba(86, 41, 90, 0) 0%,
      rgba(86, 41, 90, 0.8) 40%,
      rgba(86, 41, 90, 0.8) 60%,
      rgba(86, 41, 90, 0) 100%
    );
  }

  .header__itemPhone {
    font-size: 14px;
  }
  .header__itemSend {
    font-size: 12px;
  }
  .hero__title {
    font-size: 36px;
  }
  .hero__box {
    max-width: 100%;
  }
  .hero__descr {
    margin: 10px 0 24px;
  }
  .hero__list {
    gap: 10px;
  }

  .base__btn {
    padding: 10px;
    font-size: 16px;
  }
  .title {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .about__box {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  .about__wrap {
    gap: 8px;
    font-size: 14px;
  }
  .about__list {
    gap: 10px;
  }
  .about__listInfo {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .about__listInfo li {
    font-size: 20px;
  }

  .about__listInfo li .about__numbers {
    font-size: 36px;
  }
  .about__listAdvantages {
    margin-top: 30px;
    padding: 20px;
    gap: 40px;
    grid-template-columns: 1fr;
    font-size: 16px;
  }
  .about__listAdvantages li {
    padding-left: 50px;
  }
  .about__listAdvantages li::before {
    width: 40px;
    height: 40px;
  }
  .services__list {
    grid-template-columns: 1fr 1fr;
    gap: 50px 20px;
  }
  .services__list li {
    padding: 10px;
  }
  .services__name {
    font-size: 16px;
  }
  .services__descr {
    margin: 8px 0 20px;
    font-size: 12px;
  }
  .services__list a {
    font-size: 12px;
  }
  .services__list li > div {
    width: 68px;
    height: 68px;
    padding: 12px;
    top: -32px;
    right: 16px;
  }
  .services__link {
    width: 300px;
    margin: 20px auto 10px;
  }

  .cases__item {
    padding: 12px 10px;
    font-size: 16px;
  }

  .cases__listExamples span {
    min-height: 42px;
    padding-top: 4px;
    font-size: 16px;
  }
  .title-mg {
    margin-bottom: 8px;
  }
  .reviews__descr {
    font-size: 20px;
  }
  .reviews__list {
    margin-top: 20px;
    gap: 10px;
  }
  .reviews__list li {
    width: 100%;
    padding: 10px;
  }

  .team__box {
    padding: 10px;
  }
  .team__name {
    font-size: 20px;
  }
  .team__position {
    margin: 2px 0 10px;
    font-size: 16px;
  }
  .team__text {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .thanks__box {
    gap: 10px;
    font-size: 14px;
  }
  .team__sertificate {
    font-size: 14px;
  }
  .send__wrap {
    padding: 40px 10px;
    gap: 20px;
  }
  .title.title__send {
    margin-bottom: 10px;
  }
  .title__descr {
    font-size: 36px;
  }
  .send__descr {
    font-size: 16px;
  }
  .form__title,
  .modal__title {
    margin-bottom: 14px;
    font-size: 20px;
  }
  .form label,
  .modal label {
    margin-bottom: 10px;
    gap: 4px;
    font-size: 12px;
  }
  .form input,
  .form textarea,
  .modal input,
  .modal textarea {
    padding: 10px;
    font-size: 14px;
  }
  .form .custom-checkbox,
  .modal .custom-checkbox {
    margin: 0 0 14px;
    padding-left: 34px;
    font-size: 12px;
  }
  .modal {
    width: 320px;
	  padding:20px;
  }
  .footer__box {
    margin: 0 auto;
    padding: 24px 0 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .thanks__list,
  .team__list {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
	textarea{height:60px}
}

@media (max-width: 500px) {
  .cases__listExamples {
    margin-top: 14px;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .thanks__list,
  .team__list {
    grid-template-columns: 1fr;
  }
  .services__list {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .modal__img {
    max-width: 320px;
  }
}
@media (max-width: 350px) {
  .header__container {
    position: absolute;
    top: 20px;
    right: 10px;
  }
  .base__btn {
    width: 300px;
  }
}


.all-links {
  background: var(--white-color);
}
.all-links .menu li a {
  transition: all 0.25s;
}
.all-links .menu li a:hover,
.all-links .menu li a:focus {
  color: #fd9500;
}
.all-links .menu > li {
  position: relative;
}

.all-links .toggle-btn {
  position: absolute;
  top: -2px;
  left: 0;
  display: block;
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  transition: transform 0.3s ease;
  cursor: pointer;
  user-select: none;
  background: linear-gradient(237.99deg, #fdbf00 18.46%, #fd9500 81.54%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.all-links .submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.all-links .submenu > li:first-child {
  margin-top: 10px;
}

.submenu.open {
  max-height: 2000px;
  transition: max-height 0.4s ease-in;
}

.all-links .link__list > li {
  padding: 20px;
  background: #f8f8f8;
  box-shadow: 0px 4px 20px 0px #0000001a;
}
.all-links .link__list li a {
  padding-left: 20px;
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  color: #202020;
}
.all-links .link__list,
.all-links .link__list ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.all-links .link__list {
  width: calc(50% - 15px);
  gap: 30px;
}
.all-links .links__title {
  margin-bottom: 20px;
  display: block;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
}
.all-links .submenu li {
  position: relative;
}

.all-links .submenu li::before {
  width: 3px;
  height: 3px;
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  border-radius: 50%;
  background: #202020;
}
.all-links .submenu li:hover::before,
.all-links .submenu li:hover::before {
  background: #fdbf00;
}
.all-links .submenu li a {
  font-size: 16px;
  font-weight: 400;
}
.all-links .links {
  display: flex;
  gap: 30px;
}
@media (max-width: 1000px) {
  .all-links .links__title {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .all-links .link__list li a {
    font-size: 16px;
  }
  .all-links .link__list {
    width: calc(50% - 10px);
  }
  .all-links .links {
    gap: 20px;
  }
  .all-links .toggle-btn {
    top: -4px;
  }
}
@media (max-width: 600px) {
  .all-links .links__title {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .all-links .link__list li a {
    font-size: 14px;
  }
  .all-links .link__list {
    width: 100%;
    gap: 10px;
  }
  .all-links .links {
    flex-direction: column;
    gap: 10px;
  }
  .all-links .link__list ul {
    gap: 6px;
  }
  .all-links .submenu li::before {
    top: 7px;
  }
  .all-links .submenu > li:first-child {
    margin-top: 6px;
  }
  .all-links .toggle-btn {
    top: -6px;
  }
}
@media (max-width: 620px) {
    footer.footer--old * {
        text-align: left;
    }
}

