@font-face {
    font-family: "Futurapress";
    src: url('../fonts/Futura press.woff') format('woff'); 
}

.columnsmiddlein h2 {
    font-size: 14px;
    text-align: center;
    padding: 5px;;
    color: #0092cb;
}

.column1middle {
    background-color: #eaf1f4;
    text-align: left;
    font-size: 11px;
}

.column1middle p {
    color: #637177;
    text-align: center;
    font-size: 18px;
    margin: 0;
    padding-bottom: 20px;
}

.col1button {
    margin-top: 30px;
    text-align: center;
}

.col1button a {
    color: #0092cb;
}

.column2middle {
    background-color: #fffffd;
    color: #68767d;
    font-size: 12.8px;
    font-weight: bold;
    position: relative;
}

.textbig {
    font-family: "Futurapress", "Arial Black";
    font-size: 30px;
    color: #0092cb;
    margin: -10px 0;
}

.column2middle a {
    color: #68767d;
}

.column2middle img {
    text-align: center;
    width: 25px;
    margin-bottom: -10px;
}

.column3middle {
    background-color: #fffffd;
}

@media (max-width: 680px) {
    .osajenback {
        width: 100%;
    }
}
@media (min-width: 680px) {
    .osajenback {
        width: 700px;
        margin: 0 auto;
    } 
}

.osajenback {
    margin-top: 5px;
    position: relative;
    font-size: 14px;
    color: #707d82;
}

.osajen-col1 {
    width: 220px;
    display: inline-block;
}

.osajen-col1 a {
    text-decoration: none;
}

.osajen-col2 {    
    display: inline-block;
    margin-left: 20px;
    text-align: left;
    vertical-align: top;
}

.polevvoda {
    display: block;
    background: white;
    width: 100%;
    height: 20px;
    border: 1px solid #018ac7;
    margin-bottom: 10px;
}

textarea {
    display: block;
    background: white;
    width: 100%;
    height: 114px;
    border: 1px solid #018ac7;
    margin-bottom: 10px;
    resize: none;
}

/* Кнопка "Отправить" */
.enter4 {
    background: #018ac7;
    width: 110px;
    height: 16px;
    border: 2px solid #018ac7;
    color: #dde1e3;
    padding: 5px;
    font-size: 13.3px;
    text-align: center;
    border-radius: 180px/18px;
    margin: 20px auto 0;
}

.rosepop {
    text-align: center;
    margin-top: -15px;
}

.rosepopin {
    display: inline-block;
    margin: 1em 0 0;
    position: relative;
    font-weight: bold;
    font-size: 9.6px;
    text-align: center;
    vertical-align: top;
    width: 139px;
    height: 174px;
}

.rosepopin .rosepict {
    position: absolute;
    left: 8px;
    top: 36px;
}

.rosepopin .podloj {
    position: absolute;
    left: 0;
    top: 30px;
}

.rosepopin a {
    color: #0092cb;
}

.osajen {
    text-align: right;
}

@media (max-width: 680px) {
    .osajen {
        width: 100%;        
    }

    .osajen-col2 {    
        width: 255px;
    }    
}

@media (min-width: 680px) {
    .osajen {
        width: 700px;
        margin: 0 auto;
    } 

    .osajen-col2 {    
        width: 455px;
    }
}

.map {
    margin: auto;
    text-align: center;
}

@media (max-width: 680px) {
    .map iframe {        
        width: 100%;
        height: 469px;
    }
}

@media (min-width: 680px) {
    .map iframe {
        /*     width="702" height="469" */
        width: 702px;
        height: 469px;
    }
}




/* Отзывы и рейтинги */

.reviews {
    color: #707d82;
    margin: 0 20px 0;
    padding: 0;
    font-size: 14px;
}

@media (max-width: 680px) {
    .reviews {
        width: 95%;
    }
}
@media (min-width: 680px) {
    .reviews {
        width: 700px;
        margin: 0 auto;
    } 
}

.reviews p {
    padding: 0 0 5px;
    text-indent: 0;
}

.reviews .rew {
    display: inline-block;
    padding: 0 30px 20px 0;
    vertical-align: top; 
}

.reviews .title a {
    color: #018ac7;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}

.reviews .bluetext {
    color: #018ac7;
    font-size: 14px;
    font-weight: bold;    
    text-align: left;
}

/* Звездочки */
.star {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-bottom: -3px;
    padding: 0 1.7px;
}

.starblue {
    background: url(../img/star-blue.png) no-repeat;
}

.stargray {
    background: url(../img/star-gray.png) no-repeat;
}


/* Картинки в отзывах */

.reviews .roseview {
    position: relative;
    display: inline-block;
    width: 134px;
    height: 134px;
}

.reviews .roseviewup {
    position: absolute;
    bottom: -1px;
    left: 9px;
}

.reviews .roseviewup img {
    border-radius: 50%;
    width: 125px;
    height: 125px;
}


/* Пагинатор */
.pages {
    margin: 15px auto 55px;
    line-height: 1.5;
    color: #cfd7e5;
    text-align: center;
    word-spacing: 10px;
    list-style-type: none;
}

.pages li {
    display: inline-block;
    padding: 0 10px;
}

.pages .skobka {
    font-size: 36px;
    font-weight: bold;
    display: inline-block;
    transform: translateY(7%);
    padding-left: 10px;
}

.pages .selected {
    color: #0092cb;
    display: inline-block;
}

.pages a {
    color: #cfd7e5;
    text-decoration: none;
}
