@media(max-width: 1140px){
    .thailand_plan.container .header-section .header-links a{
        height: 100px;
    }
}

@media screen and (max-width: 991px){
    .thailand_plan .header-description h1 {
        font-size: 26px;
        line-height: 1.115;
    }
    .thailand_plan .content-winter h2 {
        font-size: 18px;
        margin: 20px 0px;
    }
    .thailand_plan.container .header-section .header-links a {
        width: 70%;
        margin: 10px auto;
        font-size: 14px;
        height: 40px;
    }
    .thailand_plan .content-winter .content-winter_wrap{
        flex-direction: column;
        margin-top: 0px;
    }
    .thailand_plan .content-winter .content-winter_wrap .winter-list-where,
    .thailand_plan .content-winter .winter-list-why{
        width: 100%;
    }
    .thailand_plan .content-winter .content-winter_wrap .winter-img-where,
    .thailand_plan .content-winter .content-winter_wrap .winter-img-why,
    .thailand_plan .content-winter .content-winter_wrap .winter-img-food,
    .thailand_plan .container-spa .spa-image,
    .aligncenter, div.aligncenter {
        width: 80%;
        margin: 15px auto 25px;
        max-width: unset;
    }
    .thailand_plan .content-winter .content-winter_wrap-flex{
        flex-direction: row;
    }
    .thailand_plan .content-winter p{
        margin-bottom: 10px;
    }
    .thailand_plan .content-winter .winter-apartament {
        margin: 15px 0px;
    }
    .thailand_plan .content-winter .content-winter_wrap .winter-img-food,
    .thailand_plan .content-winter .content-winter_wrap  .winter-img-where-ord{
        order: -1;
    }
    .thailand_plan .content-winter .winter-item{
        padding-bottom: 0px;
    }
    .thailand_plan.container .header-section .header-links{
        margin-bottom: 30px;
    }
    .thailand_plan .content-winter h2{
        line-height: 30px;
    }
    .thailand_plan .winter-item .winter-item-icon img {
        width: aut0;
        height: 30px;
    }
    .thailand_plan .content-winter .winter-item .winter-item-icon-mb h2,
    .thailand_plan .content-winter .winter-item .winter-item-icon-sz h2{
        margin: 20px 0px;
    }
    .thailand_plan .winter-item .winter-item-icon-mb img {
        margin: 17px 20px 0px;
    }
    .thailand_plan .winter-item .winter-item-icon-sz img{
        /*width: 38px;*/
        margin-top: 16px;
    }
    .thailand_plan .header-section .header-menu-btn{
        display:block;
        margin: 60px 0px 30px;
    }
    .thailand_plan .header-section .header-menu-btn button{
        color: #fff;
        background-image: linear-gradient(to right, #ec2c91 0, #ffc114 100%);
        padding: 15px 30px;
        border-radius: 4px;
        font-size: 18px;
        font-weight: 600;
        border: none;
    }
    .thailand_plan .header-section .header-menu-btn button:hover {
        background-image: linear-gradient(to right, #ffc114 0, #ec2c91 100%);
    }
    .thailand_plan.container .header-section .header-links{
        display: none;
    }
    .thailand_plan.container .header-section .header-links{
        margin: 0px auto 35px;
        border-radius: 6px;
        padding: 10px 0px 40px;
    }
    .thailand_plan.container .header-section .header-links{
        position: relative;
    }
    .thailand_plan.container .header-section .header-links:before {
        content: '';
        width: 72.22%;
        height: 2px;
        position: absolute;
        bottom: 2vh;
        left: 0;
        right: 0;
        z-index: 5;
        margin: auto;
        background: -webkit-gradient(linear, left top, right top, from(#f596c8), to(#ffdf89));
        background: -webkit-linear-gradient(left, #f596c8, #ffdf89);
        background: linear-gradient(to right, #f596c8, #ffdf89);
    }
}

@media screen and (max-width: 767px){
    .thailand_plan .content-winter .content-winter_wrap .winter-img-where,
    .thailand_plan .content-winter .content-winter_wrap .winter-img-why,
    .thailand_plan .content-winter .content-winter_wrap .winter-img-food,
    .thailand_plan .winter-item-content img.aligncenter,
    .thailand_plan .container-spa .spa-image,
    .aligncenter, div.aligncenter {
        width: 100%;
    }
    .thailand_plan.container .header-section .header-links a{
        width: 70%;
        margin: 10px auto;
    }
    .thailand_plan.container .header-section .header-logo img {
        width: 130px;
    }
}

@media screen and (max-width: 468px){
    .thailand_plan .header-section .header-menu-btn button {
        font-size: 16px;
        padding: 10px 15px;
    }
    .thailand_plan.container .header-section .header-logo a:before, .container .header-section .header-logo a:after{
        width: 26%;
    }
    .thailand_plan.container .header-section .header-links a{
        padding: 10px;
        width: 100%;
    }
    .thailand_plan .winter-item .winter-item-icon img{
        margin: 20px 20px 0px 0px;
    }
}