#box-fon {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #eceff0;
    z-index: 10;
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
}

.visib {
    display: flex !important;
}

.visib-2 {
    display: block !important;
}

.hid-b {
    display: none !important;
}

.mod-fix {
    overflow: hidden;
}

.cook-cont {
    position: relative;
    width: 848px;
    margin: 0 auto;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
    outline: 0;
    border-radius: 6px;
}

.modal-1 {
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 6px;
    margin: 16px 0;
}

.cook-text {
    display: flex;
    padding-left: 20px;
}

.cook-button {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    padding-top: 25px;
    width: 200px;
}

.modal-1 p {
    line-height: 1.5;
    font-size: 16px;
    font-weight: 300;
    color: #676767;
    margin-bottom: 0;
}

.cook-text a {
    color: #93b6d6;
    text-decoration: none;
    transition: all .5s;
    white-space: nowrap;
}

.cook-text a:hover {
    color: #5c748b;
    text-decoration: underline;
}

.agree {
    position: relative;
    display: inline-block;
    width: 136px;
    height: 40px;
    border-radius: 6px;
    font-size: 16px;
    color: #fff;
    border: solid 1px #377ca6;
    background-color: #377ca6;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .5s;
}

.agree:hover {
    background-color: #2a6284;
    transform: scale(1.05);
}

.modal-body {
    width: 100%;
    display: inline-block;
    padding: 0 45px;
}

.cook-title {
    font-size: 34px;
    font-weight: 100;
    color: #377ca6;
    text-align: center;
    margin: 0;
}

@media (max-width: 863px) {
    .cook-cont {
        width: 100%;
    }

    .modal-1 p {
        padding-right: 10px;
    }

    .cook-text {
        padding: 0;
    }
}
