/* media="screen and (min-width: 992px)" */
@media screen and (min-width: 992px) {


    /* --- Main --- */
    main {
        min-height: calc(100vh - 437px);
    }

    /* --- Header --- */
    .header {
        padding: 28px 0;
        align-items: center;
    }

    .header .header-call-btn {
        display: none;
    }

    .header .btn-burger {
        display: none;
    }

    .header .header-logo {
        margin: 0;
    }

    .header .header-content {
        position: static;
        width: auto;
        height: auto;
        min-height: auto;
        padding: 0 0 2px 0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        opacity: 1;
        transition: none;
        flex-grow: 1;
        background-color: transparent;
        overflow: visible;
    }

    .header .header-content .menu-list {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        margin: 0 auto;
    }

    .header .header-content .menu-item {
        font-size: 16px;
        padding: 0 15px;
        margin: 0;
    }

    .header .header-content .menu-item:hover {
        color: var(--studio__blue-hover, #0D47A1);
    }

    .header .header-content .menu-item.active:hover::after {
        background-color: var(--studio__blue-hover, #0D47A1);
    }

    .header .header-content .menu-item:focus:after {
        width: 100%;
        background-color: var(--studio__blue, #1A73E8);
    }

    .header .header-content .contact-section {
        margin-top: 00px;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
    }

    .header .contact-section .phone-number {
        display: block;
        font-weight: 500;
        font-size: 18px;
        line-height: 1;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #FFFFFF;
        transition: color 0.4s ease-in-out;
    }

    .header .contact-section .social-block {
        display: none;
    }

    /* --- Language-section --- */
    .language-section {
        padding: 27px 30px;
    }

    .wrapper-language-section .btn-ln__close {
        right: 8px;
        top: 8px;
    }

    .wrapper-language-section .separation {
        margin: 0 28px;
    }

    .wrapper-language-section .ln-block img {
        width: 60px;
        height: 60px;
    }

    .wrapper-language-section .ln-content p {
        font-size: 16px;
    }

    .wrapper-language-section .ln-content a {
        text-decoration: underline;
        font-size: 14px;
    }

    /* --- Footer --- */
    .footer {
        position: relative;
        padding: 60px 0 40px 0;;
    }

    .footer .logo-section {
        align-items: flex-start;
        justify-content: center;
        margin-bottom: 40px;
    }

    .footer .logo-section .footer-logo img {
        width: auto;
        height: 55px;
    }

    .footer .logo-section .btn-anchor-top {
        width: 48px;
        height: 48px;
        position: absolute;
        right: 0;
        top: 70%;
    }

    .footer .logo-section .btn-anchor-top svg {
        height: 22px;
    }

    .footer .wrapper-footer-menu {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: row;
    }

    .footer .wrapper-footer-menu .line-decoration {
        display: block;
        width: auto;
        height: 1px;
        background: #ffffff80;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
        flex-grow: 1;
        margin-top: 8px;
    }

    .footer .wrapper-footer-menu .line-decoration:first-child {
        background: linear-gradient(-90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
    }

    .footer .footer-menu-section {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        flex-wrap: wrap;
        width: auto;
        margin-top: 0;
        flex-shrink: 0;
        padding: 0 20px;
    }

    .footer .menu-list {
        width: auto;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }

    .footer .footer-menu-section .menu-item {
        width: auto;
        padding: 0;
        margin: 0;
        margin-bottom: 0px;
        font-size: 16px;
        line-height: 1;
        position: relative;
        font-weight: 500;
    }

    .footer .footer-menu-section .menu-item::after {
        content: '/';
        display: inline;
        font-size: inherit;
        line-height: inherit;
        color: var(--studio__white, #ffffff);
        margin: 0 15px;
        position: initial;
        background: none;
        opacity: 0.2;
    }

    .footer .footer-menu-section .menu-item:last-child:after {
        content: none;
    }

    .footer .social-links {
        margin-top: 20px;
        padding-top: 0;
        justify-content: center;
    }

    .footer .social-links::before {
        content: none;
    }

    .footer .social-links .link {
        margin: 0 18px;
    }

    .footer .social-links a svg {
        height: 22px;
        width: auto;
    }

    .footer .social-links img {
        height: 40px;
        width: auto;
    }

    .footer-additional {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border: none;
        padding-top: 0;
    }

    .footer-additional .link-list {
        margin: 0;
        margin-bottom: 10px;
        order: 1;
    }

    .footer-additional > span {
        order: 2;
    }

    /* --- w-text-media  --- */
    .w-text-media .description-section {
        width: 50%;
        order: 1;
        align-self: center;
    }

    /* .w-text-media .description-section .lead{
        font-size: 18px;
    } */
    /* .w-text-media .description-section .btn-section{
        margin-top: 30px;
    } */
    .w-text-media .media-section {
        width: 50%;
        order: 2;
    }

    .w-text-media .media-section__slider {
        padding: 20px 28px;
    }


    /* --- interactive-card --- */
    .w-text-media .interactive-card {
        padding-top: 75%;
    }

    /* .interactive-card{
        padding-top: 75%;
    } */
    .interactive-card .media-text .text-title {
        font-size: 24px;
        margin-bottom: 5px;
    }

    /* --- w-grid card --- */
    .w-grid-card {
        margin-top: 60px;
    }

    .w-grid-card .card-item,
    .w-grid-card .card-item.card-big {
        width: 33.3333%;
        padding-top: 33.3333%;
    }

    .w-grid-card .card-item::before {
        content: '';
        width: 90%;
        height: 1px;
        background-color: #c4c4c4;
        opacity: 0.3;
        bottom: 0;
        left: 50%;
        position: absolute;
        transform: translate(-50%, 0);
    }

    .w-grid-card .card-item::after {
        content: '';
        width: 1px;
        height: 90%;
        background-color: #c4c4c4;
        opacity: 0.3;
        top: 50%;
        right: 0;
        position: absolute;
        transform: translate(0, -50%);
    }

    .w-grid-card .card-item:nth-child(3n):after {
        content: none;
    }

    .w-grid-card .card-item.last-item::before {
        content: none;
    }

    /* .w-grid-card .card-item.card-h .card-img{
        height: 85px;
        width: auto;
    }
    .w-grid-card .card-item.card-w .card-img{
        height: auto;
        max-height: none;
        max-width: none;
        width: 145px;
    }

    .w-grid-card .card-item.card-big.card-w .card-img{
        max-width: 145px;
    }
    .w-grid-card .card-item.card-big.card-h .card-img{
        height: 85px;
    } */
    /* --- w-list-text --- */
    .wrapper-list-text .title-section {
        margin-top: 40px;
    }

    .w-list-text {
        margin-top: 60px;
    }

    .w-list-text.reverse {
        margin-top: 0px;
    }

    .w-list-text .list-section {
        width: 50%;
        padding-right: 15px;
    }

    .w-list-text.reverse .list-section {
        padding-right: 0px;
        padding-left: 15px;
    }

    .w-list-text .items-list {
        margin-top: 0px;
        margin: 0;
    }

    .w-list-text .items-list li {
        margin-top: 30px;
        padding-bottom: 30px;
    }

    .w-list-text .list-item {
        font-size: 20px;
    }

    .w-list-text .list-item .number-items::before {
        width: 20px;
    }

    .w-list-text .description-section {
        padding-left: 15px;
        width: 50%;
        margin-top: 0;
    }

    .w-list-text.reverse .description-section {
        padding-left: 0px;
        padding-right: 15px;
        margin-right: auto;
    }

    .w-list-text .collapse-imitation .collapse-block {
        margin-top: 0;
    }

    .w-list-text .collapse-imitation .btn-collapse {
        display: none;
    }

    .w-list-text .description-section .btn-section a {
        font-size: 16px;
    }

    /* --- w-promo --- */
    .w-promo .promo-description {
        width: 50%;
    }

    .w-promo__bg {
        padding: 50px 20px;
        margin: 0 -20px;
        width: auto;
    }


    .w-promo__img {
        position: relative;
        height: auto;
        min-height: 300px;
        z-index: 1;
        padding: 60px 20px;
        margin: 0 -20px;
        width: auto;
        flex-direction: row;
    }

    .w-promo__img .img-section {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
    }

    .w-promo__img .promo-description {
        position: relative;
        z-index: 1;
        margin: 0;
    }

    /* --- blogs-card__second-biggers --- */
    .blogs-card .card-header {
        font-size: 18px;
        margin-top: 30px;
        margin-bottom: 25px;
    }

    .blogs-card .title-card {
        font-size: 18px;
    }

    .blogs-card .btn-section {
        margin-top: 20px;
        font-size: 16px;
    }

    /* --- blogs-card__sm-biggers --- */
    .blogs-card__sm-biggers .blogs-card__second .img-card {
        width: 100%;
        height: 0;
        padding-top: 56.25%;
        position: relative;
    }

    /* --- main-slider --- */
    .main-slider {
        padding-left: 0px;
        padding: 0 15px;
    }

    .w-main-slider .controls_arrows {
        display: flex;
        width: calc(100% - 35px);
    }

    /* --- title-slider --- */
    .title-slider .slide-card {
        margin-right: 0;
    }

    .w-title-slider-progress {
        width: 100%;
    }

    .w-title-slider .controls_arrows {
        width: 100%;
    }

    .w-title-slider .title-slider__alone {
        width: 80%;
        margin: 0 auto;
    }

    /* --- w-contacts-section --- */
    .contacts-content .text-contacts-section {
        margin-bottom: 0px;
    }

    .contacts-content .text-contacts-section .lead {
        /* font-size: 20px; */
    }

    .contacts-content .items-contact:first-child {
        padding-top: 0;
    }

    .contacts-content .title-item-contact svg {
        margin-top: 5px;
    }

    .contacts-content .title-item-contact span {
        font-size: 20px;
    }

    .contacts-content .link-contact {
        font-size: 20px;
    }

    /* --- w-service-questionnaire --- */
    .text-service-questionnaire {
        margin-bottom: 0px;
    }

    .w-service-questionnaire .lead {
        /* font-size: 20px; */
    }

    .service-form .additional-information {
        font-size: 16px;
    }

    /* --- w-simple-block --- */
    .simple-block.simple-block__w50 {
        width: 50%;
    }

    /* --- w-price-section  --- */
    .w-price-section .price-block:after {
        width: 50%;
    }

    .w-price-section .description-section .item-marker__arrow {
        font-size: 20px;
        font-weight: 300;
    }

    /* --- w-portfolio-section --- */
    .portfolio-list {
        margin-left: -15px;
        margin-right: -15px;
    }

    .portfolio-item {
        padding: 0 15px;
        width: 50%;
    }

    /* .portfolio-item .interactive-card{
        overflow: hidden;
    }
    .portfolio-item .interactive-card .bg-img{
        transform: scale(1);
        filter:  grayscale(75%);
        transition: transform 0.4s ease-in-out, filter 0.4s ease-in-out;
    }
    .portfolio-item:hover .interactive-card .bg-img{
        transform: scale(1.1);
        filter:  grayscale(0%);
    } */
    /* --- thanks-section --- */
    .thanks-section {
        width: 50%;
    }

    /* --- list-big-number --- */
    .list-big-number .list-item {
        width: calc(50% - 15px);
        margin-bottom: 50px;
    }

    .list-big-number .list-item:nth-child(even) {
        margin-left: 15px;
    }

    .list-big-number .list-item:nth-child(odd) {
        margin-right: 15px;
    }

    .list-big-number .number-item {
        margin-right: 30px;
    }

    .list-big-number .number-item svg {
        width: 35px;
        height: auto;
        fill: var(--studio__blue, #1A73E8);
        margin-right: 10px;
    }

    .list-big-number .number-item .number {
        font-size: 54px;
    }

    .list-big-number .text-item {
        font-size: 20px;
    }

    /* --- custom-list --- */
    .custom-list .list-item {
        width: calc(50% - 15px);
    }

    .custom-list .list-item:nth-child(even) {
        margin-left: 15px;
    }

    .custom-list .list-item:nth-child(odd) {
        margin-right: 15px;
    }

    /* --- error-section --- */
    .error-section {
        width: auto;
        max-width: 330px;
        margin-bottom: 75px;
    }

    .error-section .animation-section {
        margin-bottom: 15px;
        margin-top: 30px;
    }


    /* --- Blog --- */
    .blog-main .intermediate-element {
        padding: 40px 20px;
        margin: 0 -20px;
        width: auto;
    }

    .blog-main .intermediate-element .content-section {
        max-width: 66.666%;
    }

    .blog-aside {
        display: none;
    }

    .wrapper-main-blog .filters-section {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        margin: 50px 0 60px 0;
    }

    /* --- human-item --- */
    .human-list {
        grid-template-columns: repeat(3, 1fr);
    }


    .human-item.human-item__boss {

        grid-column: 1/ span 3;
    }

    .human-item.human-item__boss .photo-section-parrent {
        margin-bottom: 0px;
        margin-right: 30px;
        width: calc(33.333% - 20px);
    }

    /* --- form-only-number --- */
    .form-only-number button {
        min-width: 200px;
    }

    /* --- w-list-column --- */
    .w-list-column {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 50px;
        grid-row-gap: 50px;
    }

    .w-list-column .column-element {
        width: 100%;
        margin-bottom: 0;
    }


    /* --- w-price-grid --- */
    .w-price-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 30px;
        grid-row-gap: 50px;
    }

    .price-grid-item .description-section {
        width: 100%;
    }

    /* --- personal-pagination --- */
    .personal-pagination {
        margin-top: 40px;
    }

    /* --- parents-flex-container --- */
    .parents-flex-container {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .parents-flex-container .big-section,
    .parents-flex-container .small-section {
        width: 50%;
        flex-shrink: 0;
    }

    .parents-flex-container .big-section {
        padding-right: 30px;
    }

    .parents-flex-container .small-section {
        padding-left: 30px;
    }

    .parents-flex-container.proportions_2_1 .big-section {
        width: 66.6666%;
    }

    .parents-flex-container.proportions_2_1 .small-section {
        width: 33.333%;
    }

    .parents-flex-container .small-section .w-achievements .crad-achievements {
        width: 100%;
    }

    /* --- Other --- */
    .title_w50 {
        max-width: 50%;
    }

    .decoration-element .img-element {
        height: 20px;
    }

    .container_half > div:nth-child(odd) {
        width: 50%;
        padding-right: 15px;
    }

    .container_half > div:nth-child(even) {
        width: 50%;
        padding-left: 15px;
    }

    .list-markers__arrow .item-marker__arrow svg {
        width: 20px;
        margin-right: 20px;
    }

    /* *** WIDGET 29 *** */

    .car-dealers-hero {
        background-size: contain;
        min-height: calc(100vh - 101px);
        justify-content: center;
        align-items: center;
    }

        .car-dealers-hero h1 {
            font-size: 48px;
        }

        .car-dealers-hero p {
            font-size: 24px;
        }

        .car-dealers-hero img {
            margin: 0;
        }

    /* *** WIDGET 31 *** */

    .main-new-hero {
        flex-direction: row-reverse;

        height: calc(100vh - 101px);
    }

        .main-new-hero > * {
            width: 50%;
        }

    .main-new-hero .main-new-illustration {
        padding: 0;
    }

    .main-new-hero .main-new-content {
        padding: 50px 20px 50px 0;

        min-height: 660px;
    }

        .main-new-hero .main-new-content h2 {
            margin: 0 0 0 -30px;
        }

            .main-new-hero .main-new-content h2 span {
                width: auto;
            }

        .main-new-hero .main-new-content .main-new-content-intro {
            padding: 0 0 0 50px;
        }

            .main-new-hero .main-new-content .main-new-content-intro p {
                font-size: 24px;
            }

    .main-new-hero .main-new-content .widget-order-consultation {
        margin: 0 0 0 78px;
        width: auto;
    }

    .main-new-slider-container {
        margin: -230px -3vw 0 calc(-3vw - 60px);

        width: calc(100% + 60px);
    }

}