
.btn-druzhban:focus {
    outline: none;
}
.col-lg-3,.col-lg-12,.col-lg-4,.col-lg-5,.col-lg-6 {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.banner-block {
    height: 300px;
    align-items: flex-end;
    display: flex;
    color: #111;
    justify-content: space-between;
    margin-top: 100px;
    border-radius: 8px 8px 0 0 !important;
    margin-bottom: 4px;
}
.banner-content {
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    padding-left: 64px;
}
.banner-baba {
    background-image: url(/static/images/druzhban-pics/makar.png);
    background-size: 100%;
    background-repeat: no-repeat;
	width: 440px;
	height: 380px;
    margin-bottom: -24px;
}
.banner-topic {
    font-size: 50px;
    font-weight: 700;
}
.btn-druzhban {
    font-size: 17px;
    outline: none;
    color: white !important;
    border: none;
    font-weight: 600;
    background-color: hsl(var(--base) 100% 70%);
    border-radius: 100px;
    padding: 14px;
    line-height: 1;
    padding-left: 46px;
    padding-right: 46px;
    margin-top: 32px;
    transition: 200ms background-color;
    cursor: pointer;
    display: flex;
    justify-content: center;
}

.btn-druzhban:hover:not(.disabled){
    background-color: #d4337a;
}
.btn-druzhban.disabled{
    background-color: gray;
    cursor: not-allowed;
}
.btn-druzhban.continue{
    margin-top: 16px;
    width: 100%;
}
.main-block {
    background-color: #fff;
    color: #111;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    width: 100%;
    box-shadow: 0 1px 0 0 #dce1e6, 0 0 0 1px #e7e8ec;
}
.md-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 4px;
    row-gap: 40px;
    padding: 4px;
    margin-top: 60px;
    padding-left: 24px;
    padding-right: 24px;
}

.lg-row {
    grid-template-columns: 1fr 1fr;
    display: grid;
    background-color: #f7f7f7;
    margin-top: 60px;
    padding-bottom: 60px;
}
.lg-block {
    display: flex;
    flex-direction: column;
    padding: 32px;
    color: inherit;
    transition: 0.2s background-color
}

.lg-text-lg {
    font-size: 34px;
    line-height: 1.2;
    margin-top: 22px;
    color: hsl(var(--base) 100% 70%);
    font-weight: 600;
}
.lg-text-sm {
    font-size: 16px;
    margin-top: 12px;
    color: white;
    line-height: 1.2
}
.lg-text-hightlight {
    margin-top: -50px;
    font-size: 24px;
    font-weight: 500;
}
.plays-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 42px;
    text-align: center;
}

.plays-text-lg {
    font-size: 36px;
    color: #000;
    font-weight: 800;
}
.plays-text-sm {
    font-size: 16px;
    color: inherit;
    font-weight: 500;
    width: 85%;
}
.plays-pic {
    background-image: url(/static/images/druzhban-pics/plays-pic.jpg);
    width: 445px;
    height: 201px;
    background-size: contain;
    margin-top: 42px;
    border-radius: 8px;
}
.profile-pic{
    background-image: url(/static/images/druzhban-pics/private.jpg);
    width: 272px;
    height: 164px;
    margin-top: 42px;
    background-size: contain;
    border-radius: 8px;
}
.buy-block {
	display: flex;
	flex-direction: column;
	color: inherit;
    align-items: flex-start;
	padding: 32px 15%;
    overflow: hidden;
    margin-top: 4px;
    padding-bottom: 0;
}
.buy-head {
	background: none !important;
	color: #111;
	font-size: 42px;
	font-weight: 800;
	margin-bottom: 12px;
}
.druzhban-input {
    font-weight: 600;
    border-radius: 8px;
    background-color: #eee;
    padding: 8px 12px;
    font-size: 14px;
    color: #222;
    border: none;
    width: 318px;
    border: 2px solid transparent;
    transition: 200ms border-color;
}
.druzhban-input:focus {
    border-color: hsl(var(--base) 100% 70%);
    outline: none;
    
}
.input-text {
    font-size: 14px;
    margin-bottom: 8px;
}
.input-text{
    margin-top: 20px;
}
.input-block {
    display: flex;
    flex-direction: column;
    margin-top: 4px;
}
.buy-selector {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.buy-selector span:not(.input-text) {
    font-size: 12px;
    opacity: 0.55;  
}
.buy-block .btn-druzhban {
    margin-top: 16px;
    margin-bottom: 12px;
    padding: 16px 24px;
    width: 250px;
}
.druzhban-subtitle{
    margin-top: 12px;
}
.md-block {
    color: inherit;
    display: flex;
    flex-direction: column;
    padding: 24px;
    border-radius: 4px;
    transition: 400ms background-color, 200ms color, 200ms box-shadow;
    position: relative;
    z-index: 2;
    padding-top: 0px;
}
.donor-banner{
    border-radius: 0;
    margin: 0;
}
.md-block:hover {
    color: #fff;
	background-color: #000000b5;
}
.md-block:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-position: center;
    left: 0;
    top: 0;
    z-index: 0;
    border-radius: 4px;
    opacity: 0;
    transition: 300ms opacity, 300ms visibility;
}
.md-block:hover:before{
    opacity: 0.3;
    visibility: visible;
}
.md-block-pic1:before {
    background-image: url(/static/images/druzhban-pics/md-pic1.PNG);
}
.md-block-pic2:before {
    background-image: url(/static/images/druzhban-pics/followers.png);
    background-position-y: 5%;
}
.md-block-pic3:before{
    background-image: url(/static/images/druzhban-pics/appearance.JPG);
}
.md-block-pic4:before {
    background-image: url(/static/images/druzhban-pics/pp.JPG);
}
.md-block-pic5:before {
    background-image: url(/static/images/druzhban-pics/mikuia.png);
}
.md-block-pic6:before {
    background-image: url(/static/images/druzhban-pics/ava-gif.gif);
}
.md-block-pic7:before {
    background-image: url(/static/images/druzhban-pics/druzhban.jpg);
}
.md-block-pic8:before {
    background-image: url(/static/images/druzhban-pics/friends.JPG);
}
.md-block-pic9:before {
    background-image: url(/static/images/druzhban-pics/goldnick.jpg);
}
.md-block-pic10:before {
    background-image: url(/static/images/druzhban-pics/custom_color.png);
}
.md-block-pic11:before {
    background-image: url(/static/images/druzhban-pics/top100.png);
}
.md-block-pic12:before {
    background-image: url(/static/images/druzhban-pics/stream.png);
}
.md-count {
    display: flex;
    font-size: 24px;
    color: #fff;
    width: 46px;
    height: 46px;
    line-height: 1;
    justify-content: center;
    font-weight: 700;
    padding: 5px;
    position: relative;
    align-items: center;
    border-radius: 10px;
    background-color: hsl(var(--base) 100% 70%);
    margin-top: -24px
}
.md-icon{
    margin-top: -24px;
    z-index: 3;
}
.md-icon path:first-child{
    fill: hsl(var(--base) 100% 70%);
}
.md-topic {
    font-weight: 700;
    font-size: 28px;
    position: relative;
    margin-top: 20px;
    line-height: 1.1;
}
.md-text {
    position: relative;
    margin-top: 4px;
    font-size: 14px;
    font-weight: 500;
}
.xl-block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 90px;
}
.xl-content {
    color: inherit;
    display: flex;
    flex-direction: column;
    padding: 64px;
    justify-content: center;
    align-items: flex-start;
}
.xl-topic {
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
}
.xl-text {
    font-size: 14px;
    margin-top: 4px;
    opacity: 0.9;
    font-weight: 500;
    width: 70%;
}
span.druzhban-banner-text {
	font-weight: 500;
	opacity: 0.9;
}
.xl-pic {
    background-image: url(/static/images/druzhban-pics/clan-pic.jpg);
    background-size: cover;
    height: 300px;
    width: 50%;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
@media (max-width: 1200px) {
    .banner-topic {
        font-size: 44px;
    }
    #devka{
        display: none;
    }
}
@media (max-width: 992px) {
    .buy-logo{
        margin: 4px;
        border-radius: 4px;
        border-left-width: 1px !important;
    }
    .lg-text-hightlight {
        margin-top: 0px;
    }
    .banner-baba {
        background-size: 150%;
        background-position-x: center;
        width: 320px;
    }
    .xl-block {
        flex-direction: column-reverse;
    }
    .lg-row {
        grid-template-columns: 1fr;
    }
    .xl-pic {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 0px;
        width: auto;
        height: 230px;
        background-position-y: 52%;
    }
    .xl-content {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .md-row {
        grid-template-columns: 1fr 1fr;
    }
    .plays-pic {
        width: 90%;
        height: 200px;
        background-size: 100%;
        background-repeat: no-repeat;
    }
    .buy-head {
        font-size: 28px;
    }
    .xl-text{
        width: 100%;
    }
}
@media (max-width: 768px) {
    .md-row {
        grid-template-columns: 1fr;
    }

    .banner-baba {
        background-size: 200%;
    }
    .banner-topic {
        line-height: 1;
        margin-bottom: 18px;
    }
    .banner-content {
        padding-left: 28px;
    }
    .xl-content {
        padding-left: 28px;
        padding-right: 28px;
    }
    .plays-pic {
        height: 150px;
    }
    .md-row {
        padding-left: 4px;
        padding-right: 4px;
    }
    .plays-text-lg{
        font-size: 34px;
    }
}
@media (max-width: 576px) {
    .buy-block{
        padding: 32px 8px;
        overflow: visible;
        align-items: center;
    }
    .buy-selector{
        align-items: center;
	    text-align: center;
    }
    .buy-select{
        justify-content: center;
    }
    .buy-select .buy-logo{
        border-right-width: 1px;
    }
    .md-row {
        grid-template-columns: 1fr;
    }
    .md-count{
        display: none;
    }
    .main-block{
        border-radius: 0 !important;
    }
}
@media (max-width: 470px) {
    .banner-baba {
        display: none;
    }
    .banner-content {
        padding: 0 20px;
    }
    .banner-block {
        margin-top: 0px;
    }
    form{
        width: 100%;
    }
    .buy-block .btn-druzhban{
        width: 100%;
    }
}



.buy-logo {
	opacity: .5;
	transition: 150ms opacity, 300ms filter, 150ms background-color;
	cursor: pointer;
	background-size: 70%;
	background-position: center;
	height: 51px;
	width: 138px;
	background-repeat: no-repeat;
	filter: brightness(0);
    border: 1px solid #d0d0d062;
    border-right-width: 0;
    
}
.buy-logo[disabled]{
    cursor: default;
    
}
div#support{
    overflow: hidden;
}
.buy-logo:first-child{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;   
}
.buy-logo:last-child{
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-right-width: 1px;
}
.buy-select {
    margin-top: 6px;
    display: flex;
	flex-wrap: wrap;
	border-radius: 4px;
    overflow: hidden;
}

#devka.devka {
    position: absolute;
	width: 480px;
	height: 660px;
	background-image: url(/static/images/characters/devka.png);
	background-repeat: no-repeat;
	bottom: 0;
	margin-bottom: -24px;
	background-size: cover;
	right: 0%;
	background-position: bottom;
}
.buy-logo:not([disabled]):hover, .buy-logo.--selected {
    opacity: 1;
    filter: none;
}
.buy-logo.--selected{
    
    background-color: #efefef;
    border-color: transparent;
}
#stripe.buy-logo {
	background-image: url(/static/images/druzhban-pics/stripe.png);
	background-size: 50%;
}
#yandex.buy-logo {
    background-image: url(/static/images/druzhban-pics/Mir-logo.svg);
}
#da.buy-logo {
    background-image: url(/static/images/druzhban-pics/DA_Logo_Color.png);
    background-position-y: 60%;
}
#freekassa.buy-logo {
    background-image: url(/static/images/druzhban-pics/freekassa.png);
    background-size: 85%;
}
#freekassa.buy-logo.paypal {
    background-image: url(/static/images/druzhban-pics/paypal.png);
}
#sbp.buy-logo{
    background-image: url(/static/images/druzhban-pics/sbp.svg);
    background-size: 60%;
}
#palych.buy-logo{
    background-image: url(/static/images/druzhban-pics/mastercard.png);
}
.slider-track {
    background: #ffffff;
}
.input-abs-block{
    position: relative;
}
.druzhban-input+span {
    position: absolute;
    color: #fff;
    background-color: #46b100;
    width: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    text-shadow: none;
    padding: 4px 0;
    right: 10px;
    top: 10px;
}
.druzhban-input+span.error {
    background-color: #b10000;
}
.druzhban-input+span:before {
    content: "\f00c";
}
.druzhban-input+span.error:before {
    content: "\f00d";
}
.slider-handle.min-slider-handle.round {
    background: #b17;
    width: 10px;
    border-radius: 30%;
    box-shadow: none;
}
.slider {
    margin-top: 18px;
}
.slider .tooltip.top.tooltip-main{
    opacity: 1;
    margin-left: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: .8rem;
    height: .4rem;
    bottom: 0;
    left: 39%;
    margin-bottom: -6px;
}

.tooltip-arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #333;
}

.slider.slider-horizontal .slider-tick, .slider.slider-horizontal .slider-handle {
    margin-left: -5px;
}


.noUi-target {
    background: #eee;
    width: 400px;
    cursor: pointer;
    border-radius: 100px;
    margin: 14px 0px !important;
}

@media(max-width: 768px){
    .noUi-target{
        width: 85% !important;
    }
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.noUi-connect {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    background: hsl(var(--base) 100% 70%);
    border-radius: 6px;
    transition: 120ms right;
}

.noUi-handle { 
    border-radius: 100px; 
    border: 3px solid #ffffff; 
    border-radius: 100px; 
    background: hsl(var(--base) 100% 70%); 
    cursor: default; 
    box-shadow: none; 
    position: relative; 
    cursor: pointer; 
   }

.noUi-horizontal .noUi-handle { 
    width: 22px; 
    height: 22px; 
    left: -8px; 
    top: -5px; 
    z-index: 4; 
}

.noUi-origin {
    position: absolute;
    height: 0;
    width: 0;
    transition: 120ms left;
}
.noUi-horizontal { 
    height: 12px; 
}


.noUi-horizontal .noUi-tooltip {
    min-width: 165px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 200%;
    visibility: visible;
    opacity: 1;
    padding: 8px 12px;
    text-shadow: none;
    font-size: 14px;
    max-width: 172px;
    line-height: 1.2;
}
.noUi-horizontal .noUi-tooltip span{
    opacity: 0.55;
    font-weight: 400;
}
.noUi-tooltip::after{
    right: 42%;
    border-top-color: #222;
}
.noUi-tooltip{
    background-color: #222;
}

.vk-alert {
	background-color: #efefef;
	padding: 12px;
    max-width: 415px;
	border-radius: 6px;
	opacity: 1 !important;
	margin-top: 16px !important;
}
#snow-container {
    margin-left: 0 !important;
	margin-bottom: -24px !important;
}
.druzhban-payment{
    width: 100%;
    margin-top: 12px;
    font-size: 14px;
}
.druzhban-payment .default-input{
    margin-top: 6px;
    width: 100%;
    text-align: center;
}

.buy-block .btn-druzhban b {
	margin-left: 4px;
}
.contacts-form{
    opacity: 0.4;
    font-size: 11px;
    bottom: 0px;
    -webkit-user-select: none; /* Safari */
    user-select: none;
    cursor: default;
}