@media screen and (max-width: 768px) {
    .nav-head {
        display: flex;
        justify-content: flex-start;
        padding: 10px 0;
        align-items: center;
    }
    .nav-control {
        width: 40px;
    }
    .nav-head p {
        margin: 0;
        font-size: 18px;
        text-transform: uppercase;
        margin-left: 15px;
        font-weight: bold;
        color: #fff;
    }
    .nav-control {
    width: 45px;
    height: 27px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    z-index: 1;
}
.nav-control span {
    width: 100%;
    border-radius: 15px;
    height: 3px;
    background: #fff;
    transition: all linear .2s;
}
.nav-control.op span:nth-of-type(2) {
/*    display: none;*/
    opacity: 0;
}
.nav-control.op span:nth-child(1) {
    transform: translateY(10px) translateX(0px) rotate(45deg) ;
}
.nav-control.op span:nth-child(3) {
    transform: translateY(-14px) rotate(-45deg) ;
}
    body {
    font-size: 17px;
}
.menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #1192c4;
    border: none
}
    header {
        margin-top: 50px
    }
    .flex-b {
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap;
    }

    .flex-a {
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap;
    }
    .menu nav {
        display: none;
    }
    .menu a {
        font-size: 18px;
        padding: 8px 0;
        height: auto;
        width: 100%;
        display: block;
        text-align: center;
        color: #fff;
        text-transform: uppercase;
    }

    .menu a:hover:before,
    .menu a.active:before {
        display: none;
    }

.but {
    width: 220px;
    height: 55px;
    font-size: 16px;
}
.but_blue {
    width: 250px;
    height: 55px;
    font-size: 16px;
}
.input {
    display: block;
    width: 100%;
    height: 55px;
    margin-bottom: 10px;
    font-size: 16px;
    padding-left: 10px
}

.block {
    padding: 30px 0;
}
    .block.container {
    padding: 30px 15px;
}
.headline {
    margin: 0 0 20px;
    font-size: 26px;
    text-align: center;
}

h1 {
    margin: 10px 0;
    font-size: 20px;
    color: #535453
}
.top-head {
    padding: 10px 0
}
.logo h3 {
    text-transform: uppercase;
    font-size: 26px;
    line-height: normal;
    margin: 0 0 0 20px
}
.tel {
    text-align: center;
}


.ceny-head {
    padding: 30px 0;
}
.cont-head {
    padding: 30px 0;
}
.head-cont {
    color: #fff;
    display: flex;
    justify-content: flex-end
}
.head-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.head-text h2 {
    font-size: 32px;
    text-align: center;
    margin: 0 0 20px;
    width: 100%;
}
.head-text .head-tit {
    font-size: 32px;
    text-align: center !important
}
    .head-text p {
        text-align: center !important;
        
    }
    .menu+div {
        background-position: 90% 50% !important
    }
.head-block1 {
    padding-left: 0%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.head-block1 p {
    padding-left: 30px;
    width: auto;
    position: relative;
    font-weight: lighter;
    font-size: 16px;
    margin-bottom: 10px;
}

.head-block1+p {
    font-weight: 500;
    text-align: center;
}
.head-cont .but {
    height: 50px;
    width: 300px;
    margin: 30px auto;
}
.head-block2 {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    padding-left: 0%;
    flex-wrap: wrap;
}
.head-block2 p span {
    font-size: 20px;
}
.head-block2>p {
    width: 50%;
    text-align: center;
    font-size: 15px;
    font-weight: lighter
}

.uslug-bl {
    padding: 10px;
    justify-content: space-around;
    margin-bottom: 20px;
    flex-wrap: wrap
}
.uslug-it {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 20px;
    
}
.uslug-it>div {
    margin-bottom: 20px
}
.uslug-it h3 {
    margin: 0 0 10px;
    text-align: center
}
.uslug-it h3 a {
    color: #1192c4;
    font-size: 32px;
}

.uslug-it .price {
    text-align: center;
    color: #dd0e1d;
    font-size: 24px;
    margin: 0 0 5px
}

.call {
    width: 100%;
    margin: 20px auto;
    padding: 20px 0;
}
.call a {
    font-weight: bold;
    font-size: 32px;
    padding-left: 40px;
}
.call .but {
    margin: 20px auto 0;
    width: 320px;
    height: 50px;
}

.baner {
    background: #1192c4;
    color: #fff;
    padding: 50px 0 20px;
    margin-top: 0px;
}
.baner p {
    font-size: 20px;
    text-align: center;
    line-height: normal;
    margin-bottom: 25px;
}

.work-bl {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 50px;
    flex-wrap: wrap;
}
.work-it {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    font-size: 16px;
}
.work-it p {
    position: relative;
    z-index: 2
}
.work-it span {
    left: -5px;
    top: -60px;
    color: #fff;
    font-size: 100px;
}

.tech-img {
    width:100%;
    margin: 0 auto 20px;
}
.tech-img figcaption {
    padding: 5px;
    font-size: 15px;
}

.tech-char {
    margin: 20px 0;
    justify-content: space-around;
    flex-wrap: wrap;
}
.tech-char>div {
    width: 100%;
    padding: 10px;
}
.tech-char table {
    width: 100%;
    font-size: 14px
}
.tech-char td:last-child {
    font-weight: bold;
    padding: 2px 0;
    text-align: right;
}
.tech-char span {
    color: #1192c4;
    font-weight: bold;
}

.about h4 {
    color: #1192c4;
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0 010px
}
.about img {
    width: 100%;
}
.about p {
    line-height: normal;
    margin-bottom: 20px;
}
    .faq-it>div {
        justify-content: space-between;
        flex-wrap: nowrap
    }
.faq-it>div p {
    font-size: 16px;
    margin: 0;
    font-weight: bold;
    padding: 15px 0
}
.faq-it>div span {
    cursor: pointer;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    margin-left: 20px
}

.call1 {
    padding: 30px 0
}
.call1 a {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}
.call1 .but {
    margin: 20px auto;
    width: 320px;
    height: 50px;
}
.call1 p {
    font-size: 20px;
}

.online .deco {
    display: none
}

.online .container {
    background: #fff;
    padding: 30px 0;
}
.online .form {
    margin: 0 auto;
    padding: 0 10px
}
.fields .input {
    width: 100%
}
.map {
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}
#map-select {
    height: 300px;
    width: 100%;
    background: #eee;
    margin-top: 20px;
}
.submit {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    
}
.submit span {
    font-size: 18px
}
.submit b {
    color: #e31515;
    font-size: 20px;
}
.submit .but {
    margin-left: 20px
}

.garant-bl {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.garant-it {
    width: 100%;
    margin-bottom: 20px;
}
.garant-it p {
    margin-left: 10px;
}
.reviews {
   # background: url(../img/bg6.jpg) center/cover;
    
}
.reviews-bl {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 50px;
    flex-wrap: wrap;
}
.review-it {
    text-align: center;
    width: 100%;
    margin-bottom: 30px
}

.photo-bl {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.photo-bl>img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}
.photo-bl div {
    width: 100%;
}
.photo-bl div img {
    display: block;
    width: 100%;
    height: 250px;
    margin-bottom: 30px;
}
.photo-bl iframe {
    width: 100%;
    border: none;
    height: 300px;
}

.pays-bl {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    flex-wrap: wrap
}
.pays-bl>div {
    position: relative;
    height: 200px;
    width: 49%;
    display: flex;
    align-items: flex-end;
}
.pays-bl>div img {
    width: 100%;
}
.pays-bl p {
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
}
footer {
    padding: 20px 0;
}
.contact {
    border-bottom: 1px solid #464646;
    padding-bottom: 20px;
    font-weight: lighter;
}
.contact .headline {
    text-align: left;
    font-size: 30px;
    margin: 0 0 10px
}
.contact div {
    width: 100%;
}

footer a {
    color: #fff;
    display: block;
    margin-bottom: 7px
}
.links {
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 20px 0 40px;
    color: #fff;
}
    .links div {
        width: 100%;
    }
.links h4 {
    margin: 0 0 10px
}
.links a {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 7px;
}

.table-head span{
    font-size: 18px;
    display: block;
    padding: 7px 0;
}
.price table {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px
}
.price td {
    padding: 5px 0;
}
.price td:first-child {
    font-size: 16px;
}
.price td:first-child strong {
    display: block;
    font-size: 16px;
}
.price td:last-child {
    font-size: 16px;
    white-space: nowrap
}

.map2 {
    width: 100%;
    height: 300px;
}
.contact-bl {
    background: url(../img/bg1.jpg) center/cover;
    padding: 10px;
    display: flex;
    align-items: stretch;
    justify-content: space-around;
    flex-wrap: wrap;
}
.contact-bl>img {
    display: none
}
.contact-bl>div {
    background: #eeeeee;
    padding: 15px;
}
.contact-bl>div:nth-of-type(1) {
    width: 100%
}
.contact-bl>div:nth-of-type(2) {
    width: 100%;
    position: relative;
}
.contact-bl p {
    font-size: 20px;
}
.contact-bl p span {
    color: #1192c4;
    font-weight: bold;
    font-size: 18px;
}

.disc {
    width: 100px;
    height: 100px;
    right: 5%;
}
.contact-bl .disc span {
    font-size: 40px;
}
.about-bl {
    margin-bottom: 30px;
}
.about-bl .but {
    width: 320px;
    height: 60px;
    margin: 20px 0 0 
}
.about-bl p {
    margin-bottom: 30px;
}

.asenizator>div {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
}
.asenizator h3 {
    font-size: 22px;
    color: #282828
}
.asenizator img {
    width: 100%;
}
.fig-title {
    margin: 30px 0;
    font-size: 32px;
    
}
.asenizators iframe {
    border: 0;
    width: 100%;
    height: 270px;
    margin-bottom: 30px
}
.asenizators .but {
    width: 300px;
    margin-bottom: 40px;
}
.charact {
    width: 100%;
    margin-top: 20px
}
.charact th {
    font-size: 14px;
    color: #fff;
    background: #1192c4;
    text-align: center;
    padding: 5px
}
.charact tr {
    border: 1px solid #1192c4
}
.charact td {
    font-size: 14px;
    text-align: center;
    padding: 15px 10px;
}
    .charact-scroll {
        overflow-x: scroll
    }
.osob {
    margin: 30px 0;
}
.osob p {
    border-bottom: 1px solid #1192c4;
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-right: 50px;
    line-height: 35px;
}
/*modal*/
.modal {
    padding-right: 0px !important;
}
.modal-open {
    padding-right: 0px !important;
}
.modal .modal-dialog {
    width: 95%;
    margin: 70px auto 0;
}
.city .modal-dialog {
    width: 90%
}
.city ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.city li {
    width: 48%;
    display: inline-block;
    list-style: none;
    font-size: 18px;
}
.modal h4 {
    font-size: 25px;
    margin: 20px auto 20px;
    font-weight: bold;
    color: #181818;
}
.modal input {
    width: 250px;
    margin: 10px auto 20px;
    height: 50px;
    font-size: 18px;
    border: 1px solid #1192c4;
}
.modal .but{
    display: block;
    width: 250px;
    height: 50px;
    margin: 0 auto 20px;
}
.modal .but_blue{
    display: block;
    width: 250px;
    height: 50px;
    margin: 0 auto 20px;
}
.modal p {
    font-size: 18px;
}
.modal-dialog .close {
    opacity: 1;
    position: absolute;
    top: 10px;
    right: 10px;
}

#popup .modal-dialog  {
   width: 95%;
    margin-top: 60px
}
#popup .modal-body {
    padding: 10px;
    background: url(../img/modal-bg.jpg) center/cover
}
#popup h3 {
    font-size: 20px;
    display: flex;
    align-items: center;
    margin: 0 0 30px;
    text-align: left;
}
#popup h3 img {
    margin-right: 20px;
    width: 60px;
    position: relative;
}
#popup h3+p>a {
    font-size: 30px;
    padding-bottom: 10px;
    text-align: center;
    display: block;
}

#popup .head-p {
    font-size: 22px;
    margin: 15px 0 20px;
    font-weight: bold;text-align: center
}
#popup  .opros {
    width: 220px;
    font-size: 18px;
    display: block !important;
    margin: 10px auto;
    height: 50px;
}
#popup  .opros_red {
    width: 220px;
    font-size: 18px;
    display: block !important;
    margin: 10px auto;
    height: 50px;
}
#popup .complaint {
    display: block;
    font-size: 18px;
    width: 220px;
    text-align: center;
    margin: 10px auto;
}

#rewiev  .opros_red {
    width: 220px;
    font-size: 18px;
    display: block !important;
    margin: 10px auto;
    height: 50px;
}
#rewiev .complaint {
    display: block;
    font-size: 18px;
    width: 250px;
    text-align: center;
    margin: 0px auto 20px;
}

#popup  .opros.opros-ne-dozv {
    width: 220px
}
#popup  .opros.opros-otzyv {
    width: 220px
}
#popup  .opros:hover {
    background: #2cd945;
    color: #fff;
}
.opros:focus {
    background: #fff;
    color: #3bac00;
}
#popup .but-opros {
    background: #3bac00;
    border: none;
    height: 50px;
    width: 200px !important;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px
}
.opros-block, .opros-form {
    padding: 0px 0 0;
    display: none;
}
#popup .opros-block p {
    text-align: left;
    margin-bottom: 25px;
    font-size: 30px;
    font-weight: bold
}
.get-opros {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sitemap a {
    display: block;
    margin-bottom: 10px;
    font-size: 26px;
    text-decoration: underline;
}
.sitemap a.sub-link {
    padding-left: 50px;
    font-size: 24px;
    text-decoration: none;
}
#show-txt {
    cursor: pointer;
    color: #ff7600;
}
.float-right {
    float: none;
    margin: 0 0 10px;
    width: 100%;
    display: block
}
.float-left {
    float: none;
    margin: 0 0 10px;
    width: 100%;
    display: block
}
.img {
    width: 100%;
    margin: 0 auto 20px;
    display: block
}
.but-block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
    .but-block img {
        display: none;
    }
.but-block p {
    display: none
}
.but-block .but {
    width: 320px;
    }
  .extr>img {
    left: -20px;
}  
.extr {
    top: calc(100% - 200px);
    right: calc(100% - 250px);
    padding: 20px 15px;
}
    .extr .but {
    width: 200px;
}
    .rewiev-bl {
    flex-wrap: wrap
}
.rewiev-it {
    width: 100%;
    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
} 
}