@font-face {
    font-family: 'DINRoundProMedi';
    src: url('fonts/DINRoundProMedium.eot'); /* IE9 Compat Modes */
    src: url('fonts/DINRoundProMedium.eot?#FooAnything') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/DINRoundProMedium.woff') format('woff'), /* Modern Browsers */
    url('fonts/DINRoundProMedium.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('fonts/DINRoundProMedium.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
    font-family: 'DINRoundProRegular';
    src: url('fonts/DINRoundProRegular.eot');
    src: url('fonts/DINRoundProRegular.eot') format('embedded-opentype'),
    url('fonts/DINRoundProRegular.woff2') format('woff2'),
    url('fonts/DINRoundProRegular.woff') format('woff'),
    url('fonts/DINRoundProRegular.ttf') format('truetype'),
    url('fonts/DINRoundProRegular.svg#DINRoundProRegular') format('svg');
}

.clear {
    clear: both;
}

.d-hauling-wrapper {
    background: #f9f084;
    width: 100%;
}

.d-hauling {
    width: 44%;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
}

.d-promo-block {
    margin-bottom: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 5px;
}

.d-promo-block_header {
    font-size: 18px;
    margin-bottom: 15px;
}

.d-promo-block.d-promo-block_header--short {
    padding: 10px 15px;
}
.d-promo-block.d-promo-block_header--short  .d-promo-block_header {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 9px;
}

.d-promo-block_text {
    margin-bottom: 10px;
}

.d-promo-block-list {
    margin-bottom: 15px;
}

.d-promo-block-list_icon {
    float: left;
    vertical-align: top;
    width: 5px;
    height: 5px;
    margin: 8px 3px;
    background-color: #2bbb68;
    border-radius: 50%;
}

.d-promo-block-list_item {
    margin-left: 15px;
    margin-bottom: 10px;
}

.d-promo-block_register {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.d-promo-block_register:hover {
    text-decoration: none;
}

/* similar */
.d-similar-container {
    margin: 20px 0;
}
.d-similar-container_header {
    margin-bottom: 5px;
}

.d-similar_container_header-title {
    display: block;
    float: left;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    margin-right: 10px;
    color: #000000;
}

.d-similar_remove-link {
    display: block;
    float: right;
    line-height: 20px;
}

.d-similar {
    display: block;
    position: relative;
}

.d-similar-row {
    clear: both;
}

.d-similar-post {
    float: left;
    margin: 15px 20px 20px 20px;
    width: 150px !important;
}
.d-similar-post_thumb-wrapper {
    position: relative;
    border: none;
    height: 150px;
    overflow: hidden;
    background: white;
}
.d-similar-post_thumb {
    display: block;
    width: 100%;
    height:   100%;
    object-fit: cover;
    margin: 0 auto;
}

.d-similar-post_title {
    max-height: 33px;
    overflow:   hidden;
    font-size:  14px;
    margin: 5px 0;
}
.d-similar-post_price {
    font-size:  14px;
}

.d-similar-post_price--auto {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 10px;
    background: #e84c3d;
    color: #fff;
    line-height: 25px;
}
/***/

.d-similar_modal {
    display: none;
    padding: 25px;
    text-align: center;
    max-width: 600px;
    overflow: auto;
    background: #fff;
}
.d-similar_modal_title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.d-similar_modal_text {
    font-size: 16px;
    line-height: 20px;
}
.d-similar_modal_footer {
    margin: 30px 0;
}
.d-similar_modal_btn {
    padding: 10px 20px;
    background-color: #7CAE2C;
    color: #fff;
    font-size: 18px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.d-similar_modal_btn:hover {
    text-decoration: none;
    color: #fff;
}

.yui-modal-close.yui-icon-close {
    width: 19px;
    height: 18px;
    background: #fff url(/media/css/img/modal_close.png) center center no-repeat;
}

.d-similar-post_desc {
    position: relative;
    font-size: 14px;
    color: #005686;
    line-height: 20px;
    padding: 10px 0 0 0;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.d-similar-post_desc:after {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 16px;
    background: url(/media/img/fade.png) right top repeat-y;
    content: " ";
}

.d-similar--touch .d-similar-post_desc:after {
    background: url(/media/img/fade-gray.png) right top repeat-y;
}

.d-similar-container--desktop2015 {
    background: #fff;
    margin-bottom: 30px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
}

.d-similar-container--desktop2015 .d-similar {
    padding: 0 0 40px 0;
    overflow: auto;
}

.d-similar-container--desktop2015 .d-similar-container_header {
    padding: 15px 20px 0 20px;
    margin: 0!important;
}

.d-similar-container--desktop2015 .d-similar_container_header-title {
    font-size: 1.285em;
    font-weight: normal;
    line-height: 30px;
}

/* ������� ��� ����� ���������� �������� ����������*/
.d-tgb-promo {
    max-width: 600px;
    border: 1px solid black;
    background: #fff;
    margin: 0 auto;
    padding: 20px;
    overflow: hidden;
    text-align: left;
}

.d-tgb-promo_left {
    width: 40%;
    float: left;
    position: relative;
}

.d-tgb-promo_img {
    width: 120%;
    margin-left: -30%;
}

.d-tgb-promo_img--absolute {
    position: absolute;
    width: 76%;
    left: 15%;
    top: 4%;
}

.d-tgb-promo_right {
    width: 60%;
    float:left;
}

.d-tgb-promo_title {
    font-size: 1.8em;
    color: #28AF62;
    font-family: DINRoundProMedi, Tahoma, Arial, sans-serif;
    margin-bottom: 15px;
}

.d-tgb-promo_text {
    margin-bottom: 15px;
    font-size: 1.3em;
    font-family: DINRoundProRegular, Tahoma, Arial, sans-serif;
}

.d-tgb-promo .d-tgb-promo_button {
    padding-left: 2em;
    padding-right: 2em;
    font-size: 1.3em;
    font-family: DINRoundProRegular, Tahoma, Arial, sans-serif;
}

.d-tgb-promo .d-tgb-promo_button:hover {
    text-decoration: none;
}

/* #999 */
.profile-container, .profile-container div {
    font-size: 14px;
    border: 1px solid #ccc;
    background-color: #F4F4F4;
    padding: 12px;
    border-radius: 5px;
}

.profile-container--white {
    background: #fff;
}

.profile-container ul {
    padding: 0 10px 0 10px;
    list-style: none;
    margin: 0;
}

.profile-container ul a {

}

.profile-container ul li {
    padding: 5px 0 5px 0;
}

.profile-container div {
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 10px;
    background-color: #fffacc;
}

.profile-container table {
    color: #7cae2c;
}

.profile-container table td {
    padding-bottom: 5px;
}

.profile-container table td {
    padding-bottom: 5px;
}

.profile-cash {
    font-size: 20px;
}

.profile-container_new {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    padding: 4px 8px;
    background: #4480DC;
    border-radius: 5px;
}


.profile-container.profile-container--mart {
    background-color: #fffacc;
}

.profile-container.profile-container--mart ul {
    display: none;
}

.profile-container.profile-container--mart div {
    padding: 0;
    margin: 0;
    border: 1px solid transparent;
}

.profile-container.profile-container--mart .refill-btn {
    margin-top: 22px;
}

.profile-bonus {
    font-size: 14px;
}

.ui-tooltip, .profile-tooltip_arrow:after {
    background: white;
    border: 1px solid #ccc;
}
.ui-tooltip {
    padding: 10px 20px;
    color: black;
    border-radius: 5px !important;
    border: 1px solid #ccc !important;
    font-size: 14px;
    box-shadow: none !important;
}
.profile-tooltip_arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}
.profile-tooltip_arrow.top {
    top: -16px;
    bottom: auto;
}
.profile-tooltip_arrow.left {
    left: 20%;
}
.profile-tooltip_arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.arrow.top:after {
    bottom: -20px;
    top: auto;
}
.profile-container a.refill-btn {
    margin-top: 10px;

    height: 19px;
    line-height: 19px;
    padding: 2px 18px;
    font-size: 12px;
    background-color: transparent;
    display: inline-block;
    border: 1px solid #ccc;
    color: #999;
    cursor: pointer;
    vertical-align: middle;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
}

.profile-container a.refill-btn:hover {
    border: 1px solid #8c8c8c;
    color: black;
    cursor: pointer;
}

.profile-container .counter {
    color: #8c8c8c;
}

.d-advs {
    display: flex !important;
    justify-content: space-around !important;
    position: relative;
    min-height: 155px;
}
.d-advs a {
    margin: 0 !important;
}
.d-static-adv {
    display: flex;
    justify-content: center;
}
.d-advs_wrapper,
.d-static-adv_wrapper {
    width: 200px;
}
.static-adv {
    list-style: none;
    padding: 0;
}
.static-adv li {
    position: relative;
    margin-bottom: 20px;
}
.d-advs_wrapper,
.d-static-adv_wrapper,
.d-branding-category {
    position: relative;
}

.d-static-adv_wrapper.mobile {
    width: unset;
}

.d-expreriment_adv1 {
    clear: both;
    width: 100%;
}

.d-hatch .d-hatch--wide {
    width: 930px;
}

.d-hatch .d-hatch--classic {
}

.d-hatch--wide, .d-hatch--classic {
}

.d-hatch--wide .d-advs_wrapper {
    width: 930px;
    height: 210px;
    border-radius: 6px;
    overflow: hidden;
}


.d-hatch--wide.mobile .d-advs_wrapper {
    width: 100%;
    margin: 20px;
    height: unset;
}

.d-hatch--wide.mobile .d-static-adv {
    height: 100%;
}


.static-adv_mark-label {
    position: absolute;
    top: 8px;
    left: 8px;
    color: #000;
    font-size: 8px;
    font-style: normal;
    font-weight: 500;
    line-height: 9px;
    letter-spacing: 1.5px;
    padding: 4px 5px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.80);
    z-index: 10;
}

.static-adv_legalinfo {
    position: absolute;
    top: 8px;
    right: 8px;
    left: 8px;
    z-index: 10;
}

.static-adv_legalinfo_open {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.static-adv_legalinfo_body {
    display: none;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 12;
}
.static-adv_legalinfo_close {
    cursor: pointer;
    position: absolute;
    top: 6px;
    right: 6px;
}
.static-adv_legalinfo_text {
    padding: 20px;
    font-size: 10px;
    text-align: left;
}

.static-adv_mark-label.bright {
    color: #FFF;
    background: rgba(0, 0, 0, 0.30);
}

.static-adv_legalinfo.show .static-adv_legalinfo_open {
    display: none;
}
.static-adv_legalinfo.show .static-adv_legalinfo_body {
    display: block;
}
.d-advs--desktop .static-adv_legalinfo_open,
.d-branding-category--desktop .static-adv_mark-open,
.nativepost .static-adv_legalinfo_open{
    display: none;
}
.d-advs_wrapper:hover .static-adv_legalinfo_open,
.static-adv li:hover .static-adv_legalinfo_open,
.d-branding-category:hover .static-adv_legalinfo_open,
.nativepost:hover .static-adv_legalinfo_open {
    display: block;
}

.d-checkoutWallet {
    border: 1px solid #ccc;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
}

.d-checkoutWallet_title {
    font-size: 142.85%;
    font-weight: bold;
    margin-bottom: 20px;
}

.d-checkoutWallet_text {
    margin-bottom: 25px;
    line-height: 1.5;
}

[v-cloak] {
    display: none;
}

.d-radio-container {
    display: block;
    position: relative;
    padding-left: 26px;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 14px;
    line-height: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
    color: #1b1e21;
}


.d-radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.d-radio {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #999;
}

.d-radio-container:hover input ~ .d-radio {
    background-color: #eee;
}

.d-radio-container input:checked ~ .d-radio {
    background-color: #3FA65A;
    border-color: #3FA65A;
}

.d-radio:after {
    content: "";
    position: absolute;
    display: none;
}

.d-radio-container input:checked ~ .d-radio:after {
    display: block;
}

.d-radio-container .d-radio:after {
    top: calc(50% - 3px);
    left: calc(50% - 3px);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: white;
}

.d-cancel_reason-modal {
    width: 376px !important;
    max-width: 376px !important;
    padding: 20px 18px !important;
    border-radius: 8px;
}

.d-cancel_reason-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    width: 100%;
}

.d-cancel_reason-modal-title {
    font-size: 18px;
    font-weight: 700;
}

.d-cancel_reason-modal-body {
    display: flex;
    flex-direction: column;
}

.d-cancel_reason-modal button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    outline: inherit;
}

.d-cancel_reason-modal-close button {
    font-size: 25px;
    color: #999;
}

.d-cancel_reason-modal-footer {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.d-cancel_reason-modal-delete, .d-cancel_reason-modal-keep {
    width: 167px;
    height: 34px;
    font-size: 14px;
    line-height: 16px;
}

.d-cancel_reason-modal-delete {
    background-color: #E84C3D !important;
    color: white;
    border-radius: 5px;
}

.d-cancel_reason-modal-delete:hover {
    background-color: #f85e4f !important;
}

.d-cancel_reason-modal-delete--disabled, .d-cancel_reason-modal-delete--disabled:hover {
    background-color: #ccc !important;
}

.d-cancel_reason-modal-keep {
    color: #3FA65A;
}

.d-cancel_reason-modal-keep:hover {
    color: #4eb669;
}

.d-crm-body-label {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
}

.d-crm-body-input {
    width: 100%;
    height: 34px;
    border: 1px solid #999999;
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 9px;
    outline: none;
}

.d-crm-body-input:focus {
    outline: none;
}