﻿/*modal gorod*/
.modal{
    display: none;
}

.gc_list li.active {
    background: #008f35;
    color: #fff;
}
.gc_list li {
    list-style: none;
    margin-bottom: 7px;
}

.gcc_w2 {
    width: 230px;
    box-sizing: border-box;
    padding-left: 25px;
    padding-top: 5px;
}
.gc_column {
    height: 620px;
    overflow-y: scroll;
    width: 270px;
    float: left;
}

.top_choice{
    position: relative;
	display: inline-flex;
	margin-top: 10px;
}
.top_choice>a{
    color: #008f35;
	margin-top: -7px;
	display: block;
	text-decoration: underline;
	font-size: 16px;
	margin-left: 10px;
}
.top_choice_toggle{
    width: 320px;
    height: 170px;
    position: absolute;
    left: 0;
    top: 40px;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 20px 30px;
    background: #fff;
    -webkit-box-shadow: 0px 2px 25px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 2px 25px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 2px 25px 0px rgba(50, 50, 50, 0.75);
    display: none;
    opacity: 0;
	z-index:1;
}
.top_choice_toggle:before{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    left: 90px;
    top: -10px;
}
.top_choice_toggle p span{
    font-weight: 700;
}
.top_choice .top_choice_toggle p{
    float: none;
    width: 100%;
    font-size: 16px;
    margin-bottom: 9px;
}
.top_choice_toggle a{
    color: #fff;
    text-align: center;
    background: #008f35;
    border-radius: 20px;
    padding: 5px 20px;
    display: inline-block;
	font-size: 16px;
}
.top_choice .top_choice_toggle>span{
    color: #b6b5b5;
    font-size: 14px;
    line-height: 14px;
    display: block;
    padding-right: 30px;
    margin-top: 15px;
}
#small-modal7 {
    position: relative;
    width: 870px;
    height: 680px;
    background: #fff;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 2px 25px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 2px 25px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 2px 25px 0px rgba(50, 50, 50, 0.75);
    border-radius: 5px;
    padding: 30px;
}
.gc_main_list{
    margin-bottom: 30px;
}
.gc_main_list li{
    list-style: none;
}
.gc_main_list li a{
    padding: 5px 50px 5px 10px;
    display: inline-block;
}
.gc_main_list li a:hover{
    background: #008f35;
    color: #fff;
}
.gc_main_list li .active{
    background: #008f35;
    color: #fff;
}
.gc_list{
    box-sizing: border-box;
    padding-left: 15px;
}
.gc_list li{
    list-style: none;
    margin-bottom: 7px;
}
.gc_list li span{
    color: #009e58;
    display: inline-block;
    width: 30px;
}
.gc_list li a{
}
.gc_column{
    height: 620px;
    overflow-y: scroll;
    width: 270px;
    float: left;
}
.gcc_w2{
    width: 230px;
    box-sizing: border-box;
    padding-left: 25px;
    padding-top: 5px;
}
.gcc_w3{
    overflow-y: visible;
    width: 300px;
    float: right;
}
.gorod_search input{
    width: 250px;
    height: 30px;
    border: 1px solid #b6b5b5;
    display: block;
    border-radius: 15px;
    margin: 0 auto;
    box-sizing: border-box;
    padding-left: 40px;
    font: 16px 'robotocondensed';
    outline: none;
}
.gorod_search{
    position: relative;
}
.gorod_search:before{
    content: '';
    width: 19px;
    height: 18px;
    background: url("../images/ico22.png") no-repeat;
    position: absolute;
    left: 35px;
    top: 8px;
}
.gs_attention{
    color: #b6b5b5;
    line-height: 18px;
    margin-left: 30px;
    margin-top: 20px;
}
@media only screen and (max-width: 1023px) {
    #small-modal7{
        width: 670px;
        height: auto;
    }
    .gc_column{
        width: 100%;
        height: 200px;
        float: none;
        margin-bottom: 30px;
    }
    .gcc_w2{
        width: 100%;
        padding-left: 0;
    }
    .gcc_w3{
        width: 100%;
        float: none;
        height: 100px;
        margin-bottom: 0;
    }
    .gorod_search input{
        width: 100%;
    }
    .gorod_search:before{
        content: '';
        left: 10px;
    }
    .gs_attention{
        margin-left: 0;
        padding: 0;
    }
}
@media only screen and (max-width: 767px) {
    .arcticmodal-container_i2{
        padding: 0;
    }
    #small-modal7{
        width: 400px;
    }
}
@media only screen and (max-width: 479px) {
    #small-modal7{
        width: 300px;
    }
    .gcc_w3{
        height: auto;
        margin-bottom: 30px;
    }
    .top_choice_toggle{
        width: 300px;
        height: auto;
    }
     /*.top_choice p {
        display: block;
    }*/
    .top_choice_toggle a{
        font-size: 13px;
    }
    .top_choice{
        margin: 15px 0 0 0;
        box-sizing: border-box;
        padding-left: 0;
    }
    .top_choice p{
        overflow: hidden;
    }
    .gc_list{
        padding-left: 0;
    }
    .top_choice_toggle:before{
        content: '';
        left: 110px;

    }
}