*,
*::before,
*::after {
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  scroll-behavior: smooth;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  /* background-color: #acbfbd; */
  min-height: 100vh;
  /* background-image: url('../img/bg.png');
  background-repeat: no-repeat;
  background-size: cover; */

  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  body {
    background-size: 100% 100%;
  }
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
  text-decoration: none;
  color: #2e75f5;
  transition: all 0.3s ease-in-out;
}

a:not([class]):hover {
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
}

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

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

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

.container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1440px) {
  .container {
    max-width: 1280px;
  }
}

@media screen and (max-width: 1280px) {
  .container {
    max-width: 1040px;
  }
}

@media screen and (max-width: 1040px) {
  .container {
    max-width: 768px;
  }
}

@media screen and (max-width: 768px) {
  .container {
    max-width: 100%;
    padding: 0 24px;
  }
}

.header {
  padding: 11px 16px 11px 16px;
  width: 100%;

  background: rgb(65, 129, 255);
  background: linear-gradient(
    90deg,
    rgba(65, 129, 255, 1) 0%,
    rgba(0, 88, 220, 1) 100%
  );
}

.header-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-lang {
  height: max-content;
}

.main {
  margin-bottom: 24px;
  height: 100%;
}

.main-wrapper {
  margin: 24px auto 0 auto;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  width: 100%;
}

.main__title {
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: 600;
  line-height: 24.38px;
  text-align: center;
  text-transform: uppercase;
}

.main-form {
  margin: 16px auto 40px auto;
  max-width: 600px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 12px;
}

.main-form__input {
  padding: 13px 0;
  width: 100%;
  text-align: center;
  opacity: 0.95;
  border-radius: 114.91px;
  background-color: #e8e8e8;
  border: none;

  font-size: 18px;
  font-weight: 400;
  line-height: 21.28px;
}

.main-form__btn {
  padding: 18.57px 17.24px 18.57px 17.24px;
  border-radius: 574.55px;
  border: none;

  background: rgb(222, 68, 47);
  background: linear-gradient(
    90deg,
    rgba(222, 68, 47, 1) 0%,
    rgba(255, 88, 88, 1) 100%
  );

  font-size: 20px;
  font-weight: 600;
  line-height: 24.38px;
  text-align: center;

  color: #ffffff;
}

.main-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}

.main-list__item {
  padding: 5px 10px 5px 10px;
  width: 100%;
  background-color: #eeeeee;
  border-radius: 9px;
  gap: 14px;
  opacity: 0.95;
}

.main-list__item-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2px;
}

.main-list__item-info__title {
  font-size: 14px;
  font-weight: 500;
  line-height: 16.55px;
  text-align: left;
  color: #232323;
}

.main-list__item-info__subtitle {
  font-size: 10px;
  font-weight: 400;
  line-height: 11.82px;
  text-align: left;
  color: #232323;
}

.main-list__item-info__count {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.55px;
  text-align: left;
}

.main-list__btn {
  margin: 20px auto 40px auto;
  padding: 12.89px 21.92px 12.89px 21.92px;
  background-color: #eeeeee;
  border-radius: 7.74px;
  border: none;
  opacity: 0.95;

  font-size: 16px;
  font-weight: 400;
  line-height: 21.28px;
  text-align: center;

  color: #232323;
}

.main-acardion {
  margin: 12px auto;
  width: 100%;
}

.main-acardion__title {
  padding: 12.89px 22px 12.89px 22px;
  background: rgb(65, 129, 255);
  border-radius: 8px;
  background: linear-gradient(
    90deg,
    rgba(65, 129, 255, 1) 0%,
    rgba(0, 88, 220, 1) 100%
  );
  opacity: 0.95;

  gap: 12.89px;
}

.main-acardion__title img {
  width: 16px;
  height: 9px;
}

.main-acardion__title p {
  font-size: 18px;
  font-weight: 400;
  line-height: 21.28px;
  text-align: left;
  color: #fff;
}

.main-acardion__info {
  display: none;

  padding: 15px 22px;
  background: #ffffff;
  border-radius: 0 0 8px 8px;

  font-size: 12px;
  font-weight: 400;
  line-height: 14.18px;
  text-align: left;

  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}

.footer {
  padding: 20px 60px;
  /* background: #eeeeee; */
}

.footer-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}

.footer-list__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 25px 0;
  border-bottom: 1px solid #828282;
  gap: 10px;
}

.footer-list__item:first-child {
  padding-top: 0;
}

.footer-list__item:last-child {
  padding-bottom: 0;
  border: 0;
}

.footer-list__item_link {
  width: 100%;
  justify-content: center;
  gap: 8px;
}

.footer-list__item p {
  font-size: 14px;
  font-weight: 200;
  line-height: 16.55px;
  color: #232323;
  opacity: 0.7;
}

.footer-list__item-title {
  font-size: 16px;
  font-weight: 400 !important;
  line-height: 18.91px;
  text-align: center;
  opacity: 1 !important;
}

/* @media screen and (max-width: 768px) {
  .main {
    background-image: url('../img/bg.png');
    background-size: cover;
    background-repeat: no-repeat;
  }
} */

.rotate {
  transform: rotate(180deg);
}

.show {
  display: block;
}

.acardion-border {
  border-radius: 8px 8px 0 0;
}

.iti {
  width: 100%;
}

input.error {
  color: red !important;
  border: 1px solid red !important;
}

input[name='phone2'] {
  width: 100%;
}
