body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background:#181818;
  color:#fff;
  transition: all 0.3s ease;
}

.accordion-body a {
	color:orange!important;
	text-decoration:underline;
}

.dis {
  pointer-events: none;
  opacity:0.8;
  filter:grayscale();
}

.logo {
  max-width:50px;
}

button {
  border-color:transparent;
}

#content {
  min-height:50vh;
}

header {
  background:rgba(25,25,25);
  position: relative;
  z-index: 0;
}

h1,h2,h3,h4 {
    color:#FF6900;
    font-weight:700;
}

.font-10 {
    font-size:10px;
}

.container {
  max-width:1195px;
}

.container.black, .f-html {
    background:#181818!important;
    & h1 {
        color:#FF6900;
        font-weight:700;
    }
}

.f-html {
    border-radius:15px;
}

a {
  color:#FF6900;
  text-decoration: none;
}

.btn-main.active {
  background:#FF6900!important;
  font-weight:700!important;
  transition: all 0.3s ease;
  color:#fff;
  padding:15px 20px;
  border-radius:25px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-main {
  background:#FF6900;
  font-weight:700;
  transition: all 0.3s ease;
  color:#fff;
  padding:15px 20px;
  border-radius:25px;
  text-decoration: none;
  transition: all 0.3s ease;
  &:focus {
    background:#FF6900;
  }
  &:hover {
      box-shadow:0 9px 41px #AF9F87;
      background:#FF6900;
  }
  &.btn-outline {
    background: none;
    border:2px #FF6900 solid;
    box-shadow:none;
    color:#000;
    font-weight: 400;
    font-size:13px;
    &:hover {
      box-shadow:0 9px 41px #AF9F87;
      background:#FF6900;
    }
  }
}

.main-menu-pc {
  list-style-type: none;
  display:flex;
  gap:5px;
  flex-wrap: wrap;
  padding:0;
  margin:0;
  & a {
    color:#fff;
    padding:15px 20px;
    border-radius:25px;
    text-decoration: none;
    transition: all 0.3s ease;
    &:hover {
      background:#FF6900;
      box-shadow:0 9px 41px #AF9F87;
      font-weight:500;
      transition: all 0.3s ease;
    }
  }
}

#rules {
  background:#fff;
  border-radius:25px;
  color:#000;
  & h2 {
    color:#FF6900;
    font-weight:700;
  }
}

.step {
  display: flex;
  gap: 15px;
  position: relative;
  & .num {
    background: #FF6900;
    color:#fff;
    padding:20px;
    border-radius:20px;
    width:48px;
    height:48px;
    line-height: normal;
    display: flex;
    align-items: center;
    font-weight:500;
  }
  & .line {
    flex: 1;
    background: #FF6900;
    height: 2px;
    margin-top:20px;
  }
}

#contest .step:not(.first):before {
    content:"";
    width:20px;
    height:3px;
    background:#FF6810;
    position: absolute;
    top:25%;
    left:-10px;
  }

#goods {
  overflow-x:hidden;
}

#goods_slider {
  scrollbar-width: thin;                /* Firefox */
  scrollbar-color: #FF6900 #000;     /* Firefox */
  position: relative;
  & .sect {
    background:#fff;
    border-radius:25px;
    min-height: 200px;
    padding:10px;
    color:#000;
    display: grid;
    grid-template-rows: 1fr auto;
    & .sect-pic {
      max-width: /*80px;*/ unset;
    }
    & .sect-name {
      font-size:20px;
      font-weight:700;
      color:#FF6900;
      text-align: center;
    }
    & .sect-desc {
      display: flex;
      flex-direction: column;
      align-items: start;
      justify-content: start;
    }
  }
  &:before {
    content:"";
    width:40px;
    height:100%;
    position: absolute;
    background: linear-gradient(to right,#181818,transparent);
    top:0;
    left:0;
    z-index: 11;
    pointer-events: none;
  }
  &:after {
    content:"";
    width:40px;
    height:100%;
    position: absolute;
    background: linear-gradient(to right,transparent,#181818);
    top:0;
    right:0;
    z-index: 11;
    pointer-events: none;
  }
}


.slick-dots {
  bottom:0!important;
  height:100%;
  padding:0 10px!important;
  position: relative!important;
  display: flex!important;
}

.slick-dots li {
  width:100%!important;
  margin:0!important;
}

.slick-dots li button:before {
  background:#fff!important;
  content:""!important;
  width:100%!important;
  height:3px!important;
  top:50%!important;
  opacity:1!important;
}

.slick-dots li.slick-active button:before {
    height: 7px !important;
    top: 8px !important;
    border-radius: 10px;
    background-color: #FF6810 !important;
    outline:2px #fff solid;
}

/* Chrome, Edge, Safari */
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

::-webkit-scrollbar-track {
  background: #000;
  border-radius: 15px;
}

::-webkit-scrollbar-thumb {
  background-color: #FF6900;
  border-radius: 15px;
  border: 2px solid #000;
}

::-webkit-scrollbar-thumb:hover {
  background-color: orange;
}

.orange {
    color:#FF6900!important;
    &:hover {
        color:#fff!important;
    }
}
.bold {
    font-weight:700!important;
}
.white {
    color:#fff!important;
}

.bg-white.orange:hover {
  color:#FF6810!important;
}

.row.item {
    background: #fff;
    margin: 10px 0;
    padding: 30px;
    border-radius: 50px;
    min-height: 170px;
    align-items: center;
    &:hover {
        outline:2px #FF6810 solid;
    }
    & .links {
        display: grid;
        grid-template-columns: repeat(3,1fr);
        align-items: center;
        justify-content: space-between;
        column-gap: 20px;
        row-gap: 10px;
        text-align: center;
        & a {
            cursor: pointer;
            position: relative;
            top:0;
            transition: all 0.3s ease;
            filter:grayscale(0.1);
            &:hover {
                top:-3px;
                transition: all 0.3s ease;
                filter:saturate(1);
            }
        }
    }
}

.offcanvas {
  max-width:80%;
  background-color: rgba(0,0,0,.6);
  backdrop-filter: blur(24px) saturate(2) brightness(2);
}

#prizes {
    & .prize-name b {
        display:block;
    }
    & .prize-pic img {
        max-height: 170px;
    }
    & .prize-count {
        background:#FF6810;
        border-radius:20px;
        position: absolute;
        padding:10px;
        right:40px;
        top:20px;
        width:48px;
        height:48px;
        font-size:20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

#prizes .col-xl {
  transform: scale(1);
  transition:all 1s ease;
  &:hover {
    transform: scale(1.15);
    transition:all 1s ease;
  }
}

.place-item {
    background: #fff;
    border-radius:25px;
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding:20px;
    padding-top:60px;
    gap:30px;
    min-height: 200px;
    & img {
        max-height:50px;
    }
}

.contest-date {
    text-align: center;
    font-weight:700;
}

#faq {
    & .accordion-item {
        background:none;
        border:none;
        margin:12px 0;
    }
    & .accordion-body {
        background: #fff;
        border-radius: 0 0 25px 25px;
        box-shadow: 0px 9px 41px 0px #AF9F87;
        transition: all 0.3s ease;
    }
    & .accordion-button {
        background: #181818;
        color:#fff;
        outline:2px #FF6900 solid;
        border-radius:25px;
    }
    & .accordion-button:not(.collapsed) {
        background:#fff;
        outline:none;
        color:#FF6810;
        font-weight: 700;
        border-radius:25px 25px 0 0;
    }
}

.tab-header {
    display:block;
  & thead {
  background:#fff;
  color:#FF6900!important;
  padding:15px!important;
  display: flex;
  width:100%;
  justify-content: space-between;
  font-weight:500;
  border-radius:25px;
  }
  & tr {
    width:100%;
    align-items: center;
    display: flex;
    padding:15px!important;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:10px;
    & th {
      flex:1;
      text-align: center;
    }
    & td {
      flex:1;
    }
  }
  & tbody tr {
    border-bottom:1px #FF6810 solid;
    flex-wrap: nowrap;
  }
  & tbody {
    overflow-x:auto;
    display: block;
  }
}

#cabinet {
  max-width:740px;
  margin:0 auto;
}

.kv-header {
  font-size:34px;
  color:#FF6810;
  font-weight:700;
}

.accordion-button::after {
  filter:invert();
}

.slides {
  height:100%;
  /*max-height: 150px;*/
}

@media(max-width:760px) {

    .links a img {
      max-height: 20px;
    }

    #cabinet .nav {
        justify-content: space-between;
    }

   .tab-header tbody tr {
    display:grid;
    grid-template-columns: repeat(2,1fr);
   }
    

  .btn-main {
    padding:15px;
  }

  .slick-dots {
    display: flex!important;
    align-items: center;
    justify-content: space-around;
    gap: 0;
    padding: 0;
    margin: 0;
    text-align: left!important;
  }
  .step::before {
    display:none;
  }
  /*
  #banner {
    background:url('/images/kv.png') no-repeat top left;
    background-size:70%;
  }
  */
  .step .line {
    display: none;
  }
  .slides {
    grid-template-columns: 1fr;
  }
  #goods_slider .sect {
    min-height:230px;
  }
  h2 {
    font-size:20px;
  }
}

/* SHOW WAIT */
.loader {
    position: fixed;
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    z-index: 10000 !important;
    background-color: rgba(0, 0, 0, 0.75);
}

.cssload-clock {
    border-radius: 58px;
    height: 78px;
    width: 78px;
    background:url('/images/loading.gif') no-repeat center;
    background-size:contain;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -39px;
    margin-left: -39px;
}

#nca-cookiesaccept-line-accept-btn {
  box-shadow: 0 9px 41px #AF9F87;
  background: #FF6900;
  color: #fff;
  border-radius: 15px;
  padding: 15px 25px;
  font-weight: 600;
}

.nca-cookiesaccept-line.style-4 {
  background: #181818!important;
  border-top: 2px orange solid!important;
  font-size: 12px;
  padding: 10px!important;
  opacity:1;
}