@media screen and (max-width:768px) {
.nav-control {
    width: 40px;
    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-family: 'Arial', sans-serif;
    font-size: 16px;
}
.flex-b {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.block {
    padding: 30px 0;
}
.block.container {
    padding: 30px 15px
}
.pad-top {
    padding-top: 30px;
}
.pad-bot {
    padding-bottom: 30px;
}
.fixed {
    position:fixed;
    top:0; 
    left: 0;
    width: 100%;
    z-index: 99
}
.but {
    font-size: 16px;
    height: 50px;
    width: 260px;
}
.fields-wrap {
    padding: 0 0px;
    flex-wrap: wrap;
}
.input-wrap {
    width: 100%;
    position: relative;
    margin: 0 auto 15px;
}
.input-wrap span {
    position: absolute;
    left: 17px;
    top: 11px;
}
.input {
    width: 100%;
    height: 50px;
    padding-left: 42px;
}

.headline {
    font-size: 24px;
    margin: 0 0 20px;
}

.modal .modal-dialog{
    margin: 50px auto 0px;
    width: auto;
}
.modal-content {
    width: 95%;
}
#modal1 .modal-content {
    width: 95%;;
}
#modal1 .input-wrap {
    margin: 0 0 15px
}
.modal h6 {
    font-size: 20px;
    margin: 10px auto 0px;
}
.modal p {
    font-size: 16px;
}
.modal .but{
    margin: 20px auto 10px;
}
.modal-dialog .close {
    top: 10px;
    right: 10px;
}
.select-conect {
    padding: 20px;
}
.select-conect p {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 20px;
}

.breadcrumbs {
    padding: 15px 15px;
}


    #top {
        padding-top: 35px
    }
.top-head {
    padding: 15px;
}
.top-menu {
    width: 100%;
    justify-content: space-between;
}
.top-menu a {
    font-size: 14px;
}
.soc {
    width: 100%;
    margin-top: 10px;
}
.soc a {
    font-size: 14px;
}
.logo-headline {
    margin: 0 0 0 20px;
    font-size: 16px;
}
.head-info {
    text-align: center;
    margin: 10px 0 0;
}
.head-info p:last-child {
    font-size: 16px;
    margin-top: 0px;
}
.head-info p:last-child span {
    margin-left: 0px;
    padding-left: 0px;
    position: relative;
    display: block;
}
.head-info p:last-child span:before {
    display: none
}
.tell {
    text-align: center;
    display: none
}
.nav-bar {
    padding: 5px 15px;
    background: #92AC12;
    justify-content: space-between;
    display: flex !important;
}
.nav-bar a {
    color: #fff;
    font-size: 20px;
}
.menu {
    display: none;
    z-index: 9;
    position: fixed;
    top: 38px
}
.menu ul {
    width: 100%;
}
.menu li {
    width: 100%;
    text-align: center;
}
.menu a {
    padding: 5px 0;
    width: 100%;
}

.sub-menu {
    position: static;
    width: 100%;
    padding-bottom: 10px;
    display: block
}
.sub-menu>img {
    width: 100%;
    display: none
}
.sub-menu ul {
    padding: 10px 0 0;
}
.sub-menu li {
    margin-bottom: 5px
}
.sub-menu li a {
    font-size: 16px;
    padding-left: 0px;
}
.sub-menu li a:before {
    display: none
}
.sub-menu ul + a {
    display: none
}
    
.head-slide {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height:460px !important;
}
.head-slide>.container {
    height: 100%;
    display: flex;
    align-items: center
}
.head-slider {
    margin: 0 !important;
}

.head-text {
    padding: 30px;
    width: 100% !important;
}
.head-text h2 {
    font-size: 40px;
}
.head-text h2 span {
    font-size: 20px;
    margin-top: 10px;
    line-height: 30px;
}

.cards {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.card-bl {
    width: 100%;
}
.card-bl:nth-of-type(2) {
    margin-top: 0px
}
.card-bl:nth-of-type(3) {
    margin-top: 0px;
}
.card-it {
    position: relative;
    width: 100%;
    height: 500px;
    margin-bottom: 20px
}
.card-it>img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}
.card-it.less {
    height: 400px;
}
.card-it.more {
    height: 700px;
}
.card-it a {
    margin: 0 20px 20px 20px;
    justify-content: space-between
}

.pull-top {
    margin-top: 20px
}
.content-block {
    margin-bottom: 0px
}
.content-block_mod {
    margin-bottom: 30px
}
.content-block>div {
    width: 100%;
}
.content-block>div>img {
    width: 100%;
    margin: 20px 0;
}
.content-block .headline {
    text-align: left
}
.list {
    margin-bottom: 20px
}
.list li {
    margin-bottom: 10px;
}
.work-bl {
    align-items: flex-end
}
.work {
    align-items: flex-start;
    margin: 0;
    flex-wrap: wrap;
}
.work-it {
    width: 50%;
    padding: 10px
}


.obj a {
    width: 48.5%;
    margin-bottom: 20px;
}
.contact {
    height: auto;
    padding: 0;
    position: relative;
}
.contact .container {
    position: relative;
    height: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
}
.contact-bl {
    width: 100%;
    padding: 20px;
    height: auto;
}
.contact-bl>p {
    font-size: 16px;
    padding-left: 30px;
    margin-bottom: 10px
}

.contact-bl .soc {
    margin: 10px 0;
    width: 100%;
}

.contact-bl .soc a {
    margin-right: 20px;
    margin-bottom: 20px;
    display: inline-block
}
.map {
    height: 350px;
    background: #bbb;
    position: static;
    width: 100%;
    margin-top: 20px
}

.foot-nav {
    width: 100%;
    justify-content: space-around
}

.foot-nav a {
    width: 40%;
    font-size: 14px;
    margin: 7px 5px;
    text-transform: uppercase;
    text-align: center;
}
footer .container>div:first-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 10px;
}
footer .container>div:last-child {
    font-size: 12px;
    padding-top: 15px;
}
footer .container>div:last-child a, footer .container>div:last-child p {
    margin: 10px;
}



.products-bl {
    padding-bottom: 30px;
}
.products, .products .rows {
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-around;
}
.product {
    width: 100%;
    margin-bottom: 20px;
    justify-content: flex-start;
}
.product:not(:nth-of-type(3n)) {
    margin-right: 0%;
}
    .product>div {
        height: auto;
        justify-content: flex-start;
    }
.product>img {
    width: 100%;
    height: auto
}
.product>div {
    padding: 15px;
}
.product h3 {
    margin: 0 0 10px;
    font-size: 16px;
}
.prod-h {
    padding-bottom: 10px;
}
.product>div>div {
    padding: 10px 0;
    margin-bottom: 10px;
}
.char {
    font-size: 14px;
    color: rgba(23, 23, 23, 0.5);
    margin-bottom: 4px;
    justify-content: space-between
}
.char span {
    font-size: 16px;
    color: #000
}
    .product .price {
        justify-content: space-between
    }
.product .price span {
    color: #171717;
    font-weight: bold;
    font-size: 24px;
}
.product .but {
    margin: 10px auto 0;
    width: 190px;
}
.product .pdf {
    padding: 7px 10px;
}

.baner {
    height: auto;
    padding: 50px 0
}
.baner .container {
    display: flex;
    align-items: center;
    height: 100%;
}
.baner .head-text {
    padding: 30px;
    width: 100% !important;
}
.baner h2 {
    font-size: 26px;
}
.baner h2 span {
    font-size: 20px;
    margin: 20px 0;
    line-height: 32px;
}

.text p {
    margin-bottom: 20px;
}
    .prod-nav {
        width: 100%;
        justify-content: space-between;
        display: flex;
        margin: 10px 0;
    }
.prod-nav a {
    text-transform: uppercase;
    color: #92AC12;
    font-size: 12px
}
.prod-nav a img {
    position: relative;
    top: -2px;
}
.prod-nav a:last-child {
    margin-left: 0px
}
.card {
    padding: 0px 0 20px;
}
.card>div>img {
    width: 100%;
}
.charact {
    width: 100%;
    margin-top: 20px
}
.card>div {
    align-items: flex-start
}
.card h3 {
    margin: 0 0 10px;
    font-size: 30px;
    font-weight: bold
}
.card .but {
    margin: 20px auto 0;
}
.card .but img {
    margin-right: 20px;
}


.analog-slide {
    margin-top: 20px;
    padding: 0px 0;
}
.analog-sl img {
    /* height: auto */
}
.analog-slide .analog-sl p {
    height: auto
}
.list-bl {
    justify-content: flex-start;
    margin: 10px 0
}
.list-bl .list {
    width: 100%;
    margin: 0
}
.list-bl .list li {
    margin-bottom: 5px;
}

.uslug .card-it {
    width: 100%;
}
.uslug .card-it:not(:nth-of-type(3n)) {
    margin-right: 0%;
}

.usluga-bl {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.usluga-form {
    width: 300px;
    flex-shrink: 0;
    margin-left: 30px;
    display: none
}
.usluga-main>img, .usluga-main p img {
    width: 100%;
    margin-bottom: 25px;
    display: block;
}

textarea.input {
    resize: none;
    height: 100px;
    padding-top: 12px
}
.usluga-form-cont .but {
    width: 100%;
    margin: 0 auto 15px;
}
.uslug-bl-form {
    padding: 40px 0;
    margin: 20px 0;
    display: flex;
    justify-content: space-around;
    text-align: center
}
    .uslug-bl-form h4 {
        text-align: center;
    }
.uslug-bl-form>div {
    margin-right: 0%;
}
.uslug-bl-form .input {
    background: #fff
}

.portfolio {
    justify-content: space-between;
    align-items: flex-start;
}
.portfolio .analog-sl {
    width: 100%;
    padding: 0;
    margin: 0 0 20px;
}
.portfolio .analog-sl:not(:nth-of-type(3n)) {
    margin-right: 0%
}
.portfolio .analog-sl>div {
    padding: 10px;
    justify-content: flex-start
}
    .portfolio .analog-sl p {
        font-size: 14px;
    }
    .portfolio .analog-sl .but {
        width: 100%;
        height: 40px
    }
    .portfolio .analog-sl img {
        height: auto;
    }
.case-desc {
    flex-wrap: wrap;
}
.case-desc>div:first-child {
    width: 100%;
    flex-shrink: 0
}
.case-desc p {
    margin-bottom: 10px;
}

.obj_mod {
    justify-content: flex-start;
    margin-top: 20px;
    justify-content: space-around;
}
.obj_mod a:not(:last-child) {
    margin-right: 0%
}
.obj_mod a {
    width: 48.5%;
}
.video {
    width: 100%;
    height: auto
}
.baner2 li a {
    color: #aaa
}
.baner2 .head-text {
    color: #fff;
    padding: 35px;
    margin: 40px 0;
}
.baner2 .head-text p {
    font-size: 16px;
    margin-top: 20px;
}
.brend {
    flex-wrap: wrap;
    margin-top: 0px;
}
.brend a {
    margin-bottom: 25px;
    width: 43%;
}
.brend img {
    width: 100%;
}

.faq-it {
    background: #fff;
    margin-bottom: 10px;
    padding: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.faq-it>div {
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: flex-start
}
.faq-it>div p {
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 20px;
    font-size: 14px;
}
.faq-it>div span {
    width: 40px;
    height: 40px;
}
.faq-it .answer {
    padding-left: 0px;
}

.map_mod {
    height: 350px;
    position: static;
}
.contact-bl_mod {
    width: 100%;
    padding: 30px;
    margin-bottom: 20px;
}
.reqviz {
    width: 100%
}
.reqviz p {
    font-size: 16.5px;
    line-height: normal;
    margin-bottom: 10px;
}

.widget {
    width: 70px;
    height: 70px;
    bottom: 2%;
    right: 2%;
    border: none;
}
.widget span {
    font-size: 11px;
    width: 100%;
    height: 100%;
}
.show-scroll {
    display: none
}
}