.center-container {
    width: 1140px;
    margin: 0 auto
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
input:focus:-moz-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder {
    color: #fff0
}

.fas,
.fab {
    font-size: 50px;
    color: #000;
    padding-bottom: 20px
}

.container,
.site-content,
.becomeabooster
 {
    text-decoration: none;
    color: #fff
}

.container:before,
.container:after {
    display: none
}

.skew {
    transform: skewX(-14deg)
}

.unskew {
    transform: skewX(14deg)
}

.breadcrumb_product li:not(:last-child) span:hover{
    color:#e5a132;
}

.help-span:after {
    color: #fff;
    content: "?";
    margin-left: 4px;
    padding: 1px 5px;
    background-color: #e5a132;
    border-radius: 100px;
    cursor: pointer
}

.top-menu-block .top-menu .language-currency-block {
    display: none
}

.language-currency-block {
    bottom: -22px;
    right: 0;
    position: absolute;
    background: #fff0;
    z-index: 9;
    width: 100%;
    padding: 10px 15px;
    color: #151515;
    font-family: VoxRoundWide-Bold, sans-serif;
    display: flex;
    justify-content: center
}

.language-block,
.currency-block {
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #fff;
    padding-top: 10px
}

.currency-block.disable {
    display: none
}

.language-block .current-language,
.currency-block .current-currency {
    display: inline-block;
    vertical-align: text-top
}

.language-block .current-language img {
    margin-right: 5px
}

.language-block .current-language .language-item img {
    margin-right: 8px
}

.language-block .current-language span,
.currency-block .current-currency div {
    position: relative;
    padding-right: 15px;
    display: block;
    cursor: pointer
}

.currency-block .current-currency div {
    padding-right: 5px
}

.language-block .current-language .arrow,
.currency-block .current-currency .arrow {
    position: absolute;
    top: 3px;
    right: -3px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px
}

.language-block .current-language .arrow.up,
.currency-block .current-currency .arrow.up {
    top: 7px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg)
}

.language-block .current-language .arrow.down,
.currency-block .current-currency .arrow.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.language-list,
.currency-list {
    display: none;
    width: 100%;
    margin-top: 5px;
    cursor: pointer;
    text-align: left
}

.content-menu-block .slider-container {
    width: 80%;
    height: 200px;
    margin: 50px auto 0 auto;
    text-align: center;
    font-family: VoxRoundWide-Bold
}

.content-menu-block .slider-container .slide-image {
    width: 100%;
    height: 98px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.content-menu-block .slider-container .slide-text {
    font-size: 18px;
    margin-top: 20px;
    color: #fff;
    text-transform: uppercase
}

.slick-dots {
    position: absolute;
    bottom: -30px;
    display: flex;
    justify-content: center;
    padding: 0;
    width: 100%
}

.slick-dots>li {
    margin: 0 5px
}

.slick-dots>li>button {
    font-size: 0;
    width: 10px;
    height: 11px;
    border: none;
    border-radius: 50px;
    background-color: #fff
}

.slick-dots>li.slick-active>button {
    background-color: #e5a132
}

.whatweprovide {
    width: 100%;
    padding-bottom: 75px;
    color: #fff;
    background-color: #f7f7f7;
    position: relative
}

.ourstats {
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    width: 100%;
    height: 550px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.ourstats .headline {
    color: #e5a132;
    text-align: center;
    font-size: 44px;
    font-family: VoxRoundWide-Bold
}

.stats__wrapper {
    width: 60%;
    height: 200px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 25px auto 0 auto;
    border: 3px solid #e5a132
}

.stats__text {
    font-size: 20px;
    font-family: VoxRoundWide-Bold, sans-serif;
    text-align: center;
    color: #000
}

.stats__text i {
    color: #e5a132
}

.headline__stats {
    font-size: 16px;
    font-family: VoxRoundWide-Bold, sans-serif;
    text-transform: uppercase
}

.stats__wrapper.white .stats__text,
.stats__wrapper.white .stats__text i {
    color: #fff
}

.becomeabooster {
    background-color: #f7f7f7;
    width: 100%;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.becomeabooster__headline {
    font-size: 22px;
    color: #e5a132;
    font-family: VoxRoundWide-Bold, sans-serif;
    text-align: center
}

.btn__becomeabooster {
    position: relative;
    display: inline-block;
    font-size: 14px;
    padding: .8em 3em calc(.8em + 3px);
    border-radius: 25px;
    background: #e5a132;
    box-shadow: 0 -3px #e5a132 inset;
    transition: 0.2s;
    margin-top: 30px;
    font-family: VoxRoundWide-Bold, sans-serif;
    z-index: 10
}


.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    color: #e5a132;
    background-color: #fff0;
    border: none
}


.title-container {
    margin-top: 30px;
    position: relative;
    width: 100%;
    font-family: VoxRoundWide-Bold, sans-serif;
    text-align: center;
    text-transform: uppercase
}

.title-container .title-behind {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    color: #f0f0f0;
    font-size: 48px
}

.title-container .title-text {
    display: block;
    padding-top: 20px;
    position: relative;
    font-size: 30px;
    color: #ce9824
}
.our-stats{padding-bottom:50px}
.our-stats__wrapper{
    display:flex;
    flex-direction:column;
    align-items:center
}
.our-stats__title{margin-top:65px;margin-bottom:30px}
.stat-content{background-color:#fafafa;
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    display:flex;
    align-items:center;
    justify-content:center;
    border:1px solid #e5a132;
    border-radius:35px;
    padding-top:50px;
    padding-bottom:32px;
    width:100%;
    box-shadow: 0 4px 15px rgba(0,0,0,.15);
}
.stat-content__item{
    margin:0 46px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:flex-start
}
.stat-content__icon{
    height:176px
}
.stat-content__icon img{
    height:100%
}
.stat-content__title{
    margin-top:45px;
    font-size:36px;
    color:#323232;
    font-family:VoxRoundWide-Bold,sans-serif
}
.stat-content__text{
    margin-top:25px;
    width:100%;
    text-align:center;
    font-size:24px;
    line-height:122.5%;
    color:#323232
}
.options{
    margin-block:80px
}
.options__title{
    display:flex;
    justify-content:center;
    line-height:200%
}
.options__text{
    display:block;
    width:100%;
    max-width:789px;
    text-align:center;
    margin:0 auto;
    font-size:16px;
    padding-top:10px;
    line-height:200%
}
.options__wrapper{
    margin-top:20px;
    background:#fafafa;
    border:1px solid #e5a132;
    box-sizing:border-box;
    box-shadow:0 4px 15px rgba(0,0,0,.15);
    border-radius:20px;
    padding-top:50px;
    padding-right:15px;
    padding-left:15px;
    display:flex;
    align-items:flex-start;
    justify-content:center;
    flex-wrap:wrap
}
.options__item{
    width:calc(100%/2 - 70px);
    margin:0 35px 50px 35px;
}
.options__item p{
    margin:0;
    padding-top:15px;
    font-size:14px;
    line-height:200%;
    font-size:16px;
}
.ordering{margin-block:80px}
.ordering__title{
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:53px
}
.ordering-body{
    display:flex;
    align-items:flex-start;
    justify-content:center;
}
.ordering-item{
    width:calc(100%/5);
    margin:0 26px;
}
.ordering-item__icon{
    display:flex;
    align-items:center;
    justify-content:center;
    height:110px;
}
.ordering-item__icon img{
    height:110px
}
.ordering-item__title{
    font-family:VoxRoundWide-Bold,sans-serif;
    font-size:20px;
    margin-top:53px;
    text-align:center
}
.ordering-item__text{
    margin-top:20px;
    font-family:OpenSans-Regular,sans-serif;
    line-height:1.6;
    font-size:16px
}
.button-on-center {
    display: flex;
    justify-content: center;
    margin-top:20px;
}

.howitworks-bg{
    background: #F4F4F4;
    transform: rotate(-3.04deg);
    position: absolute;
    height: 600px;
    width: 100%;
    overflow: hidden;
    left:-20px;
    z-index: -1;
}

.title-sct {
    font-family:VoxRoundWide-Bold, sans-serif;
    font-size: 30px;
    color: #323232;
    text-align: center;
    text-transform: uppercase;
    padding-top: 36px;
    padding-bottom:36px;
}


.howitworks {
    font-family:OpenSans-Regular, sans-serif;
    display:grid;
    grid-gap: 20px;
    margin-bottom: 50px;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    grid-template-areas: 
   "step1 step2 step5"
   "step3 step4 step5";
}
.step-1 {grid-area: step1;}
.step-2 {grid-area: step2;}
.step-3 {grid-area: step3;}
.step-4 {grid-area: step4;}
.step-5 {grid-area: step5; display:flex; justify-content: center;}

.howitworks-number{
    font-family: sans-serif;
    width: 72px;
    height: 72px;
    background: linear-gradient(135deg, #FFE985 0%, #FA742B 100%);
    box-shadow: 0 6px 18px 0 rgba(86,79,255,.25);
    border: 1px solid hsla(0,0%,100%,.15);
    border-radius: 13px;
    margin-bottom: 32px;
    font-weight: 800;
    font-size: 31px;
    color: #fbfdff;
    line-height: 72px;
    text-align: center;
}
.howitworks-text {
    font-family:OpenSans-Regular, sans-serif;
    font-size: 16px;
    padding-top: 10px;
    line-height: 22px;
}

.howitworks-name {
    font-size: 18px;
    font-family:VoxRoundWide-Bold, sans-serif;
    text-transform: uppercase;
}

.howitworks-pic img {
    transform: scaleX(-1);
    max-width: 360px;
}

.ourfc {
    position: relative;
    height: 690px;
}

.our-features {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.ourf-bg{
    background: #F4F4F4;
    position: absolute;
    height: 690px;
    width: 100%;
    overflow: hidden;
    z-index: -1;
}

 .ourf-bg:before {
    content: "BOOST"; 
    position: absolute; 
    font-family:VoxRoundWide-Bold, sans-serif;
    font-weight: 600;
    font-size: 190px;
    line-height: 223px;
    color: #F0F0F0;
    top: 0;                    
    z-index: -1; 
}
.ourf-bg:after {
    content: "OVERBOOST"; 
    position: absolute; 
    font-family:VoxRoundWide-Bold, sans-serif;
    font-weight: 600;
    font-size: 190px;
    line-height: 223px;
    color: #F0F0F0;
    top: 368px;
    left:390px;                    
    z-index: -1; 
} 

.ourf-item {
    display:flex;
    border: 2px solid #fff;
    flex-direction: column;
    align-items: center;
    border-radius: 15px;
    background-color: #fff;
    width: 335px;
    height: 410px;
    transition: 1s;
}

.ourf-item:hover {
    border: 2px solid #E5A132;
    box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.25);
}

.ourf-pic {
    padding-top: 30px;
}

.ourf-name {
    padding-top: 22px;
    font-size: 18px;
    font-family:VoxRoundWide-Bold, sans-serif;
    text-align: center;
}

.ourf-text {
    font-family: sans-serif;
    text-align: center;
    font-size: 16px;
    padding: 20px 36px 36px;
    line-height: 22px;
}

.chat-and-tracking {
    height: 400px;
}

.order-tracking {
    display: flex;
    justify-content: space-evenly;
}

.ot-text {
    font-size: 16px;
    max-width: 500px;
    padding-top: 20px;
    line-height: 22px;
    text-align: justify;
}

.ot-pic {
    display:flex;
    justify-content: center;
}

.ot-pageimg {
    height: 240px;
    position: absolute;
    transition: 1s;
}

.ot-pageimg:hover{
    /*height: 300px;*/
    transform: scale(1.1);
}

.custom-shape-divider-bottom-1673723854 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1673723854 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 90px;
}

.custom-shape-divider-bottom-1673723854 .shape-fill {
    fill: #FFFFFF;
}

.custom-shape-divider-top-1673724641 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1673724641 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 90px;
}

.custom-shape-divider-top-1673724641 .shape-fill {
    fill: #FFFFFF;
}

.bt-section {
    position: relative;
    height: 770px;
}

.bt-bg {
    background: #F4F4F4;
    position: absolute;
    height: 770px;
    width: 100%;
    overflow: hidden;
    z-index: -1;
}

.bt-bg:before {
    content: "BOOST"; 
    position: absolute; 
    font-family:VoxRoundWide-Bold, sans-serif;
    font-weight: 600;
    font-size: 190px;
    line-height: 223px;
    color: #F0F0F0;
    top: 0;                    
    z-index: -1; 
}

.bt-bg:after {
    content: "OVERBOOST"; 
    position: absolute; 
    font-family:VoxRoundWide-Bold, sans-serif;
    font-weight: 600;
    font-size: 190px;
    line-height: 223px;
    color: #F0F0F0;
    top: 430px;
    left:390px;                    
    z-index: -1; 
} 

.boosting-types {
    display:flex;
    gap: 40px;
    justify-content: center;
}

.bt-item {
    display: flex;
    border: 2px solid #fff;
    flex-direction: column;
    align-items: center;
    border-radius: 15px;
    background-color: #fff;
    width: 400px;
    transition: 1s;
}

.bt-item:hover {
    border: 2px solid #E5A132;
    box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.25);
}

.bt-pic {
    height: 100px;
    margin-top: 40px;
}

.bt-name {
    padding-top: 22px;
    font-size: 24px;
    font-family:VoxRoundWide-Bold, sans-serif;
}

.bt-text {
    font-family: sans-serif;
    text-align: center;
    font-size: 16px;
    padding: 20px 36px 36px;
    line-height: 22px;
}

#image_qpOiSSbp2kdpR12JJjXjH {
    animation: kayo 3s ease-in-out infinite;
    transform-origin: center;
    transform-box: fill-box;
}

@keyframes kayo {
    from {
        transform: translateX(70%) translateY(70%);
        opacity: 0;

    }
    to {
        transform: translateX(142%) translateY(0%);
        opacity: 1;

    }
}


.huge-text-block {
    font-size: 16px;
    text-align: justify;
    line-height: 22px;
    margin:50px 0 50px;
    font-family:OpenSans-Regular, sans-serif;
}

.huge-text-block p, .huge-text-block li {
    margin-bottom: 10px;
}

.htb-title {
    font-family:VoxRoundWide-Bold, sans-serif;
    font-size: 30px;
    color: #323232;
    text-align: center;
    text-transform: uppercase;
    line-height: 30px;
    margin-top: 36px;
    margin-bottom: 20px;
}

.htb-titleh3 {
    font-family:VoxRoundWide-Bold, sans-serif;
    font-size: 22px;
    color: #323232;
    text-align: left;
    text-transform: uppercase;
    line-height: 30px;
    margin-top: 36px;
    margin-bottom: 20px;
}

.htb-subtitle {
    font-size: 18px;
    color: #323232;
    margin: 15px 0 6px;
    font-family: VoxRoundWide-Bold,sans-serif;
    text-transform: uppercase;  
}
.modal-l {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    z-index: 9999999999;
    background: rgb(0 0 0 / 50%);
    justify-content: center;
    align-items: center;
}

.modal-l.open {
    display: flex;
}

.modal-l-body {
    position: relative;
    width: 370px;
    min-height: 200px;
    padding: 40px;
    margin-inline: 10px;
    left: 0;
    top: 0;
    background: #FFF;
    box-shadow: 0 2px 10px rgb(0 0 0 / 13%);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.modal-l-body .ttl {
    font-family: VoxRoundWide, sans-serif;
    font-size: 15px;
    padding-bottom: 20px
}

.modal-l-body .amount {
    position: relative
}

.modal-l-body .amount input {
    background: #FFF;
    border: 1px solid #4A4A4A;
    border-radius: 6px;
    width: 210px;
    height: 40px;
    padding: 5px 35px;
    font-family: VoxRoundWide, sans-serif;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.modal-l-body .amount input.error {
    box-shadow: inset 0 0 4px 4px rgb(230 26 23 / 75%);
    border-color: rgb(230 26 23 / 75%)
}

.modal-l-body .amount svg {
    position: absolute;
    top: 12px;
    left: 15px
}

.modal-l-body button {
    font-family: VoxRoundWide-bold, sans-serif;
    background: #e5a132;
    border-radius: 6px;
    width: 108px;
    height: 36px;
    border: unset;
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px;
    font-size: 12px
}

.modal-l-body button:hover {
    background: #fcb138;
    box-shadow: 0 4px 10px rgb(229 161 50 / .55);
}

.modal-l-body .payContainer .pay-t label {
    width: 100px;
    height: 100px
}

.modal-l-body .payContainer .pay-t label img {
    max-width: 80px
}

.modal-l-body .payTypes {
    display: none
}

.modal-l-body .close_btn {
    position: absolute;
    right: 10px;
    top: 0;
    opacity: .5;
    font-weight: 600;
    padding: 5px
}

.modal-l-body .close_btn:hover {
    opacity: 1;
    cursor: pointer
}
.buy-boost{
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat
}
.buy-boost__wrapper{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    padding-block:80px
}
.buy-boost__wrapper .slide-block{
    margin-top:50px
}
.buy-boost__title .title-wrapper{
    color:#fff
}
.buy-boost__text{
    font-size:16px;
    line-height:200%;
    color:#fff;
    margin:0 auto;
    width:100%;
    max-width:685px;
    text-align:center
}
.boost-body{
    border-top:1px solid #e5a132;
    padding-top:15px;
    margin-top:40px;
    display:flex;
    align-items:flex-start;
    justify-content:space-between
}
.boost-body__item{
    line-height:22px;
    margin:0 28px;
    width:240px;
    width: calc(100% / 2 - 70px);
}

.boost-body__title{
    font-weight:700;
    font-size:18px;
    color:#fff
}
.boost-body__text{
    font-size:16px;
    color:#fff;
    margin-top:10px;
}
.choose_calcage {
    margin-block: 40px;
}
.choose__item-title{
    font-family:VoxRoundWide-Bold,sans-serif;
    font-size:16px;
    line-height:130%;
    color:#323232;
    text-transform:uppercase;
    margin-top:25px
}
.choose__item-text{
    margin-top:12px;
    font-size:16px;
    text-align:center;
    font-family:OpenSans-Regular,sans-serif
}
.choose__title {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
}
.choose__content {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.choose__item {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin: 0 25px;
}
.choose__item-title {
    font-family: VoxRoundWide-Bold,sans-serif;
    font-size: 16px;
    line-height: 130%;
    color: #323232;
    text-transform: uppercase;
    margin-top: 25px;
}
.about-us-ul {
    padding: 35px 0;
    text-align:center;
}
.about-us__title{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    margin-top:54px;
    margin-bottom:13px
}
.about-us-ul ul li {
    width: 48%;
    display: inline-block;
    padding: 0 1%;
    vertical-align: text-top;
    text-align: left;
}
.about-us-ul ul li strong {
    color:#E5A132;
    font-size: 24px;
}
.about-us-ul ul li p {
    padding:10px 0 25px;
    color:#fff;
    line-height:1.6;
    font-size:16px;
}
.slick-list{
    position:relative;
    display:block;
    overflow:hidden;
    margin:0;
    padding:0;
}
.slider-clients{
    margin-block:80px;
    overflow:hidden;
}
.slider-clients__view_all{
    font-family:VoxRoundWide-Bold,sans-serif;
    text-transform:uppercase;
    color:#fff;
    font-size:14px;
    align-items:center;
    background:#e5a132;
    border-radius:35px;
    display:block;
    margin:auto;
    text-align:center;
    padding:10px;
    width:180px;
}
.slider-clients__title{
    padding-top:34px;
    padding-bottom:36px;
    display:flex;
    align-items:center;
    justify-content:center
}
.slider-clients__item{
    background:#fafafa;
    border:1px solid #e5a132;
    box-sizing:border-box;
    box-shadow:0 4px 4px rgba(0,0,0,.25);
    border-radius:15px;padding:39px 36px;margin:12px
}
.slider-other__reviews{
    display:flex;
    justify-content:center;
    align-items:center;
    margin-bottom:20px
}
.slider-clients__profile{
    display:flex;
    align-items:center;
    justify-content:flex-start;
    width:100%
}
.slider-clients__profile picture{
    margin-right:17px;
    width:65px;
    height:65px;
    border-radius:50%
}
.slider-clients__profile picture img{
    width:100%
}
.slider-clients__name strong{
    font-size:14px;
    line-height:200%;
    width:100%;
    color:#323232;
    display:block;
    font-family:VoxRoundWide-Bold,sans-serif;
}
.slider-clients__rating{
    margin-top:5px;
    display:flex;
    align-items:center;
    justify-content:flex-start
}
.slider-clients__content{margin-top:21px}
.slider-clients__item .reviews__date{position:absolute;right:20px;bottom:20px;color:#959595;font-size:12px}
.slider-clients__content strong{font-size:12px;line-height:1.5;font-family:VoxRoundWide-Bold,sans-serif;color:#323232;display:block;min-height:50px;}
.slider-clients__content p::-webkit-scrollbar-thumb:hover{background:#555}
.slider-clients__content p::-webkit-scrollbar-track{background:#f1f1f1}
.slider-clients__content p::-webkit-scrollbar{width:8px}
.slider-clients__content p::-webkit-scrollbar-thumb{background:#888;border-radius:3px}
.slider-clients__content p{margin:0!important;color:#323232;font-size:14px;overflow:auto;line-height:1.5;height:100px;/*height:76px*/}
.slider-clients__wrapper{position:relative}
.slider-clients__wrapper .button-Slider{position:absolute;height:45px;width:45px;border-radius:50px;padding:10px}
.slick-track{display:flex;align-items:center}
.slider-clients__name .reviews__rank{float:unset}
.slider-clients__wrapper .button-Slider:hover{background:#2068e1}
.slider-clients__wrapper .button-Slider img{width:100%}
.slider-clients__wrapper .js-slider-clients__left{left:-50px;top:44%}
.slider-clients__wrapper .js-slider-clients__right{right:-50px;top:44%}
.slider-clients__body .bottom {margin-top: 10px;}
.slider-clients__body .bottom .game_name {font-family: voxroundwide-bold,sans-serif;}
.slider-clients__body .bottom .servise {font-size: 14px;}
.reviews .nav-tabs{
    background:#262626;
    box-sizing:border-box;
    display:flex;
    border-radius:35px;
    max-width:max-content;
    justify-content:center;
    margin:0 auto;
    flex-wrap:wrap;
    border-bottom:0
}
.review_game_name {
    font-family: VoxRoundWide-Bold, sans-serif;
    line-height: 200%;
    color: #323232;
    display: block;
}
.review_service_name {
    font-family: VoxRoundWide-Bold, sans-serif;
    min-height: 50px;
    font-size: 12px;
    line-height: 200%;
    color: #323232;
    display: block;
}
.information-content .information-text p>a {
    color: #e5a132
}

.information-content .information-image {
    position: absolute;
    top: -20px;
    right: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 338px;
    max-width: 30%;
    height: 100%;
    max-height: 380px;
    display: none
}

.information-content .contact-btn {
    font-size: 16px;
    font-family: VoxRoundWide-Bold, sans-serif;
    display: block;
    margin: 0 auto;
    padding: 12px 30px;
    text-transform: uppercase
}

.information-content .our-contacts {
    display: flex;
    justify-content: center
}

.information-content .our-contacts .contact-item {
    display: block;
    text-align: center;
    font-family: VoxRoundWide-Bold, sans-serif;
    margin: 0 15px
}

.information-content .our-contacts .icon {
    font-size: 30px;
    color: #e5a132
}

.information-content .our-contacts .icon .fab {
    color: #e5a132;
    font-size: inherit;
    padding-bottom: 0
}

.information-content .our-contacts .text {
    margin-top: 10px;
    font-size: 16px;
    color: #e5a132
}

.information-content .faq-accordion.active,
.faq-accordion:hover {
    color: #fff
}

.faq-accordion:after {
    content: '\02795';
    font-size: 13px;
    color: rgb(0 0 0 / .8);
    float: right;
    margin-left: 5px
}

.faq-accordion.active:after {
    content: "\2796"
}

.information-content .faq-panel {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-bottom: 5px;
    margin-top: 10px
}

.information-content .faq-panel.open {
    max-height: unset
}

.information-content .faq-block {
    margin-bottom: 20px
}

.empty-reviews {
    color: #000;
    text-align: center;
    font-size: 20px;
    margin-top: 40px
}

.contact-block .contact-text {
    color: #262626
}

.contact-block form label {
    color: #262626;
    text-align: left !important;
    padding-bottom: 6px;
    margin-left: 2px;
    font-family: 'VoxroundWide-Bold', sans-serif;
    text-transform: uppercase
}

.contact-block form textarea {
    direction: ltr;
    display: block;
    padding: 10px 5px 5px 15px;
    resize: none
}

.socials-contact {
    color: #262626
}

.socials-contact .fa {
    font-family: FontAwesome !important
}

.socials-contact li {
    margin-bottom: 10px
}

.socials-contact li i {
    background: #e5a132;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 22px;
    border-radius: 25px;
    vertical-align: middle;
    line-height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.socials-contact li span {
    font-weight: 600;
    padding-left: 15px
}

.socials-contact li a {
    color: #ce9824;
    margin-left: 10px
}

.socials-contact .discord {
    background-image: url(../image/icons/ico-dscr-w.png);
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block
}


.error-a {
    padding: 5px;
    border: 2px solid #b12222;
    color: #ff2626;
    margin-bottom: 20px
}

#account-register .description a {
    color: #e5a132 !important
}

.msg-error {
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    left: 0;
    right: 0;
    position: absolute;
    color: #e51010
}

.apex-bage-error {
    bottom: -30px
}

.apex-hero-error {
    bottom: 25px;
    font-family: opensans-regular;
    font-style: initial
}

.scale-level .step>.current-value {
    top: -56px;
    right: -33px
}

.scale-level .current-value {
    width: 71px !important;
    padding: 5px 0 10px !important;
    min-height: 45px !important
}

.info-page-11 .information-text:before {
    display: none
}

.info-page-11 .pr-block-last {
    margin: auto;
    float: unset
}

.info-page-11 .pr-i-1 img {
    margin-top: 13px;
    height: 40px
}

.info-page-11 .pr-i-2 img {
    margin-top: 13px;
    height: 50px
}

.info-page-11 .pr-i-4 img {
    margin-top: 9px;
    margin-left: 2px;
    height: 50px
}

.story-blocks {
    background: #181818;
    position: relative;
    background-size: cover;
    padding: 25px;
    border-radius: 10px
}

.story-blocks .story-title {
    font-family: 'VoxRoundWide-Bold', sans-serif;
    font-size: 36px;
    line-height: 170.9%;
    text-transform: uppercase;
    color: #FFF;
    text-align: center;
    padding: 25px 0 35px
}

.story-blocks .pr-icon {
    margin-left: calc(50% - 53px);
    margin-left: calc(50% - 53px);
    top: -62px
}

.story-blocks .pr-icon img {
    height: 55px;
    margin-top: 10px;
    margin-left: 1px
}

.story-blocks .story-block {
    display: flex
}

.story-blocks .story-block p {
    color: #fff;
    max-width: 426px;
    text-align: justify
}

.story-blocks .story-block p span {
    font-family: VoxRoundWide-Bold, -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
    text-align: left;
    color: #E5A132;
    display: block
}

.story-blocks .story-block .sb-line {
    display: block;
    position: relative
}

.story-blocks .story-block .sb-line:before,
.story-blocks .story-block .sb-line:after {
    content: "";
    height: 10px;
    width: 10px;
    display: block;
    background: #E5A132;
    border-radius: 10px;
    position: absolute
}

.story-blocks .stb-1 {
    align-items: flex-end;
    margin-bottom: 15px
}

.story-blocks .stb-1 .sb-line {
    width: 245px;
    height: 116px;
    border-top: 1px solid #E5A132;
    border-right: 1px solid #E5A132;
    margin-left: 20px
}

.story-blocks .stb-1 .sb-line:before {
    top: -5px;
    left: -1px
}

.story-blocks .stb-1 .sb-line:after {
    bottom: -5px;
    right: -6px
}

.story-blocks .stb-2 {
    justify-content: flex-end;
    padding-top: 10px
}

.story-blocks .stb-2 .sb-line {
    width: 219px;
    height: 131px;
    border-top: 1px solid #E5A132;
    border-left: 1px solid #E5A132;
    margin: 20px 20px 20px 0
}

.story-blocks .stb-2 .sb-line:before {
    top: -5px;
    right: -1px
}

.story-blocks .stb-2 .sb-line:after {
    bottom: -5px;
    left: -6px
}

.story-blocks .stb-4 {
    justify-content: flex-end
}

.story-blocks .stb-4 .sb-line {
    width: 307px;
    height: 60px;
    border-bottom: 1px solid #E5A132;
    border-left: 1px solid #E5A132;
    margin: 20px 20px 20px 0
}

.story-blocks .stb-4 .sb-line:before {
    top: -5px;
    left: -5px
}

.story-blocks .stb-4 .sb-line:after {
    bottom: -5px;
    right: -5px
}

.spay-block {
    margin-top: 40px
}

.spay-block .sp-title {
    font-family: VoxRoundWide-Bold, -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
    font-size: 36px;
    line-height: 62px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px
}

.spay-block p {
    text-align: center;
    line-height: 24px
}

.spay-block ul {
    background: #181818;
    text-align: center;
    padding: 45px 0 40px;
    display: flex;
    justify-content: space-evenly;
    margin: 20px 0;
    border-radius: 10px
}

.spay-block ul li img {
    height: 120px
}

.spay-block ul li span {
    display: block;
    color: #fff;
    font-size: 20px;
    max-width: 160px;
    text-transform: uppercase;
    font-family: VoxRoundWide-Bold, -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
    margin: 20px auto 0
}

.slick-arrow i.left {
    transform: rotate(135deg)
}

.slick-arrow i.right {
    transform: rotate(-45deg)
}

.accounts-slider-item {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%
}

.accounts-view-close {
    position: absolute;
    right: 20px;
    top: 10px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    font-size: 30px;
    z-index: 101
}

.accounts-view-close:hover,
.accounts-view-close:focus {
    color: #e5a132
}

.accounts-view-name {
    position: absolute;
    left: 7%;
    top: 25px;
    font-size: 30px;
    color: #fff;
    z-index: 100
}

.accounts-view-info {
    width: 100%;
    padding: 25px 7%
}

.accounts-view-top {
    display: flex;
    justify-content: space-between
}

.accounts-view-attributes {
    color: #fff;
    font-size: 14px;
    color: #fff;
    font-size: 14px;
    width: 60%
}

.accounts-view-attributes .first-attribute {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 8px
}

.accounts-view-attributes .second-attribute {
    text-transform: uppercase;
    margin-bottom: 5px
}

.accounts-view-attributes .common-attribute {
    margin-bottom: 5px
}

.accounts-view-attributes .common-attribute span {
    font-family: VoxRoundWide-Bold, sans-serif;
    word-wrap: break-word
}

.accounts-view-attributes p {
    color: #e5a132
}

.accounts-view-attributes p>span {
    color: #fff
}

.accounts-view-bottom {
    margin-top: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.accounts-view-price {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: 15px;
    color: #e5a132;
    font-size: 24px
}

.accounts-view-price .price-value {
    padding: 0 10px
}

.accounts-view-price .price-symbol {
    position: relative;
    width: 55px;
    padding-right: 17px;
    padding-left: 6px;
    cursor: pointer;
    font-size: 30px
}

.accounts-view-price .price-symbol.has-currency:after {
    content: '';
    position: absolute;
    right: 9px;
    top: 35%;
    border: solid #e5a132;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg)
}

.accounts-view-price .price-symbol.has-currency.open:after {
    top: 43%;
    transform: rotate(-135deg)
}

.accounts-view-price .calc-currency-list {
    width: 55px;
    color: #fff;
    padding-right: 0
}

.accounts-view-price .calc-currency-list .currency-item {
    width: 100%;
    padding-right: 17px
}

.accounts-view-price-item {
    display: none
}

.accounts-view-info .buy-account {
    display: block;
    margin: 15px 10px 0 20px;
    font-size: 14px;
    text-transform: uppercase;
    padding: 12px 40px;
    box-shadow: 0 0 13px 0 rgb(229 161 50 / .5);
    min-width: 30%
}

.accounts-view-form {
    width: 38%
}

.accounts-view-form label {
    position: relative;
    color: #fff;
    font-size: 12px
}

.accounts-view-form .form-group {
    margin-bottom: 7px
}

.accounts-view-form .form-group.required label:after {
    content: ' *';
    color: #e5a132;
    font-size: 21px;
    position: absolute;
    right: -12px;
    top: -3px
}

.accounts-view-form .checkbox label a {
    color: #e5a132
}

.accounts-view-form .checkbox label {
    font-size: 10px
}

.accounts-view-form .checkbox input[type=checkbox] {
    margin-top: 2px
}

.accounts-view-form .form-control {
    height: 32px;
    font-size: 12px
}

.has-error .form-control {
    box-shadow: inset 0 0 4px 4px rgb(230 26 23 / .75)
}


a.show_all_reviews {
    color: #e5a132;
    font-size: 42px;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 20px;
    display: block;
    text-align: center;
    margin: auto
}

.reviews__wrap .pagination>li:not(.active)>span:hover,
.reviews__wrap .pagination>li:not(.active)>a:hover {
    color: #151515
}

.reviews .pagination>li.active>span, .pagination>li.active>a {padding: 5px;line-height: 20px;}



.calc-description {
    background: #2e2e2e;
    color: #fff;
    margin-top: -130px;
    margin-bottom: 95px;
    font-family: 'Roboto';
    font-size: 16px;
    padding: 10px 15px 20px 15px
}

.calc__tabsList {
    list-style: none
}

.calc__tabsItem {
    background-color: #e5a132;
    height: 65px;
    line-height: 65px;
    border-bottom: 1px solid rgb(255 255 255 / .3);
    font-size: 0;
    position: relative;
    font-family: VoxRoundWide-Bold, sans-serif
}

.calc__tabsLink {
    color: #2e2e2e;
    text-transform: uppercase;
    font-size: 18px;
    display: inline-block;
    width: 100%;
    padding-left: 35px
}

.calc__tabsLink:hover {
    color: #fff
}

.calc__tabsItem.active {
    background: #2e2e2e;
    line-height: 86px;
    height: 86px
}

.calc__tabsItem.active .calc__tabsLink {
    color: #e5a132;
    font-size: 25px
}

#calc select:hover {border:1px solid #e5a132}

.calc-height {
    height: auto
}

.calc-control:hover {
    background-color: #e5a132
}

.calc-wrap .option-btn.specific-heroes>span {
    opacity: 1
}

.calc-wrap .option-btn:not(.appear-offline)>span {
    display: block;
    width: 100%
}

.calc-wrap .option-btn.hide {
    display: none
}

.calc-wrap .option-btn.big {
    margin-bottom: 0
}

.calc-wrap .option-btn.disabled {
    cursor: default
}

.calc-wrap .option-btn.active,
.calc-wrap .platform-btn.active {
    opacity: 1
}

.calc-wrap .option-btn:not(.appear-offline).active {
    filter: none
}

.platform-wrap-ow {
    margin-top: 10px
}

.platform__cont {
    display: flex;
    justify-content: center
}

.calc-wrap .platform-btn {
    background: #fff0;
    opacity: .5;
    border: none;
    padding: 0;
    margin: 0 2px
}

.calc-wrap .platform-btn img {
    height: 28px
}

.calc-wrap .platform-title {
    font-size: 25px;
    opacity: .15;
    position: absolute;
    left: -10px;
    top: 10px;
    transform: rotate(-90deg) translateY(-150%) translateX(-50%)
}

.calc-wrap .switch {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 56px;
    height: 20px;
    padding: 0;
    background-color: #fff;
    border-radius: 18px;
    box-shadow: inset 0 -1px white, inset 0 1px 1px rgb(0 0 0 / .05);
    cursor: pointer;
    background-image: linear-gradient(to bottom, #eeeeee, white 25px)
}

.calc-wrap .switch .switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.calc-wrap .switch .switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    background: #969494;
    border-radius: inherit;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / .12), inset 0 0 2px rgb(0 0 0 / .15);
    transition: 0.15s ease-out;
    transition-property: opacity background
}

.calc-wrap .switch-label:before,
.switch-label:after {
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    line-height: 1;
    transition: inherit
}

.calc-wrap .switch-label:before {
    content: attr(data-off);
    right: 11px;
    color: #c1c0c0;
    text-shadow: 0 1px rgb(255 255 255 / .5)
}

.calc-wrap .switch-label:after {
    content: attr(data-on);
    left: 11px;
    color: #fff;
    text-shadow: 0 1px rgb(0 0 0 / .2);
    opacity: 0
}

.calc-wrap .switch-input:checked~.switch-label {
    background: #e5a132;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / .15), inset 0 0 3px rgb(0 0 0 / .2)
}

.calc-wrap .switch-input:checked~.switch-label:before {
    opacity: 0
}

.calc-wrap .switch-input:checked~.switch-label:after {
    opacity: 1
}

.calc-wrap .switch .switch-handle {
    position: absolute;
    top: 1px;
    left: 4px;
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 5px rgb(0 0 0 / .2);
    background-image: linear-gradient(to bottom, white 40%, #f0f0f0);
    transition: left 0.15s ease-out
}

.calc-wrap .switch .switch-handle:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
    width: 12px;
    height: 12px;
    background: #f9f9f9;
    border-radius: 6px;
    box-shadow: inset 0 1px rgb(0 0 0 / .02);
    background-image: linear-gradient(to bottom, #eeeeee, white)
}

.calc-wrap .switch-input:checked~.switch-handle {
    left: 40px;
    box-shadow: -1px 1px 5px rgb(0 0 0 / .2)
}

.hidden-wrap-close {
    margin: 0;
    position: absolute;
    top: 18px;
    right: 22px;
    font-size: 32px;
    font-weight: 700;
    color: #20304F;
    text-align: center;
    line-height: 32px;
    width: 34px;
    height: 34px;
    background-color: #fff;
    border: none;
    border-radius: 50%;
    z-index: 10
}

.hidden-wrap-close:hover {
    background-color: #e5a132
}

.wrap-hero {
    display: inline-block;
    text-align: center;
    width: 127px;
    height: 115px;
    cursor: pointer;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    font-size: 14px;
    font-family: VoxRoundWide-Bold, sans-serif;
    font-style: normal;
    filter: grayscale(100%);
    filter: gray
}

.wrap-hero>img {
    max-width: 100%;
    max-height: 100%
}

.wrap-hero>span {
    width: 100%;
    display: block;
    color: #fff
}

.wrap-hero.active {
    filter: none
}

.wrap-hero.active>span {
    color: #ed9b49
}

.calc-currency.has-currency:after {
    content: '';
    position: absolute;
    right: 9px;
    top: 35%;
    border: solid #fff;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg)
}

.calc-currency.has-currency.open:after {
    top: 43%;
    transform: rotate(-135deg)
}

.submit-btn {
    margin-left: 15px;
    text-shadow: 0 0 10px rgb(0 0 0 / .8);
    font-size: 37px;
    border: none;
    line-height: 60px;
    padding: 0 38px;
    color: #fff;
    background-color: #e5a132;
    background-image: -webkit-linear-gradient(left, #e5a132, #F29100);
    background-image: linear-gradient(to right, #e5a132, #F29100)
}

.calc-promocode {
    background-color: #fff0;
    border-color: #e84e1b;
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    width: 175px;
    height: 32px;
    float: right;
    margin-right: 16px;
    margin-top: 25px;
    border-radius: 50px
}

.calc-coupon-block #input-coupon.has-error {
    box-shadow: inset 0 0 4px 4px rgb(230 26 23 / .75)
}

.calc-coupon-block #input-coupon::placeholder {
    color: #fff
}


.new_buy {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 15px;
    width: 700px;
    max-width: 100%;
    margin: auto;
    justify-content:flex-start
}
.new_buy .nb-title {
    color: #E5A132;
    font-family: VoxRoundWide-Bold,sans-serif;
    font-size: 36px;
    text-transform: uppercase;
    position:relative;
    margin-bottom: 40px;
}
.new_buy .nb-title:before {
    content: '';
    background: url('../image/new-buy-check.svg');
    height: 32px;
    width: 32px;
    display: block;
    margin: 0 auto 5px;
}
.new_buy .nb-title span {
    z-index: 2;
    display: inline-flex;
    position: relative;
    background: #1c1c1c;
    padding: 0 15px;
    font-weight: 400;
}
.new_buy .nb-title:after {
    content: '';
    background: #E5A132;
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 17px;
    z-index: 1;
}
.new_buy .servise-info b {
    font-size: 16px;
    color: #E5A132;
}
.new_buy .service_name b {
    font-family: VoxRoundWide-Bold,sans-serif;
    padding-bottom: 5px;
    display: inline-block;
}
.new_buy .servise-info span {
    color: #FFF;
    font-size: 16px;
}
.new_buy_info {
    margin-top: 20px;
}
.new_buy_info:after {
    content: '';
    background: #E5A132;
    height: 1px;
    display: block;
}
.new_buy_info li {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}
.new_buy_info li b {
    padding-right: 10px;
}
.new_buy .nb_total {
    text-align: right;
    margin-top: 15px;
}
.new_buy .nb_total span {
    font-size: 16px;
    font-family: VoxRoundWide-Bold,sans-serif;
    color: #FFF;
    padding-right: 15px;
}
.new_buy .nb_total b {
    color: #E5A132;
    font-size: 24px;
    font-weight: 700;
}
.new_buy .nb_total .cash-total {
    display: flex;
    justify-content: right;
    margin-top: 6px;
    font-size: 16px;
}
.new_buy .nb-pay-title {
    font-family: VoxRoundWide-Bold,sans-serif;
    color: #FFF;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 15px;
}
.new_buy .quest-cashback-block {
    font-family: VoxRoundWide-Bold,sans-serif;
    font-size: 16px;
    margin-top: 20px;
}
.new_buy .quest-cashback-block span, .new_buy .quest-cashback-block b {
    color: #E5A132;
}
.new_buy .quest-cashback-block span {
    cursor: pointer;
    text-decoration: underline;
}
.new_buy .purchase-btn {
    width: 300px;
    margin: 20px auto;
}
.new_buy .info a {
    color: #E5A132;
}
.new_buy .balance-pay {
    height: 140px;
}


.payment-container {
    display: none
}

.custom-info-container .info-title {
    padding-top: 31px;
    margin-bottom: 20px;
    font-size: 32px
}

.custom-info-container textarea {
    display: inline-block;
    resize: none;
    width: 91%;
    font-family: 'Roboto Condensed', sans-serif
}

.custom-info-container .info-ok {
    margin: 17px auto
}

.currency-symbol {
    font-size: 56px;
    margin-left: 20px
}

.custom-order-info {
    line-height: 26px;
    font-size: 16px;
    margin-left: 6px;
    white-space: normal;
    width: 130px;
    display: inline-block;
    font-family: "bignoodletoo", sans-serif;
    vertical-align: middle
}

.custom-order-condition {
    font-size: 18px;
    padding-top: 32px
}

.account-container .form-group.required .control-label:after {
    content: ' *';
    color: red
}

.account-close {
    position: absolute;
    top: 10px;
    right: 5px;
    font-size: 14px;
    background-color: #151515;
    border-radius: 50px;
    padding: 5px 12px 8px 12px;
    box-shadow: 0 0 7px 0 rgb(77 77 77 / .45);
    color: #fff;
    cursor: pointer
}

.account-popup {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    border-radius: 20px
}

.account-popup.open {
    display: block
}

.coupon-form {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    border-radius: 20px;
    visibility: hidden
}

.coupon-form .input-block {
    position: relative;
    min-width: 280px;
    max-width: 300px
}

.coupon-form .input-block input {
    width: 100%;
    margin: 5px 0;
    border-radius: 20px
}

.coupon-form .coupon-btn {
    display: block;
    margin: 15px auto 0 auto
}

.coupon-form .alert {
    width: 80%
}

.coupon-form .coupon-close {
    top: -25px;
    right: -45px
}

.account-top .level-scale .scale-label {
    position: absolute;
    font-size: 16px;
    color: #e5a132;
    top: 0
}

.account-links .account-link {
    cursor: pointer
}

.account-wrap .round-btn:hover,
.account-wrap .round-btn:focus {
    border: 1px solid #e5a132;
    background-color: #fff0;
    color: #e5a132
}

.account-top-navigation .back-link:hover,
.account-top-navigation .back-link:focus {
    color: #e5a132
}

.chat-block .new-message textarea::placeholder {
    color: #151515
}

.chat-block .new-message .send-message-btn:hover,
.chat-block .new-message .send-message-btn:focus {
    border-left: 16px solid #e5a132
}

.chat-block .message-block a {
    color: #337ab7
}

.chat-block .message.me .top-info .nickname {
    display: none
}

.chat-block .message.admin .top-info .nickname {
    color: #e5a132
}

.chat-block .message.admin .message-text {
    color: #151515
}

.stream-container {
    margin-top: 20px;
    margin-bottom: 43px;
    text-align: center
}

.stream-container .stream-title {
    text-align: center
}

.stream-container .stream-btn {
    font-size: 14px;
    margin-top: 15px;
    border: 1px solid #fff0
}

.stream-block {
    display: none;
    transition: 1s;
    width: 96%;
    margin-bottom: 20px
}

.stream-block.open {
    display: block
}

.account-review-container {
    position: relative;
    width: 60%;
    margin: 20px auto 30px auto;
    padding: 45px 40px 35px 40px;
    box-shadow: 0 0 7px 0 rgb(77 77 77 / .45);
    border-radius: 10px
}

.account-review {
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px
}

.review-form .send-btn {
    display: block;
    margin: 10px auto 0 auto;
    font-size: 14px
}

.account-review-container .stars {
    display: flex;
    justify-content: center;
    font-size: 18px;
    color: #e5a132;
    margin: 15px 0
}

.account-review-container .stars .fa-star {
    margin: 0 5px
}

.review-form .fa-star {
    cursor: pointer
}

.worker-top .info-block .link-item:hover,
.worker-top .info-block .link-item:hover.focus {
    color: #fff;
    background-color: #e5a132
}

.worker-top .info-block .status-block {
    position: relative
}

.worker-top .info-block .status-block .current-worker-status {
    cursor: pointer
}

.worker-top .info-block .status-block .status-list {
    display: none;
    width: 100%;
    position: absolute;
    padding-top: 10px
}

.worker-top .info-block .status-block .status-item {
    cursor: pointer;
    margin-bottom: 5px
}

.worker-top .info-block .status-block .status-item:hover {
    color: #e5a132
}

.worker-full-block {
    position: absolute;
    left: 1%;
    padding-top: 47px;
    width: 99%;
    background-color: #fff;
    height: 100%;
    z-index: 100
}

.worker-full-block .round-btn {
    margin: 20px auto 20px auto;
    display: block
}

.worker-full-block p {
    text-align: center;
    margin-bottom: 20px
}

.worker-info {
    margin: 10px 0
}

.worker-full-block.begin-work {
    position: relative
}

.right-block .screenshot-block.disabled {
    opacity: .5
}

.right-block .screenshot-block.customer .screenshot-item:nth-child(3n+1) {
    margin-right: 5%
}

.right-block .screenshot-block.customer .screenshot-item:nth-child(3n+3) {
    margin-left: 5%
}

.right-block .screenshot-item .delete-screenshot {
    text-align: center;
    width: 100%;
    padding: 5px 0;
    background-color: red;
    cursor: pointer
}

.order-list .filter-item .checkbox {
    margin-top: 27px;
    text-align: right;
    padding-right: 20px
}

.order-list .filter-item .checkbox .checkbox label {
    padding-left: 0;
    padding-right: 20px
}

.order-list .filter-item .checkbox input[type="checkbox"] {
    top: 0;
    right: 0
}

.order-list .action-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.order-list .action-item {
    width: 45%;
    margin-bottom: 5px
}

.order-list .action-item.remove {
    width: 100%
}

.order-list .action-item .action-btn {
    cursor: pointer;
    background-color: #e5a132;
    color: #fff;
    min-height: 30px;
    border-radius: 10px;
    text-align: center;
    padding: 7px 2px 0 2px;
    font-size: 13px
}

.order-list .action-item .action-btn:hover {
    box-shadow: 0 0 7px 0 rgb(77 77 77 / .45)
}

.order-list .action-item.remove .action-btn {
    background-color: red
}

.order-list.order-market .table-responsive {
    width: 90%
}

.login-block .checkbox a {
    color: #151515
}

.scale-block-placement {
    display: flex;
    justify-content: center
}

.scale-placement {
    width: 70%;
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
    padding: 55px 0
}

.scale.scale-placement:before,
.scale.scale-placement:after {
    content: '';
    width: 7px;
    height: 24px;
    background-color: #e4e4e4
}

.scale.scale-placement:before {
    margin-right: 5px
}

.scale.scale-placement:after {
    margin-left: 2px
}

.scale.scale-placement .scale-border {
    content: '';
    position: absolute;
    width: 1.445%;
    height: 20px;
    background-color: #e4e4e4;
    z-index: 2
}

.scale.scale-placement .scale-border.start {
    left: 0
}

.scale.scale-placement .scale-border.end {
    right: 0
}

.scale-placement .step {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 8px;
    background-color: #fff;
    position: relative;
    z-index: 1
}

.scale-placement .step>.step-line {
    position: relative;
    width: 90%;
    height: 100%;
    background-color: #e4e4e4
}

.scale-placement .step.disabled>.step-line,
.scale-placement .step.disabled>.step-circle {
    background-color: #5f4646
}

.scale-placement .step>.step-circle {
    position: relative;
    display: block;
    width: 8px;
    margin: 0 5%;
    height: 100%;
    border-radius: 100px;
    background-color: #e4e4e4;
    z-index: 5
}

.scale-placement .step.win>.step-circle:before {
    background-image: url(../image/calc/placement-win.svg)
}

.scale-placement .step.lose>.step-circle:before {
    background-image: url(../image/calc/placement-lose.svg);
    transform: rotate(180deg) translateY(-85px)
}

.scale-placement .step.draw>.step-circle:before {
    background-image: url(../image/calc/placement-draw.svg)
}

.scale-placement .step.win>.step-line,
.scale-placement .step.win>.step-circle {
    background-color: #8cc80e
}

.scale-placement .step.lose>.step-line,
.scale-placement .step.lose>.step-circle {
    background-color: #b23a53
}

.scale-placement .step.draw>.step-line,
.scale-placement .step.draw>.step-circle {
    background-color: #e5a132
}

.scale-placement .step>.step-circle:before {
    position: absolute;
    content: '';
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 637%;
    height: 757%;
    top: -66px;
    right: -274%;
    max-width: 48px
}

.scale-placement .step .step-plus {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 10px;
    color: #e5a132;
    cursor: pointer;
    font-size: 14px
}

.scale-placement .step .step-plus:hover {
    color: #000
}

.scale-level {
    padding: 50px 5%
}

.scale-level .current-value {
    position: absolute;
    top: -6px;
    text-align: center;
    width: 71px;
    padding: 6px 0 10px 0;
    background-image: url(../image/calc/level-value-border.png);
    background-repeat: no-repeat;
    background-size: cover
}

.scale-level .current-value .text {
    font-size: 10px
}

.scale-level .current-value .value {
    font-size: 12px;
    color: #e5a132;
    line-height: 13px;
    padding-bottom: 3px
}

.scale-level .step>.current-value {
    top: -56px;
    right: -33px
}

.scale-level .scale-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 8px;
    background-color: #e5a132
}

.scale-level .step {
    position: relative;
    min-height: 28px
}

.scale-level .step>span {
    position: absolute;
    bottom: -24px;
    right: -29px;
    width: 60px;
    text-align: center;
    color: #fff0
}

.scale-level .step:before {
    position: absolute;
    top: -1px;
    right: 0;
    display: block;
    content: '';
    width: 5px;
    height: 28px;
    background-color: #e5a132
}

.scale-level .step.hide-step:not(.start):not(.end):before {
    visibility: hidden
}

.scale-level .step.start {
    max-width: 0;
    left: 0
}

.scale-level .step.start:before {
    left: -5px
}

.scale-level .step.end {
    right: 0
}

.scale-level .step.start:before,
.scale-level .step.end:before {
    height: 38px;
    top: -6px;
    border: 1px solid #151515
}

.scale-level .step.big:before {
    height: 38px;
    top: -6px
}

.scale-level .step.big>span {
    color: #151515
}

.scale-level .step.start>span {
    width: 34px;
    bottom: unset;
    left: -43px;
    top: 2px;
    font-size: 16px;
    color: #151515
}

.scale-level .step.end>span {
    width: 34px;
    bottom: unset;
    right: -35px;
    top: 2px;
    font-size: 16px;
    color: #151515
}

.scale-level .step.start.high>span {
    width: 54px;
    left: -30px;
    font-size: 15px;
    top: 36px
}

.scale-level .step.end.high>span {
    width: 54px;
    right: -25px;
    top: 36px;
    font-size: 15px
}

.customer-order-info .achievement-block {
    justify-content: flex-start
}

.customer-order-info .achievement-item {
    width: 17%;
    height: 82px;
    opacity: .7
}

.customer-order-info .achievement-item:hover {
    filter: grayscale(100%);
    filter: gray
}

.customer-order-info .achievement-item.active {
    filter: none;
    opacity: 1
}

.scale-block.rank-boosting {
    display: flex;
    align-items: center
}

.scale-rank {
    padding: 50px 1%;
    width: 95%
}

.scale-block.rank-boosting .scale-rating-icon {
    width: 6%;
    height: 36px
}

.scale-block.rank-boosting .scale-rating-text {
    width: 11%;
    bottom: 6px
}

.scale-rank .current-value {
    position: absolute;
    top: -6px;
    text-align: center;
    width: 71px;
    padding: 6px 0 10px 0;
    background-image: url(../image/calc/level-value-border.png);
    background-repeat: no-repeat;
    background-size: cover
}

.scale-rank .current-value .text {
    font-size: 10px
}

.scale-rank .current-value .value {
    font-size: 12px;
    color: #e5a132;
    line-height: 13px;
    padding-bottom: 3px
}

.scale-rank .step>.current-value {
    top: -56px;
    right: -33px
}

.scale-rank .scale-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 8px;
    background-color: #e5a132
}

.scale-rank .step {
    position: relative;
    min-height: 8px
}

.scale-rank .step.start:before,
.scale-rank .step.end:before {
    position: absolute;
    right: 0;
    display: block;
    content: '';
    width: 5px;
    height: 38px;
    top: -15px;
    border: 1px solid #151515;
    background-color: #e5a132
}

.scale-rank .step.hide-step:not(.start):not(.end):before {
    visibility: hidden
}

.scale-rank .step.start {
    max-width: 0;
    left: 0
}

.scale-rank .step.start:before {
    left: -5px
}

.scale-rank .step.end {
    right: 0
}

.customer-order-info.anti-decay {
    margin-top: 0
}

.scale-rating-icon:last-child {
    margin-left: 1%;
    margin-right: 1%
}

.scale-rating .scale-line .step.bronze {
    background-color: #b55c4d
}

.scale-rating .scale-line .step.silver {
    background-color: #dcdcdc
}

.scale-rating .scale-line .step.gold {
    background-color: #e7cf73
}

.scale-rating .scale-line .step.diamond {
    background-color: #7079b9
}

.scale-rating .scale-line .step.master {
    background-color: #f9a33e
}

.scale-rating .scale-line .step.grandmaster {
    background-color: #ffcf61
}

.scale-rating .scale-line .step>span {
    position: absolute;
    bottom: -37px;
    right: -32px;
    width: 60px;
    text-align: center
}

.customer-order-info.top-500 {
    margin-top: 0
}

.customer-order-info.rating-top-500 {
    margin-bottom: 60px
}

.customer-order-info.rating-top-500 .scale-rating-text.end {
    width: 14%;
    right: -22px
}

.scale .cl-iron {
    background-color: #e4e3e3
}

.scale .cl-brown {
    background-color: #a53c2c
}

.scale .cl-silver {
    background-color: #9e9e9e
}

.scale .cl-gold {
    background-color: #e2dd26
}

.scale .cl-purple {
    background-color: #580d5f
}

.scale .cl-green {
    background-color: #41a522
}

.scale .cl-orange {
    background-color: orange
}

.big-scale .scale-rating {
    padding: 0 4%;
    width: 100%
}

.big-scale .scale-line,
.big-scale .scale-line .step {
    background-color: #e5a132
}

.big-scale .scale-line .step:before {
    background-color: inherit
}

.big-scale .scale-rating .scale-line .step.end:before {
    right: -4px
}

.btn-blue:hover {
    background: #2979FF;
    box-shadow: 0 4px 10px rgba(32, 104, 225, .55);
}

.btn-yellow:hover {
    background: #FCB138;
    box-shadow: 0 4px 10px rgb(229 161 50 / .55)
}

.bg-overley.js-active {
    background: rgb(0 0 0 / .56);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: fixed;
    z-index: 3
}


.icon-block:hover .icon-block__yellow {
    background: #EFA835
}

.icon-block:hover .icon-block__blue {
    background: #266CE1
}

a.slide-category__item:hover {
    background: #e5a132;
    box-shadow: 0 4px 10px rgb(229 161 50 / .55)
}

.buy-boost__wrapper .slide-block {
    margin-top: 50px
}

.buy-boost__text {
    font-size: 16px;
    line-height: 200%;
    color: #fff;
    margin: 0 auto;
    width: 100%;
    max-width: 685px;
    text-align: center
}

.impoints-body {
    margin-top: 40px;
    padding: 0 -33px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.impoints-body__item {
    line-height: 200%;
    margin: 0 33px;
    width: 364px;
    position: relative
}

.impoints-body__title {
    font-family: VoxRoundWide-Bold, sans-serif;
    font-size: 18px;
    color: #323232
}

.impoints-body__text {
    font-size: 16px;
    line-height: 200%;
    padding-top: 20px;
    color: #000
}

.slider-clients__profile picture {
    margin-right: 17px;
    width: 65px;
    height: 65px;
    border-radius: 50%
}

.slider-clients__profile picture img {
    width: 100%
}

.slider-clients__name strong {
    font-size: 14px;
    line-height: 200%;
    width: 100%;
    color: #323232;
    display: block;
    font-family: VoxRoundWide-Bold, sans-serif
}

.slider-clients__rating {
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.slider-clients__content strong {
    font-size: 12px;
    line-height: 200%;
    font-family: VoxRoundWide-Bold, sans-serif;
    color: #323232;
    display: block
}

.slider-clients__content p::-webkit-scrollbar-thumb:hover {
    background: #555
}

.slider-clients__content p::-webkit-scrollbar-track {
    background: #f1f1f1
}

.slider-clients__content p::-webkit-scrollbar {
    width: 8px
}

.slider-clients__content p::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px
}

.slider-clients__wrapper .button-Slider:hover {
    background: #2068E1
}

.reviews .nav-tabs>li>a:hover {
    background: unset;
    border-radius: 35px;
    color: #e5a132
}

.pagination li {
    cursor: pointer
}

.reviews__rank .disabled {
    color: #ccc
}

.about-us__text {
    font-size: 16px;
    line-height: 165%;
    color: #323232;
    display: block;
    width: 100%;
    max-width: 746px;
    margin-top: 13px;
    text-align: center;
    margin-bottom: 23px
}

.about-us__item {
    height: 380px;
    position: relative
}

.about-us__item strong {
    font-size: 24px;
    line-height: 200%;
    color: #323232
}

.about-us__item p {
    color: #323232;
    font-size: 16px;
    line-height: 200%
}

.about-us__wrapper {
    width: 100%;
    max-width: 746px;
    height: 380px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.about-us__item-one {
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat
}

.about-us__item-two {
    background-position: center left;
    background-size: contain;
    background-repeat: no-repeat
}

.about-us__item-two .wrapper-cont {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.about-us__item-two .wrapper-cont .about-us__wrapper {
    max-width: 712px
}

.about-us__item-three {
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat
}

.about-us__item-four {
    background-position: center left;
    background-size: 50%;
    background-size: contain;
    background-repeat: no-repeat
}

.about-us__item-four .wrapper-cont {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.about-us__item-four .wrapper-cont .about-us__wrapper {
    max-width: 712px
}

.options__item strong {
    font-family: VoxRoundWide-Bold, sans-serif;
    font-size: 18px;
    color: #E5A132
}

.about-legend__item {
    width: 100%;
    max-width: 750px;
    margin-bottom: 40px
}

.about-legend__item strong {
    color: #E5A132;
    font-size: 18px;
    font-family: "OpenSans-Bold"
}

.about-legend__item p {
    line-height: 200%;
    font-size: 14px;
    color: #323232
}
.faq__item.faq-item details {
    background: rgb(26 26 26 / .68);
    border-radius: 10px;
    width: 100%;
}
.faq-item.active {
    background: rgb(26 26 26 / .68);
}

.faq-item__title:hover {
    background: #353535;
    box-shadow: none;
    border: 1px solid #fcb138
}

.faq-item__title picture img {
    transition: .5s linear;
    position: relative
}

.faq-item__title picture.js-active img {
    top: -5px;
    transform: rotate(180deg)
}

.faq-item img.js-active {
    transform: rotate(180deg);
}

.slider-block_rogue_company {
    background: url(../image/rogue_company/rcbg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.buy-boost_valorant {
    background: url(../image/valorant/backgroundValorantBuyBoost.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.ordering-item:before {
    content: '-----------------';
    position: absolute;
    font-size: 18px;
    letter-spacing: 1px;
    top: 40px;
    color: #E5A132;
    right: -89px
}

.ordering-body .ordering-item:last-child:before {
    display: none
}

.hot-offers_valorant {
    background: url(../image/valorant/backgroundValorantBuyBoost.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.slide-boosting__cont p {
    padding-top: 5px;
    font-size: 18px;
    line-height: 130%;
    color: #fff;
    margin: 0
}

.choose-name__item-content a:hover {
    background: #E5A132
}

.legend-boosting_boosting {
    background: #fff
}

.legend-body_boosting {
    margin: 0;
    width: 100%;
    max-width: 150%
}

.legend-body_boosting .legend-body__item {
    width: calc(100%/5 - 36px)
}

.choose-boosting .choose__title .title-wrapper {
    color: #fff
}

.choose-boosting .choose__item-title {
    color: #fff
}

.choose-boosting .choose__item-text {
    color: #fff
}

.slide-block.slider-block_calcpage_val {
    background: url(../image/valorant/calc_val.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 100%;
    padding-top: 60px
}

.slide-block.slider-block_calcpage .slide-block__subtitle {
    font-size: 24px;
    margin-bottom: 10%
}

.slide-block.slider-block_calcpage_val .slide-block__title {
    width: 100%;
    font-size: 40px
}

.slide-block.slider-block_calcpage_val .slide-block__subtitle {
    font-size: 24px;
    margin-bottom: 10%
}

.slide-block.slider-block_calcpage_val .slide-block__category {
    position: relative
}

.rank-boost__title {
    display: flex;
    align-items: center;
    justify-content: center
}

.title-left:before {
    content: unset
}

.reviews-main .title-block p {
    font-family: VoxRoundWide;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #FFF
}

.rank-boost__cont {
    display: flex;
    align-items: center;
    justify-content: start
}

.rank-boost__img {
    width: 100%;
    max-width: 460px
}

.rank-boost__img img {
    width: 100%;
    object-fit: cover
}
.rank-boost__text{
    width:calc(100% - 460px - 30px);
    margin-left:30px;
    padding-bottom:40px;
    border-bottom:1px solid #e5a132;
}
.rank-boost__text p {
    font-size: 16px;
    line-height: 200%;
    color: #323232;
    display: block;
    max-width: 100%;
}

.boost-body_calcpage .boost-body__item{
    width:calc(100%/2 - 70px);
    margin:0 35px;
    margin-bottom:40px
}
.boost-body_calcpage .boost-body__item .boost-body__title{
    color:#e5a132
}
.buy-boost_calcpage .buy-boost__title {
    margin-bottom: 38px
}

.buy-boost_calcpage .buy-boost__title .title-wrapper {
    text-align: center
}

.buy-boost_calcpage .buy-boost__text {
    font-weight: 400;
    font-size: 16px;
    max-width: 746px;
    font-family: "OpenSans-Regular"
}

.buy-boost_calcpage .buy-boost__wrapper {
    padding-bottom: 0
}

.buy-boost_calcpage .buy-boost__text {
    padding-bottom: 30px
}

.legend-ranks__title {
    margin-top: 100px;
    border-top: 2px solid #E5A132;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 17px
}

.legend-ranks__text {
    margin-bottom: 20px
}

.legend-ranks__text p {
    font-size: 16px;
    line-height: 200%;
    color: #131313
}

.legend-ranks__img {
    border-bottom: 2px solid #E5A132;
    padding-bottom: 30px;
    margin-bottom: 30px
}

.legend-ranks__img img {
    width: 100%;
    object-fit: cover
}

.jobs_cont__item:hover .jobs_cont__item_title {
    background: #E5A132;
    color: #fff
}

.jobs_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.jobs_text p{font-size:14px;line-height:24px;text-align:center}
.jobs_text_title{
    font-family:VoxRoundWide-Bold,sans-serif;
    padding:40px 0;
    font-size:18px;
    color:#e5a132;
    text-transform:uppercase;
}


.impoints-body__item {
    width: calc(100%/2 - 40px);
    margin-bottom: 50px
}



.legend-body_boosting .legend-body__item {
    width: calc(100%/3 - 36px)
}

.legend-body_calcpage .legend-body_calcpage {
    flex-wrap: wrap
}



@media all and (max-width:820px) {
    .legend-body {
        flex-wrap: wrap
    }
}

@media all and (max-width:600px) {
    .apex-legend-boosting .legend-body__icon img {
        margin: 10px !important;
        margin-right: 10px !important;
        margin-top: 10px !important
    }
    .legend-boosting_valorant {
        background: #fff
    }
    .legend-body_valorant {
        padding-bottom: 70px
    }
    .slide-boosting__btn {
        margin: 70px auto
    }
    .legend-body_boosting {
        flex-direction: column
    }
    .legend-body_boosting .legend-body__item {
        width: 100%
    }
}


.header__catalog-btn:hover {
    background: #2979FF;
    box-shadow: 0 4px 10px rgb(32 104 225 / .55)
}

.header__signin-link:hover {
    background: #FCB138;
    box-shadow: 0 4px 10px rgb(229 161 50 / .55)
}

.legend-boosting.apex-legend-boosting {
    background: unset !important
}


.recent_articles {
    margin-bottom: 40px
}

.read_also {
    margin-top: 50px
}

.read_also .title {
    text-align: center;
    font-size: 20px;
    border-bottom: 2px solid #e5a132;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.read_also .post_list {
    display: flex;
    font-family: VoxRoundWide-Bold, sans-serif;
    margin-top: 20px
}

.read_also .post_list li {
    margin: 5px;
    padding: 15px;
    border: 2px solid #e5e5e5;
    border-radius: 10px;
    max-width: 32%;
    transition:.3s;
}

.read_also .post_list li:hover {
    border: 2px solid #e5a132;
}

.read_also .post_list li span {
    display: block
}

.read_also .post_list li .name {
    color: #000;
    line-height: 1.6;
    min-height: 66px;
    margin-top: 12px;
    text-transform: uppercase
}

.read_also .post_list li .date {
    color: #777;
    padding: 10px 0
}

.read_also .post_list li .more {
    margin-top: 15px;
    border-top: 1px solid #eee;
    padding-top: 15px;
    display: inline-block;
    background: #404040;
    padding: 5px;
    color: #fff;
    float: right;
    border-radius: 6px;
    margin-right: 10px;
    font-size: 16px;
    text-transform: uppercase;
    transition: 0.3s
}

.read_also .post_list li .more:hover {
    background: #e5a132;
    color: #000
}

.read_also .post_list li a {
    border-radius: 3px;
    margin-right: 10px
}

@media screen and (max-width:600px) {
    .read_also .post_list {
        flex-direction: column;
        margin: 0 10px
    }
    .read_also .post_list li {
        margin: 20px 0;
        max-width: 100%
    }
    .faq-item__title picture {
        position: absolute !important;
        right: 12px !important
    }
}

.slider-clients__view_all:hover {
    background: #2068e1
}




.hidden-wrap-close {
    cursor: pointer
}

.scale-a-kill-b {
    padding: 50px
}

.scale-a-kill-b .scale-line {
    justify-content: flex-end
}

.header__select {
    z-index: 999999999
}

.header__select:hover .select-game__drop {
    display: block
}

.OnOffBlock {
    /*padding: 0 10px 15px 45px;*/
    display: flex;
    /*float: unset !important;
    margin: 0 auto;*/
    align-items: center;
    /*justify-content: start*/
}

.OnOffBlock span.on {
    color: #f3a638
}

.OnOffBlock span.off {
    color: gray
}

.OnOff>input[type="checkbox"] {
    display: none
}

.OnOff>label {
    cursor: pointer;
    height: 0;
    position: relative;
    width: 40px
}

.OnOff>label::before {
    background: #000;
    box-shadow: inset 0 0 10px rgb(0 0 0 / 50%);
    content: '';
    height: 25px;
    margin-top: -8px;
    position: absolute;
    opacity: .3;
    transition: all 0.4s ease-in-out;
    width: 45px;
    border: 1px solid #fff;
    border-radius: 6px
}

.OnOff>label::after {
    background-repeat: no-repeat !important;
    background-position: 50% !important;
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);
    content: '';
    height: 20px;
    left: 3px;
    margin-top: -8px;
    position: absolute;
    top: 2px;
    transition: all 0.3s ease-in-out;
    width: 19px;
    background: rgb(255 255 255 / .2);
    border-radius: 4px
}

.OnOff>input.active+label::before {
    background: unset;
    opacity: .5
}

.OnOff>input.active+label::after {
    left: 24px;
    background: url(https://overboost.pro/catalog/view/theme/overboost/image/check.svg) #f3a638
}

.OnOff .name {
    font-family: VoxRoundWide-Bold, sans-serif;
    font-size: 16px;
    line-height: 21px;
    text-align: left;
    font-style: initial;
    display: inline-block;
    padding: 0 10px 0 20px
}

.OnOff i.info {
    height: 20px
}

.OnOff i.info:before {
    content: '';
    background: url(https://overboost.pro/catalog/view/theme/overboost/image/info.svg);
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain
}

@media screen and (max-width:600px) {
    .OnOff .name {
        font-size: 15px
    }
}

@media screen and (max-width:400px) {
    .OnOffBlock {
        padding: 0 0 15px 0
    }
    .OnOff .name {
        font-size: 13px
    }
}

iframe {
    z-index: 999999999 !important
}

.apex-legends-badge-boosting .boost-service__title {
    justify-content: left !important;
    margin-bottom: 25px
}

.apex-legends-badge-boosting p {
    margin-bottom: 20px;
    line-height: 1.6;
    font-size: 16px
}

.list-unstyled p {
    margin-bottom: 0
}

.apex-legends-badge-boosting li {
    line-height: 1.6;
    font-size: 16px;
    margin-bottom: 10px
}

.apex-legends-badge-boosting .boost-service-badges .wrapper-cont,
.apex-legends-badge-boosting .boost-service-options .wrapper-cont,
.apex-legends-badge-boosting .boost-service-works .wrapper-cont {
    max-width: 1200px;
    margin-top: 47px;
    background: linear-gradient(90deg, #ddd6cd 0%, #fff0 100%);
    border-radius: 14px 0 0 14px;
    padding: 30px
}

.apex-legends-badge-boosting .boost-service-badges .wrapper-cont .boost-service__title,
.apex-legends-badge-boosting .boost-service-options .wrapper-cont .boost-service__title,
.apex-legends-badge-boosting .boost-service-works .wrapper-cont .boost-service__title {
    margin-top: 0
}

.apex-legends-badge-boosting .boost-service-get ul span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #E5A132;
    margin-right: 15px
}

.apex-legends-badge-boosting .boost-service-options p {
    margin-top: 30px
}

.apex-legends-badge-boosting .boost-service-options p b {
    color: #E5A132;
    font-size: 18px
}

.apex-legends-badge-boosting .boost-service-works ul li {
    display: flex;
    align-items: baseline
}

.apex-legends-badge-boosting .boost-service-works ul span {
    color: #E5A132;
    font-size: 16px;
    vertical-align: middle;
    padding-right: 10px;
    font-weight: 800
}

.apex-legends-badge-boosting .boost-service-best ul li {
    display: flex;
    align-items: center;
    padding: 10px 0;
    max-width: 845px
}

.apex-legends-badge-boosting .boost-service-best ul li span {
    display: block;
    width: calc(100% - 80px);
    padding-left: 15px
}

.apex-legends-badge-boosting .boost-service-best ul li span b {
    color: #E5A132;
    font-size: 18px
}

.apex-legends-badge-boosting .boost-service-questions ul {
    margin-bottom: 40px
}

.apex-legends-badge-boosting .boost-service-questions ul li {
    background: linear-gradient(90deg, #ddd6cd 0%, #fff0 100%);
    border-radius: 14px 0 0 14px;
    margin: 15px 0;
    padding: 25px
}

.apex-legends-badge-boosting .boost-service-questions ul li b {
    display: block;
    font-family: VoxRoundWide-Bold, sans-serif;
    font-size: 20px;
    line-height: 23px
}

@media screen and (max-width:1200px) {
    .apex-legends-badge-boosting .boost-service-badges .wrapper-cont,
    .apex-legends-badge-boosting .boost-service-options .wrapper-cont,
    .apex-legends-badge-boosting .boost-service-works .wrapper-cont {
        margin-left: 15px;
        margin-right: 15px
    }
}

@media screen and (max-width:600px) {
    .apex-legends-badge-boosting .boost-service-badges,
    .apex-legends-badge-boosting .boost-service-options,
    .apex-legends-badge-boosting .boost-service-works {
        padding: 0
    }
    .apex-legends-badge-boosting .boost-service-badges .wrapper-cont,
    .apex-legends-badge-boosting .boost-service-options .wrapper-cont,
    .apex-legends-badge-boosting .boost-service-works .wrapper-cont {
        padding: 30px 15px;
        margin-left: 4px;
        width: 98vw
    }
}

#PayBlock {
    min-height: 10px
}

.choose-game-home {
    display: flex;
    justify-content: center;
    align-items: center
}

.choose-game-home a {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 49.8%;
    width: 555px;
    background: rgb(13 13 13 / .8);
    border: 2px solid #E5A132;
    box-sizing: border-box;
    box-shadow: 0 5px 12px rgb(229 161 50 / 25%);
    border-radius: 35px;
    height: 288px;
    margin: 20px
}

.choose-game-home a span {
    z-index: 2;
    font-family: VoxRoundWide-Bold, sans-serif;
    font-size: 36px;
    text-align: center
}

.choose-game-home a svg {
    position: absolute;
    z-index: 1;
    transition: 1s
}

.choose-game-home a:hover svg {
    transform: scale(1.2)
}

@media screen and (max-width:600px) {
    .choose-game-home {
        display: block;
        text-align: center
    }
    .choose-game-home a {
        max-width: 100%;
        margin: 30px auto
    }
}

.slide-boosting .header__logo {
    width: 360px;
    margin: -260px 0 -100px
}


.payContainer .pay-t label img.logotip {
    max-height: 34px
}

.footer .footer-block.с-cat {
    width: 20%
}

@media screen and (max-width:820px) {
    .top_l_services {
        padding: 0 20px 0 0 !important
    }
    .top_l_services:before,
    .top_l_services:after {
        top: 9px !important
    }
}


.reviewSliderNoJs {
    text-align: center
}

.reviewSliderNoJs .button-Slider {
    display: none
}

.reviewSliderNoJs .slider-clients__item {
    position: relative;
    text-align: left
}

.reviewSliderNoJs .i-3,
.reviewSliderNoJs .i-4,
.reviewSliderNoJs .i-5,
.reviewSliderNoJs .i-6,
.reviewSliderNoJs .i-7,
.reviewSliderNoJs .i-8,
.reviewSliderNoJs .i-9,
.reviewSliderNoJs .i-10 {
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
    opacity: 0
}

@media screen and (min-width:1001px) {
    .reviewSliderNoJs .slider-clients__item {
        width: calc(33% - 26px);
        display: inline-block
    }
}

@media screen and (min-width:601px) and (max-width:1000px) {
    .reviewSliderNoJs .slider-clients__item {
        width: calc(50% - 26px);
        display: inline-block
    }
}


.slick-disabled {
    opacity: .2
}

/*FAQ*/
.faq-boosting {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 65px;
    border-bottom: 1px solid #333;
}
.faq__title {

    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 38px;
    padding-bottom: 16px;
}
.faq__title .title-wrapper {
    color: #fff;
}
.faq__text {
    font-weight: 400;
    font-size: 16px;
    line-height:1.6;
    max-width: 550px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
}
.faq__wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.faq-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 10px;
    transition: .3s linear;
    width:calc(100%/2 - 30px);
    margin:0 15px;
    margin-top:34px;
}

.faq-item__title img{
    transition:.3s linear;
    position:relative
}
.faq-item__title .js-active img{
    top:-5px;
    transform:rotate(180deg)
}
.faq-item__title {
    cursor: pointer;
    padding: 0 22px;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .3s linear;
    border-radius: 10px;
    border: 1px solid #fcb138;
    min-height: 60px;
}
.faq-item__title span {
    font-size: 16px;
    font-family: VoxRoundWide-Bold, sans-serif;
}
.faq-item__text {
    padding: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 200%;
    color: #fff;
}

.footer .footer-text{font-family:VoxRoundWide-Bold,sans-serif;font-size:12px;text-align:left;/*width:80%;margin: 10px auto;*/color:#b9b9b9;line-height:22px;margin-bottom:20px;}
.footer-tables {align-items: start;margin-bottom: 32px;width: 100%;display: grid;min-width: 0px;gap: 32px;}
.footer-tables li {margin-bottom:16px}
.footer-head-new {font-weight: bold;text-transform: uppercase;font-size: 12px;line-height: 16px;/*letter-spacing: 0.12em;*/margin-bottom: 16px;font-size:16px}
.footer-head-new a:hover {color: #e5a132;}
.footer-item {color:#b9b9b9}
.footer-item:hover {color:#e5a132}
.footer{font-family:VoxRoundWide-Bold,sans-serif;padding-top:48px;padding-bottom:20px;background-color:#202020;overflow: hidden;}
.footer .container{display:flex;flex-wrap:wrap;justify-content:space-between}
.footer .footer-block{margin-bottom:10px;position:relative;display:flex;flex-direction:column;align-items:start;}
.footer .footer-block:not(.logo){border-left:1px solid #000}
.footer .footer-block:nth-child(2){width:15%;}
.footer .footer-block:nth-child(3){width:20%;}
.footer .footer-block:nth-child(4){width:25%} 
.footer .footer-block:nth-child(5){width:20%}
.footer-payments{text-align: center;border-top: 1px solid #333;padding: 15px 0 15px;}
.footer-payments img {max-width: 70%;}
.footer .footer-logo{background-image:url(../image/footer-logo.png);width:90%;height:74px;background-size:contain;background-repeat:no-repeat;background-position:center}
.footer .footers_socials{/*width:91%*/}
.footer-block>li{margin-bottom:5px}
.footer-block>li.footer-head{font-size:16px;margin-bottom:15px;text-transform:uppercase;color:#e5a132}
.footer .footer-block .footer-item{font-size:14px;color:#fff}

.cookie-block .cookie-btn:hover {background: #2068e1;}
