<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media only screen and (max-width: 1600px) {}


/**1600px**/

@media only screen and (max-width: 1440px) {
    .intro,
    .att {
        padding-left: 15px;
        padding-right: 15px;
    }
    .intro .pic {
        right: 0;
    }
    .intro .pic img {
        max-width: 80%;
    }
    .plan .item:nth-child(even) .in {
        margin-left: 0;
    }
    .att .chisel:before {
        right: -60px;
    }
    .footer {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
    }
}


/**1440px**/

@media only screen and (max-width: 1280px) {
    .header .inner {
        padding-left: 30px;
        padding-right: 30px;
    }
    .title-block {
        font-size: 55px;
    }
    .plan .item:nth-child(even) .in {
        margin-top: 0;
    }
    .plan .item {
        width: 100%;
        margin-bottom: 45px;
    }
    .plan .item .in {
        max-width: 100%;
        padding-top: 55px;
        text-align: center;
    }
    .plan .item .icon {
        top: 0;
        width: 100px;
        left: 50%;
        right: auto;
        transform: translate(-50%, -50%);
    }
}


/**1280px**/

@media only screen and (max-width: 1200px) {
    .hidd1200 {
        display: none!important;
    }
    .show1200 {
        display: block;
    }
    .header {
        padding-top: 10px;
    }
    .header .cols {
        align-items: center;
    }
    .header .logo img {
        width: 70px;
    }
    .header .social__item img {
        max-width: 18px;
    }
    .header .social-wrap {
        margin-right: 0;
    }
    .intro {
        padding-top: 15px;
    }
    .intro__wrap {
        padding-top: 120px;
        padding-bottom: 35px;
        border-radius: 30px;
    }
    .intro__left {
        padding-left: 0;
    }
    .intro__left {
        padding-left: 0;
    }
    .intro .pic {
        display: none;
    }
    .intro .illus {
        min-height: 300px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        position: relative;
        top: auto;
        right: auto;
        z-index: 1;
    }
    .intro .illus:before {
        content: "";
        width: 296px;
        height: 501px;
        background: url(/themes/iqveles/assets/img/for_landing/intro/pic_2.svg) no-repeat;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .plan {
        padding-top: 35px;
    }
    .att {
        padding-top: 30px;
    }
    .consult {
        padding-bottom: 12px;
    }
    .footer__wrap {
        border-radius: 30px;
    }
    .footer__top {
        padding-top: 25px;
        padding-bottom: 25px;
        text-align: center;
    }
    .footer__bottom {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .footer__top .cols {
        flex-wrap: wrap;
    }
    .footer__top .col {
        width: 100%
    }
    .footer .logo {
        text-align: center;
    }
    .footer .logo img {
        width: 86px;
    }
    .footer__top .col:nth-child(4) {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .footer__bottom .cols {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .footer__bottom .col {
        width: 100%;
        text-align: center;
    }
    .footer__bottom .items {
        flex-wrap: wrap;
    }
    .footer__bottom .item {
        width: 100%;
        margin-top: 10px;
    }
    .footer__bottom .social {
        justify-content: center;
        margin-bottom: 20px;
    }
    .consult__wrap,
    .ques__wrap {
        border-radius: 30px;
    }
    .what .title-block {
        margin-left: 0;
        max-width: 100%;
        text-align: center;
    }
    .what {
        min-height: 760px;
        background: url(/themes/iqveles/assets/img/for_landing/what/pic_2.svg) bottom center no-repeat, url(/themes/iqveles/assets/img/for_landing/what/line.svg) bottom center no-repeat;
    }
    .result {
        padding-bottom: 45px;
    }
    .result .inner {
        padding-top: 45px;
    }
    .result .item .in {
        padding: 25px;
        border-radius: 30px;
    }
    .result .item .title {
        font-size: 24px;
    }
    .result .item p {
        font-size: 15px;
    }
    .result .list li {
        font-size: 15px;
    }
    .order-wrap {
        padding: 300px 15px 55px;
        border-radius: 30px;
        background-position: left top;
        background-size: 851px;
    }
    .order .right {
        max-width: 100%;
        margin-left: 0;
        text-align: center;
    }
    .order {
        padding-top: 30px;
    }
    .include .item .in {
        padding: 25px;
        border-radius: 30px;
    }
    .include .item .title {
        font-size: 24px;
    }
    .include .list li,
    .include .item p {
        font-size: 15px;
    }
    .include .item .title img {
        font-size: 22px;
    }
    .include {
        padding-top: 45px;
    }
    .ques {
        padding-top: 35px;
    }
    .att__wrap {
        border-radius: 30px;
    }
    .att .chisel&gt;div {
        border-radius: 30px;
    }
}


/**1200px**/

@media only screen and (max-width: 1199px) {
    .title-block {
        font-size: 45px;
    }
    .consult__wrap,
    .ques__wrap {
        padding: 85px 30px;
    }
    .result .item {
        width: 100%!important;
    }
    .title-block.flex {
        display: block;
        text-align: center;
    }
    .title-block.flex img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
    .include .item {
        width: 100%!important;
    }
    .att .title-block {
        text-align: center;
    }
    .att .col {
        width: 100%;
    }
    .att .col:nth-child(2) {
        padding-top: 300px;
    }
    .att .list.first {
        max-width: 100%;
    }
    .att .chisel {
        position: absolute;
        top: 130px;
        left: 50%;
        transform: translateX(-50%);
    }
    .att .chisel:before {
        width: 220px;
        height: 204px;
        top: -155px;
        right: auto;
        left: 50%;
        transform: translateX(-50px);
    }
    .att {
        padding-bottom: 150px;
    }
}


/**1199px**/

@media only screen and (max-width: 992px) {}


/**992px**/

@media only screen and (max-width: 991px) {}


/**991px**/

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


/**768px**/

@media only screen and (max-width: 767px) {
    .intro .chisel {
        padding: 12px;
    }
    .intro .chisel__item {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .intro .chisel__item span {
        font-size: 14px;
    }
    .title-block {
        margin-bottom: 35px;
        font-size: 32px;
    }
    .intro__left {
        text-align: center;
    }
    .list-purple {
        text-align: left;
    }
    .intro p {
        font-size: 20px;
    }
    .list-purple li {
        font-size: 14px;
    }
    .btns__item {
        width: 100%;
        margin-bottom: 10px;
    }
    .intro .btn {
        width: 100%;
        min-height: 58px;
        font-size: 14px;
    }
    .plan .item .in {
        padding: 55px 30px 35px;
        border-radius: 30px;
    }
    .plan .item .title {
        font-size: 24px;
    }
    .plan .item .title span {
        font-size: 18px;
    }
    .plan .item p {
        font-size: 15px;
    }
    .plan .item p span {
        display: inline-block;
        font-size: 13px;
        margin-top: 5px;
    }
    .plan .item p br {
        display: inline;
    }
    .footer-links li {
        font-size: 16px;
    }
    .footer__phone {
        font-size: 24px;
    }
    .footer__top p {
        font-size: 16px;
    }
    .consult__wrap,
    .ques__wrap {
        padding: 35px 15px 320px;
        text-align: center;
    }
    .ques__wrap {
        background-size: 450px;
    }
    .consult .btn,
    .ques .btn {
        min-height: 58px;
        font-size: 14px;
    }
    .consult__wrap {
        background: #8E57B4 url(/themes/iqveles/assets/img/for_landing/consult/pic_2.svg) center bottom no-repeat;
    }
    .consult p,
    .ques p {
        max-width: 100%;
        font-size: 18px;
    }
    .order p {
        font-size: 24px;
    }
    .order .btn {
        min-height: 58px;
        font-size: 14px;
    }
    .att .list li {
        font-size: 15px;
    }
    .att .chisel&gt;div {
        padding: 20px;
        text-align: center;
    }
    .att .list.sm li {
        font-size: 15px;
        padding-left: 0;
        padding-top: 25px;
    }
    .att .list.sm li:before {
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .att .chisel {
        width: 100%;
    }
}


/**767px**/

@media only screen and (max-width: 576px) {}


/**576px**/

@media only screen and (max-width: 575px) {}


/**575px**/

@media only screen and (max-width: 480px) {}


/**480px**/

@media only screen and (max-width: 425px) {}


/**425px**/

@media only screen and (max-width: 375px) {}


/**375px**/

@media only screen and (max-width: 360px) {}


/**360px**/

@media only screen and (max-width: 320px) {}


/**320px**/

@media only screen and (min-width: 1200px) {}</pre></body></html>