#popupMain {
    display: none;
}
.popup-container {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;    
    height: 100%;    
}
.popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;    
    height: 100%;    
    background-color: #000;
    opacity: 0.6;
    z-index: 1;
}
.popup-window-box {
    position: relative;
    width: 44.271vw;
    min-height: 31.250vw;
    background-color: #1f2636;
    border-radius: 17px;
    margin: 0 auto;
    z-index: 20;
    top: 7.813vw;
}
.popup-window-box h4 {
    font-size: 1.875vw;
    line-height: 1.875vw;
    padding-top: 3.906vw;
    text-align: center;
}
.popup-window-box h4 span{
    font-weight: 300;
}
.popup-description {
    font-size: 1.250vw;
    line-height: 1.563vw;
    padding-top: 1.302vw;
    text-align: center;
    width: 29.948vw;
    margin: 0 auto;
}
.resend-code,
.go-to-first-step {
    font-size: 0.938vw;
    line-height: 1vw;
    padding-top: 1.083vw;
    text-align: right;
    text-decoration: underline;
    margin: 0 auto;
    cursor: pointer;
}
.tel-section {
    font-size: 0.938vw;
    line-height: 1vw;
    padding-bottom: 1.083vw;
    text-align: center;
    margin: 0 auto;
}
.form-get-phone,
.form-enter-code {
    width: 21.354vw;
    margin: 2.188vw auto 0;
}
*:focus {
    outline: none;
}
.popup-window-box  form label {
    font-size: 0.8vw;
    line-height: 0.8vw;
}
.checkbox-container {
    margin-top: 1.6vw;
    display: flex;
    align-items: start;
}
.popup-window-box input[type="text"],
.popup-window-box input[type="number"] {
    width: 21.146vw;
    height: 3.021vw;
    border: 2px solid #f18db9;
    border-radius: 10px;
    text-align: center;
    font-size: 0.78vw;
}
.popup-window-box input[type="checkbox"] {
    width: 0.885vw;
    height: 0.885vw;
    margin-left: 0.6vw;
}
.pop-up-button,
.approval {
    margin: 2.083vw auto 0;
    width: 13.281vw;
    height: 3.125vw;
    line-height: 3.125vw;
    background: rgb(166,50,137);
    background: linear-gradient(0deg, rgba(166,50,137,1) 0%, rgba(222,43,126,1) 70%);
    border: none;
    border-radius: 9px;
    color: #fff;
    font-size: 1.250vw;
    display: block;
    text-align: center;
    cursor: pointer;
}
.approval:hover {
    color: #fff!important;
    text-decoration: none;
}
.close-opup-overlay {
    text-align: center;
    color: #fff;
    margin-top: 1.042vw;
    line-height: 2.292vw;
    font-size: 1.250vw;
    cursor: pointer;
}
.popup-window-box .error_ajax {
    display: none;
    font-size: 0.938vw;
    line-height: 1.5vw;
    color: #fff;
    background-image: url(../images/popup_error.png);
    background-size: 1.302vw 1.302vw;
    background-position: right top;
    margin-top: 0.521vw;
    background-repeat: no-repeat;
    padding-right: 1.7vw;
}
.popup-window-box  .error_ajax img{
    width: 1.302vw;
    height: 1.302vw;
    margin: 0 0.3vw;
}
.popup-like-container {
}
.popup-like-container img{
    margin: 0 auto;
    display: block;
    width: 5.208vw;
    height: 4.792vw;
}
.signed-you-up {
    font-size: 1.250vw;
    text-align: center;
    margin-top: 1.823vw;
}
.social-section {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2.083vw;
    
}
.social-block {
    width: 5.469vw;
    margin: 0 2.083vw;
    text-align: center;
    position: relative;
}
.social-block.hide {
    opacity: 0;
}
.social-block.show {
    opacity: 1;
}
.hided-social-block {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.active-social-block {
    position: absolute;
    z-index: 1;
    opacity: 1;
    top: 0;
    right: -2.083vw;
}
.active-social-block {
    position: absolute;
    /* top: 0; */
    /* left: 0; */
    z-index: 1;
    opacity: 1;
    top: 0;
    right: -7.083vw;
}
.fb-social {
    right: 2.8vw;
}
.what-social {
    right: 7.5vw;
}
.social-block:hover{
    text-decoration: none;
}
.social-block:hover span{
    color: #fff;
}
.social-block img{
    width: 4.010vw;
    height: 4.010vw;
    display: block;
    margin: 0 auto;
}
.social-block span{
    font-size: 0.938vw;
}
.single-artist .hero-section__form {
    margin-bottom: 5px;
}
.artist-description.container-event {
    padding: 0; 
}
.popup-window-box input[type="number"]::-webkit-outer-spin-button,
.popup-window-box input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.popup-window-box input[type="number"] {
  -moz-appearance: textfield;
}
@media screen and (max-width: 1024px) {
    .popup-window-box {
        width: 93.333vw;
        min-height: 152vw;
        top: 26.667vw;
    }
    .popup-window-box h4 {
        font-size: 6.400vw;
        line-height: 8.533vw;
        padding-top: 17.333vw;
    }
    .popup-description {
        font-size: 5.333vw;
        line-height: 6.133vw;
        padding-top: 6.667vw;
        width: 85.333vw;
    }
    .form-get-phone,
    .form-enter-code {
        width: 80vw;
        margin: 8vw auto 0;
    }
    .popup-window-box form label {
        font-size: 4vw;
        line-height: 5vw;
    }
    .checkbox-container {
        margin-top: 8vw;
    }
    .popup-window-box input[type="text"],
    .popup-window-box input[type="number"] {
        width: 100%;
        height: 13.333vw;
        font-size: 4.267vw;
    }
    .popup-window-box input[type="checkbox"] {
        width: 6vw;
        height: 6vw;
        margin-left: 2.5vw;
    }
    .pop-up-button,
    .approval {
        margin: 9.333vw auto 0;
        width: 60vw;
        height: 13.333vw;
        line-height: 13.333vw;
        font-size: 5.867vw;
    }
    .close-opup-overlay {
        margin-top: 6.133vw;
        line-height: 10vw;
        font-size: 5.867vw;
    }
    .popup-window-box .error_ajax {
        background-image: url(../images/popup_error_mob.png);
    }
    .popup-window-box .error_ajax {
        font-size: 5vw;
        line-height: 6vw;
        margin-top: 1vw;
        background-size: 5vw 5vw;
        background-position: right top;
        background-repeat: no-repeat;
        padding-right: 6vw;
    }
    .popup-window-box .error_ajax img{
        width: 5vw;
        height: 5vw;
        margin: 0 1vw;
    }
    .resend-code,
    .go-to-first-step {
        font-size: 6.467vw;
        line-height: 7.467vw;
        padding-top: 6.333vw;
        cursor: pointer;
    }
    .tel-section {
        font-size: 6.467vw;
        line-height: 7.467vw;
        padding-bottom: 6.333vw;
    }
    .popup-like-container img{
        width: 22.933vw;
        height: 25.600vw;
    }
    .signed-you-up {
        font-size: 6.267vw;
        line-height: 8vw;
        width: 90%;
        margin: 9.333vw auto 0;
    }
    .social-section {
        margin-top: 5.333vw;
    }
    .social-block {
        width: 26.667vw;
        margin: 0 9.333vw;
    }
    .social-block img{
        width: 20.533vw;
        height: 20.533vw;
    }
    .social-block span{
        font-size: 4.800vw;
    }
    .fb-social {
        right: 37vw;
    }
    .fb-social {
        right: 37vw;
    }
    .what-social {
        right: 13.5vw;
    }
}
.popup-close-icon {
    position: absolute;
    right: 20px;
    top: 15px;
    cursor: pointer;
}