@font-face {
    font-family: "Circe-Bold";
    src: url(../fonts/CirceBold/Circe-Bold.ttf);
}

@font-face {
    font-family: "Exo2-Bold";
    src: url(../fonts/Exo2Bold/Exo2-Bold.ttf);
}
body{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.bold{
    font-weight: bold;
}

.main_block{
    padding-top: 25px;
    padding-bottom: 80px;
}

.main_cities{
    background-image: url("../images/cities/main_back.jpg");
    background-position: 50% 0px;
    background-size: auto;
    background-repeat: no-repeat;
    min-height: 100%;
    max-height: 1080px;
    padding-bottom: 150px;
    position: relative;
}

.main_cities:after{
    content: "";
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 128px;
    background-image: url("../images/cities/back_robots_cities.png");
    background-position: 50% 0px;
    background-size: auto;
    background-repeat: repeat-x;
}
.main_cities .main_logo{
    text-align: center;
}
.main_cities .main_logo img{
    width: 24%;
    max-width: 257px;
    border-radius: 0px 0px 10px 10px;
}
.main_cities .main_info_cities{
    text-align: center;
    margin-top: 14%;
}
.main_cities .main_info_cities.index {
    margin-top: 0; 
}
.main_cities .main_info_cities h1{
    font-size: 60px;
    font-family: "Exo2-Bold";
    color: rgb(255, 205, 0);
    line-height: 1.2;
}
.main_cities .main_info_cities.index h1 {
    font-size: 40px;
}
.main_cities .main_info_cities h2{
    font-size: 36px;
    font-family: "Exo2-Bold";
    color: rgb(255, 255, 255);
    line-height: 1.2;
    margin-top: 10px;
}
.main_cities .main_info_cities.index h2 {
    margin-top: 25px;
    font-size: 24px;
}
.main_cities .list_cities{
    margin-top: 50px;
    font-size: 0;
}
.main_cities .list_cities .ls_center{
    text-align: center;
    padding: 0px;
}
.main_cities .list_cities .ls_left{
    text-align: right;
    padding: 0px;
}
.main_cities .list_cities .ls_right{
    text-align: left;
    padding: 0px;
}

.btn_default{
    height: 48px;
    background-color: transparent;
    display: inline-block;
    padding: 0px 40px;
    transition: 0.25s;
    cursor: pointer;
    position: relative;
    color: white;
    min-width: 180px;
    margin: 0px 5px 10px 5px;
}

.btn_default.btn_red{
    background-color: rgb(227, 67, 71);
}
.btn_default.btn_red:hover{
    background-color: rgb(198, 47, 51);
}

.btn_default p{
    height: 48px;
    display: table;
    width: 100%;
    line-height: 1.2;
    font-family: "Circe-Bold";
    font-size: 21px;
    margin-bottom: 0px;
    text-align: center;
}

.btn_default p span{
    display: table-cell;
    vertical-align: middle;
    position: relative;
    top: 0px;
}

@media (min-width: 1600px) {

}

@media (min-width: 1200px) {

}

@media (min-width: 992px) and (max-width: 1200px) {

}

@media (min-width: 768px) and (max-width: 992px) {
    .main_cities .main_logo img {
        width: 28%;
    }
    .main_cities .list_cities .ls_left{
        text-align: center;
    }
    .main_cities .list_cities .ls_right{
        text-align: center;
    }
}
@media (min-width: 992px) {

}

@media (max-width: 768px) {
    .main_cities .main_logo img {
        width: 54%;
    }
    .main_cities .list_cities .ls_left{
        text-align: center;
    }
    .main_cities .list_cities .ls_right{
        text-align: center;
    }
    .main_cities .main_info_cities h1 {
        font-size: 43px;
    }
    .main_cities .main_info_cities.index h1 {
        font-size: 30px;
    }
    .main_cities .main_info_cities h2 {
        font-size: 28px;
    }
    .main_cities .main_info_cities.index h2 {
        font-size: 18px;
    }
}

@media (max-width: 768px) and (orientation: portrait) {

}

@media (min-width: 560px) and (max-width: 768px) and (orientation: landscape) {

}

@media (min-width: 690px) and (max-width: 768px) and (orientation: portrait) {

}

@media (min-width: 768px) {

}

@media (max-width: 400px) {

}

@media (max-width: 320px) {

}