button,
button:active,
button:focus {
  outline: none;
}
@font-face {
  font-family: "Mont Regular";

  src: url("../fonts/Mont-Regular.ttf") format("truetype");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "Mont Bold";

  src: url("../fonts/Mont-Bold.ttf") format("truetype");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "Mont Semibold";

  src: url("../fonts/Mont-SemiBold.ttf") format("truetype");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "EuropeExt Bold";

  src: url("../fonts/EuropeExtBold.ttf") format("truetype");

  font-weight: normal;

  font-style: normal;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: Mont Regular, sans-serif;
  color: #1a1d23;
}

body.active {
  overflow-y: hidden;
}

img {
  width: 100%;
}

a {
  color: #1a1d23;
  text-decoration: none;
}

ul {
  list-style: none;
}

button:hover {
  cursor: pointer;
}

.h2 {
  font-size: 64px;
  font-family: EuropeExt Bold, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 3.5rem;
}

.bl-text {
  color: #21e0d5;
}

.object-fit {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

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

.section-track {
  padding-top: 85px;
}
.track-main {
  padding: 110px 0 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.track {
  width: 100px;
  height: 100px;
  background-color: #000000;
}
.track-desc {
  padding-top: 50px;
  max-width: 600px;
  color: #000000;
  font-family: Mont Regular, sans-serif;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
}
.search {
  padding-top: 55px;
  max-width: 1030px;
  margin: 0 auto;
}
.search-form {
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  height: 52px;
}
.search .search-form .search-input {
  margin: 0;
  outline: 0;
  width: 100%;
  display: block;
  height: 52px;
  border-radius: 5px 0 0 5px;
  font-size: 16px;
  line-height: 26px;
  background: #fff;
  -webkit-appearance: none;
  color: #064666;
  font-family: Mont Regular, sans-serif;
  padding: 12px 14px;
  box-sizing: border-box;
  border: 1px solid #064666;
  border-right: 0;
  border-right: none;
}
.col {
  display: flex;
  min-width: 720px;
}

.msg {
  padding-top: 30px;
  justify-content: space-around;
  display: none;
  align-items: center;
}
.message-img {
  display: none;
  width: 165px;
  height: 165px;
  background-size: cover;
}
.message_result {
  max-width: 330px;
  line-height: 1.5;
}
.message_status {
  padding-bottom: 20px;
  font-family: "Mont SemiBold", sans-serif;
  font-size: 21px;
}
.message_text {
  display: none;
  font-family: "Mont Regular", sans-serif;
  font-size: 18px;
}
.message {
  display: none;
  opacity: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
  transition: opacity 0.3s ease-out;
}
.message:before {
  content: "";
  background: #000;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100vh;
  opacity: 0.65;
  z-index: 12;
  cursor: pointer;
}
.recenter {
  display: flex;
  position: relative;
  width: 520px;
  max-width: 90%;
  background-color: #dcdcdc;
  border-radius: 4px;
  z-index: 99999;
  opacity: 1;
  border-radius: 30px;
  color: #1d1d1d;
}
.msgs {
  text-align: center;
  line-height: 1.5;
  font-size: 16px;
  margin: 0 auto;
}
.re_block {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  flex-direction: column;
  padding: 40px 0 30px;
  max-width: 90%;
}
.re_btn {
  padding-top: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_okey {
  color: #21e0d5;
  font-family: Mont Semibold;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  padding: 13px 39px;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0px 10px 30px rgba(26, 179, 170, 0.18);
  border: 0;
}
.text-info {
  transition: all 0.3s;
}
.text-info p {
  font-family: Mont Regular, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  color: #1d1d1d;
  text-align: center;
  max-width: 88%;
  margin: 30px auto -20px;
  transition: all 0.3s;
}

@media (max-width: 1280px) {
  .container {
    max-width: 1040px;
  }
}
@media (max-width: 1080px) {
  .container {
    max-width: 960px;
  }
}

@media (max-width: 990px) {
  .container {
    max-width: 90%;
  }
}

.banner {
  margin-top: 140px;
  margin-bottom: 80px;
}
.block_features {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  flex-wrap: wrap;
}
.block_item {
  margin: 0 50px 50px 0;
  position: relative;
  max-width: 28%;
  flex-wrap: wrap;
}
.bg_block_item {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #2a2a2a;
  opacity: 0;
  border-radius: 10px;
  transition: all 0.5s;
  z-index: 1;
}
.visiablel {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #2a2a2a;
  opacity: 0.6;
  border-radius: 10px;
  transition: all 0.5s;
  z-index: 1;
}
/*.bg_block_item:hover
{
    opacity: 0.6;
}*/
.item_img {
  width: 100%;
  border-radius: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.duration {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-family: "Mont SemiBold", sans-serif;
  font-size: 13px;
  color: #f5f5f5;
  opacity: 0.8;
  z-index: 1;
}
.duration_left {
  position: absolute;
  bottom: 5px;
  left: 5px;
  font-family: "Mont SemiBold", sans-serif;
  font-size: 13px;
  color: #f5f5f5;
  opacity: 0.8;
  z-index: 1;
}
.icon_block {
  opacity: 1;
  transition: all 0.2s;
  cursor: pointer;
  display: none;
}
.download {
  background: url(../img/download.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  margin: 0 auto;
  opacity: 0;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s;
  cursor: pointer;
  margin-left: 35px;
}
.play {
  background: url(../img/play.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  margin: 0 auto;
  opacity: 0;
  z-index: 1;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.2s;
  cursor: pointer;
}

.stop {
  background: url(../img/Pause.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.2s;
  cursor: pointer;
}
.anim_play {
  -webkit-animation: rotate 0.8s linear infinite;
  animation: rotate 0.8s linear infinite;
}
.large {
  width: 48px;
  height: 48px;
  transition: all 0.3s;
}
.large:hover {
  width: 56px;
  height: 56px;
}

.medium {
  width: 45px;
  height: 45px;
  transition: all 0.3s;
}
.medium:hover {
  width: 50px;
  height: 50px;
}

.small {
  width: 38px;
  height: 38px;
  transition: all 0.3s;
}
.small:hover {
  width: 43px;
  height: 43px;
}

.download.large {
  margin-left: 35px;
}

.download.medium {
  margin-left: 30px;
}

.download.small {
  margin-left: 26px;
}

/*.block_item:hover .icon_block .play
{
    opacity: 1;
}
.block_item:hover .icon_block .stop
{
    opacity: 1;
}
.block_item:hover .icon_block .download
{
    opacity: 1;
}*/
.main_title {
  text-align: center;
  font-size: 36px;
  text-transform: uppercase;
  line-height: 3rem;
  font-family: "Mont Bold", sans-serif;
  letter-spacing: 1.2px;
}
.main_desc {
  text-align: center;
  font-size: 20px;
  font-family: Mont Regular, sans-serif;
  color: #9a9a9a;
  max-width: 700px;
  margin: 0 auto;
  margin-top: 8px;
  margin-bottom: 30px;
}
.icon_block {
  opacity: 1;
  /* transition: all 0.2s; */
  /* cursor: pointer; */
  width: 120px;
  height: 50px;
  position: absolute;
  /* top: 0; */
  /* left: 0; */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
  outline: 0;
}
.icon_block:focus {
  outline: 0;
}
/*.icon_block:hover + .bg_block_item
{
    opacity: 0.6;
}*/
.show_icon {
  display: flex;
  opacity: 1;
  transition: all 0.3s;
}

.reheader {
  width: 100%;
  display: flex;
  margin: 30px 0 20px;
}
.reheader_features {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: 700px;
  margin: 0 auto;
}
.reheader_item {
  width: 195px;
  height: 50px;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  box-sizing: border-box;
  border-radius: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  cursor: pointer;
  opacity: 1;
  transition: all 0.3s;
  margin: 0 10px 25px;
}
.calm_logo {
  width: 50px;
  height: 50px;
  background: url(../img/drop.png);
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.5s;
}
.lucid_logo {
  width: 50px;
  height: 50px;
  background: url(../img/eye.png);
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.5s;
}
.reheader_item-text {
  font-size: 16px;
  font-family: "Mont Regular", sans-serif;
  line-height: 20px;
  color: #1a1d23;
  margin-left: 13px;
}
.reheader_item:hover .calm_logo {
  transform: rotate(360deg);
}
.reheader_item:hover .lucid_logo {
  transform: rotate(360deg);
}
@keyframes rotate {
  from {
    transform: rotate(360deg);
  }
}
@media (max-width: 1080px) {
  .medium {
    width: 42px;
    height: 42px;
  }
  .medium:hover {
    width: 47px;
    height: 47px;
  }
  .download.medium {
    margin-left: 29px;
  }

  .small {
    width: 35px;
    height: 35px;
  }
  .small:hover {
    width: 40px;
    height: 40px;
  }
  .download.small {
    margin-left: 23px;
  }
}
@media (max-width: 991px) {
  .block_item {
    margin: 0 38px 38px 0;
    position: relative;
    max-width: 30%;
  }
  .main_desc {
    margin-top: 10px;
    margin-bottom: 25px;
  }
  .block_item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 865px) {
  .block_item {
    max-width: 28%;
  }
}
@media (max-width: 750px) {
  .block_item {
    max-width: 45%;
    margin: 30px 0 0;
  }
  .block_features {
    justify-content: space-around;
  }
  .block_item::after {
    opacity: 0.37;
  }
  .block_item .icon_block .play {
    opacity: 0.82;
  }
  .block_item .icon_block .stop {
    opacity: 0.82;
  }
  .block_item .icon_block .download {
    opacity: 0.82;
  }
}
@media (max-width: 650px) {
  .large {
    width: 41px;
    height: 41px;
  }
  .download.large {
    margin-left: 30px;
  }
  .large:hover {
    width: 46px;
    height: 46px;
  }
}
@media (max-width: 550px) {
  .block_item {
    max-width: 90%;
  }
  .large {
    width: 50px;
    height: 50px;
  }

  .download.large {
    margin-left: 35px;
  }
  .large:hover {
    width: 55px;
    height: 55px;
  }
  .main_title {
    font-size: 30px;
    line-height: 1.3;
  }
  .main_desc {
    font-size: 19px;
    line-height: 1.3;
  }
}
@media (max-width: 420px) {
  .main_title {
    font-size: 28px;
  }
}
@media (max-width: 380px) {
  .large {
    width: 41px;
    height: 41px;
  }
  .download.large {
    margin-left: 30px;
  }
  .large:hover {
    width: 46px;
    height: 46px;
  }
  .icon_block {
    width: 100px;
  }
}
