@media (max-width: 1600px) {
    .section-padding {
        padding: 60px 0;
    }
    header {
        padding: .6rem 0;
    }
    .navbar-nav .nav-link {
        font-size: 1rem;
    }
    .section-offer {
        height: calc(100vh - 100px);
    }
    .section-offer .offer-title {
        font-size: 3.2rem;
        margin-bottom: 2rem;
        line-height: 1;
    }
    .section-offer .offer-description {
        font-size: 1.6rem;
        line-height: 1.2;
        margin-bottom: 3rem;
    }
    .section-offer .btn {
        padding: 1.2rem;
        font-size: 1.6rem;
    }
    .section-catalog .item {
        padding: 1.5rem 1rem;
    }
    .owl-carousel .owl-item img {
        max-width: 90%;
    }
}
@media (max-width: 1360px) {
    .section-offer .offer-title {
        font-size: 2.8rem;
    }
    .section-garanty .garanty-text, .section-who .who-text {
        padding: 70px;
    }
}
/* col-lg */
@media (max-width: 1200px) {
    body {
        font-size: .95rem;
    }
    h1 {font-size: 2rem;}
    h2, .h2 {
        font-size: 1.8rem;
        margin-bottom: 3rem;
    }
	.section-skills h2 {
        font-size: 2.4rem;
    }
    .section-catalog .item-photo {
        margin-bottom: 1.4rem;
    }
    .article h2 {font-size: 1.4rem;}
    .article-form {padding: 10%;}
    .catalog .column .column-product {
        flex-basis: 50%;
    }
    .catalog .column .column-photo {display: none;}
    .catalog .column .column-product {
        flex-basis: 54%;
    }
    .contacts-content {
        padding: 0 30px;
    }
}

/* col-md */
@media (max-width: 992px) {
    h1 {font-size: 1.8rem;}
    .navbar {justify-content: flex-end;}
    .section-offer .btn {
        padding: 1rem;
        font-size: 1.4rem;
    }
    .section-skills .skills-list li {
        margin-right: 1rem;
    }
    .section-skills .skills-list li:before {
        width: 25px;
        height: 25px;
    }
    .section-news div[class*="col"] {
        margin-bottom: 2rem;
    }
    .contacts-content {
        padding: 0 60px 30px 60px;
    }
    .news-gray img {display: none;}
    .catalog .column-title {height: 48px;}
    .card-header .btn {font-size: .9rem;}
}

/* col-sm */
@media (max-width: 767px) {
    h1 {
        font-size: 1.6rem;
    }
    h2, .h2 {
        font-size: 1.6rem;
        margin-bottom: 1.6rem;
    }
    header {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        width: 100%;
        background: #fff;
    }
    .section-offer {
        height: calc(100vh - 46px);
    }
    .section-offer .offer-title {
        line-height: 1.2;
    }
    .section-skills h2 {
        font-size: 2rem;
    }
    .section-skills .skills-list li {
        margin-bottom: 1rem;
    }
    .section-garanty .garanty-img, .section-who .who-img {
        height: 50vh;
        position: relative;
    }
    .section-garanty .garanty-text, .section-who .who-text {
        padding: 30px;
    }
    .section-news div[class*="col"] {
        margin-bottom: 1rem;
    }
    .section-news .news-inner {
        display: flex;
    }
    .section-news .news-content {
        padding: 0 0 0 20px;
    }
    .section-news .news-name {
        margin-bottom: 10px;
    }
    .section-news p {
        line-height: 1.2;
    }
    .section-news .news-content .btn {
        display: none;
    }
    .article h2 {
        font-size: 1.2rem;
        margin-bottom: 1rem;
    }
    .article img {
        margin-bottom: 20px;
    }
	.article .passport-info {margin-top:0;}
    .catalog .column-title {margin-top: 30px;}
    .section-skills ul li {
        margin-right: 10px;
        margin-bottom: 20px;
    }
}

@media (max-width: 639px) {
    .section-offer .offer-title {
        font-size: 2.4rem;
        line-height: 1.1;
        margin-bottom: 2rem;
    }
    .section-offer .offer-description {
        font-size: 1.4rem;
        line-height: 1.2;
        margin-bottom: 2rem;
    }
	.section-offer .btn {
        padding: 1rem;
        font-size: 1.2rem;
    }
    .section-skills {
        height: auto;
    }
    .section-skills h2 {
        font-size: 1.8rem;
    }
    .item-services {
        text-align: left;
        margin-bottom: 1.5rem;
        border-bottom: 1px solid #eeeded;
    }
    .item-services .for_images {
        height: 70px;
        float: left;
        width: 80px;
        text-align: center;
    }
	.article .passport-info {margin-top:0;}
}
@media (max-width: 480px) {
    h1 {
        font-size: 1.2rem;
    }
    h2, .h2 {
        margin-bottom: 2rem;
    }
    h5, .h5 {
        font-size: 1rem;
    }
    .panel-search form {width: 160px;}
	.contacts-content {
        padding: 0;
        margin-bottom: 50px;
	}
	.section-contacts h2 {text-align: center;}
	.section-garanty .garanty-text, .section-who .who-text {padding: 20px 0;}
    .section-catalog .item {
        text-align: center;
    }
    .owl-carousel .owl-item img {
        max-width: 100%;
        width: auto!important;
    }
    .article h2 {
        font-size: 1.1rem;
    }
	.article .passport-info {margin-top:0;}
    .column-quantity, .column-price {display: none;}
    .catalog .column .column-product .price {display: block;}
    .catalog .column form {align-items: flex-start;}
    .catalog .column .column-product {
        flex-basis: 70%;
    }
}   

@media (max-width: 360px) {
    .section-offer .offer-title {font-size: 2rem;}
    h2, .h2, .section-skills h2 {
        font-size: 1.6rem;
    }
    .section-news .news-inner {
        flex-direction: column;
    }
    .section-news .news-photo {margin-bottom: 20px;}
    .section-skills .skills-list {
        margin-top: 1rem;
    }
	.footer{font-size: .7rem;}
	.article .passport-info {margin-top:0;}
	.serviceDetail .form-control {font-size: 9px;}
	.serviceDetail .article .form-row .btn-search {
    right: 6px;
    top: 4px;
	width: 20px;
	height: 18px;
	}
}
