/*
Theme Name:         New Blog Theme
Theme URI:          https://megabonus.com
Description:        theme for Megabonus
Version:            1.0.0
Author:             Serg
Author URI:         http://serg.123

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* new design start */
@font-face {
    font-family: 'Proxima Nova';
    src: url('https://cdn.megabonus.com/fonts/proxima-nova/license/ProximaNova-Light.woff2') format('woff2'),
    url('https://cdn.megabonus.com/fonts/proxima-nova/license/ProximaNova-Light.woff') format('woff'),
    url('https://cdn.megabonus.com/fonts/proxima-nova/ProximaNova-Light.ttf') format('truetype'),
    url('https://cdn.megabonus.com/fonts/proxima-nova/ProximaNova-Light.svg#ProximaNova-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('https://cdn.megabonus.com/fonts/proxima-nova/license/ProximaNova-Regular.woff2') format('woff2'),
    url('https://cdn.megabonus.com/fonts/proxima-nova/license/ProximaNova-Regular.woff') format('woff'),
    url('https://cdn.megabonus.com/fonts/proxima-nova/ProximaNova-Regular.ttf') format('truetype'),
    url('https://cdn.megabonus.com/fonts/proxima-nova/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('https://cdn.megabonus.com/fonts/proxima-nova/license/ProximaNova-Semibold.woff2') format('woff2'),
    url('https://cdn.megabonus.com/fonts/proxima-nova/license/ProximaNova-Semibold.woff') format('woff'),
    url('https://cdn.megabonus.com/fonts/proxima-nova/ProximaNova-Semibold.ttf') format('truetype'),
    url('https://cdn.megabonus.com/fonts/proxima-nova/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('https://cdn.megabonus.com/fonts/proxima-nova/license/ProximaNova-Bold.woff2') format('woff2'),
    url('https://cdn.megabonus.com/fonts/proxima-nova/license/ProximaNova-Bold.woff') format('woff'),
    url('https://cdn.megabonus.com/fonts/proxima-nova/ProximaNova-Bold.ttf') format('truetype'),
    url('https://cdn.megabonus.com/fonts/proxima-nova/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'icomoon';
    src: url("fonts/icomoon/icomoon.eot");
    src: url("fonts/icomoon/icomoon.eot#iefix") format("embedded-opentype"), url("fonts/icomoon/icomoon.ttf") format("truetype"), url("fonts/icomoon/icomoon.woff") format("woff"), url("fonts/icomoon/icomoon.svg?#icomoon") format("svg");
    font-weight: normal;
    font-style: normal; }
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    color: #000;
    font-family: 'Proxima Nova', sans-serif;
    background: #fff;
    min-width: 320px;
}
#wrapper {
    min-height: 100%;
}
.form-row.focus{
    -webkit-box-shadow: 0 0 0 3px #ffd790;
    box-shadow: 0 0 0 3px #ffd790;
    border-radius: 6px;
}
.modal-backdrop{
    background: rgba(0,0,0,0) !important;
}
#gallery-modal.fade{
    display:none;
}
#email-check-modal .modal-content{
    width: 507px;
    padding: 46px 38px 46px 38px;
    text-align: center;
}
#email-check-modal .modal-content h3{
    font: bold 30px/30px "Proxima Nova",sans-serif;
    padding: 0 20px;
    margin: 0px 0 38px;
}
#email-check-modal .modal-content .title{
    font-size: 16px;
    line-height: 26px;
    display: block;
    margin: 0 0 22px;
}
#email-check-modal .modal-content .title.title1{
    margin: 0 0 42px;
}
#email-check-modal .form-row{
    margin: 0 68px 43px;
}
#email-check-modal .submit-holder{
    padding: 5px 122px 0 122px;
    margin: 0 0 21px;
}
#email-check-modal .list-btn{
    margin: 0 0 0 7px;
    padding: 0;
    text-align: center;
    list-style: none;
}
#email-check-modal .list-btn li {
    display: inline-block;
    vertical-align: top;
    margin: 0 27px;
    font-size: 16px;
    line-height: 16px;
}
/*@media (max-width: 778px){*/
/*#header {*/
/*position: absolute;*/
/*}*/
/*.logo {*/
/*margin: 0 auto;*/
/*}*/
/*#header .login-holder {*/
/*text-align: center;*/
/*padding: 8px 0 !important;*/
/*}*/
/*#header .btn-reg, #header .btn-enter {*/
/*float: none;*/
/*display: inline-block;*/
/*vertical-align: top;*/
/*}*/
/*}*/
@media (max-width: 700px) {

    .modal-content {
        padding: 0 20px 20px;
    }
    .form-login .forgot-pass-center{
        text-align: center;
        margin: 0 0 10px;
    }
}
@media screen and (max-width: 500px){
    .pr-sing-in {
        display: block;
        float: none !important;
    }
}
@media screen and (max-width: 991px){
    .modal-content .close-btn {
        right: 0;
    }
}
.modal-open .modal {
    overflow-y: auto;
}
/* header end */
/* install extension start */
.overlay-bg {
    display:none;
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    cursor:pointer;
    z-index:100000;
    background:#000;
    background:rgba(0,0,0,0.75);
}

.continue-label-01{
    position:fixed;
    display: none;
    top: 315px;
    left: 0;
    right: 0;
    margin: auto;
    width: 600px;
    height: auto;
    z-index: 100001;
    background:#f9f9f9;
    border-radius: 2px;
    padding:50px;
}
.continue-label-01 .header{
    font: 24px/24px "Proxima Nova",sans-serif;
    color: #000;
    font-weight: bold;
}
.continue-label-01 .text{
    font: 14px/14px "Proxima Nova",sans-serif;
    color: #000;
}
.continue-label-01 .arrow{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -30px;
    width: 40px;
    height: 40px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAACFUAAAhVCAMAAACGB/dKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkM3MDM5OEU4QzIxNDExRTY4OEJFRTVBRUQ1MzVDM0RDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkM3MDM5OEU5QzIxNDExRTY4OEJFRTVBRUQ1MzVDM0RDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QzcwMzk4RTZDMjE0MTFFNjg4QkVFNUFFRDUzNUMzREMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QzcwMzk4RTdDMjE0MTFFNjg4QkVFNUFFRDUzNUMzREMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz43NLYlAAAABlBMVEX/////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ApAVqApEBSArUBWICgBZgapAVACyAlWBqABkBaoCUQHIClQFogJAVqAqEBWArEBVICoAWYGqQFQAyApVgagAkBWoCkQFICtQFYgKQFagKhAVALICVSEqAGQFqgJRAcgKVAWiApAVqApEBYCsQFUgKgBZgapAVACyAlWBqACQFaoCUQEgK1AViApAVqAqEBWArEBVICoAZAWqQlQAyApUBaICkBWoCkQFgI+OqkBUAMgKVIWoAJAVqApEBSArUBWICgBZoSoQFQCyAlWBqABkBaoCUQHIClQFogJAVqAqRAWArEBVICoAWYGqQFQAyApVgagAkBWoClEBICtQFYgKQFagKhAVALJCVSAqAGQFqkJUAMgKVAWiApAVqApEBYCsQFWICgBZgapAVACyAlWBqACQFaoCUQEgK1AVogJAVqAqEBWArEBVICoAZIWqQFQAyApUhagAkBWoCkQFICtQFYgKAFmBqhAV8Med9xsgK1AVogIerbxfAVmBqhAV8Gjj/Q7IClSFqIBHC++XQFagKkQFPNp3vwWyAlUhKuDRuvs1kBWoClEBj7bd74GsQFWICni07H4RZAWqQlTAo133myArUBWiAh6tul8FWYGqEBXwaNP9LsgKVIWogEeL7pdBVqAqRAU82nO/DbICVSEq4NGa+3WQFagKUQGPttzvg6xAVYgKeLTkfiFkBapCVMCjHfcbIStQFaICHq24XwlZgaoQFfBow/1OyApUhaiARwvul0JWoCpEBTzab78VsgJVISrg0Xr7tZAVqApRAY+22++FrEBViAp4tNx+MWQFqkJUwKPd9pshK1AVogIerbZfDVmBqhAV8Giz/W7IClSFqIBHi+2XQ1agKkQFPNprvx2yAlUhKuDRWvv1kBWoClEBj7ba74esQFWICni01H5BZAWqQlTAo532GyIrUBWiAh6ttF8RWYGqEBUQLxZZgaoQFTBqof2SyApUhajAPnu1yApUhaiAWevs10RWoCpEBbbZy0VWoCpEBcxaZr8ossInzE8gKrDLXi+eL6pCVMCsVfarIitUBaICm+wF4wmjKkQFzFpkvyyyQlUgKrDHXjGeMapCVMCsNfbrIitUBaICW+wl4ymjKkQFzFpivzCyQlUgKrDDXjOeM6pCVMCsFfYrIytUBaICG+xF40mjKkQFzFpgvzSyQlUgKrC/XjWeNapCVMCs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qgIAUBUAgKoAAFQFAICqAABUBQCgKgAAVQEAoCoAAFUBAKgKAABVAQCoCgBAVQAAqgIAQFUAAKoCAFAVAICqAABQFQCAqgAAVAUAoCr8BACAqgAAVAUAoCoAAFQFAKAqAABVAQCoCgAAVQEAqAoAQFUAAKoCAEBVAACqAgBQFQAAqgIAUBUAgKoAAFQFAICqAABUBQCgKgAAVQEAoCoAAFUBAKgKAABVAQCoCgBAVQAAqgIAQFUAAKoCAFAVAICqAABQFQCAqgAAVAUAgKoAAFQFAKAqAABVAQCgKgAAVQEAqAoAQFUAAKgKAEBVAACqAgBAVQAAqgIAUBUAgKoAAFAVAICqAABUBQCgKgAAVAUAoCoAAFUBAKAqAABVAQCoCgBAVQAAqAoAQFUAAKoCAFAVAACqAgBQFQCAqgAAVAUAgKoAAFQFAKAqAABUBQCgKgAAVQEAqAoAAFUBAKgKAEBVAACqAgBAVQAAqgIAUBUAAKoCAFAVAICqAABUBQCAqgAAVAUAoCoAAFUBAKAqAABVAQCoCgAAVQEAqAoAQFUAAKoCAEBVAACqAgBQFQCAqgAAUBUAgKoAAFQFAICqAABUBQCgKgAAVQEAoCoAAFUBAKgKAEBVAACoCgBAVQAAqgIAQFUAAKoCAFAVAICqAABQFQCAqgAAVAUAoCoAAFQFAKAqAABVAQCoCj8BAKAqAABVAQCoCgAAVQEAqAoAQFUAAKoCAEBVAACqAgBQFQCAqgAAUBUAgKoAAFQFAICqAABUBQCgKgAAVQEAoCoAAFUBAKgKAEBVAACoCgBAVQAAqgIAQFUAAKoCAFAVAICqAABQFQCAqgAAVAUAoCoAAFQFAKAqAABVAQCgKgAAVQEAqAoAQFUAAKgKAEBVAACqAgBQFQAAqgIAUBUAgKoAAFAVAICqAABUBQCgKgAAVAUAoCoAAFUBAKgKAABVAQCoCgBAVQAAqAoAQFUAAKoCAFAVAACqAgBQFQCAqgAAVAUAgKoAAFQFAKAqAABVAQCgKgAAVQEAqAoAAFUBAKgKAEBVAACqAgBAVQAAqgIAUBUAgKoAAFAVAICqAABUBQCAqgAAVAUAoCoAAFUBAKAqAABVAQCoCgBAVQAAqAoAQFUAAKoCAEBVAACqAgBQFQCAqgAAUBUAgKoAAFQFAKAqAABUBQCgKgAAVQEAoCoAAFUBAKgKAEBVAACoCgBAVQAAqgIAUBUAAKoCAFAVAICqAABQFQCAqgAAVAUAoCoAAFQFAKAqAABVAQCoCgAAVQEAqAoAQFUAAKrCTwAAqAoAQFUAAKoCAEBVAACqAgBQFQCAqgAAUBUAgKoAAFQFAKAqAABUBQCgKgAAVQEAoCoAAFUBAKgKAEBVAACoCgBAVQAAqgIAUBUAAKoCAFAVAICqAABQFQCAqgAAVAUAoCoAAFQFAKAqAABVAQCoCgAAVQEAqAoAQFUAAKgKAEBVAACqAgBQFQAAqgIAUBUAgKoAAFQFAICqAABUBQCgKgAAVAUAoCoAAFUBAKgKAABVAQCoCgBAVQAAqgIAQFUAAKoCAFAVAACqAgBQFQCAqgAAVAUAgKoAAFQFAKAqAABVAQCgKgAAVQEAqAoAQFUAAKgKAEBVAACqAgBAVQAAqgIAUBUAgKoAAFAVAICqAABUBQCgKgAAVAUAoCoAAFUBAKAqAABVAQCoCgBAVQAAqAoAQFUAAKoCAFAVAACqAgBQFQCAqgAAUBUAgKoAAFQFAKAqAABUBQCgKgAAVQEAqAoAAFUBAKgKAEBVAACoCgBAVQAAqgIAUBUA8IvdOiQAAAAAEPT/tTMsMMEkuAoAwFUAAK4CAHAVAACuAgBwFQCAqwAAcBUAgKsAAFwFAOAqAABcBQDgKgAAVwEAuAoAAFcBALgKAMBVAACuQgIAwFUAAK4CAHAVAACuAgBwFQCAqwAAXAUAgKsAAFwFAOAqAABXAQDgKgAAVwEAuAoAAFcBALgKAMBVAACuAgDAVQAArgIAcBUAgKsAAHAVAICrAABcBQCAqwAAXAUA4CoAAFcBAOAqAABXAQC4CgDAVQAAuAoAwFUAAK4CAMBVAACuAgBwFQCAqwAAcBUAgKsAAFwFAOAqAABcBQDgKgAAVwEA4CoAAFcBALgKAMBVAAC4CgDAVQAArgIAcBUAAK4CAHAVAICrAABwFQCAqwAAXAUA4CoAAFwFAOAqAABXAQC4CgAAVwEAuAoAwFUAAK4CAMBVAACuAgBwFQAArgIAcBUAgKsAAFwFAICrAABcBQDgKgAAVwEA4CoAAFcBALgKAABXAQC4CgDAVQAArgIAwFUAAK4CAHAVAICrAABwFQCAqwAAXAUAgKsAAFwFAOAqAABXAQDgKgAAVwEAuAoAwFUAALgKAMBVAACuAgDAVQAArgIAcBUAgKsAAHAVAICrAABcBQDgKgAAXAUA4CoAAFcBAOAqAABXAQC4CgDAVQAAuAoAwFUAAK4CAHAVAACuAgBwFQCAqwAAXIUEAICrAABcBQDgKgAAXAUA4CoAAFcBALgKAABXAQC4CgDAVQAArgIAwFUAAK4CAHAVAACuAgBwFQCAqwAAXAUAgKsAAFwFAOAqAABXAQDgKgAAVwEAuAoAAFcBALgKAMBVAACuAgDAVQAArgIAcBUAgKsAAHAVAMAsAQYAZS1ccoKt/60AAAAASUVORK5CYII=');
    background-size: contain;
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}
/* install extension end */
/* footer start */
#footer {
    background: #fff;
    position: relative;
    margin: -944px 0 0 0;
    min-height: 944px;
    font-size: 16px;
    line-height: 26px;
    border-bottom: 10px #ffd790 solid;
    padding: 147px 0 86px 0;
}
#footer .footer-icons {
    display: flex;
    flex-direction: column;
}
#footer .wrap-parthners {
    margin: auto;
}
#footer .footer-row {
    margin: 0 0 53px;
    overflow: hidden;
}
#footer .max-height {
    margin: 0 0 36px;
    position: relative;
}
#footer h3 {
    font: 20px/20px "Proxima Nova", sans-serif;
    font-weight: bold;
    text-transform: none;
    margin: 0 0 25px;
    color: #000;
    padding: 0;
}
#footer .economy-list {
    overflow: hidden;
}
.footer-list.economy-list li {
    margin: 0 0 18px;
}
.footer-list li {
    margin: 0 0 18px;
    font-size: 16px;
    line-height: 20px;
}
.footer-list a {
    color: #3498db;
}
#footer .btn-down {
    position: absolute;
    bottom: -32px;
    left: 50%;
    width: 16px;
    margin: 0 0 0 -7px;
    height: 6px;
    background: url(/images/user/ico-down.png) no-repeat 0% 0%;
}
#footer .max-height.box2 {
    margin: 0 0 10px 5px;
}
.footer-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
#footer .max-height.box3 {
    margin: 0 0 10px 40px;
}
#footer .info {
    font-size: 16px;
    line-height: 26px;
    display: block;
    margin: -5px 0 0 0;
}
#footer .parthners {
    margin: 0 -43px 6px 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    text-align: center;
    line-height: 0;
}
#footer .parthners li {
    display: inline-block;
    vertical-align: middle;
    /*margin: 0 10px 10px 10px;*/
}
#footer .parthners li img {
    width: 100%;
    height: auto;
}
#footer .parthners li:nth-child(2) img {
    width: 70%;
}
#footer .parthners li:nth-child(4) img {
    width: 95%;
}
#footer .parthners li:nth-child(5) img {
    width: 80%;
}
#footer .parthners li:last-child img {
    width: 130%;
}
#footer .copy {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    display: block;
    padding: 29px 0 0 0;
    margin: 0px;
}
#footer .user-agreement-link{
    display: block;
    text-align: center;
    color: #ababab;
    margin: 0 0 54px;
}
#footer .user-agreement-link a{
    color: #ababab;
}
.mega-bonus #footer .user-agreement-link a:hover{
    text-decoration: underline;
    color: #ababab;
}
#footer .btn-holder-links {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    font-size: 0;
    text-align: center;
    line-height: 0;
}
#footer .btn-holder-links li {
    display: inline-block;
    vertical-align: top;
    margin: 0 8px;
}
#footer .btn-holder-links a {
    display: block;
    height: 100%;
}
#footer .btn-holder-links a img {
    width: 112px;
    height: 35px;
}
#footer .soc-links-title {
    display: block;
    text-align: center;
    margin: 0 0 8px;
    padding: 32px 0 0 0;
    line-height: 16px;
}
#footer .soc-links {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    font-size: 0;
    line-height: 0;
    text-align: center;
}
.btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both;
}
@media screen and (max-width: 991px){
    .footer-row > div {
        float: none!important;
        display: inline-block;
        vertical-align: top;
        width: 49%;
    }
    #footer .max-height {
        height: auto!important;
        margin: 0 0 20px!important;
    }
    #footer .parthners li {
        width: auto !important;
    }
}
@media screen and (max-width: 767px){
    .footer-row > div {
        display: block;
        width: 100%;
    }
}
#footer .soc-links li {
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    line-height: 16px;
    margin: 0 8px;
}
#footer .soc-links a {
    display: block;
    height: 100%;
}
#footer .soc-links a i {
    color: #7f7f7f;
    line-height: 26px;
}
#footer .soc-links a:hover {
    opacity: 0.7;
}
.lang-container {
    margin-top: 100px;
}
.lang-container .eng i {
    background: #fff url(/images/user/eng_ret.png) no-repeat 100% 100%;
    background-size: 22px;
}
.lang-container .rus i {
    background: #fff url(/images/user/ru_ret.png) no-repeat 100% 100%;
    background-size: 22px;
}
.lang-container i {
    width: 22px;
    height: 22px;
    display: block;
    cursor: pointer;
    float: left;
    line-height: 28px;
    background-size: 22px;
}
.lang-container .language {
    font-size: 14px;
    color: #ababab;
    line-height: 28px;
    display: block;
    margin-top: -3px;
    margin-left: 5px;
    float: left;
    cursor: pointer;
}
@media (max-width: 1200px) {
    #footer {
        height: auto;
        margin-top: -800px;
    }
}
@media (max-width: 991px){
    .soc-links-title {
        text-align: center;
    }
    .soc-links {
        text-align: center;
    }
    #footer .soc-links li {
        margin: 0 10px;
    }
    #footer .max-height {
        margin: 0 0 50px;
    }
    #footer .max-height.box2, #footer .max-height.box3 {
        margin: 0 0 20px;
        height: 200px;
    }
}
@media (max-width: 778px){
    #footer h3 {
        margin: 0 0 20px;
    }
    .footer-list.economy-list li {
        margin: 0 0 10px;
    }
    .footer-row {
        text-align: center;
    }
    #footer .parthners {
        margin: 0 0 6px 0;
    }
    #footer .parthners li {
        width: 18%;
    }
}
/* footer end */
/* button to top start */
.b-top {
    z-index: 2600;
    position: fixed;
    left: 0;
    bottom: 90px;
    width: 34%;
    margin-left: 50%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: pointer;
}
.b-top-but {
    z-index: 2600;
    position: absolute;
    display: block;
    bottom: 0;
    right: 10%;
    padding: 32px 12px 4px;
    color: white;
    background: #cecece url(img/up_arrow.svg) no-repeat 50% 11px;
    border-radius: 7px;
    background-size: 25px;
}
/* button to top end */
/* main block start */
#main {
    padding: 64px 0 944px;
}

@media (max-width: 768px){
    #main {
        padding: 145px 0 784px;
    }
}
/* main block end */
/*bread crumbs start */
.link-page {
    margin: 50px 0 65px 0;
    list-style: none;
}
.link-page li{
    display: inline-block;
}
/*bread crumbs end */
/* sidebar start */
.search-block{
    margin-bottom: 65px;
}
.search-block .search-form input{
    height: 34px;
    width: 100%;
    padding-left:10px;
    border: solid 1px #e2e2e2;
}
.search-block .search-form .btn-search {
    border: 0;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 16px;
    top: -3px;
    background: url(img/search-btn.png) no-repeat center center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.categories{
    list-style:none;
    margin:0;
}
.categories li{
    margin-bottom: 40px;
}
.arhiv-wrap{
    margin-top: 120px;
}
.arhiv-wrap h4{
    font-family: 'Proxima Nova', sans-serif;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
}
.arhiv-wrap .arhiv{
    list-style:none;
    margin:0;
    color: #3498db;
}
.tags{
    margin-top: 90px;
}
.tags h4{
    font-family: 'Proxima Nova', sans-serif;
    font-weight: bold;
    font-size: 20px;
    margin-bottom:20px;
}
.tags a {
    border: 1px solid #e2e2e2;
    padding: 1px 13px;
    color: black !important;
    margin: 0 10px 10px 0;
    display: inline-block;
}
@media (max-width: 998px){
    .social-group {
        margin-bottom: 70px;
    }
}
.social-group,
.lang-group{
    margin-top:60px;
}
.social-group h4{
    font-family: 'Proxima Nova', sans-serif;
    font-weight: bold;
    font-size: 20px;
    margin-bottom:35px;
}
.lang-group h4{
    font-family: 'Proxima Nova', sans-serif;
    font-weight: bold;
    font-size: 20px;
    margin-bottom:20px;
}
.lang-group ul{
    margin-left: 0;
}
.lang-group li{
    list-style:none;
}
.lang-group li img{
    margin-bottom: 2px;
    margin-right: 10px;
}
.social-group a i {
    font-size: 24px;
    margin: 0 25px 0 0;
    color: #7f7f7f;
}
.social-group a i:hover{
    opacity: 0.7;
}
.ext-banner{
    border: 1px solid #e2e2e2;
    margin-top: 40px;
    padding: 38px 21px;
    text-align: center;
}
.ext-banner h5{
    font-family: 'Proxima Nova', sans-serif;
    font-size:20px;
    font-weight: normal;
}
.ext-banner .title-percent{
    margin-top:20px;
    font-family: 'Proxima Nova', sans-serif;
    font-size: 20px;
}
.ext-banner .title-percent strong{
    font-weight: bold;
}
.ext-banner .percent{
    font-size: 50px;
    font-family: 'Proxima Nova', sans-serif;
    font-weight: bold;
}
.ext-banner .btn{
    margin-top:35px;
    width: 100%;
    height: auto;
    border-radius: 0px;
    border:none;
    background: #89bf1d none;
    color: #fff;
    font-size: 16px;
    font-family: 'Proxima Nova', sans-serif;
    font-weight: bold;
    text-shadow:none;
}
.ext-banner .btn:hover{
    background: #6E9917;
    cursor: pointer;
}
.share{
    display:none;
}
.share .title-share{
    font-size: 16px;
    line-height: 26px;
    display: block;
    margin: 30px 0 41px;
}
.share .title-share i.material-icons {
    color: #d02216;
    font-size: 21px;
    line-height: 17px;
    vertical-align: bottom;
}
/* sidebar end */
/* articles list start */
.image_block_left {
    width: 35%;
    float: left;
}
.text_block_right {
    width: 60%;
    float: right;
    margin-bottom: 0;
}
#load-more{
    width: 164px;
    height: 40px;
    border: 1px solid #e2e2e2;
    background-color: #fff;
    color: #000;
    font-size: 14px;
    line-height: 14px;
    font-family: 'Proxima Nova', sans-serif;
}
.alm-btn-wrap{
    clear:both;
}
.news-block {
    display:table;
    margin-bottom: 65px;
}
.news-block a .overlay-poster{
    display:none;
}
.news-block .news-text .news-title h3{
    margin:0 0 20px;
    color: #000;
    font-size: 40px;
    clear: both;
    font-family: 'Proxima Nova', sans-serif;
    font-weight: bold;
}
.news-block .news-text .news-title a:hover{
    color: #000 !important;
}
a:focus{
    outline:0;
    outline-offset: 0;
    text-decoration: none;
}
.news-block .news-text p{
    font-size: 16px;
    line-height: 1.63;
    max-height: 100px;
    overflow: hidden;
}
.news-block .date{
    float: left;
    margin-top: 30px;
    color: #9b9b9b;
}
.news-block .read-more{
    float: right;
    clear: both;
    font-size: 16px;
    width: 100%;
    text-align: right;
}
@media (max-width: 768px){
    .link-page{
        margin: 20px 0 25px 0;
    }
    .news-block .read-more{
        margin-bottom: 60px;
    }
    .news-block a.tiser {
        float: none;
        width: 100%;
    }
    .news-block .news-text .news-title h3 {
        font-size: 30px;
        margin: 10px 0 20px;
    }
    .news-block .news-text {
        width: 100%;
        float: none;
    }
}
/* articles list end */
/* single article start */
.news-wrap .poster img{
    width:100%;
    height:auto;
}
.news-wrap .news .date {
    height: 50px;
    padding: 15px;
    position: relative;
    top: -70px;
    text-align: center;
    background: #ffdf08;
    color: #000;
    font-size: 25px;
    line-height:25px;
    margin:0;
    font-family: 'Proxima Nova', sans-serif;
    font-weight: 300;
}
.news-wrap  .news .social-share_sm {
    height: 40px;
}
.news-wrap  .news .social-share_sm .social-likes{
    margin-top: -70px;
}
.news .news-text{
    width:100%;
    float:none;
}
.news .news-text h1{
    margin: 35px 0 60px;
    font-size: 40px;
    font-family: 'Proxima Nova', sans-serif;
    font-weight: bold;
    clear: both;
}
.news .news-text p{
    max-height: none;
}
.news .news-text p img{
    margin: 20px;
}
.tags-2{
    margin-top:30px;
}
@media (max-width: 570px){
    .news-wrap  .news .social-share_sm .social-likes{
        margin-top: -40px;
    }
}
/* single article end */
/* search results start */
.page-header{
    margin:0;
}
.page-header h3{
    margin: 0 0 40px;
    font-size: 40px;
    font-family: 'Proxima Nova', sans-serif;
}
/* search results end */
/* come backer start */
/* modal window - comeback modal */
.modal {
    position: fixed;
    top: 10%;
    left: 50%;
    z-index: 1050;
    width: 560px;
    margin-left: -280px;
    background-color: #ffffff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    outline: none;
}
.modal.fade {
    -webkit-transition: opacity .3s linear, top .3s ease-out;
    -moz-transition: opacity .3s linear, top .3s ease-out;
    -o-transition:opacity .3s linear, top .3s ease-out;transition:opacity .3s linear, top .3s ease-out;top:-25%;}

/* comeback modal */
.modal{
    width: 100%;
    height: 100%;
    top: 0 !important ;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow-y: visible !important;
}
.modal-content .visual .holder h3{
    margin: 0 0 13px;
    font-size: 27px;
    line-height: 27px;
    letter-spacing: -0.02em;
    font-family: 'Proxima Nova';
    font-weight: bold;
}
button, a{
    outline:0;
    outline-offset: 0;
}
.modal-content{
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
#gallery-modal .modal-content{
    height: auto;
}
.close-btn:hover {
    opacity: 0.7;
}
.close-btn {
    border: none;
    padding: 0;
    position: absolute;
    top: -30px;
    right: -29px;
    background: url(/images/bg-115.png) no-repeat;
    background-size: cover;
    width: 16px;
    height: 16px;
}
.btn-installation {
    display: block !important;
    padding: 23px 10px;
    max-width: 358px;
    width: 100%;
    margin: 62px auto 19px;
    text-align: center;
    background: #89BF1D;
    text-transform: uppercase;
    font: bold 16px/18px 'Proxima Nova', sans-serif;
    color: #ffffff !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.btn-installation:focus, .btn-installation:hover {
    background: #6E9917;
    text-decoration: none;
    color: #ffffff;
}
.now-free {
    font: 14px/16px 'Proxima Nova', sans-serif;
    color: #9B9B9B;
    margin: 0 0 30px;
    text-align: center;
    display: block;
}
.parthners-list {
    margin: 0 0 0 -10px;
    padding: 0;
    list-style: none;
}
.parthners-list li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 10px 10px;
}
.popup-feedback-rated {
    position: absolute;
    left: 34px;
    top: 31px;
    font: 12px/12px 'Proxima Nova', sans-serif;
    color: #000;
}
.spica {
    margin: 0 0 1px;
    display: inline-block;
    background: url(/images/bg-88.png) no-repeat;
    background-size: cover;
    width: 89px;
    height: 54px;
    overflow: hidden;
    font: bold 10px/12px 'Proxima Nova', sans-serif;
    text-align: center;
    padding: 10px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.popup-feedback-rated .list-rated {
    padding: 18px 0 0 0;
    margin: 0 0 5px;
    font-size: 0;
    line-height: 0;
}
.list-rated li{
    width: 15px;
    margin: 0 4px 0;
    display: inline-block;
    vertical-align: top;
}
.feedback-rated-note {
    font: 10px/12px 'Proxima Nova', sans-serif;
    color: #000000;
}
.pr-already {
    float: left;
    margin: 0 10px 10px;
    font: 16px/18px 'Proxima Nova', sans-serif;
    color: #000000;
}
.pr-sing-in {
    float: right;
    margin: 0 0 10px;
    font: 14px 'Proxima Nova', sans-serif;
    color: #3498DB;
}
.registr-through {
    display: block;
    margin: 0 0 10px;
    font: 16px/18px 'Proxima Nova', sans-serif;
    color: #000000;
}
.social-list {
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    list-style: none;
    text-align: justify;
    -moz-text-align-last: justify;
    text-align-last: justify;
    -ms-text-justify: inter-ideograph;
}
.social-list li {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    width: 50px;
    height: 50px;
    margin: 0 calc(100% / 4 - 75px) 30px calc(100% / 4 - 75px);
}
.social-list a {
    display: block;
    height: 100%;
}

.modal-content:after {
    content: "";
    display: block;
    clear: both;
}
.modal-content input[type="text"],
.modal-content input[type="password"] {
    height: 36px;
    border-radius: 5px;
    width: 100%;
    font-size: 16px;
    line-height: 36px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px #e2e2e2 solid;
    background: #fff;
    padding: 0 20px;
    box-shadow: none;
    color: #000;
    margin:     0;
    font-family: 'Proxima Nova', sans-serif;
}
.modal-content input[type="submit"] {
    background: #97537e;
    border: none;
    color: #fff;
    width: 100%;
    height: 33px;
    padding: 0;
    border-radius: 20px!important;
    letter-spacing: -0.02em;
    font-size: 16px;
    line-height: 16px;
    margin: 0 0 30px;
}
.modal-content .form-row {
    margin: 0 0 20px;
    padding: 0;
}
#extension-modal .soc-list {
    margin: 0 25px 0 0;
    float: left;
    padding: 0;
    list-style: none;
}
#extension-modal .soc-list li{
    display: inline-block;
    vertical-align: top;
}

#extension-modal .soc-list a {
    width: 42px;
    height: 34px;
    border-radius: 3px;
    display: block;
    text-align: center;
    line-height: 34px;
}
#extension-modal .soc-list .ico {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    background: url(/images/user/cos-icons.png) no-repeat 0% 4px;
}
#extension-modal .soc-list .ico1 {
    width: 13px;
    height: 24px;
    background-position: 0 -34px;
    background-size: 100%;
}
#extension-modal .soc-list .ico2 {
    width: 13px;
    height: 24px;
    background-position: 0 -11px;
    background-size: 100%;
}

#extension-modal .soc-list .ico5 {
    width: 42px;
    height: 34px;
    background: url(/images/user/google_auth.png) 50% 0% no-repeat;
    background-size: 100%;
    margin-top: -3px;
    border-radius: 3px;
}

#extension-modal .soc-list .od {
    background: #f18500;
}

#extension-modal .soc-list .vk {
    background: #4e719a;
}

#extension-modal .soc-list .fb {
    background: #3a579a;
}
#email-check-modal .form-row .error-msg{
    position: absolute;
    display: block;
    bottom: -9999px;
    left: -9999px;
    right: 9999px;
    font-size: 14px;
    line-height: 20px;
    color: #db3434!important;
    opacity: 0;
    -webkit-transition: all 0s ease .35s ease, opacity .35s ease;
    -o-transition: all 0s ease .35s ease, opacity .35s ease;
    transition: all 0s ease .35s ease, opacity .35s ease;
}
#login-modal h5 {
    position: relative;
    font-size: 16px;
    margin: 0 0 26px;
    line-height: 16px;
}
#extension-modal h5 span {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    z-index: 1;
    position: relative;
    padding: 0 15px;
    color: #000;
    font-family: 'Proxima Nova';
    font-weight: 500;

}
#extension-modal h5:before  {
    content: '';
    width: 100%;
    height: 1px;
    background: #e2e2e2;
    position: absolute;
    top: 8px;
    left: 0;
}
#login-modal .submit-holder {
    width: 165px;
    margin: 0 auto;
}
#email-check-modal .modal-content .form-row{
    position: relative;
}
#email-check-modal .form-row.error .error-msg{
    bottom:-6px;
    left:-32px;
    right:-32px;
    opacity:1;
    -webkit-transition:opacity .35s ease;
    -o-transition:opacity .35s ease;
    transition:opacity .35s ease;
}
#email-check-modal .form-row.error .error-msg{
    bottom:-20px;
}
#login-modal .visual .holder {
    position: absolute;
    top: 46px;
    left: 0;
    width: 100%;
    text-align: center;
}
#login-modal .modal-dialog {
    margin: 70px auto;
}
.modal.in .modal-dialog {
    margin: 227px auto;
}
@media (min-width: 768px){
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
}
/*#gallery-modal p {*/
/*font-size: 16px;*/
/*line-height: 26px;*/
/*margin: 0 39px  0px 39px;*/
/*}*/
.gallery-modal {
    margin: 0;
    padding: 0;
    list-style: none;
}
.gallery-modal>li {
    text-align: center;
}
.gallery-modal .info-text {
    margin: 0;
    padding: 0 20px;
}
.gallery-modal li .list-browsers {
    margin: 0;
    padding: 0;
    list-style: none;
}
.gallery-modal li .list-browsers li {
    display: inline-block;
    vertical-align: top;
}
.gallery-modal li .list-browsers a {
    text-decoration: underline;
}
.gallery-modal li .link-btn {
    display: block;
    padding: 30px 0 0 0;
    margin: 0;
}
.gallery-modal li .skip-btn {
    display: block;
    font-size: 12px;
    line-height: 12px;
    color: #ababab;
    margin: 0;
}
.gallery-modal li .info {
    display: block;
    font-size: 12px;
    max-width: 320px;
    line-height: 16px;
    color: #ababab;
    padding: 35px 0 0 0;
    margin: 0 auto;
}

.gallery-modal li#activate-cashback-onbording-li .max-height{
    /*max-height: 160px;*/

}
.gallery-modal li #activate-cashback-onbording {
    background-color: #89bf1e;
    color: #fff;
    font-family: 'Proxima Nova';
    /*margin-bottom: 70px;*/
}

.gallery-modal li .btn-default {
    color: #89bf1e;
    border: 1px #89bf1e solid;
    background: #fff;
    padding: 5px 63px;
    margin: 0 0 30px;
    font-size: 14px;
    border-radius: 17px;
}
.gallery-modal li .btn-active {
    background: #000;
    border: none;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 24px;
    height: 33px;
    border-radius: 20px;
    letter-spacing: -0.02em;
    font: bold 17px/16px "Proxima Nova",sans-serif;
}
.slick-slide .visual {
    margin: 0 0 43px;
    height: 90px;
    line-height: 90px;
}
.slick-slide .max-height {
    min-height: 200px;
}
.slick-slide img {
    display: inline-block;
}
.gallery-modal li h3 {
    font-size: 20px;
    line-height: 20px;
    font-family: 'Proxima Nova', sans-serif;
    font-weight: bold;
}
/*#gallery-modal .modal-content {*/
/*font-size: 16px;*/
/*line-height: 16px;*/
/*-webkit-box-sizing: border-box;*/
/*-moz-box-sizing: border-box;*/
/*box-sizing: border-box;*/
/*background: #fff;*/
/*position: relative;*/
/*padding: 48px 30px 48px 30px;*/
/*text-align: center;*/
/*}*/
/*#gallery-modal .modal-content:before{*/
/*content: '';*/
/*background: transparent;*/
/*width: 100%;*/
/*height: 100%;*/
/*position: absolute;*/
/*top: 0px;*/
/*left: -100%;*/
/*}*/
/*#gallery-modal .modal-content:after{*/
/*content: '';*/
/*background: transparent;*/
/*width: 100%;*/
/*height: 100%;*/
/*position: absolute;*/
/*top: 0px;*/
/*right: -100%;*/
/*}*/
.slick-dots {
    position: absolute;
    bottom: -80px;
    width: 100%;
    left: 0;
    margin: 0;
    text-align: center;
    padding: 0;
    list-style: none;
}
.slick-dots li {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0 5px;
}

/*.slick-dots li.slick-active button, .slick-dots li:hover button {*/
/*background: #c6c6c6;*/
/*}*/
.slick-prev {
    position: absolute;
    border: none;
    z-index: 5;
    left: -128px;
    top: 0;
    margin: 0 0 0 0;
    text-indent: -9999px;
    display: inline-block;
    vertical-align: top;
    background:  url(/images/user/gallery-arr.png) 10px 50% no-repeat;
    width: 31px;
    height: 100%;
}
.slick-next {
    position: absolute;
    border: none;
    z-index: 5;
    right: -128px;
    top: 0;
    margin: 0 0 0 0;
    text-indent: -9999px;
    display: inline-block;
    vertical-align: top;
    background: url(/images/user/gallery-arr.png) 10px 50% no-repeat;
    width: 31px;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    height: 100%;
}
.slick-next123{
    padding:0;
    margin:0;
    list-style:none;
    counter-reset:item;
    content:counters(item, '.') '';
    counter-increment:item;
    display:none;
}


/* come backer end */

/* new comebacker start*/
#register-modal .visual{
    width: 391px;
}
#register-modal .visual img{
    display: block;
    max-width: 100%;
}
#register-modal .modal-content .form-holder{
    padding: 36px 88px 0 68px;
    text-align: left;
}
#register-modal h1{
    text-align: left;
    margin: 0 0 30px;
    font: 300 48px/58px 'Proxima Nova', sans-serif;
}
#register-modal .holder-input{
    margin: 0 0 15px;
}
#register-modal .holder-input input{
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border: 1px solid #ddd;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
}
#register-modal .holder-input input:-moz-placeholder{
    color:#9b9b9b;
}
#register-modal .holder-input input::-moz-placeholder {
    color:#9b9b9b;
    opacity:1;
}
#register-modal .holder-input input::-webkit-input-placeholder {
    color:#9b9b9b;
}
#register-modal .holder-input input:-ms-input-placeholder {
    color:#9b9b9b;
}
#register-modal .holder-input input::placeholder {
    color:#9b9b9b;
}
#register-modal .holder-input input:focus{
    border-color: #FFDF08;
}
#register-modal .holder-input input:focus::-webkit-input-placeholder {
    color:transparent;
}
#register-modal .holder-input input:focus:-moz-placeholder {
    color:transparent;
}
#register-modal .holder-input input:focus:-ms-input-placeholder {
    color:transparent;
}
#register-modal .holder-input input:focus::-moz-placeholder {
    color:transparent;
}
#register-modal .holder-input input.error{
    border-color: #FF0033;
}
#register-modal .holder-input .text-error{
    opacity: 0;
    display: block;
    font: 12px/14px 'Proxima Nova', sans-serif;
    color: #FF0033;
}
#register-modal .holder-input.error .text-error{
    opacity: 1;
}
#register-modal .pr-group:after{
    content: '';
    display: block;
    clear: both;
}
#register-modal .pr-group{
    margin: -5px 0 40px;
}
#register-modal input[type='submit']{
    display: block;
    height: 46px;
    padding: 11px 10px;
    margin: 0 0 50px;
    text-align: center;
    background: #89BF1D;
    font: 16px/18px 'Proxima Nova', sans-serif;
    color: #ffffff;
    border-radius: 4px!important;
    -webkit-border-radius: 4px!important;
    -moz-border-radius: 4px!important;
}
#register-modal input[type='submit']:hover{
    background: #6E9917;
}
.holder-support .list-browsers {
    padding: 0;
    margin: 0 0 95px;
}
.holder-support .list-browsers li {
    display: inline-block;
    vertical-align: top;
    margin: 0 19px;
}
.holder-support .list-browsers a {
    display: block;
    width: 30px;
    height: 34px;
}
.holder-support .list-browsers img {
    max-width: 100%;
    display: block;
}
.holder-logo{
    display: block;
    max-width: 150px;
    margin: 0 0 22px;
}
.holder-logo img{
    display: block;
    max-width: 100%;
}

.popup-authorized .register-title, .popup-authorized .login-title {
    margin: 15px auto;
    text-align: center;
    font: 12px 'Proxima Nova', sans-serif;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 2;
    color: #000;
    text-transform: uppercase;
}
.social_list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    margin: 0 auto 10px;
    padding-left: 0;
}
.social_list li {
    width: 300px;
    height: 40px;
    display: block;
    border-radius: 20px;
    margin: 0 auto 12px;
    padding-left: 58px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.social_list li::before {
    display: block;
    position: absolute;
    content: '';
}
.close-btn svg {
    display: none;
}
.social_list .social_vk {
    background: #5e88b9;
}
.social_list .social_vk:hover {
    background: #4c7aaf;
}
.social_list .social_vk::before {
    left: 20px;
    top: 13px;
    width: 24px;
    height: 14px;
    background: url(https://cdn.megabonus.com/images/user/vk.svg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.social_list .social_fb {
    background: #4a669f;
}
.social_list .social_fb:hover {
    background: #3a558d;
}
.social_list .social_fb::before {
    left: 26px;
    top: 8px;
    width: 12px;
    height: 22px;
    background: url(https://cdn.megabonus.com/images/user/fb.svg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.social_list .social_google {
    background: #db5841;
}
.social_list .social_google:hover {
    background: #d34931;
}
.social_list .social_google::before {
    left: 25px;
    top: 11px;
    width: 17px;
    height: 17px;
    background: url(https://cdn.megabonus.com/images/user/google.svg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.social_list .social_ok {
    background: #e88504;
}
.social_list .social_ok:hover {
    background: #dc7c00;
}
.social_list .social_ok::before {
    left: 27px;
    top: 8px;
    width: 14px;
    height: 23px;
    background: url(https://cdn.megabonus.com/images/user/ok.svg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.social_list li div {
    letter-spacing: 0;
    font: 16px 'Proxima Nova', sans-serif;
    color: #fff;
    line-height: 40px;
}
.popup-authorized .enter_email {
    text-align: center;
    position: relative;
    font: 12px 'Proxima Nova', sans-serif;
    font-weight: 300;
    letter-spacing: 0.8px;
    color: #000;
    line-height: 2;
    margin-bottom: 15px;
}
.enter_email::before {
    display: block;
    content: '';
    position: absolute;
    left: -81px;
    top: 11px;
    width: 155px;
    border-bottom: 2px dashed #dfdede;
}
.enter_email::after {
    display: block;
    content: '';
    position: absolute;
    right: -81px;
    top: 11px;
    width: 155px;
    height: 2px;
    border-bottom: 2px dashed #dfdede;
}
.mega-bonus #login-modal .holder-input + .holder-input .mega-bonus #register-modal .holder-input + .holder-input {
    margin: 0;
}

@media screen and (max-width: 991px) {
    #login-modal .modal-content .form-holder,
    #register-modal .modal-content .form-holder{
        padding: 30px 30px 0;
    }
    #login-modal h1,
    #register-modal h1{
        font-size: 38px;
        line-height: 48px;
    }
}
@media screen and (max-width: 640px) {
    #login-modal .modal-content .form-holder,
    #register-modal .modal-content .form-holder{
        padding:0;
    }
}

/*new comebacker end*/
/* new header start */
#header .mb_projects {
    right: -56px !important;
}
#header .not-auth .mb_projects{
    right: -10px !important;
}
.in-btn:hover,.in-btn {
    float: left;
    font: 16px/18px 'Proxima Nova', sans-serif;
    color: #000000;
    margin: 11px 0 11px 8%;
}
.btn-expansion,
.btn-expansion:focus {
    float: right;
    max-width: 241px;
    width: 100%;
    border: 1px solid #89BF1D;
    text-align: center;
    padding: 11px 5px;
    font: 16px/18px 'Proxima Nova', sans-serif;
    color: #89BF1D;
    opacity: 1;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.btn-expansion:hover{
    border-color: #6E9917;
    background: #6E9917;
    color: #fff;
    text-decoration: none;
}
.my-settings {
    float: right;
    position: relative;
    min-width: 215px;
}
.my-settings #js-money-preview{
    display:none;
}
.my-settings #js-approved-obj {
    padding-left: 20px;
    background: url(/images/user/check.svg) 0 3px no-repeat;
    background-size: 14px;
}
.my-settings .spacer {
    padding: 0 10px;
}
.my-settings #js-waiting-obj {
    padding-left: 20px;
    background: url(/images/user/time.svg) 0 3px no-repeat;
    background-size: 14px;
    color: #9b9b9b;
}
.my-name .popover.bottom>.arrow{
    top: -6px;
}
.my-name .popover.bottom>.arrow:after {
    top: 0px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #000;
}
.my-name .popover.bottom{
    margin-top: 5px;
}
.my-name .popover{
    border-radius: 0;
    background: #000;
    color: #fff;
    font-size: 12px;
    line-height: 1.4;
    visibility: visible;
}
.my-name {
    position: relative;
    display: inline;
    font-size: 0;
    line-height: 0;
    padding: 0 27px 0 0;
}
.my-name .holder-img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 13px 0 0;
    width: 42px;
    height: 42px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.my-name .holder-text {
    display: inline-block;
    vertical-align: middle;
    font: 16px/20px 'Proxima Nova',sans-serif;
    color: #000;
    max-width: 217px;
    min-width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.my-name:hover{
    cursor:pointer;
}
.my-name:hover .holder-text>div:first-child{
    text-decoration: underline;
}
.my-name:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin: -5px 0 0;
    background: url(/images/bg-38.png) no-repeat;
    background-size: cover!important;
    width: 13px;
    height: 7px;
    clear: both;
    display: block;
}
.authorized-user {
    display: none;
    position: absolute;
    z-index: 12;
    left: 0;
    top: 100%;
    right: 0;
    margin: 10px 0 0;
    padding: 17px 0 0;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.2);
}
.authorized-user ul {
    list-style: none;
    padding: 10px 0 0;
    border-bottom: 1px solid #E6E6E6;
    margin-left: 0;
}
.authorized-user li {
    margin: 0 0 4px;
}
.authorized-user a {
    display: block;
    font-size: 0;
    padding: 2px 21px;
    min-height: 32px;
    line-height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.authorized-user .holder-img {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
}
.authorized-user img {
    max-width: 100%;
    vertical-align: top;
}
.authorized-user ul span {
    display: inline-block;
    vertical-align: middle;
    font: 12px/32px 'Proxima Nova', sans-serif;
    color: #000;
}
.exit-ausser {
    padding: 10px 0 16px;
}
.exit-ausser a {
    min-height: 32px;
    font: 12px/32px 'Proxima Nova', sans-serif;
    color: #000;
    padding: 3px 21px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.authorized-user a:focus,
.authorized-user a:hover {
    background: #fcdd00;
}
.exit-ausser a:hover {
    text-decoration: none;
}
.icon-logout:before {
    content: "\e915";
}
/*.header-fixed-block .fixed {*/
/*position: fixed;*/
/*top: 0;*/
/*width: 100%;*/
/*background: #fff;*/
/*border-bottom: solid 1px #e6e6e6;*/
/*}*/

/*@media screen and (max-width: 991px){*/
/*#header{*/
/*height: auto!important;*/
/*}*/
/*.logo{*/
/*float: none;*/
/*margin: 0 auto 10px;*/
/*}*/
/*.holder-entrance{*/
/*text-align: center;*/
/*margin: 0 0 20px;*/
/*}*/
/*.holder-entrance a{*/
/*float: none!important;*/
/*display: inline-block;*/
/*vertical-align: top;*/
/*}*/
/*.in-btn {*/
/*margin: 11px 15px 11px 0!important;*/
/*}*/
/*}   */
/* new header end */
/* new navigation start */
.top-nav-holder{
    position: relative;
    height: 40px;
    z-index: 98;
    padding: 0;
    margin: 0;
}
.top-nav-holder.fixed{
    position: fixed;
    width:100%;
}
.top-nav{
    height: 40px;
    position: relative;
    overflow:hidden;
    margin:0 auto;
    padding: 0;
}
.top-nav-holder:before{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 40px;
    background: #333333;
    z-index: -1;
    content:'';
}
.top-nav .top-nav__wrapper{
    height: 100%;
    font-size: 0px;
    line-height: 0;
    white-space: nowrap;
    margin:0 auto;
    padding: 0;
}
.top-nav .top-nav__item{
    position: relative;
    display:inline-block;
    vertical-align:top;
    padding: 0 15px;
}
.top-nav .top-nav__item.top-nav__has-drop:after{
    content: '';
    position: absolute;
    z-index: 12;
    left: 50%;
    bottom: -4px;
    margin: 0 0 0 -9999px;
    border: 12px solid transparent;	border-bottom: 12px solid #FFDF08;
    -webkit-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
    opacity: 0;
}
.top-nav .top-nav__item.top-nav__has-drop.active:after{
    opacity: 1;
    margin: 0 0 0 -12px;
}
.top-nav .swiper-button-prev,
.top-nav .swiper-button-next{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 40px;
    font: 20px/40px 'Proxima Nova', sans-serif;
    color: #ffffff;
    background: -moz-linear-gradient(left, rgba(51,51,51,1) 0%, rgba(51,51,51,0) 100%);
    background: -webkit-linear-gradient(left, rgba(51,51,51,1) 0%,rgba(51,51,51,0) 100%);
    background: linear-gradient(to right, rgba(51,51,51,1) 0%,rgba(51,51,51,0) 100%);
    z-index: 100;
    padding: 0;
    cursor: pointer;
    width: 60px;
}
.top-nav .swiper-button-next{
    text-align: right;
    left:auto;
    right: 0px;
    background: -moz-linear-gradient(left, rgba(51,51,51,0) 0%, rgba(51,51,51,1) 100%);
    background: -webkit-linear-gradient(left, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%);
    background: linear-gradient(to right, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%);
}
.top-nav .swiper-button-prev:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin: -9px 0 0;
    background: url("/images/bg-96.png") no-repeat;
    width: 12px;
    height: 18px;
}
.top-nav .swiper-button-prev:hover:before{
    background: url("/images/bg-98.png") no-repeat;
}
.top-nav .swiper-button-next:before{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    margin: -9px 0 0;
    background: url("/images/bg-95.png") no-repeat;
    width: 12px;
    height: 18px;
}
.top-nav .swiper-button-next:hover:before{
    background: url("/images/bg-97.png") no-repeat;
}
.top-nav .swiper-button-disabled{
    display:none;
}
.top-nav .swiper-button-prev i,
.top-nav .swiper-button-next i{
    /*margin: 0px 15px;*/
    display: none;
}
.top-nav .top-nav__item>a{
    display:block;
    text-decoration:none;
    color: #fff;
    letter-spacing: 0;
    font: 16px/40px 'Proxima Nova', sans-serif;
}
.top-nav .top-nav__item>a:hover{
    color: #FFDF08;
}
.top-nav .drop-nav-holder{
    display:none;
}
.append-drop-wrapper{
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    background: #FFDF08;
    box-shadow: 0 0 9px 6px rgba(0, 0, 0, 0.2);
    display:none;
}
.append-drop-wrapper .drop-nav-holder{
    padding: 0;
    overflow:hidden;
    width: 960px;
    position: relative;
    margin: 0;
}
.append-drop-wrapper .drop-nav-wrapper{
    height: 100%;
    font-size: 0px;
    line-height: 0;
    white-space: nowrap;
    margin:0 auto;
    padding: 0;
    letter-spacing: 0;
}
.append-drop-wrapper.alignRight .drop-nav-wrapper {
    text-align: right;
}
@media screen and (max-width: 1200px){
    .append-drop-wrapper .drop-nav-holder{
        width:720px;
    }
}
@media screen and (max-width: 991px){
    .append-drop-wrapper .drop-nav-holder{
        width: auto;
        max-width:750px;
        margin:0 auto;
        left: 0 !important;
    }
    .append-drop-wrapper.alignRight .drop-nav-wrapper {
        text-align: left;
    }
    .append-drop-wrapper{
        display:block;

    }
}
.append-drop-wrapper .drop-nav-item{
    position: relative;
    display:inline-block;
    vertical-align:top;
    padding: 0 ;
    font: 300 16px/16px 'Proxima Nova', sans-serif;
    width: 120px;
    text-align: center;
}
.append-drop-wrapper .drop-nav-item>a{
    display: block;
    color: #000000;
    padding: 16px 7px 13px;
    position: relative;
}
.append-drop-wrapper .drop-nav-item>a:hover{
    text-decoration: none;
    background: #ffdf08;
    background: -moz-linear-gradient(top, #ffdf08 0%, #fff3a1 100%);
    background: -webkit-linear-gradient(top, #ffdf08 0%,#fff3a1 100%);
    background: linear-gradient(to bottom, #ffdf08 0%,#fff3a1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdf08', endColorstr='#fff3a1',GradientType=0 );
}
.append-drop-wrapper .drop-nav-item>a>span{
    display:block;
}
.append-drop-wrapper .drop-nav-item .holder-img{
    width: 27px;
    height: 27px;
    margin: 0 auto 9px;
}
.append-drop-wrapper .drop-nav-item .holder-img img {
    max-width: 100%;
    display: block;
}
.append-drop-wrapper .swiper-button-prev,
.append-drop-wrapper .swiper-button-next{
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0;
    font: 40px/40px 'Proxima Nova', sans-serif;
    color: #333;
    background: -moz-linear-gradient(left, rgba(255,223,8,1) 0%, rgba(255,223,8,0) 100%);
    background: -webkit-linear-gradient(left, rgba(255,223,8,1) 0%,rgba(255,223,8,0) 100%);
    background: linear-gradient(to right, rgba(255,223,8,1) 0%,rgba(255,223,8,0) 100%);
    z-index: 100;
    padding: 0;
    cursor: pointer;
    width: 60px;
}
.append-drop-wrapper .swiper-button-next{
    text-align: right;
    left:auto;
    right: 0px;
    background: -moz-linear-gradient(left, rgba(255,223,8,0) 0%, rgba(255,223,8,1) 100%);
    background: -webkit-linear-gradient(left, rgba(255,223,8,0) 0%,rgba(255,223,8,1) 100%);
    background: linear-gradient(to right, rgba(255,223,8,0) 0%,rgba(255,223,8,1) 100%);
}
.append-drop-wrapper .swiper-button-disabled{
    display:none;
}
.append-drop-wrapper .swiper-button-prev i,
.append-drop-wrapper .swiper-button-next i{
    margin: -38px 0 0 -35px;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 70px;
}
/* new navigation end */
/* new login-modal start */
#login-modal .popup-authorized .visual,
#register-modal .popup-authorized .visual{
    width: 48%;
    padding: 95px 0 30px;
    position: relative;
}
.holder-parthners-list{
    position: absolute;
    left: 0;
    right: 0;
    top:100%;
}
.slider-popup .slider{
    padding: 0;
    margin: 0;
    list-style: none;
}
.slider-popup .slider li{
    min-height: 361px;
}
.slider-popup .holder-img{
    width: 180px;
    margin: 0 auto;
}
.slider-popup .holder-img img{
    display: block;
    max-width: 100%;
}
.slider-popup h2{
    text-transform: none;
    margin: 0 10px 50px;
    font: 300 36px/44px 'Proxima Nova', sans-serif;
}
.slider-popup p{
    text-transform: none;
    margin: 0 10px 85px !important;
    font: 12px/18px 'Proxima Nova', sans-serif !important;
}
.slider-popup .bx-pager{
    margin-top: 55px;
}
.slider-popup .bx-pager .bx-pager-item{
    display: inline-block;
    vertical-align: top;
    margin: 0 2.2%;
}
.slider-popup .bx-pager .bx-pager-item a{
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    width: 9px;
    height: 9px;
    border: 1px solid #000;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.slider-popup .bx-pager .bx-pager-item a.active{
    background: #000000;
}
#login-modal .popup-authorized,
#register-modal .popup-authorized{
    background: #FFDF08;
}
#login-modal .popup-authorized .form-holder,
#register-modal .popup-authorized .form-holder{
    background: #ffffff;
}
.popup-authorized p{
    margin: 0 0 71px;
    font: 14px/18px 'Proxima Nova', sans-serif;
}
#login-modal .popup-authorized  .pr-group ,
#register-modal .popup-authorized  .pr-group {
    margin: 0 0 5px;
    padding: 0;
}
#login-modal .popup-authorized input[type='submit'],
#register-modal .popup-authorized input[type='submit']{
    margin: 0 0 14px;
}
.forgot-register {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
.forgot-pass-center{
    text-align: center;
    margin: 0 0 5px;
}
.forgot-pass-center .forgot-pass{
    display: inline-block;
    font: 14px/16px 'Proxima Nova', sans-serif;
}
.popup-authorized  .registr-through{
    margin: 0 0 30px;
}
#register-modal .popup-authorized  .registr-through{
    margin-top: 70px;
}
.popup-authorized .social-list {
    margin: 0;
    padding: 0 0 12px;
}
.agrees-conditions{
    display: block;
    font: 12px/18px 'Proxima Nova', sans-serif;
    color: #9B9B9B;
    text-align: center;
}
.agrees-conditions a{
    color: #9B9B9B !important;
}
.agrees-conditions a:hover{
    color: #9B9B9B;
}
.registration-txt {
    display: block;
    font: 16px 'Proxima Nova', sans-serif;
    line-height: 1.25;
    font-weight: 300;
    letter-spacing: 0.5px;
    text-align: center;
    margin: 0 0 20px;
}

@media (max-width: 991px){
    #register-modal .modal-lg,
    #login-modal .modal-lg {
        width: 100%;
        box-sizing: border-box;
        padding: 0 33px;
    }
}
@media screen and (max-width: 820px){
    #register-modal .visual,
    #login-modal .visual {
        display: none;
    }
    #login-modal .popup-authorized,
    #register-modal .popup-authorized{
        background: #fff;
        width: 450px;
        margin: auto;
        padding-top: 30px;
    }
    .mega-bonus #login-modal .modal-content.popup-authorized .form-holder, .mega-bonus #register-modal .modal-content.popup-authorized .form-holder {
        width: auto;
        left: 0;
    }

    #loyal-modal .list-loyal{
        padding: 40px 60px;
    }
}
@media screen and (max-width: 640px){
    .methods-output .pay-list > li{
        display: inline-block;
    }
    .password-settings .table{
        display: block;
    }
    .password-settings .holder-label{
        display: block;
        text-align: left;
        width: 100%;
        margin: 0 0 10px;
    }
    .password-settings .holder-input{
        display: block;
        padding: 0;
    }
    .password-settings input[type='submit']{
        margin: 0 0 15px;
    }
    .number-otpravlenyya .holder-table{
        display: block;
    }
    .number-otpravlenyya .holder-input{
        display: block;
        padding: 0;
    }
    .number-otpravlenyya .holder-submit{
        display: block;
    }
    .payment-history .list-parcel-information{
        padding: 0;
    }
    .payment-history .list-parcel-information li {
        width: 100%;
        margin: 0 0 10px;
    }
    #login-modal .modal-content .form-holder,
    #register-modal .modal-content .form-holder{
        padding:0;
    }
    #login-modal .modal-content.popup-authorized .form-login ,
    #register-modal .modal-content.popup-authorized .form-login {
        padding: 0;
    }
}
/* new login-modal end */
/* new design end */
.built-browser-list button{
    display: inline-block !important;
    margin: 0 30px;
    width: 50px;
    height: 50px;
    border: none;
    padding:0;
}
.built-browser-list button img{
    width: 100%;
    height: auto;
}
.built-browser-list button span{
    display: block;
    color: #3498db;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    text-decoration: underline;
}
.built-browser-list button:hover span{
    text-decoration:none;
}
/*======= page 4040 ========*/
/*.page-error #header{*/
/*border-bottom: 1px solid #E6E6E6;*/
/*}*/
.holder-error{
    text-align: center;
    padding: 17px 0;
}
.holder-error h2{
    font: 300 48px/58px 'Proxima Nova', sans-serif;
    color: #000000;
    text-transform: none;
    margin: 0 0 84px;
}
.img-error{
    max-width: 739px;
    margin: 0 auto 73px;
}
.img-error img{
    display: block;
    max-width: 100%;
}
.btn-error{
    display: inline-block;
    margin: 0 0 34px;
    max-width: 358px;
    width: 100%;
    padding: 23px 10px;
    background: #89BF1D;
    font: 16px/18px 'Proxima Nova', sans-serif;
    color: #fff;
    text-transform: uppercase;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.btn-error:focus,
.btn-error:hover {
    background: #6E9917;
    color: #fff;
    text-decoration: none;
}
.holder-error p{
    font: 16px/18px 'Proxima Nova', sans-serif;
    margin: 0 0 146px;
}
.holder-error .title-share {
    font: 16px/22px 'Proxima Nova', sans-serif;
    display: block;
    margin: 0 0 41px;
    text-align: center;
}
.holder-error .title-share i {
    color: #d02216;
    font-size: 21px;
    line-height: 22px;
    vertical-align: bottom;
}
.holder-error .share-list {
    margin: 0 0 39px;
    list-style: none;
    text-align: center;
    font-size: 0;
    line-height: 0;
}
.holder-error .share-list li {
    display: inline-block;
    vertical-align: top;
    margin: 0 9px 5px;
}
.btn-error {
    display: inline-block;
    margin: 0 0 34px;
    max-width: 358px;
    padding: 23px 10px;
    background: #89BF1D;
    color: #fff !important;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    transition: all .2s linear;
}
.material-icons{
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 20px;
}

@media screen and (max-width: 500px) {
    .modal-dialog {
        zoom: 1;
    }
    .modal-content {
        padding: 0 15px 20px;
    }

    .social_list {
        margin: 0 0 10px;
    }
    .social_list li {
        width: 280px;
        text-align: left;
    }
    .social_list li div {
        font-size: 14px;
    }
    .forgot-register {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }
    .agrees-conditions {
        padding: 0 10px 10px;
    }
    .enter_email::before, .enter_email::after {
        width: 50%;
    }
    .close-btn svg {
        display: block;
        position: absolute;
        right: 25px;
        top: 44px;
    }
    .close-btn svg #close-btn-svg {
        fill: #d5d5d5;
        transition: all .2s ease;
    }
    .close-btn:hover svg #close-btn-svg {
        fill: #666;
    }
    .forgot-pass-center {
        margin: 15px 0 0;
    }
}
.select-language{
    width: 123px;
    top: 31px;
    right: 0;
    position: absolute;
    z-index: 2;
    border: 1px solid #E6E6E6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    cursor:pointer;
}
.selector {
    position: relative;
    padding: 11px 0 10px 12px;
    font: 14px/16px 'Proxima Nova', sans-serif;
    color: #000000;
}
.selector:before {
    content: '';
    position: absolute;
    right: 10px;
    top: 14px;
    background: url(https://cdn.megabonus.com/images/svg-15.svg) no-repeat;
    background-size: contain;
    width: 15px;
    height: 17px;
}
.select-language span,
.select-language a {
    font: 14px/16px 'Proxima Nova', sans-serif;
    position: relative;
    display: block;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 22px 0 24px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.select-language span.holder-img, .select-sort span.holder-img {
    padding: 0!important;
    margin: 0!important;
    position: absolute;
    left: 0;
    top: 50%;
    width: 15px;
    height: 15px;
    -webkit-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
}
.select-language span.en {
    background: url(https://cdn.megabonus.com/images/eng.png) no-repeat 50%;
    background-size: 100%;
}
.dropdown-content {
    list-style: none;
    padding: 0;
    opacity: 0;
    position: absolute;
    z-index: 3;
    top: -99999px;
    left: -99999px;
    right: 0;
    border: 1px solid #E6E6E6;
    -webkit-transition: opacity 300ms linear;
    -moz-transition: opacity 300ms linear;
    -ms-transition: opacity 300ms linear;
    -o-transition: opacity 300ms linear;
    transition: opacity 300ms linear;
}
.dropdown-content li {
    padding: 10px 12px;
}
.dropdown-content a {
    text-decoration: none;
    color: #000000;
    padding: 8px 0 8px 24px;
}
.select-language span.ru {
    background: url(https://cdn.megabonus.com/images/bg-21.png) no-repeat 50%;
    background-size: 100%;
}
.select-language.open .selector:before{
    top: 5px;
    transform: rotate(-180deg) rotateY(0deg);
    -webkit-transform: rotate(-180deg) rotateY(0deg);
    -moz-transform: rotate(-180deg) rotateY(0deg);
    -o-transform: rotate(-180deg) rotateY(0deg);
    -ms-transform: rotate(-180deg) rotateY(0deg);
}
.select-language.open .dropdown-content {
    background: #ffffff;
    opacity: 1;
    top: 100%;
    left: -1px;
    right: -1px;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    margin: 0 0 10px 0;
}
.dropdown-content li:hover {
    background: #f8f8f8;
}

@media screen and (max-width: 767px){
    .select-language, .select-sort {
        position: relative;
        z-index: 3;
        right: 0;
        top: 0;
        margin: 0 auto 20px;
    }
}

.tag_title_h1 {
    margin: -10px 0 20px;
    font: bold 50px 'Proxima Nova', sans-serif;
}
.tag_desc {
    font-size: 16px;
    margin-bottom: 20px;
}
.widget_related_tags {
    margin-bottom: 60px;
    margin-top: 0px;
}
.widget_related_tags .widget-title {
    margin-bottom: 20px;
    font: bold 20px 'Proxima Nova', sans-serif;
}
.widget_related_tags a {
    border: 1px solid #e2e2e2;
    padding: 1px 13px;
    color: black !important;
    margin: 0 10px 10px 0;
    display: inline-block;
    font: 14px 'Proxima Nova', sans-serif !important;
    line-height: 1.43;
}

#header .user_status_active,
#header .user_status_del_request,
#header .user_status_blocked {
    display: none;
}

#main #comeback-modal .back_to_mb{
    color: #fff;
}
#comeback-modal #register-modal .holder-input{
    margin: 0 0 5px;
}
#comeback-modal #register-modal .holder-input .required.password{
    margin: 0;
}
#comeback-modal fieldset{
    border: none;
    padding: 0;
    margin: 0;
    background: #fff;
}

body #main #comeback-modal .container, .comebacker_ext .container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 975px;
    margin: auto;
}

@media screen and (max-width: 1200px){
    body #main #comeback-modal .container{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        width: 975px;
        margin: auto;
    }
}
