* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  position: relative;
  font-family: "Montserrat";
  background: #ffffff;
}
.stars-rated i.active {
  color: #FFCF25;
}
body.hidden {
  overflow: hidden;
}

button {
  cursor: pointer;
  border: none;
  outline: none;
}

i,
label {
  color: #e5e5e5;
}

img {
  object-fit: cover;
  height: 100%;
}

a{
  text-decoration:none;
}

.container {
  max-width: 1440px;
  padding: 0 15px;
  margin: 0 auto;
}

/* header start */

.header {
  padding: 45px 0;
}

.circle__img--top {
  position: absolute;
  top: 0;
  left: 0;
  height: 290px;
}

.circle__img--bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 200px;
}

#layer.showed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgb(54 52 52 / 34%);
  z-index: 99;
}

.header__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tick {
  font-size: 2rem;
  white-space: nowrap;
  font-family: "Roboto", sans-serif;
}

.tick-credits {
  display: none;
}

.tick-flip,
.tick-text-inline {
  font-size: 1em;
}

.tick-label {
  margin-top: 1em;
}

.tick-char {
  width: 1.5em;
}

.tick-text-inline {
  display: inline-block;
  text-align: center;
  min-width: 10px;
  color: #fff;
}

.tick-text-inline + .tick-text-inline {
  margin-left: -0.325em;
}

.tick-group {
  margin: 0 0.5em;
  text-align: center;
}

.tick-label {
  color: #595d63 !important;
}

.tick-flip-panel {
  color: #000 !important;
}

.tick-flip {
  font-family: oswald-regular, sans-serif !important;
}

.tick-flip-panel-text-wrapper {
  line-height: 1.45 !important;
}

.tick-flip-panel {
  background-color: #fff !important;
}

.tick-flip {
  border-radius: 0.12em !important;
}

.header__icon--link{
  position:relative;
}


.header__logo {
  width: 280px;
}

.header__btn {
  padding: 10px;
  border-radius: 10px;
  color: #ffffff;
  font-weight: bold;
  border: 1.5px solid #ffffff;
  font-size: 20px;
  margin-right:5px;
}
.btn-active {
  background: linear-gradient(180deg, #005c7c 0%, #54bcc2 100%) !important;
  color: #ffffff !important;
}
.header__btn--uz {
  /* background: linear-gradient(180deg, #005c7c 0%, #54bcc2 100%); */
  border: 1.5px solid #54bcc2;
  color: #2c8ea0;
  background: transparent;


}

.header__btn--ru {
  background: transparent;
  border: 1.5px solid #54bcc2;
  color: #2c8ea0;
}

.header__icon--link {
    position: relative;
}

.form__back--icon{
  margin-bottom: 5px;
  left: 25px;
  top:25px;
  width: 22px;
  z-index: 99;
}

/* team start */
.team {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.team__member {
  position: relative;
  margin-bottom: 30px;
  padding: 10px;
  display: flex;
  width: 600px;
  background: #ffffff;
  box-shadow: 0px 0px 30px #00000023;
  border-radius: 10px;
}

.team__member--img {
  border-radius: 15px;
  width: 400px;
}

.team__member--img img {
  width: 100%;
  border-radius: 10px;
}

.team__member--info {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.team__member--title {
  font-size: 20px;
  text-transform: uppercase;
}
.team__member--title a {
  color: black;
}
.team__member--title a:hover {
    color: #037196;
}

.stars-rated {
  margin: 20px 0;
}

.team__member--txt {
  margin: 0px 0 15px;
  font-size: 14px;
}

.team__member--subtitle {
  text-transform: uppercase;
  margin-bottom: 10px;
}

#team__member--star {
  font-size: 40px;
}

.rating-star-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}

.rating-star-container .star {
  color: #e5e5e5;
}

#dialog-rating {
    padding: 20px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    display: none;
    background-color: rgb(255, 255, 255);
    z-index: 99;
    border-radius: 10px;
}

.dialog__thanks{
  text-align: center;
}

#dialog-rating-btn {
  padding: 10px 30px;
}

.rating-star-container .star.active {
  color: #ffcf25;
}

#dialog-rating img {
  width: 80px;
  height: 80px;
}

/* media start */

@media (max-width: 1315px) {
  .team__member {
    width: 560px;
  }
}

@media (max-width: 1150px) {
  .team__member {
    width: 600px;
  }
}

@media (max-width: 992px) {
  .header__logo {
    width: 220px;
  }
}

@media (max-width: 768px) {
  .circle__img--top,
  .circle__img--bottom {
    height: 270px;
  }

  .circle__img--bottom {
    height: 180px;
  }
}

@media (max-width: 700px) {
  .circle__img--top,
  .circle__img--bottom {
    height: 230px;
  }
  .circle__img--bottom {
    height: 140px;
  }
  .header__logo {
    width: 240px;
  }

  .header__btn {
    padding: 6px;
    font-size: 18px;
  }

  .tick {
    font-size: 28px;
  }
}

@media (max-width: 620px) {
  .header__logo {
    width: 220px;
  }
  .headr__nav--left {
    display: none;
  }

  .header__btn--ru,
  .header__btn--uz {
    font-size: 15px;
  }

  .form__back--icon {
    right: 25px;
    left: auto;
}

  .circle__img--top,
  .circle__img--bottom {
    display: none;
  }

  .team__member--img {
    border-radius: 15px;
    width: 70%;
  }
}

@media (max-width: 590px) {
  .team__member--title {
    font-size: 18px;
  }
  .stars-rated {
    margin: 15px 0;
  }

  .team__member--subtitle {
    font-size: 12px;
    text-transform: capitalize;
  }

  .start-widget {
    margin-top: 15px;
  }
}

@media (max-width: 536px) {
  .stars-rated {
    margin: 10px 0;
  }
}

@media (max-width: 520px) {
  .team__member--img {
    display: none;
  }
}
@media (max-width: 380px) {
  .header__logo {
    width: 180px;
  }

  #team__member--star {
    font-size: 30px;
  }
}
@media (max-width: 345px) {
  #team__member--star {
    font-size: 28px;
  }
}
