@media all and (min-width: 1400px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1140px;
}

}

@media all and (max-width: 1200px) {
h1 {
    font-size: 45px;
}
.block-title {
    font-size: 45px;
}
#waranty:after {
    background-size: 1200px;
    background-position: right bottom;
}
.waranty-2-wrapper {
    background-size: 450px;
}
.price-text, .preim-text {
    font-size: 15px;
}
#steps p {
    font-size: 28px;
}
.step-item {
    font-size: 14px;
}
}

@media all and (max-width: 960px) {
.action span {
    padding-left: 20px;
}
.block-title {
    font-size: 38px;
}
#about-1 {
    padding-bottom: 400px;
    background-size: contain;
}
#waranty::after {
    background-size: 900px;
    background-position: right bottom;
}
.waranty-wrapper {
    padding-bottom: 100px;
}
.waranty-2-wrapper {
    background-size: 300px;
}
#price .price-title {
    font-size: 17px;
}
.price-item {
    margin: 0px;
    height: 100%;
}
#price .col-lg-12,
#price .col-md-4 {
    margin-top: 15px;
}
h2 {
    font-size: 28px;
}
#steps p {
    font-size: 22px;
}
.faq-title,
.faq-answer {
    font-size: 16px;
}

}

@media all and (max-width: 767px) {
.phone {
    text-align: center;
}
#header {
    padding: 15px 0px;
}
#intro {
    padding-top: 30px;
}
h1 {
    font-size: 40px;
    line-height: 1.2;
}
#intro .container {
    display: flex;
    flex-direction: column;
}
.action {
    order: 5;
    display: block;
    margin-top: 30px;
}
.action span {
    padding: 18px 15px;
    border-right: 1px dashed #F1B857;
    border-bottom: 0px;
    border-radius: 4px 4px 0px 0px;
    text-align: center;
    background: rgba(0, 0, 0, 0.1);
}
.action a {
    display: block;
    width: 100%;
    text-align: center;
}
.block-title {
    font-size: 32px;
}
#about-1 {
    padding-top: 20px;
    padding-bottom: 200px;
}
#about-1 .container::after {
    width: 100%;
    background: url(../images/zoom.png) right top no-repeat;
    background-size: 300px;
}
#about-2 {
    width: 100%;
    background: none;
    height: auto;
}
.about-2-wrapper {
    padding: 70px 0px 0px 0px;
}
#waranty {
    margin-top: -60px;
}
.waranty-wrapper {
    padding-left: 15px;
}
.waranty-wrapper::after {
    top: 15px;
    left: auto;
    background-size: contain;
    width: 150px;
    height: 263px;
    right: 15px;
}
#waranty::after {
    background-size: 660px;
    background-position: -200px bottom;
}
#waranty p img {
    margin-left: 30px;
}
#waranty-2 {
    width: 100%;
    background: none;
    height: auto;
    position: relative;
    z-index: 20;
    margin-top: 0px;
    padding: 70px 0px;
}
#waranty-2::before {
    position: absolute;
    top: -100px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    background: url(../images/bg-2.png) center center no-repeat;
    background-size: 1300px;
    filter: blur(250px);
}
.waranty-2-wrapper {
    background: none;
    padding-left: 0px;
}
#advantages {
    margin-top: 0px;
}
.waranty-2-wrapper .block-title {
    max-width: unset;
    text-align: center;
}
.waranty-2-wrapper img {
    max-width: 100%;
    height: auto;
}
.revision {
    width: 100%;
    height: auto;
    background-size: cover;
    margin-top: 60px;
    padding: 15px 100px 15px 24px;
    position: relative;
    border-radius: 8px;
    background: rgba(196, 196, 196, 0.1);
}
.revision::after {
    left: auto;
    right: 0px;
}
.preim {
    height: auto;
    padding-bottom: 15px;
}
.price-item .d-flex {
    display: block !important;
}
.d-flex .price-title {
    width: 100%;
}
.d-flex .price-text {
    width: 100%;
}
#steps p {
    font-size: 20px;
}
#faq p {
    font-size: 18px;
}
.faq-item {
    height: auto;
    margin-bottom: 25px;
}
#individual {
    padding-top: 50px;
}
#contact {
    width: 100%;
    background: none;
    height: auto;
    margin-top: 0px;
    padding-top: 70px;
}
.contact-wrapper {
    padding: 0px;
}
p.footer-vk {
    padding-bottom: 10px;
}
.contact-wrapper p {
    font-size: 14px;
}

}