@media screen and (max-width: 768px) {

.label-control+label {
    position: relative;
    font-size: 11px;
    font-weight: normal;
    padding-left: 25px;
    width: auto;
    margin-bottom: 0px;
    text-align: left;
    cursor: pointer;
    color: #fff;
    margin-top: 20px
}
.label-control+label a {
    text-decoration: underline;
    color: #fff;
}
.label-control+label:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background: #3acb1b;
    left: 0px;
    top: -3px;
    cursor: pointer;
    border-radius: 3px;
}
.label-control:checked+label:before {
    background: #3acb1b url(../img/icon/check.png) center no-repeat;;
}
.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;
}

.header {
    padding: 15px 0 0;
}
.logo img {
    margin-right: 15px
}
.logo h3 {
    margin: 0;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Black';
    color: #3acb1b
}
.header h2, .header h1 {
    margin: 15px 0;
    font-size: 16px;
    line-height: 20px;
}
.tel {
    text-align: left;
    width: 100%
}
.tel a {
    padding-left: 35px
}
.tel a:before {
    left: 0px;
}
    .tel p {
        text-align: left;
        padding-left: 35px
    }
.menu {
    background: linear-gradient(#3dcf1d, #0b8002);
    display: none
}
.menu a {
    padding: 12px 0px;
    margin: 0 auto;
    width: 100%;
}
.menu a[href='#calc'] {
    justify-content: center;
    padding: 12px 0px;
    text-align: center;
}
.menu a[href='#calc'] img {
    margin-left: 20px
}
.menu a[href='#calc']:after {
    display: none
}
.menu a:not(:last-child):after {
    display: none
}
.menu a:not(:first-child):before {
    display: none
}
.menu a:not(:first-child):hover:after {
    display: none
}
.menu a:not(:first-child):hover:before, .menu a.active:before {
    display: none
}
.menu .menu-tel {
    display: none
}
.menu.fixed .menu-tel {
    display: none;
}
    .menu.fixed {
        top: 50px;
    }
.menu .menu-tel:hover:after, .menu .menu-tel:hover:before{
    display: none !important
}
.menu .menu-tel:hover {
    background: none !important;
    color: #fff !important;
}
.tel-nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
    .fixed.tel-nav {
        background: #fff;
        padding: 10px 15px
    }
.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: #0b8002;
    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) ;
}
.but {
    width: 280px;
    height: 55px;
    font-size: 18px;
}
.head-container {
    background: url(../img/slide0.jpg) center/cover no-repeat;
    padding: 30px 0;
    background-position: 40% 50% !important
}
.head-content {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
}
.head-slider {
    width: 100%;
    height: auto!important;
}
.head-text-main {
    width: 100%;
    height: auto !important;
    position: relative;
}
.bot-p {
    position: static;
    font-size: 18px !important;
}
.head-text {
    height: 100%;
}
.head-text h2, .head-text h1 {
    margin: 20px 0 20px;
    font-size: 32px;
}
.head-text p {
    font-size: 24px;
}
.head-text h1 span {
    font-size: 24px;
    margin-top: 20px
}
.head-form {
    padding: 20px 5px;
    text-align: center;
    width: 100%
}
.head-form h4 {
    margin: 0 0 30px;
    font-size: 16px;
}
.head-form form {
    width: 100%;
}
.input {
    display: block;
    width: 280px;
    height: 55px;
    padding-left: 45px;
    font-size: 16px;
}
.input-field {
    margin: 0 auto 15px;
    position: relative;
    z-index: 1;
    width: 280px;
}
.head-form .but {
     margin: 0 auto;
}

.file {
    background: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: normal;
    cursor: pointer;
}
.file #add_file {
    display: none;
    opacity: 0;
}
.block {
    padding: 40px 0;
}
.headline {
    margin: 0 0 30px;
    font-size: 26px;
}
    .actual-bl {
        flex-wrap: wrap;
        width: 100%;
    }
.actual-img {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-around;
}
.actual-img>div {
    width: 100%;
    margin-bottom: 20px;
}
    .actual-img>div>img {
        width: 100%;
    }
.actual-img>div>div {
    padding: 20px;
}
.actual-img p {
    margin-bottom: 10px;
    font-size: 18px;
}
.actual-price {
    width: 100%;
    background: #fff;
    padding: 25px 20px;
}
.actual-price p {
    padding: 12px 0;
    justify-content: space-between;
}
.actual-price p span {
    font-size: 18px;
}

#calc {
    padding: 40px 0;
}
#calc .headline {
    margin: 30px 0 10px
}
#calc .headline+p {
    font-size: 18px;
}
.calc-bl {
    justify-content: space-around;
    margin-top: 20px;
    flex-wrap: wrap;
}
.calc-bl .input, .calc-bl .input-field {
    width: 300px;
}
.calc-bl + p {
    border-bottom: 1px solid;
    padding-bottom: 20px
}
.calc-result {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    flex-wrap: wrap;
}
.result {
    width: 280px;
    margin: 10px 30px;
}
.result.shine {
    border: 1px solid #3acb1b;
    box-shadow: 0px 0px 3px 2px #3acb1b;
    transition: all linear .3s
}
.calc-bl .result, .calc-bl .but {
    width: 260px
}
.result img {
    margin-left: 10px
}
    .uslovie {
        padding: 40px 15px
    }
.uslovie-bl {
    align-items: flex-start;
    margin-top: 30px;
}
.uslovie-it {
    width: 48%;
    margin-bottom: 20px
}
.uslovie-it img {
    margin-bottom: 15px
}
.uslovie-it p {
    font-size: 16px;
}

.work-bl {
    align-items: flex-start;
    margin-top: 40px;
}
.work-it {
    width: 48%;
    border: 1px solid #3acb1b;
    padding: 0 10px 20px 10px;
    margin-bottom: 30px
}
.work-it p {
    margin: 0;
    font-size: 16px;
    padding-right: 0px;
    line-height: 20px
}
.work-it span {
    font-size: 45px;
    line-height: 40px;
    top: -15px;
}

.form-container .headline + p {
    font-size: 20px;
    margin-bottom: 20px;
}
.form-container form {
    margin-top: 20px;
}
.form-container .input-field, .form-container .but {
    margin: 0 auto 20px
}
    .content {
        padding: 40px 15px
    }
.content-bl {
    margin-bottom: 10px
}
.content-bl p {
    font-size: 16px;
}
.content-bl h5 {
    font-size: 22px;
    margin: 0 0 15px
}
.content-bl li {
    padding-left: 17px;
    position: relative;
    font-size: 16px
}
.content-bl ul {
    margin-bottom: 20px
}
.content-bl li:before {
    width: 7px;
    height: 7px;
    top: 5px
}
.content-it {
    width: 100%;
    border-bottom: 1px solid #a3a3a3;
    margin-bottom: 20px
}
.content-it p {
    font-size: 16px;
    line-height: 22px
}
.content-it img {
    width: 100%;
    margin-bottom: 20px
}
.content-it h5 {
    margin-bottom: 10px
}
.contact-info {
    width: 100%;
}
.contact-main .contact-info {
    width: auto;
}
.contact-info p {
    padding-left: 35px;
    font-size: 16px;
    margin-bottom: 15px;
}

.map {
    width: 100%;
    height: 300px;
}
.map2 {
    width: 100%;
    height: 300px;
    margin-top: 20px
}
footer {
    padding: 15px 0;
}
footer .logo h3 {
    font-size: 20px;
    margin: 0 0 10px;
    text-align: center;
}
footer .logo p {
    font-size: 16px;
    text-align: center;
}
footer .call {
    text-align: center
}
.copy {
    margin: 10px 0
}
.main .headline+p {
    font-size: 20px;
    margin-bottom: 10px
}
.main p {
    font-size: 16px
}
.main-bl {
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 20px
}
.main-img {
    width: 100%;
    margin-bottom: 20px;
}
.main-img-mod {
    width: 48%
}
.main-img img {
    width: 100%;
}
.main-img>div {
    padding: 20px 0 10px 10px;
}
.main-img p {
    margin-bottom: 0px;
    font-size: 16px;
}
.headline span {
    font-size: 20px;
}
.price-block {
    padding: 0 0px;
    width: 100%;
    overflow-x: scroll
}
.price-table {
    margin-top: 10px;
    width: 100%;
}
.price th {
    font-size: 11px;
    padding: 10px 5px;
}
.price td {
    padding: 10px 5px;
    line-height: normal;
    font-size: 14px;
}
.price tr:not(:last-child) {
    border-bottom: 1px solid #d0d0d0
}
.price td:nth-of-type(1) {
    width: auto;
    padding-top: 15px;
    vertical-align: text-top
}
.price .first {
    padding-right: 0px
}
.price .name-td {
    width: auto !important;
}
.price th:nth-of-type(3) {
    text-align: right
}
.price td:nth-of-type(3), .price .cena {
    width: auto;
    font-size: 14px;
    padding: 0 3px;
}
.price td:nth-of-type(3) img {
    position: relative;
    top: -2px
}

.black-met-bl {
    align-items: flex-start;
}
.black-met {
    width: 48%;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 10px
}
.black-met img {
    width: 100%;
    margin-bottom: 10px
}


/*modal*/
.modal .modal-dialog{
    width: 100%;
    margin: 70px auto 20px;
}
.modal-content {
    border-radius: 0px;
    background: rgba(0, 0, 0, 0.75);
    width: 95%;
    padding: 0 0 10px;
}
.modal p {
    font-size: 18px;
    margin: 20px auto 20px;
    color: #fff;
}
.modal-dialog .close {
    opacity: 1;
    position: absolute;
    top: -30px;
    right: 0px;
    outline: none
}
#best-price .modal-content {
    width: 95%;
}
#best-price .modal-body {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    flex-wrap: wrap;
    padding-bottom: 20px
}
#best-price .modal-body>img {
    width: 100%;
}
#best-price h4 {
    font-family: 'Black';
    font-size: 25px;
    margin: 20px 0 0
}
#best-price h4+p {
    font-size: 20px;
    margin: 10px 0
}
#best-price .form-best {
    width: 100%;
}

.float-right {
    float: none;
    margin: 15px auto;
    width: 100%
}
.float-left {
    float: none;
    margin: 15px auto;
    width: 100%
}
.contact-bl {
    justify-content: space-between;
}
.musor-bl>div {
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 20px
}
    
.tehn-bl {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}
.tehn-bl>div {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 10px 0;
    padding-right: 0px;
    text-align: center
}
    .tehn {
        padding: 30px 15px;
    }
.tehn-bl_mod {
    flex-wrap: wrap;
}
.tehn-bl_mod>div {
    width: 50%
}
.tehn-bl p {
    font-size: 17px;
}
.tehn-bl img {
    margin-bottom: 15px
}
}