* {
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
}

body {
    font-family: arial, sans-serif;
    background-color: #fff;
    color: #000;
    line-height: 1.3;
    min-width: 990px;
    font-size: 13px;
}

a {
    text-decoration: underline;
    color: #006fa2;
}

a:visited {
    text-decoration: underline;
    color: #066;
}

a:hover {
    color: #FF8900;
}

a img {
    border: none;
    vertical-align: middle;
}

small {
    font-size: 12px;
}

fieldset {
    border: none;
}

input {
    vertical-align: middle;
}

input,
textarea,
select {
    font-size: 13px;
    font-family: arial, sans-serif;
}

.clearer {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

p.right {
    text-align: right;
}

.top-ad {
    display: block;
    width: 728px;
    height: 90px;
    margin: 5px auto -10px auto;
}

.ol-popup {
    min-width: 200px;
    position: absolute;
    background-color: white;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    bottom: 12px;
    left: -50px;
}

.ol-popup:after, .ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.ol-popup:after {
    border-top-color: white;
    border-width: 10px;
    left: 48px;
    margin-left: -10px;
}

.ol-popup:before {
    border-top-color: #cccccc;
    border-width: 11px;
    left: 48px;
    margin-left: -11px;
}

.ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 8px;
}

.ol-popup-closer:after {
    content: "✖";
}

.not-found-image {
    height: 12rem !important;
    text-align: center !important;
}

.not-found-image img {
    height: 100% !important;
}

.not-found-title {
    margin: 0 !important;
    font-size: 9rem !important;
    font-weight: 400 !important;
    text-align: center !important;
}

.not-found-subtitle {
    margin: 0 !important;
    font-size: 2.5rem !important;
    text-align: center !important;
}

.not-found p {
    margin: 1rem 0 !important;
    color: gray !important;
    font-size: 1.8rem !important;
    text-align: center !important;
}

.not-found {
    margin: 4rem 0 6rem !important;
    color: #505050 !important;
}

.button {
    background: #37AE00 url(/static/images/button-overlay.png) repeat-x;
    display: inline-block;
    padding: 6px 15px 7px;
    color: #fff !important;
    text-decoration: none;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    position: relative;
    cursor: pointer;
    font-size: 13px !important;
    border: none;
    font-weight: bold;
    line-height: 1;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    margin-right: 3px;
    -webkit-transition: background .3s linear;
    -moz-transition: background .3s linear;
    -o-transition: background .3s linear;
}

.button:visited {
    color: #fff !important;
}

input.button {
    padding: 4px 12px 5px !important;
    color: #fff !important;
}

.button-small {
    padding: 3px 12px 4px;
}

input.button-small {
    padding: 1px 9px 2px !important;
}

.button:hover {
    background-color: #298200;
}

.button:active {
    top: 1px;
}

.error, .errorlist {
    color: red;
}

.page {
    padding: 0 40px;
    margin: 0 auto;
    overflow: hidden;
}

.content {
    float: left;
    width: 100%;
    margin-left: -24px;
    padding-left: 24px;
    padding-bottom: 3em;
}

.content-catalog {
    margin-left: -26px;
    padding-left: 26px;
}

.content h1 {
    font-size: 24px;
    font-weight: normal;
    margin: 0 0 7px 0;
}

.content a.rss {
    text-decoration: none;
    display: inline-block;
    background-position: 0 -850px;
    width: 16px;
    height: 16px;
    font-size: 12px;
    overflow: hidden;
    text-indent: 100px;
    $ display: inline;
    $ zoom: 1;
    $ vertical-align: middle;
}

.content h2 {
    font-size: 18px;
    font-weight: normal;
    margin: 14px 0 7px 0;
}

.content h3 {
    font-size: 13px;
    font-weight: bold;
    padding: 10px 0 0 0;
}

.content p {
    margin-bottom: 1em;
}

/*.content ol,*/
/*.content ul {*/
/*    !*margin-bottom: 1em;*!*/
/*    !*margin-left: 2em;*!*/
/*}*/

.content li {
    margin-bottom: .5em;
}

.content .reviews {
    margin-left: 0;
    list-style: none;
}

.reviews li {
    margin-bottom: 1em;
}

.breadcrumbs {
    padding-bottom: 5px;
}

.breadcrumbs a {
    color: #006FA2;
}

.breadcrumbs a:hover {
    color: #FF8900;
}

.breadcrumbs strong {
    font-weight: normal;
}

/*---------- Forms ----------*/
.honeypot {
    display: none;
}

.required {
    color: red;
}

.content form ul {
    list-style: none;
    margin-left: 0;
}

.content form li {
    margin-bottom: 1.5em;
    color: #888;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
    margin-bottom: 0;
}

.content label {
    display: block;
    font-weight: bold;
    color: #000;
    margin-bottom: 2px;
}

.content .cbx label {
    display: inline;
    margin: 0 0 0 .3em;
    font-weight: normal;
}

.content form .value,
.content form input,
.content form select,
.content form textarea {
    color: #000;
}

.content form textarea {
    width: 400px;
    height: 200px;
}

.content form a.value {
    color: #006fa2;
}

.content .submit input {
    overflow: visible;
    padding: 0 .5em;
}

.content form .attention {
    color: #000;
}

.content .errors {
    margin-bottom: 1em;
}

.content form .lr {
    overflow: hidden;
    zoom: 1;
}

.content form .l,
.content form .r {
    float: left;
    width: 400px;
    margin-right: 20px;
}

.content form .r {
    color: #000;
}

.content .errorlist {
    margin-top: 0;
    margin-bottom: 0;
}

.content .errorlist li {
    color: red;
    margin-bottom: 0;
}

.content form .map-wrap {
    color: #000;
}

.content form .map-wrap .inaccuracy {
    margin-left: 190px;
}

.content form textarea#id_driving_directions {
    height: 3em;
}

.content form .stars-radios {
    list-style: none;
    margin-left: -5px;
    position: relative;
}

.content form .stars-radios li {
    margin: 0 0 1px 0;
    overflow: hidden;
    zoom: 1;
}

.content form .stars-radios li label {
    float: left;
    font-weight: normal;
    color: #333;
    cursor: pointer;
    cursor: hand;
    padding: 2px 5px;
    opacity: .75;
}

.content form .stars-radios li label:hover,
.content form .stars-radios li.current label {
    background: #ffa;
    opacity: 1;
}

.content form .stars-radios li input {
    float: left;
    margin-right: .5em;
    margin-top: 2px;
}

.content form .stars-radios li .stars {
    margin-top: -4px;
}

.feedback-form label {
    font-weight: bold;
}

.feedback-form #id_subject {
    width: 400px;
}

.add-form-simple li input[type="text"] {
    width: 400px;
}

.add-form-simple li input[type="checkbox"] {
    margin: -2px 3px 0 0;
}

.add-form-simple li input#id_regulations,
#id_regulations,
#reg_id_regulations {
    width: auto;
    float: left;
    margin: 0 10px 0 0;
}

.add-form-simple .subtypes input,
.add-form-simple .submit input {
    width: auto;
}

.add-form-simple .subtypes ul {
    overflow: hidden;
    zoom: 1;
    margin: 5px 0 0 0;
}

.add-form-simple .subtypes li {
    float: left;
    margin: 0 1.5em 0 0;
}

.add-form-simple .subtypes li label {
    font-weight: normal;
}

.add-form-simple .tip {
    display: block;
    margin-bottom: 3px;
}

.add-form-simple textarea {
    vertical-align: middle;
}

.flash_entry {
    width: 600px;
    margin: 1em auto 1em auto;
    padding: 0.5em;
    background: #ffe7cc;
    text-align: center;
}

.flash_entry-error {
    background: #fcc;
}

.map-catalog,
.map-fp {
    height: 500px;
    margin-bottom: 1em;
    clear: both;
    margin-top: 6px;
}

.map-embed {
    height: 100%;
}

.sidebar .map-wrap {
    position: relative;
}

.sidebar .map,
.sidebar .map-outer {
    height: 350px;
    margin-top: 1px;
}

.map-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9000
}

.map-fullscreen .map {
    height: 100% !important;
}

.sidebar .map-wrap .save {
    position: absolute;
    top: 355px;
    right: 0;
    display: none;
}

.content .service-logo {
    float: right;
    margin: 15px 0 0;
}

.content .object-info {
    list-style: none;
    margin: 0;
}

.content .object-info ul {
    margin: 0;
}

.object-info strong {
    color: #333;
}

.object-info ul li {
    margin-bottom: .2em;
    list-style: square inside;
}

.object-info .cols {
    overflow: hidden;
    padding-top: 6px;
}

.object-info .cols li {
    width: 50%;
    float: left;
}

.gallery {
    margin-bottom: 1em;
}

.gallery img {
    margin-bottom: 4px;
}

.logreg {
    overflow: hidden;
}

.logreg .login-form {
    float: left;
    width: 49%;
}

.logreg .register-form {
    float: right;
    width: 49%;
}

.content .inaccuracy,
.fineprint {
    color: #999;
    font-size: .9em;
}

.content .inaccuracy a {
    color: #006fa2;
}

.content .news {
    list-style: none;
    margin-left: 0;
}

.content .news li {
    margin-bottom: 1em;
}

.content .news li em {
    color: #888;
    font-style: normal;
    margin-right: .1em;
}

.content .news .all {
    font-weight: bold;
    color: #007EBD;
}

.content .users-list,
.content .services-list,
.content .recent-reviews-list {
    list-style: none;
    margin-left: 0;
}

.content .services-list .discont {
    margin-left: 24px;
}

.content .recent-reviews-list {
    margin-left: -24px;
    position: relative;
}

.content .fp-recent {
    margin-bottom: 2px;
}

.content .fp-recent .recent-reviews-list {
    margin-left: 0;
}

.content .recent-reviews-list p {
    padding-left: 24px;
}

.content .recent-reviews-list p.service-wrap {
    padding-left: 0;
}

.content .recent-reviews-list .all {
    margin-top: -10px;
}

.content .recent-reviews-list .all,
.content .users-list .all {
    font-weight: bold;
    padding-left: 24px;
}

.content .recent-reviews-list .all a,
.content .users-list .all a {
    color: #006FA2;
}

.content .catalog-list {
    clear: both;
    padding-top: 5px;
    margin: 0;
}

.catalog-list .catalog-list-item {
    overflow: hidden;
    margin: 0 0 12px -24px;
    padding: 0 0 0 24px;
    line-height: 1.5;
    position: relative;

    -moz-box-shadow: 0px 1px 2px #777;
    -webkit-box-shadow: 0px 1px 3px #777;
    box-shadow: 0px 1px 3px #777;

    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;

    background: #fff url(/static/images/catalog-list-item.png) repeat-x 0 0;
    background-image: -moz-linear-gradient(100% 100% 90deg, #F8F8F8, #FFFFFF);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#F8F8F8));
}

.catalog-list .catalog-list-item .item-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: block;
    background: transparent url(/static/images/blank.gif) repeat 0 0;
}

.catalog-list .catalog-list-item-vip {
    background: #ffe url(/static/images/catalog-list-item-vip.png) repeat-x 0 0;
    background-image: -moz-linear-gradient(100% 100% 90deg, #FFFFEE, #FFFFFF);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#FFFFEE));
}

.catalog-list .catalog-list-item-adv {
    background: #ffe url(/static/images/catalog-list-item-vip.png) repeat-x 0 0;
    background-image: -moz-linear-gradient(100% 100% 90deg, #FFFFEE, #FFFFFF);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#FFFFEE));
}

.catalog-list .catalog-list-item:hover {
    background: #ffe;
    -moz-box-shadow: 0px 1px 2px #777;
    -webkit-box-shadow: 0px 1px 3px #777;
    box-shadow: 0px 1px 3px #777;

    -webkit-transition: background .4s ease-in;
    -moz-transition: background .4s ease-in;
    -o-transition: background .4s ease-in;
    transition: background .4s ease-in;
}

.catalog-list-item h2 {
    margin: 0 0 0 -24px;
    position: relative;
    padding-top: 3px;
}

.catalog-list-item .object-info {
    margin: 0 0 5px 0;
}

.catalog-list-item .excerpt {
    font-size: .9em;
    color: 222;
    font-weight: normal;
    line-height: 1.2;
}

.catalog-list-item-vip h2,
.catalog-list-item-vip,
.catalog-list-item-adv h2,
.catalog-list-item-adv {
    font-weight: bold;
}

.adlink {
    color: #FF8900;
    font-weight: bold;
}

.catalog-list-item-vip .viplink,
.catalog-list-item-adv .viplink {
    font-size: 10.5px;
    position: absolute;
    top: -3px;
    right: 10px;
    color: #FF8900;
    z-index: 101;
    text-decoration: none;
}

.catalog-list-item h2 a {
    color: #000;
}

.catalog-list-item h2 a:visited {
    color: #777;
}

.catalog-list-item .photo {
    display: block;
    float: right;
    margin: 10px;
}

.catalog-list-item .service-info li {
    margin-bottom: 2px;
}

a.rss,
#fancy_left_ico,
#fancy_right_ico,
#fancy_close,
.message-link,
.phone,
.city-select,
.header .menu li a.carwash,
.header .menu li a.petrolstation,
.header .menu li a.repairshop,
.header .menu li a.tireshop,
.header .menu li a.carrental,
.header .menu li a.insurance,
.header .menu li a.dealers,
.header .menu li a.add,
.header .menu li a.likeauto,
.content a.user,
.content a.add,
.content a.carwash,
.content a.petrolstation,
.content a.repairshop,
.content a.tireshop,
.content a.deal,
.content a.carrental,
.content a.insurance,
.content a.dealers,
.map .carwash,
.map .carwash-vip,
.map .petrolstation,
.map .petrolstation-vip,
.map .carrental,
.map .carrental-vip,
.map .insurance,
.map .insurance-vip,
.map .dealers,
.map .dealers-vip,
.map .repairshop,
.map .repairshop-vip,
.map .tireshop,
.map .tireshop-vip {
    background: transparent url("/static/images/icons.png?15") no-repeat 0 0;
    _background-image: url("/static/images/icons.gif?9");
}

.header .menu li a.likeauto,
.header .menu li a.add,
.header .menu li a.carwash,
.header .menu li a.petrolstation,
.header .menu li a.carrental,
.header .menu li a.insurance,
.header .menu li a.dealers,
.header .menu li a.repairshop,
.header .menu li a.tireshop {
    padding-left: 26px;
}

.content a.user,
.content a.add,
.content a.carwash,
.content a.petrolstation,
.content a.repairshop,
.content a.tireshop,
.content a.carrental,
.content a.insurance,
.content a.dealers,
.content a.deal {
    padding-left: 24px;
}

.map .carwash,
.map .carwash-vip,
.map .petrolstation,
.map .petrolstation-vip,
.map .carrental,
.map .carrental-vip,
.map .insurance,
.map .insurance-vip,
.map .dealers,
.map .dealers-vip,
.map .repairshop,
.map .repairshop-vip,
.map .tireshop,
.map .tireshop-vip {
    display: block;
    width: 22px;
    height: 22px;
    margin-top: 4px;
    margin-left: 4px;
}

.catalog-list-carwash .catalog-list-item-vip h2 a,
.catalog-list-carwash .catalog-list-item-adv h2 a,
.header a.carwash,
.footer a.carwash {
    color: #007ebd;
}

.map .carwash {
    background-position: 0 -150px;
}

.map .carwash-vip {
    background-position: 0 -1000px;
}

.header .menu li a.carwash {
    background-position: 0 0;
}

.map .carrental {
    background-position: 0 -1250px;
}

.map .carrental-vip {
    background-position: 0 -1295px;
}

.map .insurance {
    background-position: 0 -1512px;
}

.map .insurance-vip {
    background-position: 0 -1552px;
}

.map .dealers {
    background-position: -3px -1620px;
}

.map .dealers-vip {
    background-position: -3px -1663px;
}

.catalog-list-petrolstation .catalog-list-item-vip h2 a,
.catalog-list-petrolstation .catalog-list-item-adv h2 a,
.header a.petrolstation,
.footer a.petrolstation {
    color: #d60000;
}

.map .petrolstation {
    background-position: 0 -200px;
}

.map .petrolstation-vip {
    background-position: 0 -1050px;
}

.header .menu li a.petrolstation {
    background-position: 0 -50px;
}

.catalog-list-repairshop .catalog-list-item-vip h2 a,
.catalog-list-repairshop .catalog-list-item-adv h2 a,
.header a.repairshop,
.footer a.repairshop {
    color: #37ae00;
}

.map .repairshop {
    background-position: 0 -250px;
}

.header .menu li a.repairshop {
    background-position: 0 -100px;
}

.map .repairshop-vip {
    background-position: 0 -950px;
}

.map .tireshop {
    background-position: 0 -400px;
}

.map .tireshop-vip {
    background-position: 0 -1100px;
}

.header .menu li a.tireshop {
    background-position: 0 -350px;
}

.catalog-list-tireshop .catalog-list-item-vip h2 a,
.catalog-list-tireshop .catalog-list-item-adv h2 a,
.header a.tireshop,
.footer a.tireshop {
    color: #767676;
}

.catalog-list-carrental .catalog-list-item-vip h2 a,
.catalog-list-carrental .catalog-list-item-adv h2 a,
.header a.carrental,
.footer a.carrental {
    color: #293991;
}

.catalog-list-insurance .catalog-list-item-vip h2 a,
.catalog-list-insurance .catalog-list-item-adv h2 a,
.header a.insurance,
.footer a.insurance {
    color: #009b6f;
}

.catalog-list-dealers .catalog-list-item-vip h2 a,
.catalog-list-dealers .catalog-list-item-adv h2 a,
.header a.dealers,
.footer a.dealers {
    color: #f64335;
}

.header .menu li a.likeauto {
    background-position: 0 -1200px;
}

div.likeauto {
    font-size: 11px;
    text-align: right;
    text-decoration: none;
    margin-top: -4px;
    color: #9e0b0f;
}

a.likeauto {
    color: #9e0b0f;
}

a.add,
a.add-noicon,
a.discounts {
    color: #FF8900;
}

a.add-inverse:hover,
a.add-inverse {
    background-color: #FF8900;
    color: #fff !important;
    padding: 0 3px;
}

a.add-noicon {
    font-weight: bold;
}

.content a.user {
    background-position: 3px -449px;
}

.content a.carwash {
    background-position: 0 -153px;
}

.content h2 a.carwash {
    background-position: 0 -150px;
}

.content a.petrolstation {
    background-position: 0 -203px;
}

.content h2 a.petrolstation {
    background-position: 0 -200px;
}

.content a.repairshop {
    background-position: 3px -254px;
}

.content h2 a.repairshop {
    background-position: 3px -251px;
}

.content a.tireshop {
    background-position: 1px -403px;
}

.content h2 a.tireshop {
    background-position: 1px -400px;
}

.content a.carrental {
    background-position: 2px -1250px;
}

.content a.insurance {
    background-position: 0 -1513px;
}

.content a.dealers {
    background-position: -2px -1627px;
}

.content a.deal {
    background-position: 1px -1150px;
}

a.message-link {
    background-position: 0px -648px;
    padding-left: 20px;
    color: #006FA2;
}

span.phone {
    background-position: 7px -901px;
    padding-left: 20px;
}

.header .menu li a.add,
.content a.add {
    background-position: 3px -298px;
    font-weight: bold;
    color: #FF8900;
}

.header .menu li a.add {
    background-position: 0 -295px;
    padding-left: 23px;
}

.pagination {
    text-align: center;
    padding-top: 10px;
    margin-bottom: 0;
    clear: both;
    font-size: 16px;
}

.pagination a,
.pagination span {
    margin: 0 .3em;
}

.pagination .back,
.pagination .next {
    text-decoration: none;
    margin: 0 1em;
    white-space: nowrap;
}

.pagination .back span,
.pagination .next span {
    text-decoration: underline;
}

.pagination .current {
    font-weight: bold;
}

.reviews li {
    margin-bottom: 2em;
}

.reviews li p {
    margin-bottom: .3em;
}

.reviews li.employee {
    font-weight: bold;
}

.reviews .myreview {
    background: #ffc;
}

.reviews .myreview form {
    display: none;
}

.reviews .update-review-link {
    color: #006FA2;
    text-decoration: none;
    border-bottom: 1px dashed #006FA2;
    margin: 0 .5em;
}

.reviews .review-meta .review-date {
    color: #888;
    margin-right: .3em;
}

.reviews .review-meta a.review-date:hover {
    color: #FF8900;
}

.reviews .update {
    color: #777;
    font-weight: bold;
}

.reviews .add-reply {
    font-size: .9em;
    text-align: right;
    margin-top: -.5em;
    position: relative;
}

.reviews .add-reply a {
    color: #999;
}

.reviews .add-reply a:hover {
    color: #006FA2;
}

.reviews .reply {
    margin-left: 33px;
}

.stars {
    width: 88px;
    height: 16px;
    line-height: 16px;
    background: transparent url(/static/images/stars.png?2) no-repeat 0 0;
    display: inline-block;
    text-indent: -1000px;
    overflow: hidden;
    vertical-align: middle;
}

.stars-4\.5 {
    background-position: 0 -16px;
}

.stars-4, .stars-4\.0 {
    background-position: 0 -32px;
}

.stars-3\.5 {
    background-position: 0 -48px;
}

.stars-3, .stars-3\.0 {
    background-position: 0 -64px;
}

.stars-2\.5 {
    background-position: 0 -80px;
}

.stars-2, .stars-2\.0 {
    background-position: 0 -96px;
}

.stars-1\.5 {
    background-position: 0 -112px;
}

.stars-1, .stars-1\.0 {
    background-position: 0 -128px;
}

.review-score .review-headline {
    font-weight: bold;
}

.content .main-wrap {
    width: 100%;
    margin-right: -40%;
    float: left;
}

.content-catalog .main-wrap {
    margin-right: -50%;
}

.content .main {
    margin-right: 40%;
    padding-right: 25px;
    padding-top: 1px;
    position: relative;
}

.content .main > .button {
    position: absolute;
    top: 40px;
    right: 24px;
    font-weight: normal;
    font-size: 25px !important;
    line-height: 30px;
    text-align: center;
}

.content .main h1 + .button {
    position: static;
    height: auto;
    font-size: 12px !important;
    padding: 0 10px;
    margin-bottom: 10px;
}

.content-catalog .main {
    margin-right: 50%;
}

.content .sidebar {
    width: 40%;
    float: left;
    padding-bottom: 2.5em;
}

.content-catalog .sidebar {
    width: 50%;
    padding-bottom: 0;
}

.map .YMaps-common-object-layer .YMaps-placemark:first-child {
    z-index: 112;
}

.map .YMaps-balloon {
    font-size: 12px;
    z-index: 999 !important;
}

.YMaps-btn-list,
.YMaps-btn-list .YMaps-btn-list-item {
    margin: 0 !important;
}

.map .YMaps-balloon h3 {
    font-weight: bold;
    font-size: 14px;
    padding: 0;
    margin: 0 0 .5em 0;
}

.map .YMaps-balloon p {
    margin: 0 0 .5em 0;
}

.map .YMaps-balloon .thumbnail {
    height: 100px;
    display: block;
    margin: 0 auto;
}

.cats {
    overflow: hidden;
    margin-right: -24px;
    position: relative;
    padding-right: 3px;
    padding-top: 1em;
}

.cats .cat {
    width: 25%;
    float: left;
}

.content .cat-carwash a {
    color: #007EBD;
}

.content .cat-petrolstation a {
    color: #D60000;
}

.content .cat-repairshop a {
    color: #37AE00;
}

.content .cat-tireshop a {
    color: #767676;
}

.content .cats ul {
    overflow: hidden;
    padding-right: 40px;
    list-style: none;
    font-size: 12px;
    margin-left: 0;
    padding-top: 6px;
}

.content .cats li {
    float: left;
    margin-right: 1em;
}

.content .fp-recent {
    overflow: hidden;
    margin-left: -24px;
    position: relative;
}

.content .fp-recent-left {
    float: left;
    width: 45%;
}

.content .fp-recent-right {
    float: right;
    width: 50%;
}

.content .fp-recent h2,
.content .fp-recent p,
.content .fp-recent h4 {
    padding-left: 24px;
}

.content .fp-recent h2 a {
    color: #000;
}

.content .fp-recent h4 a {
    color: #FF8900;
}

a.more {
    color: #006FA2;
}

.content .fp-recent .more:hover {
    color: #FF8900;
}

.content .fp-recent h4 img {
    display: block;
    margin-bottom: .5em;
}

.content .fp-recent .news {
    padding-left: 24px;
}

.content ul.site-features,
.sidebar ul.site-features {
    list-style: none;
    margin-left: 0;
}

.sidebar ul.site-features {
    margin-left: -24px;
}

.sidebar ol.site-features {
    margin-left: 0;
}

ul.site-features li {
    padding-left: 24px;
    background: #fff url(/static/images/tick.png) no-repeat 0 center;
}

.site-features li {
    font-size: 18px;
    font-weight: bold;
    color: #298200;
    color: #468d3f;
    margin-bottom: .7em;
}

.site-features li img {
    display: block;
    margin: 5px 0 20px 0;
}

.post {
    width: 500px;
}

.post table {
    border-collapse: collapse;
    table-layout: fixed;
    margin-left: 1px;
}

.post td,
.post th {
    text-align: left;
    vertical-align: top;
    border: 1px solid #ccc;
    padding: .2em .4em;
}

.expired-notice {
    font-weight: bold;
}

.expired-notice a {
    color: #006FA2;
}

.post-expired {
    color: #999;
}

/*---------- Header ----------*/
.header {
    padding: 25px 0 0 0;
    position: relative;
    z-index: 998;
}

strong.logo {
    display: block;
    float: left;
}

.logo-wrap {
    height: 56px;
    float: left;
    position: relative;
}

.city-select {
    background-position: 10px -599px;
    padding: 1px 0 1px 33px;
    margin: 26px 0 0;
    cursor: pointer;
    position: absolute;
    left: 100%;
    width: 600px;
    top: 0;
    z-index: 99;
}

.city-select .cities {
    display: none;
    position: absolute;
    border: 1px solid #FF8900;
    background: #fff;
}

.city-select-active .cities {
    display: block;
}

.city-select span {
    color: #999;
    font-size: .9em;
}

.city-select h3 {
    font-size: 1em;
    font-weight: bold;
    color: #555;
    border-bottom: none;
    padding: 8px 0 0 10px;
    white-space: nowrap;
}

.city-select ul {
    float: left;
    list-style: none;
    padding: 10px;
}

.city-select ul li {
    padding: 1px 0;
}

.header .logo,
.header .logo a {
    font-size: 48px;
    color: #ff8900;
    text-decoration: none;
    font-weight: normal;
    display: block;
}

.header .tagline {
    color: #444444;
    padding: 0 0 0 3px;
}

.header .hello {
    right: 0;
    position: absolute;
    top: 45px;
}

.header .hello .exit-link {
    margin-left: 1em;
}

.header .menu {
    font-size: 17px;
    overflow: hidden;
    list-style: none;
    margin: 30px 0 20px;
}

.header .menu li {
    float: left;
    margin-right: 1em;
    color: #FF8900;
}

.header .menu li.current {
    font-weight: bold;
}

.header .menu li a {
    padding: 1px 0 2px;
}

.header .search-form {
    position: absolute;
    top: 65px;
    right: -9px;
    width: 300px;
}

/*---------- Footer site map ----------*/
.footer_map {
    color: #555;
    padding: 1em;
    background-color: #f7f7f7;
    overflow: hidden;
    font-size: 12px;
    clear: both;
    border-top: 1px solid #eee;
}

.footer_map h3 {
    font-size: 0.9em;
}

.footer_map a {
    color: #006FA2;
}

.footer_map ul {
    list-style: none;
}

.footer_map ul li a {
    color: #555;
    text-decoration: none;
    font-size: .9em;
}

.footer_map ul ul {
    padding-left: 10px;
}

.footer_map_cities {
    float: left;
    margin: 0px 20px 0px 0px;
}

/*---------- Footer ----------*/
.footer {
    color: #555;
    border-top: 1px solid #eee;
    padding: 1em 0;
    margin-top: 2em;
    overflow: hidden;
    font-size: 12px;
    clear: both;
    position: relative;
}

.footer h3 {
    font-size: 1em;
}

.footer a {
    color: #006FA2;
}

.footer ul {
    list-style: none;
}

.footer li {
    margin-bottom: .2em;
}

.footer .footer_cities,
.footer .footer_types,
.footer .footer_useful,
.footer .footer_staff {
    float: left;
    margin-right: 60px;
}

.footer .footer_misc {
    float: right;
}

.footer .footer_cities {
    overflow: hidden;
    margin-right: 40px;
}

.footer .footer_cities ul {
    float: left;
    padding-right: 20px;
}

.footer a.about_autoservices {
    color: #FF8900;
    font-weight: bold;
}

/*---------- Filter ----------*/
.content .filter {
    overflow: hidden;
    list-style: none;
    margin-left: 0;
    margin-bottom: 1em;
    padding-left: 4px;
    margin-left: -4px;
    position: relative;
    padding-top: 2px;
}

.filter li {
    float: left;
    margin-right: .8em;
    white-space: nowrap;
}

.filter strong {
    background: #ffc47f;
    font-weight: normal;
    padding: 0 4px;
    margin: 0 -4px;
}

.filter .count {
    color: #777;
    margin-left: .2em;
    vertical-align: baseline;
    position: relative;
    top: -0.4em;
    font-size: 11px;
    margin-left: -.1em;
}

.filter li a {
    color: #006fa2;
}

.filter li a:hover {
    color: #FF8900;
}

/*---------- Adv ----------*/
.adv {
    overflow: hidden;
    padding-top: 14px;
    margin-bottom: 1em;
}

.fp-recent-right .adv {
    margin-left: -11px;
    margin-top: 13px;
}

.adv .inner {
    border: 1px solid #FF8900;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    padding: 12px 12px 8px 6px;
    float: left;
}

.adv h2 {
    padding: 0 4px !important;
    margin: 0 !important;
    position: absolute;
    top: -14px;
    left: 26px;
    background: #fff;
}

.adv h2 a {
    text-decoration: none;
    color: #000 !important;
}

.adv h2 a:hover {
    color: #FF8900 !important;
    text-decoration: underline;
}

.adv ul {
    margin: 0 !important;
}

.adv ul a:hover {
    color: #FF8900;
}

/*---------- Search page ----------*/
.content .search-results h1 {
    padding-bottom: 0;
}

.search-results iframe {
    width: 100% !important;
}

/*---------- Partners page ----------*/
.content .partners {
    list-style: none;
    margin-left: 0;
    font-size: 12px;
}

.content .partners li {
    margin-bottom: 1em;
    overflow: hidden;
}

.content .partners li img {
    margin-right: .5em;
    display: block;
    float: left;
    width: 88px;
    height: 31px;
    overflow: hidden;
}

/*---------- Stats page ----------*/
.stats-table {
    border-collapse: collapse;
    margin-bottom: 2em;
}

.stats-table .alt {
    background-color: #f6f7fb;
}

.stats-table th {
    font-size: 12px;
    width: 90px;
}

.stats-table thead th,
.stats-table td {
    text-align: right;
    padding: 2px;
    padding-right: 5px;
}

.stats-table tbody th {
    text-align: left;
    padding: 2px;
    padding-left: 5px;
    width: 90px;
}

/*---------- Fancybox ----------*/
#fancy_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #666;
    display: none;
    z-index: 1001;
}

#fancy_wrap {
    text-align: left;
}

#fancy_loading {
    position: absolute;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: none;
    overflow: hidden;
    background: transparent;
    z-index: 100;
}

#fancy_loading div {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 480px;
    background: transparent url('/static/images/fancy_progress.png') no-repeat;
}

#fancy_loading_overlay {
    position: absolute;
    background-color: #FFF;
    z-index: 30;
}

#fancy_outer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

#fancy_inner {
    position: relative;
    width: 100%;
    height: 100%;
    border: 1px solid #BBB;
    background: #FFF;
    -moz-box-shadow: 0 0 10px #555;
    -webkit-box-shadow: 0 0 10px #555;
    box-shadow: 0px 0 10px #555;
}

#fancy_content {
    margin: 0;
    z-index: 100;
    position: absolute;
}

#fancy_div {
    background: #000;
    color: #FFF;
    height: 100%;
    width: 100%;
    z-index: 2000;
}

#fancy_img {
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 2000;
    width: 100%;
    height: 100%;
}

#fancy_close {
    position: absolute;
    top: -12px;
    right: -15px;
    height: 30px;
    width: 30px;
    background-position: 0 -700px;
    cursor: pointer;
    z-index: 181;
    display: none;
}

#fancy_frame {
    position: relative;
    width: 100%;
    height: 100%;
    display: none;
}

#fancy_ajax {
    width: 100%;
    height: 100%;
    overflow: auto;
}

#fancy_left,
#fancy_right {
    position: absolute;
    bottom: 0px;
    height: 100%;
    width: 35%;
    cursor: pointer;
    z-index: 111;
    display: none;
    background-image: url(data:image/gif;base64,AAAA);
    outline: none;
}

#fancy_left {
    left: 0px;
}

#fancy_right {
    right: 0px;
}

.fancy_ico {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    z-index: 112;
    cursor: pointer;
    display: block;
}

#fancy_left_ico {
    left: -9999px;
    background-position: 0 -800px;
}

#fancy_right_ico {
    right: -9999px;
    background-position: 0 -750px;
}

#fancy_left:hover {
    visibility: visible;
}

#fancy_right:hover {
    visibility: visible;
}

#fancy_left:hover span {
    left: 20px;
}

#fancy_right:hover span {
    right: 20px;
}

.fancy_bigIframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}

#fancy_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 70;
    border: 0;
    padding: 0;
    margin: 0;
}

.adv-price-table {
    border-collapse: collapse;
    margin-bottom: 1em;
}

.adv-price-table td,
.adv-price-table th {
    vertical-align: bottom;
    padding: 5px 10px;
    border: 1px solid #eee;
    text-align: left;
}

.adv-price-table th {
    font-size: .9em;
}

#bookmarks_share a {
    white-space: nowrap;
}

#bookmarks_share #bookmarks_dropdown {
    top: 23px !important;
}

.content #bookmarks_share img {
    display: inline !important;
}

.details-share {
    padding-top: 1em;
    padding-bottom: 9px;
    width: 100%;
    float: left;
}

.vkontakte-share {
    margin-right: 2em;
    float: left;
}

.contact_us {
    overflow: hidden;
    zoom: 1;
    margin-left: -14px;
    line-height: 1.6;
    padding: 4px;
    margin-bottom: 1em;
    position: relative;
}

.contact_us .inner {
    background: #ffc;
    float: left;
    padding: 4px 10px 4px 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;

    -moz-box-shadow: 0px 0px 3px #ccc;
    -webkit-box-shadow: 0px 0px 4px #ccc;
    box-shadow: 0px 0px 4px #ccc;
    $ border: 1px solid #ccc;
}

.contact_us h3 {
    padding: 0;
}

.fp-add {
    margin-left: 8px;
    padding-top: 2px;
    position: relative;
}

.fp-add a {
    float: left;
    display: block;
    margin: 0 50px 0 0;
}

.fp-add .button {
    font-size: 28px !important;
    padding: 16px 15px 19px 15px;
    margin-bottom: 5px;
}

.fp-add .button span {
    letter-spacing: -.3px;
}

.fp-add .more {
    color: #006FA2;
    margin-left: 100px;
}

@media print {
    form,
    .button,
    .inaccuracy,
    .adv,
    #bookmarks_share,
    .YMaps-buttons,
    .YMaps-slider,
    .footer {
        display: none !important;
    }
}

.maintile {
    overflow: hidden;
    margin-right: -24px;
    position: relative;
    padding-right: 3px;
    padding-top: 1em;
}

.content .maintile-left {
    float: left;
    width: 69%;
}

.content .maintile-left-inner {
    float: left;
    width: 49%;
}

.content .maintile-right {
    float: right;
    width: 30%;
}

.content .maintile ul {
    overflow: hidden;
    padding-right: 40px;
    list-style: none;
    font-size: 12px;
    margin-left: 0px;
    padding-top: 6px;
}

.content .maintile li {
    float: left;
    margin-right: 1em;
    white-space: nowrap;
}

.content .maintile .maintile-search-for a {
    color: #FF8900;
}

.content .maintile h4 img {
    display: block;
    margin-bottom: .5em;
    padding-top: 3px;
}

.inner-tile {
    width: 100%;
}

.inner-tile-left {
    width: 51%;
    float: left;
}

.inner-tile-right {
    width: 48%;
    float: left;
    margin-top: -15px;
}

.item-tile-left {
    width: 60%;
    float: left;
}

.item-tile-right {
    width: 39%;
    float: left;
}

div.social_petrol {
    float: left;
    font-size: 12px;
    padding: 0px 0px 0px 44px;
    margin-bottom: 10px;
    color: #555;
    background-image: url("/static/images/line_chart.png");
    background-repeat: no-repeat;
    background-position: 0% 20%;
}

div.social_petrol p {
    font-size: 9px;
}

#vk_like {
    float: right;
}

h2.sub_work {
    margin-top: -10px;
    color: #555;
}

#t13nc-cse-search-box {
    display: none;
}

#main_swf {
    padding-left: 0px;
}

.group {
    width: 160px;
    display: block;
    float: left;
    margin-right: 6px;
}

.group_mobile {
    float: left;
}

.group_counters {
    position: absolute;
    bottom: 10px;
    right: 0;
}

.group a img {
    margin-bottom: 10px;
}

/* Убрал окантовку таблице текст адверт

#txtads_block_312427002 .txtads_adv{
	 border: 0px solid #622678 !important;
}*/
.top_banner {
    position: relative;
    z-index: 1;
}

.profile_column {
    width: 30%;
    float: left;
}

.profile_column form textarea {
    width: 100%;
}

.profile_comment {
    float: left;
    width: 30%;
    margin: 0 0 0 3%;
}

.profile_comment .reviews li {
    margin: 0 0 10px;
}

.gallery .gallery_item {
    float: left;
    position: relative;
    text-align: center;
}

.gallery .gallery_item span {
    color: #f00;
    cursor: pointer;
}

.hidden {
    display: none;
}

#online_record_dialog label {
    display: block;
    margin: 10px 0 0;
}

.ui-dialog {
    z-index: 999 !important;
    position: fixed !important;
}

.ui-widget-header {
    background: #37AE00 url(/static/images/button-overlay.png) repeat-x !important;
}

.content .autoservice_title {
    margin: 5px 250px 7px 0;
}

#online_record_dialog ul {
    list-style-type: none;
    position: relative;
    left: 170px;
    top: 50px;
    margin: -20px 0 0;
    width: 140px;
}

#online_record_dialog ul li {
    display: inline;
}

#big_map {
    margin: 0;
}

#autoservices_map {
    display: none;
    padding: 0;
}

.header .menu li a.carrental {
    background-position: -3px -1359px;
}

.header .menu li a.insurance {
    background-position: -3px -1418px;
}

.header .menu li a.dealers {
    background-position: -3px -1591px;
}

.content h2 a.carrental {
    background: #FFF url('/static/images/icons.png') no-repeat 4px -1246px;
}

.content h2 a.insurance {
    background: #FFF url('/static/images/icons.png') no-repeat 4px -1509px;
}

.content h2 a.dealers {
    background: #FFF url('/static/images/icons.png') no-repeat 0 -1624px;
}

.archive {
    background: url('/static/images/archive.jpg') 0 0 no-repeat,
    url('/static/images/lightning.jpg') 0 0 repeat-x, #fffec6;
    font-size: 14px;
    padding: 50px 0 10px 10px;
    margin: 0 0 5px;
}

.hreview-aggregate {
    height: 25px;
    line-height: 25px;
}

label[for='id_q'] {
    margin: 20px 0 0;
}

#cse-search-box #id_q {
    width: 465px;
    border: 1px solid #999;
    padding: 3px;
}

.search_submit {
    padding: 3px;
    margin: 0 0 0 5px;
}

#page-download {
    padding: 30px 0 0 0;
}

#page-download .icon {
    display: inline-block;
}

#page-download .social-icons {
    padding: 10px 0 0 0;
}

#page-download .social-icons .social_span {
    position: relative;
    display: inline-block;
}

#page-download .social-icons .social_span .c1 {
    border: none;
    overflow: hidden;
    height: 20px;
    width: 80px;
}

#page-download .social-icons .social_span .gray-tell {
    color: #d3d3d3;
    margin: 0 15px 0 0;
    display: inline-block;
    vertical-align: top;
}

#page-download .text-block .text {
    width: 60%;
    /*            margin:0 auto;*/
    padding-bottom: 10px;
    line-height: 30px;
    font-size: 18px;
}

#page-download .text-block .text h1 {
    color: #ff9900;
    font-size: 40px;
}

#page-download .text-block .text .btns .btn.btn-default {
    text-align: center;
    margin: 10px 0 6px 0;
    background: rgba(246, 129, 33, 0);
    border: 3px solid #fff;
    border-radius: 3px;
    font-family: 'open sans', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    position: relative;
    padding: 12px 50px;
    color: #ff8833;
    font-size: 18px;
    font-family: 'open sans', sans-serif;
    border-color: #666666;
    border-radius: 3px;
    border-width: 3px;
    background-color: #666666;
    cursor: pointer;
}

#page-download .text-block .text .btns .gray-button {
    color: #666666;
    cursor: pointer;
    display: block;
}

.bg_yellow {
    background: #ffde48;
    padding: 8px;
}

/* создание скролящегося меню в base.html*/

.base_header .menu {
    display: flex;
    overflow-x: auto !important;
    overflow-y: hidden !important;
}

.base_header .menu li {
    display: inline-block;
    white-space: nowrap;
    margin-bottom: 15px;
}

@media (max-width: 1230px) {
    .footer {
        display: grid;
    }

    .footer_cities, .footer_types, .footer_useful, .footer_staff, .group, .footer_misc {
        text-align: center;
        margin-right: 0 !important;
    }

    .footer_cities h3, .footer_types h3, .footer_useful h3, .footer_staff h3, .footer_misc h3 {
        font-size: 22px;
    }

    .footer .footer_cities ul {
        padding-right: 0 !important;
    }

    .footer_cities_town {
        float: unset !important;
    }

    .footer_cities .footer_cities_town {
        display: flex;
        justify-content: center;
        font-size: 18px;
        margin-bottom: 1%;
        padding-right: 0 !important;
    }

    .footer_cities .footer_cities_town li {
        margin-right: 1%;
        margin-left: 1%;
    }

    .footer_cities .footer_cities_sto {
        font-size: 20px;
        margin-bottom: 1%;
        padding-right: 0 !important;
    }

    .footer_cities .footer_cities_sto li {
        display: inline-block;
    }

    .footer_types ul li, .footer_staff ul li, .footer_useful ul li, .footer_misc ul li {
        font-size: 18px;
        display: inline-block;
        margin: 10px 1%;
    }

    .group, .group_mobile {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .group > *, .group_mobile > * {
        margin: 10px 1%;
    }
}

@media (max-width: 998px) {
    textarea#id_description {
        min-height: 400px;
    }

    textarea#id_driving_directions {
        max-height: 220px;
    }

    .base_content .main {
        margin-right: 0;
    }

    #page-download .text-block .text {
        width: 100%;
    }

    .btns {
        text-align: center;
    }

    .content .main {
        padding-right: 0 !important;
    }

    .header .logo, .header .logo a {
        font-size: 72px;
    }

    #page-download .social-icons {
        margin: 20px 0;
        display: block;
        width: 100%;
    }

    #page-download .text-block .text h1 {
        color: #ff9900;
        font-size: 34px;
    }

    .logo-wrap {
        position: inherit;
        float: inherit;
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        height: auto;
    }

    .city-select {
        width: 100%;
        margin: 0;
        padding: 0;
        left: 0;
        top: 0;
        font-size: 28px;
        display: flex;
        height: auto;
        position: unset;
        background-position: 5px -595px;
    }

    .cities {
        width: 100%;
    }

    .tagline {
        font-size: 22px;
    }

    .header .hello {
        position: unset;
        font-size: 22px;
    }

    .header .search-form {
        position: unset;
    }

    .city-select span {
        font-size: 20px;
        font-weight: 600;
        padding-left: 40px;
    }

    .city-select ul li {
        font-size: 22px;
    }

    .search-form {
        width: 100% !important;
    }

    .gsc-input input[type="text"] {
        background-size: 75px !important;
        height: 40px !important;
        font-size: 30px !important;
    }

    .gsc-input input[type="text"]::placeholder {
        font-size: 26px !important;
        padding-left: 35px;
    }

    .gsc-search-button .gsc-search-button-v2 {
        height: 40px !important;
    }

    .base_header .menu li {
        font-size: 20px;
    }

    .content h1 {
        font-size: 32px;
    }

    .main_p {
        font-size: 18px;
    }

    .content label {
        font-size: 26px;
    }

    input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], select, textarea, .select2-container--default .select2-selection--single, .select2-selection--multiple {
        padding: 15px 10px !important;
        font-size: 22px !important;
        height: auto !important;
    }

    .form-prompt {
        font-size: 16px !important;
    }

    .select2-results__option[aria-selected] {
        font-size: 22px;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
        font-size: 22px;
    }

    .button_orange {
        font-size: 22px !important;
    }

    .submit span {
        font-size: 16px;
    }

    .add-form-simple li input[type="checkbox"] {
        height: 18px;
        width: 18px;
    }

    .footer {
        display: grid;
    }

    .footer_cities, .footer_types, .footer_useful, .footer_staff, .group, .footer_misc {
        text-align: center;
        margin-right: 0 !important;
    }

    .footer_cities h3, .footer_types h3, .footer_useful h3, .footer_staff h3, .footer_misc h3 {
        font-size: 22px;
    }

    .footer .footer_cities ul {
        padding-right: 0 !important;
    }

    .footer_cities_town {
        float: unset !important;
    }

    .footer_cities .footer_cities_town {
        display: flex;
        justify-content: center;
        font-size: 18px;
        margin-bottom: 1%;
        padding-right: 0 !important;
    }

    .footer_cities .footer_cities_town li {
        margin-right: 1%;
        margin-left: 1%;
    }

    .footer_cities .footer_cities_sto {
        font-size: 20px;
        margin-bottom: 1%;
        padding-right: 0 !important;
    }

    .footer_cities .footer_cities_sto li {
        display: inline-block;
    }

    .footer_types ul li, .footer_staff ul li, .footer_useful ul li, .footer_misc ul li {
        font-size: 18px;
        display: inline-block;
        margin: 10px 1%;
    }

    .group, .group_mobile {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .group > *, .group_mobile > * {
        margin: 10px 1%;
    }
}

/*Конец */

@media (max-width: 700px) {
    #page-download .text-block .text {
        width: 100%;
    }

    .btns {
        text-align: center;
    }

    .content .main {
        padding-right: 0 !important;
    }

    .header .logo, .header .logo a {
        font-size: 72px;
    }

    #page-download .social-icons {
        margin: 20px 0;
        display: block;
        width: 100%;
    }

    #page-download .text-block .text h1 {
        color: #ff9900;
        font-size: 34px;
    }

    .logo-wrap {
        position: inherit;
        float: inherit;
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        height: auto;
    }

    .city-select {
        width: 100%;
        margin: 0;
        padding: 0;
        left: 0;
        top: 0;
        font-size: 28px;
        display: flex;
        height: auto;
        position: unset;
        background-position: 5px -588px;
    }

    .cities {
        width: 100%;
    }

    .tagline {
        font-size: 28px;
    }

    .header .hello {
        position: unset;
        font-size: 28px;
    }

    .header .search-form {
        position: unset;
    }

    .city-select span {
        font-size: 26px;
        font-weight: 600;
        padding-left: 40px;
    }

    .city-select ul li {
        font-size: 32px;
    }

    .search-form {
        width: 100% !important;
    }

    .gsc-input input[type="text"] {
        background-size: 75px !important;
        height: 40px !important;
        font-size: 30px !important;
    }

    .gsc-input input[type="text"]::placeholder {
        font-size: 26px !important;
        padding-left: 35px;
    }

    .gsc-search-button .gsc-search-button-v2 {
        height: 40px !important;
    }

    .base_header .menu li {
        font-size: 26px;
    }

    .content h1 {
        font-size: 38px;
    }

    .main_p {
        font-size: 22px;
    }

    .content label {
        font-size: 32px;
    }

    input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], select, textarea, .select2-container--default .select2-selection--single, .select2-selection--multiple {
        padding: 15px 10px !important;
        font-size: 30px !important;
        height: auto !important;
    }

    .form-prompt {
        font-size: 18px !important;
    }

    .select2-results__option[aria-selected] {
        font-size: 22px;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
        font-size: 28px;
    }

    .button_orange {
        font-size: 28px !important;
    }

    .submit span {
        font-size: 20px;
    }

    .add-form-simple li input[type="checkbox"] {
        height: 25px;
        width: 25px;
    }

    .footer {
        display: grid;
    }

    .footer_cities, .footer_types, .footer_useful, .footer_staff, .group, .footer_misc {
        text-align: center;
        margin-right: 0 !important;
    }

    .footer_cities h3, .footer_types h3, .footer_useful h3, .footer_staff h3, .footer_misc h3 {
        font-size: 26px;
    }

    .footer .footer_cities ul {
        padding-right: 0 !important;
    }

    .footer_cities_town {
        float: unset !important;
    }

    .footer_cities .footer_cities_town {
        display: flex;
        justify-content: center;
        font-size: 20px;
        margin-bottom: 1%;
        padding-right: 0 !important;
    }

    .footer_cities .footer_cities_town li {
        margin-right: 1%;
        margin-left: 1%;
    }

    .footer_cities .footer_cities_sto {
        font-size: 20px;
        margin-bottom: 1%;
        padding-right: 0 !important;
    }

    .footer_cities .footer_cities_sto li {
        display: inline-block;
    }

    .footer_types ul li, .footer_staff ul li, .footer_useful ul li, .footer_misc ul li {
        font-size: 20px;
        display: inline-block;
        margin: 10px 1%;
    }

    .group, .group_mobile {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .group > *, .group_mobile > * {
        margin: 10px 1%;
    }
}

@media (max-width: 500px) {
    .content .main {
        padding-right: 0 !important;
    }

    .header .logo, .header .logo a {
        font-size: 72px;
    }

    #page-download .social-icons {
        margin: 20px 0;
        display: block;
        width: 100%;
    }

    #page-download .text-block .text h1 {
        color: #ff9900;
        font-size: 34px;
    }

    .logo-wrap {
        position: inherit;
        float: inherit;
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        height: auto;
    }

    .city-select {
        width: 100%;
        margin: 0;
        padding: 0;
        left: 0;
        top: 0;
        font-size: 28px;
        display: flex;
        height: auto;
        position: unset;
        background-position: 5px -588px;
    }

    .cities {
        width: 100%;
    }

    .tagline {
        font-size: 36px;
    }

    .header .hello {
        position: unset;
        font-size: 36px;
    }

    .header .search-form {
        position: unset;
    }

    .city-select span {
        font-size: 32px;
        font-weight: 600;
        padding-left: 40px;
    }

    .city-select ul li {
        font-size: 40px;
    }

    .search-form {
        width: 100% !important;
    }

    .gsc-input input[type="text"] {
        background-size: 75px !important;
        height: 40px !important;
        font-size: 30px !important;
    }

    .gsc-input input[type="text"]::placeholder {
        font-size: 26px !important;
        padding-left: 35px;
    }

    .gsc-search-button .gsc-search-button-v2 {
        height: 40px !important;
    }

    .base_header .menu li {
        font-size: 30px;
    }

    .content h1 {
        font-size: 46px;
    }

    .main_p {
        font-size: 26px;
    }

    .content label {
        font-size: 36px;
    }

    input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], select, textarea, .select2-container--default .select2-selection--single, .select2-selection--multiple {
        padding: 15px 10px !important;
        height: auto !important;
        font-size: 34px !important;
    }

    .form-prompt {
        font-size: 24px !important;
    }

    .select2-results__option[aria-selected] {
        font-size: 26px;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
        font-size: 34px;
    }

    .button_orange {
        font-size: 32px !important;
    }

    .submit span {
        font-size: 20px;
    }

    .add-form-simple li input[type="checkbox"] {
        height: 25px;
        width: 25px;
    }

    .footer {
        display: grid;
    }

    .footer_cities, .footer_types, .footer_useful, .footer_staff, .group, .footer_misc {
        text-align: center;
        margin-right: 0 !important;
    }

    .footer_cities h3, .footer_types h3, .footer_useful h3, .footer_staff h3, .footer_misc h3 {
        font-size: 32px;
    }

    .footer .footer_cities ul {
        padding-right: 0 !important;
    }

    .footer_cities_town {
        float: unset !important;
    }

    .footer_cities .footer_cities_town {
        display: flex;
        justify-content: center;
        font-size: 24px;
        margin-bottom: 1%;
        padding-right: 0 !important;
    }

    .footer_cities .footer_cities_town li {
        margin-right: 1%;
        margin-left: 1%;
    }

    .footer_cities .footer_cities_sto {
        font-size: 24px;
        margin-bottom: 1%;
        padding-right: 0 !important;
    }

    .footer_cities .footer_cities_sto li {
        display: inline-block;
    }

    .footer_types ul li, .footer_staff ul li, .footer_useful ul li, .footer_misc ul li {
        font-size: 24px;
        display: inline-block;
        margin: 10px 1%;
    }

    .group, .group_mobile {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .group > *, .group_mobile > * {
        margin: 10px 1%;
    }
}

.content h1 .button {
    top: -5px;
}

.multiselect10 {
    width: 405px
}

.modal-content-custom {
    border-radius: 10px
}

.modal-header-custom {
    background-color: #ffeed9;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    border-color: #b3b3b3;
}

.close-custom {
    position: absolute;
    top: -30px;
    right: -30px;
    opacity: .4;
}

.modal-dialog-custom {
    width: 400px;
    margin: 100px auto
}

.modal-button-custom {
    transform: rotate(-90deg);
    height: 50px;
    width: 214px;
    padding: 7px 15px;
    position: fixed;
    right: 0px;
    font-size: 18px;
    color: rgb(255, 255, 255);
    background-color: #ff8900;
    z-index: 999;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    border-radius: 10px 10px 0 0;
    margin-right: -83px;
    top: 50%;
    margin-top: -16.5px;
    text-shadow: none;
}

.modal-button-icon {
    transform: rotate(90deg);
    margin-right: 10px;
}

.form-group-custom {
    margin-bottom: 20px;
}

.modal-submit-button-custom {
    background-color: #ff8900;
    border: none
}

.w-100 {
    width: 100%;
}

.select2-container {
    display: block;
}

.select2-selection--single {
    height: 34px !important;
    padding: 2px 1px 1px 1px;
    border-color: #b3b3b3;
}

.form-control-custom {
    border-color: #b3b3b3;
}

.login-button {
    text-decoration: none;
    color: #ff8900;
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    padding: 12px 20px;
}

.login-button:hover {
    background-color: #ffffff;
    color: #ff8900;
}

.mr-10 {
    margin-right: 10px;
}

.search-custom {
    margin-right: 30px;
    text-decoration: none;
    color: black;
    font-size: 12pt;
}

.search-custom:visited {
    text-decoration: none;
    color: black;
}