@media only screen and (min-width: 500px) {

    h1 {
        font-size: 25px;
        margin-top: 60px;
    }

    li {
        font-size: 15px;
        font-family: 'Roboto-Light';
        margin-top: 10px;
        padding-right: 25px;
    }

    #header {
        height: 135px;
    }

    #logo {
        width: 75px;
        height: 75px;
        border-radius: 12.5px;
        box-shadow: -5px -5px 15px 0 rgba(255, 255, 255, 0.10), 5px 5px 15px 0 rgba(0, 0, 0, 0.10);
        margin: 35px 20px 0 35px;
        background-size: 45px;
    }

    #logosign {
        width: 120px;
        height: 35px;
        margin-top: 52.5px;
    }

    #central-image {
        width: 140px;
        height: 140px;
        top: 30px;
    }

    #slogan h1 {
        font-size: 35px;
        line-height: 45px;
    }

    #slogan h1 .h1-bold.xxl {
        font-size: 50px;
        line-height: 40px;
    }

    label[for="burger"] {
        width: 50px;
        height: 50px;
        top: 42.5px;
        right: 35px;
        border-radius: 50px;
    }

    input[type="checkbox"]:checked~label .top {
        -webkit-transform: translateY(6px) rotateZ(45deg);
        -moz-transform: translateY(6px) rotateZ(45deg);
        -ms-transform: translateY(6px) rotateZ(45deg);
        -o-transform: translateY(6px) rotateZ(45deg);
        transform: translateY(6px) rotateZ(45deg);
    }

    .bar {
        width: 35px;
        height: 3px;
    }

    .bar.top {
        margin-top: 17.5px;
    }

    .bar.bottom {
        margin-top: 9px;
    }

    input[type="checkbox"]:checked~label .bottom {
        -webkit-transform: translateY(-6px) rotateZ(-45deg);
        -moz-transform: translateY(-6px) rotateZ(-45deg);
        -ms-transform: translateY(-6px) rotateZ(-45deg);
        -o-transform: translateY(-6px) rotateZ(-45deg);
        transform: translateY(-6px) rotateZ(-45deg);
    }

    input[type="checkbox"]:checked~#main {
        transform: translateY(260px);
    }

    /************************************************ FILTERS ************************************************/


    #filters {
        margin-top: 20px;
    }

    #sort-btns {
        width: 500px;
    }

    #sort-btns-wrapper {
        height: 100px;
        margin-bottom: 15px;
    }

    #sort-btns>div {
        width: 65px;
        height: 35px;
        box-shadow: -5px -5px 10px 0px rgba(255, 255, 255, 0.10), 5px 5px 10px 0px rgba(0, 0, 0, 0.10);
        border-radius: 35px;
        bottom: 30px;
        font-size: 17.5px;
        line-height: 37.5px;
    }


    #sort-btns #scroll-logo {
        background-size: 40px;
        width: 100px;
    }

    #sort-btns.days>#sort-days,
    #sort-btns.gb>#sort-gb,
    #sort-btns.price>#sort-price {
        box-shadow: -5px -5px 10px -5px rgba(255, 255, 255, 0.10) inset, 5px 5px 10px 5px rgba(0, 0, 0, 0.10) inset;
        bottom: 50px;
    }

    #sort-btns > div#sort-text {
        right: 415px;
    }

    #sort-btns > div#sort-best {
        right: 292.5px;
        width: 100px;
    }

    #sort-days {
        right: 202.5px;
    }

    #sort-gb {
        right: 112.5px;
    }

    #sort-price {
        right: 22.5px;
    }

    #sort-btns>#sort-indicator {
        width: 32.5px;
        height: 17.5px;
        bottom: 22.5px;
        left: unset !important;
    }

    #sort-btns.days>#sort-indicator {
        right: 204px;
    }

    #sort-btns.gb>#sort-indicator {
        right: 120px;
    }

    #sort-btns.price>#sort-indicator {
        right: 37px;
    }

    #regions {
        margin: 25px auto 25px;
    }

    #regions>div,
    #countries>div {
        height: 40px;
        border-radius: 32.5px;
        filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.05));
        margin: 5px;
        font-size: 20px;
        line-height: 40px;
        padding: 0 17.5px;
    }

    #countries {
        margin: 10px auto 20px;
    }

    #countries>div {
        padding: 0 12.5px 0 0;
    }

    #countries .flag,
    #all-countries .flag {
        width: 30px;
        height: 30px;
        margin: 5px;
        margin-right: 5px;
        border-radius: 25px;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25) inset;
    }

    #search-wrapper {
        margin: 20px auto 0;
        border-radius: 40px;
        width: 275px;
        height: 40px;
    }

    #searchform input {
        font-size: 20px;
        background-position: 10px center;
        padding-left: 10px;
    }

    .search #search-wrapper {
        width: 350px;
        height: 60px;
    }

    #all-countries-inner div {
        font-size: 20px;
        margin: 0;
        line-height: 45px;
    }

    #all-countries-inner .country-name, #all-countries-inner .country-name-wrapper {
        width: 195px;
        padding: 10px 5px;
        line-height: 20px;
    }

    /************************************************ PLANS ************************************************/

    .plan {
        width: 475px;
        border-radius: 20px;
        margin: 12.5px 12.5px 0 12.5px;
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
        top: -25px;
    }

    .plan.collapsed {
        height: 125px !important;
    }

    .plan-name {
        font-size: 17.5px;
        top: 10px;
        left: 20px;
        width: 435px;
    }

    .plan .carrier-logo {
        top: 35px;
        left: 20px;
        width: 38.5px;
        height: 38.5px;
        border-radius: 9px;
    }

    .options {
        left: 70px;
        top: 42.5px;
    }

    .options div {
        width: 25px;
        height: 25px;
        margin: 0 2.5px;
    }

    .maininfo {
        left: 230px;
        top: 36.5px;
        font-size: 30px;
    }

    .maininfo .days {
        width: 55px;
    }

    .maininfo .gb {
        width: 55px;
    }

    .maininfo .gb-label {
        width: 40px;
    }

    .maininfo .price {
        width: 85px;
    }

    span.decimal-part {
        font-size: 15px;
        line-height: 25px;
    }


    .plan .addinfo {
        top: 70px;
        left: 20px;
        width: 230px;
        height: 37px;
        font-size: 15px;
    }

    .plan .addinfo.days-addinfo {
        width: 55px;
        left: 230px;
    }

    .plan .addinfo.gb-addinfo {
        width: 95px;
        left: 281.5px;
    }

    .plan .addinfo.plan-addinfo {
        top: 80px;
    }

    .details {
        top: 125px;
        padding-bottom: 30px;
    }

    .btn {
        width: 200px;
        height: 50px;
        margin: 25px auto;
        font-size: 15px;
        border-radius: 10px;
        box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.10);
    }

    #separator {
        font-size: 20px;
        margin-bottom: 35px;
        margin-top: 15px;
    }

    /************************************************ FLAGS ************************************************/

    #modal {
        width: 100vw;
        height: 100vh;
        background-size: 100px;
    }

    .close-modal {
        width: 50px;
        height: 50px;
        top: 15px;
        right: calc(50vw - 222px);
        border-radius: 50px;
        border-width: 3.5px;
    }


    .removeProductSteps .close-modal {
        margin-top: 0;    
    }


    .close-modal .bottom {
        transform: translateY(-6px) rotateZ(-45deg);
    }

    .close-modal .top {
        transform: translateY(6px) rotateZ(45deg);
    }

    .textinfo {
        margin-top: 50px;
    }

    .textinfo p {
        font-size: 17.5px;
        margin: 0 25px 0 75px;
        padding: 7.5px 0;
    }

    .textinfo p.icon {
        margin: 0 25px 0 75px;
        padding: 7.5px 0;
    }

    .textinfo p.icon::before {
        left: -50px;
        width: 25px;
        height: 32.5px;
    }

    #menu-inner {
        width: 300px;
        margin: 50px 120px;
    }

    #menu-inner div {
        font-size: 20px;
        line-height: 50px;
    }

    #footer {
        min-height: 60px;
    }

    #footer p {
        font-size: 20px;
        line-height: 60px;
    }

    #page-content {
        padding-top: 25px;
    }

    #header-wrapper {
        min-height: 225px;   
    }

    #modalSelectedProduct {
        left: calc(50vw - 237px);
        height: 140px;
        width: 475px;
        box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15);
        border-radius: 0 0 25px 25px;
        padding-top: 40px;
    }

    .removeProductSteps #header-wrapper {
        margin-top: -350px;
    }

    #modalSelectedProduct .plan {
        margin-top: 10px;
    }

    #modalSelectedProduct .maininfo {
        left: 200px;
    }

    #modalSelectedProduct .gb-addinfo {
        left: 251.5px;
    }

    #modalSelectedProduct .days-addinfo {
        left: 200px;
    }

    #modal iframe {
        margin-top: 200px;
        height: calc(100vh - 200px);
    }

    #modal.okModal .text-div {
        margin: 25px auto;
        font-size: 25px;
    }

    #modal .ok-body-wrapper {
        margin-top: 150px;
    }

    .badge-top {
        top: -21.5px;
        left: 315px;
        width: 150px;
        height: 35px;
        font-size: 15px;
        padding-top: 6px;
    }

    .badge-right {
        top: 65px;
        right: 3.5px;
        width: 140px;
        height: 45px;
        font-size: 17.5px;
        padding-left: 5vw;
        line-height: 37.5px;
    }

    /************************************************ footer ************************************************/

    #footer {
        min-height: 60px;
        font-size: 20px;
        line-height: 40px;
    }

    #footer p {
        line-height: 25px;
    }

    #footer-logo {
        height: 75px;
        margin: 25px;
        background-size: auto 60px;
    }

    #footer-socials {
        margin: 25px;
    }

    #footer-socials div,
    #footer-up-btn {
        width: 70px;
        height: 70px;
        margin: 10px;
        border-radius: 60px;
        box-shadow: -5px -5px 15px 0 rgba(255, 255, 255, 0.15), 1vw 1vw 3vw 0vw rgba(0, 0, 0, 0.15);
    }

    #footer-links {
        margin-top: 40px;
        margin-left: calc(50vw - 185px);
    }

    #footer-links>div {
        width: 225px;
    }

    #footer-links li,
    #footer-links ul {
        font-size: 20px;
    }

    #footer-brands {
        width: 450px;
        margin: 60px 0 60px calc(50vw - 185px);
    }

    #footer-brands>p {
        width: 420px;
    }

    #footer-brands>div {
        width: 225px;
        margin-top: 15px;
    }

    #footer-brands img {
        margin-right: 15px;
    }

    #footer-up {
        margin-bottom: 40px;
    }

    /* *************** STEPS *************** */

    #steps {
        width: 475px;
        margin: 230px calc(50vw - 240px) 0;
    }

    #modal .step .outer-circle {
        width: 30px;
        height: 30px;
        border-radius: 30px;
        border-width: 10px;
    }

    #modal .step .inner-circle {
        width: 15px;
        height: 15px;
        border-radius: 15px;
    }

    #modal .step p {
        margin-top: 15px;
        font-size: 17.5px;
    }

    #modal .step .line {
        top: 20px;
        height: 10px;
    }

    /* *************** ORDER PROCESSING *************** */

    #order-confirmation {
        width: 400px;
        margin: 0 calc(50vw - 200px) 0;
        padding-bottom: 100px;
    }

    #order-confirmation .email-input-div {
        width: 400px;
    /*    height: 65px; */
        margin-top: 20px;
        padding-bottom: 5px;
    }

    #order-confirmation .email-input-div input {
        width: 90%;
        height: 50px;
        margin-top: 7.5px;
        font-size: 20px;
    }

    #order-confirmation .email-placeholder {
        height: 70px;
        left: 10px;
        line-height: 70px;
        font-size: 20px;
        padding: 0 10px;
    }

    #order-confirmation .email-border {
        border: #999 1.5px solid;
        border-radius: 10px;
    }

    #order-confirmation .email-input-div input.error~.email-border {
        border-width: 3.5px;
    }

    #order-confirmation .email-input-div input:focus~.email-placeholder,
    #order-confirmation .email-input-div input:valid~.email-placeholder {
        height: 15px;
        line-height: 15px;
        top: -7.5px;
        font-size: 17.5px;
    }

    .email-header,
    .payment-header {
        margin: 50px 0 0;
        font-size: 20px;
    }

    #activation-date {
        width: 370px;
        height: 65px;
        border-radius: 10px;
        border: #999 1.5px solid;
        font-size: 20px;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 20px;

    }

    .pay-btns {
        width: 400px;
    }

    .pay-btn {
        width: 235px;
        height: 170px;
        box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
        border-radius: 25px;
        margin-top: 30px;
    }

    #pay-paypal-btn {
        width: 135px;
        background-size: 100px;
    }

    #discount-btn {
        height: 70px;
    }

    #paypal-button-outer p {
        font-size: 20px;
    }

    #paypal-button-outer {
        padding-top: 25px;
    }

    #paypal-button-container {
        width: 400px;
    }

    .country-name-wrapper p {
        line-height: 40px;
        font-size: 17.5px;
    }

    .country-name-wrapper p:nth-child(2) {
        line-height: 15px;
        font-size: 15px;
        margin-top: -5px;
    }

    /* *************** ADS TEAM PROPS *************** */

    #logo {
        margin: 35px 5px 0 25px;
    }

    /* *************** ADS TEAM PROPS *************** */

    #showall {
        margin-left: 15px;
    }

    .inner-spinner {
        background-size: 50px;
    }
        
    #showmore {
        margin: 20px auto 70px;
    }

    iframe.idcheck {
        height: 100vh !important;
    }

    #payment-method-selector {
        margin-top: 200px;
        width: 400px;
    }

    #order-confirmation {
        padding-bottom: 0vw;
    }

    .btn-container {
        margin-top: 25px;
    }


    #promocode {
        width: calc(100% - 130px);
        border-radius: 25px;
        padding: 0 100px 0 30px;
        font-size: 25px;
    }

    #promocode-placeholder {
        font-size: 20px;
    }

    #promocode-apply-btn {
        margin: 10px;
        width: 100px;
        height: 50px;
        border-radius: 15px;
        padding: 0 25px;
    }

    #discount-btn .input-div {
        height: 70px;
    }

    #discount-btn.red {
        height: 200px;
    }

    #discount-btn.green {
        height: 200px;
    }

    #discount-message {
        width: calc(100% - 40px);
        height: 90px;
        padding: 20px;
        font-size: 20px;
    }

    .old-price {
        width: 85px;
        font-size: 15px;
    }

    .price.discount-shown {
        margin-top: -5px;
    }

    .price.discount-shown .old-price{
        margin-top: -8px;
        margin-left: -10px;
    }


    #email-suggestions > div {
        margin: 2% 5%;
        padding: 5px 15px;
        border-radius: 25px;
        filter: drop-shadow(0 0 5px #00000033);
    }

    #announce {
        width: 475px;
        border-radius: 20px;
        margin: 12.5px 12.5px 0 12.5px;
        box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
        top: -25px;
        height: 75px;
    }

    .announce-icon {
            top: 20px;
            left: 20px;
            width: 38px;
            height: 38px;
            border-radius: 9px;
    }

    #announce .close-modal {
        width: 40px;
        height: 40px;
        border-width: 2.5px;
        top: 16px;
        right: 16px;
    }

    #announce .content {
        width: 325px;
        margin-left: 78.5px;
        height: 50px;
        margin-top: 15px;
        font-size: 20px;
    }

    #announce .close-modal .bar {
        width: 28px;
        height: 2.4px;
    }

    #announce .close-modal .top {
        transform: translateY(2px) rotateZ(45deg);
    }

    #announce .close-modal .bottom {
        transform: translateY(-9px) rotateZ(-45deg);
    }

}

/************************************************       ************************************************/
/************************************************ 800px ************************************************/
/************************************************       ************************************************/

@media only screen and (min-width: 800px) {

    #regions {
        width: 760px;
    }

    #all-countries {
        width: 760px;
        margin: 15px auto 0;
    }

    #all-countries-inner {
        position: relative;
        left: 50px;
    }

    #all-countries-inner div {
        width: 250px;
    }

    .plan {
        width: 760px;
        height: 100px;
        border-radius: 20px;
        margin: 10px 10px 0 10px;
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
        top: -25px;
    }

    .plan.collapsed {
        height: 100px !important;
    }

    .maininfo {
        left: 500px;
        top: 20px;
    }

    .plan .addinfo.days-addinfo {
        left: 500px;
    }

    .plan .addinfo.plan-addinfo {
        top: 46px;
    }

    .plan .addinfo {
        top: 55px;
        left: 180px;
    }

    .plan .addinfo.gb-addinfo {
        left: 552px;
    }

    .plan .carrier-logo {
        top: 44px;
    }

    .options {
        top: 51px;
    }

    .plan-name {
        font-size: 20px;
        top: 12px;
        font-family: 'Roboto-Light';
    }

    .details {
        top: 100px;
    }

    #sort-btns {
        width: 760px;
    }

    #modalSelectedProduct {
        left: calc(50vw - 375px);
        width: 750px;
        height: 113px;
        padding-top: 0px;
    }

    #modalSelectedProduct .maininfo {
        left: 410px;
    }

    #modalSelectedProduct .gb-addinfo {
        left: 462px;
    }

    #modalSelectedProduct .days-addinfo {
        left: 410px;
    }

    .close-modal {
        top: 26px;
        left: calc(50vw + 300px);
    }

    #modal iframe {
        margin-top: 140px;
        height: calc(100vh - 140px);
    }

    #central-image {
        left: calc(50vw - 75px);
    }

    .badge-right {
        top: 40px;
        right: 0;
    }

    #footer {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 800px;
        margin: auto;
    }

    #footer-first {
        width: 300px;
    }

    #footer-links {
        width: 500px;
        margin: 0;
        margin-top: 50px;
        justify-content: end;
    }

    #footer-brands {
        width: 800px;
        margin: 50px 0;
        justify-content: center;
    }

    #footer-brands p {
        width: 100%;
    }

    #footer-brands>div {
        width: 200px;
        padding-left: 60px;
    }

    #steps {
        width: 475px;
        margin: 180px calc(50vw - 240px) 0;
    }

    #spinner-modal {
        display: flex;
        justify-content: center;
        width: 100vw;
        height: 100vh;
        position: fixed;
        background-image: url(../img/loading.gif);
        background-size: 80px;
        background-repeat: no-repeat;
        background-position: center;
        background-color: #FFF;
        z-index: 10;
    }

    #modal .ok-body-wrapper {
        margin-top: 100px;
    }

    #payment-method-selector {
        margin-top: 150px;
    }

    #announce {
        width: 760px;
    }

    #announce .close-modal {
        left: 700px;
    }

}
