.imageContact {
  width: 50px;
  height: 50px;
  transition: 1s;
  margin: 10px 5px 10px 5px;
}

.imageContact:hover {
  transform: scale(1.2);
}

.contactUs {
  display: flex;
  justify-content: center;
}

/* .main {
  border-radius: 30px 30px 0 0;
} */

.fieldPromo {
  background-color: #fffbf4;
  border-radius: 50px;
  padding: 17px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

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

.circleField > img {
  width: 20px;
  /* height: 20px; */
}

#fiveMain {
  padding: 0;
}

.field {
  background-color: #fffbf4;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  margin-bottom: 8px;
  cursor: pointer;
}

.sevenFeetUnderKeel {
  max-width: 230px;
}

#another>label {
  color: #ee7a45;
}

/* #referrerPromo {
  width: 100%;
  height: 100%;
  background-color: rgba(86, 86, 86, 0.6);
  overflow: hidden;
  position: fixed;
  top: 0px;
  display: none;
  justify-content: center;
}

.popUpPromo {
  margin: auto 20px auto 20px;
  max-width: 300px;
  max-height: 450px;
  overflow: scroll;
  background-color: #f5f0e7;
  border-radius: 30px;
  padding: 20px;
} */

.flex {
  display: flex;
  justify-content: flex-end;
}

#closePromoButton {
  cursor: pointer;
}

/* .MyInput {
  width: 94%;
  margin-bottom: 14px;
} */

#activationPromoBtn {
  margin-bottom: 12px;
}

.slide {
  height: 112px;
  padding: 16px 16px 0 16px;
  border-radius: 20px;
  margin-bottom: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* #pickPromo {
  cursor: pointer;
} */

/* 
#secondMain,
#thirdMain,
#fourthMain {
  border-radius: 30px 30px 0 0;
} */

/* #pickRefProgram {
  cursor: pointer;
} */

#thirdMain>h1 {
  margin-bottom: 32px;
}

#thirdMain>h2 {
  margin-bottom: 8px;
}

#thirdMain>p {
  color: #6b6b6b;
  margin-bottom: 16px;
}

.fieldCopyPromo {
  background-color: #fffbf4;
  border-radius: 12px;
  padding: 12px 16px 12px 16px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}

#share {
  margin-bottom: 32px;
}

.infoContent {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-top: 16px;
  margin: 16px -10px 24px 0;
}

.classContent {
  background-color: #fffbf4;
  padding: 16px;
  border-radius: 20px;
  /* display: flex; */
  flex: 1 0 30%;
  margin-bottom: 10px;
  margin-right: 10px;
}

.classContent>h1 {
  color: #ee7a45;
  margin: 0 0 4px 0;
}

#thirdMain>.link {
  font-size: 16px;
  color: #ee7a45;
  margin-bottom: 50px;
  max-width: max-content;
  font-family: "Gilroy-Bold";
}

#errMessBonus {
  color: red;
  font-size: 12px;
  padding-left: 7%;
  margin-bottom: 14px;
}

.innerPromo {
  margin-bottom: 50px;
}


#sendError {
  margin: auto;
  width: max-content;
  color: #ee7a45;
  border-bottom: 1px solid #ee7a45;
  cursor: pointer;
  margin-bottom: 50px;
}


textarea {
  width: 92%;
  border: none;
  padding: 18px 4% 18px 4%;
  border-radius: 12px;
  background-color: #fffbf4;
  outline: none;
  overflow: hidden;
  resize: none;
}

#closeErrorBackButton {
  cursor: pointer;
}

.input-file-row {
  display: flex;
  flex-direction: column;
  align-items: center;

}

.input-file {
  position: relative;
  display: inline-block;
}

.input-file span {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  font-size: 14px;
  vertical-align: middle;
  color: rgb(255 255 255);
  text-align: center;
  border-radius: 4px;
  background-color: #ee7a45;
  line-height: 22px;
  height: 40px;
  padding: 10px 20px;
  box-sizing: border-box;
  border: none;
  margin: 0;
  transition: background-color 0.2s;
}

.input-file input[type=file] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: block;
  width: 0;
  height: 0;
}

/* Focus */
.input-file input[type=file]:focus+span {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

/* Hover/active */
.input-file:hover span {
  background-color: #fc8a56;
}

/* .input-file:active span {
	background-color: #fc8a56;
} */

/* Disabled */
.input-file input[type=file]:disabled+span {
  background-color: #eee;
}

/* Список c превью */
.input-file-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 10px;
}

.input-file-list>img {
  margin-bottom: 7px;
}

.input-file-list-item {
  display: inline-block;
  margin: 0 15px 15px;
  width: 150px;
  vertical-align: top;
  position: relative;
}

.input-file-list-item img {
  width: 150px;
}

.input-file-list-name {
  text-align: center;
  display: block;
  font-size: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.input-file-list-remove {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  position: absolute;
  padding: 0;
  margin: 0;
  top: 5px;
  right: 5px;
  background: #ff0202;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  border-radius: 50%;
}

#err, #errMessForm {
  color: red;
  margin-bottom: 10px;
}

.classRadio {
  --radio: #b3a791;
  --radio-checked: #ee7a45;
  --radio-size: 20px;
  display: grid;
  grid-template-columns: auto var(--radio-size);
  align-items: center;
  justify-content: flex-start;
  margin: 10px 0 10px 0;
}

.classRadio label {
  cursor: pointer;
  margin-bottom: 10px;
  color: #313131;
  font-size: 16px;
  font-family: "Gilroy-Medium";
  width: max-content;
}

.classRadio input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  height: var(--radio-size);
  width: var(--radio-size);
  outline: none;
  margin: 0 5px 10px 0;
  cursor: pointer;
  border: 2px solid var(--radio);
  background: transparent;
  border-radius: 50%;
  display: grid;
  justify-self: end;
  justify-items: center;
  align-items: center;
  overflow: hidden;
  transition: border 0.5s ease;
}

.classRadio input[type="radio"]::before,
.classRadio input[type="radio"]::after {
  content: "";
  display: flex;
  justify-self: center;
  border-radius: 50%;
}

.classRadio input[type="radio"]::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--background);
  z-index: 1;
  opacity: var(--opacity, 1);
}

.classRadio input[type="radio"]::after {
  position: relative;
  width: calc(100% / 2);
  height: calc(100% / 2);
  background: var(--radio-checked);
  top: var(--y, 100%);
  transition: top 0.5s cubic-bezier(0.48, 1.97, 0.5, 0.63);
}

.classRadio input[type="radio"]:checked {
  --radio: var(--radio-checked);
}

.classRadio input[type="radio"]:checked::after {
  --y: 0%;
  animation: stretch-animate 0.3s ease-out 0.17s;
}

.classRadio input[type="radio"]:checked::before {
  --opacity: 0;
}

.classRadio input[type="radio"]:checked~input[type="radio"]::after {
  --y: -100%;
}

.classRadio input[type="radio"]:not(:checked)::before {
  --opacity: 1;
  transition: opacity 0s linear 0.5s;
}

@keyframes stretch-animate {
  0% {
    transform: scale(1, 1);
  }

  28% {
    transform: scale(1.15, 0.85);
  }

  50% {
    transform: scale(0.9, 1.1);
  }

  100% {
    transform: scale(1, 1);
  }
}

.classHide {
  display: none;
}

.removeImage {
  height: 15px;
  /* position: relative;
  top: 25px;
  left: 220px;
  display: flex; */
  margin: 5px;
  cursor: pointer;
  background-color: white;
  border-radius: 50%;

}

.removeImageDiv {
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-width: 90px;
  min-height: 90px;
  aspect-ratio: 1 / 1;
  margin-right: 7px;
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}

.smallBtn {
  padding: 3px 10px;
  width: max-content;
  height: max-content;
}
/* 500 */
@font-face {
  font-family: "Gilroy-Medium";
  src:
    url(../80ccc279b7dc7de16938.woff2) format("woff2"),
    url(../b84941b7bdcce7cbba6d.eot) format("eot"),
    url(../2bc7f5d7ea77ee1bddb3.woff) format("woff"),
    url(../f9f832b0ed3f1ab138c9.ttf) format("truetype");
  /* url("./fonts/GilroyMedium/gilroy-medium.svg#gilroy-medium") format("svg"); */
  font-weight: 500;
}

/* 400 */
@font-face {
  font-family: "Gilroy-Regular";
  src:
    url(../00b026798f05ff9d7752.woff2) format("woff2"),
    url(../1d051d9d4215c09cbcaa.eot) format("eot"),
    url(../31d54a4b841c0e438f13.woff) format("woff"),
    url(../b91b0127c56a8e5f9e83.ttf) format("truetype");
  /* url("./fonts/GilroyRegular/gilroy-regular.svg#gilroy-regular") format("svg"); */
  font-weight: 400;
}

/* 700 */
@font-face {
  font-family: "Gilroy-Bold";
  src:
    url(../ef7c40ff1efeaaa4c7c6.woff2) format("woff2"),
    url(../b33d746112a28ed1c718.eot) format("eot"),
    url(../0607a1bc636f63251ed8.woff) format("woff"),
    url(../901a60fc2835c74fba67.ttf) format("ttf");
  font-weight: 700;
}

/* 600 */
@font-face {
  font-family: "Gilroy-SemiBold";
  src:
    url(../7726b19d33f1b7f4135a.woff2) format("woff2"),
    url(../54bc2f8147659c45a055.eot) format("eot"),
    url(../5b042906a8b58ec4633e.woff) format("woff"),
    url(../41fa36c3c8e966b35423.ttf) format("ttf");
  font-weight: 600;
}

/* @media screen and (max-width: 800px) {
    .bPopupContent > input {
      width: 90%;
      height: 50px;
      border: none;
      border-radius: 12px;
      padding-left: 7%;
      outline: none;
    }
  }
  
  @media screen and (min-width: 800px) {
    .bPopupContent > input {
      width: 93%;
      height: 50px;
      border: none;
      border-radius: 12px;
      padding-left: 7%;
      outline: none;
    }
  } */

.iti__selected-dial-code {
  font-size: 16px;
  line-height: 1.3;
  /* letter-spacing: 0px; */
  font-family: "Gilroy-Medium";
  color: #313131;
  margin: 0;
}

.bPopupContent>input {
  width: 93%;
  height: 50px;
  border: none;
  border-radius: 12px;
  padding: 0 0 0 7%;
  outline: none;
}

html::-webkit-scrollbar {
  display: none;
}

.bPopupContent::-webkit-scrollbar {
  display: none;
}

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

h1 {
  font-size: 24px;
  line-height: 1;
  /* letter-spacing: -1px; */
  font-family: "Gilroy-SemiBold";
  color: #000000;
}

h2 {
  font-size: 18px;
  line-height: 18px;
  font-family: "Gilroy-Bold";
  margin: 0;
}

h3,
button {
  font-size: 16px;
  /* line-height: 16px; */
  font-family: "Gilroy-SemiBold";
  margin: 0;
  color: #080808;
}

p,
input,
li,
a,
option,
select {
  font-size: 16px;
  line-height: 1.3;
  /* letter-spacing: 0px; */
  font-family: "Gilroy-Medium";
  color: #000000;
  margin: 0;
}

.tooltip {
  font-size: 12px;
  line-height: 13.2px;
  font-family: "Gilroy-Semibold";
  margin: 0;
}

.link {
  font-size: 16px;
  line-height: 20px;
  font-family: "Gilroy-Bold";
  text-decoration: underline;
  cursor: pointer;
}

input {
  background-color: #fffbf4;
}

button {
  width: 100%;
  height: 50px;
  background-color: #ee7a45;
  color: white;
  border-radius: 255px;
  border: none;
  margin-top: 5px;
}

button:hover {
  background-color: #fc8a56;
  cursor: pointer;
  animation: horizontal-shaking 0.35s infinite;
}

button:active {
  background-color: #ed743d;
}

body {
  margin: 0;
  background-color: #dbceb7;
}

.navbar {
  overflow: hidden;
  background-color: #fffbf4;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-around;
  z-index: 100;
  padding-bottom: 24px ;
}

.tab {
  float: left;
  display: block;
  text-align: center;
  /* padding: 14px 16px; */
  margin: auto;
  text-decoration: none;
  transition: all 0.5s;
}

.tab>label {
  margin: auto;
  color: black;
  cursor: pointer;
  font-size: 12px;
}

label {
  display: block;
  font-size: 16px;
  font-family: "Gilroy-SemiBold";
}

.header {
  height: 70px;
  width: 100%;
  background-color: #dbceb7;
  /* border: 1px solid black; */
  display: none;
  justify-content: space-between;
}

.header2 {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.circle {
  width: 49px;
  height: 49px;
  border-radius: 50%;
  background-color: #fffbf4;
  margin-left: 10px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* min-width: 100px;
    min-height: 100px; */
  aspect-ratio: 1 / 1;

}

.circleName {
  font-size: 22px;
  color: #c9ba9e;
  font-family: "Gilroy-Bold";
}

.nameHeader {
  max-width: max-content;
  margin-left: 10px;
  font-size: 22px;
  font-family: "Gilroy-SemiBold";
  display: flex;
}

.nameHeader>img {
  margin: auto;
}

.balanceHeader {
  text-align: end;
  align-self: center;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  align-items: end;
}

.balanceHeader>div>p {
  margin: 0 3px 0 0;
  font-size: 12px;
}

.main {
  background-color: #f5f0e7;
  padding: 20px;
  min-height: 500px;
  margin-bottom: 24px;
}

.removeScrolling {
  /* height: 100vh; */
  overflow: hidden;
}

/* .navbar a:hover {
    background: #ddd;
    color: black;
    cursor: pointer;
    stroke: black;
  } */

/* .tab {
    width: 20px;
    height: 20px;
    overflow: hidden;
    /* padding: 15px;
    cursor: pointer;
    text-decoration: none;
    /* transition: all 0.5s;
  } */

.addBorderRadius {
  border-radius: 30px 30px 0 0;
}

.MyInput {
  width: 95%;
  height: 50px;
  border: none;
  border-radius: 12px;
  padding-left: 16px;
  outline: none;
}

.MyInput:focus {
  outline: solid #dbceb7;
  /* margin: 25px 0 10px 0; */
}

textarea {
  font-size: 16px;
  font-family: "Gilroy-Medium";
  line-height: 20px;
}

.bPopupContent {
  margin: auto 40px auto 40px;
  padding: 20px;
  max-width: 300px;
  width: 300px;
  background-color: #f5f0e7;
  border-radius: 30px;
  max-height: 450px;
  overflow: scroll;
}

/* .bPopupContent > h1 {
    margin-bottom: 25px;
  } */

/* .bPopupContent > input {
    width: 93%;
    height: 50px;
    border: none;
    border-radius: 12px;
    padding-left: 7%;
    outline: none;
    margin: 25px 0 10px 0;
  } */

.bPopupContent>input:focus {
  outline: solid #dbceb7;
  /* margin: 25px 0 10px 0; */
}

.referrer {
  width: 100%;
  height: 100%;
  background-color: rgba(86, 86, 86, 0.6);
  overflow: hidden;
  position: fixed;
  top: 0px;
  display: none;
  justify-content: center;
  margin-bottom: 50px;
  z-index: 3;
}

.alertPopUp {
  position: fixed;
  top: 5px;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: 1000;
  opacity: 0;
  transition: 2s;
}

.alertContent {
  width: 210px;
  height: max-content;
  background-color: #f5f0e7;
  border-radius: 20px;
  padding: 12px 12px 12px 12px;
  text-align: center;
  margin: auto;
  box-shadow: 0 0 6px 0 rgba(141, 133, 118, 0.2);
}

.moveClass {
  opacity: 1;
  transition: 0.5s;
}

/* .animated {
    transform: translateY(-100%);
    transition: transform 1s linear;
    opacity: 0;
    transition: 2s;
  }
  
  .animated:hover {
    transform: translateY(0);
    opacity: 1;
    transition: 0.5s;
  } */

/* loader */

.loader {
  border: 4px solid rgba(0, 0, 0, 0.4);
  border-left-color: transparent;
  width: 36px;
  height: 36px;
  animation: spin89345 1s linear infinite;
  border-radius: 50%;
  margin: auto;
}

@keyframes spin89345 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.preloader {
  width: 100%;
  height: 100%;
  /* background-color: rgba(86, 86, 86, 0.6); */
  overflow: hidden;
  position: fixed;
  top: 0px;
  display: none;
  justify-content: center;
  margin-bottom: 50px;
  z-index: 3;
}

/* loader */

.balanceHeader {
  cursor: pointer;
}

.sevenFeetUnderKeel > .tooltip {
  color: #9C9B99;
  margin-top: 8px;
}

.low-balance {
  color: red;
}
