
.policyRef a {
    color: #333;
}

.policyRef a:hover {
    color: #333;
    text-decoration: underline;
}

/*POLICY*/

.policy-checkbox-block {
    color: #333333;
}

@media (max-width: 767px) {
    .policy-checkbox-block {
        font-size: 14px;
    }
}

.policy-checkbox-block .policy-checkbox {
    vertical-align: top;
    width: 17px;
    height: 17px;
}

.policy-checkbox-block a {
    text-decoration: underline;
    color: #333333;
}

.policy-checkbox-block label {
    font-weight: normal;
}

.policy-checkbox-block .policy-checkbox:not(checked) {
    position: absolute;
    opacity: 0;
}

.policy-checkbox-block .policy-checkbox:not(checked) + label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
}

@media (max-width: 767px) {
    .policy-checkbox-block .policy-checkbox:not(checked) + label {
        padding-left: 42px;
    }
}

#policy-checkbox:not(checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    width: 25px;
    height: 25px;
    background: url("images/checkbox-icon.svg");
    background-repeat: no-repeat;
    background-position-y: 0;
    background-size: cover;
}

@media (max-width: 767px) {
    #policy-checkbox:not(checked) + label:before {
        width: 30px;
        height: 30px;
    }
}

#policy-checkbox:checked + label:before {
    background: url("images/checkbox-icon.svg");
    background-repeat: no-repeat;
    background-position-y: -25px;
    background-size: cover;
}

@media (max-width: 767px) {
    #policy-checkbox:checked + label:before {
        background-position-y: -30px;
    }
}

#quest-policy-checkbox:not(checked) + label:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 14px;
    height: 14px;
    cursor: pointer;
    background: url("images/pol_empty.png");
    background-repeat: no-repeat;
}

#quest-policy-checkbox:checked + label:before {
    cursor: pointer;
    background: url("images/pol_checked.png");
    background-repeat: no-repeat;
}

#header-policy-checkbox:not(checked) + label:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 14px;
    height: 14px;
    cursor: pointer;
    background: url("images/pol_empty.png");
    background-repeat: no-repeat;
}

#header-policy-checkbox:checked + label:before {
    cursor: pointer;
    background: url("images/pol_checked.png");
    background-repeat: no-repeat;
}

#newQuest-policy-checkbox:not(checked) + label:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 14px;
    height: 14px;
    cursor: pointer;
    background: url("images/pol_empty.png");
    background-repeat: no-repeat;
}

#newQuest-policy-checkbox:checked + label:before {
    cursor: pointer;
    background: url("images/pol_checked.png");
    background-repeat: no-repeat;
}

#catalogRequest-policy-checkbox:not(checked) + label:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 14px;
    height: 14px;
    cursor: pointer;
    background: url("images/pol_empty.png");
    background-repeat: no-repeat;
}

#catalogRequest-policy-checkbox:checked + label:before {
    cursor: pointer;
    background: url("images/pol_checked.png");
    background-repeat: no-repeat;
}

#newReview-policy-checkbox:not(checked) + label:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 14px;
    height: 14px;
    cursor: pointer;
    background: url("images/pol_empty.png");
    background-repeat: no-repeat;
}

#newReview-policy-checkbox:checked + label:before {
    cursor: pointer;
    background: url("images/pol_checked.png");
    background-repeat: no-repeat;
}

#newQuest .policy-checkbox-block {
    text-align: left;
}

#catalogRequest .policy-checkbox-block {
    text-align: left;
}

#newReview .policy-checkbox-block {
    text-align: left;
}

#formQuest .policy-checkbox-block {
    text-align: left;
}

#formOrderCall .policy-checkbox-block {
    text-align: left;
}

.policy-warrning {
    position: fixed;
    bottom: 0;
    left: 50%;
    z-index: 9999999999;
    background-color: rgba(198, 229, 252, 0.9);
    padding: 13px 77px 21px 17px;
    color: #4e4e4e;
    font-size: 13px;
    box-sizing: border-box;
    width: 400px;
    margin-left: 90px;
}

#catalogRequestFooter .policy-checkbox-block {
    padding-bottom: 15px;
}

@media (min-width: 768px) {
    .policy-warrning {
    }
}

@media (max-width: 992px) {
    .policy-warrning {
        left: 33%;
    }
}

@media (max-width: 767px) {
    .policy-warrning {
        width: 100%;
        margin: 0;
        left: 0;
    }
}

.policy-warrning .close-ico {
    position: absolute;
    width: 17px;
    height: 17px;
    background: url("images/close-ico.png");
    cursor: pointer;
    top: 15px;
    right: 15px;
}

.policy-warrning .read-more {
    font-size: 12px;
    color: #4e4e4e;
    margin: 10px 0 0 25px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    text-decoration: underline;
}

.policy-warrning .read-more:before {
    content: "";
    position: absolute;
    top: 3px;
    left: -25px;
    display: block;
    width: 17px;
    height: 9px;
    background: url("images/read-more.png");
}

.policy-warrning .long-text {
    display: none;
}

.policy-warrning a {
    text-decoration: underline;
    color: #4e4e4e;
}

.policyMessageBox {
    color: #a94442;
    font-size: 16px;
}

.policyMessageBox a {
    color: #a94442;
}

.policyMessageBox a:hover {
    text-decoration: underline;
}

/**
    FANCYBOX
 */

@media (max-width: 800px) {
    .fancybox-container .fancybox-controls {
        text-align: center;
    }

    .fancybox-container .fancybox-controls .fancybox-infobar .fancybox-button {
        display: inline-block !important;
    }
}

.nds-old-prices-bg {
    display: none;
    z-index: 90000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: #fff;
}

.nds-old-prices {
    display: none;
    background-image: url('/upload/mwsys_new-phone.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    position: fixed;
    top: 18%;
    left: calc(50% - 290px);
    width: 580px;
    height: 540px;
    z-index: 95000;
}

.nds-old-prices-close {
    content: '';
    display: block;
    position: absolute;
    background-image: url('/upload/nds-old-prices-close.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 51px;
    height: 51px;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

@media (max-width: 580px) {
    .nds-old-prices {
        width: 320px;
        height: 300px;
        left: calc(50% - 160px);
    }

    .nds-old-prices-close {
        top: 10px;
        right: 10px;
        width: 44px;
        height: 44px;
    }
}