.phoneAd * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.phoneAd div {
    box-sizing: border-box;
}

.phoneAd {
    box-sizing: border-box;
    display: table !important;
    width: 100%;
    max-width: 700px;
    padding: 20px 0;
    background-color: #CB1022;
    font-family: 'Open Sans', sans-serif;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.phoneAd__withPhone {
    min-height: 190px;
}

.phoneAd__text {
    display: table-cell;
    text-align: center;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 32px;
    width: 100%;
    padding: 0 15px;
    vertical-align: middle;
}

.phoneAd__text * {
    color: #FFFFFF;
}

.phoneAd__text p:last-child {
    margin: 10px;
}

.phoneAd__logos {
    display: inline-block;
    margin: 10px auto -10px auto;
}

.phoneAd__logos a {
    display: block;
    float: left;
    padding: 0 5px;
}

.phoneAd__visual {
    display: none;
    min-width: 160px;
}

.phoneAd__visual .visual-container {
    position: relative;
}

.phoneAd__phone {
    position: absolute;
    width: 120px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    background-size: 110px;
    background-repeat: no-repeat;
    background-position: 7px 29px;
}

@media (min-width: 768px) {
    .phoneAd__visual {
        display: table-cell;
    }

    .phoneAd__text p:last-child {
        margin: 0;
    }
}

@media (max-width: 450px) {
    .phoneAd__logos a {
        box-sizing: border-box;
        clear: both;
    }
}
