.price {
    margin: 0 0 50px;
}

.price + #content-map {
    margin: 0;
}


.price__show {
    font-size: 14px
}

.price__show-bot {
    margin: 0;
    padding: 5px 0 6px
}

.price__header {
    background-color: #0babcd;
    color: #fff;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 50px;
    font-size: 16px
}

.price__show-header {
    display: none
}

.price__block {
    background-color: #eef1f8;
    border: 1px solid #d2d9df;
    border-radius: 5px;
    position: relative
}

.price__title {
    color: #364a51;
    text-align: center;
    padding: 11px 30px;
    border-bottom: 1px solid #d2d9df;
    line-height: 30px
}

.price__line,.price__line-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.price__line {
    height: auto;
    min-height: 52px;
    line-height: 52px;
    padding: 0 30px;
    border-bottom: 1px solid #d2d9df
}

.price__line-right {
    width: auto;
}

.price__line-cost b {
    margin-left: 3px;
    font-weight: 400
}

.price__list {
    padding: 20px 30px;
    position: relative
}

.price ul li,.price__list li {
    line-height: 26px;
    font-size: 14px;
    color: #354a54;
    padding-left: 30px;
    text-align: left
}

.price ul li:before,ul.price__list li:before {
    content: '\2014';
    position: absolute;
    margin-left: -30px
}

.price__list>a {
    color: #0060aa;
    border-bottom: 1px dotted rgba(0,97,170,.6)
}

.price__anchor {
    color: #0061aa;
    line-height: 15px
}

.price__line-promotion>span {
    display: flex;
    white-space: nowrap;
    align-items: center;
    justify-content: center;
    height: 100%
}

.price__line-cost,.price__line-promotion {
    width: auto;
    padding: 0 10px;
    white-space: nowrap
}

.price__line-promotion {
    font-size: 15px;
    color: #fff;
    background-color: #0babcd;
    text-align: center
}

.price__line-cost {
    min-width: 120px;
    display: flex;
    align-items: center;
    justify-content: center
}

.price__line-promotion span.date {
    padding-bottom: 0;
    margin-left: 5px
}

.price__block_without-preview+.price__block_without-preview {
    border-top: none
}

.price__block .price__line:nth-last-child(2) {
    /* border-bottom: none */
}

.price__map-wrapper {
    position: relative;
}

.price__map-wrapper > a {
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-right: 42px;
}

@media (max-width: 1024px) {
    .price__map-wrapper > a {
        padding-right: 30px;
    }
}

@media (max-width: 768px) {
    .price__map-wrapper > a {
        padding-right: 23px;
    }
}

.price__map-wrapper > a:hover {
    color: #EF7D00;
}

.price__map-wrapper > a svg {
    fill: currentColor;
    display: inline-block;
    vertical-align: middle;
    margin: -1px 0 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 1024px) {
    .price__map-wrapper > a svg {
        right: 5px;
    }
}

@media (max-width: 768px) {
    .price__map-wrapper > a svg {
        right: 0;
    }
}

.price__map {
    display: none;
    width: 347px;
    background: #fff;
    box-shadow: 0 4px 8px rgba(53, 74, 84, 0.16);
    border-radius: 4px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 100%;
    margin: -10px 0 0 13px;
}

@media (max-width: 1320px) {
    .price__map {
        width: 330px;
        margin-left: 3px;
    }
}

@media (max-width: 1024px) {
    .price__map {
        top: 100%;
        left: 100%;
        transform: translateX(-50%);
        margin: 10px 0 0 -17px;
    }
}

@media (max-width: 768px) {
    .price__map {
        width: 300px;
    }
}

@media (max-width: 640px) {
    .price__map {
        width: 280px;
        left: 0;
        transform: none;
        margin-left: 0;
    }
}

.price__map.active {
    display: block;
}

.price__map-close {
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 15px;
    height: 15px;
    position: absolute;
    z-index: 1;
    top: 16px;
    right: 17px;
}

.price__map-close::before,
.price__map-close::after {
    content: '';
    display: block;
    width: 21px;
    height: 1px;
    background-color: #363B3E;
    position: absolute;
    top: 50%;
    left: 50%;
}

.price__map-close::before {
    transform: translate(-50%, -50%) rotate(45deg)
}

.price__map-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.price__map-header {
    padding: 16px 38px 12px 16px;
}

.price__map-title {

}

.price__map-btn {
    box-sizing: border-box;
    font-size: 16px;
    line-height: 32px;
    height: 32px;
    min-width: 129px;
    margin-top: 11px;
}

.price__map-container {
    width: 100%;
    height: 244px;
    overflow: hidden;
}

.price__line-adr {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    margin: 15px 0
}

.price__line-btn {
    box-sizing: border-box;
    flex-shrink: 0;
    align-self: center;
    font-size: 16px;
    line-height: 32px;
    height: 32px;
    min-width: 129px;
    margin-left: 10px;
    margin-right: 2px;
}

.price + .hideblocklink {
    margin-top: -25px;
}

@media screen and (max-width:1024px) {
    .price__block:nth-last-of-type(1) {
        margin-bottom: 0
    }

    .price__line-btn {
        min-width: 110px;
    }
}

@media screen and (max-width:640px) {
    .price__show-top2 {
        padding: 20px 0 13px
    }

    .price__title2 {
        padding: 7px 0 0;
        line-height: 19px
    }

    .price__line {
        padding: 0 20px
    }

    .price__line-promotion-mobile {
        width: 40px
    }

    .price .container {
        padding: 0
    }

    .price__item {
        font-size: 12px
    }

    .price__show-bot,.price__show-header {
        background-color: #fff
    }

    .price__show-header {
        display: block;
        margin-bottom: 0;
        padding: 0
    }

    .price__header {
        border-radius: 0;
        margin-bottom: 20px
    }

    .price__line-adr,.price__line-cost {
        width: 100%;
        display: flex;
        align-items: center;
        font-weight: 400
    }

    .price__line-adr {
        font-size: 15px;
        line-height: 16px;
        color: #0061aa;
        text-overflow: ellipsis;
        overflow: visible;
        padding: 0;
        min-width: 50%;
    }

    .price__line-right {
        flex-wrap: wrap;
    }

    .price__line-cost {
        text-align: right;
        justify-content: flex-end;
        min-width: auto;
        font-size: 12px;
        text-transform: lowercase;
        min-width: 60px;
    }

    .price__line-btn {
        font-size: 12px;
        line-height: 24px;
        height: 24px;
        min-width: 85px;
        margin: 12px 0 0 auto;
    }

    .price__line-btn + .price__line-cost {
        line-height: 32px;
    }

    .price__title {
        line-height: 30px;
        padding: 12px 10px;
        font-size: 14px
    }

    .price__list {
        max-height: 0;
        overflow: hidden;
        font-size: 13px;
        padding: 0 20px!important;
        transition: max-height .5s ease-in-out
    }

    .price__list.show {
        max-height: 3000px;
        padding: 16px 20px!important
    }

    .price__list ul {
        padding: 20px 0
    }

    .price__main {
        margin: 0
    }

    .price__block {
        border: 0;
        border-radius: 0;
        position: relative;
        margin-bottom: 25px
    }

    .price__header.price__hide {
        display: none
    }

    .hideblocklink .title,.price .title {
        padding: 40px 30px 17px
    }

    .price {
        margin: 0 0 20px;
    }

    .price + .hideblocklink {
        margin-top: 6px;
    }
}

@media screen and (max-width:450px) {
    .price__line-promotion>span {
        flex-direction: column;
        line-height: 20px;
        padding-bottom: 3px
    }

    .price__line-promotion {
        font-size: 13px
    }

    .price__anchor {
        line-height: 20px;
        font-size: 14px
    }
}
