.prices-block{
    padding-top:9px;
    padding-bottom:18px;
}
.prices-block__title{
    font-family: 'RobotoC';
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 26px;
}

.prices-block__notice{
    padding-top: 5px;
    font-size:12px;
    color: #404040;
}


.select-link{
    position: relative;
    color: #007EC6;
}
.select-link__text{
    border-bottom: 2px dotted #F26522;
}
.select-link:after{
    content: "a";
    font-family: 'iconfont';
    font-size: 8px;
    line-height: 8px;
    display: block;
    color: #007EC6;
    display: inline;
    vertical-align: middle;
    padding-left: 6px;
}
.prices-block__table{
    border: 1px solid #E2E2E2;
    width:100%;
}
.prices-block__table-col {
    font-size: 18px;
    padding: 23px 20px 23px 20px;
    border-bottom: 1px solid #E2E2E2;
}
.prices-block__table-col_last {
    width: 25%;
    text-align: center;
    padding: 23px 0;
}
.select-link-container{
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.select-area{
    position: absolute;
    visibility: hidden;
    top: 100%;
    margin-top: 5px;
    padding:24px;
    left: 50%;
    width: 320px;
    margin-left: -160px;
    background-color: #fff;
    z-index: 2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 2px 16px 0 rgba(46,50,52,0.2);
}
.select-area__search{
    margin-bottom:  9px;
    position: relative;
    line-height: 24px;
}
.select-area__search__input{
    padding: 10px 16px 10px 35px;
}
.select-area__search__btn{
    position: absolute;
    left: 0;
    top: 0;
    background-color: transparent;
    border: 0;
    bottom: 0;
    padding: 0;
    width: 34px;
}
.select-area__search__btn:before{
    content: "\e904";
    font-family: 'iconfont';
    display: block;
    color: #2e3234;
    font-size: 18px;
    line-height: 18px;
}
.is-open .select-area{
    visibility: visible;
}
.select-area__list{
    max-height: 230px;
    margin:0 !important;
}
.select-area__list__link{
    color: #2E3234;
    font-size: 14px;
    line-height: 48px;
    display: block;
    margin-right:8px;
}
.select-area__list__link:hover,
.select-area__list__link:active,
.select-area__list__link:focus{
    color: #2E3234;
}
.select-area__list__link:focus-within{
    color: #2E3234;
}
.select-area__list__link span{
    display: inline-block;
    vertical-align: baseline;
    width: 33px;
    text-align: center;
}
.select-area__list__link:hover,
.active .select-area__list__link{
    background-color: rgba(174,178,197,0.15);
}
.widget{
    border: 1px solid #E2E2E2;
    border-top: 0;
    overflow: hidden;
}
.widget-head{
    border-bottom: 1px solid #E2E2E2;
    padding: 27px 11px 14px;
}
.widget-head__row{
    display: inline-block;
    vertical-align: top;
    margin-right: 11px;
    margin-bottom: 16px;
}
.widget-head__label{
    margin-right:11px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 1;
}
.widget-head__btn{
    display: inline-block;
    vertical-align: top;
    border: 2px solid #007EC6;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #007EC6;
    padding: 7px 13px;
    min-width: 65px;
    cursor:pointer;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.no-touch .widget-head__btn:hover,
.no-touch .widget-head__btn:active,
.no-touch .widget-head__btn:focus{
    border: 2px solid #F26522;
    color: #F26522;
}
.no-touch .widget-head__btn:focus-within{
    border: 2px solid #007EC6;
    color: #007EC6;
}
.widget-datepicker{
    margin-right: 16px;
    position: relative;
}
.datepicker{
    position: absolute;
    left: 0;
    top: 0;
    vertical-align: top;
    opacity: 0;
    padding: 7px 13px;
    margin: 0;
    width: 120px;
}
.widget-legend__el{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 24px;
    padding-top: 8px;
    margin-right:8px;
}
.widget-legend__el:before{
    content: '';
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width:18px;
    height: 18px;
    position: absolute;
    top:11px;
    left:1px;
}
.widget-legend__el_type1:before{
    border: 2px solid #DB2B36;
    background-color: #DB2B36;
}
.widget-legend__el_type2:before{
    border: 2px solid #E7AE0F;
    background-color: #E7AE0F;
}
.widget-legend__el_type3:before{
    border: 2px solid #2E3234;
    background-color: #2E3234;
}

.widget-legend__el_type1.disabled:before,
.widget-legend__el_type2.disabled:before,
.widget-legend__el_type3.disabled:before {
    background-color: transparent;
}


.widget-chart{
    height: 418px;
}
.widget-head__btn_active{
    background-color: #007EC6;
    color: #fff;
}
.no-touch .widget-head__btn_active:hover,
.no-touch .widget-head__btn_active:active,
.no-touch .widget-head__btn_active:focus{
    color: #fff;
    border: 2px solid #007EC6;
}
.no-touch .widget-head__btn_active:focus-within{
    color: #fff;
    border: 2px solid #007EC6;
}
canvas{
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.prices-block__caption{
    color: #005EB8;
    font-family: "RobotoC";
    font-size: 32px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 47px;
    margin-top: 0;
    padding: 0 5px;
}


@media screen and (min-width: 768px){
    .widget-head {
        text-align: right;
    }
    .widget-datepicker{
        float: left;
    }
    .widget-legend__el_last{
        margin-right:0;
    }
    .widget-legend{
        margin-right: 0;
        padding-left:22px;
        padding-right:12px;
    }
}
@media screen and (min-width: 1024px){
    .prices-block__caption{
        font-size: 48px;
        line-height: 56px;
        padding: 0 10px;
    }
    .prices-block {
        padding: 56px 72px 69px;
    }
    .prices-block__content__left-part{
        width: 250px;
    }
    .prices-block__content__right-part{
        width: calc(100% - 250px);
    }
    .prices-block__table-col_last {
        width: 29%;
    }
    .widget{
        height: 498px;
        border-top: 1px solid #E2E2E2;
        border-left: 0;
    }
    .widget-head {
        padding: 15px 18px 0;
    }
    .widget-chart{
        height: 378px;
    }
    .widget-head__row {
        margin-bottom: 15px;
    }
    .widget-select-period_last{
        margin-right:0;
    }
    .prices-block__content__left-part{
        width: 312px;
    }
    .prices-block__content__right-part{
        width: calc(100% - 312px);
    }
}
@media screen and (min-width: 1280px){
    .widget-select-period_last{
        margin-right:11px;
    }
    .widget-chart{
        height: 418px;
    }
}
.prices-block {
    padding: 56px 72px 66px 0;
}
@media screen and (max-width: 1024px){
    .prices-block__content__left-part{
        width: 100%;
        margin-right: 20px;
    }
    .prices-block__content__right-part{
        width: 100%;
        margin-right: 20px;
    }
    .prices-block__title{
        margin-right: 20px;
    }
    .prices-block.js-options .wrapper{
        margin-top: 1px;
    }
    .prices-block{
        padding: 56px 72px 66px 10px;
    }
}

.prices-block .wrapper{
    margin-top: 45px;
}