.goroda_img>img {
    width: 100%;
}
#cities_info_block_mob {
    background: #F2F2F2;
}
.top_content {
    background-image: url("../images/banner_top.jpg");
    background-position-y: 10%;
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 4vh;
    padding-left: 4vh;
    padding-bottom: 3vh;
}
.top_content_block {
    width: 45%;
}
.top_content_block>img {
    padding-bottom: 2vh;
}
.top_content_block>p {
    font-family: FuturaPT-ExtraBold;
    line-height: 100%;
    font-size: 76px;
    color: #B9381E;
}
.logo_top {
    padding-top: 2vh;
}
.logo_top p {
    width: 35%;
    color: #868685;
}
.main_avia {
    background: #F2F2F2;
    padding-top: 40px;
}
.main_avia h3 {
    padding-left: 30px;
}
.main_avia>img {
    width: 100%;
    margin-bottom: -5px;
}
.air_info {
    margin-top: 1vh;
}
.air_info p {
    font-family: FuturaPT-Medium;
}
.active_city {
    color: #B9381E;
}
.another_cities {
    max-height: 100vh;
}
#content {
    margin-top: 30px;
    padding: 0 20px 0 20px;
}
.title {
    font-weight: bold;
    font-size: 30px;
    line-height: 43px;
}
.main_content {
    margin-top: 40px;
    display: flex;
}
#cities {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 40%;
}
.cities_block {
    /*flex: 0 1 50%;*/
    padding: 30px 0 30px 0;
}
.cities_block>p {

    font-family: FuturaPT-Book;
}
.cities_block>p:hover {
    color: #B9381E;
    cursor: pointer;
}
#cities_info_block {
    background: #F2F2F2;
    width: 60%;
    height: auto;
    display: block;
}
.cities_info {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.column_1 {
    width: 35%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: flex-end;
}
.column_1_text {
    display: flex;
    justify-content: start;
    position: relative;
}
.column_1>img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
}
.column_1_text p {
    font-weight: 900 !important;
    font-family: FuturaPT-Bold;
    display: flex;
    align-self: flex-end;
    color: white;
    height: auto;
    background: #B9381E;
    padding: 0 5px;
    line-height: 100% !important;
}
.column_2 {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: -1% ;
    justify-content: center;
}
.column_3 {
    width: 25%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.city_info {
    display: flex;
    flex-wrap: nowrap;
    height: auto;
    padding: 3% 0;
}

.number {
    width: 30%;
    display: flex;
    justify-content: flex-end;
    /*padding: 0 8px 0 0;*/
}
.number>p {
   font-family: FuturaPT-ExtraBold;
    /*font-size: 65px;*/
    line-height: 81%;
    color: #B9381E;
}
.info {
    width: 50%;
    justify-content: space-between;
    /*padding: 0 0 0 16px;*/
    display: flex;
    flex-direction: column;

}
.info>p {
    font-family: FuturaPT-Heavy;
    /*font-size: 30px;*/
    line-height: 75%;
    color: black;
    font-weight: bold;
}
.info>h6 {
    margin: 0 !important;
    font-family: FuturaPT-Book;
    font-size: 18px;
    line-height: 72%;
    color: black;
}
.city_title {
    display: flex;
    height: auto;
    align-self: flex-end;
    background: #868685;
    padding: 1% 0;
}
.city_title>p {
    font-family: FuturaPT-Bold;
    font-size: 25px;
    color: white;
}
.salut_info {
    margin-top: 50%;
    border-left: 2px solid #B9381E;
}
.salut{
    font-family: FuturaPT-Heavy;
    line-height: 69%;
    padding: 1% 0 0 4%;
    color: #B9381E;

}
.salut_place {
    font-family: FuturaPT-Book;
    line-height: 100%;
    padding: 5% 0 0 4%;
    color: #B9381E;
    width: 70%;
}
.salut_data {
    font-family: FuturaPT-Medium;
    line-height: 100%;
    padding: 10% 0 0 4%;
    color: #B9381E;
}
@media (max-width: 449px) {
    .cities_info {
        justify-content: center;
    }
    #cities_info_block {
        display: none;
    }
    #cities_info_block_mob {
        display: none;
    }
    #cities_info_block_phone {
        display: block;
    }
    #content {
        margin-top: 20px;
    }
    .title {
        font-size: 7vw;
        line-height: 10vw !important;
        width: 80%;
    }
    .main_content {
        flex-direction: column;
        margin-top: 10px;
    }
    #cities {
        order: 1;
        width: 100%;
    }
    .column_1 {
        width: 100%;
        height: 80vw;
        justify-content: center;
    }
    .column_1>img {
        max-width: 100%;
        max-height: 100%;
        position: absolute;
    }
    .column_1_text p {
        font-size: 6vw;
        line-height: 100%;
    }
    .column_2 {
        width: 100%;
        margin-top: 0;
    }
    .city_title {
        align-self: center;
        margin: 5px 0 25px 0;
        padding: 0;
    }
    .city_title p {
        font-size: 6vw;
        line-height: 100%;
        padding: 0 5px;
    }
    .number {
        padding: 0 8vw 0 0;
    }
    .number p {
        font-size: 12vw;
        line-height: 81%;
    }
    .info p {
        font-size: 5vw;
        line-height: 100%;
    }
    .info h6 {
        font-size: 4vw;
        line-height: 72%;
    }
    .salut_info {
        margin:4vw 0 0 10vw;
        display: flex;
        flex-direction: column;
    }

    .salut {
        margin: 0 0 0 4%;
        font-size: 5vw;
        line-height: 100% !important;
        padding: 0;
    }
    .salut_place {
        margin: 2%0 0 4%;
        font-size: 5vw;
        line-height: 100% !important;
        padding: 0;
        height: 7vh;
    }
    .salut_data {
        margin: 0 0 0 4%;
        font-size: 5vw;
        line-height: 100% !important;
        padding: 0;
        padding-top: 3vh;
    }
    .city {
        margin-top: 1vh;
        font-size: 8px;
        text-align: center;
    }
    .logo_top {
        display: none;
    }
    .top_content_block p {
        font-size: 15px;
    }
    .top_content_block img {
        width: 50%;
    }
    .top_content {
        padding-top: 1vh;
        padding-left: 1vh;
        padding-bottom: 4vh;
    }
    .salut_info p {
        padding-left: 4%;
        color: #B9381E;
        font-size: 4vw;
        line-height: 100% !important;
    }
    .main_avia {
        padding-top: 1vh;
        margin-bottom: 0;
    }
    .main_avia img {
        margin-bottom: 0;
    }
    .title>h3 {
        font-size: 15px;
        line-height: 100%;
    }
    .main_avia h3 {
        padding-left: 20px;
    }
    .pushka {
        margin: 0 0 0 4%;
    }
    .air_info p {
        font-size: 4vw;
    }
}
@media (min-width: 450px) and (max-width: 599px) {
    .cities_info {
        justify-content: center;
    }
    #cities_info_block {
        display: none;
    }
    #cities_info_block_mob {
        display: none;
    }
    #cities_info_block_phone {
        display: block;
    }
    #content {
        margin-top: 100px;
    }
    .title {
        font-size: 7vw;
        line-height: 10vw !important;
        width: 80%;
    }
    .main_content {
        flex-direction: column;
        margin-top: 10px;
    }
    #cities {
        order: 1;
        width: 100%;
    }
    .column_1 {
        width: 100%;
        height: 80vw;
        justify-content: center;
    }
    .column_1>img {
        max-width: 100%;
        max-height: 100%;
        position: absolute;
    }
    .column_1_text p {
        font-size: 8vw;
        line-height: 100%;
    }
    .column_2 {
        width: 100%;
        margin-top: 0;
    }
    .city_title {
        align-self: center;
        margin: 5px 0 25px 0;
        padding: 0;
    }
    .city_title p {
        font-size: 8vw;
        line-height: 100%;
        padding: 0 5px;
    }
    .number {
        padding: 0 8vw 0 0;
    }
    .number p {
        font-size: 12vw;
        line-height: 81%;
    }
    .info p {
        font-size: 6vw;
        line-height: 75%;
    }
    .info h6 {
        font-size: 4vw;
        line-height: 72%;
    }
    .salut_info {
        margin:4vw 0 0 10vw;
        display: flex;
        flex-direction: column;
        height: 12vh;
    }
    .salut_info p {
        font-size: 5vw;
        line-height: 80% !important;
    }
    .salut {
        margin: 0 0 0 4%;
        font-size: 5vw;
        line-height: 100% !important;
        padding: 0;
    }
    .salut_place {
        margin: 2%0 0 4%;
        font-size: 5vw;
        line-height: 100% !important;
        padding: 0;
        height: 7vh;
    }
    .salut_data {
        margin: 0 0 0 4%;
        font-size: 5vw;
        line-height: 100% !important;
        padding: 0;
    }
    .city {
        margin-top: 1vh;
        font-size: 2.5vh;
    }
}
@media (min-width: 600px) and (max-width: 999px) {
    #content {
        margin-top: 30px;
    }
    #cities_info_block {
        display: none;
    }
    #cities_info_block_mob {
        display: block;
    }
    #cities_info_block_phone {
        display: none;
    }
    .main_content {
        flex-direction: column;
    }
    #cities {
        order: 1;
        display: flex;
        width: 100%;
        margin-bottom: -40px;
    }
    .cities_block {
        width: 50%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        height: 170px;
        align-items: center;
    }
    .title>h3 {
        font-size: 40px;
    }
    .city_title {
        align-self: baseline;
        background: #868685 !important;
        position: absolute;
    }
    .city_title>p {
        line-height: 100%;
    }
    .column_1 {
        width: 45%;
        height: 420px;
    }
    .column_2 {
        width: 55%;
    }
    .column_2>div {
        display: flex;
        flex-direction: column;
    }
    /*.column_1_text {*/
    /*    margin: 0 auto;*/
    /*}*/
    .column_1_text>p {
        font-size: 24px;
        line-height: 100% !important;
    }
    .number>p {
        font-size: 45px;
    }
    .info {
        padding: 0 0 0 16px;
    }
    .info>p {
        font-size: 25px;
    }
    .salut_info {
        margin-top: 0;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-self: center;
    }
    .salut {
        font-size: 19px;
        line-height: 90%;
    }
    .salut_place {
        font-size: 18px;
        line-height: 100%;
    }
    .salut_data {
        font-size: 18px;
        padding: 8% 0 0 4%;
    }
    .logo_top {
        display: none;
    }
    .top_content_block p {
        font-size: 43px;
    }
    .top_content {
        padding-top: 1vh;
        padding-left: 1vh;
        padding-bottom: 5vh;
    }
    .salut_info p {
        padding-left: 4%;
        color: #B9381E;
    }
    .main_avia {
        padding-top: 20px;
    }

}
@media (min-width: 1000px) and (max-width: 1199px) {
    #cities_info_block_phone {
        display: none;
    }
    #content {
        margin-top: 30px;
    }
    #cities_info_block {
        display: none;
    }
    #cities_info_block_mob {
        display: block;
    }
    .main_content {
        flex-direction: column;
    }
    #cities {
        order: 1;
        display: flex;
        width: 100%;
    }
    .cities_block {
        width: 50%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        height: 210px;
        align-items: center;
    }
    .title>h3 {
        font-size: 40px;
    }
    .city_title {
        align-self: baseline;
        background: #868685 !important;
        position: absolute;
    }
    .city_title>p {
        line-height: 100%;
        font-size: 30px;
    }
    .column_1 {
        width: 45%;
        height: 600px;
    }
    .column_2 {
        width: 55%;
        align-items: center;
    }
    .column_2>div {
        display: flex;
        flex-direction: column;
        width: 40%;
    }
    .column_1_text>p {
        font-size: 33px;
        line-height: 100% !important;
    }
    .number>p {
        font-size: 60px;
    }
    .info {
        padding: 0 0 0 25px;
    }
    .info>p {
        font-size: 23px;
        line-height: 100%;
    }
    .salut_info {
        margin-top: 4vh;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-self: center;
    }
    .salut {
        font-size: 24px;
        line-height: 100%;
    }

    .salut_data {
        font-size: 23px;
    }
    .city {
        font-size: 20px;
    }
    .logo_top {
        display: none;
    }
    .top_content_block p {
        font-size: 54px;
    }
    .top_content {
        padding-top: 1vh;
        padding-left: 1vh;
        padding-bottom: 5vh;
    }
    .salut_info p {
        padding-left: 4%;
        color: #B9381E;
    }
    .pushka {
        font-size: 18px;
    }
}
@media (min-width: 1200px ){
    #cities_info_block_phone {
        display: none;
    }
    #content {
        margin-top: 6vh;
    }
    .main_content {
        margin-top: 30px;
    }
    .city_title {
        align-self: flex-end;
    }
    .city_title>p {
        line-height: 100%;
        font-size: 20px;
    }
    #cities {
        order: 0;
    }
    .main_content {
        flex-direction: row;
    }
    #cities_info_block {
        display: block;
    }
    #cities_info_block_mob {
        display: none;
    }
    .city {
        font-size: 14px;
        padding: 3px 3px;
    }
    .column_1 p {
        font-size: 19px;
    }
    .column_1_text p {
        line-height: 100%;

    }
    .number>p {
        font-size: 50px;
    }
    .info {
        padding: 0 0 0 16px;
    }
    .info>p {
        font-size: 26px;
        line-height: 75%;
    }
    .salut_info p {
        padding-left: 5%;
        color: #B9381E;
    }
    .salut {
        font-size: 22px;
        line-height: 100%;
    }
    .salut_place {
        font-size: 18px;
    }
    .salut_data {
        font-size: 22px;
    }
    #content {
        margin-bottom: 150px;
    }
    .main_content {
        margin-top: 80px;
    }
    .top_content_block>p {
        font-size: 44px;
    }
    .pushka {
        font-size: 14px;
    }
}

@media (min-width: 1300px )  {
    #cities_info_block_phone {
        display: none;
    }
    .cities_block:nth-child(4) {
        padding-right: 1vw;
    }
    .city {
        font-size: 15px;
        padding: 3px 0 !important;
    }
    .column_1 p {
        font-size: 20px;
    }
    .number>p {
        font-size: 60px;
    }
    .info {
        padding: 0 0 0 16px;
    }
    .info>p {
        font-size: 29px;
        line-height: 80%;
    }
    .salut {
        font-size: 28px;
        line-height: 100%;
    }
    .salut_place {
        font-size: 18px;
    }
    .salut_data {
        font-size: 24px;
    }
    .main_content {
        margin-top: 40px;
    }
    #content {
        margin-bottom: 30px;
    }
}
@media (min-width: 1400px ) {
    .top_content_block>p {
        font-size: 40px;
    }
}
@media (min-width: 1500px) {
    #cities_info_block_phone {
        display: none;
    }
    .city {
        font-size: 18px ;
        line-height: 30px;
        padding: 1px 0 ;
    }
    .city_title>p {
        font-size: 26px;
    }
    .column_1 p {
        font-size: 23px;
    }
    .number>p {
        font-size: 60px;
    }
    .info {
        padding: 0 0 0 25px;
    }
    .info>p {
        font-size: 28px;
        line-height: 100%;
        margin-top: -5px;
    }
    .salut_info {
        margin: auto 0;
    }
    .salut {
        font-size: 22px;
        line-height: 100%;
    }
    .pushka {
        font-size: 16px;
    }
    .salut_data {
        font-size: 22px;
    }
    #content {
        margin-bottom: 30px;
    }
    .main_content {
        margin-top: 40px;
    }
    .logo_top>p {
        font-size: 17px;
    }
    .top_content_block>p {
        font-size: 52px;
    }
}
@media (min-width: 1800px) {
    #cities_info_block_phone {
        display: none;
    }
    .city_title>p {
        font-size: 40px;
        line-height: 100%;
}
    .city {
        font-size: 21px ;
        line-height: 30px;
        padding: 3px 0 ;
    }
    .column_1 p {
        font-size: 29px;
    }
    .number>p {
        font-size: 90px;
    }
    .info {
        padding: 0 0 0 20px;
    }
    .info>p {
        font-size: 40px;
        line-height: 100%;
    }
    .salut {
        font-size: 45px;
        line-height: 80%;
        padding-bottom: 5px;
    }
    .salut_place {
        font-size: 24px;
    }
    .salut_data {
        font-size: 36px;
    }
    #content {
        margin-bottom: 30px;
    }
    .top_content_block {
        width: 40%;
    }
    .logo_top p {
        width: 30%;
    }
    .column_2 {
        width: 35%;
    }
    .column_3 {
        width: 30%;
    }
    .pushka {
        font-size: 22px;
    }
    .air_info p {
        font-size: 21px;
    }
    .top_content_block>p {
        font-size: 65px;
    }
    .main_avia h3 {
        font-size: 46px;
        line-height: 100%;
    }
    #content h3 {
        font-size: 46px;
        line-height: 100%;
    }
}