* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #18181b;
  color: #fff;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 18px;
  overflow-x: hidden;
  font-family: -apple-system, roboto;
}
.tm-header {
  background: linear-gradient(180deg, hsla(0, 0%, 9%, .95) -95.83%, rgba(28, 28, 28, .32) 53.08%, rgba(27, 27, 27, .21));
  backdrop-filter: blur(5px);
  position:fixed; 
  width: 100%; 
  z-index: 999; 
  border-bottom: solid #e20a0aec 1px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.img-header {
display:flex;
flex-wrap: nowrap;
align-items: center;
}

.pc-menu {
height: auto;
color: #fff !important;
font-size: 18px;
font-weight: 500;
border-radius: 1rem !important;
padding:10px 15px !important;
background: transparent !important;
display:flex;
flex-wrap: wrap;
align-items: center;
}

.main-menu-pc {
padding:10px 15px;
font-weight: 600; 
cursor:default;
}

.btn-menu-pc {
text-decoration:none !important;
padding:10px 15px;
}

.btn-menu-pc:hover {
background: #19191bd7;
color:#fff;
border-radius: 1rem;
padding:10px 15px;
}

.menu-mobile {
background: linear-gradient(180deg, hsl(0deg 0% 0% / 95%) -95.83%, rgb(0 0 0 / 32%) 53.08%, rgb(0 0 0 / 21%));
backdrop-filter: blur(10px);
position:fixed;
bottom:0px;
width: 100%; 
z-index: 1000; 
border-top: solid #e20a0aec 1px;
display: flex;
align-items: center;
justify-content: space-between;
font-size: large;
font-weight: 600;
}

.tm-container {
  background-color: #080808;
  max-width: 1400px;
}

.tm-site-title {
  font-size: 56px;
    letter-spacing: 0.2rem;
    font-weight: 900;
    white-space: normal;
    background: linear-gradient(180deg, #ffd978 1.94%, #ffe195 30.96%, #ffd787 51.09%, #ffc25e 54.96%, #ffbc6e 74.31%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tm-site-title-red {
font-size: 56px;
    letter-spacing: 0.2rem;
    font-weight: 900;
    white-space: normal;
    background: linear-gradient(135deg, #a60000, #d30000, #ff5a5a, #d30000, #a60000);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tm-site-subtitle {
  font-size: 36px;
  margin-bottom: 30px;
  white-space: normal;
  background: linear-gradient(82deg, #C08F46 23.04%, #E1C47B 33.55%, #FAE7A5 47.56%, #E1C47B 63.99%, #C08F46 75.03%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tm-section-1-bg-index {
  height: 750px;
  background-image: url(../img/im-bg-1.webp);
  backdrop-filter: blur(5px);
  -webkit-clip-path: polygon(0px 0px, 100% 0px, 100% 84%, 0px 100%);
  clip-path: polygon(0px 0px, 100% 0px, 100% 84%, 0px 100%);
  background-position: center -95px;
  background-repeat: no-repeat;
  padding-top: 75px;
}

.tm-section-1-bg-download {
  height: 750px;
  background-image: url(../img/im-bg-1-d.webp);
  background-size: cover;
  backdrop-filter: blur(5px);
  -webkit-clip-path: polygon(0px 0px, 100% 0px, 100% 84%, 0px 100%);
  clip-path: polygon(0px 0px, 100% 0px, 100% 84%, 0px 100%);
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 75px;
}

.tm-section-1-bg-zerkalo {
  height: 750px;
  background-image: url(../img/im-bg-1-z.webp);
  background-size: cover;
  backdrop-filter: blur(5px);
  -webkit-clip-path: polygon(0px 0px, 100% 0px, 100% 84%, 0px 100%);
  clip-path: polygon(0px 0px, 100% 0px, 100% 84%, 0px 100%);
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 75px;
}

.tm-section-1-bg-bonus {
  height: 750px;
  background-image: url(../img/im-bg-1-b.webp);
  background-size: cover;
  backdrop-filter: blur(5px);
  -webkit-clip-path: polygon(0px 0px, 100% 0px, 100% 84%, 0px 100%);
  clip-path: polygon(0px 0px, 100% 0px, 100% 84%, 0px 100%);
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 75px;
}

.tm-section-1-bg-games {
  height: 750px;
  background-image: url(../img/im-bg-1-g.webp);
  background-size: cover;
  backdrop-filter: blur(5px);
  -webkit-clip-path: polygon(0px 0px, 100% 0px, 100% 84%, 0px 100%);
  clip-path: polygon(0px 0px, 100% 0px, 100% 84%, 0px 100%);
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 75px;
}

.tm-section-1-bg-account {
  height: 750px;
  background-image: url(../img/im-bg-1-a.webp);
  background-size: cover;
  backdrop-filter: blur(5px);
  -webkit-clip-path: polygon(0px 0px, 100% 0px, 100% 84%, 0px 100%);
  clip-path: polygon(0px 0px, 100% 0px, 100% 84%, 0px 100%);
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 75px;
}

.tm-section-1-bg-ambassadors {
  height: 750px;
  background-image: url(../img/im-bg-1-am.webp);
  background-size: cover;
  backdrop-filter: blur(5px);
  -webkit-clip-path: polygon(0px 0px, 100% 0px, 100% 84%, 0px 100%);
  clip-path: polygon(0px 0px, 100% 0px, 100% 84%, 0px 100%);
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 75px;
}

.tm-section-1-bg-wsop {
  height: 750px;
  background-image: url(../img/im-bg-1-w.webp);
  background-size: cover;
  backdrop-filter: blur(5px);
  -webkit-clip-path: polygon(0px 0px, 100% 0px, 100% 84%, 0px 100%);
  clip-path: polygon(0px 0px, 100% 0px, 100% 84%, 0px 100%);
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 75px;
}

.tm-section-1-bg-support {
  height: 750px;
  background-image: url(../img/im-bg-1-s.webp);
  background-size: cover;
  backdrop-filter: blur(5px);
  -webkit-clip-path: polygon(0px 0px, 100% 0px, 100% 84%, 0px 100%);
  clip-path: polygon(0px 0px, 100% 0px, 100% 84%, 0px 100%);
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 75px;
}

.tm-section-1-bg-faq {
  height: 750px;
  background-image: url(../img/im-bg-1-f.webp);
  background-size: cover;
  backdrop-filter: blur(5px);
  -webkit-clip-path: polygon(0px 0px, 100% 0px, 100% 84%, 0px 100%);
  clip-path: polygon(0px 0px, 100% 0px, 100% 84%, 0px 100%);
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 75px;
}


.tm-section-2 {
  background-color: #fff;
}

.tm-section-3-bg-index {
  height: 790px;
  background-image: url(../img/im-bg-3.webp);
  background-size: cover;
  -webkit-clip-path: polygon(0px 0px, 100% 14%, 100% 86%, 0px 100%);
  clip-path: polygon(0px 0px, 100% 14%, 100% 86%, 0px 100%);
  background-repeat: no-repeat;
  background-position: bottom;
  display: flex;
  align-items: center;
}

.tm-section-3-bg-download {
  height: 790px;
  background-image: url(../img/im-bg-3-d.webp);
  background-size: cover;
  -webkit-clip-path: polygon(0px 0px, 100% 14%, 100% 86%, 0px 100%);
  clip-path: polygon(0px 0px, 100% 14%, 100% 86%, 0px 100%);
  background-repeat: no-repeat;
  background-position: bottom;
  display: flex;
  align-items: center;
}

.tm-section-3-bg-zerkalo {
  height: 790px;
  background-image: url(../img/im-bg-3-z.webp);
  background-size: cover;
  -webkit-clip-path: polygon(0px 0px, 100% 14%, 100% 86%, 0px 100%);
  clip-path: polygon(0px 0px, 100% 14%, 100% 86%, 0px 100%);
  background-repeat: no-repeat;
  background-position: bottom;
  display: flex;
  align-items: center;
}

.tm-section-3-bg-bonus {
  height: 790px;
  background-image: url(../img/im-bg-3-b.webp);
  background-size: cover;
  -webkit-clip-path: polygon(0px 0px, 100% 14%, 100% 86%, 0px 100%);
  clip-path: polygon(0px 0px, 100% 14%, 100% 86%, 0px 100%);
  background-repeat: no-repeat;
  background-position: bottom;
  display: flex;
  align-items: center;
}

.tm-section-3-bg-games {
  height: 790px;
  background-image: url(../img/im-bg-3-g.webp);
  background-size: cover;
  -webkit-clip-path: polygon(0px 0px, 100% 14%, 100% 86%, 0px 100%);
  clip-path: polygon(0px 0px, 100% 14%, 100% 86%, 0px 100%);
  background-repeat: no-repeat;
  background-position: bottom;
  display: flex;
  align-items: center;
}

.tm-section-3-bg-account {
  height: 790px;
  background-image: url(../img/im-bg-3-a.webp);
  background-size: cover;
  -webkit-clip-path: polygon(0px 0px, 100% 14%, 100% 86%, 0px 100%);
  clip-path: polygon(0px 0px, 100% 14%, 100% 86%, 0px 100%);
  background-repeat: no-repeat;
  background-position: bottom;
  display: flex;
  align-items: center;
}

.tm-section-3-bg-ambassadors {
  height: 790px;
  background-image: url(../img/im-bg-3-am.webp);
  background-size: cover;
  -webkit-clip-path: polygon(0px 0px, 100% 14%, 100% 86%, 0px 100%);
  clip-path: polygon(0px 0px, 100% 14%, 100% 86%, 0px 100%);
  background-repeat: no-repeat;
  background-position: bottom;
  display: flex;
  align-items: center;
}

.tm-section-3-bg-wsop {
  height: 790px;
  background-image: url(../img/im-bg-3-w.webp);
  background-size: cover;
  -webkit-clip-path: polygon(0px 0px, 100% 14%, 100% 86%, 0px 100%);
  clip-path: polygon(0px 0px, 100% 14%, 100% 86%, 0px 100%);
  background-repeat: no-repeat;
  background-position: bottom;
  display: flex;
  align-items: center;
}

.tm-section-3-bg-support {
  height: 790px;
  background-image: url(../img/im-bg-3-s.webp);
  background-size: cover;
  -webkit-clip-path: polygon(0px 0px, 100% 14%, 100% 86%, 0px 100%);
  clip-path: polygon(0px 0px, 100% 14%, 100% 86%, 0px 100%);
  background-repeat: no-repeat;
  background-position: bottom;
  display: flex;
  align-items: center;
}

.tm-section-3-bg-faq {
  height: 790px;
  background-image: url(../img/im-bg-3-f.webp);
  background-size: cover;
  -webkit-clip-path: polygon(0px 0px, 100% 14%, 100% 86%, 0px 100%);
  clip-path: polygon(0px 0px, 100% 14%, 100% 86%, 0px 100%);
  background-repeat: no-repeat;
  background-position: bottom;
  display: flex;
  align-items: center;
}


.tm-color-primary {
  font-size: 36px;
  margin-bottom: 30px;
  white-space: normal;
  background: linear-gradient(82deg, #C08F46 23.04%, #E1C47B 33.55%, #FAE7A5 47.56%, #E1C47B 63.99%, #C08F46 75.03%);
  font-weight: 600;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tm-color-secondary {
  font-size: 36px;
  margin-bottom: 30px;
  white-space: normal;
  background: #fff;
  font-weight: 600;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.app-download {
  font-size: 20px;
  margin-bottom: 30px;
  white-space: normal;
  background: linear-gradient(82deg, #C08F46 23.04%, #E1C47B 33.55%, #FAE7A5 47.56%, #E1C47B 63.99%, #C08F46 75.03%);
  font-weight: 600;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.app-download:hover {
opacity:55%;
}

.tm-footer {
  border-top: solid 1px #d30000;
}

.footer-menu {
display:flex;
flex-wrap: wrap;
justify-content: center;               
}

.tm-btn-primary {
  color: white;
  background-color: #d30000;
  border-radius: 1rem !important;
  max-width: fit-content;
  padding: 8px 15px !important;
  font-size: 14px !important;
}

.tm-btn-primary:hover,
.tm-btn-primary:focus {
  background-color: #d30000ab;
}

.tm-btn-secondary {
  color: white;
  background-color: #0095bf;
}

.tm-btn-secondary:hover,
.tm-btn-secondary:focus {
  background-color: #44cbf1;
}

.tm-bg-circle-white {
  background-color: #24242aab;
  color: #fff;
  padding: 50px !important;
  border-radius: 1rem;
  width: 550px;
  height: 550px;

}

.tm-bg-circle-pad-2 {
  padding-left: 120px;
}

p,
ul {
  line-height: 2;
  font-weight: 300;
}

ul {
  margin: 0;
}
ul.dashed {
  list-style-type: none;
}
ul.dashed > li {
  text-indent: -5px;
}
ul.dashed > li:before {
  content: "-";
  margin-right: 5px;
  text-indent: -5px;
}

.btn {
  padding: 10px 30px;
  font-size: 1.15rem;
  font-weight: 300;
  border-radius: 8px;
}

a.btn:hover {
  color: white;
  text-decoration: none;
}

.tm-flex-center-v {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tm-text-container {
 /* max-width: 420px;*/
}

.tm-circle-img {
  width: 550px;
}

.tm-circle-im-c {
  width: 550px;
  border-radius: 100%;
}

.tm-circle-img-container {
  text-align: right;
}

.tm-contact-form {
  max-width: 280px;
}

.form-control {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #cc0064;
}

.form-control:focus {
  box-shadow: none;
  border-color: #cc0064;
  border-width: 2px;
}

.tm-send-btn {
  border-radius: 5px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.tm-footer-link {
  color: #999999;
}

.tm-footer-link:hover,
.tm-footer-link:focus {
  color: #fff;
  text-decoration: none;
}

@media (min-width: 576px) {
  .container {
    max-width: none;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1050px;
  }
}

@media (max-width: 992px) {
  .tm-bg-circle-white {
    margin-left: auto;
    margin-right: auto;
  }
  .tm-section-left {
    margin: 50px auto;
  }

  .tm-circle-img-container {
    text-align: center;
  }

  .tm-contact-form {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .tm-contact-right {
    margin-bottom: 50px;
  }

  .tm-footer-text {
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media (max-width: 576px) {
  .tm-bg-circle-white {
    border-radius: 1rem;
    width: 100%;
    height: auto;
    padding: 50px;
  }

  img {
    max-width: 100%;
  }

  .tm-section-1,
  .tm-section-3 {
    height: auto;
  }

  .tm-section-1 {
    padding-bottom: 90px;
    -webkit-clip-path: polygon(0px 0px, 100% 0px, 100% 92%, 0px 100%);
    clip-path: polygon(0px 0px, 100% 0px, 100% 92%, 0px 100%);
  }

  .tm-section-3 {
    padding-top: 100px;
    padding-bottom: 100px;
    -webkit-clip-path: polygon(0px 0px, 100% 8%, 100% 92%, 0px 100%);
    clip-path: polygon(0px 0px, 100% 8%, 100% 92%, 0px 100%);
  }

  .tm-circle-img-container {
    margin-bottom: 30px;
  }
}
