.special-present {
    height: 80px;
    width: 80px;
    margin: 0 auto 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/seva_pro/all/images/christmas-present11.svg');
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
}
.visible-link {
    color: #e64545;
}
.visible-link:hover {
    cursor: pointer;
    text-decoration: underline;
}
.photo-modal {
    height: 300px;
    width: 100%;
    margin: 0 auto 50px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.modal-content {
    display: none;
    padding-right: 20px;
}
.modal-content ul, .modal-content ol {
    padding-left: 17px;
}
/* Overlay */
#simplemodal-overlay {
    background-color: black;
}
/* Container */
#simplemodal-container {
    height: 800px;
    width: 800px;
    background-color: #f2f2f2;
    padding: 70px 50px 50px;
}
#simplemodal-container a.modalCloseImg {
    background-image: url("../images/ic_close_36px.svg");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.ctd {
    margin: 0 auto 0px auto;
    width: 530px;
    border: 0;
    background: transparent;
    border-radius: 50px;
    color: #333;
    overflow: hidden;
    height: 120px;
    font-family: sans-serif;
}
.ctd .figures {
    clear: both;
    display: block;
    width: 640px;
    text-align: center;
    margin: 00px auto 5px auto;
    padding-top: 00px;
    color: #333;
    overflow: hidden;
    height: 65px;
    line-height: 65px;
}
.ctd .figures .figure {
    width: 100px;
    float: left;
    margin-left: 20px;
    padding-left: 25px;
    font-size: 50px;
    border-left: 1px solid #fff;
}
.ctd .texts {
    clear: both;
    display: block;
    width: 640px;
    text-align: center;
    margin: 10px auto 0px auto;
    color: #333;
    overflow: hidden;
    height: 50px;
    line-height: 65px;
}
.ctd .texts .text {
    width: 117px;
    float: left;
    margin-left: 5px;
    font-size: 18px;
}
.ctd .figures .figure:first-child {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid transparent;
}
.ctd .figures .figure:last-child {
    margin-right: 0;
}
.ctd .texts .text:first-child {
    margin-left: 20px;
}
.ctd .texts .text:last-child {
    margin-right: 0;
}