html,body{
    padding:0;
    margin:0;
}

body {
    font-family: 'Roboto', sans-serif;
    min-height: 100vh;
    margin: 0;
    background: #21033a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


a {
    text-decoration: none !important;
}

#app {

}

.app-row-1 {
    width: 1270px;
    height: 100%
}

.app-row-2 {
    width: 1200px
}

.app-row-3 {
    width: 1000px
}

.app-row-4 {
    width: 100%;
    margin: 0 auto;
    position: relative
}

.app-row-5 {
    width: 1200px
}

.app-row-8 {
    width: 1100px
}

.app-row-6 {
    width: 1200px
}

.app-row-7 {
    width: 900px
}

.app-row-10 {
    width: 1025px
}

.hide {
    display: none!important
}

.flex_block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.click:active {
    -webkit-transform: translateY(1px)!important;
    transform: translateY(1px)!important;
    transition: all 175ms!important
}

.pageTitle {
    color: #fff;
    font-size: 30px;
    text-align: center;
    font-weight: 700;
}

.pageSubTitle {
    color: #fff;
    font-size: 17px;
    text-align: center;
    font-weight: 600;
}

.airlineList {
    width: 100%;
    height: auto;
    margin-top: 30px;
}

.airlineList .airlineElement{
    position: relative;
    width: 100%;
    height: 60px;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 20px;
}

.airlineList .airlineElement .airlineLogo{
    width: 80px;
    height: 40px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}


.airlineList .airlineElement .airlineLogo.wizz{
    background-image: url("/img/wizz.svg");
}

.airlineList .airlineElement .airlineLogo.airmd{
    background-image: url("/img/airmoldova.svg");
}

.airlineList .airlineElement .airlineLogo.flyOne{
    background-image: url("/img/flyone.svg");
    background-size: cover;
}

.airlineList .airlineElement .airlineLogo.tk{
    background-image: url("/img/turkish.png");
}

.airlineList .airlineElement .airlineLogo.hisky{
    background-image: url("/img/hisky.svg");
}



.airlineList .airlineElement .airlinePhoneBtn{
    background: linear-gradient(135deg,#de1666,#73146f);
    width: 100px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    margin-left: auto;
    font-weight: 700;
    margin-top: 2px;
}

.topBar{
    width: 100%;
    height: 50px;
    padding-top: 10px;
}
.topBar .logo svg{
    width: 90px;
}

.paddInfo {
    padding: 0 15px;
}
.MobileInformBox {
    width: 100%;
    min-height: 50px;
    background-color: #fff;
    position: fixed;
    padding: 0 10px;
    box-shadow: 0 3px 1px -2px #000, 0 2px 2px 0 #000, 0 1px 5px 0 #000;
    bottom: 0;
}
.MobileInformBox .iconBox {
    width: 29px;
    height: 29px;
    background: linear-gradient(135deg,#de1666,#73146f);
    border-radius: 50%;
    margin-top: 14px;
}
.MobileInformBox .iconBox .text {
    color: #fff;
    text-align: center;
    width: 29px;
    line-height: 29px;
    font-size: 20px;
    font-weight: 700;
}

.MobileInformBox .textNews {
    font-size: 11px;
    line-height: 15px;
    padding-left: 10px;
    font-weight: 500;
    margin-top: 10px;
}

.topBar .logo {
    margin-top: 5px;
}


.phoneInfo {
    width: 100%;
    height: auto;
}


.phoneInfo .lineOne {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-align: right;
}

.phoneInfo .lineTwo {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-align: right;
}

.textInfoRow{
    margin-top: 30px;
}




.MobileInformBox2 {
    width: 100%;
    min-height: 50px;
    position: relative;
    padding: 0 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    margin-top: 15px;
}
.MobileInformBox2 .iconBox {
    width: 29px;
    height: 29px;
    background: linear-gradient(135deg,#de1666,#73146f);
    border-radius: 50%;
    margin-top: 14px;
}
.MobileInformBox2 .iconBox .text {
    color: #fff;
    text-align: center;
    width: 29px;
    line-height: 29px;
    font-size: 20px;
    font-weight: 700;
}

.MobileInformBox2 .textNews {
    font-size: 11px;
    line-height: 15px;
    padding-left: 10px;
    font-weight: 500;
    margin-top: 10px;
    color: #fff;
}

.MobileInformBox2 .image.office{
    width: 150px;
    height: 150px;
    display: block;
    margin: 0 auto;
    background-image: url("/img/office.png");
    background-position: center center;
    background-size: cover;
    border: 5px solid #fff;
    border-radius: 50%;
}
.MobileInformBox2 .image.callcenter{
    width: 150px;
    height: 150px;
    display: block;
    margin: 0 auto;
    background-image: url("/img/callcenter.jpg");
    background-position: center center;
    background-size: cover;
    border: 5px solid #fff;
    border-radius: 50%;
}


.airlineListInfo {
    width: 100%;
    height: auto;
    margin-bottom: 100px;
    margin-top: 20px;
}

.airlineListInfo .airlineElement{
    position: relative;
    width: 100%;
    height: auto;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 20px;
}

.airlineListInfo .airlineElement .airlineLogo{
    width: 50px;
    min-width: 50px;
    height: 50px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    border: 3px solid #ddd;
    border-radius: 50%;
}


.airlineListInfo .airlineElement .airlineLogo.europe{
    background-image: url("/img/europe.png");
}

.airlineListInfo .airlineElement .airlineLogo.usa{
    background-image: url("/img/usa.png");
}

.airlineListInfo .airlineElement .airlineLogo.rus{
    background-image: url("/img/rusian.png");
}




.airlineListInfo .airlineElement .airlinePhoneBtn{
    background: linear-gradient(135deg,#de1666,#73146f);
    width: 100%;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    margin-left: auto;
    font-weight: 700;
    margin-top: 7px;
}

.airlineListInfo .airlineElement .title{
    text-decoration: none;
    color: #000;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: -5px;
    margin-left: 10px;
}

.airlineListInfo .airlineElement .subtitle{
    text-decoration: none;
    color: #000;
    text-align: left;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 10px;
}


.officeBox {
    width: 100%;
    height: auto;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    padding: 10px;
    margin-top: 20px;
}


.officeBox .icon{
    width: 40px;
    min-width: 40px;
    height: 40px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(/img/office.png);
    border: 2px solid #039;
    border-radius: 50%;
}

.officeBox .infoText{
    text-decoration: none;
    color: #000;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: -5px;
    margin-left: 10px;
}

.officeBox .infoText .subtitle{
    text-decoration: none;
    color: #000;
    text-align: left;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: -5px;
}


.officeBox .airlinePhoneBtn{
    background: linear-gradient(135deg,#de1666,#73146f);
    width: 100%;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    margin-left: auto;
    font-weight: 700;
    margin-top: 7px;
}
