@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, *:before, *:after {
  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;
}

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

.header {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.header__content {
  display: flex;
  justify-content: space-between;
  position: fixed;
  padding-top: 16px;
  padding-right: 80px;
  gap: 14px;
  z-index: 100;
}
.header__section {
  display: flex;
  margin: 0px auto;
  height: 58px;
  border-radius: 16px;
  border-width: 1px;
  border-style: solid;
  border-color: #E8E8E8;
}

.activeright {
  rotate: 180deg;
}

.sectionglav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 29px;
  width: 634px;
  position: relative;
}
.sectionglav::before {
  content: "";
  position: absolute;
  border-radius: 16px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
}

.dropdowns {
  display: flex;
  gap: 24px;
  position: relative;
  align-items: center;
  width: 276px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px;
}
.dropdowns::before {
  content: "";
  position: absolute;
  border-radius: 16px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.dropdowns__currency {
  display: flex;
  gap: 27px;
}
.dropdowns__lang {
  display: flex;
  gap: 27px;
}
.dropdowns button {
  background-color: rgba(255, 255, 255, 0.7);
  width: 0;
}

.modal1 {
  position: absolute;
  z-index: -1;
  display: flex;
  flex-direction: column;
  width: 276px;
  line-height: 0;
  max-height: 0;
  left: 0;
  visibility: hidden;
  transition: max-height 0.3s cubic-bezier(0, 1, 0, 1);
  align-items: center;
  justify-content: space-around;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 16px;
  border-width: 1px;
  border-style: solid;
  border-color: #E8E8E8;
}
.modal1::before {
  content: "";
  position: absolute;
  border-radius: 16px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -5;
  height: 100%;
  opacity: 0.7;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.modal1 input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.modal1 input[type=radio] {
  content: "";
  width: 20px;
  height: 20px;
  border-color: #878787;
  border-radius: 50%;
  border-width: 1.5px;
  cursor: pointer;
  border-style: solid;
}
.modal1 input[type=radio]:checked {
  border: none;
  content: url("/img/svg/selected.svg");
}
.modal1 label {
  width: 100%;
  display: flex;
  justify-content: space-between;
  width: 235px;
  height: 38px;
  align-items: center;
}

.activedown {
  overflow: hidden;
  max-height: 231px;
  opacity: 1;
  top: 69px;
  visibility: visible;
  z-index: 1;
  transition: max-height 0.4s cubic-bezier(1, 0, 1, 0);
}

.activedownlang {
  overflow: hidden;
  max-height: 231px;
  opacity: 1;
  top: 69px;
  visibility: visible;
  z-index: 1;
  transition: max-height 0.4s cubic-bezier(1, 0, 1, 0);
}

.menu__body {
  display: flex;
  justify-content: flex-start;
}
.menu__body::before {
  content: "";
  position: absolute;
  border-radius: 16px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -5;
  height: 100%;
  opacity: 0.7;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.menu__list {
  display: flex;
  align-items: center;
  gap: 24px;
}
.menu__link a {
  cursor: pointer;
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #606060;
}

.icon-menu {
  z-index: 101;
  display: none;
}

@media (max-width: 1125.98px) {
  .header__content {
    padding: 16px 0px 0px 0px;
    right: 0;
    width: 100%;
  }
  .sectionglav {
    width: 60%;
    position: relative;
  }
  .menu__body {
    position: absolute;
    top: -100%;
    width: 100%;
    visibility: hidden;
    padding: 35.5px 0px 35.5px 20px;
    border-radius: 16px;
    border-width: 1px;
    border-style: solid;
    border-color: #E8E8E8;
    left: 0;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .menu__body._active {
    visibility: visible;
    top: 62px;
    z-index: 100;
    transition: top 0.5s ease 0s;
  }
  .menu__list {
    flex-direction: column;
    align-items: flex-start;
  }
  .icon-menu {
    z-index: 101;
    display: flex;
    position: relative;
    width: 22.86px;
    height: 11.43px;
    cursor: pointer;
    z-index: 101;
  }
  .icon-menu span {
    transition: all 0.3s ease 0s;
    top: calc(50% - 1px);
    left: 0px;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #131313;
    border-radius: 2px;
  }
  .icon-menu span:first-child {
    top: 0px;
  }
  .icon-menu span:last-child {
    top: auto;
    bottom: 0px;
  }
  .icon-menu._active {
    width: 18.67px;
    height: 18px;
  }
  .icon-menu._active span {
    transform: scale(0);
  }
  .icon-menu._active span:first-child {
    top: 8px;
    background: #000000;
    transform: rotate(45deg);
  }
  .icon-menu._active span:last-child {
    transform: rotate(-45deg);
    bottom: 8px;
    background: #000000;
  }
}
@media (max-width: 670px) {
  .header__content {
    top: 0;
    padding: 0px 8px;
    flex-direction: column;
    align-self: center;
    gap: 0;
  }
  .sectionglav {
    width: 100%;
    margin-top: 10px;
  }
  .dropdowns {
    flex-direction: column;
    border: 0;
    padding: 0;
    align-items: self-start;
    width: 100%;
    gap: 20px;
    background-color: transparent;
    position: static;
  }
  .activedown {
    top: 300px;
    left: 20px;
  }
  .activedownlang {
    top: 270px;
    left: 20px;
  }
  .menu__body {
    flex-direction: column;
    gap: 30px;
  }
}
.langsett {
  display: flex;
  align-items: center;
  gap: 8px;
}
.langsett input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.langsett input[type=radio] {
  content: "";
  width: 20px;
  height: 20px;
  border-color: #878787;
  border-radius: 50%;
  border-width: 1.5px;
  cursor: pointer;
  border-style: solid;
}
.langsett input[type=radio]:checked {
  border: none;
  content: url("/img/svg/selected.svg");
}
.langsett__country {
  font-size: 14px;
  line-height: 14px;
  font-family: "Inter";
  font-weight: 400;
  color: #606060;
}

.money {
  font-size: 14px;
  line-height: 14px;
  font-family: "Inter";
  font-weight: 400;
  color: #606060;
}
.money input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.money input[type=radio] {
  content: "";
  width: 20px;
  height: 20px;
  border-color: #878787;
  border-radius: 50%;
  border-width: 1.5px;
  cursor: pointer;
  border-style: solid;
}
.money input[type=radio]:checked {
  border: none;
  content: url("/img/svg/selected.svg");
}

.footer {
  background-color: #1E1E1E;
}
.footer__content {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 36px 113px 51px 113px;
  gap: 13.8px;
}
.footer__section {
  display: flex;
}

.footsectglav {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.footsectglav__info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footsectglav__logo {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-family: "Inter";
  font-size: 12px;
  font-weight: 400;
  color: #606060;
}
.footsectglav__soc {
  display: flex;
  gap: 16px;
}
.footsectglav__download {
  display: flex;
  gap: 15px;
}
.footsectglav__paymentmethod {
  display: flex;
  width: 478px;
  gap: 16px;
}

.download {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  padding: 7px 22px;
  border: #606060;
  border-style: solid;
  border-width: 1px;
  border-radius: 58px;
  background-color: #303030;
}
.download__podp {
  font-family: "Inter";
  font-size: 14px;
  font-weight: 600;
  color: #FFFFFF;
}

.footmenu__link {
  width: 166px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-family: "Inter";
  font-size: 13.65px;
  font-weight: 400;
  color: #FFFFFF;
}
.footmenu__list {
  display: flex;
  gap: 24px;
  position: relative;
}
.footmenu__list li ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footmenu__list li ul a {
  font-family: "Inter";
  font-size: 14.41px;
  font-weight: 400;
  color: #FFFFFF;
  opacity: 70%;
}

.footlink {
  position: absolute;
  bottom: 13.5px;
}

.line {
  width: 100%;
  height: 1px;
  background-color: #484848;
}

.footsectsecond {
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.footsectsecond button {
  background-color: #1E1E1E;
}
.footsectsecond__terms {
  display: flex;
  gap: 24px;
}
.footsectsecond__terms a {
  font-family: "Inter";
  font-size: 12px;
  font-weight: 400;
  color: #606060;
}
.footsectsecond__appdownloads {
  display: flex;
  align-items: center;
  gap: 23px;
}
.footsectsecond__contact {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  color: #A1A1A1;
}
.footsectsecond__dropdowns {
  padding: 0px 20px;
  display: flex;
  gap: 24px;
  height: 38px;
  align-items: center;
  border-radius: 14px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(245, 245, 255, 0.1);
}

.appdownloads {
  display: flex;
  gap: 12px;
}
.appdownloads a {
  display: flex;
  gap: 6px;
  padding: 0px 11.8px;
  height: 38px;
  align-items: center;
  border-radius: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(245, 245, 255, 0.1);
}
.appdownloads a div {
  opacity: 0.6;
  font-family: "Inter";
  font-size: 14.5px;
  font-weight: 400;
  color: #606060;
}

@media (max-width: 1441px) {
  .footsectglav {
    justify-content: 0;
  }
}
@media (max-width: 1260px) {
  .footsectglav {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .footsectglav__paymentmethod {
    width: auto;
    flex-wrap: wrap;
  }
  .footsectglav__info {
    padding-left: 16.5px;
  }
  .footmenu__list {
    display: none;
  }
  .footsectsecond {
    flex-direction: column;
    gap: 16px;
  }
}
@media (max-width: 792px) {
  .footer__content {
    padding: 24px 16.5px 31px 16.5px;
  }
}
@media (max-width: 535px) {
  .footsectsecond__appdownloads {
    flex-direction: column;
  }
  .line {
    display: none;
  }
}
.accordion {
  display: none;
}
@media (max-width: 1260.98px) {
  .accordion {
    display: flex;
    flex-direction: column;
    width: 538px;
    background-color: #1E1E1E;
  }
}
@media (max-width: 535.98px) {
  .accordion {
    display: flex;
    flex-direction: column;
    width: 355px;
    background-color: #1E1E1E;
  }
}

.accordion-item {
  background-color: #1E1E1E;
  border: 0;
}

.accordion-button:not(.collapsed) {
  background-color: #303030;
  color: #FFFFFF;
}

.accordion-button {
  padding: 15px 16px;
  font-family: "Inter";
  font-size: 17px;
  font-weight: 400;
  color: #FFFFFF;
  background-color: #1E1E1E;
}

.but2::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
  opacity: 46%;
}

.accordion-body ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.accordion-body a {
  font-family: "Inter";
  font-size: 14.41px;
  font-weight: 400;
  color: #FFFFFF;
  opacity: 70%;
}

.content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-self: center;
  gap: 36px;
  padding: 155px 80px 0px 80px;
}
@media (max-width: 1125.98px) {
  .content {
    flex-direction: column;
    align-items: center;
    padding: 105px 0px 0px 0px;
  }
}
@media (max-width: 626px) {
  .content {
    padding-top: 93px;
    scroll-margin-top: 100px;
  }
}
.content__poisk {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.content__info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.content__text {
  display: flex;
  flex-direction: column;
  gap: 52px;
  justify-content: center;
}
@media (max-width: 1125px) {
  .content__text {
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 626px) {
  .content__text {
    gap: 22px;
    text-align: left;
  }
}
.content__text form {
  display: flex;
  gap: 10px;
  width: 100%;
  padding: 17px 0px 17px 15.5px;
  line-height: 14px;
  border-width: 1px;
  border-style: solid;
  border-radius: 12px;
  border-color: #DEDEDE;
  background-color: #FFFFFF;
}
.content__text input {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  color: #131313;
  background-color: #FFFFFF;
}
.content__text input::-moz-placeholder {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 500;
  color: #131313;
}
.content__text input::placeholder {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 500;
  color: #131313;
}
.content__text img {
  width: 16px;
  height: 16px;
}
.content__title {
  font-family: "Inter";
  font-size: 45.31px;
  font-weight: 600;
  color: #131313;
}
@media (max-width: 626px) {
  .content__title {
    font-size: 28px;
  }
}
.content__podtitle {
  font-family: "Inter";
  font-size: 18px;
  font-weight: 400;
  color: #606060;
  line-height: 27px;
}
@media (max-width: 626px) {
  .content__podtitle {
    font-size: 14px;
  }
}
.content__download {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
@media (max-width: 626px) {
  .content__download {
    width: 100%;
  }
}
.content .search-container__button {
  background-color: #1F1F1F;
  color: #FFFFFF;
}
@media (max-width: 1125.98px) {
  .content .search-container__button {
    align-self: center;
  }
}

.condownload__text {
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  color: #606060;
}
.condownload__butt {
  display: flex;
  gap: 15px;
}
@media (max-width: 626px) {
  .condownload__butt {
    justify-content: space-between;
  }
}

.buttdownload {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 16px 23px;
  border: #E8E8E8;
  border-style: solid;
  border-width: 1px;
  border-radius: 12px;
}
.buttdownload__text {
  font-family: "Inter";
  font-size: 14px;
  font-weight: 600;
  color: #1F1F1F;
}
@media (max-width: 626px) {
  .buttdownload {
    padding: 16px 32.5px;
    width: 100%;
    justify-content: center;
  }
}

.search-container__button {
  display: flex;
  gap: 12px;
  width: 252px;
  justify-content: center;
  border-radius: 12px;
  align-items: center;
  padding: 20px 0px;
  font-family: "Inter";
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 626px) {
  .search-container__button {
    width: 100%;
  }
}

.destination {
  background-color: #1F1F1F;
  display: flex;
  border-radius: 24px;
  align-items: center;
  justify-content: center;
  margin-top: 103px;
  max-width: 1392px;
  align-self: center;
  width: 100%;
}
@media (max-width: 626px) {
  .destination {
    border-radius: 12px;
    margin-top: 35px;
  }
}
.destination__content {
  padding: 123px 125px 123px 125px;
  align-self: center;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 23px;
}
.destination__content .viewall {
  gap: 10px;
  width: 300px;
  padding: 20px 32px;
  font-size: 16px;
  font-weight: 500;
  align-items: center;
  align-self: center;
  color: #1F1F1F;
  background-color: #FFFFFF;
}
.destination__content .viewall path {
  stroke: #1F1F1F;
}
@media (max-width: 626px) {
  .destination__content {
    padding: 20px 14px;
    gap: 12px;
  }
  .destination__content .viewall {
    width: 100%;
  }
}
.destination__link {
  width: 230px;
}
.destination__podtitle {
  font-family: "Inter";
  font-size: 18px;
  font-weight: 400;
  color: #DEDEDE;
}
@media (max-width: 626px) {
  .destination__podtitle {
    font-size: 12px;
  }
}
.destination__popular {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(214px, 1fr));
  grid-gap: 24px 18px;
}
@media (max-width: 626px) {
  .destination__popular {
    overflow: hidden;
    height: 766px;
  }
}
.destination__title {
  font-family: "Inter";
  font-size: 48.52px;
  font-weight: 700;
  color: #FFFFFF;
}
@media (max-width: 626px) {
  .destination__title {
    font-size: 20px;
    font-weight: 600;
  }
}
.destination .search-container {
  display: flex;
  gap: 11px;
  width: 100%;
  align-items: center;
}
@media (max-width: 626px) {
  .destination .search-container {
    display: none;
  }
}
.destination .search-container form {
  display: flex;
  gap: 10px;
  width: 100%;
  padding: 17px 0px 17px 15.5px;
  line-height: 14px;
  border-width: 1px;
  border-style: solid;
  border-radius: 12px;
  border-color: #484848;
  background-color: #262626;
}
.destination .search-container form input {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  color: #FFFFFF;
  background-color: #262626;
}
.destination .search-container form input::-moz-placeholder {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
}
.destination .search-container form input::placeholder {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
}
.destination .search-container form img {
  width: 16px;
  height: 16px;
}

.zag {
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  color: #D8D8D8;
  padding: 8.5px 27px;
  line-height: 14px;
  border-width: 1px;
  border-style: solid;
  border-radius: 100px;
  border-color: #484848;
  background-color: #262626;
}

.countrycard {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  padding: 15px 8.69px 11.77px 16.51px;
  background-color: #303030;
  border-width: 1px;
  border-style: solid;
  border-radius: 12px;
  border-color: #484848;
}
.countrycard__country {
  display: flex;
  gap: 14px;
}
.countrycard__arrow {
  padding: 9.64px 12.72px;
  background-color: #484848;
  border-width: 1px;
  border-style: solid;
  border-radius: 12px;
  color: #484848;
}
.countrycard__flag {
  align-self: self-start;
}
.countrycard__info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-family: "Inter";
  font-weight: 400;
}
.countrycard__name {
  color: #FFFFFF;
  font-size: 16px;
}
.countrycard__price {
  color: #A1A1A1;
  font-size: 14px;
}

.carousel {
  width: 610px;
  height: 610px;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
@media (max-width: 626px) {
  .carousel {
    display: none;
  }
}

.carousel-inner {
  background-color: #262626;
  border-radius: 20px;
  width: 610px;
  height: 592px;
}

.carousel-item {
  height: 592px;
}

.carousel-indicators [data-bs-target] {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #D9D9D9;
  opacity: 1;
  transition: all 0.6s ease;
  border-bottom: 0;
  border-top: 0;
  margin: 0;
}

.carousel-indicators .active {
  width: 99px;
  background-color: #1F1F1F;
  border-radius: 20px;
}

.carousel-indicators {
  gap: 8px;
  position: inherit;
}
.popdest {
  padding: 43px 60.5px 62px 60.5px;
}
.popdest .zag {
  padding: 9px 19px;
  width: 214px;
}
.popdest .destination__popular {
  width: 489px;
  height: 286px;
}
.popdest__country {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(214px, 1fr));
  grid-gap: 30px 61px;
}

.popdest__title {
  font-family: "Inter";
  font-size: 48.52px;
  font-weight: 400;
  color: #FFFFFF;
  margin: 20px 0px 30px 0px;
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: flex;
  flex-direction: column;
}

.features {
  gap: 29px;
  padding: 43px 12px 62px 12px;
}
.features .zag {
  width: 145px;
}
.features__feature {
  padding: 19.5px 15px;
  background-color: #FFFFFF;
  border-radius: 40px;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.features__title1 {
  font-family: "Inter";
  font-size: 45.31px;
  line-height: 55px;
  font-weight: 400;
  color: #FFFFFF;
}
.features__ourfeatures {
  flex-wrap: wrap;
  display: flex;
  grid-gap: 15px 15px;
  height: 265px;
  justify-content: center;
  width: 585px;
}
.features__podtitle {
  font-family: "Inter";
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
}
.features__title {
  display: flex;
  flex-direction: column;
  padding: 0px 18px;
}

.howitworks {
  flex-direction: column;
  padding: 54px 35px 63px 35px;
  gap: 53px;
}
.howitworks__step {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.howitworks__steps {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.howitworks__text {
  display: flex;
  flex-direction: column;
  gap: 31px;
}
.howitworks__podtitle {
  font-family: "Inter";
  font-size: 18;
  font-weight: 400;
  line-height: 27px;
  color: rgba(238, 238, 238, 0.6);
}
.howitworks__title {
  font-family: "Inter";
  font-size: 45.31px;
  line-height: 55px;
  font-weight: 400;
  color: #FFFFFF;
}

.number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-family: "Inter";
  font-size: 20px;
  font-weight: 600;
  color: #FFFFFF;
  background-color: #0075FF;
  border-radius: 50%;
}

.steps__text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
  width: 460px;
}
.steps__title {
  font-family: "Inter";
  font-size: 20px;
  font-weight: 600;
  color: #FFFFFF;
}
.steps__podtitle {
  text-align: center;
  vertical-align: middle;
  font-family: "Inter";
  font-size: 16px;
  width: 361px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
}

.supports {
  padding: 0;
  background-color: #FFFFFF;
}
.supports img {
  width: 100%;
  height: 100%;
}

.howworks {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 60px;
  padding-top: 113px;
  max-width: 1280px;
  align-self: center;
  width: 100%;
}
@media (max-width: 626px) {
  .howworks {
    padding-top: 28px;
    gap: 20px;
    scroll-margin-top: 100px;
  }
}
.howworks__title {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}
@media (max-width: 626px) {
  .howworks__title {
    gap: 14px;
  }
}
.howworks__podzag {
  font-family: "Inter";
  font-size: 18px;
  font-weight: 400;
  color: #606060;
  line-height: 27px;
}
@media (max-width: 626px) {
  .howworks__podzag {
    font-size: 14px;
    line-height: 20px;
  }
}
.howworks__zag {
  font-family: "Inter";
  font-size: 45.31px;
  font-weight: 700;
  color: #131313;
  line-height: 55px;
}
@media (max-width: 626px) {
  .howworks__zag {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
  }
}
.howworks__workstep {
  display: flex;
  justify-content: space-between;
  gap: 73px;
}
@media (max-width: 1225.98px) {
  .howworks__workstep {
    flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 626px) {
  .howworks__workstep {
    gap: 8px;
  }
}

.workstep__steps {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  width: 361px;
}
@media (max-width: 626px) {
  .workstep__steps {
    gap: 13px;
    background-color: #fff;
    border-radius: 20px;
    padding: 16px;
    width: 234px;
    justify-content: center;
  }
}
.workstep__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media (max-width: 626px) {
  .workstep__text {
    gap: 13px;
  }
}
.workstep__title {
  font-family: "Inter";
  font-size: 20px;
  font-weight: 600;
  color: #131313;
}
@media (max-width: 626px) {
  .workstep__title {
    font-size: 17px;
  }
}
.workstep__podtitle {
  text-align: center;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  color: #606060;
}

.downloadapp {
  display: flex;
  align-self: center;
  width: 100%;
  max-width: 1050px;
  padding-top: 112px;
}
@media (max-width: 627px) {
  .downloadapp {
    padding-top: 28px;
    scroll-margin-top: 100px;
  }
}
.downloadapp__content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding: 111px 0px 110px 95px;
  background-color: #0075FF;
  border-radius: 24px;
  align-items: flex-start;
  max-width: 1050px;
  width: 100%;
}
@media (max-width: 831px) {
  .downloadapp__content {
    padding: 46px 32px 259px 28px;
    height: 482px;
    align-items: center;
    gap: 20;
  }
}
.downloadapp__title {
  font-family: "Inter";
  font-size: 40px;
  font-weight: 600;
  color: #fff;
}
@media (max-width: 831px) {
  .downloadapp__title {
    font-size: 24px;
  }
}
.downloadapp__podtitle {
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 831px) {
  .downloadapp__podtitle {
    text-align: center;
  }
}
.downloadapp__butt {
  display: flex;
  gap: 15px;
}

.buttdownload {
  background-color: #fff;
}

.buttdownload__text {
  font-family: "Inter";
  font-size: 14px;
  font-weight: 600;
  color: #5F6368;
}

.traficimg2 {
  display: none;
}
@media (max-width: 831px) {
  .traficimg2 {
    display: block;
    position: absolute;
    bottom: 0;
  }
}

.traficimg {
  position: absolute;
  right: 81.33px;
  top: 0;
}
@media (max-width: 1126px) {
  .traficimg {
    display: none;
  }
}

.italy40img {
  position: absolute;
  bottom: 0;
  left: 571px;
}
@media (max-width: 831px) {
  .italy40img {
    display: none;
  }
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.faq .accordion-button:not(.collapsed) {
  background-color: #FFFFFF !important;
  color: #232629 !important;
}

.faq {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
  padding-top: 117px;
}
.faq .accordion {
  background-color: #F6F5F4;
}
.faq .accordion-item {
  background-color: #F6F5F4;
}
@media (max-width: 626px) {
  .faq {
    padding: 31px 16px 0px 16px;
    align-items: flex-start;
    gap: 10px;
    scroll-margin-top: 97px;
  }
}
.faq__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  max-width: 657px;
}
@media (max-width: 626px) {
  .faq__title {
    align-items: flex-start;
  }
}
.faq__header {
  text-align: center;
  width: 160px;
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  color: #606060;
  padding: 8px 66.84px;
  border-width: 1px;
  border-style: solid;
  border-radius: 100px;
  border-color: #E8E8E8;
}
.faq__zag {
  text-align: center;
  color: #131313;
  font-family: "Inter";
  font-size: 45.31px;
  line-height: 55px;
  font-weight: 700;
}
@media (max-width: 626px) {
  .faq__zag {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
  }
}
.faq__contact {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 626px) {
  .faq__contact {
    align-self: center;
    text-align: center;
  }
}
.faq .accordion {
  display: flex;
  flex-direction: column;
  max-width: 672px;
  gap: 19px;
  width: 100%;
}
@media (max-width: 626px) {
  .faq .accordion {
    gap: 10px;
  }
}
.faq .accordion-button {
  display: flex;
  gap: 16px;
  padding: 16px 13px 16px 13px;
  background-color: #FFF;
  border-radius: 12px;
  font-family: "Inter";
  font-size: 15.6px;
  line-height: 24px;
  font-weight: 700;
  color: #232629;
}
.faq .accordion-button:not(.collapsed) {
  background-color: #303030;
  color: #FFFFFF;
}

.contactprompt {
  font-family: "Inter";
  font-size: 15.4px;
  font-weight: 500;
  color: #232629;
  opacity: 0.75;
  line-height: 24px;
}

.contactlink {
  font-family: "Inter";
  font-size: 15.4px;
  font-weight: 500;
  color: #0075FF;
  text-decoration: underline;
  line-height: 24px;
}

.help {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 117px;
}
@media (max-width: 626px) {
  .help {
    padding-top: 44px;
    scroll-margin-top: 74px;
  }
}
.help__content {
  display: flex;
  max-width: 1272px;
  background-color: #0075FF;
  border-radius: 24px;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 1159px) {
  .help__content {
    flex-direction: column;
    border-radius: 12px;
  }
}
.help__text {
  display: flex;
  flex-direction: column;
  padding: 40px;
  justify-content: space-between;
  min-height: 243px;
  max-width: 556px;
}
@media (max-width: 1159px) {
  .help__text {
    gap: 100px;
  }
}
@media (max-width: 626px) {
  .help__text {
    padding: 23px 14px 15px 15px;
    gap: 71px;
  }
}
.help__title {
  font-family: "Inter";
  font-size: 48px;
  font-weight: 600;
  line-height: 64px;
  color: #FFFFFF;
}
@media (max-width: 626px) {
  .help__title {
    font-size: 32px;
  }
}
.help__contact {
  display: flex;
  gap: 16px;
  align-items: center;
}
.help__mail {
  font-family: "Inter";
  font-size: 32px;
  font-weight: 500;
  color: #FFFFFF;
}
@media (max-width: 626px) {
  .help__mail {
    font-size: 20px;
    font-weight: 600;
  }
}
.help__form {
  max-width: 556px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
  background-color: #262626;
  border-radius: 24px;
  padding: 60px 40px 40px 40px;
}
@media (max-width: 1159px) {
  .help__form {
    max-width: inherit;
    border-radius: 12px;
  }
}
@media (max-width: 626px) {
  .help__form {
    padding: 25px 14px 17px 15px;
    gap: 16px;
  }
}
.help__form input {
  padding: 20px;
  background-color: #1F1F1F;
  font-family: "Inter";
  font-weight: 500;
  font-size: 20px;
  color: #FFF;
  border-radius: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #484848;
}
@media (max-width: 626px) {
  .help__form input {
    font-size: 16px;
  }
}
.help__form textarea {
  padding: 20px 0px 101px 20px;
  background-color: #1F1F1F;
  font-family: "Inter";
  font-weight: 500;
  font-size: 20px;
  color: #FFF;
  border-radius: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #484848;
}
@media (max-width: 626px) {
  .help__form textarea {
    font-size: 16px;
  }
}
.help__form button {
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: #262626;
  padding: 4px 4px 4px 32px;
  border-radius: 293px;
  color: #fff;
  width: 129px;
  font-size: 16px;
  font-family: "Inter";
  font-weight: 600;
  border-color: #FFF;
  border-style: solid;
  border-width: 1px;
}

.mail-icon {
  width: 40px;
  height: 40px;
  background-color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.supportdev {
  display: flex;
  align-items: center;
  padding-top: 118px;
  flex-direction: column;
  align-self: center;
  gap: 100px;
}
.supportdev__content {
  align-items: center;
  max-width: 720px;
  display: flex;
  flex-direction: column;
  align-self: center;
  gap: 25px;
}
@media (max-width: 670px) {
  .supportdev__content {
    padding: 0px 8px;
    padding-top: 94px;
  }
}
@media (max-width: 670px) {
  .supportdev {
    padding-top: 50px;
    gap: 0;
  }
}

.supportdev__title {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.section__header-content {
  display: flex;
  gap: 6px;
  align-items: center;
}
.section__header-content a {
  font-family: "Inter";
  font-size: 14px;
  font-weight: 500;
  color: #0C0C0D;
  line-height: 18px;
}
@media (max-width: 626px) {
  .section__header-content {
    display: none;
  }
}

.section__header-back {
  display: none;
}
@media (max-width: 626px) {
  .section__header-back {
    display: block;
  }
}

.section__subtitle {
  font-family: "Inter";
  font-size: 14px;
  font-weight: 500;
  color: #0C0C0D;
  opacity: 0.46;
}

.section__description {
  font-family: "Inter";
  font-size: 34px;
  font-weight: 700;
  color: #0C0C0D;
  line-height: 40px;
}

.section__disclaimer {
  font-family: "Inter";
  font-size: 17px;
  font-weight: 400;
  color: #0C0C0D;
  line-height: 22px;
  opacity: 0.74;
}

.section__device {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 100%;
}

.device__header {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.device__heading {
  font-family: "Inter";
  font-size: 28px;
  font-weight: 700;
  color: #0C0C0D;
  line-height: 34px;
}

.device__subtitle {
  font-family: "Inter";
  font-size: 17px;
  font-weight: 400;
  color: #0C0C0D;
  line-height: 22px;
  opacity: 0.74;
}

.device__content {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.device__content li {
  list-style: disc;
  list-style-position: inside;
  font-family: "Inter";
  font-size: 17px;
  font-weight: 400;
  color: #0C0C0D;
  line-height: 22px;
}

.device__background {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 8px 0px 8px 16px;
  background-color: #1F1F1F;
  border-radius: 12px;
}

.device__heading4 {
  font-family: "Inter";
  font-size: 22px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 28px;
}

.device__heading3 {
  font-family: "Inter";
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 18px;
  opacity: 0.46;
}

.device__disclaimer {
  display: flex;
  flex-direction: column;
  gap: 27px;
  font-family: "Inter";
  font-size: 12px;
  font-weight: 400;
  color: #0C0C0D;
  line-height: 18px;
  opacity: 0.46;
}

.buyplan {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 106px;
}
@media (max-width: 626px) {
  .buyplan {
    padding-top: 50px;
  }
}
.buyplan__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 720px;
  justify-self: center;
  width: 100%;
}
@media (max-width: 626px) {
  .buyplan__content {
    padding-top: 69px;
  }
}
.buyplan__content .section__header {
  display: flex;
  gap: 6px;
  align-items: center;
}
.buyplan__content .section__header a {
  font-family: "Inter";
  font-size: 14px;
  font-weight: 500;
  color: #0C0C0D;
  line-height: 18px;
}
@media (max-width: 626px) {
  .buyplan__content .section__header {
    display: none;
  }
}
.buyplan__container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.buyplan__accordion {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.buyplan__checkdev {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.buyplan .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.buyplan .accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.buyplan .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.buyplan .accordion-item {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #FFFFFF;
}
.buyplan .accordion-button {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 26px 24px;
  background-color: #FFFFFF;
  color: #0C0C0D;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
}
.buyplan .accordion-body {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #FFFFFF;
}

@media (max-width: 626px) {
  .plan {
    margin-left: -8px;
    margin-right: -8px;
  }
}
.plan__heading {
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: relative;
  background-image: url("/img/eSIMTurkeyfortravel.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 75px 0px 40px 24px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
@media (max-width: 626px) {
  .plan__heading {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-position: left;
    justify-content: flex-end;
    height: 226px;
    padding: 0px 0px 31px 16px;
  }
  .plan__heading .section__header-back {
    position: absolute;
    top: 36px;
    z-index: 3;
  }
}
.plan__heading::before {
  content: "";
  position: absolute;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Здесь можно изменить цвет и степень затемнения */
  z-index: 1;
}
@media (max-width: 626px) {
  .plan__heading::before {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    height: 226px;
  }
}
.plan__mainheading {
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  z-index: 1;
}
.plan__title {
  display: flex;
  gap: 20px;
  align-items: center;
  font-family: "Inter";
  font-size: 34px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 40px;
  z-index: 1;
}
.plan__form {
  padding: 24px 18px;
  border-radius: 20px;
  background-color: #FFFFFF;
  margin-top: -24px;
  z-index: 3;
  position: relative;
}

.formplan__title {
  font-family: "Inter";
  font-size: 14px;
  font-weight: 600;
  opacity: 0.46;
  color: #0C0C0D;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.formplan__radio {
  display: flex;
  gap: 15px;
  padding: 21px 20px;
  font-family: "Inter";
  font-size: 16.5px;
  line-height: 22px;
  font-weight: 500;
  border-bottom: #EDEDED;
  border-width: 1px;
  border-bottom-style: solid;
}
.formplan__radio input[type=radio]:checked + label .formplan__time {
  color: #0075FF;
}
.formplan__radio input[type=radio]:checked + label .formplan__price {
  color: #0075FF;
}
.formplan__radio input {
  width: 20px;
  height: 20px;
}
.formplan__radio label {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.formplan__sett {
  display: flex;
  gap: 15px;
}
.formplan__sett label {
  display: flex;
  gap: 15px;
}
.formplan__gygab {
  opacity: 0.5;
}
.formplan__price {
  justify-self: flex-end;
}
.checkdev {
  padding: 16px 16px 16px 16px;
  background-color: #FFFFFF;
  border-radius: 24px;
}
.checkdev__title {
  font-family: "Inter";
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #0C0C0D;
}
.checkdev__link {
  align-self: center;
  padding: 16px 0px 16px 0px;
  font-family: "Inter";
  font-size: 17px;
  line-height: 24px;
  font-weight: 600;
  color: #FFFFFF;
  background-color: #1F1F1F;
  text-align: center;
  max-width: 388px;
  width: 100%;
  border-radius: 16px;
}

.downloadpopup {
  display: none;
}
@media (max-width: 670px) {
  .downloadpopup {
    display: flex;
    justify-content: space-between;
    background-color: #000000;
    padding: 11px 15px;
    margin: 0px -8px;
    align-items: center;
    gap: 11px;
  }
}

.downloadpopup__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}
.downloadpopup__close svg {
  width: 9px;
  height: 9px;
}

.downloadpopup__text {
  font-family: "Inter";
  font-size: 12px;
  font-weight: 600;
  color: #FFF;
  line-height: 16px;
}

.downloadpopup__link {
  font-family: "Inter";
  font-size: 14px;
  font-weight: 500;
  color: #FFF;
  opacity: 0.88;
  padding: 7px 12px;
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
}

._close {
  display: none;
}

.privacy {
  padding-top: 106px;
  display: flex;
  flex-direction: column;
  max-width: 1084px;
  align-self: center;
}
.privacy ul {
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  color: #1A202C;
  line-height: 24px;
}
.privacy ul li {
  list-style: disc;
  list-style-position: inside;
}
.privacy__text {
  padding-top: 93px;
}
@media (max-width: 626px) {
  .privacy {
    padding-top: 50px;
  }
}

.terms {
  padding-top: 106px;
  display: flex;
  flex-direction: column;
  max-width: 1107px;
  align-self: center;
}
@media (max-width: 626px) {
  .terms__content {
    padding-top: 93px;
  }
}
@media (max-width: 626px) {
  .terms {
    padding-top: 50px;
  }
}

a {
  cursor: pointer;
}

body {
  background-color: #F6F5F4;
}

.wrapper {
  display: flex;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  flex-direction: column;
  margin: 0 auto;
}

.maincontent {
  display: flex;
  flex-direction: column;
}
@media (max-width: 670px) {
  .maincontent {
    padding-top: 50px;
  }
}

h1 {
  font-family: "Inter";
  font-weight: 700;
  font-size: 40px;
  color: #1A202C;
  line-height: 50px;
  text-align: center;
}

h2 {
  font-family: "Inter";
  font-weight: 700;
  font-size: 16px;
  color: #1A202C;
  line-height: 24px;
}

p {
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  color: #1A202C;
  line-height: 24px;
}

.closepopupdown {
  padding-top: 0;
}

.container1 {
  padding: 0px 24px 80px 24px;
  display: flex;
  flex-direction: column;
  flex: 2 0 auto;
  max-width: 1392px;
  width: 100%;
  align-self: center;
}
@media (max-width: 670px) {
  .container1 {
    padding: 0px 8px 15px 8px;
  }
}

@media (max-width: 670px) {
  .container {
    padding: 0px 8px !important;
  }
}
footer {
  flex: 0 0 auto;
}

ul {
  padding: 0;
  margin: 0;
}/*# sourceMappingURL=style.css.map */