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

    @media only screen and (max-height : 919px) {

        .wrap {
            height: 100%;
            display: block;
        }
        .container {
            padding: 100px 0px;
        }

    }


}


@media only screen and (max-width : 1279px) {

    .anim1{
        margin-top: 5px;
    }
    .container {
    }
    h1 {
        font-size: 40px;
        line-height: 1.2;
    }
    .title {
        margin-bottom: 48px;
    }
    .links {
        margin-bottom: 52px;
    }
    .emod {
        width: 70%;
        margin-bottom: 27px;
    }

    @media only screen and (max-height : 727px) {

        .wrap {
            height: 100%;
            display: block;
        }
        .container {
            padding: 40px 0px;
        }

    }


}

@media only screen and (max-width : 767px) {


	.wrap {
        height: 100%;
        display: block;
    }
    .anim1 {
    margin-top: 20px;
}

    .container {
        width: 100%;
		padding: 40px 0px;
    }
    h1 {
font-size: 43px;
    line-height: 60px;
    }
    h2 {
        font-size: 22px;
    }
    .emod {
        width: 60%;
        margin-bottom: 25px;

    }
    .title {
        display: none;
    }
    .title_mob {
        display: block;
    }
    .links {
        width: 100%;
        height: 142px;
        margin: 0 auto;
        margin-bottom: 32px;
        padding: 20px 0px 20px 30px;
        border-radius: 0px;
    }
    .links_col {
        position: relative;
        width: 100%;
        float: none;
    }
    .links_col:first-child {
        padding-right: 0;
        width: 100%;
        box-sizing: border-box;
    }
    .links_col:nth-last-child(1) {
        width: 100%;
    }
    .links_col_link {
        float: left;
        width: 153px;
        box-sizing: border-box;
    }
    .links_col_link:nth-child(even) {
        width: 120px;
    }
    .quest {
        margin-bottom: 15px;
    }
    .links_col_link_text {
        font-size: 18px;
        line-height: 34px;
    }
    .btn {
        font-size: 20px;
    }
    .mail {
        font-size: 18px;
    }
    .title {
        margin: 0 auto;
        width: 90%;
        margin-bottom: 27px;
    }
    .telegram {
        width: 300px;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .btn {
        padding: 20px 0px;
        width: 100%;
    }
    .quest br {
        display: block;
    }

    .links_cont {
        width: 290px;
        margin: 0 auto;
        box-sizing: border-box;
    }
    .title_en {
        margin-left: 0;
        width: 100%;
    }





}





