.column1middle {
    padding: 15px;
    background-color: #eaf1f4;
    line-height: 0.9;
}

.titlelines {
    clear: both;
    overflow: hidden;
    margin: 13px 10px 9px;
    text-align: center;
    color: #0092cb;
    font-weight: bold; 
    font-size: 12px;
}
/* горизонтальные линии */
.titlelines:before, .titlelines:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: 100%;
    height: 1px;
    background: #0092cb;
    margin: 0 20px;
}
.titlelines:before {
    margin-left: -100%;
}
.titlelines:after {
    margin-right: -100%;
}

.column1middle a {
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: #2d4550;
}

/*.column1middle a:hover {
    color: #0092cb;
}*/

.circlearound {
    margin-bottom: 10px;
}

.circlearound1 {
    margin-bottom: 10px;
}

.circlearound a.selected,.circlearound1 a.selected  {
    color: #0092cb;
}

/*.circlearound:hover .circle, .circlearound1:hover .circle {
    display: inline-block;
}*/

.circle {
    display: inline-block;
    margin: 0 5px;
    width: 8px;
    height: 8px;
    background: #0092cb;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px; 
}

.column2middle {
    background-color: #fffffd;
    color: #68767d;
    font-size: 14px;
    position: relative;
}

.column2middle h2 {
    color: #0092cb;
    font-size: 11.2px;
    text-transform: uppercase;
    margin-top: 5px;
}

.column2middle p {
    text-align: justify;
    padding: 0 7px;
    margin-top: -8px;
}

.column2middle img {
    position: absolute;
    bottom: 0;
}

.column3middle {    
    background-color: #fffffd;
    width: 200px;
    height: 410px;
    text-align: left;
    color: #637177;
    line-height: 0.8;
}

.column3middle h3 {
    color: #0092cb;
    padding-left: 10px;
    font-size: 11.2px;
    margin-top: 13px;
}

.column3middle p {
    padding-left: 10px;
    font-size: 12px;
}

.search {
    border: 1px solid #0092cb;
    height: 25px;
    position: relative;
    margin-bottom: 5px;
}

.polevvoda {
    background: white;
    width: 160px;
    height: 23px;
    border: none;
    padding-left: 15px;
    font-family: inherit;
}

.search img {
    position: absolute;
    right: 0;
    top: 2px;
}

.search input, .search input:active {
    border: none;
}

.selector {
    position: relative;
    margin: -5px 0 5px;
    border: 1px solid #0092cb;
    border-radius: 3px;
}

.selector select {
    width: 199px;
    height: 25px;
    padding: 0 20px 0 15px;
    background: transparent;
    border: 0;
    font-family: inherit;
    appearance: none;            /* remove arrow        */
    -webkit-appearance: none;    /* remove arrow Chrome */
    -moz-appearance: none;       /* remove arrow FF     */
}

.selector select::-ms-expand {
    display: none;
}

.select-arrow {
    position: absolute;
    border: 8px solid transparent; 
    border-bottom: 0;
    right: 6px;
    pointer-events: none;
}
.select-arrow:nth-child(1) {
    top: 11px;
    border-top-color: #0092cb;
}
.select-arrow:nth-child(2) {
    top: 9px;
    border-top-color: #FFF;
}

.selector-narrow-out {
    text-align: left;
    margin-top: -6px;
}

.selector-narrow-out-in {
    display: inline-block;
}

.selector-narrow-out-in:last-child {
    padding-left: 3px;    
}

.selector-narrow {
    position: relative;
    width: 95px;
    margin-top: -5px;
    border: 1px solid #0092cb;
    border-radius: 3px;
}

.selector-narrow select {
    width: 95px;
    height: 25px;
    padding: 0 20px 0 15px;
    background: transparent;
    font-family: inherit;
    border: 0;
    appearance: none;            /* remove arrow        */
    -webkit-appearance: none;    /* remove arrow Chrome */
    -moz-appearance: none;       /* remove arrow FF     */
}

.selector-narrow select::-ms-expand {
    display: none;
}

/* Кнопка "Выбрать" */
.enter4 {
    background: #018ac7;
    width: 110px;
    height: 16px;
    border: 2px solid #018ac7;
    color: #dde1e3;
    padding: 7px 5px 3px;
    font-size: 13.3px;
    text-align: center;
    border-radius: 180px/18px;
    margin: 15px auto 0;
}

.column3middle a {
    text-decoration: none;
}

.clearform {
    text-align: center;
    margin-top: 10px;
    font-size: 13.3px;
    font-weight: bold;
}

.clearform a {
    color: #b9c4d8;
    text-decoration: none;
}

.columnsmiddlein h4 {
    color: #98a5ab;
    font-size: 12px;
    text-align: center;
    padding-bottom: 15px;
}

.columnsmiddlein h5 {
    text-align: center;
}

.rosesample {
    text-align: center;
    position: relative;
}

@media (max-width: 680px) {
    .rosesample, .rating, .rosedescription, .rosebig img {
        width: 95%;
        height: auto;
    }
}
@media (min-width: 680px) {
    .rosesample, .rating, .rosedescription {
        width: 708px;
        margin: 0 auto 25px;
    } 

    .rating {
        margin-top: -100px;
    }

    .rosebig img {
        text-align: center;
        margin-top: 10px;
    }
}

.roseview {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.roseviewup1 {
    position: relative;
    display: inline-block;
}

.roseviewup {
    position: absolute;
    bottom: 9px;
    right: 9px;
}

.roseviewup img {
    border-radius: 50%;
    width: 125px;
    height: 125px;
}

.rating {
    /*   margin-top: -100px;*/
    padding-left: 25px;
    color: #a3b4ba;
    font-size: 14px;
    font-weight: bold;
}

/* Звездочки */
.stars {
    margin-bottom: 10px;
}

.star {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-bottom: -3px;
    padding: 0 1.7px;
}

.star:first-child {
    margin-left: 20px;
}

.starblue {
    background: url(../img/star-blue.png) no-repeat;
}

.stargray {
    background: url(../img/star-gray.png) no-repeat;
}

/* Квадраты */
.squares {
    position: relative; 
}

.squares span {
    bottom: 8px;
    position: relative;
    margin-right: 20px;
}

.square {
    display: inline-block;
    margin-bottom: 5px;
    width: 12px;
    height: 12px;
    border: 1px solid #018ac7;
    background: #018ac7;
}

/* Пустой квадрат */
.sqwhite {
    background: transparent;
    border: 1px solid #888888;
}

/* В список пожеланий */
.heartgray {
    margin-top: -20px;
}

.heartgray a {
    color: #a3b4ba;
}

.heartgray img {
    padding-right: 16px;
    padding-top: 22px;
    width: 22px;
    height: 18px;
}

.heartgray span {
    bottom: 4px;
    position: relative;
}

/* Описание товара */
.rosedescription {
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
    padding-left: 15px;
}

.rosedescription-right {
    vertical-align: top;
    display: inline-block;
    text-align: left;
    font-weight: bold;
    color: #018ac7;
    width: 225px;
    margin-left: 15px;
}

/* Кнопки репоста в соцсети */
.descriptionsocial {
    display: inline-block;
}

.button-vk, .button-ok {
    display: inline-block;
}

.button-google, .button-fb {
    display: none;
}

/* Блок с количеством и ценой */
.roseprice {
    position: relative;
    background: #f6f9fa;
    color: #a3b4ba;
    font-size: 14px;    
    padding-top: 30px;
}

/* Кнопки "В корзину/В каталог" */
.enter5 {
    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;    
    cursor: pointer;
}

.rosepricein a {
    text-decoration: none;
}

.quotes {
    transform: rotate(-90deg);
    font-size: 36px;
}

/* Для мобильных устройств */

/*@media handheld, only screen and (max-device-width:480px) {

@media handheld, screen and (max-width: 768px) {
*/
@media (max-width: 680px) {
    .rosedescription-left, .rosedescription p {
        text-align: left;
        color: #2D4550;
        width: 100%;
        margin-right: 25px;
        margin-top: -5px;
        margin-bottom: 20px;
    }

    .roseprice {
        height: 250px;
        padding-left: 30px;
    }

    .kol {
        width: 28px;
        height: 19px;
        border: 1px solid #0092cb;
        text-align: right;
        color: #0092cb;
        padding: 3px;
        margin: 0 5px;
        font-size: 20px;
        font-family: inherit;
        display: inline-block;
    }

    .plusminus {
        text-align: center;
        color: #0092cb;
        font-size: 30px;
        margin-left: 20px;
        margin-right: 10px;
        display: inline-block;
    }

    .enter5 {
        margin-bottom: 25px;
    }

    .rosepricein {
        display: inline-block;
    }

    .price {
        line-height: 1;
        position: relative;
        margin-bottom: 30px;
    }

    .oldprice {
        text-decoration: line-through;
        font-size: 20px;
        padding: 5px 4px 0;
        text-align: center;
        position: absolute;
        top: -15px;
    }

    .mainprice {
        display: block;
        margin-bottom: 50px;
    }

    /* Кнопка "Подписаться" */
    .enterpredin {
        background: #d5dde0;
        width: 115px;
        height: 16px;
        border: 2px solid #d5dde0;
        color: #83979e;
        padding: 5px;
        font-size: 13.3px;
        border-radius: 180px/18px;
        cursor: pointer;
        text-align: center;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    /* Кнопка "В корзину" */
    .entercart {
        background: #018ac7;
        width: 110px;
        height: 16px;
        border: 2px solid #018ac7;
        color: #dde1e3;
        padding: 5px;
        font-size: 13.3px;
        border-radius: 180px/18px;
        cursor: pointer;
        text-align: center;
        margin: 20px 0;
    }

}

/* Для десктопов */

@media (min-width: 680px) {
    .rosedescription-left, .rosedescription p {
        display: inline-block;
        text-align: left;
        color: #2D4550;
        width: 434px;
        margin-right: 25px;
        margin-top: -5px;
    }

    .roseprice {
        height: 93px;
        width: 708px;
        margin: 0 auto 25px;
    }

    .kol {
        display: flex;
        align-items: center;
        width: 28px;
        height: 19px;
        border: 1px solid #0092cb;
        text-align: right;
        color: #0092cb;
        padding: 3px;
        margin: 0 5px;
        font-size: 20px;
        font-family: inherit;
    }

    .plusminus {
        display: flex;
        align-items: center;
        color: #0092cb;
        font-size: 30px;
        margin-left: 20px;
        margin-right: 10px;
    }

    .rosepricein {
        display: flex;
        align-items: center;
        padding-left: 42px;
    }

    .enter5 {
        display: inline-block;
        margin: 0 10px;
    } 

    .price {
        display: flex;
        flex-direction: column;
        align-items: center;
        line-height: 1;
        margin-left: 20px;
        position: relative;
    }

    .oldprice {
        text-decoration: line-through;
        font-size: 20px;
        padding: 5px 4px 0;
        text-align: center;
        position: absolute;
        top: -15px;
        display: flex;
    }

    .mainprice {
        display: flex;
        align-items: center;
        margin-bottom: 25px;
    }

    /* Кнопка "Предзаказ" */
    .enterpredin {
        display: flex;
        justify-content: center;
        background: #d5dde0;
        width: 110px;
        height: 16px;
        border: 2px solid #d5dde0;
        color: #83979e;
        padding: 5px;
        font-size: 13.3px;
        border-radius: 180px/18px;
        cursor: pointer;
    }


    /* Кнопка "В корзину" */
    .entercart {
        display: flex;
        justify-content: center;
        background: #018ac7;
        width: 110px;
        height: 16px;
        border: 2px solid #018ac7;
        color: #dde1e3;
        padding: 5px;
        font-size: 13.3px;
        border-radius: 180px/18px;
        cursor: pointer;
        text-align: center;
    }

}

.plusminus a {
    text-decoration: none;
    color: #0092cb;
}

.oldprice img {
    display: inline-block;
}

.mainprice {
    font-size: 48px;
    color: #0092cb;
    font-weight: bold;
}

.price img {
    margin: 0 5px;
}


/* Стили для каталога */

.pojelancenter {
    text-align: center;
}

@media (max-width: 680px) {
    .pojelancenter {
        width: 100%;
    }
}
@media (min-width: 680px) {
    .pojelancenter {
        width: 705px;
        margin: 0 auto;
    } 
}

.pojelan {
    text-align: left;
}

.pojelanin {
    display: inline-block;
    position: relative;
    font-weight: bold;
    text-align: center;
    width: 235px;
    height: 235px;
    margin-top: 20px;
    color: #0092cb;
}

.pojelansort {
    position: absolute;
    left: 30px;
    top: 0;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 145px;
    text-align: left;
}

.pojelanno {
    position: absolute;
    right: 30px;
    top: 0;
    font-size: 12px;
}

.pojelanmoney {
    position: absolute;
    left: 30px;
    top: 22px;
    font-size: 14px;
}

.pojelanmoney img {
    margin-bottom: -1px;
}

.pojelanheart {
    position: absolute;
    right: 30px;
    top: 22px;
    cursor: pointer;
    /*    Если используем код символа &#9825; вместо картинки 
           right: 5px;
           top: 10px;
           color: #e999aa;
           font-size: 40px; */
}

.pojelanin .podloj{
    position: absolute;
    left: 41px;
    top: 33px;
}

.pojelanin .rosepict{
    position: absolute;
    left: 50px;
    top: 40px;
}

.pojelanin .sticker{
    position: absolute;
    right: 39px;
    bottom: 55px;
}


/* Кнопка в каталоге "В корзину" */
.enter6 {
    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: 180px auto 0;
    cursor: pointer;
}

/* Кнопка "Предзаказ" */
.enterpred {
    display: inline-block;
    background: #d5dde0;
    width: 110px;
    height: 16px;
    border: 2px solid #d5dde0;
    color: #83979e;
    padding: 5px;
    font-size: 13.3px;
    text-align: center;
    border-radius: 180px/18px;
    margin: 180px auto 0;
    cursor: pointer;
}

.pojelanin a {
    color: #0092cb;
    text-decoration: none;
}

.navigator {
    position: relative;
}

@media (max-width: 680px) {
    .navigator {
        width: 100%;        
    }
}

@media (min-width: 680px) {
    .navigator {
        width: 700px;
        margin: 5px auto 0;
    } 
}

.navigator-selector-out {
    display: inline-block;
    color: #a3b4ba;
    font-size: 14px;
}

.navigator-selector-in {
    display: inline-block;
    position: relative;
    width: 50px;
    margin: -5px 5px 5px;
    border: 1px solid #0092cb;
    border-radius: 3px;
}

.navigator-selector-in select {
    width: 50px;
    height: 28px;
    padding: 0 5px 0 7px;
    background: transparent;
    border: 0;
    appearance: none;            /* remove arrow        */
    -webkit-appearance: none;    /* remove arrow Chrome */
    -moz-appearance: none;       /* remove arrow FF     */
    font-family: inherit;
    font-weight: bold;
    color: #018ac7;
}

.navigator-selector-in select::-ms-expand {
    display: none;
}

@media (max-width: 680px) {
    .pages {
        font-size: 14px;
        color: #cfd7e5;
    }
}

@media (min-width: 680px) {
    .pages {
        position: absolute;
        display: inline-block;
        right: 0;
        top: -15px;
        font-size: 14px;
        color: #cfd7e5;
    }
}



.pages ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.pages li {
    display: inline-block;
    padding-left: 10px;
}

.pages .selected {
    color: #45a9d6;
    font-weight: bold;
}

.pages a {
    color: #cfd7e5;
    text-decoration: none;
}

.skobka {
    font-size: 30px;
    font-weight: bold;
    display: inline-block;
    transform: translateY(8%);
}

.imgmini {
    width: 125px;
    height: 125px;
    border-radius: 50%;
}



/* Отзывы */

.reviews {
    text-align: left;
}

@media (max-width: 680px) {
    .reviews {
        width: 95%;
    }
}
@media (min-width: 680px) {
    .reviews {
        width: 705px;
        margin: 0 auto;
    } 
}

.reviews a {
    text-decoration: none;
}

.otzivcol1 {
    display: inline-block;
    text-align: left;
    width: 80%;    
    position: relative;
}

.otziv h3 {
    color: #018ac7;
    font-size: 14px;
    margin-bottom: -5px;
}

.otziv p {
    color: #68767d;
    font-size: 14px;
    padding-left: 20px;
}

.otzivcol2 {
    display: inline-block;
    text-align: right;
    width: 20%;
    font-size: 14px;
    line-height: 0.5;
}

.otzivcol2 a {
    color: #a3b4ba;
}

.otzivcol2 p {
    padding: 0;
    margin: 0 0 8px 0;
}

.otvetcol1 {
    padding-left: 20px;
    margin-top: -20px;
    display: inline-block;
    text-align: left;
    width: 487px;
}

/* Звездочки мини */
.starsmini {
    position: absolute;
    top: 10px;
    right: -25%;
}

.starmini {
    display: inline-block;
    margin-top: 6px; 
    height: 0; 
    width: 0;
    position: relative;
    border-right: 6.5px solid transparent;
    border-bottom: 4.5px solid #018ac7;
    border-left: 5.5px solid transparent;
    transform: rotate(35deg);    
    margin: 0 1px 5px;
}

.starmini:before, .starmini:after {
    content: "";
    height: 0; width: 0;
    position: absolute;
}

.starmini:before {
    top: -2.5px; left: -3.5px;
    border-bottom: 5px solid #018ac7;
    border-left: 1.5px solid transparent;
    border-right: 1.5px solid transparent;
    transform: rotate(-35deg);
}

.starmini:after {
    top: 1px;
    left: -6.5px;
    border-right: 6px solid transparent;
    border-bottom: 4.5px solid #018ac7;
    border-left: 5.5px solid transparent;
    transform: rotate(-70deg);
}

.starmini:first-child {
    margin-left: 10px;
}

/* Серая звездочка */
.stgraymini {
    border-bottom: 4.5px  solid #a3b4ba;
}

.stgraymini:before {
    border-bottom: 5px solid #a3b4ba;
}

.stgraymini:after {
    border-bottom: 4.5px solid #a3b4ba;
}

.comment {
    color: #68767d;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    margin-top: 10px;
}

.comment textarea {
    width: 100%;
    height: 90px;
    border: 1px solid #018ac7;
    margin-top: 10px;
    padding: 5px;
    font-family: inherit;
    resize: none;
}

/* Кнопка "Отправить" */
.entersend {
    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: 10px auto;
    display: block;
}

/* Звездочки мини в комментарии */
@media (max-width: 680px) {
    .starsminicomm {
        cursor: pointer;
        margin: 20px 0;
        text-align: right;
    }

}
@media (min-width: 680px) {
    .starsminicomm {
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
    }

}