.page-block > br {
   display: none;
}
.sh-nhh {
   padding-top: 50px !important;
   padding-bottom: 32px !important;
   width: 1320px;
   margin-left: -20px;
   margin-right: -20px;
   position: relative !important;
   margin-top: -65px !important;
   z-index: 20 !important;
   max-width: calc(100% + 38.73%);
}

.sh-nhh:before {
   content:'' !important;
   display: block !important;
   position: absolute !important;
   width: calc(100% + 2000px) !important;
   left: 50% !important;
   top: 0px !important; 
   height: 100% !important;
   background: linear-gradient(180deg, #BC1414 14.9%, #EE4848 145.9%) !important;
   transform: translateX(-50%) !important;
   margin-left: 0px !important;
   margin-right: 0px !important;
}

.sh-nhh-wrapper {
   width: 100%;
   padding-left: 20px;
   padding-right: 20px;
   max-width: 100%;
   margin-left: auto;
   margin-right: auto;
}

.sh-nhh-flex {
   display: flex;
   justify-content: space-between;
   position: relative;
   z-index: 20;
}

.sh-nhh-right {
   width: 410px;
}

.sh-nhh-left {
   width: calc(100% - 513px);
}

.sh-nhh-title {
   color: #FFFFFF;
   font-family: "Poppins", sans-serif;
   font-size: 36px;
   font-style: normal;
   font-weight: 700;
   line-height: 155%;
   letter-spacing: 0.72px;
   margin-bottom: 12px;
   padding-bottom: 0px !important;
}

.sh-nhh-text {
   color: #FFFFFF;
   font-family: "Poppins", sans-serif;
   font-size: 16px;
   font-style: normal;
   font-weight: 400;
   line-height: 155%;
   letter-spacing: 0.32px;
   margin-bottom: 24px;
}

.sh-nhh-search-container {
   width: 100%;
   position: relative;
}

.search-button-close {
   position: absolute;
   top: 19px;
   right: 20px;
   width: 15px;
   height: 15px;
   background-color: transparent;
   cursor: pointer;
   background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xMi42NTY5IDEyLjg5MjZDMTIuMjY2MyAxMy4yODMxIDExLjYzMzIgMTMuMjgzMSAxMS4yNDI2IDEyLjg5MjZMNyA4LjY0OTkyTDIuNzU3MzYgMTIuODkyNkMyLjM2NjgzIDEzLjI4MzEgMS43MzM2NyAxMy4yODMxIDEuMzQzMTUgMTIuODkyNkwxLjEwNzQ0IDEyLjY1NjlDMC43MTY5MTkgMTIuMjY2MyAwLjcxNjkxOSAxMS42MzMyIDEuMTA3NDQgMTEuMjQyNkw1LjM1MDA4IDdMMS4xMDc0NCAyLjc1NzM2QzAuNzE2OTE5IDIuMzY2ODQgMC43MTY5MTkgMS43MzM2NyAxLjEwNzQ0IDEuMzQzMTVMMS4zNDMxNSAxLjEwNzQ1QzEuNzMzNjcgMC43MTY5MjIgMi4zNjY4MyAwLjcxNjkyMiAyLjc1NzM2IDEuMTA3NDVMNyA1LjM1MDA5TDExLjI0MjYgMS4xMDc0NUMxMS42MzMyIDAuNzE2OTIyIDEyLjI2NjMgMC43MTY5MjIgMTIuNjU2OSAxLjEwNzQ1TDEyLjg5MjYgMS4zNDMxNUMxMy4yODMxIDEuNzMzNjcgMTMuMjgzMSAyLjM2Njg0IDEyLjg5MjYgMi43NTczNkw4LjY0OTkyIDdMMTIuODkyNiAxMS4yNDI2QzEzLjI4MzEgMTEuNjMzMiAxMy4yODMxIDEyLjI2NjMgMTIuODkyNiAxMi42NTY5TDEyLjY1NjkgMTIuODkyNloiIGZpbGw9IiMxMTExMTEiLz4NCjwvc3ZnPg0K");
   background-position: center;
   background-repeat: no-repeat;
   background-size: contain;
   z-index: 30;
   transition: 0.25s;
   pointer-events: none;
   opacity: 0;
}

.sh-nhh-search-container.not-free .search-button-close {
   opacity: 1;
   pointer-events: initial;
}

.sh-nhh-search-container input {
   display: block !important;
   border-radius: 12px !important;
   background: #FFF !important;
   padding: 15px 15px 15px 50px !important;
   color: #000000;
   font-family: "Poppins", sans-serif;
   font-size: 16px;
   font-style: normal;
   font-weight: 500;
   outline: none;
   line-height: 155%;
   letter-spacing: 0.16px;
   opacity: 1 !important;
   display: block;
   width: 100%;
}

.sh-nhh-search-container input::placeholder {
   color: #ADAAAA;
}

.sh-nhh-search-container .search-results-container {
   display: block;
   width: 100% !important;
}

.search-results-container {
   position: relative;
}

#sh-nhh-search-results {
   position: absolute;
   top: calc(100% + 10px);
   left: 0px;
   width: 100%;
   background: #ffffff;
   border-radius: 10px;
   max-height: 350px;
   overflow: auto;
}

#sh-nhh-search-results .res-title {
   display: none;
}

#sh-nhh-search-results::-webkit-scrollbar {
   width: 10px;
}

#sh-nhh-search-results::-webkit-scrollbar-track {
   background: #eeeeee;
}

#sh-nhh-search-results::-webkit-scrollbar-thumb {
   background-color: #cccccc;
   border-radius: 0px;
   border: 0px solid transparent;
}

.search-results-container:after {
   content:'';
   display: block;
   position: absolute;
   width: 20px;
   height: 20px;
   z-index: 20;
   pointer-events: none;
   left: 16px;
   top: 50%;
   transform: translateY(-50%);
   background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMCAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNC40NDA2IDE2LjExOTJDMTMuMDA0IDE3LjI5NDcgMTEuMTY3OCAxOCA5LjE2NjcxIDE4QzQuNTY0MzMgMTggMC44MzMzNzQgMTQuMjY5IDAuODMzMzc0IDkuNjY2NzFDMC44MzMzNzQgNS4wNjQzMyA0LjU2NDMzIDEuMzMzMzcgOS4xNjY3MSAxLjMzMzM3QzEzLjc2OSAxLjMzMzM3IDE3LjUgNS4wNjQzMyAxNy41IDkuNjY2NzFDMTcuNSAxMS42Njc4IDE2Ljc5NDcgMTMuNTA0MSAxNS42MTkxIDE0Ljk0MDdMMTguOTIyNiAxOC4yNDQxQzE5LjI0OCAxOC41Njk1IDE5LjI0OCAxOS4wOTcyIDE4LjkyMjYgMTkuNDIyNkMxOC41OTcxIDE5Ljc0OCAxOC4wNjk1IDE5Ljc0OCAxNy43NDQgMTkuNDIyNkwxNC40NDA2IDE2LjExOTJaTTE1LjgzMzQgOS42NjY3MUMxNS44MzM0IDEzLjM0ODYgMTIuODQ4NiAxNi4zMzM0IDkuMTY2NzEgMTYuMzMzNEM1LjQ4NDgxIDE2LjMzMzQgMi41MDAwNCAxMy4zNDg2IDIuNTAwMDQgOS42NjY3MUMyLjUwMDA0IDUuOTg0ODEgNS40ODQ4MSAzLjAwMDA0IDkuMTY2NzEgMy4wMDAwNEMxMi44NDg2IDMuMDAwMDQgMTUuODMzNCA1Ljk4NDgxIDE1LjgzMzQgOS42NjY3MVoiIGZpbGw9IiNBREFBQUEiLz4KPC9zdmc+Cg==");
   background-position: center;
   background-repeat: no-repeat;
   background-size: contain;
}

.sh-nhh-right-sub-title {
   display: flex;
   align-items: center;
   justify-content: center;
   margin-bottom: 20px;
}

.sh-nhh-right-sub-title p {
   color: #FFFFFF !important;
   text-align: center !important;
   font-family: "Poppins", sans-serif !important;
   font-size: 20px !important;
   font-style: normal !important;
   font-weight: 700 !important;
   line-height: 155% !important;
   letter-spacing: 0.4px !important;
   padding-left: 19px !important;
   padding-right: 19px !important;
   white-space: nowrap !important;
   margin-bottom: 0px !important;
   margin-top: 0px !important;
   opacity: 1 !important;
}

.sh-nhh-right-sub-title:before,
.sh-nhh-right-sub-title:after {
   content:'';
   display: block;
   width: 10px;
   height: 1px;
   flex-grow: 2;
   background: #FFFFFF;
}

.sh-nhh-right-casino-item {
   margin-bottom: 32px;
   position: relative;
   border-radius: 10px;
   width: calc(100% - 20px);
   margin-left: auto;
   margin-right: auto;
   background: #FFF;
   display: flex;
   z-index: 10;
   align-items: center;
   padding-left: 114px;
   min-height: 65px;
   padding-right: 10px;
   justify-content: space-between;
}

.sh-nhh-right-casino-item:before {
   content:'';
   display: block;
   position: absolute;
   left: -10px;
   width: calc(100% + 20px);
   top: -10px;
   height: calc(100% + 20px);
   border-radius: 10px;
   z-index: -1;
   pointer-events: none;
   background: rgba(255, 255, 255, 0.15);
}
.sh-nhh-right-casino-item-image {
   width: 114px;
   min-width: 114px;
   height: 100%;
   position: absolute;
   top: 0px;
   left: 0px;
   border-radius: 10px 0px 0px 10px;
   overflow: hidden; 
}
.sh-nhh-right-casino-item-image img{
   display: block;
   width: 100%;
   height: 100%;
   object-fit: cover;
   object-position: center;
}
.sh-nhh-right-casino-item:last-child {
   margin-bottom: 0px;
}
.sh-nhh-right-casino-item-btn {
   border-radius: 10px !important;
   background: #CA2828 !important;
   border: 1px solid #CA2828 !important;
   width: 97px !important;
   min-width: 97px !important;
   display: flex !important;
   align-items: center;
   justify-content: center;
   color: #F4F5F6 !important;
   text-align: center;
   font-family: "Poppins", sans-serif;
   font-size: 10px;
   font-style: normal;
   font-weight: 600;
   line-height: 150%;
   letter-spacing: 0.1px;
   text-transform: uppercase;
   min-height: 36px;
   padding: 12px 10px;
   transition: 0.25s;
   margin-left: auto;
}
.sh-nhh-right-casino-item-btn:hover {
   background: transparent !important;
   color: #CA2828 !important;
}
.sh-nhh-right-casino-item-bonus{ 
   color: #CA2828;
   flex-grow: 2;
   text-align: center;
   font-family: "Poppins", sans-serif;
   font-size: 14px;
   font-style: normal;
   font-weight: 700;
   line-height: normal;
   letter-spacing: 0.28px;
   padding: 10px;
}
.sh-nhh-wrapper .sh-nhh-bottom {
   z-index: -1 !important;
   margin-top: 50px;
   position: relative;
}
.sh-nhh-bottom-title {
   color: #FFFFFF;
   font-family: "Poppins", sans-serif;
   font-size: 16px;
   font-style: normal;
   font-weight: 600;
   line-height: 130%;
   margin-bottom: 15px;
}
.sh-nhh-list-logo {
   display: flex;
   margin-left: -20px;
   margin-right: -20px;
}
.sh-nhh-logo-item {
   margin-left: 20px;
   margin-right: 20px;
   opacity: 0.7;
   transition: 0.25s;
}
.sh-nhh-logo-item:hover {
   opacity: 1;
}
.sh-nhh-logo-item img {
   height: 40px;
   width: auto;
   object-fit: contain;
   object-position: center;
   display: block;
}

@media screen and (max-width: 1300px) {
   .sh-nhh {
      padding-top: 64px !important;
   }
}
@media screen and (max-width: 1200px) {
   .sh-nhh {
      padding-top: 36px !important;
   }
   .sh-nhh-text {
      padding-top: 18px;
   }
   .logged-in .sh-nhh {
      margin-top: -140px !important;
   }
}
@media screen and (max-width: 1024px) {
   .sh-nhh {
      max-width: calc(100% + 40px);
   }
   .container section {
      padding-left: 0px;
      padding-right: 0px;
   }
   .sh-nhh {
      margin-top: -35px !important;
   }
   .logged-in .sh-nhh {
      margin-top: -30px !important;
   }
}
@media screen and (max-width: 992px) {
   .sh-nhh {
      padding-top: 30px !important;
      padding-bottom: 33px !important;
   }
   .sh-nhh-flex {
      position: relative;
      padding-bottom: 93px;
   }
   .sh-nhh-title {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      font-size: 32px;
      font-style: normal;
      font-weight: 700;
      line-height: 155%;
      letter-spacing: 0.64px;
   }
   .sh-nhh-left {
      padding-top: 20px;
      width: calc(100% - 473px);
   }
   .sh-nhh-search-container {
      position: absolute;
      bottom: 0px;
      left: 0px;
      width: 100%;
   }
   .sh-nhh-bottom {
      margin-top: 24px;
   }
   .sh-nhh-list-logo {
      margin-left: -14px;
      margin-right: -14px;
   }
   .sh-nhh-logo-item {
      margin-left: 14px;
      margin-right: 14px;
   }
   .sh-nhh-logo-item img {
      height: 25px;
   }
   .sh-nhh-right {
      padding-top: 80px;
   }
   .sh-nhh-title {
      width: calc(100% + 473px);
   }
   
}
@media screen and (max-width: 767px) {
   .sh-nhh-flex {
      padding-top: 0px;
      padding-bottom: 0px;
   }
   .sh-nhh-title {
      position: relative;
   }
   .sh-nhh-flex {
      flex-direction: column;
   }
   .sh-nhh-left {
      width: 100%;
      margin-bottom: 24px;
   }
   .sh-nhh-right {
      width: 100%;
   }
   .sh-nhh {
      padding-top: 30px !important;
      padding-bottom: 25px !important;
   }
   .sh-nhh-title {
      margin-bottom: 12px;
      font-size: 24px;
      font-style: normal;
      font-weight: 700;
      line-height: 155%; 
      text-align: center;
   }
   .sh-nhh-text {
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
      margin-bottom: 0px;
   }
   .sh-nhh-right-casino-item-image {
      width: 75px;
      min-width: 75px;
   }
   .sh-nhh-right-casino-item-bonus{ 
      font-size: 12px;
      font-style: normal;
      font-weight: 700;
      line-height: 130%;
      letter-spacing: 0.24px;
   }
   .sh-nhh-search-container {
      display: none;
   }
   .sh-nhh-bottom-title {
      text-align: center;
   }
   .sh-nhh-list-logo {
      flex-wrap: wrap;
      margin-left: -12px;
      margin-right: -12px;
      margin-top: -14px;
      justify-content: center;
   }
   .sh-nhh-logo-item {
      margin-left: 12px;
      margin-right: 12px;
      margin-top: 14px;
   }
   .sh-nhh-logo-item img {
      height: 25px;
   }
   .sh-nhh-right-casino-item {
      padding-left: 75px;
   }
   .sh-nhh-wrapper {
      padding-left: 16px;
      padding-right: 16px;
   }
   .sh-nhh {
      max-width: calc(100% + 32px);
      margin-left: -16px;
      margin-right: -16px;
   }
   .sh-nhh-title {
      width: 100%;
   }
   .sh-nhh-text {
      padding-top: 0px;
   }
   .sh-nhh-right {
      padding-top: 0px;
   }
}