@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

body {
  font-family: "Montserrat", sans-serif;

  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

input {
  outline: none;
  color: white;
}

input::placeholder {
  color: white;
  opacity: 70%;
}

.no-sel ul {
  padding-inline-start: 0;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
}

.body-style {
  background: rgba(48, 49, 51);
}

.logo_style {
  width: 280px;
}

.header {
  position: fixed;
  z-index: 2;
}

.header-container {
  padding: 0 10px;
  display: flex;
}

.header-style {
  background-color: rgba(51, 51, 51);
  box-shadow: 0 4px rgba(0, 0, 0, 0.25);
}

.header-style .container {
  display: flex;
  align-items: center;
  height: 70px;
}

/* .header-style {
  background-color: rgba(51, 51, 51);
  height: 70px;
} */

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

.navigation-bar {
  display: flex;
}

/* Header */

.logo {
  display: flex;
}

.eng-logo {
  font-size: 18px;
  color: red;
  padding-left: 20px;
  padding-top: 4px;
}

.logo-style {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #b1978d;
}

.header-right-icons {
  width: 20px;
  height: 20px;
}

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

.header {
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  background-color: rgba(51, 51, 51);
  box-shadow: 0 4px rgba(0, 0, 0, 0.25);
}

.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .logo img {
  vertical-align: middle;
}

.whatsapp-logo {
  display: none;
}

.telegram-logo {
  display: none;
}

.w-t-logo-a {
  display: none;
}

.header .menu .head {
  display: none;
}

.header .menu ul {
  list-style: none;
}

.header .menu > ul > li {
  display: inline-block;
}

.header .menu > ul > li:not(:last-child) {
  margin-right: 30px;
}

.header .menu .dropdown {
  position: relative;
}

.header .menu a {
  position: relative;
  text-decoration: none;
  font-size: 17px;
  color: white;
  line-height: 1.5;
  display: block;
  font-weight: bolder;
  /* transition: transform 0.25s; */
}

.header .menu a:hover {
  /* text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
  text-decoration-color: #b1978d; */
  color: #b1978d;
}

.header .menu a:hover:before {
  transform: scaleX(1);
  transition: transform 0.25s;
}

.header .menu a:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #b1978d;
  position: absolute;
  left: 0;
  bottom: 17px;
  transform: scaleX(0);
  transition: transform 0.25s;
}

.header .menu > ul > li > a {
  padding: 24px 0;
}

.header .menu > ul > .dropdown > a {
  padding-right: 15px;
}

.header .menu i {
  font-size: 10px;
  pointer-events: none;
  user-select: none;
  position: absolute;
  color: black;
  top: calc(50% - 5px);
}

.header .menu > ul > li > i {
  right: 0;
}

.header .menu .sub-menu {
  position: absolute;
  top: 100%;
  left: -100px;
  width: 300px;
  padding: 15px 0;
  background-color: white;
  box-shadow: 0 0 5px hsla(0, 0%, 0%, 0.5);
  z-index: 10;
  transform-origin: top;
  transform: scaleY(0);
  visibility: hidden;
  opacity: 0;
}

.header .menu .sub-menu-right {
  left: 100%;
  top: 0;
}

.header .menu .sub-menu-left {
  top: 0;
  left: auto;
  right: 100%;
}

.header .menu li:hover > .sub-menu {
  opacity: 1;
  transform: none;
  visibility: visible;
  transition: all 0.5s ease;
}

.header .menu .sub-menu a {
  padding: 6px 24px;
}

.header .menu .sub-menu .dropdown > a {
  padding-right: 34px;
}

.header .menu .sub-menu span {
  background-image: linear-gradient(hsl(0, 0%, 100%), #69b9ff 0%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  transition: background-size 0.5s ease;
}

.header .menu .sub-menu li:hover > a > span {
  background-size: 100% 1px;
}

.header .menu .sub-menu i {
  transform: rotate(-90deg);
  right: 24px;
}

.header-right {
  display: flex;
  align-items: center;
}

.header-right > * {
  margin-left: 25px;
}

.header-right .icon-btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  color: hsl(0, 0%, 0%);
  font-size: 16px;
}

.header-right .open-menu-btn {
  display: none;
}

@media (max-width: 1220px) {
  .header .container {
    margin: 0 25px;
  }
}

@media (max-width: 1200px) {
  .header-right > * {
    margin-left: 10px;
  }
  .header-container {
    padding: 15px 0;
  }

  .header .menu a:before {
    content: "";
    width: 100%;
    height: 0px;
    background-color: #b1978d;
    position: absolute;
    left: 0;
    bottom: 17px;
    transform: scaleX(0);
    transition: transform 0.25s;
    opacity: 100%;
  }

  .header .menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 320px;
    height: 100%;
    background-color: rgba(51, 51, 51);
    padding: 15px 30px 30px;
    overflow-y: auto;
    z-index: 1000;
    transform: translateX(100%);
  }

  .header .menu.open {
    transform: none;
  }

  .w-t-logo-a {
    display: flex;
  }

  .whatsapp-logo {
    display: flex;
    width: 35px;
    margin-bottom: 1px;
  }

  .telegram-logo {
    display: flex;
    width: 34px;
  }

  .header .menu .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
    margin-top: 5px;
  }

  .header .menu .close-menu-btn {
    height: 35px;
    width: 35px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    cursor: pointer;
    border: none;
  }

  .header .menu .close-menu-btn::before,
  .header .menu .close-menu-btn::after {
    content: "";
    position: absolute;
    width: 80%;
    height: 2.6px;
    background-color: #b1978d;
  }

  .header .menu .close-menu-btn::before {
    transform: rotate(45deg);
  }

  .header .menu .close-menu-btn::after {
    transform: rotate(-45deg);
  }

  .header .menu > ul > li {
    display: block;
  }

  .header .menu > ul > li:not(:last-child) {
    margin-right: 0;
  }

  .header .menu li {
    border-bottom: 1px solid hsla(0, 0%, 0%, 0.25);
  }

  .header .menu li:first-child {
    border-top: 1px solid hsla(0, 0%, 0%, 0.25);
  }

  .header .menu > ul > li > a {
    padding: 12px 0;
  }

  .header .menu > ul > .dropdown > a {
    padding-right: 34px;
  }

  .header .menu i {
    height: 34px;
    width: 34px;
    border: 1px solid hsla(0, 0%, 0%, 0.25);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    cursor: pointer;
    top: 7px;
  }

  .header .menu .dropdown.active > i {
    background-color: hsla(0, 0%, 100%, 0.25);
    transform: rotate(180deg);
  }

  .header .menu .sub-menu {
    position: static;
    opacity: 1;
    transform: none;
    visibility: visible;
    padding: 0;
    transition: none;
    box-shadow: none;
    width: 100%;
    display: none;
  }

  .header .menu .dropdown.active > .sub-menu {
    display: block;
  }

  .header .menu .sub-menu li:last-child {
    border: none;
  }

  .header .menu .sub-menu a {
    padding: 12px 0 12px 15px;
  }

  .header .menu .sub-menu .sub-menu a {
    padding-left: 30px;
  }

  .header .menu .sub-menu .sub-menu .sub-menu a {
    padding-left: 45px;
  }

  .header .menu .sub-menu span {
    background-image: none;
  }

  .header .menu .sub-menu i {
    transform: none;
    right: 0;
  }

  .header-right .open-menu-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 44px;
    cursor: pointer;
    position: relative;
    background-color: transparent;
    border: none;
  }

  .header .menu a:before {
    content: "";
    width: 100%;
    height: 0px;
    background-color: #b1978d;
    position: absolute;
    left: 0;
    bottom: 10px;
    transform: scaleX(0);
    transition: transform 0.25s;
    opacity: 100%;
  }

  .header-right .open-menu-btn .line {
    height: 2.6px;
    width: 30px;
    background-color: #b1978d;
    position: absolute;
  }

  .header-right .open-menu-btn .line-1 {
    transform: translateY(-8px);
  }

  .header-right .open-menu-btn .line-3 {
    transform: translateY(8px);
  }
}

@media (max-width: 745px) {
  .w-t-logo-a {
    display: none;
  }
}

@media (max-width: 640px) {
  .order-call-button {
    display: none;
  }
}

@media (max-width: 495px) {
  .logo-style {
    letter-spacing: 2px;
    font-size: 24px;
  }

  .eng-logo {
    font-size: 12px;
    color: red;
    padding-left: 11px;
    padding-top: 5px;
  }

  .header-right > * {
    margin-left: 10px;
  }
}

@media (max-width: 400px) {
  .header .container {
    margin: 0px 10px;
  }

  .eng-logo {
    font-size: 12px;
    color: red;
    padding-left: 5px;
    padding-top: 5px;
  }

  .header-right > * {
    margin-left: 8px;
  }
}

.hero {
  min-height: 100vh;
  background-image: url(../img/images.jpeg);
  background-size: cover;
  background-position: center;
}

/* WELCOME */

.welcome {
  margin: 80px 8px 0 8px;
}

.welcome-text-style {
  font-size: 87px;
  font-weight: 900;
  color: white;
  line-height: 124px;
  letter-spacing: 3px;
}

.welcome-text-style-part {
  color: #b1978d;
}

.welcome-text-button {
  position: relative;
  display: flex;
  justify-content: right;
}

.welcome-button-lead {
  position: absolute;
  /* display: flex; */
  margin-top: 31px;
  color: white;
  font-size: 25px;
  font-weight: 700;
  padding: 15px 35px 15px 35px;
  background-color: #b1978d;
  border-radius: 5px;
  transition: 0.3s;
}

.cursor-click-settings {
  width: 45px;
  /* left: -100px; */
  position: absolute;
  height: 45px;
  /* bottom: 100px; */
  top: 38px;
  right: 20px;
}

.kpp {
  display: grid;
}

.welcome-button-lead:hover {
  background-color: #b1978d9a;
}

.welcome-pic {
  position: relative;
  display: flex;
  align-items: center;
}

.welcome-pic-settings {
  width: 100%;
}

.welcome-on-pic-advantages {
  /* position: absolute; */
  display: flex;
  align-items: center;
  margin-left: 95px;
}

.welcome-on-pic-advantages-settings-img {
  width: 62px;
  height: 62px;
}

.welcome-on-pick-stack {
  position: absolute;
  display: grid;
}

.welcome-on-pic-advantages-settings-text {
  color: white;
  font-size: 32px;
  margin-left: 10px;
  font-weight: 500;
}

.welcome-on-pic-advantages + .welcome-on-pic-advantages {
  margin-top: 30px;
}

.new-stroke-text {
  overflow-wrap: break-word;
  display: block;
}

.welcome-on-pic-advantages:first-child {
  margin-top: 55px;
}

.welcome-on-pick-stack-mini {
  display: none;
}

@media (max-width: 1140px) {
  .welcome-on-pic-advantages-settings-text {
    font-size: 29px;
    margin-left: 8px;
  }
  .welcome-on-pic-advantages {
    margin-left: 83px;
  }
}

@media (max-width: 1040px) {
  .welcome-on-pic-advantages-settings-text {
    font-size: 26px;
    margin-left: 7px;
  }
  .welcome-on-pic-advantages {
    margin-left: 74px;
  }
}

@media (max-width: 960px) {
  .welcome-on-pic-advantages-settings-text {
    font-size: 24px;
    margin-left: 7px;
  }
  .welcome-on-pic-advantages {
    margin-left: 74px;
  }
  .welcome-on-pic-advantages-settings-img {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 900px) {
  .welcome-text-button {
    display: grid;
    justify-content: space-between;
    justify-items: center;
  }
  .welcome-text-style {
    text-align: center;
  }
  .welcome-button-lead {
    position: relative;
    margin-top: 15px;
    display: flex;
    justify-content: center;
    padding: 15px 27px 15px 27px;
    width: 360px;
  }
  .cursor-click-settings {
    display: none;
  }
  .welcome-pic {
    margin-top: 35px;
  }
}

@media (max-width: 885px) {
  .welcome-pic-settings {
    display: none;
  }
  .welcome-on-pic-advantages:first-child {
    margin-top: 0;
  }
  .welcome-on-pic-advantages {
    margin-left: 0;
  }
  .welcome-on-pic-advantages + .welcome-on-pic-advantages {
    margin-top: 0;
  }
  .welcome-on-pick-stack {
    position: relative;
  }
  .welcome-pic {
    justify-content: center;
  }
  .welcome-in-image-text-advantages {
    display: flex;
  }
  .welcome-on-pick-stack {
    display: none;
  }
  .welcome-on-pick-stack-mini {
    display: grid;
  }
  .welcome-stack-pick-mini {
    display: flex;
  }
  .welcome-on-pic-advantages1 {
    display: flex;
    align-items: center;
    margin-right: 10px;
  }
  .welcome-on-pic-advantages2 {
    display: flex;
    align-items: center;
    margin-left: 10px;
  }
  .welcome-on-pic-advantages3 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
  }
}

@media (max-width: 850px) {
  .welcome-text-style {
    font-size: 70px;
  }
}

@media (max-width: 810px) {
  .welcome-text-style {
    font-size: 58px;
    line-height: 85px;
  }
}

@media (max-width: 750px) {
  .welcome-stack-pick-mini {
    display: grid;
  }
  .welcome-on-pic-advantages2 {
    margin-left: 0;
    margin-top: 15px;
  }
  .welcome-on-pic-advantages1 {
    margin-right: 0;
  }
  .welcome-on-pic-advantages3 {
    justify-content: left;
  }
}

@media (max-width: 680px) {
  .welcome-text-style {
    font-size: 48px;
    line-height: 74px;
  }
}

@media (max-width: 570px) {
  .welcome-text-style {
    font-size: 40px;
    line-height: 66px;
  }
  .welcome-button-lead {
    font-size: 20px;
    width: 310px;
  }
}

@media (max-width: 490px) {
  .welcome-text-style {
    font-size: 34px;
    line-height: 57px;
  }
  .welcome-button-lead {
    font-size: 20px;
    width: 310px;
  }
}

@media (max-width: 425px) {
  .welcome-text-style {
    font-size: 29px;
    line-height: 49px;
  }
  .welcome-button-lead {
    font-size: 18px;
    width: 245px;
    margin-top: 20px;
  }
}

@media (max-width: 390px) {
  .welcome-on-pic-advantages-settings-img {
    width: 38px;
    height: 38px;
  }
  .welcome-on-pic-advantages-settings-text {
    font-size: 20px;
  }
}

@media (max-width: 360px) {
  .header .logo img {
    width: 250px;
  }
}

/* PARTNERS */

.partners {
  padding: 70px 0 60px 0;
  /* height: 230px; */
  align-content: center;
}

.partners-text {
  color: #fff;
  text-align: center;
  font-size: 40px;
  margin-bottom: 35px;
}

.swiper-text {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.swiper_container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  /* min-height: 100vh; */
}

.swiper__container__outer {
  padding: 30px 0;
  background: #f7f7f7;
}

.slider-wrapper {
  overflow: hidden;
  max-width: 1200px;
  margin: 0 70px 55px;
}

.partnersSwiper {
  height: 130px;
  overflow: hidden;
  /* max-width: 1200px; */
  /* margin: 0 70px 55px; */
}

.partnersSwiper > .swiper-wrapper > .swiper-slide {
  border-radius: 10px;
  padding: 0px 20px;
  /* width: fit-content; */
  /* max-width: 340px; */
  display: flex;
  justify-content: center;
  align-items: center;
  /* text-align: center; */
  height: 130px;
  transition: all 0.2s ease-out;
}

.partnersSwiper > .swiper-wrapper > .swiper-slide > img {
  object-fit: cover;
  max-height: 100%;
  width: 100%;
  /* max-width: 100%; */
}

.slider-wrapper .swiper-pagination-bullet {
  background: #000000;
  height: 13px;
  width: 13px;
  opacity: 0.5;
}

.slider-wrapper .swiper-pagination-bullet-active {
  opacity: 1;
}

.slider-wrapper .swiper-slide-button {
  color: #000000;
  margin-top: -55px;
  transition: 0.2s ease;
}

.slider-wrapper .swiper-slide-button:hover {
  color: #4658ff;
}

@media (max-width: 768px) {
  .slider-wrapper {
    margin: 0 10px 40px;
  }

  .slider-wrapper .swiper-slide-button {
    display: none;
  }
}

.partners-logo-emirates {
  width: 190px;
}

/* ABOUT */

.about-promarket-text-h {
  color: #b1978d;
  font-size: 40px;
  font-weight: 800;
}

.about-promarket-text-p {
  margin-top: 30px;
  font-size: 40px;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 58px;
  color: white;
  width: 850px;
  height: auto;
}

.about-promarket-text-p2 {
  margin-top: 30px;
  font-size: 40px;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 58px;
  color: white;
  width: 850px;
  height: auto;
}

.about-promarket-achievements {
  display: flex;
  margin-top: 50px;
  justify-content: space-between;
}

.ap-achieve {
  display: grid;
}

.ap-achieve-dot {
  font-size: 96px;
  font-weight: 600;
  color: #b1978d;
}

.ap-achieve-text {
  font-size: 32px;
  font-weight: normal;
  margin-top: 10px;
  color: white;
  width: 360px;
}

.ap-achieve-text-important {
  font-size: 32px;
  font-weight: normal;
  margin-top: 10px;
  color: white;
  width: 265px;
}

.about-promarket {
  background-image: url(img/1659583857_49-kartinkin-net-p-tekstura-tochki-krasivo-52\ 2\ 2.png);
  background-position: center;
  background-repeat: no-repeat;
  padding: 0 10px;
}

.about-promarket-achievements-mini {
  display: none;
}

@media (max-width: 1110px) {
  .about-promarket-achievements {
    display: none;
  }
  .about-promarket-achievements-mini {
    display: grid;
    justify-items: center;
    gap: 20px 0;
    margin-top: 20px;
  }
  .ap-achieve-sort {
    display: flex;
    gap: 0 55px;
  }
}

@media (max-width: 865px) {
  .about-promarket-text-p {
    width: 100%;
  }
  .about-promarket-text-p2 {
    width: 100%;
  }
}

@media (max-width: 805px) {
  .ap-achieve-sort {
    display: grid;
  }
  .about-promarket {
    background-position: top;
  }
  .ap-achieve {
    width: 360px;
  }
}

@media (max-width: 505px) {
  .about-promarket-text-h {
    font-size: 30px;
  }
  .about-promarket-text-p {
    margin-top: 30px;
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 47px;
    color: white;
    width: 100%;
    height: auto;
  }
  .about-promarket-text-p2 {
    margin-top: 30px;
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 47px;
    color: white;
    width: 100%;
    height: auto;
  }
}

@media (max-width: 390px) {
  .ap-achieve-dot {
    font-size: 80px;
  }
  .ap-achieve-text {
    width: 320px;
  }
  .ap-achieve {
    width: 320px;
  }
  .ap-achieve-text {
    font-size: 28px;
  }
}

/* Advantages */

.advantages {
  padding: 80px 10px 0 10px;
}

.advantages-header {
  font-size: 40px;
  font-weight: bold;
  color: white;
  text-align: center;
}

.advantages-cards {
  padding-top: 35px;
  display: grid;
}

.adv-card1 {
  background-color: #e6e6e6;
  display: flex;
  width: 685px;
  height: 295px;
  border-radius: 20px;
}

.adv-card-sort {
  display: grid;
  align-content: baseline;
  margin-left: 23px;
}

.adv-card-head {
  font-size: 33px;
  font-weight: 500;
  color: black;
  width: auto;
  height: min-content;
  margin-bottom: 34px;
  margin-top: 17px;
}

.adv-card-text {
  font-size: 30px;
  color: black;
  font-weight: normal;
  height: min-content;
  width: 560px;
}

.adv-card-numb {
  font-size: 128px;
  font-weight: 500;
  color: #b1978d;
  display: flex;
  align-items: center;
  width: min-content;
  margin-left: 30px;
}

.advantages-cards-sort {
  display: flex;
  justify-content: space-between;
}

.adv-card2 {
  width: 480px;
  height: 295px;
  background-color: #e6e6e6;
  display: flex;

  border-radius: 20px;
}

.adv-card3 {
  width: 480px;
  height: 295px;
  background-color: #e6e6e6;
  display: flex;

  border-radius: 20px;
}

.adv-card-head2 {
  font-size: 33px;
  font-weight: 500;
  color: black;
  width: 355px;
  height: min-content;
  margin-bottom: 34px;
  margin-top: 17px;
}

.advantages-cards-screen-mini {
  display: none;
}

.adv-card-head6 {
  font-size: 33px;
  font-weight: 500;
  color: black;
  width: 415px;
  height: min-content;
  margin-bottom: 34px;
  margin-top: 17px;
}

.adv-card-text2 {
  font-size: 30px;
  color: black;
  font-weight: normal;
  height: min-content;
  width: 315px;
}

.adv-card-numb2 {
  font-size: 128px;
  font-weight: 500;
  color: #b1978d;
  display: flex;
  align-items: center;
  width: min-content;
}

.advantages-cards-sort-down {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
}

.adv-card-text3 {
  font-size: 30px;
  color: black;
  font-weight: normal;
  height: min-content;
  width: 545px;
}

.adv-card5 {
  background-color: #e6e6e6;
  display: flex;
  width: 600px;
  height: 295px;
  border-radius: 20px;
}

.adv-card6 {
  width: 563px;
  height: 295px;
  background-color: #e6e6e6;
  display: flex;
  border-radius: 20px;
}

.adv-card-text5 {
  font-size: 30px;
  color: black;
  font-weight: normal;
  height: min-content;
  width: 460px;
}

.adv-card-text6 {
  font-size: 30px;
  color: black;
  font-weight: normal;
  height: min-content;
  width: 425px;
}

.adv-card-numb4 {
  font-size: 128px;
  font-weight: 500;
  color: #b1978d;
  display: flex;
  align-items: center;
  width: min-content;
}

.adv-card-numb5 {
  font-size: 128px;
  font-weight: 500;
  color: #b1978d;
  display: flex;
  align-items: center;
  width: min-content;
  margin-left: 15px;
}

.adv-card-numb6 {
  font-size: 128px;
  font-weight: 500;
  color: #b1978d;
  display: flex;
  align-items: center;
  width: min-content;
  margin-left: 4px;
}

@media (max-width: 1220px) {
  .advantages-cards-sort {
    display: grid;
    justify-content: center;
  }
  .advantages-cards-sort-down {
    margin-top: 25px;
    display: grid;
    justify-content: center;
  }
  .adv-card2 {
    width: 685px;
    height: 295px;
    background-color: #e6e6e6;
    display: flex;
    border-radius: 20px;
    margin-top: 25px;
  }
  .adv-card3 {
    width: 685px;
    height: 295px;
    background-color: #e6e6e6;
    display: flex;

    border-radius: 20px;
  }
  .adv-card1 {
    background-color: #e6e6e6;
    display: flex;
    width: 685px;
    height: 295px;
    border-radius: 20px;
    margin-top: 25px;
  }
  .adv-card6 {
    width: 685px;
    height: 295px;
    background-color: #e6e6e6;
    display: flex;
    border-radius: 20px;
    margin-top: 25px;
  }
  .adv-card5 {
    background-color: #e6e6e6;
    display: flex;
    width: 685px;
    height: 295px;
    border-radius: 20px;
  }
  .adv-card-text2 {
    font-size: 30px;
    color: black;
    font-weight: normal;
    height: min-content;
    width: 465px;
  }
  .adv-card-numb2 {
    font-size: 128px;
    font-weight: 500;
    color: #b1978d;
    display: flex;
    align-items: center;
    width: min-content;
    margin-left: 92px;
  }
  .adv-card-text {
    font-size: 30px;
    color: black;
    font-weight: normal;
    height: min-content;
    width: 515px;
  }
  .adv-card-numb {
    font-size: 128px;
    font-weight: 500;
    color: #b1978d;
    display: flex;
    align-items: center;
    width: min-content;
    margin-left: 55px;
  }
  .adv-card-text5 {
    font-size: 30px;
    color: black;
    font-weight: normal;
    height: min-content;
    width: 537px;
  }
  .adv-card-numb6 {
    font-size: 128px;
    font-weight: 500;
    color: #b1978d;
    display: flex;
    align-items: center;
    width: min-content;
    margin-left: 115px;
  }
}

@media (max-width: 720px) {
  .advantages-cards {
    display: none;
  }
  .advantages-cards-screen-mini {
    display: grid;
  }
  .adv-card-screen-mini {
    display: flex;
    margin-top: 25px;
    align-items: center;
  }
  .adv-card-screen-mini-digit {
    font-size: 105px;
    font-weight: 500;
    color: #b1978d;
    padding: 0 15px;
    width: 107px;
    /* background-color: #635; */
    display: flex;
    /* align-content: center; */
    /* align-items: center; */
    justify-content: center;
  }
  .adv-card-screen-mini-text {
    display: grid;
    width: 100%;
  }
  .adv-card-screen-mini-text-header {
    font-weight: bold;
    font-size: 36px;
    color: #b1978d;
    margin-bottom: 10px;
  }
  .adv-card-screen-mini-text-settings {
    color: white;
    font-size: 30px;
    font-weight: 500;
  }
}

@media (max-width: 540px) {
  .adv-card-screen-mini-text-header {
    font-weight: bold;
    font-size: 30px;
    color: #b1978d;
    margin-bottom: 10px;
  }
  .adv-card-screen-mini-text-settings {
    color: white;
    font-size: 25px;
    font-weight: 500;
  }
  .adv-card-screen-mini-digit {
    font-size: 85px;
    font-weight: 500;
    color: #b1978d;
    padding: 0 15px;
    width: 95px;
    /* background-color: #635; */
    display: flex;
    /* align-content: center; */
    /* align-items: center; */
    justify-content: center;
  }
}

@media (max-width: 410px) {
  .advantages-header {
    font-size: 30px;
    font-weight: bold;
    color: white;
    text-align: center;
  }
  .partners-text {
    color: #fff;
    text-align: center;
    font-size: 30px;
    margin-bottom: 35px;
  }

  .adv-card-screen-mini-digit {
    font-size: 70px;
    font-weight: 500;
    color: #b1978d;
    /* padding: 0 15px; */
    width: 80px;
    /* background-color: #635; */
    display: flex;
    /* align-content: center; */
    /* align-items: center; */
    justify-content: center;
  }
  .adv-card-screen-mini-text-settings {
    color: white;
    font-size: 22px;
    font-weight: 500;
  }
  .adv-card-screen-mini-text-header {
    font-weight: bold;
    font-size: 27px;
    color: #b1978d;
    margin-bottom: 10px;
  }
}

/* OFFER */

.offer-header-text {
  font-size: 40px;
  font-weight: bold;
  color: white;
  text-align: center;
}

.offer-second-span {
  padding: 0 60px;
}

.offer {
  padding: 80px 10px 0 10px;
}

.offer-two-texts {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
  background-image: url(img/applestore-nyc-1024x576_large\ 1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}

.offer-second-text {
  display: grid;
  margin: 30px 30px 30px 0;
}

.offer-main-text {
  color: black;
  font-size: 30px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 45px;
  width: 510px;
  padding: 10px;
  background-color: white;
  border: 1px solid black;
  height: min-content;
  border-radius: 10px;
  opacity: 60%;
  margin: 30px 0 0 30px;
}

.offer-second-text-column {
  color: white;
  font-weight: 500;
  font-size: 31px;
  background-color: #66676c;
  opacity: 80%;
  border-radius: 10px;
  letter-spacing: 2px;
  width: 510px;
  height: 110px;
  border: 1px solid black;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.offer-second-text-column-button {
  color: black;
  font-weight: 500;
  font-size: 31px;
  background-color: white;
  opacity: 80%;
  border-radius: 10px;
  letter-spacing: 2px;
  width: 510px;
  height: 110px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin-top: 10px;
  opacity: 80%;
  transition: 0.3s;
}

.offer-second-text-column-button:hover {
  background-color: #d9d9d9;
}

.offer-second-text-column + .offer-second-text-column {
  margin-top: 10px;
}

.offer-second-text-column + .offer-second-text-column:first-child {
  margin-top: 0;
}

.offer-texts-mini {
  display: none;
}

.offer-text-mini-settings-button {
    display: none;
}

@media (max-width: 1210px) {
  .offer-two-texts {
    display: none;
  }
  .offer-texts-mini {
    display: grid;
  }
  .offer-text-mini {
    display: flex;
  }
  .offer-text-mini-settings {
    font-size: 37px;
    font-weight: 550;
    color: #b1978d;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    margin-left: 20px;
  }
  .offer-text-mini-settings-button {
    font-size: 37px;
    font-weight: 550;
    color: black;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    background-color: white;
    padding: 27px 45px;
    border-radius: 5px;
    justify-content: center;
    margin-top: 35px;
    transition: 0.3s;
    text-align: center;
  }
  .offer-text-mini-settings-button:hover {
    background-color: #d9d9d9;
  }
  .offer-text-mini-img {
    width: 95px;
    height: 95px;
  }
  .offer-text-mini + .offer-text-mini {
    margin-top: 20px;
  }
  .offer-header-text {
    margin-bottom: 35px;
  }
}

@media (max-width: 620px) {
  .offer-text-mini-settings {
    font-size: 30px;
  }
  .offer-text-mini-settings-button {
    font-size: 30px;
    padding: 27px 5px;
  }
  .offer-text-mini-img {
    width: 75px;
    height: 75px;
  }
}

@media (max-width: 410px) {
  .offer-text-mini-settings {
    font-size: 25px;
  }
  .offer-text-mini-settings-button {
    font-size: 25px;
  }
  .offer-header-text {
    font-size: 30px;
    font-weight: bold;
    color: white;
    text-align: center;
  }
  .offer-text-mini-img {
    width: 55px;
    /* height: 75px; */
  }
  .offer-text-mini-settings {
    margin-left: 10px;
  }
}

/* Contact & Feedback & Map */

.contact {
  padding: 80px 10px 0 10px;
}

.contact-info {
  margin: 40px 55px;
}

.contact-feedback {
  display: flex;
  justify-content: space-between;
  background-color: #66676c;
  border-radius: 20px 20px 0 0;
}

.contact-info-header-text {
  font-size: 40px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

.contact-more {
  display: flex;
  border-bottom: 4px solid #b1978d;
  width: 480px;
  align-items: center;
  padding: 11px;
}

.vl {
  border-left: 4px solid #b1978d;
  height: auto;
  margin: 50px 0;
}

.contact-more-text {
  font-size: 24px;
  font-weight: normal;
  color: white;
  display: flex;
  margin-left: 20px;
}

.img-contact-more-settings {
  width: 56px;
  height: 56px;
}

.contact-more + .contact-more {
  margin-top: 20px;
}

.form-settings {
  display: grid;
}

.order__content__send__button {
  font-size: 24px;
  font-weight: 500;
  color: #b1978d;
  background-color: #d9d9d9;
  border-radius: 7px;
  border: 2px solid #b1978d;
  margin-top: 20px;
  padding: 15px 0;
  transition: 0.3s;
}

.order__content__send__button:hover {
  color: white;
  background-color: #b1978d;
}

.input-order {
  padding: 15px 20px;
  background-color: #66676c;
  border: 0;
  border-bottom: 4px solid #b1978d;
  height: 82px;
  width: 480px;
  font-size: 24px;
  background: transparent;
}

.input-order + .input-order {
  margin-top: 20px;
}

.map {
  border-radius: 0 0 20px 20px;
  /* background-image: url(img/Снимок\ экрана\ 2025-01-19\ в\ 18.14.41.png); */
}

@media (max-width: 1210px) {
  .contact {
    display: flex;
  }
  .contact-feedback {
    display: grid;
    justify-content: center;
    width: 800px;
  }
  .vl {
    display: none;
  }
  .map {
    width: 800px;
  }
}

@media (max-width: 850px) {
  .contact-feedback {
    width: 100%;
  }
  .map {
    width: 100%;
  }
}

@media (max-width: 620px) {
  .contact-info-header-text {
    font-size: 35px;
  }
  .contact-more {
    width: 360px;
  }
  .contact-info {
    margin: 40px 55px;
    display: grid;
    justify-content: center;
  }
  .input-order {
    width: 360px;
  }
  .form-settings {
    display: grid;
    justify-content: center;
  }
}

@media (max-width: 530px) {
  .contact-feedback {
    width: 420px;
  }
  .map {
    width: 420px;
  }
  .contact-info {
    margin: 40px 0;
  }
}

@media (max-width: 440px) {
  .contact-more-text {
    font-size: 20px;
    font-weight: normal;
    color: white;
    display: flex;
    margin-left: 20px;
  }
  .img-contact-more-settings {
    width: 40px;
    height: 40px;
  }
  .contact-more {
    width: 290px;
  }
  .input-order {
    width: 290px;
  }
  .contact-info-header-text {
    font-size: 30px;
    width: 290px;
  }
  .contact-feedback {
    width: 360px;
  }
  .map {
    width: 360px;
  }
}

@media (max-width: 380px) {
  .contact-feedback {
    width: 320px;
  }
  .map {
    width: 320px;
  }
  .contact-info {
    margin: 40px 0;
  }
}

@media (max-width: 340px) {
  .contact-feedback {
    width: 310px;
  }
  .map {
    width: 310px;
  }
}

/* NEWS */

.news {
  padding: 80px 10px 0 10px;
}

.news-container {
  background-color: #66676c;
  border-radius: 20px;
  display: grid;
  justify-content: center;
}

.news-header {
  font-size: 40px;
  font-weight: bold;
  color: white;
  text-align: center;
  padding: 40px 0;
}

.news-under-header {
  color: white;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
}

.news-form {
  display: flex;
  justify-content: center;
  padding: 40px 0;
}

.mail-enter {
  border-radius: 10px 0 0 10px;
  font-size: 24px;
  border: 3px solid #b1978d;
  width: 400px;
  padding: 15px 25px;
  box-sizing: border-box;
  color: black;
}

.mail-enter::placeholder {
  color: #66676c;
  opacity: 70%;
}

.mail-button {
  border: none;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  padding: 20px 30px;
  background-color: #b1978d;
  color: #fff;
  font-weight: 600;
  border-radius: 0 10px 10px 0;
  transition: 0.3s;
}

.mail-button:hover {
  background-color: #8d776f;
}

@media (max-width: 1210px) {
  .news-container {
    width: 800px;
  }
}

@media (max-width: 850px) {
  .news-container {
    width: 100%;
    border-radius: 0;
    padding: 0 10px 0 10px;
  }
  .news {
    padding: 80px 0 0 0;
  }
}

@media (max-width: 620px) {
  .news-header {
    font-size: 30px;
  }
  .news-form {
    display: grid;
  }
  .mail-enter {
    border-radius: 10px;
    font-size: 24px;
    border: 3px solid #b1978d;
    width: 400px;
    padding: 15px 25px;
    box-sizing: border-box;
    color: black;
  }
  .mail-button {
    border: none;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    padding: 20px 30px;
    background-color: #b1978d;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
    transition: 0.3s;
    margin-top: 10px;
  }
}

@media (max-width: 430px) {
  .mail-enter {
    width: auto;
  }
}

@media (max-width: 370px) {
  .mail-enter {
    width: 290px;
  }
}

/* FOOTER */

.footer {
  padding: 80px 10px 0 10px;
}

.footer-pic {
  width: 80%;
  margin-bottom: 30px;
}

.footer-text {
  text-align: center;
  color: white;
}

.politika-button {
  text-align: center;
  color: white;
  text-decoration: none;
}

.footer_container {
  display: grid;
  /* justify-content: center; */
  /* place-content: center; */
  place-items: center;
}

.footer-hr {
  width: 100%;
}

.footer-text {
  margin-top: 30px;
  font-size: 24px;
  font-weight: normal;
}

.politika-button {
  margin: 30px 0;
  font-size: 24px;
  font-weight: normal;
  transition: 0.3s;
}

.politika-button:hover {
  color: #8d776f;
}

@media (max-width: 650px) {
  .footer-text {
    font-size: 17px;
  }
  .politika-button {
    font-size: 17px;
  }
}

@media (max-width: 480px) {
  .footer {
    padding: 30px 10px 0 10px;
  }
  .politika-button {
    margin: 20px 0 20px 0;
  }
  .footer-text {
    font-size: 13px;
  }
  .politika-button {
    font-size: 13px;
  }
}

/* policy */

.policy {
  padding: 80px 10px 0 10px;
}

.policy-header-text {
  font-size: 40px;
  font-weight: 500;
  color: white;
}

.policy-text-head {
  font-size: 25px;
  margin-top: 45px;
  color: white;
}

.policy-text {
  color: white;
  font-size: 20px;
  margin-top: 15px;
}

.policy-text-down {
  margin-top: 40px;
  color: white;
  font-size: 25px;
}

.policy-text-down-set {
  margin-top: 10px;
  color: white;
  font-size: 25px;
}

/* PAYMENT-AGENT */

.pay-welcome {
  padding: 110px 10px 10px;
}

.pay-welcome-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pay-div-first {
  display: grid;
  align-content: space-between;
  width: 745px;
  height: 415px;
  background-color: #424242;
  border-radius: 15px;
}

.pay-div-second {
  position: relative;
  height: 415px;
  width: 415px;
  background-color: #424242;
  border-radius: 15px;
}

.pay-div-second-settings {
  width: 490px;
  position: absolute;
  right: -38px;
  bottom: -35px;
}

.pay-div-first-yrlits {
  font-size: 15px;
  font-weight: bold;
  color: white;
  padding: 7px 15px;
  background-color: #5f5f5f;
  border-radius: 5px;
  width: 170px;
  margin: 15px 21px;
  text-align: center;
  margin-bottom: 9px;
}

.pay-div-first-main-text {
  font-size: 57px;
  font-weight: 800;
  color: white;
  margin-left: 18px;
}

.advantage-pay-div-first-text {
  font-size: 30px;
  font-weight: 800;
  color: #b1978d;
  margin-left: 20px;
  margin-bottom: 10px;
}

.pay-div-first-button {
  font-size: 25px;
  font-weight: 800;
  color: white;
  margin-left: 20px;
  margin-bottom: 15px;
  background-color: #b1978d;
  width: 400px;
  text-align: center;
  padding: 10px 0;
  border-radius: 5px;
  transition: 0.3s;
}

.pay-div-first-button:hover {
  background-color: #5f5f5f;
}

/* payagent-advantages */

.payagent-advantages {
  padding: 35px 10px 20px 10px;
}

.payagent-advantages-cards {
  margin-top: 15px;
}

.payagent-advantages-main-text {
  font-size: 40px;
  text-align: center;
  color: white;
  font-weight: 700;
}

.payagent-advantages-cards {
  display: grid;
}

.payagent-advantages-card-duo {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.payagent-advantages-card-solo {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.payagent-advantages-card {
  background-color: #424242;
  border-radius: 15px;
  height: 225px;
  width: 585px;
}

.payagent-advantages-card-head-text {
  font-size: 30px;
  font-weight: 800;
  color: white;
  margin-left: 20px;
  margin-top: 10px;
}

.payagent-advantages-card-text {
  margin-top: 10px;
  margin-left: 20px;
  font-size: 27px;
  font-weight: 500;
  color: #b1978d;
  margin-right: 90px;
}

@media (max-width: 1280px) {
  .payagent-advantages-main-text {
    font-size: 36px;
  }
  .payagent-advantages-card {
    width: 568px;
  }
}

@media (max-width: 1180px) {
  .payagent-advantages-card-text {
    font-size: 24px;
  }
  .payagent-advantages-card-head-text {
    font-size: 26px;
  }
  .payagent-advantages-card {
    width: fit-content;
  }
  .payagent-advantages-card {
    margin: 0 10px;
  }
  .payagent-advantages {
    padding: 35px 0;
    padding-bottom: 20px;
  }
  .payagent-advantages-main-text {
    padding: 0 10px;
  }
}

@media (max-width: 1075px) {
  .payagent-advantages-main-text {
    font-size: 33px;
  }
  .payagent-advantages-card-text {
    margin-right: 30px;
  }
}

@media (max-width: 970px) {
  .payagent-advantages-card {
    height: 250px;
  }
}

@media (max-width: 875px) {
  .payagent-advantages-card-duo {
    display: grid;
    margin-top: 0;
  }
  .payagent-advantages-card {
    margin: 0;
    margin-top: 20px;
  }
  .payagent-advantages-main-text {
    padding: 0;
  }
  .payagent-advantages {
    padding: 35px 10px 20px 10px;
  }
  .payagent-advantages-card-solo {
    margin: 0;
  }
  .payagent-advantages-card {
    height: 185px;
  }
  .payagent-advantages-main-text {
    font-size: 28px;
  }
}

@media (max-width: 506px) {
  .payagent-advantages-card-head-text {
    margin-right: 10px;
    font-size: 26px;
  }
  .payagent-advantages-card-text {
    font-size: 23px;
  }
  .payagent-advantages-card {
    height: 210px;
  }
}

@media (max-width: 462px) {
  .payagent-advantages-card-text {
    font-size: 21px;
  }
  .payagent-advantages-card {
    height: 220px;
  }
  .payagent-advantages-main-text {
    font-size: 22px;
  }
}

@media (max-width: 395px) {
  .payagent-advantages-card-head-text {
    font-size: 23px;
  }
  .payagent-advantages-card-text {
    font-size: 18px;
  }
  .payagent-advantages-card-text {
    margin-right: 10px;
  }
  .payagent-advantages-card {
    height: 197px;
  }
}

/* pay-ways */

.pay-ways {
  padding-top: 40px;
}

.pay-ways-block {
  background-color: #424242;
  border-radius: 15px;
  padding-bottom: 30px;
}

.pay-ways-main-text {
  padding-top: 15px;
  padding-left: 25px;
  font-size: 50px;
  font-weight: 800;
  color: white;
  width: 900px;
}

.pay-ways-country {
  margin-left: 25px;
  margin-top: 25px;
  margin-right: 25px;
  gap: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-items: center;
}

.pay-ways-text {
  padding-left: 25px;
  font-size: 35px;
  font-weight: 800;
  color: #b1978d;
  padding-top: 25px;
}

.pay-ways-country-block {
  display: flex;
  padding: 0px 19px;
  border: 2px solid #b1978d;
  width: 260px;
  border-radius: 15px;
  align-items: center;
  height: 67px;
}

.pay-ways-country-block-emoji {
  font-size: 55px;
}

.pay-ways-country-block-text {
  font-size: 32px;
  font-weight: 800;
  color: white;
  display: flex;
  align-items: center;
  margin-left: 25px;
  width: 150px;
  justify-content: center;
}

.img-settings-pay-ways {
  height: 50px;
  width: 50px;
}

@media (max-width: 1290px) {
  .pay-div-second-settings {
    width: 432px;
    position: absolute;
    right: -2px;
    bottom: -10px;
  }
}

@media (max-width: 1200px) {
  .pay-welcome-container {
    justify-content: center;
  }
  .pay-div-first {
    border-radius: 15px 0 0 15px;
  }
  .pay-div-second {
    border-radius: 0 15px 15px 0;
  }
}

@media (max-width: 1042px) {
  .pay-div-second {
    display: none;
  }
  .pay-div-first {
    border-radius: 15px;
    width: max-content;
  }
  .pay-div-first-main-text {
    margin-right: 309px;
  }
}

@media (max-width: 989px) {
  .pay-div-first-main-text {
    margin-right: 150px;
  }
}

@media (max-width: 830px) {
  .pay-div-first-main-text {
    margin-right: 0;
  }
}

@media (max-width: 700px) {
  .pay-div-first-main-text {
    font-size: 44px;
  }
  .advantage-pay-div-first-text {
    font-size: 25px;
  }
  .pay-div-first-button {
    font-size: 23px;
  }
}

@media (max-width: 491px) {
  .pay-div-first-button {
    font-size: 22px;
    width: 360px;
  }
  .advantage-pay-div-first-text {
    font-size: 23px;
  }
  .pay-div-first-main-text {
    font-size: 39px;
  }
  .pay-div-first {
    display: grid;
    align-content: space-between;
    width: 745px;
    height: 415px;
    background-color: #424242;
    border-radius: 15px;
  }
  .pay-div-first-yrlits {
    font-size: 15px;
    font-weight: bold;
    color: white;
    padding: 7px 15px;
    background-color: #5f5f5f;
    border-radius: 5px;
    width: 170px;
    margin: 15px 21px;
    text-align: center;
    margin-bottom: 9px;
  }
}

@media (max-width: 435px) {
  .pay-div-first-main-text {
    margin-left: 5px;
    margin-right: 5px;
  }
  .advantage-pay-div-first-text {
    margin-left: 5px;
    margin-right: 5px;
  }
  .pay-div-first-button {
    margin-left: 10px;
    width: 330px;
  }
}

@media (max-width: 380px) {
  .pay-div-first {
    display: grid;
    align-content: space-between;
    width: 745px;
    height: 360px;
    background-color: #424242;
    border-radius: 15px;
  }
  .pay-div-first-yrlits {
    font-size: 15px;
    font-weight: bold;
    color: white;
    padding: 7px 15px;
    background-color: #5f5f5f;
    border-radius: 5px;
    width: 140px;
    margin: 15px 10px;
    text-align: center;
    margin-bottom: 9px;
  }
  .pay-div-first-main-text {
    font-size: 30px;
    font-weight: 800;
    color: white;
    margin-left: 10px;
  }
  .advantage-pay-div-first-text {
    font-size: 21px;
    font-weight: 800;
    color: #b1978d;
    margin-left: 10px;
    margin-bottom: 10px;
  }

  .pay-div-first-button {
    font-size: 18px;
    font-weight: 800;
    color: white;
    margin-left: 10px;
    margin-bottom: 15px;
    background-color: #b1978d;
    width: 280px;
    text-align: center;
    padding: 10px 0;
    border-radius: 5px;
    transition: 0.3s;
  }
}

@media (max-width: 1150px) {
  .pay-ways-country {
    grid-template-columns: 1fr 1fr 1fr;
    width: auto;
  }
}

@media (max-width: 906px) {
  .pay-ways-main-text {
    font-size: 45px;
  }
  .pay-ways-country-block-text {
    font-size: 28px;
  }
  .pay-ways-country-block-emoji {
    font-size: 45px;
  }
  .pay-ways-country-block {
    width: 235px;
  }
  .pay-ways-main-text {
    width: auto;
  }
}

@media (max-width: 770px) {
  .pay-ways-country {
    grid-template-columns: 1fr 1fr;
    margin-left: 5px;
    margin-right: 5px;
    width: 540px;
  }
}

@media (max-width: 550px) {
  .pay-ways-main-text {
    font-size: 37px;
    padding-right: 10px;
  }
  .pay-ways-text {
    font-size: 28px;
  }
  .pay-ways-country {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    margin-left: 5px;
    margin-right: 5px;
    width: auto;
  }
  .pay-ways-country-block {
    width: 190px;
  }
  .pay-ways-country-block-text {
    font-size: 23px;
    margin-left: 4px;
  }
  .pay-ways-country-block-emoji {
    font-size: 42px;
  }
}

@media (max-width: 410px) {
  .pay-ways-main-text {
    font-size: 30px;
    padding-left: 10px;
  }
  .pay-ways-text {
    font-size: 22px;
    padding-left: 10px;
  }
  .pay-ways-country-block {
    padding: 0 2px 0 10px;
  }
  .pay-ways-country-block-text {
    font-size: 19px;
  }
  .pay-ways-country-block-emoji {
    font-size: 36px;
  }
  .pay-ways-country-block {
    width: 150px;
    height: 59px;
  }
  .img-settings-pay-ways {
    width: 35px;
    height: 35px;
  }
}
