@media(max-width: 1440px){
    .logo-link img {
        height: 50px;
        width: auto;
        transition: all .3s;
    }
    .btn-style {
        background: linear-gradient(
                208deg, rgb(0 194 199) 8%, rgb(117 91 188) 62%, rgb(218 41 165) 100%);
        color: #fff;
        padding: 10px 20px;
        font-size: 16px;
        line-height: 26px;
        -webkit-filter: brightness(100%);
        filter: brightness(100%);
        transition: all .3s;
    }
    .btn-style i {
        font-size: 21px;
        vertical-align: text-bottom;
        margin-left: 10px;
        transition: all .3s;
    }
    .options__phones a {
        display: block;
        color: #d1d1d1;
        font-size: 15px;
        line-height: 28px;
        transition: all .3s;
    }
    .has-dropdown {
        font-size: 15px;
        line-height: 30px;
    }
    .submenu li a {
        padding: 6px 15px;
        font-size: 15px;
        line-height: 22px;
        display: block;
        color: #acacac;
        margin: 0 8px;
        border-radius: 3px;
        transition: .3s;
    }
    .banner-mini {
        font-size: 18px;
        line-height: 26px;
    }
    .banner-accent {
        margin-bottom: 50px;
        display: inline-block;
        font-size: 55px;
    }
    .banner-content {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    .advantage-wrapper .mb60{
        margin-bottom: 30px;
    }
    .consult-box {
        margin-top: 60px;
    }
    .consult-text {
        font-size: 30px;
        line-height: 35px;
    }
    .advantage-icon img {
        height: 65px;
    }
    .advantage-title {
        margin: 10px 0;
        font-weight: 700;
        font-size: 22px;
        height: 50px;
    }
    .advantage-text {
        color: #060606;
        font-weight: 200;
        font-size: 16px;
        line-height: 23px;
        text-align: center;
    }
    .advantage-text .marker {
        font-size: 18px;
    }
    .wrapper-advantage-card {
        padding: 15px;
    }
    .prices-data {
        margin: 15px 0 0;
        border-top: 1px solid #ccc;
        padding-top: 15px;
        font-size: 20px;
        color: #060606;
    }
    .price-btn {
        margin-top: 15px;
    }
    .prices-desc {
        margin: 15px 0 15px;
        font-weight: 500;
        font-size: 16px;
        line-height: 26px;
    }
    .wrapper-price-card {
        padding: 15px 15px 15px;
    }
    .prices-data span {
        font-weight: 700;
        font-size: 30px;
    }
    .price-btn .btn-style {
        width: 100%;
        font-size: 18px;
    }
    .data-text {
        font-weight: 200;
        font-size: 16px;
        line-height: 24px;
    }
    .slide-portfolio{
        padding: 0 50px;
    }
    .title-color {
        color: #060606;
        font-size: 35px;
        font-weight: 700;
        text-align: center;
        position: relative;
        width: auto;
        letter-spacing: 0.7px;
    }
    .form--feedback .title-comment {
        margin-top: 40px;
        font-size: 16px;
        text-align: center;
        margin-bottom: 40px;
    }
    .consult-box .btn-style {
        padding: 15px 30px;
        font-size: 16px;
        line-height: 26px;
    }

}

@media(min-width: 1200px){
    .header-burger__menu{
        display: none;
    }
}
@media(max-width: 1200px){
    .main-menu {
        display: none;
        margin: 0 60px 0 0;
        padding: 0;
        color: #d1d1d1;
        height: 100%;
    }
    .header-burger__menu{
        display: block;
        position: relative;
    }
    .burger-icon{
        color: #d1d1d1;
        font-size: 40px;
    }
    .wrapper-burger{
        position: fixed;
        top: 0;
        background-color: #fff;
        bottom: 0;
        width: 300px;
        right: 0;
        transform: translateX(350px);
        z-index: 999;
        transition: all .3s;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 10px;
    }
    .wrapper-burger.show{
        position: fixed;
        top: 0;
        background-color: #000;
        bottom: 0;
        width: 300px;
        right: 0;
        transform: translateX(0);
        z-index: 999;
        transition: all .3s;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 10px;
        overflow: auto;
    }
    .main-menu.burger-list{
        display: flex;
        margin: 0 60px 0 0;
        padding: 0;
        color: #d1d1d1;
        height: 100%;
    }

    .burger-overlay {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: fixed;
        display: none;
        z-index: 997;
        background-color: rgba(0, 0, 0, 0.5);
    }
    #closeBurger{
        font-size: 25px;
        padding: 0;
        color: #d1d1d1;
        margin: 0 0 0 auto;
    }
    .main-menu.burger-list {
        display: flex;
        margin: 0;
        color: #d1d1d1;
        width: 100%;
        flex-direction: column;
        padding: 0 0 13px 20px;
        /*border-bottom: 1px solid #d1d1d1;*/
        margin-bottom: 15px;
        height: auto;
    }
    .has-dropdown__burger{
        font-size: 15px;
        line-height: 30px;
        color: #fff;
    }
    .has-dropdown__burger span i{
        margin-left: 7px;
        transition: all .3s;
    }
    .has-dropdown__burger span i.rotate{
        transform: rotate(180deg);
        transition: all .3s;
    }
    .has-dropdown__burger .submenu{
        padding:0;
        margin:0;
        width: 100%;
        padding-left: 15px;
        display: none;
    }
    .submenu li a {
        padding: 6px 15px 4px 0;
        font-size: 14px;
        line-height: 20px;
        display: block;
        color: #acacac;
        margin: 0 8px;
        border-radius: 3px;
        transition: .3s;
    }
    .form--feedback .form__value--rounded {
        padding: 13px 5px;
        font-size: 14px;
        line-height: 1;
    }

    .prices-title a {
        font-size: 20px;
        font-weight: 700;
        color: #060606;
        height: 50px;
        display: flex;
        align-items: center;
    }
    .typical-prices .prices-data {
        margin: 0;
        border-top: none;
        padding-top: 60px;
        font-size: 22px;
        color: #060606;
    }
    .wrapper-price-card .la-tags {
        position: absolute;
        top: 2px;
        right: 2px;
        font-size: 22px;
        color: #3e1b42;
        z-index: 5;
    }
    .individual-page__text {
        font-size: 18px;
        font-weight: 500;
        line-height: 25px;
        margin-bottom: 20px;
    }
    .tarif-wrapper-tables{
        padding-bottom: 0;
    }
    .tarif-step-box .wrapp-step-box{
        align-items: center;
    }
    .advantage-title.typical-adv {
        margin: 15px 0 0;
        font-size: 18px;
    }
    .about__line-block{
        margin-bottom: 30px;
    }
    .contacts-card-image {
        max-width: 50%;
        height: auto;
    }
    .individ-price__wrapper .price-btn .btn-style {
        width: 250px;
        font-size: 16px;
    }
    .header-boxes__options.burger-options{
        display: none;
    }


}

@media(max-width: 991px){
    .prices-data {
        margin: 15px 0 0;
        border-top: 1px solid #ccc;
        padding-top: 15px;
        font-size: 16px;
        color: #060606;
    }

    .prices-data span {
        font-weight: 700;
        font-size: 26px;
    }
    .prices-desc {
        margin: 15px 0 15px;
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
    }
    .data-text {
        font-weight: 200;
        font-size: 16px;
        line-height: 22px;
    }
    .advantage-wrapper .mb60{
        margin-bottom: 0;
    }
    .advantage-wrapper .col-md-6{
        margin-bottom: 30px;
    }
    .footer-body {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        margin-top: 0;
    }
    .footer-logo-box {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: auto;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .footer-logo__img {
        width: 220px;
        display: block;
        margin-right: 30px;
    }
    .footer-logo__text {
        font-size: 15px;
        width: 50%;
        color: #acacac;
        margin-top: 15px;
    }
    .footer-contacts{
        margin-bottom: 30px;
    }
    .footer-bottom {
        background-color: #000;
        border-top: 1px solid #444;
        padding: 15px 0;
        text-align: center;
        margin-top: 50px;
        font-size: 13px;
    }
    .faq-wrapper {
        padding: 90px 0;
    }
    .request-wrapper {
        padding: 90px 0;
    }
    .policy-form {
        max-width: 90%;
    }
    .status-fail, .status-ok {
        font-size: 14px;
    }
    .form--feedback .form__option {
        padding-left: 12px;
        padding-right: 12px;
        margin: 7px auto;
        width: 48%;
    }
    .rn-gradient-circle {
        display: none;
    }
    .title-color {
        color: #060606;
        font-size: 30px;
        font-weight: 700;
        text-align: center;
        position: relative;
        width: auto;
        letter-spacing: 0.7px;
        line-height: 36px;
    }
    .request-form {
        padding: 20px;
    }
    .slick-prev {
        left: -6%;
    }
    .slick-next {
        right: -6%;
    }
    .title-port-card {
        color: #060606;
        font-weight: 700;
        font-size: 20px;
        margin: 15px 0 10px;
        text-align: left;
    }
    .totop-wrap {
        position: fixed;
        bottom: 20px;
        right: 20px;
        border-radius: 50%;
        background: linear-gradient(
                360deg, rgb(0 194 199) 8%, rgb(117 91 188) 62%, rgb(218 41 165) 100%);
        color: #fff;
        cursor: pointer;
        width: 46px;
        height: 46px;
        z-index: 9999;
    }
    .to-top span {
        font-size: 20px;
        color: #fff;
        height: 25px;
    }
    .banner-accent {
        margin-bottom: 50px;
        display: inline-block;
        font-size: 45px;
    }
    .banner-content {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 20px;
    }
    .advantage-icon img {
        height: 55px;
    }
    .advantage-wrapper.typical-process {
        background: linear-gradient(
                83deg, rgba(255, 255, 255, 1) 90%, rgba(0, 212, 217, 1) 94%, rgba(255, 255, 255, 1) 99%);
        padding: 90px 0;
    }

    .title-step {
        font-size: 23px;
        line-height: 30px;
    }
    .info-step {
        font-weight: 300;
        font-size: 16px;
        line-height: 24px;
        display: flex;
        align-items: center;
        color: #000000;
        margin-left: 20px;
    }
    .number-step {
        font-weight: bold;
        font-size: 40px;
        line-height: 49px;
    }
    .prices-wrapper {
        padding: 90px 0;
    }
    .portfolio-wrapper {
        padding: 90px 0;
    }
    .wrapper-tarif-card {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 30px;
        width: 100%;
    }
    .about-tarif {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .table-tarif {
        width: 100%;
        max-width: 700px;
        overflow-y: auto;
    }
    .advantage-wrapper.typical-process.tarif-wrapper-tables {
        padding-bottom: 0;
    }
    table .btn-mini {
        padding: 7px 12px;
        font-size: 14px;
        line-height: 24px;
    }
    .table {
        width: 100%;
        margin-bottom: 1rem;
        background-color: transparent;
        font-size: 14px;
    }
    .steps-box.tarif-step-box {
        max-width: 90%;
        margin: 0 auto;
    }
    .about__line-block {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }
    .line-block__text {
        width: 100%;
        margin-bottom: 20px;
    }
    .line-block__title {
        font-weight: bold;
        font-size: 30px;
        line-height: 35px;
        text-align: left;
        margin-bottom: 20px;
    }
    .line-block__text p {
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        text-align: left;
    }
    .line-block__img{
        display: none;
    }
    .about__line-block.revert .line-block__text {
        width: 100%;
    }
    .about__line-block {
        margin-bottom: 0;
    }
    .about-btn {
        margin-top: 20px;
        text-align: center;
    }
    .about-wrapper {
        padding: 90px 0;
    }
    .advantage-wrapper {
        padding: 90px 0;
    }
    .header-boxes__options {
        display: none;
        align-items: center;
    }
    .header-boxes__options.burger-options {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .header-boxes__options.burger-options {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .main-menu.burger-list {
        padding: 0 0 13px 20px;
        border-bottom: 1px solid #d1d1d1;
    }
    .burger-options .options__btn{
        margin-left: 15px;
        margin-top: 15px;
    }
    .about__line-block.revert {
        flex-direction: column-reverse;
    }
    .about__line-block.revert .line-block__img{
        display: block;
        width: 100%;
    }
    .about__line-block.revert .line-block__img img{
        width: 100%;
    }
    .contacts-wrapper__box {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: space-between;
        margin-bottom: 20px;
    }
    .contacts-card-image {
        max-width: 70%;
        height: auto;
    }
    .contacts-wrapper {
        padding: 90px 0 0px;
        background-image: none;
        background-color: #EEE;
        background-size: cover;
        position: relative;
        z-index: 2;
    }
    .name-quest {
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: unset;
        color: #fff;
    }
    .collapse-quest {
        margin-bottom: 20px;
        padding: 13px 40px 13px 20px;
        background: #444;
        border: 1px solid #414c4d;
        box-shadow: 0 2px 5px rgb(0 0 0 / 5%);
        border-radius: 3px;
        position: relative;
        cursor: pointer;
        display: flex;
        align-items: center;
    }
    .card-answer {
        padding: 5px 20px 0;
        margin-bottom: 25px;
        background-color: transparent;
        border: none;
        font-size: 14px;
        line-height: 21px;
        letter-spacing: unset;
        color: #fff;
        opacity: 0.9;
    }
    .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        /* column-count: 3; */
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        /* column-gap: 1.25rem; */
        orphans: 1;
        widows: 1;
    }
    .info-step.tarif-info {
        height: 60px;
    }

}
@media(max-width: 768px){
    .banner-accent {
        margin-bottom: 50px;
        display: inline-block;
        font-size: 40px;
    }
    .consult-btn {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .form--feedback .form__option {
        padding-left: 12px;
        padding-right: 12px;
        margin: 7px auto;
        width: 90%;
    }
    .form--feedback .form__field--budget {
        align-items: start;
        flex-flow: column wrap;
        margin-top: 20px;
        padding: 0;
    }

    #slider {
        width: 100%;
        margin-top: 20px;
    }
    .title-seo-info {
        line-height: 22px;
        font-weight: 300;
        font-size: 14px;
        color: #fff;
        text-align: left;
        margin-bottom: 20px;
    }
    .wrapper-seo-container .marker {
        color: #58f7fd;
        font-weight: 700;
        font-size: 16px;
    }
    .typical-prices .prices-data {
        margin: 0;
        border-top: none;
        padding-top: 60px;
        font-size: 20px;
        color: #060606;
    }
    .individual-page__text {
        font-size: 16px;
        font-weight: 500;
        line-height: 23px;
        margin-bottom: 20px;
    }
    .title-step {
        font-size: 20px;
        line-height: 26px;
    }


    .card-columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        /* column-count: 3; */
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        /* column-gap: 1.25rem; */
        orphans: 1;
        widows: 1;
    }
    .number-step {
        font-weight: bold;
        font-size: 30px;
        line-height: 40px;
    }
    .info-step.tarif-info {
        font-weight: 400;
        color: #000000;
        margin-left: 20px;
    }
    .wrapp-step-box:after {
        content: "";
        position: absolute;
        bottom: 0;
        top: 100%;
        left: 10px;
        width: 1px;
        height: 80%;
        background-color: #000000;
    }
    .wrapp-step-box {
        position: relative;
        display: flex;
        align-items: flex-start;
        margin: 20px 0 20px;
        min-height: 60px;
    }

    .wrapp-step-box:after {
        content: "";
        position: absolute;
        bottom: 0;
        top: 47px;
        left: 11px;
        width: 1px;
        height: 75%;
        background-color: #000000;
    }

}

@media(max-width: 576px){
    .form--feedback .form__option {
        padding-left: 12px;
        padding-right: 12px;
        margin: 7px auto;
        width: 100%;
    }
    .banner-accent {
        margin-bottom: 50px;
        display: inline-block;
        font-size: 33px;
    }
    .contacts-box {
        display: flex;
        flex-direction: column;
    }
    .footer-logo-box {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: auto;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .nav-tabs {
        border-bottom: none;
        margin-bottom: 40px;
        align-items: center;
        justify-content: flex-start;
    }
    .slide-portfolio {
        padding: 0 15px;
    }
    .slick-dots li button:before {
        font-size: 18px;
    }
    .slick-dots li.slick-active button:before {
        opacity: 1;
        color: #060606;
    }
    .consult-box {
        margin-top: 30px;
    }
    .individ-price__wrapper {
        max-width: 100%;
        margin: 60px auto 0;
    }
    .info-step.tarif-info {
        font-size: 14px;
        line-height: 22px;
    }
    .logo-link img {
        height: 40px;
        width: auto;
        transition: all .3s;
    }
    .on-scroll .logo-link img {
        height: 40px;
        width: auto;
        transition: all .3s;
    }
    .contacts-card-image {
        max-width: 100%;
        height: auto;
    }
    .contacts-card__data .footer-links {
        font-size: 17px;
        line-height: 23px;
        font-weight: 500;
        color: #060606;
        margin-bottom: 9px;
        padding-left: 0;
        transition: all .3s;
    }
    .request-form .title-color {
        color: #060606;
        font-size: 25px;
        font-weight: 700;
        text-align: center;
        position: relative;
        width: auto;
        letter-spacing: 0.7px;
        line-height: 30px;
    }

}
@media(max-width: 425px){
    .request-form {
        padding: 12px;
    }
    .banner-accent {
        margin-bottom: 50px;
        display: inline-block;
        font-size: 30px;
    }
    /*.wrapp-step-box {*/
    /*    position: relative;*/
    /*    display: flex;*/
    /*    align-items: flex-start;*/
    /*    margin: 20px 0 20px;*/
    /*}*/
    .title-step {
        font-size: 17px;
        line-height: 23px;
    }
    .footer-logo__text {
        font-size: 15px;
        width: 100%;
        color: #acacac;
        margin-top: 15px;
    }
}

