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

    html
    {
      position: relative;
      width: 100%;
      height: 100%;
      font-size: 26px !important; 
      min-width: 700px; 
      min-height: 1000px;
      overflow-x: hidden;
    }

    .block-content
    {
        font-size: 26px !important;
        max-width: 700px !important;
        width: 700px !important;
    }

    .block1 
    {
        height: 120px;
    }

    .block1 .logo_p
    {
        margin-left: 40px;;
    }

    .block1 .logo_ta
    {
        margin-right: 40px;
    }

    .block2
    {
        height: 740px;
    }

    .block2 h1
    {
        top: 20px;
        left: 44px;
        font-size: 65px;
        width: 601px;
        margin-top: 70px;
    }

    .block2 .b2_dot
    {
        display: none;
    }

    .block2 .rectangle
    {
        height: 420px;
        width: 670px;
        left: 16px;
        background-size: cover;
    }

    .block2 .button {
        left: unset;
        right: 50px;
        top: 570px;
        font-size: 26px;
        width: 450px;
        height: 70px;
        padding-left: 40px;
        padding-top: 26px;
        text-align: left;
        background: url(../img/vector.png?) no-repeat scroll 398px 14px #5C91C3;
    }    

    .block2 .text
    {
        font-size: 26px;
        line-height: 30px;
    }


    .b2_ramka
    {
        display: none;
    }

    .block3
    {
        height: 1160px;
        background-color: white;
    }

    .block3 .text {
        width: 610px;
        font-size: 26px;
        top: 40px;
        left: 50px;
    }    

    .block3 .bb {
        width: 250px;
        height: 401px;
        top: 238px;
        left: 50px;
        font-size: 26px;
        z-index: 100;
        padding-top: 287px;
        box-sizing: border-box;
        text-align: center;
        background-size: cover;
    }

    .block3 .b2
    {
        left: 380px;
    }

    .block3 .b3
    {
        top: 700px;
    }

    .block3 .b4
    {
        top: 700px;
        left: 380px;
    }

    .block4
    {
        height: 1500px;
    }

    .block4 .b4_rectangle
    {
        display: none;
    }

    .block4 h2 
    {
        font-size: 36px;
    }

    .block4 .b4_img {
        position: absolute;
        top: 100px;
        left: 40px;
        width: 600px;
    }

    .block4 .b4_dot
    {
        left: 520px;
    }
    
    .block4 .text {
        color: white;
        font-size: 26px;
        line-height: 120%;
        position: absolute;
        width: 560px;
        left: 100px;
        top: 600px;
        z-index: 200;
    }    

    .block4 .text b
    {
        font-size: 29px;
    }

    .block4 .b4_arr {
        position: absolute;
        left: 40px;
        top: 600px;
    }

    .block4 .b4_arr.a2 {
        top: 916px;
    }

    .block4 .b4_arr.a3 {
        top: 1164px;
    }   

    .block5
    {
        height: 1200px;
    }

    .block-content
    {
        width: 700px;
        min-width: none;
        max-width: 700px;
    }

    img
    {
        max-width: 95%;
    }

    .block6
    {
        height: 2360px;
        background-color: #2E5C87;
    }
       

    .block6 .block_upper
    {
        top: -680px;
        left: 0;
    }

    .block6 .block_upper_text
    {
        font-size: 22px;
        line-height: 120%;
        top: 226px;
        left: 40px;
    }

    .block6 .block_upper_text.t2
    {
        left: 260px;
        width: 210px;
    }

    .block6 .block_upper_text.t3
    {
        left: 500px;
        width: 190px;
    }    

    .block6 .peoples
    {
        top: -626px;
    }

    .block6 h2
    {

        font-size: 36px;
    }

    .block6 .pub {
        position: absolute;
        width: 620px;
        color: white;
        left: 40px;
        top: 80px;
        display: block;
        cursor: pointer;
        font-size: 24px;
    }

    .block6 .pub img
    {
        width: 95%;
        height: auto !important;
    }

    .block6 .p2
    {
        top: 840px;
    }  
    
    .block6 .p3
    {
        top: 1600px;
    }      
    
    .block6 .pub span {
        display: block;
        background: url(../img/right_arrow.png?) no-repeat scroll center right transparent;
        height: 50px;
        width: 600px;
        box-sizing: border-box;
        padding-top: 6px;
        margin-top: 20px;
        margin-left: 0;
    }    

    .block7
    {
        height: auto;
    }

    .block7 .img
    {
        display: none;
    }

    .block7 .rectangle
    {
        display: none;
    }

    .block7 .dot2
    {
        display: none;
    }

    .block7 form
    {
        position: unset;
        width: 100%;
        height: 600px;
    }

    .block7 form input[type='text'], .block7 form textarea {
        width: 100%;
        font-size: 26px;
    }

	.block7 h2
	{
		font-size: 32px;
	}

	::placeholder
	{
		font-size: 26px;
	}

	.block7 form label
	{
		font-size: 26px;
	}

	.block7 form input[type=submit]
	{
		font-size: 26px;	
		width: 203px;
		height: 70px;

	}

	.rc-anchor-checkbox-label
	{
		font-size: 25px !important;
	}

    
}