/*==========  Desktop First Method  ==========*/
/* Extra Large Devices, Wide Screens */
@media only screen and (max-width : 1440px) {

    header{
        min-width: 1362px;
    }
    .s_chois{
        min-height: 715px;
    }
    .stran{
        min-height: 789px;
    }




}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {



}

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

    #callback1 .mfp-close-btn-in, #callback1 .mfp-close {
        color: red;
        margin-right: 549px;
        margin-top: -11px;
        font-size: 53px;
    }

    .s_spec .mfp-close-btn-in, .s_spec .mfp-close {
        color: red;
        position: absolute;
        margin-right: 162px;
        margin-top: 50px;
    }



}

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

    #callback1 .mfp-close-btn-in, #callback1 .mfp-close {
        color: red;
        margin-right: 576px;
        margin-top: -1px;
        font-size: 53px;
    }

    .s_spec .mfp-close-btn-in, .s_spec .mfp-close {
        color: red;
        position: absolute;
        margin-right: 194px;
        margin-top: 50px;
    }



}

