@font-face {
    font-family: 'FuturaDemiC';
    src: url('fonts/FuturaDemiC/FuturaDemiC.eot?#iefix') format('embedded-opentype'),
        url('fonts/FuturaDemiC/FuturaDemiC.otf') format('opentype'),
        url('fonts/FuturaDemiC/FuturaDemiC.woff') format('woff'),
        url('fonts/FuturaDemiC/FuturaDemiC.ttf') format('truetype'),
        url('fonts/FuturaDemiC/FuturaDemiC.svg#FuturaDemiC') format('svg');
    font-weight: normal;
    font-style: normal; }

@font-face {
    font-family: 'FuturaBookC';
    src: url('fonts/FuturaBookC/FuturaBookC.eot?#iefix') format('embedded-opentype'),
        url('fonts/FuturaBookC/FuturaBookC.otf')  format('opentype'),
        url('fonts/FuturaBookC/FuturaBookC.woff') format('woff'),
        url('fonts/FuturaBookC/FuturaBookC.ttf')  format('truetype'),
        url('fonts/FuturaBookC/FuturaBookC.svg#FuturaBookC') format('svg');
    font-weight: normal;
    font-style: normal;
}
/******************************************************/
/******************* Bootstrap addon ******************/
/******************************************************/

label {
    font-weight: normal;
}
.container, .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 768px) {
    .container .row, .container-fluid .row {
        margin-left: 0;
        margin-right: 0;
    }
    .col-sm-12 {
        padding-left: 0;
        padding-right: 0;
    }
}

.nav-right {
    padding-right: 0;
}
.nav-bottom {
    margin-top: 0;
}
.nav-bottom.nav-tabs {
    border-bottom: none;
    border-top: 1px solid #3b4248;
}
.nav-right.nav-tabs > li {
    float: right;
}
.nav-bottom.nav-tabs > li {
    margin-bottom: initial;
    margin-top: -1px;
}
.nav-bottom.nav-tabs > li > a {
    border-radius: 0 0 4px 4px;
}
.nav-right.nav-tabs > li > a {
    margin-left: 2px;
}
.nav-bottom.nav-tabs > li > a:hover {
    border-color: #3b4248 #eeeeee #eeeeee #eeeeee;
}
.nav-bottom.nav-tabs > li.active > a,
.nav-bottom.nav-tabs > li.active > a:hover,
.nav-bottom.nav-tabs > li.active > a:focus {
    border: 1px solid #3b4248;
    border-top-color: transparent;
}

.new_mosparking  .dropdown-menu {
    list-style: none;
}

.breadcrumb li a {
    color: #8e8e8e;
    text-decoration: underline;
}

.btn {
    font-family: "FuturaDemiC", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;

    border: none;
    margin: 0;
    padding: 8px 20px;
    text-shadow: none!important;
    background-image: none;

    /*
    -webkit-box-shadow: -1px 1px 4px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: -1px 1px 4px 0px rgba(0,0,0,0.25);
    box-shadow: -1px 1px 4px 0px rgba(0,0,0,0.25);
    */
}

.btn-main {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    padding: 5px 16px;
    text-decoration: none;
    text-transform: none;
    border: none;
    margin: 0;
    text-shadow: none!important;
}

.form-inverse {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #70bf46;
    color: white;
    padding: 20px;
}

.form-inverse .form-control {
    border: none;
    box-shadow: none;
}

.form-inverse a {
    color: #ffffff!important;
    text-decoration: none !important;
    border-bottom: 1px dashed #ffffff;
}

.form-inverse .btn {
    color: #70bf46;
    background-color: #fff;

    width: 100%;

    -webkit-box-shadow: -1px 1px 4px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: -1px 1px 4px 0px rgba(0,0,0,0.25);
    box-shadow: -1px 1px 4px 0px rgba(0,0,0,0.25);
}
.form-inverse .btn:active:hover {
    color: #70bf46;
    background-color: #fff;
}

input:focus{ outline: none; } 
input[type="submit"]:focus{ outline: none; }

#reloadCaptcha {
border-bottom-width: 0px;
}

/******************************************************/
/******************* Custom styles ******************/
/******************************************************/

html, body {
    height: 100%;
}

body {
    min-width: 1065px;
}

@media (max-width: 1199.98px) {
    html,
    body {
        min-width: 100%;
    }
    .container {
        width: 100%;
    }
    .row {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    html,
    body {
        min-width: 100%;
    }
    .container {
        width: 100%;
    }
    .row {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    body {
        min-width: 100%;
    }
}

iframe {
    min-width: 1065px;
    overflow: hidden;
    border: none;
}

@media (max-width: 1199.98px) {
    iframe {
        min-width: 100%;
    }
}

@media (max-width: 768px) {
    iframe {
        min-width: 100%;
    }
}

@media (max-width: 768px) {
    iframe {
        min-width: 100%
    }
}

a {
    text-decoration: underline;
}

h1,h2,h3,h4,h5,h6 {
    font-family: "FuturaDemiC", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.5px;
    color: #555;
}
h1,h2,h3 {
    text-transform: uppercase;
    color: #74b72d;
}
h1 {
    font-size: 1.9em;
    margin-bottom: 30px;
}
h3 {
    margin: 30px 0;
}
h4 {
    font-size: 1em;
    color: #5a5a5a;
    text-transform: uppercase;
    margin-bottom: 30px;
}

h4.h4green {
    font-family: "FuturaDemiC", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #70bf46;
    margin: 40px 0;
    padding: 0;
}

.new_mosparking ol {
    list-style: decimal;
}
.new_mosparking ul {
    list-style: disc;
}

.body-wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
}
.main-content {
    padding-bottom: 141px;
    background: url("images/header-bg-1.png") repeat-x;
}

@media (max-width: 1199.98px) {
    .main-content {
        padding: 0 16px;
    }

    .main-content .banner-info {
        width: 100% !important;
    }
}

@media (max-width: 768px) {

    .main-content {
        padding: 0 16px;
        margin-bottom: 16px;
    }

    .main-content .banner-info {
        width: 100% !important;
    }

    .main-content img {
        width: auto !important;
        height: auto !important;
        max-width: 100%;
    }
}


.main-footer {
    margin-top: -141px;
}

    /**
     * fix MPSITE-25
     * @link https://bigfish.atlassian.net/browse/MPSITE-25
     */
.body-wrapper { margin-top: 55px; }
div.top-panel-frame-wrp + .body-wrapper { margin-top: 0; }

/*        HEADER          */

header {}

/*<editor-fold desc="fifa2018">*/
.fifa2018 {
    margin-bottom: 50px;
}
.fifa2018 .card-list {
    width: 1200px;
    height: 300px;
    margin: 50px 0;
    padding: 0;
    display: block;
}

.fifa2018 .card-list .card-item {
    font-size: 13px;
    color: #666666;
    display: block;
    float: left;
    width: 190px;
    height: 273px;
    background-color: #F6F7F9;
    margin: 0 29px 0 0;
    padding: 0;
    text-align: center;
    border: 1px solid #eeeeee;
}
.fifa2018 .card-list .card-item img {
    margin: 20px 0 0 0;
    width: 65px;
    height: 65px;
}
.fifa2018 .card-list .card-item hr {
    border-top: 1px solid #eeeeee;
    margin: 1px 10px;
}
.fifa2018 .card-list .card-item h4 {
    margin: 16px 0 20px 0;
}

.fifa2018 .div-green {
    border: 1px solid #70bf46;
    background-color: #EEF6E9;
    height: 58px;
    line-height: 58px;
    border-radius: 3px;
    vertical-align: middle;
    padding: 0 25px;
}
.fifa2018 .info1 {
    margin: 50px 0 100px 0;
}
.fifa2018 .p-green {
    color: #70bf46;
    font-weight: bold;
    margin: 35px 0;
}

.fifa2018 .block1 .p-green {
    margin: 0 0 25px 0;
}
.fifa2018 .block1 {
    background-color: #F6F7F9;
    border: 1px solid #eeeeee;
    padding: 28px 10px;
    margin: 25px 0;
}
.fifa2018 .block1 ul {
    list-style-image: url('/static/images/fifa2018/point.png');
    padding: 0 0 0 40px;
    margin: 0;
}
.fifa2018 ul.check-mark {
    list-style-image: url('/static/images/fifa2018/check-mark.png');
    padding: 28px 0 0 40px;
    margin: 0;
    line-height: 1.6;
}
.fifa2018 .img-schema {
    margin: 10px 0 80px 180px;
}
/*</editor-fold>*/

/*<editor-fold desc="table-top">*/
.table-top {
    margin-top: -24px;
    width: 1065px;
    height: 100px;
}

@media (max-width: 1199.98px) {
    .table-top {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .table-top {
        width: 100%;
    }
}

@media (max-width: 900px) {

    .table-top,
    .table-top tr,
    .table-top tbody,
    .table-top td,
    .table-top td.top-logo,
    .table-top .top-logo,
    .table-top td.p1,
    .table-top td.p2,
    .table-top td.p3,
    .table-top td.p4 {
        width: 100%;
        display: block;
        height: auto;
        text-align: center;
    }

    .table-top td.p2 {
        margin-top: 12px
    }

    .table-top td.top-login {
        text-align: center;
        padding-top: 8px;
    }

    .table-top td.top-logo {
        text-align: center;
    }

    .table-top td.top-logo {
        display: inline-block;
    }
}

.table-top td {
    vertical-align: middle;
}

.table-top .top-logo {
    width: 220px;
}

.table-top .p1 {
    width: 192px;
}
.table-top .p2 {
    width: 212px;
}
.table-top .p3 {
    width: 63px;
}
.table-top .p4 {
    width: 170px;
}

.table-top .p2,
.table-top .p3 {
    font-family: "FuturaDemiC", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
}
.table-top .p1,
.table-top .p4 {
    font-size: 12px;
    text-transform: uppercase;
    color: #808080;
    padding-top: 10px;
}

.table-top .top-login {
    text-align: right;
    padding-top: 28px;
    padding-right: 0;
}
/*</editor-fold>*/

.top-lang.nav {
    border-top: none;
}
.top-lang.nav > li > a {
    margin-left: 0;
    text-transform: uppercase;
    text-decoration: underline;
    padding: 20px 4px 4px 4px;
    font-size: 0.8em;
    z-index: 2;
}
.top-lang.nav > li > a:hover {
    color: #b2b2b2;
}
.top-lang.nav > li.active > a,
.top-lang.nav > li.active > a:hover,
.top-lang.nav > li.active > a:focus {
    color: #fff;
    background: #3b4248;
}

/*<editor-fold desc="top-menu">*/
.general-menu {
    margin: 0 0 25px 0;
    padding: 0;
    width: 100%;
    height: 36px;
    white-space: nowrap;
}

.general-menu-ru > li {
    padding-top: 20px;
    display: inline-block;
    padding-right: 34px;
}
/*.general-menu-ru > li.item-2 a,*/
/*.general-menu-ru > li.item-2 a:hover,*/
/*.general-menu-ru > li.item-2 a:focus*/
/*{*/
    /*color: #DC0000;*/
/*}*/
/*.general-menu-ru > li.item-2 {*/
    /*padding-left: 16px;*/
    /*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAYCAYAAAAh8HdUAAAEKElEQVR42m3UazCcVxgH8FebCqNNCMlEoiltUzI0YaqIlsad1mVZ67JWydpdlrUs61abvkvEqHUbcYl7ENFBQxKpu6W2EmywyRKsFR2d6bQf2n4wk8lI/bs1jTSN5+t5fvM/5zlnDkH8W4oWod5yXVKoShw9JRMxn6RxQ//yDqc9jUlNeFxSJCwc6CItQJKvPe8nAEJruSvVQlXI6lyhem3fDPKBU0AAtKhZIFiXYcsRbhdIhO3SdtJ0F0mbkvV7Slj1tUxfDPGjMVSYCfewCBzgVcGwRolDJZOwCuXgu9aLVdKmaB1CKiX3XauIdQ6Oom4eOOsHKj0E4z21kIgFsKZEwIRfDpOcG3jDgYLW0vRN1XiRzU7K5W/ixAZfxEE/tRVmgWzU5KZgsaUMDTkpoMYwcSaIAZ8gf4wIzmPtTkE60V/DMS4QM5t1AzJgfuk2jkdk4msuA+tZSVih0zBTX4iByjzIctOw6OCAtcbMOmKijWtQUcCq0XZl46igCW/7xqA0PQ4bVwqgaizGQHs5isgkdFbkYDEqBGut2RLisZTU6apm8z50sAPxEQU2tja4c70MC7JO0BnB0DsXhv2Ca9B1YaA5jwP1EBm0Mz15B/9EdxXnT1f7k6gko6Eaq0NCbDgOU/gwunAbhqJb2OcrQGUh+9eOEpruDlq6mf6WoplfNp4UuD0W6Y16PyfYe7hBO0AI05Qm6IWIcfT0x886K2OF6KC9vnu5U7nhZ/vD3H5ve8cU5Z9Zw/6MGYhjliDMz0HH4DDi6E4LpclexsR/S1HHM5MmB8oajU1Q43gaIU6WsPrgGE69Zwyat82T1qIvWarvE/e/hORkuMVEVpi628cRV83fRwPDDW3F59EiicZgE69PeSvjBPH/mhTQDk0XM9OkiRRVh4M1+hiemCnnYGVYDPVoLvOfKb+C1EMZB5f7RFn3ytmbnRRH9Ph/ipFYf9xv5G2vjF6M3Zgs0SX2qqU+kflMKbt71NUOMk9nDHs4QcYN/ENRzXPVLGvtiVYHRSfny2J75axgKCJoeJDAxN2gzyEXRZU8Gs433BMtNKfYzBXFKWYZgVDaOmA9R4QH9DDcj6eqFJI4q1cANPH3yAjPWUn8059G2vDLty1Yz8/HEjMGdwPct+fzIyOVHaQ2gBeJG5MCXXkph6uoy8TP0z1Yra7EalI61lKSMf6JI2bzo+rVHRkHNejUi/MMCI/Ia+OvSNPokCfGQMlNgDooAmssNkZs7TB9gT62fD3VSIPe3UXLI9nH5xp4N8b4VExz6Zin0qD2CoDSzx+9FpaYzoua0nw+R7a2tlx20Vw3qa9oTRFPfBX+7AcfFzz08MI8PRg/ujtDxvLFw6bEwt+k5JuaJKOXn5Jmz4+6M/xWe8na9QHJ4Hp/0dBqb97V5Z7s0Dlpsv7zvr8B0L5Cp2ER9UoAAAAASUVORK5CYII=) no-repeat 0 14px;*/
/*}*/
.general-menu-ru > li.item-8 {
    padding-right: 0;
}

.general-menu-en > li {
    padding-top: 20px;
    display: inline-block;
    padding-right: 34px;
}
/*.general-menu-en > li.item-2 a,*/
/*.general-menu-en > li.item-2 a:hover,*/
/*.general-menu-en > li.item-2 a:focus*/
/*{*/
    /*color: #DC0000;*/
/*}*/
/*.general-menu-en > li.item-2 {*/
    /*padding-left: 16px;*/
    /*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAYCAYAAAAh8HdUAAAEKElEQVR42m3UazCcVxgH8FebCqNNCMlEoiltUzI0YaqIlsad1mVZ67JWydpdlrUs61abvkvEqHUbcYl7ENFBQxKpu6W2EmywyRKsFR2d6bQf2n4wk8lI/bs1jTSN5+t5fvM/5zlnDkH8W4oWod5yXVKoShw9JRMxn6RxQ//yDqc9jUlNeFxSJCwc6CItQJKvPe8nAEJruSvVQlXI6lyhem3fDPKBU0AAtKhZIFiXYcsRbhdIhO3SdtJ0F0mbkvV7Slj1tUxfDPGjMVSYCfewCBzgVcGwRolDJZOwCuXgu9aLVdKmaB1CKiX3XauIdQ6Oom4eOOsHKj0E4z21kIgFsKZEwIRfDpOcG3jDgYLW0vRN1XiRzU7K5W/ixAZfxEE/tRVmgWzU5KZgsaUMDTkpoMYwcSaIAZ8gf4wIzmPtTkE60V/DMS4QM5t1AzJgfuk2jkdk4msuA+tZSVih0zBTX4iByjzIctOw6OCAtcbMOmKijWtQUcCq0XZl46igCW/7xqA0PQ4bVwqgaizGQHs5isgkdFbkYDEqBGut2RLisZTU6apm8z50sAPxEQU2tja4c70MC7JO0BnB0DsXhv2Ca9B1YaA5jwP1EBm0Mz15B/9EdxXnT1f7k6gko6Eaq0NCbDgOU/gwunAbhqJb2OcrQGUh+9eOEpruDlq6mf6WoplfNp4UuD0W6Y16PyfYe7hBO0AI05Qm6IWIcfT0x886K2OF6KC9vnu5U7nhZ/vD3H5ve8cU5Z9Zw/6MGYhjliDMz0HH4DDi6E4LpclexsR/S1HHM5MmB8oajU1Q43gaIU6WsPrgGE69Zwyat82T1qIvWarvE/e/hORkuMVEVpi628cRV83fRwPDDW3F59EiicZgE69PeSvjBPH/mhTQDk0XM9OkiRRVh4M1+hiemCnnYGVYDPVoLvOfKb+C1EMZB5f7RFn3ytmbnRRH9Ph/ipFYf9xv5G2vjF6M3Zgs0SX2qqU+kflMKbt71NUOMk9nDHs4QcYN/ENRzXPVLGvtiVYHRSfny2J75axgKCJoeJDAxN2gzyEXRZU8Gs433BMtNKfYzBXFKWYZgVDaOmA9R4QH9DDcj6eqFJI4q1cANPH3yAjPWUn8059G2vDLty1Yz8/HEjMGdwPct+fzIyOVHaQ2gBeJG5MCXXkph6uoy8TP0z1Yra7EalI61lKSMf6JI2bzo+rVHRkHNejUi/MMCI/Ia+OvSNPokCfGQMlNgDooAmssNkZs7TB9gT62fD3VSIPe3UXLI9nH5xp4N8b4VExz6Zin0qD2CoDSzx+9FpaYzoua0nw+R7a2tlx20Vw3qa9oTRFPfBX+7AcfFzz08MI8PRg/ujtDxvLFw6bEwt+k5JuaJKOXn5Jmz4+6M/xWe8na9QHJ4Hp/0dBqb97V5Z7s0Dlpsv7zvr8B0L5Cp2ER9UoAAAAASUVORK5CYII=) no-repeat 0 14px;*/
/*}*/
.general-menu-en > li.item-8 {
    padding-right: 0;
}

.general-menu > li:first-child {
    margin-left: 0;
}
.general-menu > li > a,
.general-menu > li > a:hover,
.general-menu > li > a:focus {
    font-family: "FuturaDemiC", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.5px;
    color: #70bf46;
    background-color: #fff;
    margin: 0 0 15px;
    display: block;
    padding: 0;
}

.general-menu .open > a,
.general-menu .open > a:hover,
.general-menu .open > a:focus {
    background-color: #fff;
    border-color: #fff;
}

.general-menu .dropdown-menu {
    margin-top: 0;
}
.general-menu .dropdown-menu-en {
    margin-left: -5px;
}
.general-menu .dropdown-menu-ru {
    margin-left: -400px;
}

.mob-general-menu-wrapper {
    display: none;
}

@media (max-width: 1199.98px) {

    .general-menu li {
        padding-right: 14px;
    }
}

@media (max-width: 1023.98px) {

    .general-menu {
        display: none;
    }

    .mob-general-menu-wrapper {
        display: block;
    }

    .general-menu li {
        padding-right: 14px;
    }

    .general-menu-ru > li.item-8 {
        padding-right: 14px;
    }
}

.nav > li > a.mob-dropdown-toggle,
.mob-dropdown-toggle {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 100;
    display: none;
}

.mob-general-menu .mob-dropdown-toggle {
    bottom: auto;
    top: 0;
}

.is-mobile .nav > li > a.mob-dropdown-toggle,
.is-mobile .mob-dropdown-toggle {
    display: block;
}

.is-mobile .general-menu-item-dropdown {
    position: relative;
    padding-right: 24px !important;
}



@media (max-width: 1200px) {
    .is-mobile .general-menu > li > a, .general-menu > li > a:hover, .general-menu > li > a:focus {
        font-size: 13px;
    }
}

@media (max-width: 768.98px) {
    .is-mobile .general-menu > li > a, .general-menu > li > a:hover, .general-menu > li > a:focus {
        font-size: 16px;
    }
}

/*@media (max-width: 768px)*/
@media (max-width: 1023.98px) {

    .nav > li > a.mob-dropdown-toggle,
    .mob-dropdown-toggle {
        display: block;
        cursor: pointer;
    }

    .general-menu {
        position: relative;
        /*overflow-x: auto;*/
        height: auto;
        padding: 0 16px;
        margin-bottom: 0;
    }

    .general-menu li {
        display: block;
        text-align: left;
        padding: 0;
    }

    .general-menu li a,
    .general-menu li a:focus,
    .general-menu li a:active,
    .general-menu li a:hover {
        text-align: left;
        display: block;
    }

    .general-menu .open .dropdown-menu {
        position: relative;
        margin: 0 0 20px 0 !important;
        float: none;
    }

    .general-menu .open .dropdown-menu > li > a {
        white-space: normal;
    }

    .general-menu-ru > li.item-8 {
        padding-right: 34px
    }

    .is-mobile .general-menu-ru > li.item-8 {
        padding-right: 24px
    }

    .general-menu-toggle {
        padding: 0 16px;
        position: relative;
        margin: 16px 0;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .general-menu-toggle-text {
        font-size: 16px;
        color: #70bf46;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 1px;
    }

    .general-menu-toggle-icon {
        height: 2px;
        width: 18px;
        position: relative;
        /*transform: translate(-50%, -50%);*/
        /*top: 50%;*/
        /*left: 50%;*/
        background: #70bf46;
        margin-right: 6px;
    }

    .general-menu-open .general-menu-toggle-icon {
        background: transparent;
    }

    .general-menu-toggle-icon:after,
    .general-menu-toggle-icon:before{
        content: '';
        width: 100%;
        height: 2px;
        background: #70bf46;
        position: absolute;
        left: 0;
    }

    .general-menu-toggle-icon:after {
        top: 6px;
    }
    .general-menu-toggle-icon:before {
        top: -6px;
    }

    .general-menu-open .general-menu-toggle-icon:after {
        transform: rotate(45deg);
        top: 0;
    }

    .general-menu-open .general-menu-toggle-icon:before {
        transform: rotate(-45deg);
        top: 0;
    }

    .general-menu {
        display: none;
    }

    .general-menu-open .general-menu {
        display: block;
    }
}



.mob-dropdown-toggle:after {
    content: "\02023";
    position: absolute;
    font-size: 24px;
    line-height: 1;
    width: 24px;
    height: 24px;
    top: 0;
    left: 0;
    padding: 4px;
    transform: rotate(90deg);
}

.open .mob-dropdown-toggle:after {
    transform: rotate(-90deg);
}

.nav > li > a.mob-dropdown-toggle.open:after,
.mob-dropdown-toggle.open:after {
    transform: rotate(-90deg);
}


.is-mobile .nav > li > a.mob-dropdown-toggle.open ~ .dropdown-menu  ,
.is-mobile .mob-dropdown-toggle.open ~ .dropdown-menu   {
    display: block;
}


/*</editor-fold>*/

/*<editor-fold desc="Карта">*/
.map-wrapper {
    height: 60px;
    overflow: hidden;
    margin-bottom: 25px;
}
.map-wrapper .map-overlay {
    cursor: pointer;
    height: 60px;
    width: 100%;
    min-width: 1065px;
    background-color: rgba(0,0,0,.4);
    overflow: hidden;
    position: absolute;
    z-index: 99;
}

@media (max-width: 1199.98px) {
    .map-wrapper {
        position: relative;
    }
    .map-wrapper .map-overlay {
        min-width: 100%;
    }
}

@media (max-width: 768px) {
    #map-frame {
        padding-top: 60px;
    }
    .map-wrapper .map-overlay {
        min-width: 100%;
    }
    .map-wrapper .map-close-button {
        top: 0;
    }
}

.ui-dialog {
    z-index: 1010 !important;
}
.map-wrapper .map-overlay .map-overlay-content {
    font-size: 15px;
    color: #ffffff;
    width: 1065px;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}

@media (max-width: 1199.98px) {
    .map-wrapper .map-overlay .map-overlay-content {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .map-wrapper .map-overlay .map-overlay-content {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .map-wrapper .map-overlay {
        min-width: 100%;
        position: relative;
    }
    .map-wrapper .map-overlay .map-overlay-content {
        width: 100%;
        min-width: 100%;
    }
}

.map-wrapper .map-overlay .map-show-button span {
    color: #808080;
}
.map-wrapper .map-close-button {
    position: absolute;
    right: 0;
    padding: 16px 10px;
    cursor: pointer;
}
/*</editor-fold>*/

button.visually-impaired {
    margin-top: 15px;
    text-transform: none;

    padding-left: 45px;
    background-image: url("images/icon-poor-vision.png")!important;
    background-repeat: no-repeat!important;
    background-position: 15px 50%!important;
}

/*           CONTENT              */

.breadcrumb {
    background: none;
    font-size: 90%;
}

@media (max-width: 768px) {
    .breadcrumb {
        padding-bottom: 0;
    }
}

    /*<editor-fold desc="FOOTER">*/
.main-footer {
    padding: 25px 0;
    background: #4c545c;
    text-align: center;
}
.main-footer .container {
    padding: 0 22px;
}
.main-footer h4 {
    color: #fff;
    margin: 15px 0 0 0;
    display: inline-block;
}
.main-footer .social-links {
    margin: 15px 0 35px 0;
    display: inline-block;
}
.main-footer .social-links a {
    display: inline-block;
    margin: 0 5px;
    color: #3c4349;
}
.main-footer .social-links img.fa-stack-1x {
    width: auto;
    left: 50%;
    margin-left: -8px;
    margin-top: 15px;
}
.main-footer .banner-info {
    color: #acacac;
    border: solid 3px #676d74;
    padding: 15px 75px 10px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.main-footer .form-search {
    margin: 25px 0 0 0;
}
/*</editor-fold>*/

.form-search input {
    border: none;
}

@media (max-width: 1199.98px) {
    .main-footer {
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .main-footer {
        margin-top: 0;
        padding-left: 16px;
        padding-right: 16px;
    }

    .main-footer .col-xs-7,
    .main-footer .col-xs-5 {
        width: 100%;
    }

    .main-footer .form-search {
        margin-bottom: 16px;
        margin-top: 0;
    }
    .main-footer .social-links {
        margin-bottom: 16px;
    }
    .main-footer .social-links a {
        margin: 0;
    }
    .main-footer .social-links .fa-2x {
        font-size: 1.5em;
    }

    .main-footer .banner-info {
        padding: 16px;
        text-align: left;
    }
    .main-footer .container {
        padding: 0;
    }
}





#top-banner {
    position: relative;
    margin: 20px 0 60px 0;
}

#top-banner a {
    display: block;
    height: 50px;
    width: auto;
    text-decoration: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.banner-v-strip {
    position: relative;
    font-size: 75%;
    display: inline-block;
    width: 215px;
    height: 20px;
    overflow: hidden;
    vertical-align: middle;
    line-height: 2em;
}

@-webkit-keyframes banner-strip-anim {

    0%   { opacity: 0; }
    3%   { opacity: 1; }
    36%  { opacity: 1; }
    39%  { opacity: 0; }
    100% { opacity: 0; }
}
@-moz-keyframes banner-strip-anim {

    0%   { opacity: 0; }
    3%   { opacity: 1; }
    36%  { opacity: 1; }
    39%  { opacity: 0; }
    100% { opacity: 0; }
}
@-o-keyframes banner-strip-anim {

    0%   { opacity: 0; }
    3%   { opacity: 1; }
    36%  { opacity: 1; }
    39%  { opacity: 0; }
    100% { opacity: 0; }
}
@keyframes banner-strip-anim {

    0%   { opacity: 0; }
    3%   { opacity: 1; }
    33.33%  { opacity: 1; }
    36%  { opacity: 0; }
    100% { opacity: 0; }
}

.banner-v-strip > span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;

    opacity: 0;
    -webkit-animation: banner-strip-anim 15s infinite; /* Safari 4+ */
    -moz-animation:    banner-strip-anim 15s infinite; /* Fx 5+ */
    -o-animation:      banner-strip-anim 15s infinite; /* Opera 12+ */
    animation:         banner-strip-anim 15s infinite; /* IE 10+, Fx 29+ */
}

.banner-v-strip > span:nth-child(1) {
    font-size: 0.9em;
}

.banner-v-strip > span:nth-child(2) {
    animation-delay: 5s;
}

.banner-v-strip > span:nth-child(3) {
    animation-delay: 10s;
}

/* retina display support */
@media
all  and (-webkit-min-device-pixel-ratio: 1.5),
all  and (-moz-min-device-pixel-ratio: 1.5),
all  and (min-device-pixel-ratio: 1.5) {

}

.page-new ul {
    padding-left: 20px;
}
.page-new li {
    margin-top: 15px;
    list-style-type: none;
}
.page-new h3 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000000;
    font-weight: bold;
    padding: 0;
    background-color: rgb(239, 239, 239);
    margin: 20px 0;
}

.table-responsive-helper {
    display: none;
}

@media (max-width: 768px) {
    .table-responsive {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        position: relative;

    }

    .table-responsive-helper-icon {
        font-size: 18px;
        display: inline-block;
        width: 16px;
        height: 16px;
        line-height: 16px;
        border-radius: 100%;
        background: red;
        color: #FFF;
        font-weight: bold;
        text-align: center;
        vertical-align: sub;
        margin-right: 4px;
    }

    .table-responsive-helper {
        position: relative;
        font-size: 9px;
        text-transform: uppercase;
        color: red;
        vertical-align: bottom;
        margin-bottom: 6px;
        display: block;
    }
    .table-responsive-helper.parkings-list-helper {
        margin-left: 65px;
    }

}

/**
* mobile version content reset
 */

@media (max-width: 768px) {

}

@media (max-width: 768px) {
    .main-content img {
        max-width: 100% !important;
        height: auto;

    }

    [class*="col-"] {
        width: 100%;
        padding: 0;
        float: none;
    }

    .main-content [style*="margin-left"],
    .main-footer [style*="margin-left"],
    .main-content [style*="margin-right"],
    .main-footer [style*="margin-right"] {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .main-content [style*="border: 1px dashed"] {
        padding-left:12px !important;
        padding-right: 12px !important;
    }

    .main-content div:not(.table-responsive) > table[style*="width"] {
        width: 100% !important;
        float: none !important;
        word-break: inherit;
        white-space: normal;
    }

    .main-content div.table-responsive >table[style*="width"] td {
        word-break: normal;
        white-space: normal;
    }

    /*.main-content .table-responsive table[style*="width"] {*/
    /*    width: inherit !important;*/
    /*    float: none !important;*/
    /*}*/

    .main-content .btn.btn-main,
    .btn.otchet-link {
        white-space: normal;
    }
    #cookies-usage {
        width: 100% !important;
        left: 0 !important;
        margin-left: 0 !important;

    }
    .tizer-block {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    table {
        /*word-break: break-word;*/
    }

    [style*='background: url("http://90.156.141.88/bitrix/templates/new_mosparking/images/about/lgoty/about-bg-01.jpg")'] {
        height: auto !important;
        background-color: #559433 !important;
        padding-bottom: 20px;
    }
    [style*='background: url("http://90.156.141.88/bitrix/templates/new_mosparking/images/about/lgoty/about-bg-01.jpg")'] .col-xs-4 {
        height: 60px;
    }
    [style*='background: url("http://90.156.141.88/bitrix/templates/new_mosparking/images/about/lgoty/about-bg-01.jpg")'] .container {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    [style*='background: url("http://90.156.141.88/bitrix/templates/new_mosparking/images/about/lgoty/about-bg-01.jpg")'] p {
        margin: 0 !important;
    }

    [style*='background: url("http://90.156.141.88/bitrix/templates/new_mosparking/images/about/lgoty/about-bg-01.jpg")'] h2 {
        margin-top: 20px !important;
    }

}

@media (max-width: 900px) {
    .sp_subscription .col-xs-8,
    .sp_subscription .col-xs-4{
        width: 100% !important;
        float: none !important;
    }

    .sp_subscription .sp_step {
        position: relative;
    }

    .sp_subscription .sp_step .sp_label-container .sp_label {
        left: 30px;
        right: auto;
        margin-left: 0;
    }
    .main-content img {
        max-width: 100% !important;
        height: auto;

    }
    #search-auto-dialog-content  .dl-horizontal dt {
        width: auto !important;
        float: none !important;
        text-align: left !important;
    }
    #search-auto-dialog-content  .dl-horizontal dd {
        width: auto !important;
        margin: 0 0 16px 0 !important;
    }
}

@media (max-width: 768px) {
    .parkings-list {
        overflow: auto;
        left: 35px;
        width: calc(100% - 35px);
    }
    .parkings-list .form-group {
        width: 700px;
       margin-left: 0;
    }

    .parkings-list .col-xs-2,
    .parkings-list .col-xs-3 {
        float: left;
    }

    .parkings-list .col-xs-2 {
        width: 16.66666667%;
    }
    .parkings-list .col-xs-3 {
        width: 25%;
    }

    .sp_subscription .radio-inline,
    .sp_subscription .checkbox-inline {
        display: block;

    }

    .sp_subscription .radio-inline + .radio-inline,
    .sp_subscription .checkbox-inline + .checkbox-inline {
        margin-left: 0;
    }

    .sp_subscription .form-group {
        padding-top: 10px;
    }



}

@media (max-width: 1199.98px)  {
    .ui-dialog {
        width: 85vw !important;
        margin: auto;
        max-width: 99vw !important;
        left: 0 !important;
        right: 0 !important;
    }
}


.lk-dropdown .dropdown-menu {
    margin-top: 0;
}

.lk-dropdown .dropdown-menu li a {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11.5px;
}


.tel-link,
.tel-link:active,
.tel-link:focus,
.tel-link:hover {
    color: #333333;
    text-decoration: none;
    cursor: default;
}

#search-auto-dialog .ui-resizable-e,
#search-auto-dialog .ui-resizable-ne,
#search-auto-dialog .ui-resizable-se {
    right: 0;
}