

/* Start:/map/style.css?17575809554253*/
.adress-header {
    padding-top: 50px;
}

.adress-header .row {
    justify-content: center;
}

.adress-header .title {
    margin-bottom: 40px;
}

.adress-header .title:after {
    content: none;
}

.assessment .row {
    flex-direction: column;
}

.filters {
    background: #364790;
    box-shadow: 0px 2px 12px rgba(39, 48, 85, 0.3);
    color: #fff;
    padding: 40px 15px;
    position: relative;
    z-index: 1;
}

.filters:before,
.filters:after {
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    top: 20px;
    width: 210px;
    height: 194px;
    background: url("/assets/img/corner-left-fl.svg") no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    pointer-events: none;
    z-index: -1;
}

.filters:after {
    background: url("/assets/img/corner-right-fl.svg") no-repeat;
    left: auto;
    right: 20px;
    bottom: 20px;
    top: auto;
}

.filtering-wrap,
.filters-wrap,
.pledge-wrap {
    display: flex;
    flex-wrap: wrap;
}

.filtering-wrap {
    width: 100%;
}

.filters-wrap {
    width: 57.5%;
}

.filter {
    width: 300px;
}

.filters-wrap .filter:nth-child(even) {
    margin-left: auto;
}

.filter h6 {
    font-size: 17px;
    line-height: 113.9%;
    color: #BEC6E9;
    margin-bottom: 14px;
}

.filter p {
    font-size: 17px;
    line-height: 113.9%;
    margin-bottom: 40px;
    border-bottom: 0.8px solid #B1B9DA;
    padding-bottom: 7px;
    position: relative;
}

.filters-wrap .filter:nth-child(3) p,
.filters-wrap .filter:nth-child(4) p,
.pledge-wrap .pledge:nth-child(3) p,
.pledge-wrap .pledge:nth-child(4) p {
    margin-bottom: 0;
}

.filter img {
    float: right;
    position: absolute;
    right: 0;
}

.filter select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.reset-btn,
.shown-btn {
    font-size: 17px;
    line-height: 113.9%;
    color: #F5D40E;
    display: inline-block;
    padding-bottom: 7px;
    border-bottom-width: .86px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    margin-top: 10px;
}

.filter .reset-btn {
    border-bottom-color: #F5D40E;
}

.shown-btn {
    margin-left: 31px;
}

.pledge-wrap {
    width: 33.5%;
    margin-left: auto;
    align-items: center;
}

.pledge {
    width: 180px;
}

.pledge-wrap .pledge:nth-child(even) {
    margin-left: auto;
}

.pledge img {
    float: left;
    margin-right: 12px;
}

.pledge p {
    font-size: 15px;
    line-height: 114.4%;
    margin-bottom: 0;
}

.outer-items {
    background: #F7F7F7;
    padding: 80px 0 90px;
}

.adress-wrap {
    width: 495px;
    padding-right: 20px;
}

.adress-item {
    display: flex;
    align-items: center;
    padding-bottom: 23px;
    border-bottom: 0.4px solid #CCCCCC;
    padding-top: 20px;
}

.adr-w {
    width: 300px;
}

.adr-w p img {
    float: left;
    margin-right: 13px;
}

.city-name,
.adr {
    display: block;
    font-size: 17px;
    line-height: 113.9%;
    color: #323A5D;
    margin-bottom: 11px;
}

.city-name{
    font-weight: 300;
}

.adr-w p+p,
.adr {
    margin-bottom: 0;
}

.adr-w p+p img {
    margin-right: 25px;
}

.gold-wrap {
    width: calc(100% - 324px);
    margin-left: 24px;
}

.map-wrap {
    width: calc(100% - 525px);
    margin-left: 30px;
    box-shadow: -2px 4px 12px rgba(114, 114, 114, 0.15);
}

#map {
    width: 100%;
}

.assessment {
    padding: 80px 0 45px;
}

.subtitle {
    font-size: 25px;
    line-height: 113.9%;
    margin-bottom: 35px;
}

.assessment p {
    font-size: 17px;
    line-height: 135%;
    margin-bottom: 30px;
}

.assessment p+p {
    margin-bottom: 45px;
}

.list {
    margin-bottom: 13px!important;
}

.list img {
    margin-right: 14px;
}

.list+.list+.list {
    margin-bottom: 45px!important;
}
.outer-items{
	background: transparent;
}
@media (max-width: 580px) {
    .map-wrap {
        width: calc(100% - 5px);
        min-width: calc(100% - 5px);
        margin-left: 0;
        box-shadow: -2px 4px 12px rgba(114, 114, 114, 0.15);
    }
}
/* End */
/* /map/style.css?17575809554253 */
