.cabinet_block {
    width: 741px;
    background: #fcfaf4;
    border-bottom: 3px solid #f1ebd9;
    -webkit-box-shadow: 0 14px 43px rgba(79, 45, 31, .17);
    -moz-box-shadow: 0 14px 43px rgba(79, 45, 31, .17);
    box-shadow: 0 14px 43px rgba(79, 45, 31, .17);
    font-size: 16px;
    color: #343434;
    box-sizing: border-box;
    display: inline-block;
    margin-bottom: 28px
}

.mosaic {
    background-image: url(/templates/simpleminecraft/images/cabinet/bg-header-block.png);
    background-repeat: repeat-x
}

.cabinet_block .left {
    float: left
}

.cabinet_block .right {
    float: right
}

.header_info {
    width: 681px;
    height: 80px;
    display: inline-block;
    margin: 34px 30px 24px
}

.header_info .welcome {
    font-size: 13px;
    margin-top: 16px;
    margin-left: 14px;
    width: 158px;
    font-weight: 600;
    color: #a9a28d
}

.header_info .welcome h2 {
    font-weight: 800;
    font-size: 14px;
    color: #343434
}

.header_info .icon {
    width: 60px;
    height: 60px
}

.header_info .icon img {
    width: 60px;
    height: 60px;
    border-radius: 30px 30px 0 30px;
    -webkit-box-shadow: 0 8px 17px 6px rgba(79, 45, 31, .2);
    -moz-box-shadow: 0 8px 17px 6px rgba(79, 45, 31, .2);
    box-shadow: 0 8px 17px 6px rgba(79, 45, 31, .2)
}

.header_info .balances {
    width: 448px;
    height: 85px;
    display: flex;
    justify-content: flex-end
}

.header_info .balances .balance {
    width: inherit;
    max-width: 206px;
    height: 76px;
    box-sizing: border-box;
    background: #fff;
    border-bottom: 3px solid #eeeadd;
    border-top: 2px solid #a9c92c;
    -webkit-box-shadow: 0 6px 12px 8px #f0f2eb;
    -moz-box-shadow: 0 6px 12px 8px #f0f2eb;
    box-shadow: 0 6px 12px 8px #f0f2eb;
    display: inline-block;
    margin-right: 20px;
    padding: 18px 18px 0;
    cursor: pointer
}

.header_info .balances .balance:last-child {
    margin-right: 0
}

.header_info .balances .balance .value {
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    text-overflow: clip;
    white-space: nowrap;
    overflow: hidden
}

.header_info .balances .balance:hover .value {
    text-decoration: underline
}

.header_info .balances .balance .name {
    font-size: 14px;
    text-align: center;
    color: #8c8777;
    margin-top: 4px
}

.header_info .balances .balance .graphics {
    background: #f2f3ef url(/templates/simpleminecraft/images/circle-balance.png) no-repeat;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    position: absolute;
    top: 50px;
    margin-left: -51px
}

.dashboard {
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
    margin-bottom: 36px
}

.dashboard .user_skin {
    width: 256px;
    display: inline-block;
    text-align: center;
    position: relative;
}

.dashboard .user_skin img {
    position: absolute;
    left: 66px;
    top: -78px;
}

.dashboard .user_information {
    width: 450px;
    box-sizing: border-box;
    margin-right: 30px
}

.dashboard .user_information .item {
    display: flex;
    justify-content: space-between;
    background: #fff;
    margin-bottom: 11px;
    -webkit-box-shadow: 0 4px 20px 4px rgba(188, 189, 188, .28);
    -moz-box-shadow: 0 4px 20px 4px rgba(188, 189, 188, .28);
    box-shadow: 0 4px 20px 4px rgba(188, 189, 188, .28);
    padding: 10px 16px;
    font-size: 14px;
    color: #8c8777;
    line-height: 22px
}

.dashboard .user_information .item .value {
    font-weight: 600;
    color: #434343
}

.dashboard .user_information .item .name {
    border-left: 3px solid #a9c92c;
    margin-left: -16px;
    padding-left: 12px
}

.dashboard .user_information .item:last-child {
    margin-bottom: 0
}

.dashboard .user_information .item #twofactor_toggle {
    color: #c24d3e;
    transition: .3s ease;
    cursor: pointer
}

.dashboard .user_information .item #twofactor_toggle:hover {
    transform: translateY(-2px)
}

.cabinet_block .back_to_menu_button {
    position: absolute;
    height: 53px;
    background: url(/templates/simpleminecraft/images/cabinet_go_back.png) no-repeat 18px 14px #fff;
    box-shadow: 0 5px 35px #ebe4d8;
    border-bottom: 2px solid #ebe7dc;
    font-weight: 600;
    font-size: 15px;
    color: #a0967d;
    box-sizing: border-box;
    padding: 19px 20px 20px 52px;
    cursor: pointer;
    transition: .3s ease;
    right: 392px;
    margin-top: 26px;
    text-transform: uppercase;
    border-radius: 4px
}

.cabinet_block .back_to_menu_button:hover {
    transform: translateY(-4px)
}

.cabinet_block .header_title {
    box-sizing: border-box;
    padding: 34px 34px 30px;
    font-size: 25px;
    font-weight: 800
}

.cabinet_block .functions {
    margin: 18px 34px 0
}

.cabinet_block .function_block {
    float: left;
    display: inline-block;
    background: url(/templates/simpleminecraft/images/cabinet_dots.png) no-repeat 22px 24px #fff;
    border-bottom: 3px solid #eae6db;
    margin-bottom: 32px;
    margin-right: 22px;
    -webkit-box-shadow: 0 4px 20px 4px rgba(188, 189, 188, .28);
    -moz-box-shadow: 0 4px 20px 4px rgba(188, 189, 188, .28);
    box-shadow: 0 4px 20px 4px rgba(188, 189, 188, .28);
    box-sizing: border-box;
    padding: 30px
}

.cabinet_block .function_block b {
    font-weight: 600
}

.cabinet_block .function_block .description b {
    color: #343434
}

.cabinet_block .function_block .title {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    background: #fff;
    width: 90%;
    min-width: 264px;
    box-sizing: border-box;
    line-height: 20px
}

.cabinet_block .function_block .graphics {
    position: absolute;
    width: 25px;
    height: 2px;
    background: #adca2c;
    margin-top: 24px
}

.cabinet_block .function_block .description {
    font-size: 14px;
    color: #8a836d;
    line-height: 15px;
    margin-top: 34px
}

.cabinet_block .function_block .body {
    text-align: left;
    margin-top: 32px
}

.red-button {
    background: #f55 !important;
    border-color: #f43535 !important;
    -webkit-box-shadow: 0 3px 21px rgba(202, 78, 78, .56) !important;
    -moz-box-shadow: 0 3px 21px rgba(202, 78, 78, .56) !important;
    box-shadow: 0 3px 21px rgba(202, 78, 78, .56) !important
}

.red-button:hover {
    background: #ff6e6e !important;
    border-color: #f94d4d !important;
    -webkit-box-shadow: 0 3px 21px rgba(202, 78, 78, .46) !important;
    -moz-box-shadow: 0 3px 21px rgba(202, 78, 78, .46) !important;
    box-shadow: 0 3px 21px rgba(202, 78, 78, .46) !important
}

.changes_blocks {
    width: 613px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box
}

.change_block {
    text-align: center;
    width: 288px;
    margin-right: 34px
}

.change_block:last-child {
    margin-right: 0
}

.change_block img {
    margin-bottom: 34px
}

.file_select {
    width: 288px;
    min-width: 288px;
    height: 46px;
    cursor: pointer;
    box-sizing: border-box;
    background: #eae6d6;
    padding: 16px;
    -webkit-box-shadow: 0 3px 21px rgba(208, 198, 184, .3);
    -moz-box-shadow: 0 3px 21px rgba(208, 198, 184, .3);
    box-shadow: 0 3px 21px rgba(208, 198, 184, .3);
    transition: .3s ease;
    border-radius: 4px
}

.file_select:hover {
    background: #f1eddd
}

.file_select .file_name {
    float: left;
    width: 120px;
    max-width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    color: #938972;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: unset !important;
    text-align: left;
    line-height: 12px
}

.file_select .file_select_field {
    float: right;
    text-decoration: underline;
    font-size: 12px;
    font-weight: 600;
    line-height: 12px
}

.file_select .file_select_field:hover {
    text-decoration: unset
}

.file_select img {
    margin-left: 14px;
    float: right
}

.file_select input {
    visibility: hidden
}

.editor_switcher {
    display: inline-block;
    float: right;
    font-size: 20px;
    transition: .3s ease;
    cursor: pointer
}

.editor_switcher:hover {
    transform: translateY(-2px);
    color: #e7981a
}

@font-face {
    font-family: Minecraft;
    src: url(/uploads/minecraft.ttf)
}

.prefix_example {
    width: 613px;
    height: 46px;
    margin-bottom: 24px;
    box-sizing: border-box;
    text-align: left;
    display: inline-block;
    float: left;
    background: url(/templates/simpleminecraft/images/cabinet/chat.png);
    background-size: cover;
    padding: 15px 16px;
    font-family: minecraft;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip
}

.color_palette {
    box-sizing: border-box;
    display: inline-block;
    width: 613px;
    margin-bottom: 24px;
    background: #eae6d6;
    padding: 21px;
    transition: .3s ease;
    -webkit-box-shadow: 0 3px 21px rgba(208, 198, 184, .3);
    -moz-box-shadow: 0 3px 21px rgba(208, 198, 184, .3);
    box-shadow: 0 3px 21px rgba(208, 198, 184, .3);
    border-radius: 4px
}

.color_palette .colors {
    display: flex;
    justify-content: space-between
}

.color_palette .item {
    border-radius: 50%;
    border: 4px solid #e1d7c8;
    overflow: hidden;
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition: .3s ease
}

.color_palette .item:hover {
    transform: translateY(-2px);
    border-color: #98907b;
    border-width: 4px
}

.color_palette .selected {
    transform: translateY(-2px);
    border-color: #98907b;
    border-width: 4px
}

.color_palette .item:last-child {
    margin-right: 0
}

.color_palette .name {
    text-transform: uppercase;
    font-size: 14px;
    color: #938972;
    font-weight: 600;
    transition: .2s ease all;
    width: 100%;
    margin-bottom: 16px
}

.prepared_content {
    display: none
}

.privileges {
    display: inline-block;
    margin: 34px 34px 0
}

.privileges .item {
    position: relative;
    width: 324px;
    height: 324px;
    float: left;
    margin-bottom: 62px;
    text-align: center;
    padding: 26px;
    box-sizing: border-box;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    transition: .3s ease;
    border-radius: 4px
}

.privileges .item:hover {
    transform: translateY(-6px)
}

.privileges .item .name {
    font-size: 25px;
    margin-bottom: 18px;
    margin-top: 4px;
    letter-spacing: 2px;
    text-transform: uppercase
}

.privileges .item .description {
    font-size: 15px;
    opacity: .75;
    font-weight: 600;
    line-height: 17px
}

.privileges .item .price {
    position: absolute;
    width: 122px;
    background: #fff;
    box-sizing: border-box;
    text-align: center;
    padding: 11px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, .16);
    color: #b4af9d;
    font-size: 10px;
    left: 94px;
    bottom: -32px;
    border-radius: 4px
}

.privileges .item .price span {
    font-weight: 800;
    display: block;
    color: #343434;
    font-size: 25px
}

.privileges .item .price .currency {
    font-size: 12px;
    margin-bottom: 8px
}

.privileges .margin {
    margin-left: 22px
}

.privileges .vip {
    background: radial-gradient(50% 50% at 50% 50%, #FFCD73 0%, #F77A44 100%);
    box-shadow: 0 12px 24px rgba(246, 122, 68, .45)
}

.privileges .premium {
    background: radial-gradient(50% 50% at 50% 50%, #43BFF2 0%, #316BA2 100%);
    box-shadow: 0 12px 24px rgba(48, 106, 161, .45)
}

.privileges .grand {
    background: radial-gradient(50% 50% at 50% 50%, #ADCC50 0%, #82993D 100%);
    box-shadow: 0 12px 24px rgba(130, 153, 61, .45)
}

.privileges .ultra {
    background: radial-gradient(50% 50% at 50% 50%, #61A4F1 0%, #8D5EDA 100%);
    box-shadow: 0 12px 24px rgba(141, 94, 218, .45)
}

.select_neighbor {
    margin-left: 32px
}

.big_button {
    display: inline-block;
    background: #fff;
    color: #adadad;
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    font-size: 15px;
    cursor: pointer;
    -webkit-box-shadow: 0 4px 20px 4px rgba(188, 189, 188, .28);
    -moz-box-shadow: 0 4px 20px 4px rgba(188, 189, 188, .28);
    box-shadow: 0 4px 20px 4px rgba(188, 189, 188, .28);
    font-weight: 500;
    transition: .3s ease;
    margin-bottom: 34px;
    border-radius: 4px;
    line-height: 15px
}

.big_button:hover {
    transform: translateY(-6px)
}

.big_button .right {
    width: 500px;
    padding-right: 20px;
    box-sizing: border-box
}

.big_button .title {
    font-weight: 800;
    font-size: 22px;
    color: #343434;
    margin-top: 24px;
    margin-bottom: 12px
}

.big_button .payments_icons {
    margin-top: 10px;
    margin-left: -10px
}

.cabinet_block .information {
    background: #fff;
    font-size: 15px;
    color: #6b6652;
    margin: 34px;
    box-sizing: border-box;
    padding: 24px;
    line-height: 16px;
    text-align: left;
    -webkit-box-shadow: 0 4px 20px 4px rgba(188, 189, 188, .28);
    -moz-box-shadow: 0 4px 20px 4px rgba(188, 189, 188, .28);
    box-shadow: 0 4px 20px 4px rgba(188, 189, 188, .28)
}

.cabinet_block .information a {
    color: #4096e6;
    text-decoration: underline
}

.cabinet_block .information a:hover {
    text-decoration: unset
}

.cabinet_block .information b {
    color: #343434;
    font-weight: 600
}

.gift_item {
    position: absolute;
    background-color: #fff;
    width: 612px;
    height: 188px;
    text-align: center;
    left: 64px;
    margin-top: 28px;
    display: none;
    opacity: 0;
    padding: 16px;
    box-sizing: border-box;
    z-index: 200
}

.gift_item span {
    font-weight: 800;
    font-size: 22px;
    display: block;
    margin-top: 18px
}

.gift_item b {
    font-weight: 600;
    margin-top: 6px;
    display: inline-block;
    font-size: 13px
}

.gift_item img {
    display: block;
    margin: 0 auto
}

.cases_results {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 34px 0 0;
    box-sizing: border-box
}

.information .icon {
    width: 45px;
    height: 45px;
    background: #ff5e5e;
    float: left;
    border-radius: 45px;
    box-sizing: border-box;
    padding: 16px 14px;
    margin-right: 24px
}

.thanks .text {
    padding-top: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #343434
}

.thanks {
    width: 673px;
    box-sizing: border-box;
    display: inline-block;
    color: #343434;
    font-size: 14px;
    padding: 14px 18px !important;
    margin-top: 0 !important;
    font-weight: 600
}

.rating_block {
    float: left;
    display: inline-block;
    width: 122px !important;
    box-sizing: border-box;
    text-align: center
}

.rating_block .icon {
    width: 36px;
    height: 36px;
    border-radius: 36px;
    background: #e4eaf5;
    margin: 16px auto
}

.rating_block .icon svg {
    margin: 13px
}

.rating_block .active {
    background: #abca4e
}

.rating_block .active svg {
    margin: 14px 12px
}

.rating_block .active svg {
    margin: 14px 12px
}

.gift {
    display: inline-block;
    float: left;
    color: #fff;
    width: 120px;
    height: 75px;
    background: #abca4e;
    box-shadow: 0 10px 45px rgba(171, 202, 78, .65);
    border-radius: 4px;
    margin: 0 42px;
    font-size: 14px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 20px
}

.gift b {
    display: block;
    font-size: 20px;
    font-weight: 800 !important;
    margin-bottom: 2px
}

.twofactor_connect_information b {
    color: #343434
}

.twofactor_connect_information {
    display: inline-block;
    margin-bottom: 4px;
    width: 100%;
    color: #6b6652;
    font-size: 15px
}

.twofactor_information_qr {
    float: left
}

.twofactor_information {
    float: left;
    width: 379px;
    margin-left: 34px
}

.cabinet_block .smcui-button {
    text-align: center;
    width: 94%;
    height: 46px;
    box-sizing: border-box;
    display: inline-block;
    float: left;
    padding: 2px;
    margin: 0 !important;
    line-height: 42px;
    border-radius: 4px
}

.cabinet_block .smcui-button:last-of-type {
    margin-left: 16px
}

.cabinet_pagination {
    width: 673px;
    text-align: center;
    margin: 34px
}

.cabinet_pagination span, .cabinet_pagination a {
    margin-right: 6px
}

.cabinet_block .cabinet_menu {
    width: 673px;
    margin: 0 34px 34px
}

.cabinet_menu .item {
    cursor: pointer;
    float: left;
    display: inline-block;
    width: 209px;
    height: 174px;
    background: url(/templates/simpleminecraft/images/cabinet_dots.png) no-repeat 20px 20px #fff;
    margin-bottom: 36px;
    margin-right: 22px;
    -webkit-box-shadow: 0 4px 20px 4px rgba(188, 189, 188, .28);
    -moz-box-shadow: 0 4px 20px 4px rgba(188, 189, 188, .28);
    box-shadow: 0 4px 20px 4px rgba(188, 189, 188, .28);
    transition: .3s ease;
    text-align: center;
    border-radius: 4px
}

.cabinet_menu .item .icon {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    box-sizing: border-box;
    position: absolute;
    margin-left: 75px;
    margin-top: -18px;
    background: #ebe7dc;
    border: 2px solid #f5f2e9;
    color: #a49c88;
    transition: .3s ease;
    font-size: 23px;
    text-align: center;
    padding: 16px
}

.cabinet_menu .without_margin {
    margin-right: 0
}

.cabinet_menu .item:hover {
    background-color: #fffdf6;
    transform: translateY(-10px)
}

.cabinet_menu_admin .item:hover .icon {
    background: #c76959 !important;
    border: 2px solid #c76959 !important
}

.cabinet_menu .item:hover .icon {
    color: #fff;
    background: #adca2c;
    border: 2px solid #adca2c
}

.cabinet_menu .item .name {
    color: #343434;
    font-weight: 600;
    font-size: 20px;
    margin-top: 58px;
    padding: 0 20px
}

.cabinet_menu .item .description {
    font-size: 13px;
    color: #8a836d;
    padding: 16px;
    line-height: 14px
}

.exchange {
    position: relative;
    width: 100%;
    padding: 24px;
    box-sizing: border-box;
    display: inline-block;
    box-shadow: 0 5px 45px 0 rgba(117, 100, 89, .2);
    background: #fff;
    margin-top: 18px;
    transition: .3s box-shadow;
    border-radius: 4px
}

.exchange img {
    width: 32px;
    height: 32px;
    float: left;
    margin-right: 24px
}

.exchange h3 {
    width: 402px;
    max-width: 402px;
    font-size: 18px;
    font-weight: 800;
    float: left;
    display: block;
    margin-top: -2px
}

.exchange:hover {
    box-shadow: 0 5px 45px 0 rgb(80 64 53/29%)
}

.exchange_offer {
    display: inline-block;
    color: #8a836d;
    font-size: 14px;
    width: 402px;
    max-width: 402px
}

.exchange_buttons {
    position: absolute;
    top: 26px;
    right: 24px;
    width: 74px;
    font-size: 28px;
    text-align: right
}

.exchange_buttons .fa {
    cursor: pointer;
    transition: .3s;
    color: #a9a28d
}

.exchange_buttons .fa:hover {
    transform: translateY(-2px)
}

.exchange_buttons .fa-times {
    margin-left: 16px
}

.exchange_buttons .fa-times:hover {
    color: #e0625c
}

.exchange_buttons .fa-check:hover {
    color: #abca4e
}

.purchase-window-button {
    text-align: center;
    width: 304px;
    height: 46px;
    box-sizing: border-box;
    display: inline-block;
    float: left;
    padding: 2px;
    margin: 0 0 0 24px !important
}

.shop_content {
    display: flex;
    flex-wrap: wrap;
    margin: 34px 0 18px
}

.shop_content .item {
    width: 100%;
    height: 64px;
    background-color: #fbfbfb;
    border-radius: 4px;
    display: flex;
    box-sizing: border-box;
    box-shadow: 0 15px 35px rgba(160, 160, 160, .35);
    cursor: pointer;
    transition: .3s ease;
    margin: 0 0 16px;
    position: relative
}

.shop_content .item:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(160, 160, 160, .55);
    background-color: #fff
}

.shop_content .item .icon {
    max-width: 58px;
    max-height: 58px;
    width: 58px;
    height: 58px;
    align-items: center;
    display: flex;
    float: left;
    background: #efeadf;
    border-radius: 4px;
    margin: 3px
}

.shop_content .item .icon img {
    max-width: 43px;
    max-height: 43px;
    float: left;
    display: block;
    margin: 0 auto
}

.shop_content .item .name {
    width: 456px;
    max-height: 64px;
    height: 64px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    font-weight: 600;
    font-size: 16px;
    box-sizing: border-box;
    padding: 16px
}

.shop_content .item .cost {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    width: 456px;
    height: 18px;
    box-sizing: border-box;
    color: #8aa235;
    position: absolute;
    top: 36px;
    left: 80px
}

.shop_content .item .purchase_button {
    width: 136px;
    margin: 8px !important;
    display: block
}

.shop_content .shop_search_error {
    font-size: 16px;
    font-weight: 600;
    margin: 24px auto 46px
}

.kits_wrapper {
    display: flex;
    justify-content: space-between;
    margin: 24px 0 34px
}

.kits_wrapper .kit {
    position: relative;
    width: 154px;
    height: 154px;
    background: #fff;
    box-shadow: 0 15px 35px rgba(160, 160, 160, .35);
    border-radius: 4px;
    cursor: pointer;
    transition: .3s ease
}

.kits_wrapper .kit:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(160, 160, 160, .55)
}

.kits_wrapper .kit:hover .splash {
    background-color: rgba(255, 255, 255, .9)
}

.kits_wrapper .kit .splash {
    position: absolute;
    color: #ffffffd1 !important;
    background-color: rgba(255, 255, 255, .26) !important;
    font-size: 12px;
    font-weight: 700;
    border-radius: 4px;
    box-sizing: border-box;
    text-transform: uppercase;
    top: 14px;
    left: 14px;
    transition: .3s ease;
    text-align: left;
    padding: 4px 5px
}

.kits_wrapper .info {
    position: absolute;
    bottom: 16px;
    left: 16px;
    color: #3e3e3e
}

.kits_wrapper .info h4 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 3px;
    font-weight: 600;
    letter-spacing: 3px
}

.kits_wrapper .info span {
    font-weight: 600;
    color: rgba(255, 255, 255, .86);
    font-size: 16px;
    text-shadow: 0 0 20px
}

.purchase_icon {
    display: flex;
    margin: 6px 0 34px;
    background: #eae6db;
    max-width: 132px;
    max-height: 132px;
    width: 132px;
    height: 132px;
    align-items: center;
    float: left
}

.purchase_icon img {
    max-width: 64px;
    max-height: 64px;
    float: left;
    display: block;
    margin: 0 auto
}

.right_info {
    width: 512px;
    height: 172px;
    max-height: 172px;
    float: left;
    margin-left: 34px;
    display: inline-block;
    box-sizing: border-box;
    padding: 4px 0 34px
}

#item_name {
    font-size: 23px;
    font-weight: 600;
    color: #343434;
    display: block;
    margin-bottom: 4px
}

#item_price {
    color: #6d6969;
    font-size: 15px;
    padding-top: 2px;
}

#item_get_info {
    background: #dcf0fb;
    padding: 18px 20px;
    line-height: 18px;
    font-size: 14px;
    font-weight: 500;
    margin-top: 18px;
    color: #4084bd
}

#item_get_info b {
    font-weight: 600
}

#item_get_info a {
    font-weight: 800;
    color: #4084bd !important
}

.purchase_calculator {
    width: 100%;
    height: 54px;
    display: inline-block;
    font-size: 14px;
    color: #8e8978;
    margin-bottom: 34px;
    font-weight: 500;
    text-align: center;
    box-sizing: border-box;
    margin-top: 12px
}

.purchase_calculator #price_calculated {
    display: block;
    font-size: 28px;
    margin-top: 2px;
    color: #c06b7b;
    font-weight: 600
}