* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  min-height: 100%;
}

body {
  font-family: "Montserrat";
  display: flex;
  flex-direction: column;
  align-items: center;
  object-fit:none;
  min-height: 100vh;
  position: relative;
}



button,
a {
  cursor: pointer;
  border: none;
  outline: none;
  text-decoration: none;
}
a:hover{
 color: #2c8ea0;;
}

#bg__video-self {
  position: fixed;
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#bg__video-self_html5_api{
  position: fixed;
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.container {
  max-width: 1440px;
  padding: 0 15px;
  margin: 0 auto;
}

/* header start */

.header {
  padding: 30px 0 30px;
  width: 100%;
  top: 0;
  left: 0;
}

.header__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tick {
  font-size: 2rem;
  white-space: nowrap;
  font-family: "Roboto", sans-serif;
}

.headr__nav--left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 25px;
}

.headr__nav--left .temperature {
  font-size: 45px;
  color: #fff;
  font-family: monospace;
}

.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__logo {
  width: 300px;
}

.header__btn {
  padding: 10px;
  border-radius: 10px;
  color: #ffffff;
  font-weight: bold;
  border: 1.5px solid #ffffff;
  font-size: 20px;
}

.header__btn:hover{
  color: #ffffff;
}
.btn-active {
  background: linear-gradient(180deg, #005c7c 0%, #54bcc2 100%) !important;
  margin-right: 5px;
}
.header__btn--uz {
  margin-right: 5px;
    background: transparent;

}

.header__btn--ru {
  background: transparent;
}

.main{
  margin-top:30px;
}

/* pages start */

.pages {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pages__btns {
  display: flex;
  flex-direction: column;
  max-width: 100%;
}

#pages__btn--active {
  background: linear-gradient(180deg, #005c7c 0%, #54bcc2 135.53%);
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
}

.pages__btn {
  text-transform: uppercase;
  width: 560px;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 0;
  border-radius: 50px;
  margin: 7px 0;
  border: 1px solid transparent;
  color: #2c8ea0;
  text-align: center;
  border: 1px solid #ffffff;
  background-color: #ffffff;
}

.modal-body img{
  width: 100%;
}

/* media start */

@media (max-width: 720px) {
   .headr__nav--left {
    display: none;
  }
}


@media (max-width: 620px) {
  .header {
    padding: 10px 0;
  }
  .header__logo {
    width: 220px;
  }

  .header__btn--ru,
  .header__btn--uz {
    font-size: 15px;
  }
	
  .main {
    margin-top: unset;
  }

  .pages {
    margin-top: 70px;
  }

  .pages__btn {
    width: 460px;
  }
}

@media (max-width: 500px) {
  .pages {
    padding: 0;
  }
	
	.pages__btn {
    letter-spacing: 1px;
    font-size: 12px;
    padding: 10px 10px;
    font-weight: unset;
    width: 100%;
  }
}

@media (max-width: 380px) {
  .header__logo {
    width: 180px;
  }

  .pages {
    margin-top: 50px;
  }
}

@media (max-width: 320px) {
  .header__logo {
    width: 160px;
  }

  .pages__btn {
    font-size: 13px;
    padding: 6px 10px;
  }

  .pages__btn {
    margin: 8px 0;
  }
}
