html body {
    background-color: var(--main);
    margin: 0 auto;
}

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

a:hover {
    color: #b1e5ff;
}

p {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-style: normal;
    line-height: 28px;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
}

.top {
    overflow: hidden;
    width: 100%;
}

#ambient {
    background-color: var(--second);
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 50vh;
    top: 0;
}

.shape {
    background-color: var(--main);
    z-index: 5;
    width: 100%;
    position: relative;
    transform: skewY(-2deg);
    box-shadow: 0px 14px 16px 0px rgba(var(--shadow), 0.2) inset;
    margin-top: 40px;
    height: 150px;
}

.shape-main {
    background-color: var(--main);
    z-index: 10;
    width: 100%;
    position: relative;
    margin-top: 10px;
}

.logo {
    height: 150px;
    width: 500px;
    background-position: center;
    background-image: url(../img/bozon/logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    z-index: 100;
    left: 50%;
    transform: translateX(-50%);
    margin: 50px 0 0 0;
    filter: drop-shadow(0px 14px 16px rgba(var(--shadow), 0.5));
}

.cont {
    width: 100%;
    padding: 0 10%;
    display: flex;
    justify-content: center;
    margin-top: -100px;
}

.card-div {
    width: 1100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card {
    min-height: 520px;
    width: 400px;
    margin: 0 50px;
    margin-bottom: 30px;
    border: 0;
    position: relative;
    padding-bottom: 20px;
}

.def {
    background: linear-gradient(225deg, var(--def1) 0%, var(--def2) 100%);
    box-shadow: 8px 8px 8px 0px rgba(var(--shadow), 0.2);
}

.flex {
    background: linear-gradient(225deg, var(--flex1) 0%, var(--flex2) 100%);
    box-shadow: 8px 8px 8px 0px rgba(var(--shadow), 0.2);
}

.txt {
    margin-top: 20px;
}

.name {
    border-bottom: 2px solid #00000008;
    margin-bottom: 20px;
}

.flex .name {
    border-bottom: 2px solid #00000008;
    margin-bottom: 20px;
}

.input {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 40px;
}

.field {
    width: 264px;
    height: 43px;
    display: flex;
    border-radius: 0 4px 4px 0;
    box-shadow: none;
    caret-color : #ADB5BD;
    color: #5d6c79;
    font-weight: 600;
}

.field:focus {
    outline: none;
    box-shadow: none;
}

::placeholder {
    color: #ADB5BD;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
}

.input-group {
    width: auto;
    height: 42px;
    box-shadow: 0px 2px 3px 0px rgba(var(--shadow), 0.5);
}


.ni-nick {
    background: url(../img/icons/nick.svg) no-repeat;
}

.ni-cpn {
    background: url(../img/icons/cpn.svg) no-repeat;
}

.ni {
    background-position: center;
    width: 22px;
    height: 22px;
    background-size: 90%;
}
.input-group-text {
    background-color: white;
}

.icon {
    width: 20px;
    height: 43px;
    display: flex;
}

.custom-control-label::before {
    width: 20px;
    height: 20px;
    top: -0.875rem;
}

.custom-control-label::after {
    width: 20px;
    height: 20px;
    top: -0.875rem;
}

.ok {
    color: #404E70;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    display: inline-block;
    letter-spacing: 0;
    text-transform: none;
}

.link {
    color: #E9EAEC;
    text-decoration: underline;
}

.btn-primary {
    background-color: #5E72E4;
    padding: 12px 55px;
    border: none;
}

.btns {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 40px;
}

.btn-txt {
    color: var(--text-color-white, #FFF);
    text-align: center;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1px;
}

.flex .btn-txt {
    background-color: #f9c54b;
}

.flex .btn-txt:hover {
    background-color: #ebb11f;
}

.flex .btn-txt:active {
    background-color: #ebb11f!important;
}

.flex .btn-txt:focus {
    background-color: #d4a01c!important;
    box-shadow: none!important;
}

.flex .back-btn, .def .back-btn {
    margin-top: 10px;
    background-color: rgba(var(--main_a), 0.4);
    border: 0px;
    box-shadow: none;
    outline: none;
    font-size: 12px;
}

.flex .back-btn {
    background-color: #f9c54b70;
}

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

.back-btn:hover {
    background-color: rgba(var(--main_a), 0.8);
    border: 0px;
    box-shadow: none;
    outline: none;
    transform: none;
}

.custom-toggle {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 100;
}

.rounded-circle {
    border-radius: 34px!important;
}

.custom-toggle input:checked + .custom-toggle-slider {
    border: 1px solid var(--anim);
}

.custom-toggle input:checked + .custom-toggle-slider:before {
    transform: translateX(1.625rem); 
    background: var(--anim);
}

.custom-toggle-slider:before {
    background-color: var(--flex1);
}

.custom-toggle-slider {
    border: 1px solid var(--flex1);
}

.price {
    margin-top: 25px;
}

.price-txt {
    font-size: 40px;
    font-weight: 600;
}

.price-desc {
    font-size: 16px;
    line-height: 10px;
    font-weight: 500;
}

.list {
    display: flex;
    align-items: center;
    margin-left: 50px;
    margin-top: 40px;
}

ul {
  list-style: none;
}

li {
    color: #FFF;
    font-size: 16px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 400;
    display: flex;
    margin: 0 0 15px 0;
}

#ac:before {
    background-image: url(../img/icons/ac.svg);
}

#chat:before {
    background-image: url(../img/icons/chat.svg);
}

#up:before {
    background-image: url(../img/icons/up.svg);
}

#badge:before {
    background-image: url(../img/icons/badge.svg);
}

#hat:before {
    background-image: url(../img/icons/hat.svg);
}

#fx:before {
    background-image: url(../img/icons/fx.svg);
}

#color:before {
    background-image: url(../img/icons/color.svg);
}

#old:before {
    background-image: url(../img/icons/old.svg);
}

#prefix:before {
    background-image: url(../img/icons/prefix.svg);
}

li::before {
    float: left;
    content: '';
    margin-right: 16px;
    background-size: 28px;
    height: 28px;
    width: 28px;
}

.gold {
    font-weight: 600;
}

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

.open .btn {
    vertical-align: bottom;
}

.hidden {
    visibility: hidden;
}
.progress-wrapper {
    width: 50vw;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.progress-percentage {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.progress-percentage p {
    font-size: 16px;
    white-space: nowrap;
}

.bg-primary {
    background-color: var(--ac)!important;
}

.progress-bar {
    position: relative;
    overflow: hidden;
  }

.progress {
    border-radius: 40px;
    height: 17px;
}

.progress-bar:after {
    content: "";
    display: block;
    width: 40px;
    height: 200px;
    margin-left: 50px;
    background: #fff;
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.5) 0%,
        rgba(255, 255, 255, 1) 50%,
        rgba(255, 255, 255, 0.5) 100%
    );
    left: -40px;
    top: -100px;
    z-index: 1;
    transform: rotate(45deg);
    position: absolute;
    animation: movingFlare 5s ease-in-out 0.07s infinite;
  }

  @keyframes movingFlare {
    100% {
      left: -30px;
      margin-left: 0px;
    }
    70% {
      left: 110%;
      margin-left: 80px;
    }
    0% {
      left: 110%;
      margin-left: 80px;
    }
  }

.in_txt_img {
	display: inline-block;
	height: 24px;
	width: 70px;
	background-size: contain;
	background-repeat: no-repeat;
	image-rendering: pixelated;
	margin: 0 10px;
    margin-top: 4px;
	background-image: url(../img/icons/flexer.webp);
}

.layer-2,
.layer-2_2 {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-left: 50%;
    transform: translateX(-50%);
    top: 145px;
}

.flex ul li:before {
    background-color: #e5b3a0;
}
.def ul li:before {
    background-color: #71b9f7;
}
.def  ul li:before, .flex ul li:before {
    border-radius: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px;
}

.alert {
    position: fixed;
    top: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
}

.alert-on {
    animation: showBlock 0.2s linear forwards;
}

.alert-off {
    animation: hideBlock 0.2s linear forwards;
  }

@keyframes showBlock {
    0% {
      opacity: 0;
      top: -50px;
    }
    100% {
      opacity: 1;
      top: 0;
    }
}

@keyframes hideBlock {
    100% {
      opacity: 0;
      top: -50px;
    }
    0% {
      opacity: 1;
      top: 0;
    }
  }

.html-blur {
    filter: blur(2px);
}

.blur {
    width: 100%;
    height: 100%;
    position: fixed;
    filter: blur(2px);
    z-index: 999;
    pointer-events: none;
}

.oferta {
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-color: var(--oferta);
    z-index: 2000;
    display:  flex;
    align-items: center;
    border-radius: 4px;
    padding: 50px 40px 30px 40px;
}

.oferta-ul {
    display: flex;
    flex-direction: column;
}

.oferta-ul li {
    display: flex;
    align-items: center;
    color: var(--font);
    font-family: Inter;
    font-weight: 500;
}

.oferta-ul li::before {
    content: none;
}

.oferta-btn {
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
}

.oferta-btn:hover {
    transform: translateX(-50%) translateY(-3%);
    box-shadow:  0 4px 6px rgba(50, 50, 93, 0.3);
}