.select_container_style
{
    position: relative;
    z-index: 10;
    margin-top: 52px;
}
.select_label_style {
    display: block;
    border: 1px solid #cccccc;
    color: #000;
    font-size: 11pt;
    text-decoration: none;
    background: url('../Images/arrow_select.png') no-repeat calc(100% - 11px) #FFF;
    font-family: 'Montserrat';
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 39px;
    padding-left: 15px;
    padding-right: 30px;
    -o-text-overflow: ellipsis;
}
.select_container_style .data_block
{
    position: absolute;
    display: none;
    width: 100%;
    top: 40px;
}
.select_container .content_block_top
{
    background: url('../Images/arrow_select.png') no-repeat 291px #FFF;
    width: 24px;
    height: 11px;
    margin-bottom: -6px;
    top: -9px;
    left: 30%;
    position: absolute;
}
.drop li {
    list-style: none;
    cursor: pointer;
    display: block;
    color: #000;
    font-family: 'Montserrat';
    font-size: 9pt;
    height: 28px;
    overflow: hidden;
    line-height: 28px;
    padding-left: 15px;
}
.drop li:hover, .drop li a:hover {
    background-color: #efefef;
    color: #cfa76d;
}
.drop li a {
    width: 100%;
    display: block;
    color: #000;
    font-family: 'Montserrat';
    font-size: 9pt;
    text-decoration: none;
}

/* Tiny Scrollbar */
.content_block
{
    border: 1px solid #ccc;
    background: #fff;
}
.content_block .viewport
{
    height: 96px;
    overflow: hidden;
    position: relative;
}
.content_block .overview
{
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
    width: 100%;
}
.content_block .scrollbar
{
    position: relative;
    background-position: 0 0;
    float: right;
}
.content_block .track
{
    height: 100%;
    position: relative;
    padding: 0 1px;
}
.content_block .thumb
{
    height: 63px;
    width: 3px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: -1px;
    right: -1px;
    background: #cfa76d;
}
.noSelect
{
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

::-webkit-input-placeholder {color:#000;}
::-moz-placeholder          {color:#000;}
:-moz-placeholder           {color:#000;}
:-ms-input-placeholder      {color:#000;}

.regions_data
{
    position: relative;
    display: table;
    margin-top: 33px;
}
.regions_data div.regions_row
{
    display: table-row;
}
.empty_regions_row
{
    display: table-row;
    height: 8px;
}
.regions_data div.region_item
{
    display: table-cell;
    padding-right: 15px;
}
.regions_data div.region_item a
{
    font-family: 'Montserrat';
    font-size: 10pt;
    color: #000;
    text-decoration: none;
    cursor: pointer;
    display: block;
}
#choice_region .mfp-close
{
    display: none;
}
#inner_regions_container.ajax_loader{
    background: url('../Images/ajax-loader.gif') no-repeat center center;
    width: 40px;
    height: 40px;
    margin: 51px auto;
}
.catalog_seo_block
{
    background: #FFF;
}
.catalog_seo_block .inner_catalog_seo_block
{
    border-top: 1px solid #000;
    width: 85%;
    margin: 49px auto;
    padding-top: 16px;
    font-family: 'Montserrat';
    font-size: 11pt;
    color: #000;
}
#name_region {
    background: url(../Images/search_reg.png) no-repeat calc(100% - 5px);
    border: 0;
    color: #000;
    border-bottom: 1px solid #bfbfc0;
    margin-top: 27px;
    font-family: 'Montserrat';
    width: calc(100% - 29px);
    padding-top: 7px;
    padding-bottom: 6px;
    font-size: 11pt;
    font-style: italic;
    padding-right: 29px;
}
.select_container_style {
    position: relative;
    z-index: 10;
    margin-top: 32px;
}
.regions_data {
    position: relative;
    display: table;
    margin-top: 33px;
    width: 100%;
}
#choice_region .mfp-close {
    display: none;
}
.regions_data div.regions_row {
    display: table-row;
}
.empty_regions_row {
    display: table-row;
    height: 8px;
}
.regions_data div.region_item {
    display: table-cell;
    padding-right: 15px;
}
.regions_data div.region_item a {
    font-family: 'Montserrat';
    font-size: 10pt;
    color: #000;
    text-decoration: none;
    cursor: pointer;
    display: block;
}