.privacy-settings-modal .modal-dialog{
    width: 740px;
    max-width: 740px;
    margin-top: 75px;
    font-family: "proxima-nova", sans-serif;
}
.privacy-settings-modal .modal-content{
    border-radius: 0;
}
.privacy-settings-modal .modal-header{
    padding: 20px 25px;
    border: 0;
    border-bottom: 2px solid #f7d200;
}
.privacy-settings-modal .modal-header > h3{
    font-weight: 600;
    font-size: 24px;
    font-family: "proxima-nova", sans-serif;
}
.privacy-settings-modal .modal-body{
    padding: 20px 25px;
    overflow: hidden;
    overflow-y: auto;
}
.privacy-settings-modal .modal-body > *{
    margin-bottom: 5px;
    color: #333;
    font-weight: 300;
    line-height: 1.46em;
    font-family: "proxima-nova", sans-serif;
}
.privacy-settings-modal .modal-body h3{
    margin-bottom: 15px;
}
.privacy-settings-modal .modal-body p{
    color: #666;
    font-size: 15px;
    margin-bottom: 10px;
}
.privacy-settings-modal .modal-body > p{
    margin-bottom: 20px;
}
.privacy-settings-modal .modal-body a:hover{
    text-decoration: underline;
}
.privacy-settings-modal .btn-close{
    position: absolute;
    top: 20px;
    right: 15px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    display: block;
    background: transparent;
    padding: 0;
    margin: 0;
}
.privacy-settings-modal .btn-close:hover{
    opacity: 0.7;
}
.privacy-settings-modal .btn-close::before,
.privacy-settings-modal .btn-close::after {
    content: "";
    width: 70%;
    height: 2px;
    background: #333333;
    position: absolute;
    top: 12px;
    left: 3px;
}
.privacy-settings-modal .btn-close::before{
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.privacy-settings-modal .btn-close::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}
.privacy-settings-modal .modal-body .row:not(:last-of-type) > div{
    position: relative;
    min-height: 60px;
}
.privacy-settings-modal .modal-body .row:last-of-type{
    margin-top: 10px;
}
.privacy-settings-modal .modal-body .row:last-of-type > div:first-child{
    padding-top: 5px;
}
.privacy-settings-modal .toggle-wrp{
    position: absolute;
    top: 8px;
    left: calc(50% - 25.5px);
    width: 55px;
    height: 25px;
}
.privacy-settings-modal .toggle-wrp .toggle-checkbox{
    width: 100%;
    height: 100%;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    cursor: pointer;
    margin: 0;
}
.privacy-settings-modal .toggle-wrp .toggle-btn{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    border-radius: 50px;
    padding: 3px;
    overflow: hidden;
    background-color: #ccc;
    transition: all, 300ms;
    z-index: 1;
}
.privacy-settings-modal .toggle-wrp .toggle-btn > div{
    width: 19px;
    height: 19px;
    background-color: #fff;
    border-radius: 50%;
    transition: all 300ms;
    position: absolute;
    left: 4px;
}
.privacy-settings-modal .toggle-wrp .toggle-checkbox:checked ~ .toggle-btn{
    background-color: #0ba46c;
}
.privacy-settings-modal .toggle-wrp .toggle-checkbox:checked ~ .toggle-btn > div{
    left: 32px;
}
.privacy-settings-modal .toggle-wrp.disabled .toggle-btn{
    opacity: 0.5;
}
.privacy-settings-modal toggle-wrp.disabled .toggle-checkbox{
    cursor: not-allowed;
}
.privacy-settings-modal .btn{
    background: #ffd900;
    color: #4c4c4c;
    padding: 8px 12px;
    width: auto;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    min-width: auto;
}
.privacy-settings-modal .btn:hover{
    opacity: 0.7;
}
.change-privacy-settings-info{
    display: none;
    position: fixed;
    z-index: 1010;
    width: 345px;
    bottom: 0;
    right: 20px;
    background: #f4f4f4;
    box-shadow: 0 -2px 5px rgba(9, 9, 9, 0.15), 0 0 15px rgba(0, 0, 0, 0.1);
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 5px;
    font-family: "proxima-nova", sans-serif;
}
.change-privacy-settings-info .icon-box{
    margin: 15px auto 0;
}
.change-privacy-settings-info h4{
    line-height: 1.6;
     font-weight: 400;
    font-family: "proxima-nova", sans-serif;
}
.change-privacy-settings-info a{
    color: #0e9fd9;
    line-height: 1.6;
    text-decoration: underline;
    font-family: "proxima-nova", sans-serif;
}
.change-privacy-settings-info .close {
    display: inline-block;
    background: url(../images/buttons/btn-close.png) no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
    position: absolute;
    margin: auto;
    top: 8px;
    right: 8px;
    bottom: auto;
    left: auto;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    -webkit-opacity: 0.7;
    opacity: 0.7;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    filter: alpha(opacity=70);
    z-index: 2;
}
.change-privacy-settings-info .close:hover {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
}
.change-privacy-settings-info .panel-content {
    padding: 20px 20px 10px;
    min-height: 345px;
    position: relative;
}
.change-privacy-settings-info.show{
    display: block;
}
.cookie-popup{
    opacity: 0;
    position: fixed;
    width: 250px;
    bottom: -100%;
    left: 20px;
    background: #f4f4f4;
    text-align: center;
    z-index: 1040;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    border: 1px solid #ddd;
    transition: all 400ms;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    font-family: "proxima-nova", sans-serif;
}
.cookie-popup.show{
    opacity: 1;
    bottom: 20px;
}
.cookie-popup > div{
    padding: 20px;
}
.cookie-popup > div:first-of-type{
    padding-bottom: 0;
}
.cookie-popup .cookie-description{
    padding: 0 30px 20px;
    margin-top: -10px;
}
.cookie-popup .cookie-description p{
    font-size: 14px;
    line-height: 1.3;
    font-family: "proxima-nova", sans-serif;
}
.cookie-popup .cookie-description a,
.privacy-settings-modal a{
    color: #0e9fd9;
    text-decoration: underline;
}
.cookie-popup .cookie-btns-holder{
    border-top: 1px solid #ddd;
}
.cookie-popup .btn.btn-blue{
    display: inline-block;
    padding: 0 15px;
    width: 130px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #0e9fd9;
    border-radius: 50px;
    text-align: center;
    font-size: 15px;
    text-transform: none;
}
.cookie-popup .btn.btn-blue:hover{
    opacity: 0.7;
}
.client-area.structure.main-intro-tour.left-menu-opened ~ .cookie-popup,
.client-area.structure.main-intro-tour.left-menu-opened .cookie-popup{
    left: 235px;
}
.client-area.structure ~ .cookie-popup,
.client-area.structure .cookie-popup{
    left: 85px;
}
@media only screen and (max-width: 1440px){
    body,
    .content-top-header.status-bar-nav,
    .user-dashboard .notification-wrapper{
        transition: all 300ms;
        -moz-transition: all 300ms;
        -webkit-transition: all 300ms;
    }
    body.cookie-shown{
        padding-top: 70px;
    }
    .cookie-popup{
        width: 100%;
        left: 0;
        bottom: auto;
        top: -100%;
        border-radius: 0;
        max-height: 70px;
        overflow: hidden;
    }
    .cookie-popup.show{
        bottom: auto;
        top: 0;
    }
    .cookie-popup > div{
        padding: 0;
        display: inline-block;
        vertical-align: middle;
    }
    .cookie-popup > div:first-of-type{
        padding: 0;
    }
    .cookie-popup > div:first-of-type img{
        width: 70px;
    }
    .cookie-popup .cookie-description {
        padding: 0 10px 0 0;
        margin-top: 0;
        margin-left: -10px;
    }
    .cookie-popup .cookie-description p{
        margin-bottom: 0;
    }
    .cookie-popup .cookie-btns-holder{
        border: 0;
    }
    body.cookie-shown .orderform--zerostep .sticky-wrapper.is-sticky .js_stick_sidebar,
    body.cookie-shown .user-dashboard .notification-wrapper{
        margin-top: 70px;
    }
    body.cookie-shown .sticky-wrapper.sticky .js_stick_sidebar,
    body.cookie-shown .content-top-header.status-bar-nav{
        top: 70px;
    }
    .client-area.structure ~ .cookie-popup,
    .client-area.structure .cookie-popup {
        left: 70px;
        width: calc(100% - 70px);
    }
    .client-area.structure.main-intro-tour.left-menu-opened ~ .cookie-popup,
    .client-area.structure.main-intro-tour.left-menu-opened .cookie-popup{
        left: 220px;
    }
}
@media only screen and (max-width: 1080px){
    .cookie-popup{
        font-size: 0;
        height: 70px;
        line-height: 70px;
    }
    .cookie-popup .cookie-icon-box{
        display: none;
    }
    .cookie-popup > div,
    .cookie-popup .cookie-description{
        padding: 0 10px;
    }
    .cookie-popup .cookie-description{
        width: 75%;
        margin-left: 0;
    }
    .cookie-popup .cookie-btns-holder{
        width: 25%;
    }
}
@media screen and (max-width: 770px){
    .privacy-settings-modal .modal-dialog{
        margin-top: 55px;
        width: auto;
    }
    .privacy-settings-modal .modal-body .row{
        margin-bottom: 15px;
    }
    .privacy-settings-modal .modal-body .row:not(:last-of-type) > div {
        min-height: auto;
    }
    .privacy-settings-modal .toggle-wrp,
    .privacy-settings-modal .toggle-wrp .toggle-btn{
        position: relative;
    }
    .privacy-settings-modal .toggle-wrp{
        left: 0;
        top: 0;
        display: block;
    }
    .privacy-settings-modal .toggle-wrp .toggle-btn{
        height: 100%;
    }
    .client-area.structure ~ .cookie-popup,
    .client-area.structure .cookie-popup,
    .cookie-popup{
        left: 0;
        width: 100%;
    }
    body.cookie-shown .client-area.structure.main-intro-tour.left-menu-opened .content-top-header.status-bar-nav{
        top: 0;
    }
    .privacy-settings-modal .modal-header{
        padding: 20px 25px 20px;
        border-bottom: 2px solid #f7d200;
    }
    .change-privacy-settings-info{
        width: 280px;
    }
    .change-privacy-settings-info h4{
        font-size: 18px;
    }
}
@media screen and (max-height: 750px){
    .privacy-settings-modal .modal-dialog{
        min-height: 650px;
    }
}
@media screen and (max-height: 600px){
    .privacy-settings-modal .modal-dialog{
        min-height: 550px;
    }
}
@media screen and (max-width: 575px){
    .privacy-settings-modal .modal-header > h3 {
        font-size: 20px;
    }
    .privacy-settings-modal .simplemodal-close{
        top: 6px;
    }
    .privacy-settings-modal .modal-body p{
        font-size: 14px;
    }
    .cookie-popup{
        max-height: 80px;
        height: 80px;
        line-height: 80px;
    }
    body.cookie-shown{
        padding-top: 80px;
    }
    body.cookie-shown .orderform--zerostep .sticky-wrapper.is-sticky .js_stick_sidebar,
    body.cookie-shown .user-dashboard .notification-wrapper{
        margin-top: 80px;
    }
    body.cookie-shown .sticky-wrapper.sticky .js_stick_sidebar,
    body.cookie-shown .content-top-header.status-bar-nav{
        top: 80px;
    }
    .cookie-popup .cookie-description p{
        font-size: 12px;
        padding-right: 5px;
    }
    .cookie-popup .cookie-btns-holder{
        padding-left: 0px;
    }
    .cookie-popup .btn.btn-blue{
        width: auto;
        font-size: 13px;
        height: 30px;
        line-height: 30px;
        padding: 0 10px;
    }
}
