body {
    margin: 0
}

.side_sub_popup {
    position: fixed;
    left: -175px;
    top: calc(50% - 50px);
    transform: rotate(-90deg);
    background: linear-gradient(180deg, #fb5a25, #ffc42a 113.67%);
    color: #fff;
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 19px;
    line-height: 31px;
    font-weight: 700;
    width: 450px;
    height: 100px;
    display: flex;
    border-radius: 0 0 30px 30px;
    justify-content: space-between;
    padding: 0;
    border: 0;
    cursor: pointer
}

.side_sub_popup p {
    text-align: center;
    flex: 307px 0
}

.side_sub_popup.hidden {
    display: none
}

.side_sub_popup .image {
    background-color: #fee7db;
    border-radius: 100%;
    width: 68px;
    display: flex;
    margin-top: 8px;
    flex-wrap: wrap;
    height: 68px;
    border: 9px solid #fda372
}

.side_sub_popup .close {
    background-color: hsla(0, 0%, 77%, .2)
}

.side_sub_popup .close:hover {
    background-color: #fda372
}

.side_sub_popup .image img {
    margin-top: -12px;
    margin-left: -4px
}

.side_sub_popup_overlay {
    background-color: rgba(0, 0, 0, .35);
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.side_sub_popup_overlay.hidden {
    display: none
}

.side_sub_popup_overlay .inner {
    max-width: 458px;
    max-height: 278px;
    width: 100%;
    height: 100%;
    padding: 112px 62px 60px;
    background-color: #fff;
    border-radius: 22px;
    font-size: 16px;
    font-weight: 700;
    font-family: Verdana, Tahoma, sans-serif;
    position: absolute;
    text-align: center;
    bottom: 50px;
    left: 40px
}

.side_sub_popup_overlay .inner.hidden {
    display: none
}

.side_sub_popup_overlay .inner p {
    margin: 0 0 40px
}

.side_sub_popup_overlay .inner input {
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 22px;
    font-family: Verdana, Tahoma, sans-serif;
    padding: 6px 0;
    text-align: center;
    width: 100%;
    margin-bottom: 16px
}

.side_sub_popup_overlay .inner input[type=submit] {
    background-color: #fb5a25;
    color: #fff;
    font-size: 18px;
    height: 58px;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 30px
}

.side_sub_popup_overlay .inner .close {
    background-color: hsla(0, 0%, 77%, .2);
    position: absolute;
    top: 18px;
    right: 18px;
    width: 48px;
    height: 48px
}

.side_sub_popup_overlay .inner input:focus,
.side_sub_popup_overlay .inner input:hover {
    outline: none
}

.close {
    height: 38px;
    width: 38px;
    border-radius: 100%;
    margin: 6px
}

.close,
.side_sub_popup_overlay .colored {
    display: flex;
    justify-content: center;
    align-items: center
}

.side_sub_popup_overlay .colored {
    background: linear-gradient(107.59deg, #e55d3c 22.15%, #577de8 94%);
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 18px;
    color: #fff;
    padding: 0 51px;
    flex-wrap: wrap;
    text-align: center;
    width: 480px;
    border-radius: 22px;
    height: 296px;
    position: relative
}

.side_sub_popup_overlay .colored.hidden {
    display: none
}

.side_sub_popup_overlay .colored .close {
    background-color: hsla(0, 0%, 77%, .2);
    position: absolute;
    top: 18px;
    right: 18px;
    width: 48px;
    height: 48px
}

.side_sub_popup_overlay .colored h5 {
    font-size: 24px;
    margin: 0 0 20px;
    width: 100%
}

@media screen and (max-width:660px) {
    .side_sub_popup_overlay .inner {
        padding: 80px 20px 40px;
        max-width: calc(100% - 60px);
        left: 10px
    }

    .side_sub_popup_overlay .colored {
        padding: 0 40px;
        margin: 0 10px
    }
    .side_sub_popup{
        width: 350px;
        height: 70px;
        left: -140px;
        top: calc(50% - 35px);
    }
    .side_sub_popup p{
        flex: auto;
        font-size: 14px;
        line-height: 19px;
        padding: 0 20px;

    }
    .side_sub_popup .image{
        width: 44px;
        height: 44px;
        flex:  0 0 44px;
    }
    .side_sub_popup .image img{
        margin-top: -10px;
        margin-left: -3px;
        max-width: 100%;
    }
}