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

/******************************************************размеры экранов*/
/* Портретные планшеты и средние настольные компьютеры */
@media (min-width: 1025px){
    .desc_header{
        width: 100%;

        margin: 0;
        padding-top: 1.133333vw;
        text-align: center;
        font-size: 2.875vw;
        font-family: Philosopher, sans-serif;
        color: #6d6e70;
    }
    .desc{
        margin-top: 3.5vw;
        margin-bottom: 3.5vw;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: stretch;
        align-content: space-between;
        width: 100%;
    }
    .desc_photo{
        height: 23.54904vw;
    }
    .desc_paragraph{
        width: 50%;
        display: flex;
        flex-flow: column nowrap;
        justify-content: space-between;
    }
    .desc_text{
        font-size: 1.317715vw; /*18/1366*/
        font-family: Ubuntu, sans-serif;
        color: #6d6e70;
    }
    .desc_buttons{
        margin-top: 2vw;
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
    }
    .desc_button_blue{
        width: 20.86383vw; /*285/1366*/
        height: 3.806734vw; /*52/1366*/
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0.5vw;
        background-color: #00c2ff;
        transition: background-color 500ms;
        padding: 0;
        font-family: Ubuntu, sans-serif;
        font-size: 1.1416666vw;
        color: white;
    }
    .desc_button_blue:hover{
        background-color: #077ca0;
    }
    .desc_icon2{
        height: 3.806734vw; /*52/1366*/
        margin-left: 1.396193vw;
    }
    .desc_icon1{
        height: 3.806734vw; /*52/1366*/
        margin-left: 1.396193vw;
    }

    .desc_icon1:hover{
        opacity: 0.5;
    }
    .desc_icon2:hover{
        opacity: 0.5;
    }

}
/* Горизонтальные телефоны и вертикальные планшеты */
@media (min-width: 576px) and (max-width: 1024px) {
    .desc_header{
        width: 100%;

        margin: 0;
        padding-top: 3.333333vw; /*40/1200*/
        text-align: center;
        font-size: 3.9765319vw;
        font-family: Philosopher, sans-serif;
        color: #6d6e70;
    }
    .desc{
        margin-top: 5vw;
        margin-bottom: 5vw;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: stretch;
        align-content: space-between;
        width: 100%;
    }
    .desc_photo{
        height: 21.44904vw;
    }
    .desc_paragraph{
        width: 57%;
        display: flex;
        flex-flow: column nowrap;
        justify-content: space-between;
    }
    .desc_text{
        font-size: 2.086049vw;
        font-family: Ubuntu, sans-serif;
        color: #6d6e70;
    }
    .desc_buttons{
        margin-top: 3vw;
        margin-left: -40.1vw;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
    }
    .desc_button_blue{
        width: 47.59765vw;
        height: 5.761718vw; /*59/1024*/
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0.912646vw; /*7/767*/
        background-color: #00c2ff;
        padding: 0;
        font-family: Ubuntu, sans-serif;
        font-size: 2.6857887vw;
        color: white;
    }
    .desc_icon2{
        height: 5.761718vw; /*59/1024*/
        margin-left: 2vw;
    }
    .desc_icon1{
        height: 5.761718vw; /*59/1024*/
    }

}
/* Вертикальные телефоны и меньше */
@media (max-width: 575.98px) {
    .desc_header{
        width: 100%;

        margin: 0;
        padding-top: 3.333333vw; /*40/1200*/
        text-align: center;
        font-size: 6.0763888vw;
        font-family: Philosopher, sans-serif;
        color: #6d6e70;
    }
    .desc{
        margin-top: 5vw;
        margin-bottom: 5vw;
        display: flex;
        flex-flow: row wrap;
        width: 89.9vw;
        height: auto;
    }
    .desc_photo{
        object-fit: cover;
        max-height: 55vw;
        width: 89.9vw;
    }
    .desc_paragraph{
        margin-top: 3vw;
        width: 100%;
        display: flex;
        flex-flow: column nowrap;
        justify-content: space-between;
    }
    .desc_text{
        font-size: 3.298611vw;
        font-family: Ubuntu, sans-serif;
        color: #6d6e70;
    }
    .desc_buttons{
        margin-top: 3vw;
        display: flex;
        flex-flow: column nowrap;
        justify-content: space-between;
    }
    .desc_button_blue{
        margin-top: 2.5vw;
        width: 100%;
        height: 11.64021vw; /*66/567*/
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0.912646vw; /*7/767*/
        background-color: #00c2ff;
        padding: 0;
        font-family: Ubuntu, sans-serif;
        font-size: 4.6vw;
        color: white;
    }
    .desc_icon2{
        height: 11.64021vw; /*66/567*/
        margin-left: 2vw;
    }
    .desc_icon1{
        height: 11.64021vw; /*66/567*/
    }
    .desc_b_order1{
        order: 2;
    }
    .desc_b_order2{
        order: 1;
    }

}
