/******************************************************общие для экранов*/


/******************************************************размеры экранов*/
/* Портретные планшеты и средние настольные компьютеры */
@media (min-width: 1025px){
    .addr_header{
        margin: 0;
        padding: 0;
        font-family: Philosopher, sans-serif;
        color: #6d6e70;
        font-size: 3.3333333vw;
        text-align: center;
        padding-bottom: 1.6666666vw;
    }
    .addr_block_cont{
        background-color: #fdfaf1;
        width: 100vw;
        height: 43vw;
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;

    }
    .addr_block{
        margin-bottom: 4.0625vw; /*78/1920*/
        margin-top: 4vw;
    }
    .addr_img_div_path{
        width: 52.083333vw; /*1000/1920*/
        margin-right: 7.2083333vw; /*100/1920*/
    }
    .addr_img{
        height: auto;
        width: 55vw;
    }
    .addr_block_cont_right{
        display: flex;
        flex-flow: column nowrap;
        justify-content: flex-start;
        margin-top: 1.71875vw; /*33/1920*/
        margin-bottom: 1.71875vw; /*33/1920*/

    }
    .addr_block_cont_right_addr{
        font-family: Ubuntu, sans-serif;
        font-weight: 300;
        color: #6d6e70;
        font-size: 1.1979166vw; /*23/1920*/
        margin-bottom: 1.3541666vw; /*26/1920*/
        display: flex;
        flex-flow: column nowrap;

    }
    .addr_bold{
        font-weight: 400;
    }
    .addr_button{
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
        align-items: flex-start;
        margin-top: 1.9791666vw; /*38/1920*/
        margin-bottom: 1.9791666vw; /*38/1920*/

    }
    .addr_234{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 3.59375vw; /*69/1920*/
        width: 16.979166vw; /*326/1920*/
        border-radius: 7px;
        background-color: #00c2ff;
        transition: background-color 500ms;
        padding: 0;
        margin: 0;
        font-family: Ubuntu, sans-serif;
        font-size: 1.25vw; /*24/1920*/
        color: white;
    }

    .addr_block_cont_right_att{
        display: flex;
        align-items: center;
        margin-bottom: 2.1354166vw; /*41/1920*/
    }
    .addr_block_cont_right_att_img{
        width: 2.5vw; /*48/1920*/
        margin-right: 1.1979166vw; /*23/1920*/

    }
    .addr_block_cont_right_att_text{
        font-family: Ubuntu, sans-serif;
        /*font-weight: 300;*/
        color: #6d6e70;
        font-size: 1.0416666vw; /*20/1920*/

    }
    .addr_div_img_enter{
        height: 13.177083vw; /*253/1920*/
        width: 19.791666vw; /*380/1920*/
    }
    .addr_img_enter{
        height: 100%;
    }
}
/* Горизонтальные телефоны и вертикальные планшеты */
@media (min-width: 576px) and (max-width: 1024px) {
    .addr_header{
        margin: 0;
        padding: 0;
        font-family: Philosopher, sans-serif;
        color: #6d6e70;
        font-size: 3.9765319vw;
        text-align: center;
        padding-bottom: 1.9666666vw;
    }
    .addr_block_cont{
        background-color: #fdfaf1;
        width: 100vw;
        height: 43vw;
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;

    }
    .addr_block{
        margin-bottom: 4.0625vw; /*78/1920*/
        margin-top: 4vw;

    }
    .addr_img_div_path{
        width: 52.083333vw; /*1000/1920*/
        margin-right: 7.2083333vw; /*100/1920*/
    }
    .addr_img{
        height: auto;
        width: 55vw;
    }
    .addr_block_cont_right{
        display: flex;
        flex-flow: column nowrap;
        justify-content: flex-start;
        margin-top: 1.71875vw; /*33/1920*/
        margin-bottom: 1.71875vw; /*33/1920*/

    }
    .addr_block_cont_right_addr{
        font-family: Ubuntu, sans-serif;
        font-weight: 300;
        color: #6d6e70;
        font-size: 1.786049vw;
        margin-bottom: 1.3541666vw; /*26/1920*/

    }
    .addr_bold{
        font-weight: 400;
    }
    .addr_button{
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
        align-items: flex-start;
        margin-top: 0.979167vw;
        margin-bottom: 0.979167vw;


    }
    .addr_234{
        width: 34vw;
        height: 3.661718vw;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0.912646vw;
        background-color: #00c2ff;
        padding: 0;
        font-family: Ubuntu, sans-serif;
        font-size: 2.385789vw;
        color: white;
    }

    .addr_block_cont_right_att{
        display: flex;
        align-items: center;
        margin-bottom: 2.1354166vw; /*41/1920*/
    }
    .addr_block_cont_right_att_img{
        width: 3.5vw; /*48/1920*/
        margin-right: 1.1979166vw; /*23/1920*/

    }
    .addr_block_cont_right_att_text{
        font-family: Ubuntu, sans-serif;
        /*font-weight: 300;*/
        color: #6d6e70;
        font-size: 1.686049vw;

    }
    .addr_div_img_enter{
        height: 11.177083vw;
    }
    .addr_img_enter{
        height: 100%;
    }
}
/* Вертикальные телефоны и меньше */
@media (max-width: 575.98px) {
    .addr_block{
        display: none;
    }
}
