@media only screen and (max-width : 992px) {
    #mobile-bar {
        display: none;
        font-size: 38px;
        color: #000;
        z-index: 999;
        cursor: pointer;
    }

    .navbar {
        padding-top: 0px;
        padding-left: 0px;
    }

    .navbar-nav {
        z-index: 0;
    }

    .navbar-nav {
        padding-top: 0px;
        margin: 0 auto;
    }

    nav.navbar {
        position: relative;
        height: 0px
    }

    #checkbox-toggle {
        display: none;
    }

    #logo-top-line {
        display: none;
    }

    .navbar li a {
        text-transform: uppercase;
        font-weight: bold;
        padding: 0;
        text-align: center;
        margin: 0 auto !important;
    }

    .navbar li:first-child {
        padding-left: 0px;
    }

    .navbar li {
        padding: 9px 0 10px 0;
        background: #FFB800;
        z-index: 0;
        text-align: center;
    }

    .navbar li a:hover {
        background: #ff6200;
        color: #000;
    }

    .navbar li a.active {
        color: #FFB800;
    }

    .navbar li a {
        color: #fff;
        border-left: 1px solid #fff;
    }

    .navbar-nav li {
        z-index: 999;
    }
    .fast-search__filters {
        flex-direction: column;
        align-items: flex-start;
        padding-left: 16px;
        padding-right: 16px;
    }
    .fast-search__title {
        margin-bottom: 20px;
    }
    .fast-search__row {
        flex-direction: column;
        align-items: flex-start;
    }

    .fast-search__radio {
        padding: 6px 10px;
        font-size: 14px;
    }
    
}

@media screen and (max-width: 768px) {
    .navbar {
        position: relative;
        min-height: 0px;
        margin-bottom: 0px;
        border: none
    }

    #mobile-bar {
        display: block;
        position: fixed;
        top: 6px;
        left: 15px;
        z-index: 2222;
    }

    #header .navbar li.first::after {
        display: none;
    }

    #mobile-nav {
        display: none;
        position: fixed;
        width: 110%;
        top: 50px;
        right: 0;
        z-index: 1111;
    }

    #mobile-nav li a {
        border-left: none;
    }

    #mobile-nav li {
        padding-left: 0%;
    }

    #mobile-nav li:hover {
        background: #ffcc66;
    }

    #mobile-nav li:hover a {
        background: #ffcc66;
        color: #000;
    }

    #logo-mobile {
        width: 45px;
        position: fixed;
        left: 85px;
        top: 5px;
    }

    #logo-top-line span {
        position: relative;
        font-size: 22px;
        color: #fff;
    }

    #logo-top-line {
        display: block;
        text-align: center;
        padding: 5px 50px;
        position: fixed;
        width: 100%;
        min-height: 50px;
        top: 0;
        left: 0;
        z-index: 2222;
        background: #FFB800;
    }

    #clock-icon {
        padding: 5px 10px;
        color: #fff;
        font-size: 24px;
    }

    #phone-mobile {
        padding: 5px 15px 5px 40px;
        color: #fff;
        font-size: 24px;
    }

    .phone-mobi a {
        color: #fff;
    }

    #header nav.navbar {
        margin-bottom: 0px;
    }

    input[type=checkbox]#checkbox-toggle:checked ~ #mobile-nav {
        display: block;
    }

    body {
        font-size: 14px;
    }

    h2 {
        font-size: 20px;
    }

    header {
        padding: 10px 0 0px;
        background: none;
        height: auto;
    }

    .logo {
        margin-left: 20px;
    }

    .logo img {
        width: 80px;
    }

    h1 {
        font-size: 32px;
        margin-top: 140px;
        padding-left: 0;
        text-align: center;
    }

    .head-img {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    .zvonok {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        position: absolute;
        top: 0px;
        right: 20px;
        padding: 25px 0;
    }

    .zvonok a {
        font-size: 14px;
    }

    .item-block img {
        margin-top: 3px;
        float: left;
        width: 50px;
    }

    .item-block > div {
        float: right;
        width: 80%;
    }

    .item-block p {
        font-size: 12px;
    }

    .manager {
        background: url(/img/ar-bg.webp) no-repeat;
        padding: 5px 0;
        background-size: cover;
    }

    .manager .wrapper {
        display: block;
        text-align: center;
    }

    .manager h3 {
        font-size: 20px;
        padding-left: 80px;
    }

    .manager h3:before {
        top: 0px;
        left: 0px;
    }

    .manager .wrapper > div {
        margin-left: 0px;/
    }

    .manager form {
        width: 90%;
        margin: 0px auto;
    }

    .manager .but {
        width: 100%;
        margin: 10px auto;
    }

    .manager .but[data-target="#game-modal"] {
        width: 90%;
    }

    .item-sec {
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .item-sec img {
        margin-right: 15px;
    }

    .price-item {
        display: block;
        height: auto;
        padding: 20px 0;
        margin-bottom: 15px;
        text-align: center;
    }

    .price-item:nth-of-type(5) {
        margin-left: 0px;
    }

    .price-item:nth-of-type(2n) {
        margin-left: 0px
    }

    .price-item > div {
        margin-left: 0px;
        margin-top: 10px;
    }

    .price-item > div p {
        width: 90%;
        margin: 15px auto;
        font-size: 15px;
    }

    .price-item > div .but {
        width: 70%;
        margin: 0 auto;
    }

    .price-item img {
        width: 65%;
    }
    .price-item_bl {
        justify-content: center;
    }
    .price-item_mod {
        width: 95%
    }

    .aten-price {
        font-size: 15px;
    }

    .type-bl {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        margin-top: 30px
    }

    .type-it {
        width: 200px;
        text-align: center;
        margin-bottom: 30px;
    }

    .type-it p {
        font-weight: bold;
        margin: 20px auto 15px;
    }

    .prich-manager > p {
        font-size: 13px;
        margin-bottom: -20px;
    }

    .prich-manager img {
        margin: 0 auto -35px;
    }

    #poemn {
        padding: 10px 0px;
    }

    .type-auto {
        display: block;
        padding: 10px 0;
        text-align: justify;
    }

    .type-auto img {
        margin: 5px auto;
        display: block;
    }

    .type-auto h4 {
        font-size: 14px;
    }

    .type-auto .but {
        background: #ffd600;
        margin: 10px auto 0px;
        display: block;
    }

    .type-auto span {
        font-size: 12px;
    }

    #prichyn {
        padding: 15px 0;
    }

    #prichyn h2 {
        margin-bottom: 10px;
    }

    .prich-item {
        display: block;
        font-size: 12px;
        margin: 10px auto;
    }

    .prich-item img,
    .prich-item-left img,
    .prich-item-right img {
        width: 60%;
    }

    .prich-item p {
        margin-bottom: 0px;
    }

    .top-prychyn .prich-item:nth-of-type(1) {
        margin-top: 10px;
    }

    .top-prychyn .prich-item:nth-of-type(3) {
        margin-top: 10px;
    }

    .top-prychyn .prich-item:nth-of-type(4) {
        margin-top: 10px;
    }

    .prich-item-left > div,
    .prich-item-right > div {
        display: block;
        font-size: 12px;
    }

    .prich-item-left > div:nth-of-type(1) {
        margin-top: 10px
    }

    .prich-item-left > div:nth-of-type(2) {
        margin-top: 10px;
        margin-left: 0px;
    }

    .prich-item-right > div:nth-of-type(1) {
        margin-top: 10px
    }

    .prich-item-right > div:nth-of-type(2) {
        margin-top: 10px;
        margin-left: 0px;
    }

    .bot-prych .prich-item:nth-of-type(1) {
        margin-top: 10px;
    }

    .bot-prych .prich-item:nth-of-type(2) {
        margin-top: 10px;
    }

    .bot-prych .prich-item:nth-of-type(3) {
        margin-top: 10px;
    }

    .prich-manager .row {
        background-size: cover;
        padding: 30px 0;
        margin-top: 20px;
    }

    .prich-manager .row p {
        font-size: 20px;
    }

    .prich-manager .row a {
        display: block;
        font-size: 26px;
    }

    #param {
        padding: 15px 0;
        background: url(/img/param-bg.webp) no-repeat center;
        background-size: cover;
    }

    #param2 {
        padding: 15px 0;
    }

    #param ul,
    #param2 ul {
        padding-left: 10px;
    }

    #param li,
    #param2 li {
        margin: 12px 0;
        font-size: 14px;
    }

    #param li:before,
    #param2 li:before {
        top: 6px;
        left: -20px;
    }

    .param .float-right {
        width: 90%;
        border: 3px solid #ffd600;
        margin-top: 0px;
        margin-right: auto;
        margin-left: auto;
    }

    #online {
        padding: 10px 0px;
    }

    #online form {
        border: 5px solid #ffd600;
        padding: 10px 15px 10px 0px;
    }

    .block-zakaz {
        margin: 0px 0px 20px 0px;
    }

    .map-form {
        margin: 0 auto;
    }

    #map {
        height: 230px;
        margin-bottom: 20px;
    }

    .but-wraper {
        position: relative;
    }

    .but-wraper:before {
        display: none;
    }

    .but-wraper:after {
        display: none;
    }

    .but-wrap {
        width: 100%;
        margin: -38px auto 10px;
        padding: 30px 0 1px;
    }

    .spoiler {
        display: none;
    }

    #calc h2 {
        margin: 15px auto 10px;
    }

    .calc-block {
        padding: 10px 0px;
        margin-bottom: 20px;
    }

    .calc-block h4 {
        font-size: 16px;
        margin-left: 20px;
    }

    .calc-block .city-calc h4 {
        margin-right: 20px;
        margin-left: 40px;
    }

    .select {
        padding-left: 20px;
    }

    .select .checkbox + label {
        display: block;
    }

    .select-uslug {
        width: 70%;
        padding: 15px 0 0px;
        margin: 10px 0;
    }

    .select-uslug img {
        width: 70%;
        height: 130px;
    }

    .select-uslug p {
        margin-top: 15px;
        font-size: 13px;
    }

    #map1 {
        width: 95% !important;
        height: 220px !important;
        overflow: hidden !important;
    }

    .select .but {
        margin: 25px auto;
        display: block;
        padding: 8px 50px;
        background: rgba(246, 0, 20, 1);
        color: #fff;
    }

    .girl-ban {
        padding: 0 15px;
    }

    .girl-ban img {
        display: block;
        margin: 15px auto 0;
    }

    .but-block {
        margin-top: -38px;
    }

    .range-time {
        margin-top: 35px;
    }

    .range-time img {
        width: 80px;
        top: -25px;
    }

    .time {
        font-size: 26px;
    }

    .but-wrap {
        width: 90%;
        margin: 0 auto;
        padding: 15px 0 1px;
        text-align: center;
        background: #ffd600;
    }

    #about {
        padding: 20px 0px;
        background: url() no-repeat center;
        background-size: cover;
    }

    .about-content ul {
        font-size: 13px;
        padding-left: 10px;
    }

    .about-content ul li {
        padding-left: 0px;
    }

    .about-content table {
        margin: 5px auto;
        width: 100%;
    }

    .about-content td,
    .about-content th {
        padding: 3px;
        font-size: 11px;
        word-wrap: break-word;
        word-break: break-all;
    }

    .about-content td:nth-of-type(1) {
        width: 25%
    }

    .about-content td:nth-of-type(3) {
        width: 35%
    }

    .about-content .float-left {
        width: 90%;
    }

    .float-right {
        float: none;
        margin: 0 auto;
        width: 90%;
        display: block;
    }

    .float-left {
        float: none;
        margin: 10px auto;
        display: block;
        width: 90%;
    }

    #slider {
        padding: 10px 0;
    }

    #slider .item img {
        height: 250px;
        width: 100%;
    }

    #slider-itself {
        margin: 0px auto;
    }

    #slider-itself h2 {
        margin-bottom: 20px;
    }

    #slider iframe {
        width: 100%;
        margin: 10px auto 0;
    }

    #otzyv {
        padding: 10px 0;
        background: url(../img/otzyv-about.webp) no-repeat center;
        background-size: cover;
    }

    #otzyv .otz-block {
        display: block;
        justify-content: center;
        align-items: center;
        height: 500px;
        margin-top: 10px;
    }

    #otzyv .item img {
        width: 40%;
        margin: 10px auto;
        display: block;
    }

    #otzyv .text-otzyv {
        font-size: 13px;
        padding: 0px 10px;
    }

    #contact {
        padding: 10px 0;
    }

    #contact > div {
        padding: 10px 0;
    }

    #contact h2 {
        margin-bottom: 20px;
    }

    #contact p {
        text-align: center;
        margin: 13px 0 0;
        font-size: 17px;
        font-weight: bold;
    }

    #contact #bottom-map {
        height: 250px;
        overflow: hidden;
    }

    #city {
        padding: 10px 0;
        background: url(../img/footer-bg.webp) no-repeat center;
        background-size: cover;
    }

    #city > .container > div {
        padding: 0px 0;
        border: none;
    }

    #city ul {}

    #city li {
        text-align: center;
        list-style: none;
        margin: 10px 0 0;
    }

    #city li a {
        font-size: 16px;
    }

    #callback .modal-dialog {
        width: 95%;
        margin: 150px auto 0;
    }

    #callback h3 {
        font-size: 26px;
        margin: 0 auto 0px;
        font-weight: bold;
    }

    #callback .modal-dialog input {
        width: 80%;
        display: block;
        margin: 10px auto;
        border-radius: 5px;
    }

    #callback .modal-dialog .but {
        padding: 9px 10px;
        display: inline-block;
    }

    .timer {
        margin-top: 10px;
    }

    .thx .modal-dialog {
        width: 90%;
        border: none;
        margin: 150px auto 0;
    }

    .thx .modal-body {
        background: #fff;
    }

    .thx p {
        padding: 0px;
        color: #000;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        margin: 0;
    }

    #game-modal .modal-dialog {
        width: 95%;
        margin: 150px auto 0;
        text-align: center;
    }

    .avtovysh-type .modal-body > div {
        padding: 0;
    }

    .avtovysh-type .modal-dialog {
        width: 95%;
        margin: 120px auto 0;
    }

    .avtovysh-type h3 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .avtovysh-type h3 + p {
        font-size: 13px;
    }

    .avtovysh-type h4 {
        font-size: 14px;
    }

    .avtovysh-type p {
        font-size: 13px;
    }

    .avtovysh-type img {
        display: block;
        margin: 0 auto;
        width: 70%;
    }

    #type-modal .modal-dialog,
    #city-rayon .modal-dialog,
    #city-modal .modal-dialog {
        width: 90%;
        margin: 10px auto;
    }

    .contact-block {
        font-size: 18px;
        padding: 40px 0 30px
    }

    .contact-block p {
        margin: 10px auto;
    }

    .operator {
        padding: 10px 0 0px;
        background: rgb(255, 176, 89);
        border: 3px solid #ffcece;
        box-shadow: 0px 0px 0px 3px #FF921A;
        margin: 20px auto 0px;
    }

    .operator p {
        margin-bottom: 10px;
    }

    .consultant img {
        float: none;
        margin-right: 0px;
    }

    .consultant p {
        margin: 5px auto;
        text-align: center;
    }

    .consultant span {
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }

    .adress-block h3 {
        font-size: 18px;
    }

    .adress-block h4 {
        margin: 10px 0;
    }

    .adress-block h4 a {
        color: #0031ff;
    }

    .adress-block h4 a:hover {
        text-decoration: underline;
    }

    .adress-item {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .adress-head {
        background: #f8f8f8;
        padding: 10px;
    }

    .adress-head p {
        position: relative;
        margin: 0;
        font-size: 15px;
    }

    .adress-cont p {
        position: relative;
        margin: 0;
        font-size: 15px;
    }

    .img-block-adr1 {
        text-align: center;
        padding: 0px
    }

    .img-block-adr2 {
        padding: 0;
    }

    .img-block-adr3 {
        text-align: center;
        padding: 0px
    }

    .adress-cont img {
        width: 100%;
        margin: 10px auto;
    }
    
    .faq-bl {
    margin: 30px 0
}
.faq-it {
    padding: 10px;
}
.faq-it .quest {
    align-items: flex-start;
}
.faq-it .quest p {
    font-size: 15px;
    margin: 0;
    padding: 0
}
.faq-it .quest span {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.faq-it .answer {
    display: none;
    margin: 10px 0 0;
    font-size: 15px
}
    .faq-it .answer img {
        width: 100%
    }
    
    .rewiev-bl {
    flex-wrap: wrap;
        justify-content: center
}
.rewiev-it {
    width: 95%;
    margin-top: 30px
}
.rewiev_row-title {
    font-size: 18px;
}

.rewiev-info p {
    width: 47%;
    display: flex;
    justify-content: space-between;
    margin-right: 3%;
    flex-wrap: wrap
}
.rewiev-info p span {
    font-weight: bold
}
    .but-otzyv {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.but-otzyv .but {
    padding: 8px 0
}
}

@media only screen and (max-width : 620px) {
    #header #mobile-nav {
        width: 100%;
    }

    #mobile-bar {
        display: block;
        position: fixed;
        top: 20px;
        left: 15px;
        z-index: 2222;
    }

    #mobile-nav {
        margin: 0;
        display: none;
        position: fixed;
        width: 100%;
        top: 80px;
        right: 0;
        z-index: 1111;
    }

    #mobile-nav li {
        padding-left: 0%;
    }

    #logo-top-line span {
        font-size: 16px;
        color: #fff;
        text-align: left;
        display: block;
        padding-left: 20%;
    }

    #clock-icon {
        padding: 6px;
        font-size: 24px;
    }

    #phone-mobile {
        padding: 6px;
        font-size: 24px;
    }

    #header nav.navbar {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width : 480px) {
    #mobile-bar {
        display: block;
        position: fixed;
        top: 20px;
        left: 25px;
        z-index: 2222;
    }

    #mobile-nav {
        margin: 0;
        display: none;
        position: fixed;
        width: 100%;
        top: 80px;
        right: 0;
        z-index: 1111;
    }

    #logo-mobile {
        width: 45px;
        position: fixed;
        left: 80px !important;
        top: 17px;
    }

    #logo-top-line {
        padding-right: 0px !important;
    }

    #logo-top-line span {
        font-size: 14px;
        color: #fff;
        text-align: left;
        display: block;
        padding-left: 50px;
        padding-right: 0px;
    }

    #clock-icon {
        padding: 6px;
        font-size: 24px;
    }

    #phone-mobile {
        padding: 6px;
        font-size: 24px;
    }

    .oplata-bl {
        justify-content: space-around;
        padding: 30px 0 50px;
        flex-wrap: wrap;
    }

    .oplata-it {
        width: auto;
        margin-bottom: 20px
    }
}