.page--catalog:before {
    display: none;
}

.page--catalog .page__content--category {
    display: none;
}

.page--catalog .page__content--category .page__left {
    display: none;
}

.page--catalog .slider_main {
    display: none;
}

.dummies img {
    max-width: 100%;
    margin: 0 auto;
    display: block;

}

.grid__cell {
    width: 25%;
}

.catalog__item {
    border: 1px solid #D8D8D8;
    border-radius: 2px;
}

.catalog__item-img {
    height: 290px;
}

.page__content--category .catalog__item-title {
    padding: 0 37px;
    font-size: 21px;
    margin-top: -1.3em;
}

.page__content--category .grid__cell {
    padding: 0px 13px;
    margin-bottom: 25px;

}

.catalog__item {
    min-height: 347px;
}

.grid {
    margin-left: -13px;
    margin-right: -13px;
}

.projects__title {
    font-size: 48px;
    line-height: 0.9375;
    padding: 0;
    margin-bottom: 29px;
    text-align: center;
}

.projects.projects_objects {
    max-width: 1600px;
    margin: 70px auto 15px auto;
}

.mainpage__contacts {
    padding-top: 40px;
}

.mainpage__contacts__container {
    margin: 0 0;
}

.mainpage__contacts__container .icon.icon-academy {
    position: relative;
    background-color: #ffffff;
    width: 89px;
    height: 89px;
    line-height: 89px;
    transition: background 0.2s;
}

.mainpage__contacts__container .icon.icon-telephone {
    position: relative;
    background-color: #ffffff;
    width: 89px;
    height: 89px;
    line-height: 89px;
    transition: background 0.2s;
}

.mainpage__contacts__container .icon.icon-email-only {
    position: relative;
    background-color: #ffffff;
    width: 89px;
    height: 89px;
    line-height: 89px;
    transition: background 0.2s;
}

.mainpage__contacts__container .icon-academy:before {
    background-image: url('/local/templates/lg/images/svg/academy.svg');
    content: '';
    display: block;
    width: 64px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.mainpage__contacts__container .icon-telephone:before {
    background-image: url('/local/templates/lg/images/svg/phone.svg');
    content: '';
    display: block;
    width: 43px;
    height: 43px;
    background-repeat: no-repeat;
    background-size: cover;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.mainpage__contacts__container .icon-email-only:before {
    background-image: url('/local/templates/lg/images/svg/tech.svg');
    content: '';
    display: block;
    width: 49px;
    height: 52px;
    background-repeat: no-repeat;
    background-size: cover;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.mainpage__contacts__container .icon-academy:hover {
    background-color: #8F8F8F;
    transition: background 0.2s;
}

.mainpage__contacts__container .icon-telephone:hover {
    background-color: #8F8F8F;
    transition: background 0.2s;
}

.mainpage__contacts__container .icon-email-only:hover {
    background-color: #8F8F8F;
    transition: background 0.2s;
}


.mainpage__contacts__container .icon-academy:hover:before {
    background-image: url('/local/templates/lg/images/svg/academy_w.svg');
}

.mainpage__contacts__container .icon-telephone:hover:before {
    background-image: url('/local/templates/lg/images/svg/phone_w.svg');
}

.mainpage__contacts__container .icon-email-only:hover:before {
    background-image: url('/local/templates/lg/images/svg/tech_w.svg');
}

.mainpage__contacts a .icon {
    margin-bottom: 20px;
}

.mainpage__contacts a {
    margin: 0 8vw;
    font-family: 'LG Smart', sans-serif;
    font-size: 22px;
    line-height: 28px;
    vertical-align: top;
}

.projects__caption {
    padding: 10px 0;
}
.projects_item__text {
    font-size: 2.5vh;
    font-weight: 100;
    line-height: 3.5vh;
    color: #000;
    margin-bottom: 15px;
    flex: 1 1 auto;
    padding: 0 5px;
    box-sizing: border-box;
}

.models {
    width: 100%;
    max-width: 1600px;
    margin: 0px auto;
}

.models .topBanner {
    margin-bottom: 40px;
}

.models_section_title {
    text-align: center;
    font-size: 52px;
    line-height: normal;
    color: #000;
    font-family: 'LG Smart', sans-serif;
    margin-bottom: 40px;
}

.models_row {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    justisy-content: space-between;
    -webkit-flex-wrap: nowrap;
    margin-bottom: 35px;
    padding: 0 30px;
}

.models_item {
    width: 25%;
    max-width: 25%;
    padding-right: 30px;
    position: relative;
    vertical-align: top;
}

.models_item:last-child {
    padding-right: 0;
}

.models_item_content {
    position: relative;
    background: linear-gradient(143.87deg, #FFFFFF 20.44%, #FDFDFD 89.5%), #FFFFFF;
    border: 1px solid transparent;
    height: calc(100% - 70px);
    padding: 35px;
}

.models_item__image {
    text-align: center;
    height: 75%;
}

.models_item__image img {
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 90%;
    top: 50%;
    transform: translate(0, -50%);
    position: relative;
}

.models_item__title {
    margin-top: 30px;
    text-align: center;
    font-size: 22px;
    line-height: 30px;
    font-family: 'LG Smart', sans-serif;
}

.models_item_link {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 1px solid #D8D8D8;
}

.models_item_link::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.models_item_link:hover {
    animation: models_item_border 0.5s ease forwards;
}

.models_item_link:hover::before {
    animation: shine 1s ease 0.1s;
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes models_item_border {
    0% {
        border: 1px solid #D8D8D8;
    }
    100% {
        border: 1px solid #000;
    }
}

.projects_item_content {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%;
    text-align: center;
}

.projects_item_content_cover {
    position: absolute;
    top: 6vh;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    padding: 10px 0;
    background: rgba(255, 255, 255, 0.5);
    display: flex;
    flex-direction: column;
}

.projects_item_content a {
    color: #000;
}
.projects_item__title {
    font-size: 5vh;
    line-height: 6vh;
    margin-bottom: 10px;
    padding: 0 10px;
}

.pi_col_7 {
    width: 58.33333333%;
    max-width: 58.33333333%;
}


.pi_col_5 {
    width: 41.66666667%;
    max-width: 41.66666667%;
}

.pi_col_3_5 {
    width: 29.16666666666667%;
    max-width: 29.16666666666667%;
}

.pi_col_7 .projects_item_content_cover {
    top: 6vh;
}


.pi_col_5 .projects_item_content_cover {
    top: 6vh;
}


.projects_item form {
    margin: 4vh auto 0 auto;
    width: 80%;
}

.projects_item form input[type="text"] {
    width: calc(100% - 30px);
    color: #979797;
    padding: 15px;
    border-radius: 8px;
    border: 0;
    outline: 0;
}

.projects_item form input[type="text"]:focus,
.projects_item form input[type="text"]:hover {
    border: 0;
    outline: 0;
}

.projects_item form input[type="submit"] {
    background-color: #A50034;
    color: #fff;
    padding: 15px 35px;
    border-radius: 8px;
    margin-top: 30px;
    border: 0;
    outline: 0;
    cursor: pointer;
}


.projects_item form input[type="submit"]:focus,
.projects_item form input[type="submit"]:hover {
    border: 0;
    outline: 0;
}

.projects_item_content .arrow-icon {
    position: relative;
    top: -1px;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    vertical-align: middle;
}

.projects_item_content .arrow-icon--circle {
    stroke-dashoffset: 0;

}

.projects_item_content:hover .arrow-icon {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
}

.projects_item_content:hover .arrow-icon--circle {
    transition: stroke-dashoffset .3s ease;
    stroke-dasharray: 95;
    stroke-dashoffset: 95;

}


.developing_section {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    opacity: 0;
    top: 0;
    left: 0;
    z-index: -1;
    transition: opacity 0.6s ease, z-index 0s linear 0.6s;
}

.header {
    z-index: 3;
}

.developing_opened {
    z-index: 2;
    opacity: 1;
    transition: opacity 0.6s ease, z-index 0s linear 0s;
}

.developing_section_close {
    position: absolute;
    right: 1vw;
    top: 1vw;
    width: 1.5vw;
    cursor: pointer;
    z-index: 3;
    height: 1.5vw;
}


.developing_section_close img {
    width: 100%;
}

@keyframes rotate {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -180deg);
        transform: rotate3d(0, 0, 1, -180deg);
        opacity: .8;
    }
}

.developing_section_close:hover {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: rotate;
    animation-name: rotate;
}


.developing_section_cover {
    background-image: url('/local/templates/lg/images/ac/industries/dev-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 50%;
    background-position: center center;
    margin: 0 auto;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    right: 0;
    position: absolute;
    z-index: 4;
    height: 65vh;
    text-align: center;
}

.developing_section_title {
    color: #000;
    font-size: 6vh;
    line-height: 6.5vh;
    padding-top: 10vh;
    font-family: 'LG Smart', sans-serif;
}


@media screen and (min-width: 1681px) {
    .projects_item_content {
        min-height: 80vh;
    }
    .projects_row:last-child .projects_item_content {
        min-height: 55vh;
    }
}


@media screen and (max-width: 1440px) {
    .projects_item__title {
        font-size: 4.5vh;
        line-height: 5.5vh;
    }
    .projects {
        max-width: 100%;
    }
    .projects.projects_objects {
        max-width: 100%;
    }
    .models {
        max-width: 100%;
    }
}

@media screen and (max-width: 1300px) {
    .projects_item_content {
        min-height: 60vh;
    }

    .projects_row:last-child .projects_item_content {
        min-height: 55vh;
    }

    .pi_col_7 .projects_item_content_cover {
        top: 6vh;
    }

    .pi_col_5 .projects_item_content_cover {
        top: 6vh;
    }

    .projects_item__title {
        font-size: 5vh;
        line-height: 6vh;
    }


    .developing_section_title {
        font-size: 5vh;
        line-height: 5.5vh;
    }

    .mainpage__contacts a {
        margin: 0 5vw;
    }

    .models_item_content {
        padding: 25px 10px;
        height: calc(100% - 50px);
    }

    .models_item__image {
        height: 65%;
    }

    .models_item__title {
        font-size: 18px;
        line-height: 26px;
    }

    .mainpage__contacts__container .icon.icon-academy,
    .mainpage__contacts__container .icon.icon-email-only,
    .mainpage__contacts__container .icon.icon-telephone {
        width: 79px;
        height: 79px;
        line-height: 79px;
    }

    .mainpage__contacts__container .icon-academy:before {
        width: 54px;
        height: 34px;
    }

    .mainpage__contacts__container .icon-email-only:before {
        width: 44px;
        height: 46px;
    }

    .mainpage__contacts__container .icon-telephone:before {
        width: 36px;
        height: 36px;
    }

    .mainpage__contacts a {
        font-size: 20px;
        line-height: 24px;
    }


}

@media screen and (max-width: 1023px) {
    .models_item__title {
        font-size: 14px;
        line-height: 20px;
    }

    .models_item__image {
        max-height: 150px;
        opacity: 0;
        height: 65%;
        width: 60%;
        margin: 0 auto;
    }

    .mainpage__contacts a {
        padding: 3vw;
    }

    .mainpage__contacts a {
        font-size: 18px;
        line-height: 22px;
    }

    .mainpage__contacts__container .icon.icon-academy,
    .mainpage__contacts__container .icon.icon-email-only,
    .mainpage__contacts__container .icon.icon-telephone {
        width: 70px;
        height: 70px;
        line-height: 70px;
    }

    .mainpage__contacts__container .icon-academy:before {
        width: 48px;
        height: 30px;
    }

    .mainpage__contacts__container .icon-email-only:before {
        width: 40px;
        height: 41px;
    }

    .mainpage__contacts__container .icon-telephone:before {
        width: 30px;
        height: 30px;
    }

    .projects_item {
        padding-right: 10px;
    }

    .projects_row {
        margin-bottom: 10px;
    }

    .projects_item__title {
        font-size: 5vh;
        line-height: 6vh;
    }

    .projects_item__text {
        font-size: 3vh;
        line-height: 4vh;
    }

    .projects_item form input[type="text"] {
        padding: 2vh;
    }

    .projects_item form input[type="submit"] {
        padding: 2vh 5vh;
        margin-top: 3vh;
    }

    .projects__title,
    .models_section_title {
        margin-bottom: 5vh;
        font-size: 8vh;
    }

    .projects.projects_objects {
        margin-top: 12vh;
        margin-bottom: 6px;
    }

    .projects_item_link {
        display: none;
    }

    .developing_section_close {
        right: 2vw;
        top: 2vw;
        width: 3.5vw;
        height: 3.5vw;
    }

    .developing_section_cover {
        width: 70%;
    }

    .developing_section_title {
        font-size: 6vh;
        line-height: 6.5vh;
    }

    .models_item {
        max-width: calc(25% - 26px);
    }

}

@media screen and (max-width: 800px) {
    .models .topBanner {
        width: 100%;
        margin: 0px;
        padding: 20px 0px;
    }

    .models .topBanner .title {
        color: #333;
        text-align: center;
        font-size: 28px;
    }

    .models_row {
        flex-wrap: wrap;
        margin-bottom: 0;
    }

    .models_item:nth-child(2n+2) {
        padding-right: 0;
    }

    .models_item {
        margin-bottom: 4vw;
        width: 50%;
        max-width: 47.6%;
        padding-right: 3vw;
    }

    .models_item__title {
        font-size: 20px;
        line-height: 28px;
    }

    .models_item__image {
        width: 100%;
        max-height: 65%;
    }
}

@media screen and (max-width: 450px) {
    .models .topBanner .title {
        font-size: 22px;
    }
}

@media screen and (max-width: 768px) {

    .models_row {
        margin-bottom: 0;
    }

    .models_item:nth-child(2n+2) {
        padding-right: 0;
    }

    .models_item {
        margin-bottom: 4vw;
        width: 50%;
        max-width: 47.6%;
        padding-right: 3vw;
    }

    .mainpage__contacts a {
        margin: 0 2vw;
        font-size: 16px;
        line-height: 20px;
    }
    .projects_item {
        margin-bottom: 10px;
        padding: 0 0px !important;
    }

    .projects_item:last-child {
        padding-right: 0px !important;
    }

    .projects_row {
        display: block;
        margin-bottom: 0px;
    }

    .pi_col_7 {
        width: 100%;
        max-width: 100%;
    }

    .pi_col_6 {
        width: 100%;
        max-width: 100%;
    }

    .pi_col_5 {
        width: 100%;
        max-width: 100%;
    }

    .pi_col_3_5 {
        width: 100%;
        max-width: 100%;
    }

    .projects_item_content {
        min-height: 70vh !important;
    }

    .projects_item_content_cover {
        top: 6vh !important;
    }

    .pi_col_6 .projects_item_content_cover {
        top: 6vh !important;
    }

    /*.projects_item_link {
                display: none;
            }*/
    .projects_item__title {
        font-size: 7vh;
        line-height: 8vh;
    }

    .projects_item__text {
        font-size: 4vh;
        line-height: 6vh;
    }

    .projects.projects_objects {
        margin-top: 10vh;
    }

    .projects__title, .models_section_title {
        margin-bottom: 5vh;
        font-size: 6vh;
    }

    .developing_section_close {
        right: 2vw;
        top: 2vw;
        width: 4.5vw;
        height: 4.5vw;
    }

    .developing_section_cover {
        width: 70%;
    }

}

@media screen and (max-width: 500px) {
    .models_item {
        width: 100%;
        max-width: 100%;
        padding-right: 0px;
        margin-bottom: 5vh;
        height: auto !important;
    }

    .projects__title, .models_section_title {
        margin-bottom: 5vh;
        font-size: 6vh;
    }

    .models_item__title {
        font-size: 18px;
        line-height: 26px;
    }

    .models_item__image {
        height: auto !important;
    }

    .models_item__image img {
        max-width: 80%;
        max-height: 80%;
        top: 0%;
        transform: translate(0, 0%);
    }

    .mainpage__contacts a {
        padding: 1vw;
        margin: 0 2vw;
        font-size: 14px;
        line-height: 18px;
    }

    .mainpage__contacts__container {
        margin-bottom: 5vh;
    }

    .projects_item__text {
        font-size: 3vh;
        line-height: 5vh;
    }

    .projects_item_content_cover {
        top: 6vh !important;
    }

    .projects_item__title {
        font-size: 6vh;
        line-height: 6vh;
    }

    .projects_item_content {
        min-height: 65vh !important;
    }

    .developing_section_close {
        right: 2vw;
        top: 2vw;
        width: 4.5vw;
        height: 4.5vw;
    }

    .developing_section_cover {
        width: 90%;
    }
    .projects_item__title {
        font-size: 6vh;
        line-height: 6vh;
    }
    .projects_item__text {
        font-size: 3vh;
        line-height: 5vh;
    }
}

@media (min-width: 769px) {
    .projects_row {
        display: flex;
        flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
        margin-bottom: 20px;
    }
}

.projects {
    max-width: 1600px;
    padding-top: 60px;
    padding-bottom: 0;
    width: 100%;
    margin: 10px auto 0;
}
.projects__row {
    margin: 0;
    padding: 0;
}
.projects__cell {
    margin-bottom: 4px;
    position: relative;
    width: 100%;
}
.projects__item {
    aspect-ratio: 1;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    position: relative;
    overflow: hidden;
}
.projects__cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    -webkit-transition: transform 0.3s linear 0s;
    -o-transition: transform 0.3s linear 0s;
    -webkit-transition: -webkit-transform 0.3s linear 0s;
    transition: -webkit-transform 0.3s linear 0s;
    transition: transform 0.3s linear 0s;
    -webkit-backface-visibility: hidden;
}
.projects__item:hover .projects__cover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.projects__caption {
    background-color: rgba(51,51,51,.7);
    color: white;
    display: block;
    min-height: 30px;
    padding: 7px 0;
    font-size: 18px;
    font-weight: 300;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 2;
}
@media (min-width: 551px) {
    .projects__row {
        display: flex;
        align-items: stretch;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .projects__cell {
        margin-right: 4px;
        width: calc(50% - 2px);
    }
    .projects__cell:nth-child(2n) {
        margin-right: 0;
    }
}
@media (min-width: 1100px) {
    .projects__cell {
        width: 28.626%;
        box-sizing: border-box;
        display: inline-block;
        vertical-align: top;
        position: relative;
        margin: 0 0 8px;
        padding: 0 4px;
    }
    .projects__cell--half {
        width: 50%;
    }
    .projects__caption {
        font-size: 22px;
    }
}
