@keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 35%; opacity: 1}
}

.strikethrough {
    position: relative;
}

.strikethrough:before {
    border-bottom: 4px solid #D39C48;
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    transform: rotate(-35deg);
    top: 0px;
    left: -10%;
}

.head {
    background: #252625;
    padding-top: 23px;
    padding-bottom: 16px;

    display: flex;
    flex-direction: row;
    justify-content: space-between;

    padding-left: 10%;
    padding-right: 10%;

    align-items: center;
}

.footer-block-one, .footer-block-two {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pcs-block {
    display: flex;
    flex-direction: row;
    gap: 40px;
}

.pcs-block img {
    align-self: center;
}

/*#login-text {*/
/*    transition: 0.5s ease-out;*/
/*}*/

#login-text:hover {
    color: rgba(255, 255, 255, 0.9) !important;
}

.content {
    display: flex;
    flex-direction: row;

    padding-left: 10%;
    padding-right: 10%;
}

.info {
    max-width: 50%;
}

.download-btn {
    border: none;
    border-radius: 4px;

    background-color: #6A8240;

    padding: 15px;

    cursor: pointer;

    display: flex; 
    flex-direction: row; 
    
    align-items: center; 
    
    gap: 25px; 
    
    width: 100%;

    transition: 0.5s ease-out;
}

.download-btn:hover {
    background-color: #91AF55;
    transition: 0.5s ease-out;
}

.download-btn img {
    transition: 0.5s ease-out;
}

.download-btn:hover img {
    scale: 1.1;
    transition: 0.5s ease-out;
}

.vk-btn {
    border: 4px solid rgba(49,145,255,0.5);
    border-radius: 4px;

    background-color: #2D89F3;

    padding: 15px;

    cursor: pointer;

    display: flex; 
    flex-direction: row; 
    
    align-items: center; 
    
    gap: 25px; 
    
    width: 100%;

    transition: 0.5s ease-out;
}

.vk-btn:hover {
    background-color: rgb(66, 152, 250);
    transition: 0.5s ease-out;
}

.vk-btn img {
    transition: 0.5s ease-out;
}

.vk-btn:hover img {
    scale: 1.1;
    transition: 0.5s ease-out;
}

.upd-info {
    width: 90%;

    background-color: rgba(106, 130, 64, 0.2);

    display: flex;
    flex-direction: column;

    padding: 5%;

    border-radius: 4px;
}

.buy-invite {
    margin-top: 20%;

    display: flex;
    flex-direction: column;
}

.buy-btn {
    border: none;
    border-radius: 4px;

    background-color: #883F36;

    padding: 10px;

    cursor: pointer;

    display: flex; 
    flex-direction: row; 
    
    align-items: center;

    gap: 25px; 

    width: 100%;

    margin-top: 3%;

    transition: 0.5s ease-out;
}

.buy-btn:hover {
    background-color: #AA5046;
    transition: 0.5s ease-out;
}

.buy-btn svg {
    transition: 0.5s ease-out;
}

.buy-btn:hover svg {
    scale: 1.1;
    transition: 0.5s ease-out;
}

.images {
    max-width: 50%;
}

#card {
    display: none;
}

/*#user {
    display: none;
}*/

html {
    height: 100%;
}

body {
    background: #252625;
    padding-top: 0px;

    margin: 0;

    min-height: 100%;

    display: grid;
    grid-template-rows: auto 1fr auto;
}

.subheaderfont.auth {
    font-size: 13px;
}

a {
    color: rgba(227, 227, 227, 0.5);
}

a:visited {
    color: rgba(227, 227, 227, 0.5);
}

.social-media {
    margin-top: 5%;
    margin-bottom: 3%;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 5%;

    scale: 0.85;
}

.social-media svg {
    cursor: pointer;

    transition: 0.5s ease-out;
}

.social-media svg:hover {
    cursor: pointer;

    scale: 1.2;
    transition: 0.5s ease-out;
}

.social-media svg path {
    cursor: pointer;
    transition: 0.5s ease-out;
}

.social-media svg:hover path {
    fill: white;
    fill-opacity: 1;
    
    transition: 0.5s ease-out;
}

footer {
    height: 55px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding-left: 10%;
    padding-right: 10%;

    margin-bottom: 70px;
    margin-top: 35px;
}

footer a {
    transition: 0.5s ease-out;
}

footer a:hover {
    color: rgba(255, 255, 255, 0.9) !important;
}

.slots-header-container {
    margin-top: 5%;
    margin-bottom: 4%;
    display: flex; 
    flex-direction: row; 
    align-items: center; 
    max-height: 75px; 
    width: 100%; 
    gap: 2%;
}

.slots-header-block {
    display: flex; 
    flex-direction: column;
}

.slots-container {
    display: flex;
    justify-content: center;
    align-items: center;

    height: 100%;
}

.slots {    
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.slot {
    min-width: 420px;
    max-width: 420px;

    border-radius: 4px;

    height: 462px;
    max-height: 462px;

    display: flex;
    flex-direction: column;
}

.slot-bonus-container {
    flex-grow: 1; 
    overflow: auto;
}

.slot-bonus-container::-webkit-scrollbar { 
    width: 0px;
    background: transparent;
}

.green .slot-bonus {
    margin-top: 14px !important;

    display: flex !important;
    flex-direction: row;
    align-items: center;

    background-color: rgba(106, 130, 64, 0.25);

    border: 1px solid #6A8240 !important;

    gap: 10% !important;

    padding-left: 5% !important;

    height: 105px !important;
}

.red .slot-bonus {
    margin-top: 14px !important;
    
    display: flex !important;
    flex-direction: row;
    align-items: center;

    background-color: rgba(136, 63, 54, 0.25);

    border: 1px solid #883F36 !important;

    gap: 10% !important;

    padding-left: 5% !important;

    height: 105px !important;
}

.slot .slot-block {
    display: flex;
    justify-content: space-between;

    padding-top: 9px;
    padding-bottom: 9px;

    padding-left: 15px;
    padding-right: 15px;
}

.green {
    background-color: rgba(106, 130, 64, 0.2);
}

.red {
    background-color: rgba(136, 63, 54, 0.2);
}

.green span {
    color: #E4FFB6;
}

.red span {
    color: #FFEDEB;
}

.green .slot-bonus span {
    color: #FBFFF4;
    font-family: 'Proxima Nova Semibold'; 
    font-size: 15px;

    text-shadow: 1px 1px 5px black;
    text-wrap: pretty;
}

.red .slot-bonus span {
    color: rgba(255, 252, 252, 0.9);
    font-family: 'Proxima Nova Semibold'; 
    font-size: 15px;

    text-shadow: 1px 1px 5px black;
    text-wrap: pretty;
}

.green .slot-block {
    background-color: #6A8240;
}

.red .slot-block {
    background-color: #883F36;
}

.green .slot-block.down {
    cursor: pointer;
    transition: 0.5s ease-out;

    justify-content: center;
}

.red .slot-block.down {
    cursor: pointer;
    transition: 0.5s ease-out;

    justify-content: center;
}

.green .slot-block.down:hover {
    cursor: pointer;
    transition: 0.5s ease-out;

    background-color: #94b65a;
}

.red .slot-block.down:hover {
    cursor: pointer;
    transition: 0.5s ease-out;

    background-color: #bd5a4c;
}

#nickname {
    width: 100%;
    box-sizing: border-box;

    font-family: 'Proxima Nova Semibold';
    font-size: 30px;
    
    padding: 2%;

    color: rgba(255,255,255,0.8);
    background-color: #232323;

    border: 2px solid rgba(190, 65, 44, 0.2);
    border-radius: 2px;

    transition: 0.5s ease-out;

    margin-top: 2%;
    margin-bottom: 7%;
}

#nickname:hover {
    border: 2px solid rgba(190, 65, 44, 0.4);
    transition: 0.5s ease-out;
}

#nickname:active, #nickname:focus {
    outline: none;
    border: 2px solid rgba(190, 65, 44, 0.6);
}

.warnings {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem;
    padding: 1rem;

    margin-top: 5%;
    margin-bottom: 10%;
}

.warning-container {
    display: flex; 
    flex-direction: row;
    
    align-items: center;
    
    gap: 5%; 
}

.modal {
    /*display: none; */
    position: fixed; 
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.7);
}

.modal-content {


    /*position: relative;*/
    /*background-color: rgba(26,28,26,1);*/
    /*margin: auto;*/
    /*padding: 20px;*/
    /*border: 1px solid #222;*/
    /*width: 50%;*/
    /*box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);*/
    /*animation-name: animatetop;*/
    /*animation-duration: 0.4s;*/

    /*border-radius: 10px;*/

    /*top: 35%;*/
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.apply-btn {
    border: 4px solid rgba(0, 158, 92, 0.3);
    border-radius: 4px;

    background-color: rgba(0, 158, 92, 0.3);

    padding: 15px;

    cursor: pointer;

    display: flex; 
    
    justify-content: center;    
    align-items: center; 

    transition: 0.5s ease-out;
}

.cancel-btn {
    border: 4px solid rgba(158, 0, 42, 0.3);
    border-radius: 4px;

    background-color: rgba(158, 0, 42, 0.3);

    padding: 15px;

    cursor: pointer;

    display: flex; 
    
    justify-content: center;      
    align-items: center; 

    transition: 0.5s ease-out;
}

/* PC */
@media (max-width: 1660px) {
    .slot {
        min-width: 380px;
    }
}

@media (max-width: 1490px) {
    .slot {
        min-width: 300px;
    }
}

@media (max-width: 1420px) {
    .images {
        display: none !important;
    }

    .content {
        justify-content: center !important;
    }

    .info {
        max-width: 80%;
    }

    .info {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .buy-invite {
        display: flex;
        flex-direction: column;
        align-items: center; 
    }

    .social-media {
        margin-top: 3%;
    }

    .upd-info span {
        font-size: 14px !important;
    }
}

@media (max-width: 1270px) {
    .slot {
        min-width: 270px;
        width: 270px;
    }

    .slot-block span {
        font-size: 16px !important;
    }

    .slot-bonus span {
        font-size: 10px !important;
    }
}

@media (max-width: 1190px) {
    .slots-header-block span {
        font-size: 25px !important;
    }
}

@media (max-width: 1135px) {
    footer a {
        font-size: 14px !important;
    }

    footer span {
        font-size: 14px !important;
    }
}

@media (max-width: 1055px) {
    .slots {
        padding-top: 5%;
        padding-bottom: 5%;

        flex-direction: column;
        align-items: center;

        gap: 25px;
    }

    .slot {
        min-width: 380px;
    }

    .slot-block span {
        font-size: 20px !important;
    }

    .slot-bonus span {
        font-size: 13px !important;
    }

    #auth-question-buttons {
        flex-direction: column !important;
        justify-content: unset;
        align-items: center;

        gap: 10px;
    }

    #auth-question-buttons button {
        width: 70% !important;
    }

    .apply-btn span {
        font-size: 16px !important;
    }

    .cancel-btn span {
        font-size: 16px !important;
    }

    .modal-content p {
        font-size: 18px !important;
    }
}

@media (max-width: 1020px) {
    footer a {
        font-size: 12px !important;
    }

    footer span {
        font-size: 12px !important;
    }

    .slots-header-block span {
        font-size: 20px !important;
    }
}

@media (max-width: 850px) {
    footer a {
        font-size: 10px !important;
    }

    footer span {
        font-size: 10px !important;
    }
}

@media (max-width: 825px) {
    h1 {
        font-size: 50px !important;
    }

    h2 {
        font-size: 20px !important;
    }

    .social-media {
        margin-top: 4%;
    }
}

/* MOBILE */
@media (max-width: 710px) {
    #oferta {
        font-size: 15px !important;
    }

    #privacy span, #terms span {
        font-size: 12px !important;
    }

    #warn-desc {
        font-size: 15px !important;
    }

    .warnings {
        display: flex;
        flex-direction: column;
    }

    .warning-container span {
        font-size: 14px !important;
    }

    .warning-container img {
        scale: 0.7;
    }

    .slots-header-container {
        flex-direction: column;
        max-height: 144px;
    }

    .slots-header-block {
        text-align: center;

        gap: 10px;
    }

    .slots-header-container svg {
        display: none;
    }

    footer {
        flex-direction: column;
    }

    footer a {
        font-size: 8px !important;
    }

    footer span {
        font-size: 8px !important;
    }

    .pcs-block {
        gap: 0px;
    }

    .pcs-block img {
        scale: 0.7;
    }

    .footer-block-one {
        flex-direction: row;
    }

    .footer-block-two {
        margin-top: 10px;
        gap: 0px;
    }

    #logo span {
        display: none;
    }

    .content {
        padding-left: 5%;
        padding-right: 5%;

        justify-content: unset;
    }

    .info {
        max-width: 100%;
        width: 100%;
    }

    .vk-btn {
        padding: 5px !important;
        gap: 10px;
        justify-content: center;
    }

    .vk-btn img {
        scale: 0.8;
    }
}

@media (max-width: 700px) {
    .head a {
        display: none;
    }

    #card {
        display: inline;
    }

    /*#user {
        display: inline;
    }*/

    h1 {
        font-size: 30px !important;
    }

    h2 {
        font-size: 15px !important;
    }

    .social-media svg {
        scale: 0.55;
    }
    
    .social-media svg:hover {
        cursor: pointer;
    
        scale: 0.9;
    }
}

@media (max-width: 570px) {
    footer a {
        font-size: 7px !important;
    }

    footer span {
        font-size: 7px !important;
    }
}

@media (max-width: 540px) {
    .slot {
        min-width: 300px;
    }

    .slot-block span {
        font-size: 16px !important;
    }

    .slot-bonus span {
        font-size: 14px !important;
    }

    .slots-header-block span {
        font-size: 17px !important;
    }
}

@media (max-width: 465px) {
    .slot {
        min-width: 280px;
    }

    .slot-bonus span {
        font-size: 12px !important;
    }

    .upd-info span {
        font-size: 14px !important;
    }

    .download-btn #first-line {
        font-size: 20px !important;
    }

    .download-btn #second-line {
        font-size: 15px !important;
    }

    .vk-btn #first-line {
        font-size: 20px !important;
    }
}
