

/* Start:/local/templates/site_kk_redesign/css/industries.css?176431613918641*/
/*ДЕТАЛЬНАЯ СТРАНИЦА*/


.darkBg, .news__static-content.darkBg {
    background-color: #121239;
}

.darkBg .social-share__bar .share__bar-title {
    margin-top: 55px;
    color: #fff;
}

.greyBg, .news__static-content.greyBg {
    background-color: #F5F5F5;
}

.solFiltElem {
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 27px;
    padding: 0 12px;
    margin: 6px 6px 10px 0;
    cursor: pointer;
}

.w960 {
    max-width: 960px;
}

.p8060 {
    padding: 80px 0;
}

.logoDetail {
    width: 30%;
}

.logoDetail img {
    max-width: 140px;
    width: 100%;
    max-height: 140px;
    height: auto;
}

.logoRightText {
    width: 70%;
    position: relative;
    padding-left: 44px;
    font-weight: 500;
    font-size: 24px;
    line-height: 40px;
}

.logoRightText::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #7949F4;
    width: 4px;
}

.textAfetrLogo {
    font-weight: 500;
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 50px;
}

.leftC {
    width: 64%;
}

.rightC {
    width: 36%;
    padding-left: 55px;
}

.redBoxL {
    position: relative;
    padding: 55px;
    border-right: 6px solid #f9423a;
    font-weight: 500;
    font-size: 24px;
    line-height: 40px;
}

.redBoxL::before, .redBoxL::after {
    content: "";
    position: absolute;
    height: 6px;
    background-color: #f9423a;
    left: 6px;
    right: 0;
    top: 0;
}

.redBoxL::after {
    bottom: 0;
    top: unset;
}

.braceLeft {
    display: flex;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
}

.braceLeft::after, .braceLeft::before {
    content: "";
    position: absolute;
    width: 6px;
    background-color: #f9423a;
    bottom: 0;
    top: calc(50% + 7px);
    right: 0;
}

.braceLeft::after {
    bottom: calc(50% + 7px);
    top: 0;
}

.braceLeft img {
    width: 12px;
    height: auto;
    margin: auto;
}

.m800 {
    margin: 80px 0 !important;
}

form {
    position: relative;
}

.icon svg {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.arrowHoverWrapp:hover .arrow .arrowRight, .arrowHoverWrapp:hover .arrow .arrowTop {
    animation: leftRight 500ms linear;
}

.arrowHoverWrapp:hover .arrow .arrowCenter {
    animation: center 500ms linear;
}

@keyframes leftRight {
    0% {
        height: 0px;
    }
    100% {
        height: 14px;
    }
}

@keyframes center {
    0% {
        height: 0px;
    }
    100% {
        height: 27px;
    }
}

.input-row {
    margin-bottom: 20px;
}

.input-row label {
    color: #ffffffcc;
    font-weight: 500;
    line-height: 24px;
}

.input-row input[type='text'] {
    width: 100%;
    padding: 0 0 5px;
    border: unset;
    border-bottom: 1px solid #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #ffffffcc;
    background-color: transparent;
}

input[type='text']::-moz-placeholder {
    color: transparent;
}

input[type='text']::-webkit-input-placeholder {
    color: transparent;
}

input[type='text']:-ms-input-placeholder {
    color: transparent;
}

input[type='text']::-ms-input-placeholder {
    color: transparent;
}

input[type='text']::placeholder {
    color: transparent;
}

.form__input-text {
    width: 100%;
    padding: 0 0 5px;
    border: unset;
    border-bottom: 1px solid #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #ffffffcc;
    background-color: transparent;
}

.form__input-text::-moz-placeholder {
    color: transparent;
}

.form__input-text::-webkit-input-placeholder {
    color: transparent;
}

.form__input-text:-ms-input-placeholder {
    color: transparent;
}

.form__input-text::-ms-input-placeholder {
    color: transparent;
}

.form__input-text::placeholder {
    color: transparent;
}

.form__input-text.icon--email {
    padding-left: 34px;
    background-image: url('/local/templates/site_kk_redesign/css/../images/icon__mail.svg');
    background-position: left;
    background-size: 24px;
    background-repeat: no-repeat;
}


.overlayWrapper .form__pos {
    position: relative;
    min-height: 350px;
}

.industries__edit-content .w--366 {
    width: calc(100% - 366px);
}

.industries__edit-content .edit-content__text .content {
    font-weight: 500;
    color: #121239;
    margin-bottom: 80px;
    line-height: 34px;
}

.industries__edit-content .edit-content__title .content {
    font-family: MontserratHitn;
    font-weight: bold;
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase;
    color: #121239;
    margin-bottom: 55px;
}

.industries__edit-content .edit-content__title .text {
    font-family: MontserratHitn;
    color: #121239;
    margin-bottom: 55px;
}

.solution__static-content .w--366 {
    width: calc(100% - 366px);
}

.generalWrapper {
    position: relative;
}
.layout-2-columns.generalWrapper {
    display: flex;
}
.bg-violet {
    margin-top: -1px;
}

.industries__edit-content .edit-content__text.bg-violet .content {
    font-weight: 500;
    font-size: 20px;
    line-height: 34px;
    color: #FFFFFF;
    margin: 0;
}

.industries__edit-content .edit-content__title.bg-violet .content {
    font-weight: bold;
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
}

.edit-content__k-trends {
    padding: 80px 0;
    box-sizing: border-box;
}

.edit-content__k-trends .k-trends__header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}

.edit-content__k-trends .k-trends__header .h2 {
    width: 50%;
    font-family: MontserratHitn;
    color: #FFFFFF;
}

.edit-content__k-trends .k-trends__header .subtitle {
    width: 50%;
    font-style: normal;
    font-weight: 500;
    color: #FFFFFF;
}


.edit-content__k-trends .k-trends__body .slick-list {
    overflow: visible;
}
.edit-content__k-trends .k-trends__body .slick-track {
    display: flex;
}
.edit-content__k-trends .k-trends__items {
    overflow: hidden;
}
.edit-content__k-trends .k-trends__item {
    background: #FFFFFF;
    transition: transform 0.7s ease;
    display: flex!important;
    height: auto;
}

.k-trends__item {
    margin: 0 8px;
}
.k-trends__items .slick-list {
    margin: 0 -16px;
}


.k-trends__img {
    min-width: 200px;
    width: 200px;
    height: 100%;
}
.k-trends__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.edit-content__k-trends .k-trends__item:hover {
    transform: scale(1.04);
}

.edit-content__k-trends .k-trends__item.redSlide {
    background-color: #F9423A;
}


.edit-content__k-trends .k-trends__cols {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.edit-content__k-trends .k-trends__slide {
    padding: 46px 40px;
    padding-right: 100px;
    box-sizing: border-box;
    position: relative;
}

.edit-content__k-trends .k-trends__slide svg {
    width: 28px;
    height: 28px;
    position: absolute;
    right: 40px;
    top: 40px;
}

.edit-content__k-trends .k-trends__title {
    font-family: MontserratHitn;
    font-style: normal;
    font-weight: bold;
    line-height: 28px;
    color: #121239;
    margin-bottom: 20px;
}


.edit-content__k-trends .redSlide .k-trends__title {
    color: #fff;
}

.edit-content__k-trends .k-trends__text {
    font-weight: 500;
    line-height: 24px;
    color: #121239;
    opacity: 0.9;
}

.edit-content__k-trends .redSlide .k-trends__text {
    color: #fff;
}


.edit-content__k-trends .k-trends__item.item--last {
    opacity: 0;
}

.edit-content__btn .content {
    display: flex;
}

.edit-content__btn .btn--white {
    padding: 16px 77px;
    box-sizing: border-box;
    display: inline-block;
    border: 2px solid #FFFFFF;
    font-family: MontserratHitn;
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;
    margin-right: 40px;
}

.edit-content__btn .text {
    display: inline-block;
    font-size: 16px;
    color: #FFFFFF;
    max-width: 290px;
    margin: auto 0;
}

.edit-content__title.bg-violet .content {
    padding-top: 0;
}

.edit-content__title .bg-violet .text {
    color: #fff;
}

.edit-content__title .bg-violet .content {
    margin-bottom: 20px;
}

.edit-content__title .bg-violet .text {
    margin-bottom: 0px;
}

.edit-content__text .bg-violet .content {
    margin-bottom: 20px;
}

.edit-content__text .bg-violet .text {
    color: #fff;
}

.industries__edit-content {
    box-sizing: border-box;
    background-color: #fff;
}

.industries__edit-content .bg-violet {
    position: relative;
    z-index: 5;
}

.edit-content__title .bg-violet {
    margin-bottom: -20px;
}

.edit-content__title .bg-violet,
.edit-content__text .bg-violet {
    padding-bottom: 1px;
}

.industries__edit-content .bg-violet .contetn {
    position: relative;
    z-index: 3;
}

.content--overlay .form__pos {
    position: relative;
    z-index: 3;
}

.overlay--item-pic {
    display: block;
    background: #7949F4;
    border-radius: 12px;
    margin-bottom: 20px;
    overflow: hidden;
}

.overlay--item-pic img {
    width: 100%;
    height: 300px;
    display: block;
    height: auto;
    object-fit: cover;
}

.overlay--item-pic .overlay--item-body {
    display: block;
    padding: 40px 20px;
    box-sizing: border-box;
}

.overlay--item-pic .overlay--item-title {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 12px;
}

.overlay--item-pic .overlay--item-tags {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    opacity: 0.6;
}

.overlay--item {
    border: 2px solid #7949F4;
    box-sizing: border-box;
    border-radius: 12px;
    padding: 28px 57px 28px 20px;
    display: block;
    position: relative;
    margin-bottom: 20px;
    z-index: 3;
}

.overlay--item .overlay--item-title {
    font-family: MontserratHitn;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #7949F4;
    margin-bottom: 12px;
}

.overlay--item .overlay--item-tags {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #7949F4;
    opacity: 0.6;
}

.overlay--item .icon {
    position: absolute;
    top: 20px;
    right: 20px;
}

.overlay--item-link {
    position: relative;
    display: block;
    border: 2px solid #7949F4;
    padding: 28px 64px 28px 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.overlay--item-link .overlay--item-title {
    font-family: MontserratHitn;
    font-size: 16px;
    line-height: 24px;
    color: #7949F4;
}

.overlay--item-link .icon {
    position: absolute;
    top: 20px;
    right: 20px;
}

.head-links {
    display: none;
}

@media (max-width: 1599px) {
    .industries__edit-content .edit-content__text .content {
        margin-bottom: 64px;
        line-height: 28px;
    }
    .industries__edit-content .edit-content__title .text {
        margin-bottom: 35px;
    }
    .edit-content__k-trends {
        padding: 64px 0;
    }
    .edit-content__k-trends .k-trends__header {
        margin-bottom: 56px;
    }
    .edit-content__k-trends .k-trends__title {
        line-height: 26px;
    }
    .edit-content__k-trends .k-trends__text {
        line-height: 26px;
    }

    .edit-content__k-trends .k-trends__slide {
        padding: 30px 70px 30px 30px;
    }
    .edit-content__k-trends .k-trends__slide svg {
        right: 30px;
        top: 30px;
    }
}

@media (max-width: 1199px) {    
    .k-trends__items .slick-dots {
        margin-top: 20px;
    }
    .k-trends__items .slick-dots li {
        background: #fff;
    }
}

@media screen and (max-width: 991px) {
    .generalWrapper {
        flex-direction: column;
    }

    .industries__edit-content .w--366 {
        width: 100%;
    }

    .edit-content__list .list-items .list-item--quote .title {
        padding-left: 0;
    }

    .edit-content__list .list-items .list-item--quote .title p {
        margin-top: 0;
    }

    .edit-content__list .list-items .title {
        margin-bottom: 24px;
        margin-top: 32px;
    }

    .edit-content__list .list-items .text p {
        margin: 0;
    }

    .edit-content__list .list-items {
        column-count: 1;
        column-rule: none;
    }

    .edit-content__list .list-item:before {
        display: none;
    }
    .edit-content__k-trends .k-trends__title {
        line-height: 26px;
    }
    .edit-content__k-trends .k-trends__text {
        line-height: 26px;
    }
    .edit-content__k-trends .k-trends__item {
        min-height: 230px;
    }
    .edit-content__k-trends .k-trends__slide {
        padding: 36px 100px 36px 32px;
    }
    .edit-content__k-trends .k-trends__cols .k-trends__img img {
        max-height: 230px;
    }
}

@media (max-width: 1199px) {    
    .k-trends__items .slick-dots {
        margin-top: 20px;
    }
    .k-trends__items .slick-dots li {
        background: #fff;
    }
}

@media screen and (max-width: 991px) {
    .generalWrapper {
        flex-direction: column;
    }

    .industries__edit-content .w--366 {
        width: 100%;
    }

    .edit-content__k-trends .k-trends__title {
        padding-right: 66px;
        line-height: 22px;
    }

    .edit-content__k-trends .k-trends__slide svg {
        transform: scale(0.8);
    }

    .edit-content__k-trends .k-trends__header {
        flex-direction: column;
        margin-bottom: 0;
    }

    .edit-content__k-trends {
        padding: 48px 0;
        width: 100%;
    }

    .k-trends__item {
        margin: 0 8px;
    }

    .edit-content__k-trends .k-trends__cols .k-trends__img {
        height: 100%;
        position: relative;
        display: flex;
        min-width: 100px;
        width: 100px;
    }

    .edit-content__k-trends .k-trends__item .k-trends__slide {
        padding: 32px 24px;
        width: 100%;
    }

    .edit-content__k-trends .k-trends__slide svg {
        top: 20px;
        right: 20px;
    }

    .edit-content__k-trends .k-trends__header .h1 {
        width: 100%;
        margin-bottom: 24px;
        font-size: 20px;
        line-height: 24px;
    }

    .edit-content__k-trends .k-trends__header .subtitle {
        margin-bottom: 24px;
        font-size: 16px;
        line-height: 27px;
    }

    .industries__edit-content {
        padding-bottom: 0;
    }

    .thethis-list--items {
        flex-direction: column;
    }

    .edit-content__title .bg-violet .content {
        margin: 0;
    }

    .edit-content__title .bg-violet .text {
        margin-bottom: 0;
    }

    .edit-content__title .bg-violet {
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-right: -20px;
        padding: 20px;
    }

    .industries__edit-content .generalWrapper.bg-violet {
        width: calc(100% + 40px);
        margin: -1px -20px 0;
        padding: 20px;
    }

    .edit-content__btn .content {
        flex-direction: column;
    }

    .edit-content__btn .content .btn--white {
        order: 1;
        text-align: center;
        margin: auto;
        width: 100%;
        max-width: 100%;
        margin-top: 20px;
    }

    .edit-content__btn .text {
        width: 100%;
        max-width: 100%;
        display: block;
        text-align: left;
    }

    .industries__edit-content p {
        margin: 0;
        padding: 0;
    }

    .industries__edit-content .w--366, .industries__static-content .w--366 {
        width: 100%;
    }

    .overlay--items {
        position: relative;
        display: block;
        width: 100%;
    }

    .overlay--items .overlay--item:nth-child(1), .overlay--items .overlay--item-link:nth-child(1), .overlay--items .overlay--item-pic:nth-child(1) {
        margin-top: 30px;
    }

    .content--overlay {
        width: 100%;
        margin: 0;
    }

    .industries__edit-content .bg-violet {
        position: relative;
        z-index: 2;
    }

    .edit-content__btn .btn--white {
        padding: 0 10px;
        text-align: center;
        height: 42px;
        font-size: 14px;
        line-height: 38px;
    }

    .edit-content__title .bg-violet {
        width: 100%;
        padding: 20px 0 0;
    }

    .industries__edit-content .edit-content__text.bg-violet .content {
        font-size: 16px;
        line-height: 27px;
    }

    h3 {
        margin: 0;
    }

    header {
        position: relative;
        z-index: 15;
    }

    .k-trends__items .k-trends__item.item--last {
        display: none;
    }

    .edit-content__k-trends .k-trends__header .subtitle {
        width: 100%;
    }

    .head-links {
        display: block;
        margin-top: 48px;
        margin-bottom: 48px;
    }

    .head-links a {
        display: block;
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 21px;
        text-decoration-line: underline;
        color: #FFFFFF;
        margin-bottom: 8px;
    }

    .industries__edit-content .edit-content__title .content {
        margin-bottom: 32px;
    }

    .industries__edit-content .edit-content__title .text {
        margin-bottom: 32px;
    }
}

.allEvents {
    float: right;
    position: relative;
    margin-right: 30px;
    font-family: Montserrat-Medium;
    font-size: 16px;
}

.allEvents:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -2px;
    width: 0px;
    height: 2px;
    background-color: #7949F4;
    -webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-ms-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}

.allEvents:hover {
    color: #7949F4;
}

.allEvents:hover:after {
    width: 100%;
}

@media (max-width: 1200px) {
    .edit-content__k-trends .k-trends__img {
        min-width: 150px;
        width: 150px;
        height: 100%;
    }
}

@media (max-width: 560px) {
    .allEvents-wrapper {
        text-align: center;
        margin-top: 24px;
    }

    .allEvents {
        font-family: MontserratHitn;
        font-size: 13px;
        float: none;
        margin-right: 0;
    }
    .edit-content__k-trends .k-trends__body {
        margin-left: 0;
        margin-right: 0;
    }
    .edit-content__k-trends .k-trends__cols {
        flex-direction: column;
    }
    .edit-content__k-trends .k-trends__cols .k-trends__img {
        height: 100px;
        min-width: 100%;
        width: 100%;
    }
}

@media (min-width: 561px) and (max-width: 991px) {
    .edit-content__k-trends .k-trends__cols .k-trends__img {
        width: auto !important;
        min-width: unset;
    }
    .edit-content__k-trends .k-trends__cols .k-trends__img img {
        width: auto !important;
    }
}
/* End */
/* /local/templates/site_kk_redesign/css/industries.css?176431613918641 */
