a {
    color: #fff;
}

a:focus {
    color: inherit;
}

a:hover {
    color: inherit;
}

.color-normal {
    color: #fff;
}

.color-black {
    color: #000;
}

.color-gray {
    color: rgba(255, 255, 255, 0.5);
}

.color-white {
    color: #ffffff;
}

.color-orange {
    color: #E9A361;
}

.color-yellow {
    color: #FFCC00;
}

.color-red {
    color: #CA271A;
}

body {
    font-family: "Exo 2", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #fff;
    background: #5C5F67;
    font-size: 18px;
}

.tt-square {
    font-family: 'TT Squares';
}


.fancybox-skin {
    position: relative;
    background: #232835;
    color: #fff;
    border-radius: 0px;
}

.popup-form {
    padding: 25px 20px;
    background: rgba(0, 0, 0, 0.8);
}

.popup-form.popup-wide {
    width: 1030px;
}

.popup-form .header {
    font-size: 28px;
    margin-bottom: 30px;
}

.fancybox-close {
    top: 10px;
    right: 10px;
    width: 13px;
    height: 13px;
    background-image: url(../site_img/close.svg);
}

a.btn-yellow {
    height: 60px;
    line-height: 60px;
    padding: 0 40px;
    outline: 0;
    border: 0;
    border-radius: 0;
    color: #000;
    background: #FFCC00;
    font-size: 22px;
}

.modal-backdrop.show {
    opacity: 0.6;
}

a.btn-yellow.disabled {
    background: #384252;
    color: #AFB9C4;
}

a.btn-yellow:hover {
    color: #384252;
    background: #ffdd55;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
}

.popup-block {
    width: 800px;
    background: #000000d0;
    padding: 40px 25px;
}

.modal-content {
    background: transparent;
}

.top {
    background: url(../site_img/top.jpg) no-repeat top -80px center;
    padding-top: 60px;
    padding-bottom: 50px;
}

.top h1 {
    line-height: 1;
    margin-bottom: 10px;
    font-size: 64px;
}

.top h2 {
    line-height: 1.15;
    margin-bottom: 20px;
    font-size: 28px;
}

.top h4 {
    line-height: 1;
    margin-bottom: 290px;
    font-size: 15px;
}

.top .desc {
    margin: 0 auto;
    max-width: 784px;
    font-weight: bold;
}

.top .desc h2 {
    margin-bottom: 20px;
    font-size: 36px;
}

.items-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 94px;
    margin-bottom: 60px;
}

.items-grid .item-one {
    display: flex;
    flex-direction: column;
}

.item-one .image {
    position: relative;
    margin-bottom: 17px;
}

.item-one a:hover {
    text-decoration: none;
}

.item-one .image a.note {
    position: absolute;
    top: 0;
    right: 0;
}

.item-one .name {
    color: #FFCC00;
    font-size: 21px;
    text-align: center;
    font-family: 'TT Squares';
}

.item-one .level {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 16px;
    line-height: 1.1;
    text-align: center;
}

.item-one a.btn-yellow {
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    width: 100%;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    text-align: center;
    margin-top: auto;
    padding: 0;
}

.skins .item-one .image {
    margin-bottom: 8px;
}

.skins .item-one .name {
    color: #fff;
    text-align: left;
    font-family: "Exo 2", sans-serif;
    font-size: 16px;
    margin-bottom: 8px;
    text-transform: uppercase;
    line-height: 1.1;
}

.balance-info {
    height: 63px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #384252;
    color: #FFFFFF;
    font-size: 15px;
}

.balance-info .balance {
    font-size: 18px;
}

#show-tank .modal-dialog, #show-skin .modal-dialog {
    max-width: 475px;
}

#show-tank .name {
    color: #FFCC00;
    font-size: 24px;
    text-align: center;
    line-height: 1.2;
}

#show-tank .level {
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    line-height: 1.1;
    margin-bottom: 10px;
}

#show-tank .image, #show-skin .image {
    margin-bottom: 15px;
}

#show-tank .image {
    min-height: 264px;
}

#show-tank .desc, #show-skin .desc {
    font-weight: bold;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 10px;
    font-size: 16px;
}

#show-skin .desc {
    margin-top: 15px;
}

#show-tank .block-table-one {
    margin-bottom: 0px;
}

#show-tank .block-table-one-header {
    margin-bottom: 5px;
    align-items: center;
    font-weight: bold;
    color: #FFDC62;
    gap: 11px;
    display: none !important;
}

#show-tank .block-table-one-line {
    padding: 5px 0;
    color: rgba(255, 255, 255, 0.5);
    border-top: 1px dashed #AFB9C4;
    align-items: center;
    font-weight: bold;
    justify-content: space-between;
    display: flex;
}

#show-tank .block-table-one-line span:last-child {
    color: #fff;
}

#show-tank .btn-block a.btn-yellow, #show-skin .btn-block a.btn-yellow {
    display: block;
    width: 100%;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
}

#show-tank .btn-block, #show-skin .btn-block {
    margin-bottom: 35px;
    margin-top: 10px;
}

#show-tank .balance-block, #show-skin .balance-block {
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-bottom: 20px;
}

#show-tank .balance-block span:first-child, #show-skin .balance-block span:first-child {
    font-size: 15px;
}

.popup-form .gallery {
    padding: 0 78px;
    position: relative;
}

#skin-popup-slider img {
    width: 100%;
    height: auto;
    display: block;
}

#skin-popup-slider .slick-track {
    display: flex;
    align-items: center;
}

#skin-popup-slider {
    overflow: hidden;
    width: 277px;
}

.arrow-next, .arrow-prev {
    border: 0;
    outline: 0;
    background: transparent;
    position: absolute;
    width: 32px;
    top: 0;
    height: 100%;
    display: block;
    cursor: pointer;
}

.arrow-prev {
    background: url(../site_img/arrow-left.svg) no-repeat left center;
    left: 0;
}

.arrow-next {
    background: url(../site_img/arrow-right.svg) no-repeat right center;
    right: 0;
}

#show-skin .name {
    padding: 10px 0 20px 0;
    text-align: center;
    color: #FFCC00;
    font-size: 24px;
    line-height: 1.1;
}

#need-money a.btn-yellow {
    font-size: 16px;
}

@media (max-width: 1200px) {
    .items-grid {
        gap: 20px 50px;
    }
}

@media (max-width: 992px) {
    body {
        font-size: 16px;
    }

    .items-grid {
        gap: 20px 20px;
    }

    .item-one .name {
        font-size: 18px;
    }

    .items-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    a.btn-yellow {
        height: 60px;
        line-height: 60px;
        font-size: 24px;
        max-width: 400px;
    }

    #need-money a.btn-yellow {
        font-size: 16px;
        padding: 0 20px;
    }

    .popup-block {
        max-width: 100%;
        width: auto;
        padding: 30px 15px;
    }

    .items-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .top {
        background: url(../site_img/top.jpg) no-repeat top center;
        padding-top: 20px;
        background-size: 1200px auto;
    }
}

@media (max-width: 450px) {
    #need-money a.btn-yellow {
        font-size: 14px;
        padding: 0 10px;
        width: 100%;
    }

    .top {
        background-size: 900px auto;
    }

    .top h1 {
        font-size: 40px;
    }

    .top h2 {
        font-size: 20px;
    }

    .top h4 {
        margin-bottom: 175px;
    }

    .top .desc h2 {
        margin-bottom: 10px;
        font-size: 24px;
    }

    .items-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .items-grid .item-one {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .item-one {
        margin-bottom: 15px;
    }

    .item-one .image {
        margin-bottom: 5px;
        width: 120px;
        margin-right: 10px;
    }

    .name-level-wrapper {
        flex: 1;
        width: 100%;
        margin-bottom: 5px;
    }

    .item-one .name-level-wrapper .name {
        font-size: 17px;
        text-align: left;
    }

    .item-one .name-level-wrapper .level {
        font-size: 15px;
        text-align: left;
    }

    .fs36 {
        font-size: 24px !important;
    }

    .skins .item-one .image {
        width: 100%;
        margin-right: 0px;
    }

    .skins .item-one .image img {
        width: 100%;
    }

    .mb50 {
        margin-bottom: 30px;
    }

    .balance-info .balance {
        font-size: 16px;
    }

    .balance-info {
        height: 53px;
        font-size: 14px;
    }

    .popup-form {
        padding: 20px 10px;
        font-size: 15px;
    }

    a.btn-yellow {
        height: 50px;
        line-height: 50px;
        font-size: 18px;
        max-width: 400px;
    }

    #show-tank .balance-block span:first-child, #show-skin .balance-block span:first-child {
        font-size: 14px;
    }

    #show-skin .name {
        padding: 10px 0 15px 0;
        font-size: 18px;
    }

    .popup-form .gallery {
        padding: 0px 25px;
    }

    .arrow-next, .arrow-prev {
        width: 16px;
    }

    #skin-popup-slider {
        width: 235px;
    }

    #show-tank .image {
        min-height: auto;
    }
}
