.fs-floccory-iPopup .iPopup {
    border-radius: 16px;
    background: url(../../img/popups/floctory-popup.png) 0 0 no-repeat;
    background-color: #FFF3E6;
    height: 200px;
}

.fs-floccory-iPopup .iPopup .popup-floccory-btn-block {
    margin-top: 30px;
}

.fs-floccory-iPopup .iPopup .popup-floccory-btn-block a {
    border-radius: 10px;
    opacity: 1;
    padding: 10px;
    background-color: #EDADFD;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #0F1A2D;
    text-decoration: none;
}

.fs-floccory-iPopup .iPopup h3 {
    font-weight: 700;
    font-size: 35px;
    line-height: 42px;
}

.fs-floccory-iPopup .iPopup p {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 19px;
    line-height: 27px;
    color: #0F1A2D;
}

.popup-floccory-close-button
{
    width:16px;
    height:16px;
    opacity:.7;
    cursor:pointer;
    margin-top: -20px;
}
.popup-floccory-close-button:hover {opacity:1}
.popup-floccory-close-button:after, .popup-floccory-close-button:before
{
    position:absolute;
    top: 10px;
    right: 20px;
    background:#0F1A2D;
    content:' ';
    width:4px;
    height:20px;
    -webkit-transform-origin:2px 10px;
    -moz-transform-origin:2px 10px;
    -o-transform-origin:2px 10px;
    transform-origin:2px 10px;
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    transform:rotate(45deg);
}
.popup-floccory-close-button:before
{
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    transform:rotate(-45deg);
}