* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

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

button {
  cursor: pointer;
}

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

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

a {
  color: inherit;
}

* {
  scroll-behavior: smooth;
}

:root {
  --font-family: "Poppins", sans-serif;
  --bg-color: #e5ecf5f7;
  --bg-color-grey: #f6f6f6;
  --btn-primary-color: #329dfa;
  --color-orange-dark: #016bb2;
  --text-color-dark: #000000;
  --text-color: #282b2f;
  --text-color-light: #ffffff;
  --color-green: #1d8c5c;
  --color-light-blue: #c1f4ff;
  --color-light-grey: rgba(0, 0, 0, 0.5);
  --color-border-light-grey: rgba(0, 0, 0, 0.2);
  --color-logo-name: #363131;
  --font-weight-regular: 400;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --gradient: linear-gradient(to right,
      rgb(193 240 255 / 63%),
      rgba(193, 249, 255, 0.99),
      rgba(255, 210, 193, 0));
  --gradient-dark: linear-gradient(to right, #32c1fa, #0142e8);
  --animation-effects: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  line-height: 1.2;
  font-family: Arial, Helvetica, sans-serif;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
}

@media (max-width: 1293px) {
  .header {
    height: auto;
  }
}

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

.header__top-inner {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  font-size: calc(20px + 3 * (100vw - 320px) / 1440);
  font-weight: 600;
}

.logo img {
  width: 45px;
}

.header__top-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 35px;
}

.header__top-item {
  font-size: calc(16px + 0 * (100vw - 320px) / 1440);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header__top-item:hover {
  color: #728f56;
}

.button {
  display: inline-block;
  padding: 10px 30px;
  background-color: #728f56;
  border-radius: 15px;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.button:hover {
  background-color: #000;
}

.header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #000000;
  color: #fff;
}


@media (max-width: 1293px) {
  .header__body {
    padding: 60px 0;
    height: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
  }
}

.header__body-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

@media (max-width: 800px) {
  .header__body-inner {
    height: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
  }
}

@media (max-width: 1293px) {
  .header__body-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 0;
    gap: 30px;
  }
}

.header__top-info {
  width: 100%;
  max-width: 630px;
}

.header__top-info h1 {
  font-size: calc(24px + 15 * (100vw - 320px) / 1440);
  font-weight: 600;
  margin-bottom: 30px;
}

.header__top-info p {
  font-size: calc(16px + 2 * (100vw - 320px) / 1440);
  line-height: 1.5;
  margin-bottom: 50px;
}

.header__top-img {
  width: 100%;
  max-width: 550px;
}

.header__top-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section__title-box {
  width: 100%;
  max-width: 900px;
  margin-bottom: 50px;
}

.section__title-box span {
  font-size: calc(16px + 2 * (100vw - 320px) / 1440);
  line-height: 1.5;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #eb0202;
}

.section__title-box h2 {
  font-size: calc(24px + 20 * (100vw - 320px) / 1440);
  font-weight: 600;
  margin-bottom: 20px;
}

.section__title-box p {
  font-size: calc(16px + 2 * (100vw - 320px) / 1440);
  line-height: 1.5;
  margin-bottom: 20px;
}

.section__title-box span {
  font-size: calc(16px + 2 * (100vw - 320px) / 1440);
  line-height: 1.5;
  margin-bottom: 20px;
}

.section__title-box a {
  font-size: calc(16px + 2 * (100vw - 320px) / 1440);
  line-height: 1.5;
  margin-bottom: 20px;
  color: #6b39bd;
}

.header__top-top {
  background-color: #141414;
  color: #fff;
}

.header__top-top-inner {
  padding: 10px 0;
}

.header__top__top-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 35px;
}

@media (max-width: 665px) {
  .header__top__top-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.header__top__top-item {
  font-size: calc(16px + 0 * (100vw - 320px) / 1440);
}

.section2__casino {
  background-color: #1b1b1b;
  padding: 40px 0;
  color: #fff;
}

.section2__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section2__item {
  max-width: calc(33.33% - 20px);
}
.main11 {
  min-height: 100vh;
}
@media (max-width: 1080px) {
  .section2__item {
    max-width: calc(50% - 20px);
  }
}

@media (max-width: 815px) {
  .section2__item {
    max-width: 100%;
  }
}



.section2__item-img {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}

.section2__item-img img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}

.section2__item-info h3 {
  font-size: calc(20px + 8 * (100vw - 320px) / 1440);
  font-weight: 600;
  margin-bottom: 20px;
}

.section2__item-info p {
  font-size: calc(16px + 1 * (100vw - 320px) / 1440);
  line-height: 1.5;
  color: #a3a3a5;
  font-weight: 600;
}

.section3 {
  padding: 50px 0;
}

.section3__content-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
  border-bottom: 1px solid #e8e8e9;
}

.section3__content-switch span {
  font-size: calc(16px + 2 * (100vw - 320px) / 1440);
  line-height: 1.5;
  font-weight: 600;
}

@media (max-width: 545px) {
  .section3__content-switch {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
}

.section3__content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}

@media (max-width: 545px) {
  .section3__content-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.section3__content-item {
  font-size: calc(16px + 2 * (100vw - 320px) / 1440);
  line-height: 1.5;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.section3__content-item:hover {
  color: #6b39bd;
}

.section3__content-item.active {
  color: #6b39bd;
}

.section3__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.section3__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fafafa;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  width: 100%;
  border-radius: 5px;
  -webkit-transition: display 2s ease;
  transition: display 2s ease;
}

@media (max-width: 1160px) {
  .section3__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 550px;
  }
}

.section3__item.hidden {
  display: none;
}

.section3__item-wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 450px;
  gap: 20px;
  border-right: 1px solid #e8e8e9;
}

@media (max-width: 1160px) {
  .section3__item-wrapp {
    border-bottom: 1px solid #e8e8e9;
    border-right: 0;
    padding-bottom: 10px;
    max-width: 100%;
  }
}

@media (max-width: 420px) {
  .section3__item-wrapp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}

.section3__item-wrapp-img {
  width: 100%;
  max-width: 60px;
}

.section3__item-wrapp-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section3__item-wrapp-info {
  width: 100%;
  max-width: 305px;
}

.section3__item-wrapp-info h3 {
  font-size: calc(16px + 2 * (100vw - 320px) / 1440);
  font-weight: 600;
}

.section3__item-wrapp-info p {
  font-size: calc(14px + 2 * (100vw - 320px) / 1440);
  font-weight: 600;
  color: #a3a3a5;
}

.section3__item-info {
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 305px;
  border-right: 1px solid #e8e8e9;
}

.section3__item-info span {
  font-size: calc(16px + 2 * (100vw - 320px) / 1440);
  font-weight: 600;
}

.section3__item-info p {
  font-size: calc(14px + 2 * (100vw - 320px) / 1440);
  font-weight: 600;
  color: #a3a3a5;
}

@media (max-width: 1160px) {
  .section3__item-info {
    border-bottom: 1px solid #e8e8e9;
    border-right: 0;
    width: 100%;
    max-width: 100%;
    padding-bottom: 10px;
  }
}

@media (max-width: 420px) {
  .section3__item-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}

.section3__item-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}

.section3__item-stars img {
  width: 30px;
  height: 30px;
}

@media (max-width: 1160px) {
  .section3__item-stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e8e8e9;
    border-right: 0;
    width: 100%;
    max-width: 100%;
    padding-bottom: 10px;
  }
}

.section3__item-btn {
  padding: 10px;
}

.section4__casino {
  padding: 50px 0;
  background-color: #1e1e28;
  color: #fff;
}

.section4__inner h2 {
  font-size: calc(20px + 20 * (100vw - 320px) / 1440);
  font-weight: 600;
  margin-bottom: 20px;
}

.section4__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 830px) {
  .section4__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
  }
}

.section4__content-info {
  width: 100%;
  max-width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section4__content-info p {
  font-size: calc(16px + 2 * (100vw - 320px) / 1440);
  line-height: 1.2;
}

@media (max-width: 830px) {
  .section4__content-info {
    max-width: 100%;
  }
}

.section4__content-ul {
  width: 100%;
  max-width: 45%;
}

@media (max-width: 830px) {
  .section4__content-ul {
    max-width: 100%;
  }
}

.section4__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}

.section4__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: calc(16px + 2 * (100vw - 320px) / 1440);
  gap: 4px;
}

.section4__item img {
  width: 33px;
}

.section5__casino {
  padding: 50px 0;
  background-color: #000;
  color: #fff;
}

.section5__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}

.section5__list::-webkit-scrollbar {
  width: 12px;
}

.section5__list::-webkit-scrollbar-thumb {
  background-color: #1e1e28;
  border-radius: 10px;
}

.section5__list::-webkit-scrollbar-thumb:hover {
  background-color: #1e1e28;
}

.section61 {
  padding: 50px 0;
  background-color: #1e1e28;
  color: #fff;
}

.section61__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}

.section61__item {
  width: 100%;
  max-width: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  border: 1px solid #fff;
  padding: 20px;
  border-radius: 8px;
  font-size: calc(16px + 2 * (100vw - 320px) / 1440);
}

.section61__item a {
  color: #eb0202;
}

.section5__item {
  width: 100%;
  max-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

@media (max-width: 1311px) {
  .section5__list {
    justify-content: center;
  }

  .section5__item {
    max-width: 350px;
  }
}

.section2 {
  padding: 70px 0;
}

@media (max-width: 790px) {
  .section2 {
    padding: 50px 0;
  }
}

.section__title-box h2 {
  font-size: calc(20px + 8 * (100vw - 320px) / 1600);
  font-weight: var(--font-weight-bold);
  margin-bottom: 30px;
}

.section2__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

.section2__item {
  border: 1px solid var(--color-border-light-grey);
  border-radius: 8px;
  width: 100%;
  max-width: 370px;
}

.section2__item img {
  width: 100%;
  height: 330px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

@media (max-width: 810px) {
  .section2__item {
    max-width: 100%;
  }
}

.section2__item-content {
  padding: 20px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 17px;
}

.section2__item-content .button {
  text-align: center;
}

.section2__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}

.section2__item-title h3 {
  font-weight: var(--font-weight-bold);
  font-size: 17px;
}

.section2__item-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 7px;
}

.section2__item-desc p {
  color: var(--color-green);
}

.section2__item-desc span {
  font-size: 14px;
}

.section2__item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}

@media (max-width: 810px) {
  .section2__item-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.section__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  gap: 10px;
}

.section__list-item img {
  width: 30px;
  height: 30px;
}

.section__list-item p {
  color: var(--color-light-grey);
  font-size: 12px;
  font-weight: var(--font-weight-regular);
}

@media (max-width: 770px) {
  .section5__item {
    max-width: 100%;
  }
}

.section5__item-img {
  width: 100%;
}

.section5__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.section5__item-info h3 {
  font-size: calc(16px + 2 * (100vw - 320px) / 1440);
  font-weight: 600;
  margin-bottom: 10px;
}

.section5__item-info p {
  font-size: calc(14px + 2 * (100vw - 320px) / 1440);
  font-weight: 600;
  color: #a3a3a5;
}

.section6__casino {
  padding: 50px 0;
  background-color: #313131;
  color: #fff;
}

.section6 .button {
  background-color: #1e1e28;
}

.section6__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 25px;
}

.section6__inner h2 {
  font-size: calc(20px + 20 * (100vw - 320px) / 1440);
  font-weight: 600;
}

.section6__inner p {
  font-size: calc(16px + 2 * (100vw - 320px) / 1440);
}

.footer__casino {
  padding: 20px 0;
  background-color: #242424;
  color: #fff;
}

.footer__top {
  padding: 20px 0;
}

.footer__top-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}

.footer__logo-box {
  -ms-flex-item-align: center;
  align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  border-bottom: 2px solid #1e1e28;
  padding-bottom: 20px;
}

.footer__logo-box .footer__logo {
  -ms-flex-item-align: center;
  align-self: center;
}

.footer__top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 775px) {
  .footer__top-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
}

.footer__top-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 775px) {
  .footer__top-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.footer__top-item {
  font-weight: 500;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: calc(16px + 1 * (100vw - 320px) / 1600);
}

.footer__top-item:hover {
  color: #728f56;
}

.footer__body-inner {
  padding: 20px 0;
  text-align: center;
}

.footer__body-inner img {
  margin-bottom: 10px;
  width: 60px;
  height: 60px;
}

.footer__links {
  background-color: #1e1e28;
}

.footer__links-inner {
  padding: 20px 0;
}

.footer__links-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}

.footer__links-item {
  width: 100%;
  max-width: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1000;
}

.popup-content {
  background: #242424;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  max-width: 450px;
  width: 100%;
}

.popup-content img {
  width: 100%;
  max-width: 100px;
  margin-bottom: 10px;
}

/* .popup-content h2 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
}

.popup-content p {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  color: #fff;
} */

.popup-button {
  margin: 10px;
  padding: 10px 25px;
  background-color: #1e1e28;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.popup-button:hover {
  background-color: #ff9000;
}

.section11 {
  padding: 40px 0;
}

.section11__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1270px) {
  .section11__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
  }
}

.section11__item {
  width: 100%;
  max-width: 590px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
}

.section11__item h3 {
  font-size: calc(19px + 2 * (100vw - 320px) / 1440);
  font-weight: 600;
}

.section11__item p {
  font-size: calc(15px + 2 * (100vw - 320px) / 1440);
  line-height: 1.5;
}

@media (max-width: 1270px) {
  .section11__item {
    max-width: 100%;
  }
}

@media (max-width: 1450px) {
  .burger {
    position: fixed;
    background: #728f56;
    -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(247, 0, 234, 0.3) 0px 18px 36px -18px inset;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
    top: 20px;
    right: 15px;
    z-index: 150;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .burger span {
    display: block;
    width: 30px;
    height: 4px;
    background-color: #fff;
    border-radius: 3px;
    margin: 4px 0;
  }

  .burger::before,
  .burger::after {
    content: "";
    display: block;
    width: 30px;
    height: 4px;
    background-color: #fff;
    border-radius: 3px;
  }

  .burger__active span {
    display: none;
  }

  .burger__active.burger::before {
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-shadow: 0 6px 0 rgba(255, 255, 255, 0);
    box-shadow: 0 6px 0 rgba(0, 0, 0, 0);
    -webkit-transition: top 0.3s, -webkit-box-shadow 0.15s, -webkit-transform 0.3s;
    transition: top 0.3s, -webkit-box-shadow 0.15s, -webkit-transform 0.3s;
    transition: box-shadow 0.15s, top 0.3s, transform 0.3s;
    transition: box-shadow 0.15s, top 0.3s, transform 0.3s, -webkit-box-shadow 0.15s, -webkit-transform 0.3s;
  }

  .burger__active.burger::after {
    position: absolute;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: -webkit-transform 0.3s, -webkit-transform 0.3s 0.15s;
    transition: -webkit-transform 0.3s, -webkit-transform 0.3s 0.15s;
    transition: transform 0.3s, transform 0.3s 0.15s;
    transition: transform 0.3s, transform 0.3s 0.15s, -webkit-transform 0.3s, -webkit-transform 0.3s 0.15s;
  }

  .header__top {
    position: fixed;
    width: 100%;
    z-index: 100;
    max-width: 350px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    padding: 100px 0;
    padding-bottom: 120px;
  }

  .header__top--open {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    background-color: #728f56;
    color: #fff;
  }

  .header__top--open .button {
    display: none;
  }

  .header__top-nav {
    width: 100%;
  }

  .header__top-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .header__top-item {
    font-weight: 600;
    font-size: calc(18px + 1 * (100vw - 320px) / 1250);
    margin-right: 0;
    padding: 12px;
    width: 100%;
    border-bottom: 1px solid #fff;
  }

  .header__top-item:last-child {
    margin-bottom: 0;
  }

  .header__top-inner {
    padding-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header__logo {
    margin-bottom: 50px;
  }

  .logo {
    margin-right: 0;
  }
}

.section12 {
  padding: 50px 0;
  background-color: #1e1e28;
  color: #fff;
}

.section12__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1205px) {
  .section12__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 35px;
  }
}

.section12__content-img {
  width: 100%;
  max-width: 550px;
}

.section12__content-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section12__content-info {
  width: 100%;
  max-width: 610px;
}

.section12__content-info h3 {
  font-size: calc(17px + 6 * (100vw - 320px) / 1440);
  font-weight: 600;
  margin-bottom: 10px;
}

.section12__content-info p {
  font-size: calc(14px + 2 * (100vw - 320px) / 1440);
  line-height: 1.3;
  color: #fff;
  margin-bottom: 10px;
}

.section13 {
  padding: 50px 0;
  background-color: #1e1e28;
  color: #fff;
}

.section13__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 35px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section13__item {
  width: 100%;
  max-width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

@media (max-width: 450px) {
  .section13__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}

.section13__item-img {
  width: 100%;
  max-width: 50px;
}

.section13__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section13__item-info h3 {
  font-size: calc(20px + 6 * (100vw - 320px) / 1440);
  font-weight: 600;
  margin-bottom: 10px;
}

.section13__item-info p {
  font-size: calc(14px + 2 * (100vw - 320px) / 1440);
  font-weight: 600;
  color: #a3a3a5;
}

#cookie {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  padding: 20px;
  background: #d4d4d4;
  color: #000;
  text-align: center;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

#cookie.show {
  display: block;
}

#cookie p {
  margin: 0;
  margin-bottom: 20px;
  font-size: calc(14px + 2 * (100vw - 320px) / 1440);
}

#cookie p:last-child {
  margin-bottom: 0;
}

#cookie b {
  font-size: 1.2em;
}

.btn_cookie_box {
  margin-top: 15px;
}

.btn_cookie {
  margin: 0 5px;
  padding: 10px 20px;
  background-color: #202020;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
}

.btn_cookie:hover {
  background-color: #652dbe;
}

.section21 {
  padding: 50px 0;
  background-color: #1e1e28;
  color: #fff;
}

.section21__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}

.section21__item {
  width: 100%;
  max-width: 320px;
  color: #fff;
}

.section21__item-img {
  width: 100%;
}

.section21__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section21__item-info {
  padding: 10px;
}

.section21__item-info h3 {
  font-size: calc(17px + 6 * (100vw - 320px) / 1440);
  font-weight: 600;
  margin-bottom: 10px;
}

.section21__item-info p {
  font-size: calc(14px + 2 * (100vw - 320px) / 1440);
  font-weight: 600;
  color: #fff;
}

.section23 {
  padding: 50px 0;
  background-color: #000000;
  color: #fff;
}

.section23__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1130px) {
  .section23__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
  }
}

.section23__info {
  width: 100%;
  max-width: 700px;
}

.section23__info h2 {
  font-size: calc(24px + 15 * (100vw - 320px) / 1440);
  font-weight: 600;
  margin-bottom: 30px;
}

.section23__info p {
  font-size: calc(16px + 2 * (100vw - 320px) / 1440);
  line-height: 1.5;
  margin-bottom: 10px;
}

.section23__info p:last-child {
  margin-bottom: 0;
}

.section23__img {
  width: 100%;
  max-width: 400px;
}

.section23__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.section31 {
  padding: 50px 0;
  background-color: #000000;
  color: #fff;
}

.section31__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1345px) {
  .section31__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
  }
}

.section31__content-img {
  width: 100%;
  max-width: 450px;
}

.section31__content-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section31__content-text {
  width: 100%;
  max-width: 850px;
}

.section31__content-text h3 {
  font-size: calc(19px + 10 * (100vw - 320px) / 1440);
  font-weight: 600;
  margin-bottom: 30px;
}

.section31__content-text p {
  font-size: calc(16px + 2 * (100vw - 320px) / 1440);
  line-height: 1.5;
  margin-bottom: 10px;
}

.section31__content-text p:last-child {
  margin-bottom: 0;
}

.section31__content-text img {
  width: 100%;
  max-width: 530px;
}

.section32 {
  padding: 50px 0;
  background-color: #1e1e28;
  color: #fff;
}

.section32__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 60px;
}

.section32__content-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

@media (max-width: 900px) {
  .section32__content-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.section32__content-card {
  text-align: center;
  width: 100%;
  max-width: 1110px;
}

.section32__content-card h3 {
  font-size: calc(20px + 6 * (100vw - 320px) / 1440);
  font-weight: 600;
  margin-bottom: 10px;
}

.section32__content-card p {
  font-size: calc(14px + 2 * (100vw - 320px) / 1440);
  font-weight: 600;
  color: #a3a3a5;
}

.section32__content-img {
  width: 100%;
  max-width: 410px;
}

.section32__content-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section33 {
  padding: 50px 0;
  background-color: #000000;
  color: #fff;
}

.section33__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 35px;
}

@media (max-width: 920px) {
  .section33__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.section33__item {
  width: 100%;
  max-width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

@media (max-width: 920px) {
  .section33__item {
    max-width: 100%;
  }
}

.section33__item-autor span {
  font-size: calc(16px + 2 * (100vw - 320px) / 1440);
  font-weight: 600;
}

.section33__item-info p {
  font-size: calc(14px + 2 * (100vw - 320px) / 1440);
  font-weight: 600;
  color: #a3a3a5;
  line-height: 1.5;
}

.section33__item-star img {
  width: 30px;
}

.section42 {
  padding: 55px 0;
  background-color: #141414;
  color: #fff;
}

.last__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.last__content:last-child {
  margin-bottom: 0;
}

.container__ask {
  color: #fff;
  padding-bottom: 10px;
  cursor: pointer;
  background: #ffffff;
  border-radius: 16px;
  margin: 20px;
}

.coll {
  cursor: pointer;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  background: transparent;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px;
  width: 100%;
  text-align: left;
  outline: none;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.coll img {
  width: 25px;
  height: 25px;
}

.plus {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.active1 {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.content {
  padding: 0 18px;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
  max-height: 0;
}

.content p {
  font-size: calc(16px + 3 * (100vw - 320px) / 1440);
  color: #000;
  line-height: 1.4;
  margin-bottom: 20px;
}

.section43 {
  padding: 55px 0;
  background: #1e1e28;
  color: #fff;
}

form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  border-radius: 10px;
}

.label {
  text-align: start;
  font-size: calc(15px + 6 * (100vw - 320px) / 1250);
  margin-bottom: 15px;
}

.form__div {
  width: 100%;
  margin-bottom: 15px;
}

input[type=email],
input[type=text],
textarea {
  width: 100%;
  background: #e8e8e9;
  font-size: calc(11px + 6 * (100vw - 320px) / 1250);
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 5px;
  color: #000;
}

textarea {
  height: 150px;
  resize: none;
}

.form__inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 15px;
}

.container__inner {
  max-width: 800px;
  margin: 0 auto;
}

label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  margin-bottom: 15px;
  font-size: calc(11px + 6 * (100vw - 320px) / 1250);
  margin-bottom: 20px;
}

input::-webkit-input-placeholder {
  color: #000;
}

input::-moz-placeholder {
  color: #000;
}

input:-ms-input-placeholder {
  color: #000;
}

input::-ms-input-placeholder {
  color: #000;
}

input::placeholder {
  color: #000;
}

textarea::-webkit-input-placeholder {
  color: #000;
}

textarea::-moz-placeholder {
  color: #000;
}

textarea:-ms-input-placeholder {
  color: #000;
}

textarea::-ms-input-placeholder {
  color: #000;
}

textarea::placeholder {
  color: #000;
}

input[type=checkbox] {
  margin-right: 10px;
  width: 18px;
  height: 18px;
  -webkit-filter: sepia(100%) brightness(80%) hue-rotate(170deg) saturate(70%) contrast(300%);
  filter: sepia(100%) brightness(80%) hue-rotate(170deg) saturate(70%) contrast(300%);
}

.policy {
  display: inline-block;
  padding: 5px;
}

.main1 {
  padding: 70px 0;
  background: #2b2b2b;
  color: #fff;
}

.terms__title-box {
  margin-bottom: 50px;
  text-align: center;
  color: #fff;
}

.terms__title-box h3 {
  font-size: calc(23px + 4 * (100vw - 320px) / 1440);
  letter-spacing: 1.2;
  font-weight: 700;
  margin-bottom: 30px;
}

.terms__title-box h1 {
  font-size: calc(23px + 4 * (100vw - 320px) / 1440);
  letter-spacing: 1.2;
  font-weight: 700;
  margin-bottom: 30px;
}

.terms__title-box p {
  font-size: calc(18px + 3 * (100vw - 320px) / 1440);
  color: #fff;
  line-height: 1.4;
  margin-bottom: 20px;
}

.li__title {
  font-size: calc(20px + 3 * (100vw - 320px) / 1440);
  color: #fff;
  line-height: 1.4;
  margin-bottom: 20px;
  font-weight: 600;
}

.terms__text {
  font-size: calc(16px + 3 * (100vw - 320px) / 1440);
  line-height: 1.4;
  margin-bottom: 20px;
  color: #acb4b7;
}

.terms__text a {
  color: var(--color-text);
  text-decoration: underline;
  font-weight: 500;
}

.main1-inner ul {
  margin-bottom: 50px;
}

.main1__title-box {
  margin-bottom: 50px;
}

.main1__title-box>p {
  font-size: calc(20px + 3 * (100vw - 320px) / 1440);
  color: #fff;
  line-height: 1.4;
  margin-bottom: 20px;
}

.main1-title {
  font-size: calc(23px + 4 * (100vw - 320px) / 1440);
  letter-spacing: 1.2;
  font-weight: 700;
  margin-bottom: 30px;
}

.main1__item {
  margin-bottom: 25px;
  font-size: calc(19px + 3 * (100vw - 320px) / 1440);
  color: #fff;
  line-height: 1.7;
}

.main1__item:last-child {
  margin-bottom: 0;
}