.box-shadow-light-lines {
	box-shadow: inset 0px 1px 0px #a675dd, inset 0px -1px 0px #a675dd, inset 1px 0px 0px #a675dd, 1px 0px 0px #a675dd;
}
.box-shadow-dark-lines {
	box-shadow: inset 0px 1px 0px #e0e2e4, 0px 1px 0px #e0e2e4, inset 1px 0px 0px #e0e2e4, 1px 0px 0px #e0e2e4;
}
#caseSlider .slick-track, #products-slider .slick-track, #company-slider .slick-track {
    display: flex !important;
}
#caseSlider .slick-slide, .twoSolution .slick-slide {
    height:inherit !important;
}

.bg-white-abstract {
    background-image: url('/assets/img/white-abstract.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 50%;
}
#products-slider .navigation .elem {
	margin-right: 8px;
	min-width: 170px;
	color: #999aa6;
	cursor: pointer;
	padding-bottom: 12px;
	transition: 0.7s ease;
	position: relative;
}
#products-slider .navigation .elem:hover:before {
	background-color: #c0c2c4;
}
#products-slider .navigation .elem:hover, #products-slider .navigation .elem.active {
	color: #bc77ff;
}
#products-slider .navigation .elem:before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	height: 4px;
	background-color: #d0d2d4;
	width: 100%;
}
#products-slider .navigation .elem.active:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 4px;
	background-color: #bc77ff;
	width: 100%;
}
#products-slider .navigation .elem.active:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 4px;
    background-color: #c0c2c4;
    animation: insta 20000ms linear;
}


* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

body {
	background-color: #8847d1;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
}
a {
	color: #fff;
	text-decoration: none;
}

.width50 {
	width: 50%;
}
.width60 {
	width: 60%;
}
.width100 {
	width: 100%;
}
.fs64 {
	font-weight: bold;
	font-size: 64px;
	line-height: 70px;
	text-transform: uppercase;
	font-family: MontserratHitn;
}
.blueButton {
	background-color: #7949F4;
	padding: 9px 25px;
	font-weight: bold;
	margin-top: 20px;
	display: inline-block;
	width: max-content;
}
.blueButton:hover {
	background-color: #F5F5F5;
	color: #7949F4;
	border: 0;
}
.buttonRed {
	font-size: 20px;
	background-color: #F9423A;
	max-width: 395px;
	width: 100%;
	text-align: center;
	line-height: 59px;
	font-weight: bold;
	margin: 40px 0;
	cursor: pointer;
	border: 1px solid #F9423A;
}
.buttonRed:hover {
	background-color: #fff;
	border: 1px solid #8847d1;
	color: #8847d1;
}
.buttonWhiteInBlue {
	font-weight: bold;
	font-size: 20px;
	line-height: 28px;
	color: #8847d1;
	background: #FFFFFF;
	display: inline-block;
	padding: 17px 50px;
	cursor: pointer;
}
.buttonWhiteInBlue:hover {
	background-color: #F9423A;
	color: #fff;
}
.loader {
	position: relative;
}
.loader::before {
	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	background-image: url('/local/templates/site_kk_redesign/css/../images/loader.svg');
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-color: rgba(0,0,0,0.5);
	border: 1px solid rgba(0,0,0,0.5);
}
/*main header style*/
.headWrapp {
	padding: 20px 0;
}
.headWrapp .maxWidthW {
	padding-left: 55px;
	padding-right: 55px;
}
.headWrapp a{
	z-index: 12;
}
.headWrapp .maxWidthW{
	z-index: 2;
}
.headWrapp.menuFixed{
	padding: 20px 0;
}
.headWrapp.menuFixed .maxWidthW {
	padding-left: 55px;
	padding-right: 55px;
}
.headWrapp.blueHeadBg{
    z-index: 20;
    position: relative;
}
.headWrapp.blueHeadBg:after{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: #8847d1;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.form .h3 {
	margin-bottom: 35px;
}
a.descr {
	margin-left: 4px;
}
.maxWidthW {
	max-width: 1550px;
	height: 64px;
	margin: auto;
	width: 100%;
    display: flex;
}
@media (max-width: 991px) {
    .maxWidthW {
        height: auto;
    }
}
.logo-link {
	flex-shrink: 0;
	display: flex;
}
.logo {
	width: 100%;
	max-width: 202px;
}
header .logo {
    margin-top:-15px;
}
.topMenu {
	display: inline-block;
	margin: 0 60px;
	vertical-align: top;
	position: relative;
	z-index: 12;
}
.topMenu .section, .menuMiddle .section {
	margin-right: 40px;
	color: #fff;
}
.topMenu .section:nth-last-child(1), .menuMiddle .section:nth-last-child(1) {
	margin-right: 0;
}
.menuMiddle {
	margin-top: 46px;
}
.lms {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 auto;
	z-index: 2;
}
.closeButtonMenu {
	margin: 0 auto;
	display: none;
	cursor: pointer;
	width: 24px;
	height: 24px;
	z-index: 100;
}
.closeButtonMenu .close {
	width: 24px;
	height: 24px;
	fill: #fff;
}

.lms img{
	cursor: pointer;
}
.mobileMenu {
	vertical-align: top;
	margin: 0 0 0 auto;
}
.showMobileMenu {
	width: 50px;
	height: 50px;
	cursor: pointer;
}
/*main header style fin*/

/*footer style*/
footer {
	background: linear-gradient(180deg, #F5F5F5 100%, rgb(245, 245, 245) 100%);
	mix-blend-mode: normal;
	position:relative;
}
.fwrap {
	background-image: linear-gradient(180deg, #F5F5F5 0%, rgba(245, 245, 245, 0) 100%), url(/local/templates/site_kk_redesign/css/../images/bottomBg.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-size: 100%;
}
footer .leftCol {
	display: inline-block;
	width: 50%;
	color: #121239;
	padding: 80px 0 50px 55px;
	max-width: 775px;
	margin: 0 0 0 auto;
}
footer .leftCol {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
footer .phone {
    color: #121239;
}
footer .rightCol {
	flex-direction: column;
	justify-content: flex-end;
	display: flex;
	width: 50%;
}
.form-footer-wrapper {
	background-color: #8847d1;
	margin-top: 80px;
}
.fhead .h2 {
	margin: 150px 0 80px;
}
footer .city, .popupMenuContacts .city {
	line-height: 28px;
}
footer .contacts-wrapper {
	display: flex;
}
footer .contacts, .popupMenuContacts .contacts {
	display: inline-block;
	width: 38%;
	margin-right: 60px;
}
footer .adress, .popupMenuContacts .adress {
	letter-spacing: 0.01em;
	margin: 22px 0 20px;
	line-height: 24px;
}
footer .phone, .popupMenuContacts .phone {
	margin: 20px 0 15px;
	line-height: 24px;
}
footer .phone a, .popupMenuContacts .phone a {
	color: #8847d1;
}
footer .map, .popupMenuContacts .map {
	letter-spacing: 0.01em;
	color: #7949F4;
}
footer .mail, .popupMenuContacts .mail {
	margin: 148px 0 40px;
}
footer .mail img, .popupMenuContacts .mail img {
	margin-right: 14px;
}
footer .mail a, .soc a, .popupMenuContacts .mail a {
	color: #121239;
}
input:-internal-autofill-selected{
	background-color: transparent;
}
.popupMenuContacts .mail a, .popupMenuContacts .soc a {
    color: #fff;
}
.soc {
	display: inline-block;
	white-space: nowrap;
	margin-right: 42px;
}
.soc img {
	margin-right: 9px;
	vertical-align: text-bottom;
}
footer .socials {
	margin-bottom: 25px;
}

.contactsHeadBg {
	/*background-image: url('/local/templates/site_kk_redesign/images/contacts.png');*/
	background-repeat: no-repeat;
	background-size: 100%;
	background-color: #8847d1;
	position: relative;
	z-index: 15;
}
.popupMenuContacts .h1 {
	margin: 120px 0 80px;
}
.popupMenuContacts .city {
    font-weight: 100;
    font-family: MontserratHitn;
}
.popupMenuContacts .closePopupC {
	width: 24px;
	height: 24px;
	fill: #fff;
	position: absolute;
	right: 55px;
	top: 55px;
	cursor: pointer;
}



.popupInfohubSearch {
	display: none;
	position: fixed;
	top: 104px;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #7949F4;
	overflow: auto;
	background-position-y: -143px;
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: 22;
}
.popupInfohubSearch .search--result {
	display: none;
}

.popupInfohubSearch .search--result.active {
	display: block;
}
.popupInfohubSearch .h1 {
	margin: 120px 0 80px;
}
.popupInfohubSearch .city {
    font-weight: 100;
    font-family: MontserratHitn;
}
.popupInfohubSearch .closePopupC {
	width: 24px;
	height: 24px;
	fill: #fff;
	position: absolute;
	right: 55px;
	top: 55px;
	cursor: pointer;
}
.popupInfohubSearch .result-group{
	display: flex;
	justify-content: flex-start;
}
.popupInfohubSearch .result-group{
	display: flex;
	justify-content: flex-start;
}
.popupInfohubSearch .result-symbol{
	margin-right: 85px;
	font-family: MontserratHitn;
	font-size: 20px;
	line-height: 28px;
	color: #FFFFFF;
	width: 20px;
}
.popupInfohubSearch .result-items{
	width: calc(100% - 105px);
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
}

.popupInfohubSearch .result-item{
	font-family: MontserratHitn;
	color: #FFFFFF;
	margin-bottom: 40px;
}




.wrapAdress {
	max-width: 740px;
}
.mailWhite {
	fill: #fff;
	width: 20px;
	height: 15px;
	margin: 0px 14px -3px 0;
}
.facebookW {
	fill: #fff;
	width: 24px;
	height: 24px;
	margin: 0 10px -6px 0;
}
.tgW {
	fill: #fff;
	width: 24px;
	height: 24px;
	margin: 0 10px -6px 0;
}
.youtubeW {
	fill: #fff;
	width: 24px;
	height: 24px;
	margin: 0 10px -6px 0;
}
.linkedinW {
	fill: #fff;
	width: 24px;
	height: 24px;
	margin: 0 10px -6px 0;
}
.popupMenuContacts .wrap {
	padding: 55px;
	position: relative;
	max-width: 1550px;
    margin: auto;
}
.popupMenuContacts .wrap .buttonRed.contacts {
	position: absolute;
	right: 55px;
	bottom: 55px;
	margin: 0;
	max-width: 355px;
}

.popupInfohubSearch .wrap {
	padding: 55px;
	position: relative;
	max-width: 1550px;
    margin: auto;
}
.popupInfohubSearch .wrap .buttonRed.contacts {
	position: absolute;
	right: 55px;
	bottom: 55px;
	margin: 0;
	max-width: 355px;
}
.popupInfohubSearch .search--input{
	width: 100%;
	display: block;
	position: relative;
	margin-bottom: 80px;
}
.popupInfohubSearch .search--input	label{
	width: 44px;
	height: 44px;
	display: block;
	position: absolute;
	margin: auto;
	right: 0;
	top: 0;
	bottom: 0;
}
.popupInfohubSearch .search--input	label img{
	width: 44px;
	height: 44px;
	display: block;
}
.popupInfohubSearch .search--input .hidden--input{
	display: none;
}
.popupInfohubSearch .search--input input{
	display: block;
	width: 100%;
	font-family: MontserratHitn;
	font-weight: bold;
	font-size: 64px;
	line-height: 70px;
	padding: 40px 80px 40px 0;
	box-sizing: border-box;
	text-transform: uppercase;
	color: #fff;
	background-color: transparent;
	box-shadow: none;
	border: none;
	border-bottom: 1px solid #fff6;
}
.popupInfohubSearch .search--input input::placeholder{
	font-family: MontserratHitn;
	font-weight: bold;
	font-size: 64px;
	line-height: 70px;
	text-transform: uppercase;
	color: #ffffff1a;
}
.search--suggest{
	display: none;
}
.search--empty{
	display: none;
}
.search--suggest.active{
	display: block;
}
.search--empty.active{
	display: block;
}
.search--suggest-label{
	font-family: MontserratHitn;
	margin-bottom: 40px;
	font-weight: bold;
	line-height: 28px;
	color: #FFFFFF;
}
.search--suggest-list{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.search--suggest-item {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	width: 50%;
	display: block;
	line-height: normal;
	margin-bottom: 40px;
	color: #FFFFFF;
	cursor: pointer;
	word-wrap: break-word;
	padding-right: 20px;
}
.search--suggest-text{
	font-size: 20px;
	line-height: 34px;
	color: #FFFFFF;
	margin-bottom: 40px;
}
.search--suggest-section{
	display: flex;
	justify-content: flex-start;
}
.search--suggest-link{
	box-sizing: border-box;
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-right: 40px;
	position: relative;
}
.search--suggest-link:after {
	content: '';
	position: absolute;
	display: block;
	width: 1px;
	height: 18px;
	background-color: #fff;
	right: -20px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.search--suggest-link:last-child:after {
	display: none;
}
.search--suggest-link:nth-child(1){
	padding-left: 0;
	border-left: 0;
}
.search--suggest-link:nth-last-child(1){
	padding-right: 0;
}
.search--result{
	display: none;
}
.search--result.active{
	display: block;
}
.search-result p, .search-result a{
	color: #ffffffb3;
}
.search-result b{
	font-family: MontserratHitn;
	color:  #fff;
}

@media (max-width: 1599px) {
	.search--suggest-label {
		margin-bottom: 32px;
	}
	.search--suggest-item {
		margin-bottom: 32px;
	}

}

.popupMenuSites {
	display: block;
	position: fixed;
	top: 102px;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #8847d1;
	overflow: auto;
}
.popupMenuSites .wrap {
	padding-top: 30px;
	padding-bottom: 80px;
    height: calc(100vh - 102px);
}

.popupMenuSites .sites li {
	display: inline-block;
	width: 33.33%;
	height: calc(100% / 5);
	border: 1px solid #666879;
	margin-right: -1px;
	margin-bottom: -1px;
	position: relative;
	min-height: 100px; 
}
.popupMenuSites .sites li a::after {
    content: "";
    mask: url('/local/templates/site_kk_redesign/images/siteArrow.svg');
    mask-image: url("/local/templates/site_kk_redesign/images/siteArrow.svg");
    -webkit-mask-image: url('/local/templates/site_kk_redesign/images/siteArrow.svg');
    width: 32px;
	height: 32px;
	display: block;
	margin-left: 8px;
	background-color: #7949F4;
	position: absolute;
	top: 25px;
	right: 25px;
	mask-size: 32px;
	-webkit-mask-size: 32px;
}
.popupMenuSites .sites .phead {
	display: inline-block;
	width: calc((100% / 3) * 2 - 2px);
	display: flex;
	align-items: center;
}
.popupMenuSites .sites {
	padding: 0;
	margin: 0;
    display: flex;
	border-bottom: 1px solid transparent;
	flex-wrap: wrap;
    height: 100%;
}
.popupMenuSites .sites li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    position: relative;
    transition: all 0.7s ease;
    font-size: 24px;
    line-height: 32px;
    font-family: MontserratHitn;
}
.popupMenuSites .sites li:hover a {
	background-color: #7949F4;
}
.popupMenuSites .sites li a:hover::after {
	background-color: #fff;
}
.popupMenuSites .sites li a span {
    display: block;
	padding: 40px 55px 40px 40px;
	font-size: 20px;
	line-height: 26px;
}
@media (min-width: 1599px) and (max-height: 920px) {
    .popupMenuSites .sites li a span {
        font-size: 16px;
        line-height: 20px;
    }
}
@media (max-width: 1599px) {
    .popupMenuSites .sites li a span {
        font-size: 16px;
        line-height: 20px;
    }
}
.bgBlue {
	background-color: #8847d1;
}
.formFooter {
	padding: 55px;
	background: #8847d1;
	max-width: 775px;
	margin-right: all;
}
.formFooter .h3 {
	margin-bottom: 35px;
}
.formFooter input[type="text"], .formFooter textarea {
	width: 100%;
	height: 26px;
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid rgba(255,255,255,0.9);
	color: rgba(255,255,255,0.8);
	outline: 0;
    outline-offset: 0;
    font-size: 16px;
	line-height: 22px;
}
.form__popup input[type="text"], .form__popup textarea {
	width: 100%;
	height: 26px;
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid rgba(255,255,255,0.9);
	color: rgba(255,255,255,0.8);
	outline: 0;
	outline-offset: 0;
	font-size: 16px;
	line-height: 22px;
}
.formFooter input.error {
	border-bottom: 1px solid #F9423A;
}
.formFooter label.error {
	position: absolute;
	left: 0;
	bottom: -20px;
	font-size: 13px;
	line-height: 15px;
	letter-spacing: 0.01em;
	color: #F9423A;
	margin-bottom: 0;
}
.popupDefault .h3 {
	margin-bottom: 50px;
}
.popupDefault .input-row{
	position: relative;
}
.popupDefault .input-row input.error {
	border-bottom: 1px solid #F9423A;
}
.popupDefault .input-row label.error {
	position: absolute;
	left: 0;
	bottom: -30px;
	font-size: 13px;
	line-height: 15px;
	letter-spacing: 0.01em;
	color: #F9423A;
}
.popupEvents .input-row{
	position: relative;
}
.popupEvents .input-row input.error {
	border-bottom: 1px solid #F9423A;
}
.popupEvents .input-row label.error {
	position: absolute;
	left: 0;
	bottom: -30px;
	font-size: 13px;
	line-height: 15px;
	letter-spacing: 0.01em;
	color: #F9423A;
}
.edit-content__form .callback_form .h1 {
	margin: 215px 0 20px;
}
.edit-content__form .callback_form .joke {
	margin-top: 90px;
}
.edit-content__form .callback_form .resendButton {
	margin-top: 196px;
}

.formBlock .callback_form .h1 {
	margin: 215px 0 20px;
	color: #8847d1;
}
.formBlock .callback_form .joke {
	margin-top: 90px;
	color: #8847d1;
}
.formBlock .callback_form .resendButton {
	margin-top: 196px;
	background-color: #8847d1;
	color: #fff;
}

#lead-form .callback_form .h1 {
	margin: 215px 0 20px;
	color: #8847d1;
}
#lead-form .callback_form .joke {
	margin-top: 90px;
	color: #8847d1;
}
#lead-form .callback_form .resendButton {
	margin-top: 196px;
	background-color: #8847d1;
	color: #fff;
}

.footer__form form {
	max-width: 591px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    column-gap: 20px;
}
.formFooter .callback_form .h1 {
	margin: 150px 0 20px;
}
.formFooter .callback_form .joke {
	margin-top: 90px;
}
.formFooter .callback_form .resendButton {
	margin: 100px 0 150px
}
.footer__form .row{
	display: inline-block;
	width: 100%;
}
.footer__form .row.width40{
	display: inline-block;
	width: 39%;
	padding-right: 20px;
}
.footer__form .row.width60{
	display: inline-block;
	width: 60%;
}
.form-footer-bottom{
	display: flex;
    justify-content: space-between;
}
.form-footer-bottom span{
	color: #fff;
}
.errorCheckbox {
	display: none;
	position: absolute;
	left: 0;
	bottom: -12px;
	font-size: 13px;
	line-height: 15px;
	letter-spacing: 0.01em;
	color: #F9423A;
}
.formFooter textarea {
	height: 85px;
	resize: none;
}
.form__popup textarea {
	height: 85px;
	resize: none;
}
.formFooter input[type="text"]::placeholder, .formFooter textarea::placeholder {
	color: transparent;
}
.formFooter .placeholder {
	letter-spacing: 0.01em;
	color: #fff;
	opacity: 0.8;
}
@media (max-width: 991px) {
	.formFooter {
		max-width: unset !important;
	}
	.footer__form form {
		max-width: unset;
	}
}
@media (min-width: 560px) and (max-width: 991px) {
	.footer__form .input-row.row--name,
	.footer__form .input-row.row--phone {
		max-width: 200px;
	}
	.footer__form .input-row.row--company,
	.footer__form .input-row.row--email {
		max-width: calc(100% - 230px);
	}
}
/*footer style fin*/


.middleMenuScroll {
	margin: 15px 20px 0 60px;
	display: none;
	position: relative;
	z-index: 12;
}
.middleMenuScroll .section {
	margin-right: 40px;
	white-space: nowrap;
}
.middleMenuScroll ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
}
.middleMenuScroll .children {
	display: flex;
	position: fixed;
	background: #8847d1;
	top: 102px;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-y: auto;
	height: calc(100vh - 102px);
}

.menu-popup {
    opacity: 0;
    pointer-events: none;
    z-index: -10;
}

.menu-popup.active {
    opacity: 1;
    pointer-events: initial;
    z-index: 502;
}
.menu-popup-content {
    opacity: 0;
    pointer-events: none;
    transition: .5s ease;
}
.menu-popup-content.active {
    opacity: 1;
    pointer-events: initial;
}
.middleMenuScroll .children-wrapper {
	position: relative;
	padding: 70px 55px 50px;
	z-index: 20;
	max-width: 1550px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex: 1;
}
.middleMenuScroll .children .left {
	width: 30%;
	position: absolute;
}
.middleMenuScroll .children .left .h1 {
	margin: 54px 0 40px;
}
.middleMenuScroll .children .left .h1-small {
    font-size: 50px;
}
@media (max-width: 1599px) {
    .middleMenuScroll .children .left .h1-small {
        font-size: 40px;
    }
}

.middleMenuScroll .children .left .description {
	max-width: 388px;
	font-size: 20px;
	line-height: 34px;
	margin-top: 40px;
}
.middleMenuScroll .children li {
	width: 33.33%;
	box-shadow: inset 0px 1px 0px #a675dd, inset 0px -1px 0px #a675dd, inset 1px 0px 0px #a675dd, 1px 0px 0px #a675dd;
	height: 50%;
	display: block;
	min-height: 230px;
	margin-bottom: -1px;
}
.middleMenuScroll .children li a {
	width: 100%;
	height: 100%;
	display: flex;
	position: relative;
	transition: all 0.7s ease;
	min-height: 230px;
}
.middleMenuScroll .children li a .h4 {
    margin: 40px auto 40px 40px;
	max-width: 285px;
	font-size: 20px;
	line-height: 26px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction:column;
    gap:10px;
}
.middleMenuScroll .children li a:hover::before {
	background-color: #fff;
}
.middleMenuScroll .children li a:hover {
    background-color: #bc77ff;
}
.middleMenuScroll .children li a:hover .sectionIcon {
	background-color: #fff;
	background-image: none !important;
}
li.section.whithChildeD[data-id="ktrends"] + ul.children li:nth-last-child(-n+3){
	border-bottom: 1px solid #666879 !important;
}
li.section.whithChildeD[data-id="ktrends"] + ul.children li{
	height: calc(100% / 3);
	min-height: 130px !important;
}
li.section.whithChildeD[data-id="ktrends"] + ul.children li a{
	min-height: 130px !important;
}

li.section.whithChildeD[data-id="ktrends"] + ul.children li:nth-child(2),
li.section.whithChildeD[data-id="ktrends"] + ul.children li:nth-child(3){
	border: 1px solid #666879 !important;
}
li.section.whithChildeD[data-id="ktrends"] + ul.children li:nth-child(4),
li.section.whithChildeD[data-id="ktrends"] + ul.children li:nth-child(5){
	border: 1px solid #666879 !important;
	border-top: 1px solid transparent !important;
}
li.section.whithChildeD[data-id="ktrends"] + ul.children li:nth-child(6),
li.section.whithChildeD[data-id="ktrends"] + ul.children li:nth-child(7){
	border: 1px solid #666879 !important;
	border-top: 1px solid transparent !important;
}
li.section.whithChildeD[data-id="ktrends"] + ul.children li:nth-child(3),
li.section.whithChildeD[data-id="ktrends"] + ul.children li:nth-child(5),
li.section.whithChildeD[data-id="ktrends"] + ul.children li:nth-child(7){
	border-left: 1px solid transparent !important;
}

li.section.whithChildeD[data-id="infrastructure"] + ul.children li{
	height: calc(100% / 3);
	min-height: 140px !important;
}
li.section.whithChildeD[data-id="infrastructure"] + ul.children li a{
	min-height: 140px !important;
}

li.section.whithChildeD[data-id="infrastructure"] + ul.children li:nth-child(2),
li.section.whithChildeD[data-id="infrastructure"] + ul.children li:nth-child(3){
	border: 1px solid #666879 !important;
}
li.section.whithChildeD[data-id="infrastructure"] + ul.children li:nth-child(4),
li.section.whithChildeD[data-id="infrastructure"] + ul.children li:nth-child(5){
	border: 1px solid #666879 !important;
	border-top: 1px solid transparent !important;
}
li.section.whithChildeD[data-id="infrastructure"] + ul.children li:nth-child(6),
li.section.whithChildeD[data-id="infrastructure"] + ul.children li:nth-child(7){
	border: 1px solid #666879 !important;
	border-top: 1px solid transparent !important;
}
li.section.whithChildeD[data-id="infrastructure"] + ul.children li:nth-child(3),
li.section.whithChildeD[data-id="infrastructure"] + ul.children li:nth-child(5),
li.section.whithChildeD[data-id="infrastructure"] + ul.children li:nth-child(7){
	border-left: 1px solid transparent !important;
}

@media (max-width: 1599px) {
	.middleMenuScroll .children li a .h4 {
		font-size: 16px;
    	line-height: 20px;
        padding-right: 55px;
	}
}

@media (max-height: 920px){
    .middleMenuScroll .children li a .h4 {
        margin: 40px auto 40px 40px;
        max-width: 320px;
    }
    .popupMenuSites .sites li a span{
        padding: 20px 60px 20px 40px !important;
    }
    .popupMenuSites .sites li a {
        align-items: center;
    }
}

@media (max-height: 850px){
    .middleMenuScroll .children li a .h4 {
        font-size: 16px;
        line-height: 20px;
    }
    .middleMenuScroll .children-wrapper {
        padding: 70px 55px 20px;
    }
    .sectionIcon {
        width: 45px!important;
        height: 45px!important;
        min-width: 45px;
        min-height: 45px;
    }
    .popupMenuSites .wrap {
        padding-bottom: 20px;
    }
}
@media (max-height: 750px) {

    .middleMenuScroll .children li a .h4 {

        margin: 30px auto 30px 40px;
    }
}

@media (max-height: 700px) {
    .sectionIcon {
        margin-bottom: 0!important;
    }
    .middleMenuScroll .children li a .h4 {
        gap: 20px;
        margin: 40px auto 40px 40px;
    }
}

@media (max-height: 750px) and  (max-width: 1200px) {
    .middleMenuScroll .children li a .h4 {
        margin: 40px auto 40px 20px;
    }
    .theme-arrow-corner {
        position: absolute;
        top: 20px!important;
        right: 20px!important;
    }
}
@media (max-height: 650px) {
    .middleMenuScroll .children li a .h4 {
        margin: 20px auto 20px 20px;
    }
}
li.section.whithChildeD[data-id="solutions-filter"] + ul.children li{
	height: calc(100% / 4);
	min-height: 110px;
}
li.section.whithChildeD[data-id="solutions-filter"] + ul.children li.empty{
	min-height: 110px !important;
}
li.section.whithChildeD[data-id="solutions-filter"] + ul.children li a{
	min-height: 110px;
}

.sectionIcon {
	width: 62px;
	height: 62px;
    min-width: 45px;
    min-height: 45px;
    margin-bottom: 20px;
    background-size: contain;
    background-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;
}
.middleMenuScroll .children li:nth-child(2), .middleMenuScroll .children li:nth-child(4) {
	margin-left: 33.33%;
}
.middleMenuScroll .maxSix + .children li:nth-child(6) {
	margin-left: 33.33%;
}
.middleMenuScroll .section {
    margin-right: 40px;
    display: inline-block;
    cursor: pointer;
    border-bottom: 1px solid transparent;
}
.circleNaw {
	/*display: none;*/
}
.circleNaw .circle {
	display: inline-block;
	border-radius: 100%;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	cursor: pointer;
	background-color: rgba(255,255,255,0.3);
}
.circleNaw .circle.active {
	background-color: #fff;
}
.cookieConfirm {
	position: fixed;
	bottom: 0;
	padding: 20px;
	background-color: #8847d1;
	z-index: 2147483647;
	width: 100%;
}
.cookieConfirm .wrap {
	max-width: 779px;
	margin: auto;
}
.cookieConfirm .text {
	/*width: 60%;*/
	display: inline-block;
	line-height: 39px;
}
.cookieConfirm .text a {
	text-decoration: underline;
}
.cookieConfirm .button {
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
	border: 1px solid #fff;
	padding: 6px 14px;
	cursor: pointer;
}
.breadcrumbs {
	opacity: 0.9;
}
.breadcrumbs > div {
	display: inline-block;
}
.breadcrumbs .arrow {
	margin: 0 8px;
}
.bleuLineLeft {
	font-size: 24px;
	line-height: 40px;
	padding-left: 40px;
	border-left: 4px solid #7949F4;
}
.mTop80 {
	margin-top: 80px;
}
.fs20 {
	font-size: 20px;
	line-height: 34px;
}
.coub {
	width: 49%;
	height: 217px;
	transition: background 0.7s ease;
}
.coub:hover {
	background-color: #8847d1;
}
.coub .fontViolet, .createSolution .coub .fontBlack, .coub .plus {
    transition: .3s ease;
}

.coub:hover .fontViolet, .createSolution .coub:hover .fontBlack {
	color: #fff;
}
.coub:hover .plus {
	stroke: #fff;
}
.coub .paddingWrap {
	padding: 74px 0 38px 40px;
}
.coub .plus {
	stroke: #7949F4;
}
.coub:nth-child(1) {
	border-right: 1px solid rgba(18, 18, 57, 0.1);
	border-bottom: 1px solid rgba(18, 18, 57, 0.1);
}
.coub:nth-child(2) {
	border-bottom: 1px solid rgba(18, 18, 57, 0.1);
}
.coub:nth-child(3) {
	border-right: 1px solid rgba(18, 18, 57, 0.1);
}
.plus {
	width: 28px;
	height: 28px;
	position: absolute;
	top: 40px;
	right: 40px;
	stroke: #fff;
}
.active .plus {
	stroke: #8847d1;
}
.braceVertical {
	display: none;
}
.braceHorizont {
	text-align: center;
	vertical-align: top;
	line-height: 0;
	position: relative;
}
.braceHorizont:after, .braceHorizont:before {
	content: "";
	position: absolute;
	height: 8px;
	background-color: #f9423a;
	right: 0;
	left: 53%;
}
.braceHorizont:before {
	right: 53%;
	left: 0;
}
.braceVertical:after, .braceVertical:before {
	content: "";
	position: absolute;
	width: 6px;
	background-color: #f9423a;
	bottom: 0;
	top: 59%;
	right: 0;
}
.braceVertical:before {
	bottom: 59%;
	top: 0;
}
@media (max-width: 991px) {
    .navigation .elem {
        min-width: 135px;
    }
}

.redBg:after{
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	top: 30px;
	right: -30px;
	width: 30px;
	background-color: #bc77ff;
}
.blueBg:after{
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	top: 30px;
	right: -30px;
	height: auto;
	width: 30px;
	background-color: #fff;
}
@keyframes insta {
	0% { left: 0; }
	100% { left: 100%; }
}
@-webkit-keyframes webkit-insta {
	0% { left: 0; }
	100% { left: 100%; }
}
@-moz-keyframes moz-insta {
	0% { left: 0; }
	100% { left: 100%; }
}
@-o-keyframes o-insta {
	0% { left: 0; }
	100% { left: 100%; }
}

.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; }
}
@media (max-width: 1300px){
	.lms .mail{
		margin: 0;
		margin-right: 6px;
	}
}

@media (max-width: 1599px) {
	.maxWidthW {
		max-width: 1300px;
	}
	.fhead .h2 {
		margin-top: 80px;
	}
	footer .leftCol {
		padding-left: 40px;
		max-width: 650px;
	}
	.formFooter {
		padding-right: 40px;
		max-width: 650px;
	}
	.fs64 {
		font-size: 50px;
		line-height: 56px;
	}
}
@media (min-width: 992px) {
    .desktopHide {
        display: none;
    }
}
@media (max-width: 991px) {
	.mobileShow {
		display: initial;
	}
	.mobileHide {
		display: none;
	}
	.menuFixed {
		padding: 20px;
		/*background-color: #00041f;*/
	}
	.width40, .width50, .width60 {
	    width: 100%;
	}
	.fs64 {
	    font-size: 48px;
	    line-height: 56px;
	}
    footer .leftCol {
	    padding: 50px 0 50px 20px;
	}
	.fhead .h2 {
	    margin: 59px 0 50px;
	}
	footer .contacts {
	    width: 100%;
	    margin: 0 0 30px 0;
	}
	.soc {
	    margin-bottom: 16px;
	}
	.buttonWhiteInBlue {
	    padding: 17px 50px;
	}
	.middleMenuScroll {
		display: none !important;
	}
	.plus {
	    top: 20px;
	    right: 20px;
	}
	.braceHorizont::before {
	    right: 52%;
	}
	.braceHorizont::after {
	    left: 52%;
	}
	.popupMenuContacts {
    	top: 0;
    }
    .cookieConfirm .wrap {
    	text-align: center;
    }
/*    .cookieConfirm .wrap {
		max-width: unset;
		margin: unset;
	}
	.cookieConfirm {
		width: unset;
	}*/
}

@media (max-width: 560px) {
	.fs64 {
	    font-size: 36px;
	    line-height: 42px;
	}
}

@media (max-width: 1599px) {
	.form-footer-bottom{
		flex-direction: column;
	}
	.form-footer-bottom a{
		margin-left: 0;
		font-size: 12px;
	}
	.form-footer-bottom span{
		font-size: 12px;
		margin-top: 10px;
	}
	footer .contacts, .popupMenuContacts .contacts {
		margin-right: 35px;
	}
	footer .contacts:first-child {
		margin-bottom: 30px;
	}
	footer .adress, .popupMenuContacts .adress {
		margin-right: 15px 0;
	}
	footer .adress, .popupMenuContacts .phone {
		margin: 15px 0 15px;
	}
}

@media (max-width: 1599px) {
	.bleuLineLeft {
		font-size: 20px;
	}
	.fs20 {
		font-size: 16px;
		line-height: 26px;
	}
	.middleMenuScroll .children .left .description {
		font-size: 16px;
		line-height: 30px;
	}
	.middleMenuScroll .children-wrapper {
		max-width: 1300px;
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media (max-width: 991px) {
	body {
	    font-size: 13px;
	    line-height: 21px;
	}
	footer .leftCol {
	    padding: 48px 20px;
	    width: 100%;
	    position: relative;
	    max-width: unset;
	}
	.fwrap.flex {
		display: block;
	}
	footer .mail {
	    margin: 34px 0 37px;
	}
	.fhead .h2 {
	    margin-top: 40px !important;
	    margin-left: 0;
	    margin-right: 0;
	    margin-bottom: 32px;
	}
	.soc {
	    margin-bottom: 0;
	    margin-right: 19px;
	}
	footer .rightCol {
	    display: block;
	    width: 100%;
	}
	.form-footer-wrapper {
		margin-top: 0;
	}
	.formFooter {
    	padding: 48px 20px;
	}
	.formFooter .callback_form .h1 {
	    margin: 20px 0 20px;
	}
	.formFooter .callback_form .joke {
	    margin-top: 20px;
	}
	.formFooter .callback_form .resendButton {
	    margin: 50px 0;
	}
	.buttonWhiteInBlue {
	    padding: 17px 50px;
	}
	.circleNaw {
		display: block;
	}
	.coub {
	    width: 50%;
	}
    .coub .paddingWrap {
	    padding: 52px 0 28px 34px;
	}
	.bleuLineLeft {
	    font-size: 16px;
	    line-height: 27px;
	    padding-left: 0;
	    border-left: 0;
	}
	.mTop80 {
	    margin-top: 32px;
	}
	.fs20 {
	    font-size: 16px;
	    line-height: 27px;
	}
	.popupMenuContacts {
		background-image: url('/local/templates/site_kk_redesign/images/contactsM.png');
	}
	.popupMenuContacts .h1 {
	    margin: 64px 0 32px;
	}
	.popupMenuContacts .contacts {
	    margin-bottom: 24px;
	}
}

@media (max-width: 560px) {
	footer .logo {
	    width: 62px;
	    top: 48px;
	    right: 40px;
	    position: absolute;
	}
}

@media (max-width: 1599px) {
	.redBg:after {
		top: 20px;
	    right: -20px;
	    width: 20px;
	    height: calc(100% - 20px);
	}
}
@media (max-width: 991px) {
	.redBg:after{
		display: none;
	}
}

@media (max-width: 1199px) {
	.slick-dots{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin: 0 auto;
		text-align: center;
		padding: 0;
		margin-top: 15px;
	}
	.slick-dots li{
		font-size: 0;
		width: 8px;
		height: 8px;
		background: #8847d1;
		opacity: 0.3;
		border-radius: 50%;
		margin: 6px 4px;
	}
	.slick-dots li.slick-active{
		opacity: 1;
	}
	.slick-dots li button{
		display: none;
		opacity: 0;
	}
}

.popupVideo {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(18, 18, 57, 0.9);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
	overflow: auto;
	z-index: 2222;
}
.popupVideoWrapper {
    height: calc(100% - 104px);
}
.popupVideo .closePopupV {
	width: 24px;
	height: 24px;
	fill: #fff;
	cursor: pointer;
	z-index: 200;
}

.popupVideo .wrap {
	background-color: transparent;
	padding: 20px;
	color: #fff;
	margin: auto;
	text-align: center;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    max-width: 1000px;
}
.popupVideo .wrap .head .img {
	max-width: 145px;
	width: 100%;
	margin-right: 40px;
	height: 145px;
	display: flex;
}
.popupVideo .wrap .head .img img {
	width: 100%;
	margin: auto;
}
.popupVideo .wrap .head .preview_text {
	/*font-weight: bold;*/
	font-weight: normal;
	font-size: 20px;
	line-height: 34px;
	height: min-content;
	margin: auto;
}
.popupVideo .wrap .video-desc{
	margin-top: 40px;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	text-align: left;
	max-width: 100%;
	align-self: flex-start;
}
.popupVideo .detail_text {
	/*font-weight: bold;*/
	font-weight: normal;
	font-size: 20px;
	line-height: 34px;
}
.popupVideo .detail_text a, .popupVideo .solutions a {
	color: #8847d1;
}
.popupVideo .detail_text h2 {
	font-family: MontserratHitn;
	font-style: normal;
	font-weight: bold;
	font-size: 30px;
	line-height: 38px;
	text-transform: uppercase;
}
.popupVideo .solutionsHead {
	margin-bottom: 38px;
}
.popupVideo .solutions {
	width: 70%;
}
.popupVideo .solutions a {
	font-size: 16px;
	line-height: 24px;
	color: #7949F4;
	max-width: 302px;
	width: 100%;
	display: inline-block;
	padding: 28px 57px 28px 20px;
	border: 2px solid #7949F4;
	font-family: MontserratHitn;
	margin: 0 20px 20px 0;
	background-image: url(/local/templates/site_kk_redesign/images/violetArrow.svg);
	background-repeat: no-repeat;
	background-position-x: 255px;
	background-position-y: 20px;
}
.popupVideo .site a {
	margin-top: 40px;
	color: #7949F4;
	font-weight: bold;
	display: inline-block;
}


.popupDefault {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(18, 18, 57, 0.95);
	overflow: auto;
	z-index: 2222;
}
.popupDefault .closePopupV {
	width: 24px;
	height: 24px;
	fill: #fff;
	cursor: pointer;
	z-index: 200;
}
.popupDefault .wrap {
	background-color: transparent;
	color: #fff;
	margin: auto;
	text-align: center;
}
.popupDefault .wrap .head .img {
	max-width: 145px;
	width: 100%;
	margin-right: 40px;
	height: 145px;
	display: flex;
}
.popupDefault .wrap .head .img img {
	width: 100%;
	margin: auto;
}
.popupDefault .wrap .head .preview_text {
	/*font-weight: bold;*/
	font-weight: normal;
	font-size: 20px;
	line-height: 34px;
	height: min-content;
	margin: auto;
}
.popupDefault .wrap .video-desc{
	margin: 0 auto;
	margin-top: 40px;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	text-align: left;
	max-width: 927px;
}
.popupDefault .detail_text {
	/*font-weight: bold;*/
	font-weight: normal;
	font-size: 20px;
	line-height: 34px;
}
.popupDefault .detail_text a, .popupDefault .solutions a {
	color: #8847d1;
}
.popupDefault .detail_text h2 {
	font-family: MontserratHitn;
	font-style: normal;
	font-weight: bold;
	font-size: 30px;
	line-height: 38px;
	text-transform: uppercase;
}
.popupDefault .solutionsHead {
	margin-bottom: 38px;
}
.popupDefault .solutions {
	width: 70%;
}
.popupDefault .solutions a {
	font-size: 16px;
	line-height: 24px;
	color: #7949F4;
	max-width: 302px;
	width: 100%;
	display: inline-block;
	padding: 28px 57px 28px 20px;
	border: 2px solid #7949F4;
	font-family: MontserratHitn;
	margin: 0 20px 20px 0;
	background-image: url(/local/templates/site_kk_redesign/images/violetArrow.svg);
	background-repeat: no-repeat;
	background-position-x: 255px;
	background-position-y: 20px;
}
.popupDefault .site a {
	margin-top: 40px;
	color: #7949F4;
	font-weight: bold;
	display: inline-block;
}
.popupDefault  .form--title{
	font-family: MontserratHitn;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	color: #8847d1;
	margin-bottom: 40px;
}

.popupDefault form{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 524px;
	margin: 0 auto;
    column-gap: 20px;
    align-items: flex-start;
}

.popupDefault  .input-row{
	width: 100%;
	display: inline-block;
}

.popupDefault  .input-row.row--4{
	width: calc(40% - 6px);
}

.popupDefault  .input-row.row--6{
	width: calc(60% - 6px);
}

.popupDefault  .input-row label{
	display: block;
	text-align: left;
}

.popupDefault  .input-row input{
	display: block;
}

.popupDefault  .custom-checkbox+label{
	color: #fff;
}

.popupDefault  .buttonRed{
	margin-top: 0;
}

.popupDefault .callback_form{
	display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
	justify-content: left;
}

.popupDefault .callback_form .h1 {
	margin: 215px 0 20px;
}
@media (min-width: 560px) {
	.popupDefault .callback_form .joke {
		margin-top: 220px;
		max-width: 350px;
		float: right;
	}
	.popupDefault .callback_form-first-block,
	.popupDefault .callback_form-second-block,
	.popupDefault .callback_form-third-block {
		width: 50%;
	    flex: 0 0 50%;
	}
	.popupDefault .callback_form-first-block {
		text-align: left;
	}
	.popupDefault .callback_form-second-block {
		text-align: left;
	}
	.popupDefault .callback_form-third-block {
		text-align: left;
	}
}
.popupDefault .callback_form .resendButton {
	margin-top: 50px;
}

.popupDefault .input-row{
	margin-bottom: 29px;
}

.popupDefault .input-row label{
	color: #fff;
	font-weight: 500;
	line-height: 24px;
}

.popupDefault .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: #fff;
	background-color: transparent;
}

.popupDefault .input-row input[type='text']::-moz-placeholder 			{color: transparent;}
.popupDefault .input-row input[type='text']::-webkit-input-placeholder 	{color: transparent;}
.popupDefault .input-row input[type='text']:-ms-input-placeholder 		{color: transparent;}
.popupDefault .input-row input[type='text']::-ms-input-placeholder 		{color: transparent;}
.popupDefault .input-row input[type='text']::placeholder 				{color: transparent;}
.popupDefault textarea::placeholder {color: transparent;}

.popupDefault .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;
}

.popupDefault .form__input-text::-moz-placeholder 			{color: #fff;}
.popupDefault .form__input-text::-webkit-input-placeholder 	{color: #fff;}
.popupDefault .form__input-text:-ms-input-placeholder 		{color: #fff;}
.popupDefault .form__input-text::-ms-input-placeholder 		{color: #fff;}
.popupDefault .form__input-text::placeholder 					{color: #fff;}

.popupDefault .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;
	padding-bottom: 0;
}

.popupEvents {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: auto;
	z-index: 2222;
}
.popupEvents .closePopupV {
	width: 24px;
	height: 24px;
	fill: #fff;
	cursor: pointer;
	z-index: 200;
}
.popupEvents .wrap {
	background-color: transparent;
	color: #fff;
	margin: auto;
	text-align: center;
}
.popupEvents .wrap .head .img {
	max-width: 145px;
	width: 100%;
	margin-right: 40px;
	height: 145px;
	display: flex;
}
.popupEvents .wrap .head .img img {
	width: 100%;
	margin: auto;
}
.popupEvents .wrap .head .preview_text {
	/*font-weight: bold;*/
	font-weight: normal;
	font-size: 20px;
	line-height: 34px;
	height: min-content;
	margin: auto;
}
.popupEvents .wrap .video-desc{
	margin: 0 auto;
	margin-top: 40px;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	text-align: left;
	max-width: 927px;
}
.popupEvents .detail_text {
	/*font-weight: bold;*/
	font-weight: normal;
	font-size: 20px;
	line-height: 34px;
}
.popupEvents .detail_text a, .popupEvents .solutions a {
	color: #8847d1;
}
.popupEvents .detail_text h2 {
	font-family: MontserratHitn;
	font-style: normal;
	font-weight: bold;
	font-size: 30px;
	line-height: 38px;
	text-transform: uppercase;
}
.popupEvents .solutionsHead {
	margin-bottom: 38px;
}
.popupEvents .solutions {
	width: 70%;
}
.popupEvents .solutions a {
	font-size: 16px;
	line-height: 24px;
	color: #7949F4;
	max-width: 302px;
	width: 100%;
	display: inline-block;
	padding: 28px 57px 28px 20px;
	border: 2px solid #7949F4;
	font-family: MontserratHitn;
	margin: 0 20px 20px 0;
	background-image: url(/local/templates/site_kk_redesign/images/violetArrow.svg);
	background-repeat: no-repeat;
	background-position-x: 255px;
	background-position-y: 20px;
}
.popupEvents .site a {
	margin-top: 40px;
	color: #7949F4;
	font-weight: bold;
	display: inline-block;
}

.popupEvents  .form--title{
	font-family: MontserratHitn;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	color: #8847d1;
	margin-bottom: 40px;
}

.popupEvents  form{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 524px;
	margin: 0 auto 0;
    column-gap: 20px;
}

.popupEvents  .input-row{
	width: 100%;
	display: inline-block;
}

.popupEvents  .input-row.row--4{
	width: calc(40% - 6px);
}

.popupEvents  .input-row.row--6{
	width: calc(60% - 6px);
}

.popupEvents  .input-row label{
	display: block;
	text-align: left;
}

.popupEvents  .input-row input{
	display: block;
}

.popupEvents  .custom-checkbox+label{
	color: #fff;
}

.popupEvents  .buttonRed{
	margin-top: 0;
}

.popupEvents .callback_form{
	display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
}

.popupEvents .callback_form .h1 {
	margin: 215px 0 20px;
}
@media (min-width: 560px) {
	.popupEvents .callback_form .joke {
		margin-top: 220px;
		max-width: 350px;
		float: right;
	}
	.popupEvents .callback_form-first-block,
	.popupEvents .callback_form-second-block,
	.popupEvents .callback_form-third-block {
		width: 50%;
	    flex: 0 0 50%;
	}
	.popupEvents .callback_form-first-block {
		text-align: left;
	}
	.popupEvents .callback_form-second-block {
		text-align: left;
	}
	.popupEvents .callback_form-third-block {
		text-align: left;
	}
}
.popupEvents .callback_form .resendButton {
	margin-top: 50px;
}

.popupEvents .input-row{
	margin-bottom: 29px;
}

.popupEvents .input-row label{
	color: #fff;
	margin-bottom: 10px;
	font-weight: 500;
	line-height: 24px;
}

.popupEvents .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: #fff;
	background-color: transparent;
}

.popupEvents .input-row input[type='text']::-moz-placeholder 			{color: transparent;}
.popupEvents .input-row input[type='text']::-webkit-input-placeholder 	{color: transparent;}
.popupEvents .input-row input[type='text']:-ms-input-placeholder 		{color: transparent;}
.popupEvents .input-row input[type='text']::-ms-input-placeholder 		{color: transparent;}
.popupEvents .input-row input[type='text']::placeholder 				{color: transparent;}
.popupEvents textarea::placeholder {color: transparent;}

.popupEvents .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;
}

.popupEvents .form__input-text::-moz-placeholder 			{color: #fff;}
.popupEvents .form__input-text::-webkit-input-placeholder 	{color: #fff;}
.popupEvents .form__input-text:-ms-input-placeholder 		{color: #fff;}
.popupEvents .form__input-text::-ms-input-placeholder 		{color: #fff;}
.popupEvents .form__input-text::placeholder 					{color: #fff;}

.popupEvents .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;
	padding-bottom: 0;
}

.pastEvents {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: auto;
	z-index: 2222;
}
.pastEvents .closePopup {
	width: 24px;
	height: 24px;
	fill: #fff;
	cursor: pointer;
	z-index: 200;
}
.pastEvents .wrap {
	background-color: transparent;
	color: #fff;
	margin: auto;
}
.pastEvents .wrap .head .img {
	max-width: 145px;
	width: 100%;
	margin-right: 40px;
	height: 145px;
	display: flex;
}
.pastEvents .wrap .head .img img {
	width: 100%;
	margin: auto;
}
.pastEvents .wrap .head .preview_text {
	/*font-weight: bold;*/
	font-weight: normal;
	font-size: 20px;
	line-height: 34px;
	height: min-content;
	margin: auto;
}
.pastEvents .wrap .video-desc{
	margin: 0 auto;
	margin-top: 40px;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	text-align: left;
	max-width: 927px;
}
.pastEvents .detail_text {
	/*font-weight: bold;*/
	font-weight: normal;
	font-size: 20px;
	line-height: 34px;
}
.pastEvents .detail_text a, .popupEvents .solutions a {
	color: #8847d1;
}
.pastEvents .detail_text h2 {
	font-family: MontserratHitn;
	font-style: normal;
	font-weight: bold;
	font-size: 30px;
	line-height: 38px;
	text-transform: uppercase;
}
.pastEvents .solutionsHead {
	margin-bottom: 38px;
}
.pastEvents .solutions {
	width: 70%;
}
.pastEvents .solutions a {
	font-size: 16px;
	line-height: 24px;
	color: #7949F4;
	max-width: 302px;
	width: 100%;
	display: inline-block;
	padding: 28px 57px 28px 20px;
	border: 2px solid #7949F4;
	font-family: MontserratHitn;
	margin: 0 20px 20px 0;
	background-image: url(/local/templates/site_kk_redesign/images/violetArrow.svg);
	background-repeat: no-repeat;
	background-position-x: 255px;
	background-position-y: 20px;
}
.pastEvents .site a {
	margin-top: 40px;
	color: #7949F4;
	font-weight: bold;
	display: inline-block;
}
.pastEvents  .form--title{
	font-family: MontserratHitn;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	color: #8847d1;
	margin-bottom: 40px;
}

.pastEvents  form{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 524px;
	margin: 0 auto;
}

.pastEvents  .row{
	width: 100%;
	display: inline-block;
}

.pastEvents  .row.row--4{
	width: calc(40% - 6px);
}

.pastEvents  .row.row--6{
	width: calc(60% - 6px);
}

.pastEvents  .row label{
	display: block;
	text-align: left;
}

.pastEvents  .row input{
	display: block;
}

.pastEvents  .custom-checkbox+label{
	color: #fff;
}

.pastEvents  .buttonRed{
	margin-top: 0;
}

.pastEvents .callback_form{
	max-width: 524px;
}

.pastEvents .callback_form .h1 {
	margin: 120px 0 20px;
}
.pastEvents .callback_form .joke {
	margin-top: 90px;
}
.pastEvents .callback_form .resendButton {
	margin-top: 196px;
}

.pastEvents .row{
	margin-bottom: 20px;
}

.pastEvents .row label{
	color: #fff;
	margin-bottom: 10px;
	font-weight: 500;
	line-height: 24px;
}

.pastEvents .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: #fff;
	background-color: transparent;
}

.pastEvents .row input[type='text']::-moz-placeholder 			{color: transparent;}
.pastEvents .row input[type='text']::-webkit-input-placeholder 	{color: transparent;}
.pastEvents .row input[type='text']:-ms-input-placeholder 		{color: transparent;}
.pastEvents .row input[type='text']::-ms-input-placeholder 		{color: transparent;}
.pastEvents .row input[type='text']::placeholder 				{color: transparent;}

.pastEvents .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;
}

.pastEvents .form__input-text::-moz-placeholder 			{color: #fff;}
.pastEvents .form__input-text::-webkit-input-placeholder 	{color: #fff;}
.pastEvents .form__input-text:-ms-input-placeholder 		{color: #fff;}
.pastEvents .form__input-text::-ms-input-placeholder 		{color: #fff;}
.pastEvents .form__input-text::placeholder 					{color: #fff;}

.pastEvents .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;
	padding-bottom: 0;
}

.pastEvents label.error {
    position: absolute;
    left: 0;
    bottom: -28px;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.01em;
    color: #F9423A;
}

@media (max-width: 560px){
	.pastEvents .wrap {
		margin: auto;
		max-height: fit-content;
	}
	.pastEvents .closePopup {
		width: 24px;
		height: 24px;
		fill: #fff;
		cursor: pointer;
		z-index: 200;
	}
	.pastEvents .wrap {
		background-color: transparent;
		color: #fff;
		margin: auto;
		text-align: left;
	}
	.buttonWhiteInBlue {
		padding: 17px 50px;
	}
}

a.descr_bl {
	color: #000;
	margin-left: 4px;
}
.box-header--cols form {
	position: initial;
	background-color: transparent;
	border-radius: 0;
	box-shadow: none;
	max-width: 100%;
	width: 100%;
	padding: 0;
}
.last-close-btn {
	width: 19% !important;
}
@media (max-width: 560px) {
	.jquery-modal .modal a.close-modal {
		right: 20px;
	}
	.jquery-modal.blocker {
		padding: 20px;
		z-index: 501;
		background-color: rgba(18, 18, 57, 0.95);
		background-image: url(/local/templates/site_kk_redesign/css/../images/logo.svg);
		background-position: 20px 60px;
		background-size: 120px;
		background-repeat: no-repeat;
	}
	.modal .box-header--cols {
		display: block;
		margin-bottom: 80px;
	}
	.modal .box-header--col-l {
		width: 100%;
	}
	.modal .box-header--col-r {
		width: 100%;
	}
	.modal .box-footer--cols {
		display: block;
	}
	.box-header--col-l .subtitle {
		margin-bottom: 45px;
	}
	.modal .box-footer--col-l .modal .btn {
		display: inline-block;
		padding: 0 82px;
		height: 48px;
		box-sizing: border-box;
		font-weight: bold;
		font-size: 17px;
		line-height: 46px;
		text-align: center;
		white-space: nowrap;
		border: 1px solid;
	}
	.last-close-btn {
		width: 100% !important;
	}
}

.fade-in-animation {
    animation: fade-in .5s forwards;
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media (max-width: 560px) {
	.popupInfohubSearch .result-item {
		margin-bottom: 20px;
	}
}

@media (max-width: 991px) {
	.popupInfohubSearch .search--input input{
		font-size: 36px;
		line-height: 32px;
		padding: 20px 40px 20px 0;
	}
	.popupInfohubSearch .search--input input::placeholder{
		font-size: 34px;
		line-height: 32px;
	}
	.popupInfohubSearch .search--input label {
		width: 30px;
		height: 30px;
	}
	.popupInfohubSearch .search--input label img {
		width: 100%;
		height: 100%;
	}
    .popupMenuSites{
        max-width: 100vw;
    }
    .popupMenuSites .wrap{
        padding: 10px 20px 30px;
        height: auto;
    }
    .popupMenuSites .sites .phead{
        width: 100%;
        margin: 30px 0 15px;
    }
    .popupMenuSites .sites li{
        width: 50%;
    }
    .popupMenuSites .sites li a{
        font-size: 14px;
    }
    .popupMenuSites .sites li a span{
        padding: 15px 45px 15px 10px ;
    }
    .popupMenuSites .sites li a::after {
        top: 10px;
        right: 10px;
    }
    .popupMenuSites{
        top: 0;
    }
    .closePopupC.mobileShow{
        width: 21px;
        height: 21px;
        fill: #fff;
        position: absolute;
        top: 10px;
        right: 20px;
    }
}

@media (max-width: 560px) {
	footer .logo, footer .logo img {
    	width: 28px;
    }
    header .logo {
	    max-width: 99px;
	}
	.showMobileMenu {
	    width: 24px;
	    height: 24px;
	    margin-top: 5px;
	}
	.redline {
	    font-size: 16px;
	    line-height: 27px;
	    position: relative;
	    padding-left: 29px;
	}
	.braceHorizont {
		display: none;
	}
	.popupVideo .wrap video{
		max-width: calc(100vw - 40px);
		height: auto !important;
	}
	.popupEvents .wrap .video-desc{
		margin-top: 16px;
	}

	.popupEvents .wrap{

	}
	.popupEvents .wrap video{
		max-width: calc(100vw - 40px);
		height: auto !important;
	}
	.popupVideo .wrap .video-desc{
		margin-top: 16px;
	}

	.braceVertical {
		display: flex;
		position: absolute;
		bottom: 0;
		top: 0;
		left: 0;
	}
	.popupMenuContacts .wrap {
	    padding: 40px 20px 69px;
	}
	.logoContacts {
		display: block;
		width: 99px;
		height: 28px;
	}
	.logoContacts img {
		width: 100%;
	}
	.popupMenuContacts .closePopupC {
	    right: 20px;
	    top: 43px;
	}
	.popupMenuContacts .contacts {
	    width: 100%;
	    margin-right: 0;
	}
	.popupMenuContacts .phead .h1 {
		font-size: 24px;
		line-height: 32px;
	}
	.popupMenuContacts .city {
	    font-size: 17px;
	    line-height: 25px;
	}
	.popupMenuContacts .adress {
	    letter-spacing: 0.01em;
	    margin: 16px 0 14px;
	}
	.popupMenuContacts .phone a {
		color: #fff;
	}
	.popupMenuContacts .mail {
	    margin: 34px 0;
	}
	.popupMenuContacts .wrap .buttonRed.contacts {
    	position: static;
    	margin-top: 52px;
    }
    .closePopupS.mobileShow{
    	width: 22px;
    	height: 22px;
    	position: absolute;
    	right: 20px;
    	top: 40px;
    	fill: #fff;
    }

	.popupInfohubSearch{
    	top: 0;
    }
    .popupInfohubSearch .result-symbol {
    	margin-right: 20px;
    	font-size: 14px;
		line-height: 22px;
	}
	.popupInfohubSearch .result-items {
    	width: calc(100% - 45px);
	}
    .popupInfohubSearch .wrap{
    	padding: 40px 20px;
    }
    .popupInfohubSearch .result-item{
    	font-size: 14px;
		line-height: 22px;
    }
    .closePopupIS.mobileShow{
    	width: 22px;
    	height: 22px;
    	position: absolute;
    	right: 20px;
    	top: 40px;
    	fill: #fff;
    }
    .popupInfohubSearch .search--input{
    	margin-top: 60px;
    	margin-bottom: 32px;
    }
    .popupInfohubSearch .search--input input{
		font-size: 24px;
		line-height: 32px;
		padding: 7px 30px 7px 0;
	}
	.popupInfohubSearch .search--input input::placeholder{
		font-size: 24px;
		line-height: 32px;
	}
	.popupInfohubSearch .search--input label{
		width: 20px;
		height: 20px;
	}
	.popupInfohubSearch .search--input label img{
		width: 20px;
		height: 20px;
	}
	.search--suggest-label{
		margin-bottom: 24px;
	}
	.popupDefault .logo{
		z-index: 100;
	}
	.popupDefault .closePopupV{
		z-index: 100;
	}
	.popupDefault .wrap{
		margin: auto;
		max-height: fit-content;
	}
	.popupDefault .h3{
		text-align: left;
	}
	.popupDefault .callback_form {
		flex-direction: column;
		text-align: left;
	}
	.popupDefault .callback_form .h1{
		margin-top: 0;
	}
	.popupDefault .callback_form .joke {
		max-width: 80%;
	}
	.popupDefault .callback_form .callback_form-second-block {
		margin-top: 100px;
	}
	.popupDefault .callback_form .resendButton {
		margin-top: 50px;
	}

	.popupEvents{
		padding: 0;
	}
	.popupEvents .logo{
		max-width: 90px;
		top: 40px;
		left: 20px;
		z-index: 100;
	}
	.popupEvents .closePopupV{
		top: 40px;
		right: 20px;
		z-index: 100;
	}
	.popupEvents .wrap{
		margin: auto;
		max-height: fit-content;
	}
	.popupEvents .h3{
		text-align: left;
	}
	.popupEvents .callback_form {
		flex-direction: column;
		text-align: left;
	}
	.popupEvents .callback_form .h1{
		margin-top: 0;
	}
	.popupEvents .callback_form .joke {
		max-width: 80%;
	}
	.popupEvents .callback_form .callback_form-second-block {
		margin-top: 100px;
	}
	.popupEvents .callback_form .resendButton {
		margin-top: 50px;
	}

	.popupVideo{
		padding: 0px;
	}
	.popupVideo .logo{
		max-width: 90px;
		z-index: 100;
	}
	.popupVideo .wrap{
		padding: 20px 20px 38px;
	    margin: auto;
	    height: 100%;
	    display: flex;
	    justify-content: center;
	    flex-direction: column;
	}
	.popupVideo .detail_text h2 p, .popupVideo .solutionsHead, .popupVideo .head .name{
		font-size: 20px;
		line-height: 28px;
	}
	.popupVideo .detail_text p{
		font-size: 16px;
		line-height: 27px;
	}
	.popupVideo .detail_text{
		font-size: 16px;
		line-height: 27px;
	}
	.popupVideo .detail_text h2{
		font-size: 20px;
		line-height: 28px;
	}
	.popupVideo .head{
		display: flex;
		flex-direction: column;
	}
	.popupVideo .head .flex{
		order: 1;
		flex-direction: column;
	}
	.popupVideo .wrap .head .preview_text{
		font-size: 16px;
		line-height: 27px;
	}
	.popupVideo .head .name{
		order: 2;
	}

	.footer__form .row.width40, .footer__form .row.width50, .footer__form .row.width60{
		width: 100%;
	}
	.formFooter .h3{
		font-size: 17px;
		line-height: 25px;
		margin-bottom: 40px;
	}
    .popupMenuSites .sites li {
        width: 100%;
        min-height: auto;
    }
}
.elem--video a.video-wrap{
	position: relative;
	height: 320px;
}
.elem--video a.video-wrap-play:after{
	content: '';
	display: block;
	width: 80px;
	height: 80px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	border-right: 50%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('/local/templates/site_kk_redesign/css/../images/icon__play.svg');
}
.overlay--mob{
	display: none;
	padding: 20px;
}
@media screen and (max-width:  768px){
	.overlay--mob{
	}
	.overlay--mob > div{
		margin: 20px 0;
	}
	.cookieConfirm{
		bottom: -2px;
	}
	.cookieConfirm .wrap{
		display: flex;
	}
	.cookieConfirm .button{
		margin: auto;
		margin-right: 0;
	}
	.cookieConfirm .text{
		font-size: 12px;
		line-height: 20px;
		letter-spacing: 0.01em;
		display: flex;
	    gap: 10px;
	    align-items: center;
	}
	.blueBg:after{
		display: none;
	}
	.popupMobileMenu .langV{
		display: none;
	}
	.popupMobileMenu .search{
		margin-right: 8px;
	}
	.redWrapp{
		background: transparent;
	}
	.search--suggest-section{
		flex-wrap: wrap;
	}
	.search--suggest-link{
		margin-bottom: 16px;
	}
	.search--suggest-link:nth-child(4){
		border: 0;
		padding-left: 0;
	}
	.allEvents{
		font-family: MontserratHitn;
	}
	footer .city, .popupMenuContacts .city{
		font-family: MontserratHitn;
	}
	.fancybox-toolbar{
		top: 10px !important;
		right: 5px !important;
	}
	.fancybox-infobar{
		display: none;
	}
	.fancybox-stage .fancybox-image{
		left: 20px;
		right: 20px;
		max-width: calc(100% - 40px);
	}
}
.fancybox-container .fancybox-inner:after{
	content: '';
	display: block;
	width: 144px;
	height: 42px;
	background-image: url('/local/templates/site_kk_redesign/images/logo.svg');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 55px;
	top: 55px;
}
.fancybox-container .fancybox-button{
	padding: 5px;
}
.fancybox-container .fancybox-toolbar{
	opacity: 1;
}
@media (max-width: 560px) {
	.fancybox-container .fancybox-inner:after {
		max-width: 90px;
		top: 40px;
		left: 20px;
		z-index: 100;
	}
	.fancybox-toolbar{
		top: 40px !important;
		right: 20px !important;
	}
	.fancybox-container .fancybox-button{
		padding: 0;
		width: 30px;
		height: 30px;
	}
	.fancybox-caption .fancybox-caption__body{
		margin-bottom: 22vh;
	}
	section.headDetail .wrap .h1{
		font-size: 22px;
		line-height: 30px;
		padding-right: 30px;
	}
	.generalWrapper{
		padding-top: 0;
		padding-bottom: 0;
	}
	.centerEvents--filter-tab{
		padding: 20px 0;
	}
	.data-statistic .title{
		font-size: 32px;
		line-height: 40px;
		font-family: 'MontserratHitn';
	}
	.edit-content__statistic .statistic--cols .col--l.is_single{
		order: 1;
	}
	.news__edit-content{
		padding-top: 30px;
	}
	.popupDefault .buttonRed{
		margin-bottom: 0;
	}
	.popupEvents .buttonRed{
		margin-bottom: 0;
	}
}

section.head.relative{
	overflow: hidden;
}
li.list-item.list-item--quote .title p a {
	color: #7949F4;
}

@keyframes buttonSubmitBackground {
	0% {
		background-color: #f9423a;
	}
	20% {
		background-color: #fff;
	}
	40% {
		background-color: #f9423a;
	}
	60% {
		background-color: #fff;
	}
	80% {
		background-color: #f9423a;
	}
	100% {
		background-color: #fff;
	}
}
.button-submit-background-animation { 
	animation: buttonSubmitBackground 1s infinite;
}

a.color-violet {
	color: #7949F4;
}
a.color-violet:hover {
	color: #7949F4;
}

.text-black {
	color: #8847d1;
}
.justify-content-between {
	justify-content: space-between;
}
.pt80 {
	padding-top: 80px;
}
.hidden-block {
	display: none;
}
@media (max-width: 991px) {
	.show-desktop {
		display: none !important;
	}
	.popupInfohubSearch {
		top: 0;
	}
	.popupInfohubSearch .wrap {
		padding: 40px 20px;
	}
	.logoContacts {
		display: block;
		width: 99px;
	}
	.closePopupIS.mobileShow {
		width: 22px;
		height: 22px;
		position: absolute;
		right: 20px;
		top: 40px;
		fill: #fff;
	}
}
@media (min-width: 992px) {
	.show-mobile {
		display: none !important;
	}
}

@media (max-width: 1599px) {
	.logo-link {
		max-width: 160px;
		display: flex;
	}
}

@media (max-width: 1199px) {
	.logo-link {
		max-width: 140px;
		display: flex;
	}
}

@media (min-width: 992px) and (max-width: 1599px){
	/*main header style*/
	.headWrapp {
		padding: 20px 0;
	}
	.headWrapp.menuFixed{
		padding: 20px 0;
	}
	.headWrapp .maxWidthW {
		padding-left: 40px;
		padding-right: 40px;
	}
	.headWrapp.menuFixed .maxWidthW {
		padding-left: 40px;
		padding-right: 40px;
	}
	.form .h3 {
		margin-bottom: 25px;
	}
	.topMenu {
		margin: 0 40px;
	}
/*	.topMenu .section, .menuMiddle .section {
		margin-right: 15px;
		font-size: 14px;
	}*/
	.middleMenuScroll {
		margin-left: 40px;
	}
/*	.middleMenuScroll .section {
		margin-right: 20px !important;
	}*/
	.middleMenuScroll .section a {
		font-size: 13px;
	}
	/*main header style fin*/
	.blueButton {
		font-size: 14px;
		padding: 8px 20px;
	}
}

.video-preview {
	background-repeat: no-repeat;
	border-radius: 12px 12px 0px 0px;
	background-size: cover;
	background-position: center;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.centerEvents .hidden {
	display: none;
}

.filter-blur-transition {
	filter: blur(10px);
	transition: 2s filter linear;
}

@media (max-width: 1199px) {
	.fhead .h2 {
		margin-top: 100px;
	}
	footer .contacts-wrapper {
		display: block;
	}
	footer .contacts-wrapper .contacts {
		width: 100%;
		margin-right: 0;
	}
	footer .contacts-wrapper .contacts:first-child {
		margin-bottom: 30px;
	}
}
@media (max-width: 991px) {
	.headWrapp .maxWidthW {
		padding-left: 20px;
		padding-right: 20px;
	}
	.headWrapp.menuFixed .maxWidthW {
		padding-left: 20px;
		padding-right: 20px;
	}
	.headWrapp .logo {
		max-width: 170px;
	}
	.showMobileMenu {
	    width: 34px;
	    height: 34px;
	}
}
@media (max-width: 767px) {
	.headWrapp .logo {
		max-width: 140px;
	}
}
@media (max-width: 560px) {
	.headWrapp .logo {
		max-width: 100px;
	}
	.ru-version .contact-us-btn {
		font-size: 13px;
	}
}

.container {
	max-width: 1550px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 55px;
	padding-right: 55px;
}
@media (max-width: 1599px) {
	.container {
		max-width: 1300px;
		padding-left: 40px;
		padding-right: 40px;
	}
}
@media (max-width: 991px) {
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.loading-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.loading-dots-button, .loading-dots-block  {
	position: relative;
}
.loading-content-hidden {
	opacity: 0;
}
.loading-dots-hidden {
	display: none;
}
.loading-dots-black .loading-dots-dot {
	background-color: #000;
}
.loading-dots-purple .loading-dots-dot {
	background-color: #7949f4;
}
.loading-dots-darkblue .loading-dots-dot {
	background-color: #8847d1;
}
.loading-dots-white .loading-dots-dot {
	background-color: #fff;
}
.loading-dots-red .loading-dots-dot {
	background-color: #F9423A;
}
.loading-dots .loading-dots-dot {
	margin-left: 5px;
	margin-right: 5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	animation: loading-dot 1s infinite ease-in-out;
}
.loading-dots .loading-dots-dot:first-child {
	animation-delay: .3s;
}
.loading-dots .loading-dots-dot:nth-child(2) {
	animation-delay: .6s;
}
.loading-dots .loading-dots-dot:last-child {
	animation-delay: .9s;
}
@keyframes loading-dot {
	from {
		opacity: 1;
	}
	25% {
		opacity: .5;
	}
	50% {
		opacity: .2;
	}
	75% {
		opacity: .5;
	}
	to {
		opacity: 1;
	}
}

.btn,
.btn--white,
.blueButton,
.buttonRed,
.resendButton,
.list-practice--item-btn,
.load_more,
.practics--item.item-form .practics--item-btn,
.slick-arrow,
.navigation .elem,
.navigation .elem::before,
.social-share__bar .ya-share2__badge,
.ya-share2__item:not(.ya-share2__item_more):hover,
.checkbox,
.cookieConfirm .button,
.twoSolution .elem .plus {
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-ms-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}

.darkBg .ya-share2__item:not(.ya-share2__item_more):hover .ya-share2__badge {
	background-color: #7949f4;
	border-color: #7949f4;
}

.bg-over-event .ya-share2__item:not(.ya-share2__item_more):hover .ya-share2__badge,
.ya-share2__item:not(.ya-share2__item_more):hover .ya-share2__badge {
	background-color: #8847d1;
	border-color: #8847d1;
}

.wrappKnowAll .btn--white:hover {
	background-color: #ffffff;
	color: #8847d1;
}

.clientsWrapp .btn--white:hover {
	background-color: #ffffff;
	color: #7949f4;
}

.Wrap-404 .btn--white:hover {
	background-color: transparent;
	color: #ffffff;
	border-color: #ffffff;
}

.practics--item.item-form .practics--item-btn:hover {
	background-color: #8847d1;
	color: #ffffff;
	border-color: #8847d1;
}

.subscription-form-block.practics--item.item-form .practics--item-btn:hover {
	background-color: transparent;
	color: #ffffff;
	border-color: #ffffff;
}

.list-practice--item-btn:hover {
	background-color: #F5F5F5;
	color: #7949F4;
}

.subscription-solutions-form-block .list-practice--item-btn:hover {
	background-color: transparent !important;
	color: #ffffff !important;
}

section.headDetail .wrap .btn:hover {
	background-color: transparent;
	color: #ffffff;
}

.edit-content__btn .bg-violet .btn--white:hover {
	background-color: #ffffff;
	color: #7949F4;
}


.static__form .col--r .col--form .btn--white:hover {
	background-color: transparent;
	color: #ffffff;
}

.static__form .col--r .col--form .btn--white:disabled {
	background-color: #ffffff;
	color: #8847d1;
}

.topMenu a, .middleMenuScroll .section a {
	position: relative;
	display: inline-block;
}

.topMenu a::after, .middleMenuScroll .section a::after {
	content: '';
	display: block;
	position: absolute;
	bottom: -2px;
	width: 0;
	height: 1px;
	background-color: #ffffff;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-ms-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}

.topMenu a:hover::after,
.middleMenuScroll .section a:hover::after,
.headWrapp .section.active a::after {
	width: 100%;
}

.theme-link {
	text-decoration: none;
	background: no-repeat 0 100%;
	background-image: linear-gradient(currentColor, currentColor);
	background-size: 0% 1px;
	-webkit-transition: background-size .3s ease;
	-moz-transition: background-size .3s ease;
	-ms-transition: background-size .3s ease;
	-o-transition: background-size .3s ease;
	transition: background-size .3s ease;
	padding-bottom: 2px;
}
.theme-link:hover {
	background-size: 100% 1px;
}
.theme-link-violet {
	color: #7949F4;
}

.form-help-dark-blue a.descr,
.contacts .map,
.list-linked--link,
.form-footer-bottom a,
.underline-links-animate a,
.popupPartner .site a,
.form--footer .contact-email a {
	color: #7949F4;
	text-decoration: none;
	background: no-repeat 0 100%;
	background-image: linear-gradient(currentColor, currentColor);
	background-size: 0% 1px;
	-webkit-transition: background-size .3s ease;
	-moz-transition: background-size .3s ease;
	-ms-transition: background-size .3s ease;
	-o-transition: background-size .3s ease;
	transition: background-size .3s ease;
	padding-bottom: 2px;
}

.form-help-dark-blue a.descr:hover,
.contacts .map:hover,
.list-linked--link:hover,
.form-footer-bottom a:hover,
.underline-links-animate a:hover,
.popupPartner .site a:hover,
.form--footer .contact-email a:hover {
	background-size: 100% 1px;
}

.form-help-dark-blue a.descr,
.form-footer-bottom a,
.form--footer .contact-email a,
.underline-links-animate .search--suggest-link {
	color: #ffffff;
}

.underline-links-animate-white a {
    color: #ffffff;
    background-size: 100% 1px;
}

.underline-links-animate-white a:hover  {
    background-size: 0% 1px;
}

@media (max-width: 1599px) {
	.footer-contacts {
		display: flex;
	}
}
@media (max-width: 560px) {
	.footer-contacts {
		flex-direction: column;
	}
}

footer .contacts:first-child {
	margin-bottom: 20px;
}

.cookieConfirm .button:hover {
	background-color: #7949F4;
	color: #8847d1;
	border-color: #7949F4;
}

.edit-content__text u {
	text-decoration: none;
}

.theme-button {
	font-family: Montserrat-Medium, serif;
	font-size: 20px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    transition: .3s ease;
    padding: 15px 50px;
	line-height: 1;
}
.theme-button-small {
	font-family: Montserrat-Medium, serif;
	font-size: 17px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    transition: .3s ease;
    padding: 10px 30px;
}
.theme-button-extra-small {
    font-family: Montserrat-Medium, serif;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    transition: .3s ease;
    padding: 10px 20px;
    line-height: 16px;
}
.theme-button-wide {
	font-family: Montserrat-Medium, serif;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	transition: .3s ease;
	padding: 15px 0;
	width: 100%;
	max-width: 350px;
	text-align: center;
	break-before: always;
}
.theme-button-small-wide {
	font-family: Montserrat-Medium, serif;
	font-size: 17px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	transition: .3s ease;
	padding: 10px 0;
	width: 100%;
	max-width: 350px;
	text-align: center;
	break-before: always;
}
.theme-button-small-wide:disabled,
.theme-button-wide:disabled {
	cursor: initial;
}
button.theme-button {
	outline: none;
}
a.theme-button {
	text-decoration: none;
}
a.theme-button:hover {
	text-decoration: none;
}
.theme-button-red {
	color: #fff;
	background-color: #f9423a;
	border: 1px solid #f9423a;
}
.theme-button-red:hover,
.theme-button-red:disabled {
	background-color: #fff;
    border: 1px solid #8847d1;
    color: #8847d1;
}
.theme-button-blue {
    color: #fff;
    background-color: #2AABEE;
    border: 1px solid #2AABEE;
}
.theme-button-blue:hover,
.theme-button-blue:disabled {
	background-color: #fff;
    border: 1px solid #2AABEE;
    color: #2AABEE;
}

.theme-button-white {
	color: #8847d1;
	background-color: #ffffff;
	border: 1px solid #ffffff;
}
.theme-button-white:hover {
	background-color: transparent;
	border: 1px solid #ffffff;
	color: #ffffff;
}
.theme-button-white:disabled {
	background-color: #ffffff;
	border: 1px solid #ffffff;
	color: #8847d1;
}

.theme-button-white-violet {
    color: #7949F4;
    background-color: #ffffff;
    border: 1px solid #ffffff;
}
.theme-button-white-violet:hover,
.theme-button-white-violet:disabled,
.theme-button-white-violet.disabled {
    background-color: #7949F4;
    border: 1px solid #7949F4;
    color: #ffffff;
}

.theme-button-transparent {
	background-color: transparent;
	border: 1px solid #ffffff;
	color: #ffffff;
}
.theme-button-transparent:hover,
.theme-button-transparent:disabled
{
	background-color: #ffffff;
	color: #8847d1;
}
.theme-button-violet {
	color: #fff!important;
	background-color: #7949F4;
	border: 1px solid #7949F4;
}
.theme-button-violet:hover {
    color: #7949F4!important;
    background-color: transparent;
    border: 1px solid #7949F4;
}
.theme-button-violet:disabled,
.theme-button-violet.no-hover:hover {
    color: #fff!important;
    background-color: #7949F4!important;
    border: 1px solid #7949F4!important;
}
.theme-button-small .loading-dots {
	height: 19px;
}
@media (max-width: 1599px) {
	.theme-button-wide {
		font-size: 16px;
		max-width: 280px;
		padding: 12px 0;
	}
    .theme-button {
        font-size: 16px;
    }
}

.menu-actions {
	display: flex;
	align-items: center;
	margin: 0 0 0 auto;
}

.d-none {
	display: none;
}
.d-block {
    display: block;
}
@media (max-width: 992px) {
	.d-tablet-block {
		display: block;
	}
}

@media (min-width: 992px) {
	.d-desktop-flex {
		display: flex;
	}
	.d-desktop-block {
		display: block;
	}
}

@media (max-width: 768px) {
	.d-mobile-block {
		display: block;
	}
    .d-mobile-none {
        display: none;
    }
}

@media (max-width: 991px) {
	.ru-version header .mobileShow {
		display: flex;
		z-index: 1;
	}

	.ru-version header .maxWidthW {
		justify-content: space-between;
	}

	.ru-version header .headWrapp a {
		display: flex;
	}

	.ru-version .contact-us-btn {
		margin-right: 20px;
		font-size: 14px;
		padding: 5px 10px;
	}
}

@media (max-width: 560px) {
	.ru-version .showMobileMenu {
		margin-top: 0;
	}
	.d-mobile-none {
		display: none;
	}
}

.theme-button-transparent-violet {
	color: #7949f4;
	background-color: transparent;
	border: 1px solid #7949f4;
}
.theme-button-transparent-violet:hover {
	color: #ffffff;
	background-color: #7949f4;
	border: 1px solid #7949f4;
}

@media (max-width: 991px) {
	.ru-version header .mobileShow {
		display: flex;
		z-index: 1;
	}
}

.detail-img {
	position: absolute;
	bottom: 0;
	right: 0;
	line-height: 0;
	height: calc(100% + 150px);
	width: 38%;
	z-index: 0;
	background-size: cover;
	background-position: center;
}
.detail-img::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 236px;
	background: linear-gradient(180deg, rgba(0, 4, 33, 0.4) 0%, rgba(0, 4, 33, 0) 100%);
}

@media (max-width: 991px) {
	.detail-img {
		position: relative;
		height: 336px;
		width: 100%;
	}
	.detail-img.mobile-as-background {
		position: absolute;
		height: calc(100% + 150px);
	}
	.detail-img.mobile-as-background::after {
		display: none;
	}
}

.theme-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 20;
    visibility: visible;
}

.theme-overlay-blue-70 {
    background-color: #8847d1;
    opacity: .7;
}
.theme-overlay-black-70 {
    background-color: #000;
    opacity: .7;
}
@media (max-width: 560px) {
	.theme-button-wide,
	.theme-button-small-wide {
		max-width: 100%;
	}
}
.text-small {
    font-size: 12px;
    line-height: 18px;
}
.text-base {
	font-size: 16px;
	line-height: 22px;
}
@media (max-width: 1599px) {
	.text-base {
		font-size: 14px;
		line-height: 20px;
	}
}
.text-xl {
	font-size: 20px;
	line-height: 30px;
}
@media (max-width: 1599px) {
	.text-xl {
		font-size: 16px;
		line-height: 26px;
	}
}
@media (max-width: 560px) {
	.text-xl {
		font-size: 14px;
		line-height: 20px;
	}
}
.text-2xl {
	font-size: 24px;
	line-height: 36px;
}
@media (max-width: 1599px) {
	.text-2xl {
		font-size: 20px;
		line-height: 32px;
	}
}
@media (max-width: 991px) {
	.text-2xl {
		font-size: 16px;
		line-height: 28px;
	}
}
.mt-40 {
	margin-top: 40px;
}
.mb-40 {
	margin-bottom: 40px;
}
.mt-20 {
	margin-top: 20px;
}
.mb-20 {
	margin-bottom: 20px;
}
@media (max-width: 1599px) {
	.mt-40 {
		margin-top: 32px;
	}
    .mb-40 {
        margin-bottom: 32px;
    }
	.mt-20 {
		margin-top: 16px;
	}
	.mb-20 {
		margin-bottom: 16px;
	}
}

.py-10 {
	padding-top: 10px;
	padding-bottom: 10px;
}
@media (max-width: 1599px) {
	.py-10 {
		padding-top: 8px;
		padding-bottom: 8px;
	}
}
.py-20 {
	padding-top: 20px;
	padding-bottom: 20px;
}
@media (max-width: 1599px) {
	.py-20 {
		padding-top: 16px;
		padding-bottom: 16px;
	}
}
.py-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}
@media (max-width: 1599px) {
	.py-30 {
		padding-top: 24px;
		padding-bottom: 24px;
	}
}
.py-40 {
	padding-top: 40px;
	padding-bottom: 40px;
}
@media (max-width: 1599px) {
	.py-40 {
		padding-top: 32px;
		padding-bottom: 32px;
	}
}
.py-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
@media (max-width: 1599px) {
	.py-50 {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

.py-text {
	padding-top: 20px;
	padding-bottom: 20px;
}
@media (max-width: 1599px) {
	.py-text {
		padding-top: 16px;
		padding-bottom: 16px;
	}
}
.py-title {
	padding-top: 40px;
	padding-bottom: 20px;
}
@media (max-width: 1599px) {
	.py-title {
		padding-top: 32px;
		padding-bottom: 16px;
	}
}
.py-quote {
	padding-top: 40px;
	padding-bottom: 40px;
}
@media (max-width: 1599px) {
	.py-quote {
		padding-top: 32px;
		padding-bottom: 32px;
	}
}
.py-block {
	padding-top: 80px;
	padding-bottom: 80px;
}
@media (max-width: 1599px) {
	.py-block {
		padding-top: 64px;
		padding-bottom: 64px;
	}
}
@media (max-width: 991px) {
	.py-block {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}
.py-block-md {
	padding-top: 40px;
	padding-bottom: 40px;
}
@media (max-width: 1599px) {
	.py-block-md {
		padding-top: 32px;
		padding-bottom: 32px;
	}
}
.py-block-sm {
	padding-top: 20px;
	padding-bottom: 20px;
}
@media (max-width: 1599px) {
	.py-block-sm {
		padding-top: 16px;
		padding-bottom: 16px;
	}
}
.pt-block {
	padding-top: 80px;
}
@media (max-width: 1599px) {
	.pt-block {
		padding-top: 64px;
	}
}
[data-role="overlay-filter"] {
    transition: .3s ease;
}
.disabled-overlay-filter {
	pointer-events: none!important;
	opacity: 0.6!important;
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
	filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}
.flex-breaker {
    width: 100%;
}

[data-role="spoiler-hidden"] {
    transition: .3s ease;
    height: 0;
    overflow: hidden;
}

[data-role="spoiler-hidden"].active {
    height: 100%;
}

@media (max-width: 991px) {
    .breadcrumbs {
        opacity: 1;
        margin-bottom: 20px;
        display: block!important;
        color: #676688;
    }
    .breadcrumbs a {
        color: #676688;
    }
    .breadcrumbs > div {
        display: inline!important;
        white-space: inherit!important;
    }
}

.theme-link-btn {
    padding: 10px 50px 10px 20px;
    position: relative;
    display: inline-block;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.theme-link-btn::after {
    content: "";
    mask: url('/local/templates/site_kk_redesign/images/siteArrow.svg');
    mask-image: url("/local/templates/site_kk_redesign/images/siteArrow.svg");
    -webkit-mask-image: url('/local/templates/site_kk_redesign/images/siteArrow.svg');
    -webkit-mask-size: 24px;
    width: 24px;
    height: 24px;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
}

.theme-link-btn-sm {
    padding: 4px 40px 4px 12px;
}

.theme-link-btn-sm::after {
    bottom: auto;
    top: 3px;
    right: 12px;
}

.theme-link-btn-violet {
    border: 1px solid #7949F4;
    background-color: #7949F4;
    color: #ffffff;
}

.theme-link-btn-violet::after {
    background-color: #fff;
}

.theme-link-btn-violet:hover {
    background-color: transparent;
    color: #7949F4;
}

.theme-link-btn-violet:hover::after {
    background-color: #7949F4;
}

.theme-link-btn-red {
    border: 1px solid #F9423A;
    background-color: #F9423A;
    color: #ffffff;
}

.theme-link-btn-red::after {
    background-color: #fff;
}

.theme-link-btn-red:hover {
    background-color: transparent;
    color: #F9423A;
}

.theme-link-btn-red:hover::after {
    background-color: #F9423A;
}

.theme-arrow-corner {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 24px;
    height: 22px;
}
.theme-arrow-corner-violet {
    --color: #d95bca;
}
.middleMenuScroll .children li a:hover .theme-arrow-corner-violet {
    --color: #ffffff;
}
#arrow-corner rect {
    transition: stroke .3s ease;
}

.theme-scrollbar::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background-color: rgba(160, 160, 160, 0.3);
}

.theme-scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.theme-scrollbar::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
    border-radius: 7px;
}

.no-scrollbar::-webkit-scrollbar {
    display: none;
}

.bg-transparent {
	background-color: transparent;
}
.bg-white {
    background-color: #fff;
}
.bg-grey {
	background-color: #F5F5F5;
}
.bg-violet {
    background-color: #7949F4;
}
.bg-blue {
    background-color: #8847d1;
}
.bg-red {
    background-color: #F9423A;
}
.greyBg {
    background-color: #F5F5F5;
}
.darkBg {
    background-color: #8847d1;
}
.bg-darkblue {
    background-color: #8847d1;
}
.general-wrapper-block .generalWrapper {
	display: block !important;
}
.general-wrapper-flex .generalWrapper {
	display: flex !important;
}
.color-white {
    color: #ffffff!important;
}
.color-violet {
    color: #7949F4!important;
}
.color-red {
    color: #F9423A!important;
}
.color-darkblue {
    color: #8847d1!important;
}
.border-white {
    border-color: #ffffff;
}
.border-violet {
    border-color: #7949F4;
}
.border-red {
    border-color: #F9423A;
}
.border-darkblue {
    border-color: #8847d1;
}
.hover-opacity:hover {
    opacity: .7;
}

.hover-bg-white:hover {
    background-color: #ffffff;
}

.hover-bg-violet:hover {
    background-color: #7949F4;
}

.hover-bg-red:hover {
    background-color: #F9423A;
}

.hover-bg-darkblue:hover {
    background-color: #8847d1;
}

.hover-color-white:hover {
    color: #ffffff !important;
}

.hover-color-violet:hover {
    color: #7949F4 !important;
}

.hover-color-red:hover {
    color: #F9423A !important;
}

.hover-color-darkblue:hover {
    color: #8847d1 !important;
}

@media (max-width: 991px) {
	.general-wrapper-flex .generalWrapper {
		display: block !important;
	}
}

.image-scale.animated {
    animation: imageScale 10s infinite;
}
@keyframes imageScale {
    0% {
        transform: scale(1.0);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1.0);
    }
}

.edit-content {
    padding-top: 40px;
}
@media (max-width: 1599px) {
    .edit-content {
        padding-top: 32px;
    }
}
@media (max-width: 991px) {
    .edit-content {
        padding-top: 20px;
    }
}

#contact-map {
    height: 60vh;
    width: 100%;
}
@media (max-width: 991px) {
    #contact-map {
	    height: 80vh;
	}
}

.contact-map-link {
	display: flex;
	align-items: center;
	text-decoration: underline;
}
.contact-map-link:hover {
	text-decoration: none;
}
.contact-map-link img {
	margin-right: 14px;
}
.contact-map-link-white {
	color: #fff;
}
.contact-map-link-white:hover {
	color: #fff;
}
.contact-map-link-black {
	color: #121239;
}
.contact-map-link-black:hover {
	color: #8847d1;
}


.lead-overlay--form {
	z-index: 1;
}
.lead-overlay--item-image img {
	width: 100%;
	max-height: 100%;
	object-fit: cover;
}
.overlay--items .lead-overlay--form{
	margin-bottom: 20px;
}
.lead-overlay--item-btn:hover {
	background-color: transparent;
	color: #ffffff;
}
.lead-overlay--item-btn:disabled {
	background-color: #ffffff;
	color: #8847d1;
}
.lead-overlay--item-btn {
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-ms-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}

@media (max-width:  768px) {
	.lead-overlay--form{
		margin: 20px 0;
	}
	.lead-overlay--form .lead-overlay--item-btn{
		height: 42px;
		font-size: 14px;
	}
}

.lead-overlay--form .icon-email {
	position: relative;
	margin: 30px 0 20px;
}
.lead-overlay--form .icon-email input {
	padding: 0 0 5px;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}
.lead-overlay--form .icon-email label {
	display: flex;
	align-items: center;
	margin-bottom: 0;
	color: #ffffff;
}
.lead-overlay--form .icon-email label::before {
	content: '';
	background-image: url("/local/templates/site_kk_redesign/images/icon__mail.svg");
	background-size: contain;
	left: 0;
	top: 0;
	margin-right: 14px;
	bottom: 0;
	width: 24px;
	height: 24px;
}
.lead-overlay--form .icon-email .form__input-text {
	margin-bottom: 0;
	padding-left: 0;
}


.overflow-hidden {
    overflow: hidden;
}

.overlay--items .w--366 {
	width: 100% !important;
}

.content--overlay {
    width: 366px;
    min-width: 366px;
    margin-left: 50px;
    box-sizing: border-box;
    position: relative;
}

.layout-column-one .content--overlay {
    width: auto !important;
    margin-left: 0 !important;
}
@media (max-width: 1599px) {
    .content.w--366 {
        width: calc(100% - 310px);
    }
    .content--overlay {
        width: 310px;
        min-width: 310px;
    }
}
@media (max-width: 1100px) {
    .content.w--366 {
        width: calc(100% - 280px);
    }
    .content--overlay {
        width: 280px;
        min-width: 280px;
    }
}
@media (max-width: 991px) {
    .content.w--366 {
        width: 100%;
    }
    .content--overlay {
        width: 100%;
        min-width: 100%;
        margin: 0;
    }
}
.filter-not-found .container {
    position: relative;
}

.filter-not-found {
    width: 100%;
    min-height: 500px;
    background-color: #F5F5F5;
    overflow: hidden;
}

.filter-not-found-light {
    background-color: #ffffff;
}

.filter-not-found-text {
    align-items: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 64px;
    line-height: 70px;
    color: #F9423A;
    z-index: 1;
    position: relative;
    padding: 40px 0;
}

.filter-not-found-back {
    position: absolute;
    top: 20px;
    left: 40px;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 460px;
    line-height: 0.7;
    z-index: 0;
}

.filter-not-found-light .filter-not-found-back {
    color: #F5F5F5;
}

@media (max-width: 1599px) {
    .filter-not-found-back {
        font-size: 380px;
    }
}

@media (max-width: 1200px) {
    .filter-not-found-back {
        font-size: 300px;
    }

    .filter-not-found-text {
        font-size: 50px;
        line-height: 60px;
    }
}

@media (max-width: 991px) {
    .filter-not-found-back {
        font-size: 200px;
        line-height: 0.6;
        left: 20px;
    }

    .filter-not-found-text {
        font-size: 40px;
        line-height: 50px;
        margin-top: 0;
    }

    .filter-not-found {
        min-height: 300px;
    }
}


@media (max-width: 767px) {
    .filter-not-found-back {
        font-size: 150px;
        line-height: 0.5;
    }

    .filter-not-found-text {
        font-size: 30px;
        line-height: 40px;
        margin-top: 0;
    }

    .filter-not-found {
        min-height: 150px;
    }
}

@media (max-width: 560px) {
    .filter-not-found-back {
        font-size: 90px;
        line-height: 0.4;
    }

    .filter-not-found-text {
        font-size: 20px;
        line-height: 30px;
    }
}

.ml-20 {
    margin-left: 20px;
}

.theme-arrow {
    width: 8px;
    height: 8px;
    border-top: 2px solid #666879;
    border-right: 2px solid #666879;
    transform: rotate(45deg);
    transition: .3s;
}

.theme-arrow.theme-arrow-right {
    transform: rotate(45deg);
}

.theme-arrow.theme-arrow-left {
    transform: rotate(-135deg);
}

@media (max-width: 560px) {
    .table-sm-flex tr {
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 100%;
        max-width: 100% !important;
        min-width: 100% !important;
    }
    .table-sm-flex td {
        width: 100%;
        max-width: 100% !important;
        min-width: 100% !important;
        padding: 0!important;
    }
}

.notransition-invisible {
    transition: none !important;
    opacity: 0!important;
}

.roistat-online-chat-holder.z-index-10 {
    z-index: 10!important;
}


body {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
}
.mainTitle {
	/*padding: 150px 0 0;*/
	padding-top: 0;
	padding-bottom: 0;
	margin: auto;
	max-height: calc(100vh - 140px);
	height: auto;
	display: flex;
    /*flex-wrap: wrap;*/
    flex-direction: column;
    justify-content: space-between;
    min-height: 650px;
    max-height: 760px;
	margin-top: 140px;
	position:relative;
}

.twoSolution {
    margin: 15px 0 55px;
    position: relative;
}

.twoSolutionWrapp {
    height: 281px;
    opacity: 0;
}

.twoSolutionWrapp.slick-initialized {
    height: auto;
    opacity: 1;
}
.twoSolution .arrow{
	width: 30px;
	height: 30px;
	display: flex;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	border-radius: 50%;
	z-index: 10;
	background-color: transparent;
	cursor: pointer;
	transition: 0.7s;
}
.twoSolution .arrow:hover{
	background-color: #7949F4;
}
.twoSolution .arrow svg{
	width: 23px;
	height: 20px;
	margin: auto;
	fill: #fff;
	object-position: center;
	object-fit: contain;
}
.twoSolution .arrow.arrow-prev{
	left: -40px;
}
.twoSolution .arrow.arrow-next{
	right: -40px;
}
.twoSolution .arrow.arrow-prev svg{
	transform: rotate(180deg);
}

.twoSolution__button {
	display: inline-block;
	opacity: 0;
	margin-top: 15px;
	padding: 0px 58px;
	box-sizing: border-box;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 40px;
	letter-spacing: 0.01em;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-ms-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
	max-width: 250px;
	text-align: center;
}
.elem.active .twoSolution__button {
	color: #8847d1;
	border: 1px solid #8847d1;
	background-color: transparent;
}
.twoSolution__button:hover {
	background-color: #ffffff;
	color: #F9423A;
}
.elem.active .twoSolution__button:hover {
	background-color: #8847d1;
	color: #ffffff;
}
.twoSolution .elem:hover .plus {
	-webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.twoSolution .elem:hover .twoSolution__button {
	opacity: 1;
}
.twoSolution .elem {
	width: calc(((1440px)*0.4) - 20px);
	margin: 0 20px;
	background-color: #F9423A;
	transition: transform 0.7s ease;
	max-height: 100%;
	min-height: 100%;
	height: auto;
	display: flex!important;
}
.twoSolution .elem.active {
	width: calc(((1440px)*0.6) - 20px);
	background-color: #fff;
	color: #8847d1;
}
.twoSolution  .slick-track {
	display: flex;
}
.twoSolution .h4 {
	padding-right: 20px;
}
.twoSolution .productNavL, .twoSolution .productNavR {
	display: none !important;
}
/*.twoSolutionWrapp .slick-list{
	overflow: visible;
}*/
/*.twoSolutionWrapp .slick-list .slick-slide{
	display: none;
}
.twoSolutionWrapp .slick-list .slick-slide.slick-active{
	display: block;
}*/
.bg40 {
	width: 40%;
	height: auto;
	display: none;
	background-repeat: no-repeat;
	background-position: center;
}
.descr60 {
	display: table-cell;
	height: auto;
	overflow: hidden;
	width: auto;
	flex-grow: 1;
}
.active .bg40 {
	display: table-cell;
	background-size: cover;
}
.active .bg40.mobileShow {
	display: none;
}
@media (max-width: 991px) {
	.active .bg40.mobileShow {
		display: table-cell;
	}
	.active .bg40.mobileHide {
		display: none;
	}
}
.padding4640 {
	padding: 40px 80px 30px 40px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.createSolution {
	background-image: url('/local/templates/site_kk_redesign/css/../images/createSolutBg.png');
	background-repeat: no-repeat;
	background-size: cover;
}
.wrap8055 {
	padding-top: 80px;
	padding-bottom: 80px;
}
.createSolution .h2 {
	max-width: 544px;
}
.createSolution p {
	margin: 0px;
	max-width: 437px;
	line-height: 34px;
}
.columnDirection {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
}
.createSolution .flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.knowAll {
	background: linear-gradient(to right, #8847d1 68.3%, #F9423A 31.7%);
	position:relative;
}
.wrappKnowAll {
	background: linear-gradient(to right, #8847d1 77%, #F9423A 23%);
	padding-top: 80px;
	padding-bottom: 55px;
	overflow: hidden;
}
.wrappKnowAll .circleNaw {
	display: none;
}
.wrappKnowAll .elements {
	position: relative;
	height: 583px;
    margin-top: 40px;
}
.wrappKnowAll .element {
	position: absolute;
	left: 100vw;
	opacity: 0;
}
.wrappKnowAll .element.active {
	display: flex;
	left: 0;
	opacity: 1;
	-webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(.67,.01,.23,1);
    -o-transition-timing-function: cubic-bezier(.67,.01,.23,1);
    transition-timing-function: cubic-bezier(.67,.01,.23,1);
}
/*.wrappKnowAll .element {
	display: none;
}
.wrappKnowAll .element.active {
	display: flex;
}*/
.wrappKnowAll .leftCol {
	width: 64%;
	padding-right: 73px;
}
.wrappKnowAll .rightCol {
	width: 36%;
}
.wrappKnowAll .knowAllImg {
	max-width: 560px;
	width: 100%;
	border-radius: 100%;
}
.wrappKnowAll .leftCol p {
    width: 43%;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    margin-top: 40px;
    line-height: 28px;
}
.wrappKnowAll .leftCol p:nth-child(2) {
	margin-right: 80px;
}
.wrappKnowAll .navigation {
	width: calc(68% - 62px);
}
.clients {
	background-color: #bc77ff;
	overflow: hidden;
	position:relative;
	z-index:1;
}
.clients.bg-white {
	background-color: #ffffff
}
.clients.bg-white .h2 {
	color:#8847d1;
}
.clients.bg-white .descr {
	color:#8847d1;
}
.clients.bg-white .btn--white {
	color:#7949F4;
	border-color: #7949F4;
}
.clients.bg-white .btn--white:hover {
	background-color: #7949F4;
	color: #ffffff;
}
.clients.bg-white .elem {
	border: 1px solid #7949F4;
}
.clients.bg-white .arrows .arrow {
	fill: #7949F4;
}
.clientsWrapp {
	padding: 80px 0 80px 55px;
	max-width: 1550px;
	margin: auto;
}
.clientsWrapp .leftCol {
	width: 39%;
	display: flex;
	flex-direction: column;
	margin-right: 50px;
}

.clientsWrapp .leftCol .btn{
	margin: 20px auto 0 0;
}

.clientsWrapp .rightCol {
	width: 61%;
	margin: 0;
	position: relative;
}
.clientsWrapp .rightCol .arrows{
	display: flex;
	justify-content: flex-end;
	margin: 40px 0 0;
	z-index: 5;
	top: unset;
	cursor: pointer;
	padding-right: 120px;
}
.clientsWrapp .rightCol .arrow{
	stroke: none;
    top:0;
    right: 0;
    position: relative;
}
.clientsWrapp .rightCol .arrow svg {
    width: 23px;
    height: 20px;
    object-fit: contain;
}
.clientsWrapp .rightCol .arrow:hover{
	opacity: 0.75;
}
.clientsWrapp .rightCol .arrow.arrow-prev{
	transform: scale(-1, 1);
	margin-right: 33px;
}
.clientsWrapp .rightCol .btn--white{
	margin-bottom: 0;
}
.clientsWrapp .descr {
	margin-top: 194px;
	line-height: 34px;
	max-width: 369px;
}
.clientsSliderWrapp {
	overflow: hidden;
	width: 100vw;
}
.clientsSliderWrapp .hitnCElems .elem {
	max-width: unset;
	width: 100%;
	height: 100%;
	min-height: 642px;
}
.clientsSliderWrapp .hitnCElems {
    max-width: 354px;
}
.clientsSliderWrapp .hitnSlideLine {
	display: flex !important;
	min-height: 672px;
}
.clientsSlider {
	height: 100%;
}

.clientsSlider .slick-track
{
	display: flex !important;
}

.clientsSlider .slick-slide
{
	height: inherit !important;
}

.clientsSlider .elem {
	width: 363px;
	min-width: 363px;
	margin-right: 30px;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.clientsSlider a.elem {
    cursor: pointer;
}
.clientsSlider .elem.slick-slide{
	display: flex;
}
.clientsSlider .img, .clientsSliderWrapp .hitnCElems .img {
	height: 100%;
	min-height: 350px;
	background-size: cover;
    position: relative;
    text-indent: -9999px;
} 
.clientsSlider .img span{
	width: 100%;
	height: 100%;
	min-height: 350px;
	display: block;
	background-size: 50%;
	background-position: center;
	background-color: #fff;
	background-repeat: no-repeat;
	opacity: 0;
	transition: 0.7s;
	position: relative;
}
.clientsSlider .img svg{
	display: block;
	object-fit: contain;
	position: absolute;
	width: 28px;
	height: 28px;
	top: 40px;
	left: 40px;
	fill: #7949F4;
}
.clientsSlider .elem:hover .img span{
	opacity: 1;
}
.clientsSliderWrapp .hitnCElems .img span {
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    background-size: cover;
}
.clientsSliderWrapp .hitnCElems .img:hover span {
	opacity: 1;
}
.clientsSlider .descr, .clientsSliderWrapp .hitnCElems .descr {
	margin-top: 0;
	height: 100%;
	background-color: #fff;
	color: #8847d1;
	padding: 68px 33px 50px 40px;
	max-width: unset;
}
.clientsSlider .descr p, .clientsSliderWrapp .hitnCElems .descr p {
	line-height: 24px;
    margin: 16px 0 0;
}
#lastTwoWord{
	color: #7949F4;
}
/*.clientsSliderWrapp .hitnCElems .descr {
	background-color: #fff;
	color: #8847d1;
	margin: 0;
	padding: 48px 26px 32px;
	max-width: 100%;
}*/
.tags {
	color: #8847d199;
	margin-top: 12px; 
}
.centerEvents {
	background-color: #F5F5F5;
}
.centerEventsWrapp {
	padding-top: 80px;
	padding-bottom: 80px;
}
.centerEventsWrapp .elements {
	margin-top: 80px;
}
.centerEventsWrapp .elem {
	width: calc(25% - 30px);
	height: auto;
	background: #fff;
	margin-bottom: 50px;
	border-radius: 12px;
	display: inline-block;
}
.centerEventsWrapp .elem .img {
	width: 100%;
	height: 320px;
	background-repeat: no-repeat;
	border-radius: 12px 12px 0px 0px;
	background-size: 100% 100%;
	transition: background-size 0.5s ease;
	background-position: center;
	transition: background-size 500 linear;
}
.centerEventsWrapp .elem:hover .img {
	background-size: 120% 120%;
}
.centerEventsWrapp .elem .descr {
	padding: 40px 20px 28px;
}
.allEvents {
	float: right;
	font-weight: bold;
	position: relative;
}
.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%;
}
.infoHub {
	background-color: #8847d1;
}
.infoHubWrapper {
	padding: 55px;
	max-width: 1550px;
	margin: auto;
}
.infoHubWrapper .width50:nth-child(1) {
	background-image: url('/local/templates/site_kk_redesign/css/../images/infohubBg.png');
	background-size: 100%;
	padding: 55px;
}
.arrow {
	width: 23px;
	height: 23px;
	position: absolute;
	top: 40px;
	right: 40px;
	stroke: #fff;
	fill: #fff;
}
.active .arrow {
	stroke: #8847d1;
}
.infoHubWrapper .h2 {
	padding-right: 40px;
}
.infoHubWrapper .width50:nth-child(1) .descr {
	font-size: 20px;
	line-height: 34px;
	max-width: 495px;
	margin-top: 30px;
}
.infoHubWrapper .width50:nth-child(2) .wrapp {
	margin-left: 5px;
}
.infoHubWrapper .width50:nth-child(2) .wrapp .elem {
	margin-bottom: 5px;
	background-color: #fff;
	padding: 44px 55px;
	display: block;
}
.infoHubWrapper .width50:nth-child(2) .wrapp .elem:nth-last-child(1){
	margin-bottom: 0;
}
.infoHubWrapper .width50:nth-child(2) .wrapp .arrow {
	stroke: #7949F4;
	fill: #7949F4;
}
.infoHubWrapper .width50:nth-child(2) .wrapp .elem h4 {
	margin-bottom: 32px;
}
.clientsSliderWrapp .circleNaw .circleElem:nth-last-child(-n+2) {
	display: none;
}
.twoSolution .circleNaw {
	display: none;
}
.knowAll .circleNaw {
    margin-top: 30px;
    margin-bottom: -20px;
}
.btn--white{
	margin-top: 40px;
	padding: 0px 58px;
	box-sizing: border-box;
	display: inline-block;
	font-family: MontserratHitn;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 40px;
	height: 42px;
	letter-spacing: 0.01em;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
.wrappKnowAll .leftCol{
	position: relative;
}
.wrappKnowAll .theme-button {
	display: inline-block;
	margin-top: 20px;
}
.b-numbers {
	display: flex;
	width: 100%;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.b-numbers-item__title {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 64px;
	line-height: 72px;
	text-transform: uppercase;
	color: #FFFFFF;
}

.b-numbers-item__subtitle {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	color: #FFFFFF;
}

.b-numbers-item {
	padding: 40px;
	position: relative;
	flex: 1;
}

.b-numbers-item svg {
	display: block;
	margin: 0 0 20px auto;
	width: 28px;
	height: 28px;
	position: static;
}
.b-numbers-item svg .plus {
	stroke: #fff;
}
.createSolution .flex {
	height: 100%;
}

.createSolution .coub {
	display: flex;
	height: auto;
	padding: 80px 0 40px 40px;
	align-items: flex-end;
}
.createSolution .coub .paddingWrap {
	padding: 0!important;
}
.createSolution .h2 {
	height: 200px;
	padding-right: 20px;
}

.createSolution .theme-button {
	max-width: 250px;
	margin-top: 30px;
}

@media (max-width: 1599px) {
	.mainTitle {
		margin-top: 110px;
		min-height: 550px;
    	max-height: 660px;
	}
	.twoSolution {
		margin: 12px 0 45px;
	}
	.padding4640 {
		padding: 32px 64px 26px 32px;
	}
	.twoSolution__button {
		font-size: 14px;
		margin-top: 12px;
		max-width: 200px;
	}
	.createSolution .h2 {
		font-size: 30px;
		line-height: 40px;
	}
	.createSolution p {
		line-height: 26px;
	}
	.createSolution .coub {
		padding: 64px 0 32px 32px;
	}
	.createSolution .coub .plus {
    	top: 32px;
    	right: 32px;
	}
	.createSolution .theme-button {
		font-size: 14px;
		max-width: 200px;
		padding: 12px 40px;
	}
	.wrappKnowAll {
		padding-top: 64px;
		padding-bottom: 45px;
	}
	.wrappKnowAll .leftCol p {
		line-height: 22px;
		margin-top: 32px;
	}
	.wrappKnowAll .theme-button {
		font-size: 16px;
		padding: 12px 40px;
	}
	.wrappKnowAll .knowAllImg {
		max-width: 450px;
	}
	.clientsWrapp .descr {
		line-height: 26px;
	}
	.clientsWrapp .leftCol {
		width: 35%;
	}
	.clientsWrapp .rightCol {
		width: 65%;
	}
	.clientsWrapp .leftCol .btn {
		padding: 0px 42px;
		font-size: 14px;
	}
	.clientsSlider .elem {
		width: 310px;
		min-width: 310px;
	}
	.clientsSlider .descr, .clientsSliderWrapp .hitnCElems .descr {
		padding: 30px;
        height: 100%;
	}
    .clientsSlider .descr p, .clientsSliderWrapp .hitnCElems .descr p {
        margin-bottom: 0;
    }
    .clientsSlider .img span {
        min-height: 200px;
        height: 200px;
    }
    .clientsSlider .img, .clientsSliderWrapp .hitnCElems .img {
        min-height: 200px;
        height: 200px;
    }
	.centerEvents .tags {
		margin-top: 10px;
	}
	.infoHubWrapper {
		padding-top: 45px;
		padding-bottom: 45px;
	}
	.infoHubWrapper .width50:nth-child(1) {
		padding: 45px;
	}
	.infoHubWrapper .width50:nth-child(2) .wrapp .elem {
		padding: 35px 45px;
	}
	.infoHubWrapper .width50:nth-child(2) .wrapp .elem h4 {
		margin-bottom: 26px;
		padding-right: 40px;
	}
	.infoHubWrapper .width50:nth-child(2) .wrapp p {
		line-height: 24px;
	}
	.b-numbers-item {
		padding: 32px;
	}
	.b-numbers-item__title {
		font-size: 50px;
		line-height: 56px;
	}
}

@media (max-width: 1400px) {
	.createSolution .h2 {
		font-size: 35px;
		line-height: 45px;
		height: 180px;
	}
}

@media (max-width: 1300px) {
	.createSolution .h2 {
		font-size: 35px;
		line-height: 45px;
		height: 180px;
	}
}
@media (max-width: 1200px) {
	body {
		background-size: auto;
	}
	.createSolution .h2 {
		font-size: 28px;
		line-height: 35px;
		height: 115px;
	}
	.mainTitle {
	    padding-top: 70px;
	    padding-bottom: 0;
		max-height: unset;
	    height: unset;
	    margin-top: 0;
	}
	.createSolution .h2 {
	    max-width: unset;
	}
	.createSolution p {
	    margin: 30px 0;
	    max-width: 90%;
	}
	.columnDirection {
		margin-bottom: 30px;
	}
	.wrappKnowAll .leftCol {
	    width: 70%;
	    padding-right: 0;
	}
	.wrappKnowAll .leftCol p:nth-child(2) {
	    margin-right: 0;
	}
	.wrappKnowAll .leftCol p {
	    width: 97%;
	}
	.centerEventsWrapp .elem {
    	width: calc(50% - (40px + 40px) / 3);
    }
    .centerEventsWrapp .elem .img {
	    height: 320px;
	}
	.infoHubWrapper .width50:nth-child(1) {
    	background-size: 100% 100%;
    }
	.twoSolution  .plus {
		top: 20px;
		right: 20px;
	}
    .padding4640 {
	    padding: 22px 55px 20px 26px;
	}
	.active .bg40 {
	    max-width: 27%;
	}
	.twoSolution .hitnCElems > div {
		max-width: 20%;
	}
	.clientsSliderWrapp .hitnCElems .descr {
		background-color: #fff;
		color: #8847d1;
		margin: 0;
		padding: 48px 26px 32px;
		max-width: 100%;
		/*height: 100%;*/
		height: auto;
	}
	.clientsSliderWrapp .hitnCElems .img {
	    height: 198px;
	    background-size: cover;
	}
	.wrappKnowAll .elements {
		height: 390px;
	}
	.b-numbers-item__title {
		font-size: 50px;
		line-height: 55px;
	}
	.b-numbers-item {
		padding: 20px;
	}
	.wrap8055 {
		padding-top: 64px;
		padding-bottom: 64px;
	}
}

@media (max-width: 991px) {
	.createSolution .h2 {
		height: auto;
		padding-right: 0;
	}
	.wrappKnowAll .theme-button {
		display: inline-block;
		position: relative;
		margin-top: 35px;
		top: 0;
	}
}
@media (max-width: 991px) {
	body {
	    font-size: 13px;
	    line-height: 21px;
	}
	.twoSolution .slick-list {
		margin-left: -20px !important;
		margin-right: -20px !important;
	}
	.twoSolution .arrow{
		display: none;
	}
	.wrappKnowAll .elements {
		height: 1020px;
	}
	.wrappKnowAll .circleNaw {
		display: block;
	}
	.wrap8055 {
	    padding-top: 28px;
	    padding-bottom: 28px;
	}
	.createSolution .h2 {
	    font-size: 24px;
	    line-height: 32px;
	}
	.createSolution p {
	    font-size: 13px;
		line-height: 21px;
	}
	.nawWrapp {
		overflow: auto;
	}
    .navigation .elem {
        margin-bottom: 20px;
    }
	.wrappKnowAll {
	    background: #000421;
	    overflow: hidden;
	    padding-top: 80px;
	    padding-bottom: 55px;
	}
	.navigation .elem {
    	width: calc(20% - 8px);
    }
    .wrappKnowAll .element.active {
	    display: block;
	}
	.wrappKnowAll .leftCol, .wrappKnowAll .rightCol {
	    width: 100%;
	}
	.wrappKnowAll .rightCol {
	    padding-top: 24px;
	    text-align: center;
	}
	.clientsWrapp {
	    padding: 48px 20px 64px;
	    padding-top: 48px;
	    padding-bottom: 64px;
	}
	.clientsWrapp > .flex {
		display: block;
	}
	.clientsWrapp .leftCol {
		margin-right: 0;
	}
	.clientsWrapp .leftCol, .clientsWrapp .rightCol {
	    width: 100%;
	}
	.clientsWrapp .rightCol .arrows {
		bottom: unset;
		padding-right: 0;
	}
	.clientsWrapp .descr {
		margin-top: 0;
		line-height: 21px;
		max-width: 100%;
		height: 100%;
		padding: 30px;
	}
	.clientsWrapp .leftCol > .descr {
		padding-left: 0;
	}

	.clientsSlider .slick-slide {
		height: auto;
		flex: 0 0 auto;
	}

	.clientsSlider .descr p {
		margin-bottom: 0;
	}
	.clientsSliderWrapp {
		width: 100%;
	}
	.clientsSliderWrapp .hitnCElems .img {
		height: 264px;
		background-size: cover;
	}
	.clientsSlider .slick-dots{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin: 0 auto;
		text-align: center;
		padding: 0;
		margin-top: 20px;
	}
	.clientsSlider .slick-dots li{
		font-size: 0;
		width: 8px;
		height: 8px;
		background: #fff;
		opacity: 0.3;
		border-radius: 50%;
		margin: 0 4px;
	}
	.clientsSlider .slick-dots li.slick-active{
		opacity: 1;
	}
	.clientsSlider .slick-dots li button{
		display: none;
		opacity: 0;
	}
	.centerEventsWrapp {
	    padding: 48px 20px;
	}
    .clientsSliderWrappBottom {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
	.centerEventsWrapp .elements {
	    margin-top: 32px;
	}
	.centerEventsWrapp .elem {
	    width: 100%;
	    margin-bottom: 24px;
	}
	.centerEventsWrapp .elem > a {
		display: none;
	}
	.allEvents-block {
		display: flex;
		justify-content: center;
	}
	.allEvents {
	    float: unset;
	    text-align: center;
	    font-family: MontserratHitn;
		font-size: 13px;
		font-weight: bold;
	}
	.infoHubWrapper {
	    padding: 0;
	    display: block;
	}
	.infoHubWrapper .width50:nth-child(1) .descr {
	    font-size: 13px;
	    line-height: 21px;
	    max-width: unset;
	    margin-top: 16px;
	}
	.infoHubWrapper .width50:nth-child(1) {
	    padding: 48px 20px;
	    display: block;
	}
	.infoHubWrapper .width50:nth-child(2) .wrapp {
	    margin-left: 0;
	}
	.infoHubWrapper .width50:nth-child(2) .wrapp .elem {
	    margin-bottom: 0;
	    padding: 48px 20px;
	}
	.arrow {
	    top: 48px;
	    right: 20px;
	}
	.infoHubWrapper .width50:nth-child(2) .wrapp .elem h4 {
	    margin-bottom: 0;
	}
	.infoHubWrapper .width50:nth-child(2) .wrapp .elem:after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 20px;
		width: calc(100% - 40px);
		height: 1px;
		background-color: #DAD8DD;
	}
	.infoHubWrapper .width50:nth-child(2) .wrapp .elem:last-child:after {
		background-color: #fff;
	}
	.twoSolution .descr60 {
    	width: 80% !important;
    }
    .twoSolution .circleNaw {
		position: absolute;
		bottom: -57px;
		left: 0;
		right: 0;
		display: block;
	}
	.mainTitle {
		margin-top: 0;
	}
	.b-numbers-item {
		width: 50%;
		min-width: 50%;
	}
	.b-numbers-item:nth-child(2n+1) {
		padding-left: 0;
	}
	.createSolution .coub {
		padding: 40px 0 20px 20px;
	}
}
@media (max-width: 767px) {
	.twoSolution__button {
		opacity: 1;
		margin-top: 10px;
		line-height: 30px;
		font-size: 14px;
	}
	.twoSolution .h4 {
		font-size: 16px;
	}
	.createSolution .theme-button {
		font-size: 16px;
		padding: 10px 30px;
	}

}

@media (max-width: 560px) {
	body {
		background-size: auto;
		background-position: top;
	}
	.mainTitle {
		height: calc(100vh - 74px);
	    padding: 0 20px;
	    justify-content: space-around;
	}
	.mainTitle .h1 {
		margin-top: 10%;
	}
	.twoSolution {
		margin-top: 0;
	}
	.active .bg40 {
	    max-width: 20%;
	    width: 20%;
	}
	.descr60 {
    	width: 80% !important;
    }
    .clientsSliderWrapp .hitnCElems .descr p {
    	font-size: 13px;
		line-height: 19px;
		display: inline-block;
    }
    .padding4640 .h4 {
    	max-width: 190px;
    }
    .clientsWrapp .descr{
    	margin-top: 0;
    }
    .btn.btn--white{
    	margin-bottom: 30px;
    	width: 100%;
    	text-align: center;
    }
	.clientsWrapp .leftCol{
		margin-bottom: 20px;
	}
	.clientsWrapp .leftCol .descr{
		padding: 30px 0 30px;
	}
	.clientsWrapp .leftCol > .descr {
		padding: 40px 0;
	}
	.clientsSlider .slick-list {
		margin: 0 -20px;
	}
    .clientsSlider .elem{
		margin: 0 20px;
    }
    .clientsWrapp .descr{
    	width: 100%;
    	max-width: 100%;
    }
    .wrappKnowAll .elements {
		height: 1040px;
	}
	.wrappKnowAll .element, .wrappKnowAll .element.active{
		display: flex;
		flex-direction: column;
		height: max-content;
	}
	.wrappKnowAll .rightCol{
		margin: auto;
		margin-bottom: 0;
	}
	/*.twoSolution .elem {*/
	/*	max-width: 100%;*/
	/*	width: 100%;*/
	/*}*/
	/*.twoSolution .elem.active{*/
	/*	max-width: 100%;*/
	/*	width: 100%;*/
	/*}*/
	.twoSolution .descr60{
		width: 100%;
		max-width: calc(100vw - 40px);
	}
	.twoSolution  .slick-dots{
		margin-top: 20px;
	}
	.twoSolution  .slick-dots li{
		background: #fff;
	}
	.padding4640 .h4 {
		max-width: 100%;
	}
	.infoHubWrapper .width50{
		display: block;
	}
	footer .city, .popupMenuContacts .city{
		font-family: MontserratHitn;
	}
	.twoSolution .elem:hover{
		transform: none;
	}
	.twoSolution .slick-slide {
		margin: 0 20px !important;
	}
	/* the parent */
	.clientsSlider  .slick-dots li{
		background: #fff;
	}
	.clients.bg-white .clientsSlider  .slick-dots li{
		background: #7949f4;
	}
	.clientsSliderWrapp {
		width: 100%;
		overflow: unset;
	}
	.clientsWrapp .rightCol .arrows{
		display: none;
	}
	.clientsSlider .elem.slick-slide{
		background-color: #fff;
	}
	.clientsSlider .elem{
		min-width: unset;
	}
	.twoSolution .elem.active, .twoSolution .elem {
		width: calc(100vw - 40px);
	}
	.wrappKnowAll .btn--white{
		position: relative;
		margin-top: 20px;
		top: 0;
		word-spacing: normal;
		height: auto;
		padding: 5px 20px;
		min-width: 100%;
		text-align: center;
	}
	.b-numbers {
		flex-direction: column;
	}
	.b-numbers-item {
		max-width: 100%;
		padding: 20px 0;
	}
	.b-numbers-item {
		width: 100%;
		min-width: 100%;
		padding: 10px 0;
	}
	.b-numbers-item__title {
		font-size: 35px;
		line-height: 40px;
	}
	.wrappKnowAll .theme-button {
		position: unset;
		display: block;
		margin-top: 20px;
		font-size: 18px;
		padding: 10px 20px;
	}
    .twoSolution .plus {
        top: 15px;
        right: 15px;
    }
    .twoSolution .padding4640 {
        padding: 15px 55px 15px 15px;
    }
}
@media (max-width: 360px) {
    .twoSolution .plus {
        display: none;
    }
    .twoSolution .padding4640 {
        padding: 15px 15px 15px 15px;
    }
}
.arrow.slick-arrow svg{
	width: 23px;
	height: 20px;
	object-fit: contain;
	zoom: 0.8;
}

@media (min-width: 992px) and (max-width: 1599px) {
	.twoSolutionWrapp .h4 {
		margin-right: 35px;
	}
	.infoHubWrapper .width50:nth-child(1) .descr {
	    font-size: 18px;
	    line-height: 28px;
	}
	.wrappKnowAll .elements {
		height: 500px;
	}
	.clientsWrapp {
		padding-left: 40px;
		max-width: 1300px;
	}
	.infoHubWrapper {
		max-width: 1300px;
		padding-left: 40px;
		padding-right: 40px;
	}
}
@media (max-width: 991px) {
	.knowAll {
		background-color: #8847d1;
		background: #8847d1;
	}
	.wrappKnowAll {
		background-color: transparent;
		background: transparent;
	}
	.wrappKnowAll .navigation {
		width: max-content;
		min-width: 100%;
	}
	.wrappKnowAll .elements {
		/*height: unset;*/
	}
	.wrappKnowAll .navigation .elem {
		width: 110px;
		flex-grow: 1;
    	flex-basis: 0;
	}
	.wrappKnowAll .btn--white {
		position: relative;
		top: 0;
	}
	.twoSolution .elem.active, .twoSolution .elem {
	    max-width: unset;
	}
}

.popupMenuSearch {
    font-family: 'Montserrat';
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #8847d1;
    overflow: auto;
    z-index: 11;
    padding-top: 100px;
}

.en-version .popupMenuSearch {
    padding-top: 82px;
}

.popupMenuSearch .closePopupC {
    width: 24px;
    height: 24px;
    fill: #fff;
    position: absolute;
    right: 55px;
    top: 55px;
    cursor: pointer;
}

.popupMenuSearch .wrap {
    position: relative;
    padding-top: 55px;
    padding-bottom: 55px;
}

.popupMenuSearch .search--input {
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 70px;
}

.popupMenuSearch .search--input label {
    width: 44px;
    height: 44px;
    display: block;
    position: absolute;
    margin: auto;
    right: 0;
    top: 0;
    bottom: 0;
}

.popupMenuSearch .search--input label img {
    width: 44px;
    height: 44px;
    display: block;
}

.popupMenuSearch .search--input .hidden--input {
    display: none;
}

.popupMenuSearch .search--input input {
    display: block;
    width: 100%;
    font-size: 64px;
    line-height: 70px;
    padding: 40px 80px 40px 0;
    box-sizing: border-box;
    text-transform: uppercase;
    color: #fff;
    background-color: transparent;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #fff6;
}

.popupMenuSearch .search--input input::placeholder {
    font-size: 64px;
    line-height: 70px;
    text-transform: uppercase;
    color: #ffffff1a;
}
.popupMenuSearch .search-result--item ul {
    padding-left : 12px;
    margin: 10px 0 0;
}
.popupMenuSearch .search-result--item span {
    display: block;
    margin-top: 10px;
}
.search-result--item {
    box-sizing: border-box;
    display: block;
    padding: 40px 0;
    position: relative;
}

.popupInfohubSearch .search-result--item {
    border-bottom: 1px solid #fff6;
}

.popupMenuSearch .search-result--item {
    border-top: 1px solid #65657E;
}

.search-result--item:first-child {
    padding-top: 0;
}

.popupMenuSearch .search-result--item:first-child {
    border-top: none;
}

.search-result--item .title {
    font-style: normal;
    font-weight: bold;
    line-height: 28px;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.search-result--item p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    margin-bottom: 0;
}

.search-result--item .head {
    display: flex;
    column-gap: 20px;
    margin-bottom: 15px;
}

.search-result--item .date {
    display: flex;
    column-gap: 10px;
    align-items: center;
}

.popupMenuSearch .search-result--item .picture {
    min-width: 120px;
    width: 120px;
    height: 120px;
    min-height: 120px;
    overflow: hidden;
}

.popupMenuSearch .search-result--item .picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

.popupMenuSearch .search-result--item:hover .picture img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.search--suggest_static {
    flex: 1 0;
}

.popupMenuSearch .search--suggest_dynamic .search--suggest-item {
    font-size: 30px;
}

.popupMenuSearch .search--suggest-item {
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.popupMenuSearch .search--suggest-item:hover {
    color: #F9423A;
}

.popupMenuSearch .search--suggest_dynamic.active {
    margin-top: 40px;
}

.popupMenuSearch .search--empty {
    padding-bottom: 40px;
}

.popupMenuSearch .search-result {
    padding-bottom: 24px;
}

.popupMenuSearch .search-result--item:last-child {
    margin-bottom: 0;
}

.popupMenuSearch .search--viewed {
    margin-top: 30px;
    padding-top: 70px;
    border-top: 1px solid #65657E;
}

.popupMenuSearch .search--viewed-label {
    margin-bottom: 40px;
    font-weight: bold;
    line-height: 28px;
    color: #FFFFFF;
}

.popupMenuSearch .search--viewed-list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 60px;
}

.popupMenuSearch .search--viewed-item {
    width: calc(50% - 60px / 2);
    display: flex;
    align-items: flex-start;
}

.search--viewed-item-name {
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.popupMenuSearch .search--viewed-item:hover .search--viewed-item-name {
    color: #F9423A;
}

.search--viewed-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

.popupMenuSearch .search--viewed-item:hover .search--viewed-item-image img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.popupMenuSearch .search--viewed-item-section {
    display: inline-block;
    padding: 5px 10px;
    background-color: #F9423A;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.popupMenuSearch .search--viewed-item-name {
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    color: #FFFFFF;
}

.popupMenuSearch .search--viewed-item-image {
    display: block;
    margin-right: 30px;
    overflow: hidden;
    width: 300px;
    height: 200px;
    min-width: 300px;
    min-height: 200px;
}

.popupMenuSearch .search-queries__previous.active {
    width: 50%;
    min-width: 50%;
}

.popupMenuSearch .search-queries__previous.active.one-col {
    width: 33.333333%;
    min-width: 33.333333%;
}

.popupMenuSearch .search-queries {
    display: none;
}

.popupMenuSearch .search-queries.active {
    display: flex;
}

.search-filter {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -10px 15px;
}

.search-filter__item {
    margin: 0 10px 15px;
}

.search-filter__item:not(:first-child) {

    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    color: #FFFFFF;
    border: 1px solid #ffffff;
    border-radius: 30px;
    padding: 2px 12px;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    cursor: pointer;
}

.search-filter__item.active {
    background-color: #ffffff;
    color: #8847d1;
}

.search-filter__item:not(:first-child):hover {
    background-color: #ffffff;
    color: #8847d1;
}

.search-bottom {
    display: flex;
    justify-content: space-between;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    color: #FFFFFF;
}

.search-results-count {
    font-weight: 700;
}

.search-actions {
    margin-bottom: 60px;
}


.search-sort {
    display: flex;
}

.search-sort-item {
    margin-left: 40px;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    cursor: pointer;
    position: relative;
}

.search-sort-item.active {
    font-weight: 700;
    position: relative;

}

.search-sort-item.active::before {
    content: url("/local/templates/site_kk_redesign/images/search-sort.svg");
    position: absolute;
    left: -30px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 24px;
    height: 24px;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.search-sort-item[data-order="asc"].active::before {
    content: url("/local/templates/site_kk_redesign/images/search-sort-top.svg");
}

.search-sort-item::after {
    position: absolute;
    content: '';
    height: 1px;
    width: 0;
    background: transparent;
    left: 0;
    bottom: -2px;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.search-sort-item:hover::after {
    background: #ffffff;
    width: 100%;
}

.search-result--item .title {
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.popupMenuSearch .search-result--item:hover .title {
    color: #F9423A;
}

.search-result--item .category {
    display: inline-block;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    padding: 5px 10px;
    background: #414161;
    height: 100%;
}

.search-result--item .description {
    display: flex;
    align-items: flex-start;
    width: 100%;
    min-width: 100%;
}

.popupMenuSearch .search-result--item .title b,
.popupMenuSearch .search-result--item .description b {
    background-color: #f9423a;
    display: inline-block;
    color: #ffffff;
    padding: 0 2px;
    font-weight: 500;
}

.popupMenuSearch .search-result--item .title b {
    font-weight: 700;
}

.search-result--item .picture {
    margin-right: 20px;
}

.search-result--item .content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.search-result--item .text-content {
    margin-right: 40px;
}

.search-result--item .text-content.full-width {
    min-width: 100%;
    margin-right: 0;
}

.search-result--item .video-content {
    position: relative;
    cursor: pointer;
    min-width: 480px;
}

.search-result--item .video-content img {
    max-width: 100%;
}

.video-content::after {
    position: absolute;
    content: url('/local/templates/site_kk_redesign/images/icon__play.svg');
    display: block;
    width: 80px;
    height: 80px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    pointer-events: none;
}

.video-content:hover::after {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
}

.search-results-body {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 40px;
}

.search-results-list {
    margin-right: 50px;
    flex: 1 0;
}

.search-callback-form {
    padding: 20px;
    border: 1px solid #ffffff;
    min-width: 300px;
}

.search-callback_title {
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.search-callback_description {
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.search-callback_write-us-btn {
    padding: 15px 0;
    background: #F9423A;
    width: 100%;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    border: 1px solid #F9423A;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    cursor: pointer;
}

.search-callback_write-us-btn:hover {
    border: 1px solid #FFFFFF;
    background: transparent;
}

.search-callback_ask-btn {
    display: none;
    padding: 15px 0;
    width: 100%;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    border: 1px solid #ffffff;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    cursor: pointer;
    margin-top: 20px;
}

.search-callback_ask-btn:hover {
    background: #FFFFFF;
    color: #8847d1;
}

.search-load-more {
    padding: 15px 0;
    width: 100%;
    max-width: 300px;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    border: 1px solid #ffffff;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    cursor: pointer;
    min-height: 46px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.search-load-more .loading-dots {
    height: 24px;
}

.search-load-more.clicked,
.search-load-more:hover {
    background: #FFFFFF;
    color: #8847d1;
}

.search--suggest-list .search--suggest-item:only-child {
    width: 100%;
}

.menu-search-icon, .menu-search-icon img, .search--input label {
    cursor: pointer;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.menu-search-icon:hover img, .search--input label:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

@media (max-width: 1599px) {
    .popupMenuSearch .wrap {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .popupMenuSearch .search--input input {
        padding: 32px 64px 32px 0;
        font-size: 50px;
        line-height: 50px;
    }

    .popupMenuSearch .search--input input::placeholder {
        font-size: 50px;
        line-height: 50px;
    }

    .popupMenuSearch .search--input label img {
        width: 36px;
        height: 36px;
    }

    .popupMenuSearch .search--input {
        margin-bottom: 56px;
    }

    .search-actions {
        margin-bottom: 48px;
    }

    .search-filter__item {
        margin: 0 8px 12px;
        line-height: 24px;
    }

    .search-result--item .title {
        margin-bottom: 12px;
    }

    .search-load-more {
        font-size: 14px;
        padding: 12px 0;
    }

    .popupMenuSearch .search--viewed {
        margin-top: 24px;
        padding-bottom: 56px;
    }

    .popupMenuSearch .search--viewed-label {
        margin-bottom: 32px;
    }

    .popupMenuSearch .search--viewed-item-image {
        margin-right: 24px;
    }

    .popupMenuSearch .search--viewed-item-section {
        font-size: 13px;
        padding: 4px 8px;
    }

    .popupMenuSearch .search--viewed-item-name {
        line-height: 24px;
    }

    .search-callback_title {
        margin-bottom: 20px;
    }

    .search-callback_description {
        margin-bottom: 20px;
    }

    .search-callback_write-us-btn {
        font-size: 14px;
        padding: 12px 0;
    }
}

@media (max-width: 1400px) {
    .popupMenuSearch .search--viewed-item-image {
        margin-right: 20px;
        width: 200px;
        min-width: 200px;
        min-height: 117px;
        height: 117px;
    }

    .search-result--item .video-content {
        min-width: 350px;
    }
}

@media (max-width: 1200px) {
    .en-version .popupMenuSearch {
        padding-top: 73px;
    }

    .popupMenuSearch .search--input input {
        font-size: 30px;
        padding: 10px 80px 10px 0;
    }

    .search-result--item .content {
        flex-direction: column;
    }

    .search-result--item .text-content {
        margin-right: 0;
    }

    .search-result--item .video-content {
        margin: 20px 0 0;
        max-width: 400px;
        min-width: 400px;
    }

    .search-callback-form {
        min-width: 300px;
        max-width: 300px;
        padding: 20px;
    }

    .search-callback_write-us-btn, .search-callback_ask-btn, .search-load-more {
        padding: 10px 0;
    }

    .popupMenuSearch .search--viewed {
        margin-top: 45px;
    }

    .popupMenuSearch .search--suggest_dynamic .search--suggest-item {
        font-size: 24px;
    }

    .popupMenuSearch .search--empty {
        padding-bottom: 25px;
    }

    .popupMenuSearch .search-result {
        padding-bottom: 9px;
    }

    .popupMenuSearch .search--viewed-item-image {
        width: 100px;
        min-width: 100px;
        min-height: 70px;
        height: 70px;
    }


    .popupMenuSearch .search--suggest-item {
        margin-bottom: 25px;
    }

    .search-results-body {
        padding-bottom: 25px;
    }

    .search-filter__item:not(:first-child) {
        line-height: 24px;
    }
}

@media (max-width: 991px) {
    .popupMenuSearch {
        z-index: 600;
        padding-top: 0;
    }

    .en-version .popupMenuSearch {
        padding-top: 0;
    }

    .popupMenuSearch .search--input input::placeholder {
        font-size: 24px;
        line-height: 32px;
    }

    .popupMenuSearch .search--input label img {
        width: 30px;
        height: 30px;
    }

    .popupMenuSearchHeader {
        padding: 20px;
        display: block;
        position: fixed;
        background-color: #8847d1;
        z-index: 15;
        width: 100%;
    }

    .popupMenuSearch .closePopupS.mobileShow {
        width: 22px;
        height: 22px;
        position: absolute;
        right: 20px;
        top: 20px;
        fill: #fff;
    }

    .popupMenuSearch .logoContacts img {
        width: 100%;
    }

    .popupMenuSearch .wrap {
        padding-top: 0;
        padding-bottom: 40px;
        top: 74px;
    }

    .popupMenuSearch .search--input input {
        font-size: 24px;
        line-height: 32px;
        padding: 7px 30px 7px 0;
    }
}

@media (max-width: 992px) {
    .search-bottom {
        line-height: 24px;
    }

    .search-results-body {
        flex-direction: column;
        padding-bottom: 25px;
    }

    .search-callback-form {
        margin-top: 40px;
    }

    .popupMenuSearch .search--input {
        margin-bottom: 40px;
    }

    .popupMenuSearch .search--viewed {
        margin-top: 15px;
        padding-top: 40px;
    }

    .popupMenuSearch .search--viewed-item {
        width: 100%;
        padding-right: 0;
    }

    .popupMenuSearch .search--suggest-text {
        font-size: 16px;
    }

    .popupMenuSearch .search-queries {
        flex-wrap: wrap;
    }

    .popupMenuSearch .search-queries__previous.active,
    .popupMenuSearch .search-queries__previous.active.one-col {
        width: 100%;
        min-width: 100%;
    }

    .popupMenuSearch .search-queries__previous .search--suggest-label {
        margin: 15px 0 30px;
    }

    .popupMenuSearch .search--viewed-label {
        margin-bottom: 30px;
    }

    .popupMenuSearch .search--empty {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .popupMenuSearch .search--input input {
        font-size: 18px;
        line-height: 20px;
    }

    .popupMenuSearch .search--input label {
        width: 20px;
        height: 20px;
    }

    .popupMenuSearch .search--input label img {
        width: 20px;
        height: 20px;
    }

    .search-actions {
        margin-bottom: 30px;
    }

    .search-results-count {
        order: 1;
        margin-bottom: 30px;
    }

    .search-sort {
        order: 2;
        font-size: 16px;
    }

    .search-bottom {
        flex-direction: column;
    }

    .search-results-list {
        margin-right: 0;
    }

    .search-result--item .title {
        line-height: 20px;
        margin-bottom: 20px;
    }

    .search-result--item .description {
        line-height: 20px;
    }

    .search-callback-form {
        margin-top: 40px;
    }

    .search-sort {
        justify-content: space-between;
    }

    .popupMenuSearch .search-result--item .picture {
        width: 100px;
        min-width: 100px;
        height: 100px;
        min-height: 100px;
    }

    .popupMenuSearch .search--empty {
        padding-bottom: 9px;
    }

    .search-filter__item:first-child {
        display: none;
    }

    .search-callback-form {
        padding: 15px;
    }

    .popupMenuSearch .search--viewed-item-name {
        line-height: 20px;
    }

    .popupMenuSearch .search--viewed-item-section {
        margin-bottom: 10px;
    }

    .search--suggest-section {
        flex-direction: column;
    }

    .search--suggest-link {
        background: none !important;
    }

    .search--suggest-link::after {
        display: none;
    }
}

@media (max-width: 576px) {
    .search-callback-form {
        min-width: 100%;
        max-width: 100%;
    }

    .search-result--item .video-content {
        max-width: 100%;
        min-width: 100%;
    }

    .search-load-more {
        min-width: 100%;
    }

    .popupMenuSearch {
        z-index: 600;
        padding-top: 0;
        top: 0;
    }

    .popupMenuSearch .search--input {
        margin-top: 0;
        margin-bottom: 40px;
    }

    .popupMenuSearch .search--input input {
        font-size: 24px;
        line-height: 32px;
        padding: 7px 30px 7px 0;
    }

    .popupMenuSearch .search--input input::placeholder {
        font-size: 24px;
        line-height: 32px;
    }

    .popupMenuSearch .search--input label {
        width: 20px;
        height: 20px;
    }

    .popupMenuSearch .search--input label img {
        width: 20px;
        height: 20px;
    }

    .search--suggest-label {
        margin-bottom: 24px;
    }

    .popupMenuSearchHeader {
        padding: 20px 20px;
        display: block;
        position: fixed;
        background-color: #8847d1;
        z-index: 15;
        width: 100%;
    }

    .popupMenuSearch .wrap {
        padding-top: 0;
        padding-bottom: 40px;
        top: 74px;
    }

    .search-callback_write-us-btn, .search-callback_ask-btn, .search-load-more {
        font-size: 16px;
    }
}

@media (max-width: 460px) {
    .search-sort {
        flex-direction: column;
    }

    .search-sort-item {
        margin: 0 60px 0 0;
    }

    .search-sort-item.active::before {
        right: -30px;
        left: auto;
    }

    .search--suggest-item {
        width: 100%;
    }

    .popupMenuSearch .search--viewed-item-image {
        width: 80px;
        min-width: 80px;
        height: 50px;
        min-height: 50px;
    }

    .popupMenuSearch .search--viewed-item-section {
        margin-bottom: 10px;
    }

    .popupMenuSearch .search-result--item .picture {
        width: 50px;
        min-width: 50px;
        height: 50px;
        min-height: 50px;
    }
}


.hitnCaruselNav {
	width: 100%;
	position: relative;
}
.hitnCaruselWrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.hitnSlideLine {
	width: 10000px;
	-webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(.67,.01,.23,1);
    -o-transition-timing-function: cubic-bezier(.67,.01,.23,1);
    transition-timing-function: cubic-bezier(.67,.01,.23,1);
}
.hitnCElems {
	display: inline-block;
	vertical-align: top;
}
.productNavR, .productNavL {
	position: absolute;
	width: 30px;
	height: 30px;
	top: calc(50% - 15px);
	z-index: 2;
	cursor: pointer;
	background-image: url(/local/templates/site_omni/img/ArrowNextPrev.svg);
}
.productNavR { right: -40px; }
.productNavL { left: -40px; transform: rotate(180deg); }
/*.hitnCElems > div {
	max-width: unset;
	width: 100%;
}*/
.circleNaw {
	text-align: center;
}
.circleNaw .circleElem {
	display: inline-block;
	border-radius: 100%;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	cursor: pointer;
	background-color: rgba(255,255,255,0.3);
}
.circleNaw .circleElem.active {
	background-color: #fff;
}

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-dots li:only-child {
    display: none;
}

.edit-content__form .content--cols {
    display: flex;
    justify-content: space-between;
}
.edit-content__form .content--cols .col--l {
    position: relative;
    width: 53%;
    display: block;
    background-color: transparent;
    padding: 110px 70px 110px 0;
    box-sizing: border-box;
}
.edit-content__form .content--cols .col--r {
    width: 47%;
    position: relative;
    padding: 55px 0 55px 55px;
    box-sizing: border-box;
}
.edit-content__form .content--cols .col--l::before {
    content: '';
    display: block;
    width: calc(100vw - 50%);
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    background-image: url('/local/templates/site_kk_redesign/images/bg__form.png');
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
}
.edit-content__form .form--logo {
    width: 62px;
    height: auto;
    object-fit: contain;
    display: block;
    margin-bottom: 45px;
    position: relative;
}
.edit-content__form .form--logo img{
    width: 100%;
    height: auto;
}
.edit-content__form form{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.edit-content__form .input-row{
    width: 100%;
    display: inline-block;
}
.edit-content__form .input-row.row--4{
    width: calc(40% - 6px);
}
.edit-content__form .input-row.row--6{
    width: calc(60% - 6px);
}
.edit-content__form .input-row label{
    display: block;
}
.edit-content__form .input-row input{
    display: block;
}
.edit-content__form .buttonRed{
    color:  #fff;
}
.edit-content__form .form--title {
    line-height: 48px;
    color: #FFFFFF;
    margin-bottom: 20px;
    position: relative;
}
.edit-content__form .form--text {
    font-weight: 500;
    line-height: 34px;
    color: #FFFFFF;
    opacity: 0.9;
    position: relative;
}

@media (max-width: 1599px) {
    .edit-content__form .content--cols .col--l {
        padding: 90px 56px 90px 0;
    }
    .edit-content__form .form--logo {
        width: 50px;
        margin-bottom: 35px;
    }
    .edit-content__form .content--cols .col--r {
        padding: 45px 0 45px 45px;
    }
}

@media (max-width: 992px) {
    .edit-content__form .content--cols .col--l {
        width: 40%;
        padding: 110px 30px 110px 0;
    }
    .edit-content__form .content--cols .col--r {
        width: 59%;
    }
    .edit-content__form .form--title {
        line-height: 38px;
    }
    .edit-content__form .content--cols .col--l:before{
        width: calc(100% + 40px);
        left: -20px;
        right: -20px;
    }
}

@media (max-width: 767px) {
    .edit-content__form {
        overflow: hidden;
    }
    .edit-content__form .content--cols {
        flex-direction: column;
    }
    .edit-content__form .content--cols .col--l {
        width: 100%;
        padding: 48px 0px 32px;
        margin-bottom: 32px;

    }
    .edit-content__form .content--cols .col--l::before {
        width: calc(100% + 110px);
        left: -55px;
        right: -55px;
    }
    .edit-content__form .form--logo {
        display: none;
    }
    .edit-content__form .form--title {
        line-height: 32px;
    }
    .edit-content__form .content--cols .col--r {
        width: 100%;
        padding: 0 0 48px;
    }
    .edit-content__form .buttonRed {
        margin-bottom: 0;
    }
}


.input-row.animated-placeholder {
    margin-bottom: 60px;
    position: relative;
    width: 100%;
}

.input-row.animated-placeholder.input-row-last {
    margin-bottom: 40px;
}

.input-row.icon-email.animated-placeholder {
    margin-bottom: 30px;
}

.animated-placeholder input {
    margin-bottom: 0 !important;
}

.animated-placeholder input[type="text"]::placeholder, .animated-placeholder textarea::placeholder {
    color: transparent !important;
}

.input-row.animated-placeholder .placeholder {
    position: absolute;
    top: -5px;
    left: 0;
    pointer-events: none;
    transition: transform 200ms, color 200ms;
}

.input-row.animated-placeholder.icon-email input.error {
    border-color: #f9423a;
}

.input-row.animated-placeholder.icon-email .placeholder {
    top: 0;
}

.input-row.animated-placeholder input:not(:placeholder-shown) ~ .placeholder {
    opacity: 0.8;
}

.input-row.animated-placeholder input:focus ~ .placeholder {
    opacity: 0.8;
}

.input-row.animated-placeholder input:focus ~ .placeholder,
.input-row.animated-placeholder input:not(:placeholder-shown) ~ .placeholder,
.input-row.animated-placeholder textarea:focus ~ .placeholder,
.input-row.animated-placeholder textarea:not(:placeholder-shown) ~ .placeholder {
    transform: translateY(-25px);
    font-size: 11px;
}

.input-row.icon-email.animated-placeholder input:focus ~ .placeholder::before,
.input-row.icon-email.animated-placeholder input:not(:placeholder-shown) ~ .placeholder::before {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

@media (max-width: 1599px) {
    .input-row.animated-placeholder {
        margin-bottom: 45px;
    }

    .input-row.animated-placeholder.input-row-last {
        margin-bottom: 32px;
    }
}

.input-row textarea {
    padding-right: 10px;
    vertical-align: top;
}

.input-row textarea::-webkit-scrollbar {
    width: 3px;
    background-color: rgba(160, 160, 160, 0.3);
}

.input-row textarea::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.input-row textarea::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
    border-radius: 7px;
}

.input-row.row--phone {
    width: 160px !important;
}

.input-row.row--email {
    flex-grow: 1;
    width: 100px !important;
}

@media (max-width: 991px) {
    .input-row.animated-placeholder:last-child {
        margin-bottom: 0;
    }

    .input-row.row--phone {
        width: 100% !important;
        margin-right: 0;
    }
}


.modal-form {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
    z-index: 2222;
}

.modal-form-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: calc(100% - 104px);
    padding: 0 200px;
}

.modal-form .closePopupV {
    width: 24px;
    height: 24px;
    fill: #fff;
    cursor: pointer;
    z-index: 200;
}

.modal-form form {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 20px;
}

.modal-form .input-row {
    position: relative;
    width: 100%;
    display: inline-block;
    margin-bottom: 60px;
}

.modal-form .input-row .placeholder {
    color: #fff;
    font-weight: 500;
    line-height: 24px;
    display: block;
    text-align: left;
}

.modal-form .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: #fff;
    background-color: transparent;
}

.modal-form textarea {
    width: 100%;
    height: 85px;
    resize: none;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.9);
    color: rgba(255, 255, 255, 0.8);
    outline: 0;
    outline-offset: 0;
    font-size: 16px;
    line-height: 22px;
}

.modal-form .input-row input, .modal-form .input-row textarea {
    display: block;
    margin-bottom: 0;
}

.modal-form input[type="text"]::placeholder, .modal-form textarea::placeholder {
    color: transparent;
}

.modal-form .input-row label.error {
    position: absolute;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.01em;
    color: #F9423A;
    bottom: -20px;
    margin-bottom: 0;
}

.modal-form .input-row.row--phone {
    width: 150px;
}

.modal-form .input-row.row--email {
    flex-grow: 1;
    width: auto;
}

.modal-form .checkbox {
    width: 100%;
}

.modal-form-head {
    text-align: left;
    margin-bottom: 40px;
}

.modal-form-head-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    color: #FFFFFF;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.modal-form-head-subtitle {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}

.modal-form-body {
    display: flex;
    justify-content: space-between;
}

.modal-form-form {
    max-width: 1000px;
}

.modal-form-head-one-col {
    max-width: 600px;
}

.modal-form-left {
    width: 60%;
    max-width: 600px;
    padding-top: 20px;
    flex-grow: 1;
}

.modal-form-right {
    width: 40%;
    margin-left: 120px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    max-width: 500px;
    position: relative;
}

.modal-form-right img {
    max-width: 100%;
    max-height: 450px;
}

.modal-form .callback_form-first-block .h1 + div {
    margin-top: 20px;
}

.modal-form .callback_form-second-block {
    max-width: 300px;
}

.modal-form .callback_form-third-block {
    min-width: 100%;
    margin-top: 60px;
}

.modal-form .callback_form {
    color: #ffffff;
    display: flex;
    height: 100%;
    justify-content: space-between;
    align-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

.pdf-image {
    position: relative;
    line-height: 1;
}

.pdf-image::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffff;
    left: 7px;
    top: 7px;
    z-index: -1;
}

.pdf-image::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #CCCCCC;
    left: 14px;
    top: 14px;
    z-index: -2;
}


@media (max-height: 850px) and (min-width: 992px) {
    .modal-form-wrapper {
        align-items: flex-start;
        padding: 40px 0 40px;
        height: auto;
    }
    .modal-form .callback_form {
      margin-top: 100px;
    }
}

@media (max-width: 1599px) {

    .modal-form-head-title {
        font-size: 32px;
    }
}
@media (max-width: 1400px) {
    .modal-form-left {
        width: 55%;
    }

    .modal-form-right {
        width: 45%;
    }

    .modal-form .input-row label.error {
        font-size: 12px;
    }
}

@media (max-width: 1200px) and (min-height: 850px) {
    .modal-form-wrapper {
        padding: 0 100px;
    }
}

@media (max-width: 992px) {
    .modal-form-form {
        min-width: auto;
    }

    .modal-form-body {
        flex-direction: column;
    }

    .modal-form-head-one-col {
        max-width: 100%;
    }

    .modal-form-left {
        width: 100%;
        margin-right: 0;
        max-width: 100%;
    }

    .modal-form-right {
        width: 100%;
        max-width: 100%;
        margin-top: 30px;
        padding: 30px 0;
    }

    .modal-form .closePopupV {
        right: 20px;
        top: 40px;
    }

    .modal-form-wrapper {
        padding: 80px 80px 80px;
        height: auto;
        justify-content: left;
    }

    .modal-form-head {
        display: flex;
        justify-content: space-between;
    }

    .modal-form-head-text {
        width: 70%;
        flex-grow: 1;
    }

    .modal-form-head-img {
        padding: 0 14px 0 20px;
        width: 30%;
    }

    .modal-form-head-img img {
        max-width: 100%;
    }

    .modal-form .callback_form {
        flex-direction: column;
    }

    .modal-form .callback_form-second-block {
        margin-top: 60px;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .modal-form-wrapper {
        padding: 20px 20px 20px;
    }

    .modal-form-head-title {
        font-size: 28px;
    }

    .modal-form-head-subtitle {
        font-size: 18px;
        line-height: 22px;
    }

    .modal-form .buttonWhiteInBlue {
        padding: 15px 0;
        text-align: center;
        min-width: 300px;
        line-height: 1;
    }
}

@media (max-width: 560px) {
    .modal-form-head-title {
        font-size: 24px;
        line-height: 32px;
    }

    .modal-form-head-subtitle {
        font-size: 13px;
        line-height: 21px;
    }
}

.checkbox {
    position: relative;
}

.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-checkbox + label.custom-checkbox-text {
    display: inline-flex;
    align-items: center;
    user-select: none;
    cursor: pointer;
}

.custom-checkbox + label.custom-checkbox-text::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    flex-grow: 0;
    margin-right: 20px;
    border: 1px solid #ffffff;
    transition: .3s ease;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 22px;
    background-color: #ffffff;
}

.custom-checkbox.error:not(:checked) + label.custom-checkbox-text::before {
    border: 1px solid #F9423A;
    background-color: rgba(249, 66, 58, 0.5);
}

.custom-checkbox:not(:disabled) + label.custom-checkbox-text:hover::before {
    opacity: 0.9;
}

.custom-checkbox:checked + label.custom-checkbox-text::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 16'%3e%3cpath fill='rgb(18,18,57)' d='M8.49997 15.3994L0.292969 7.19237L1.70697 5.77832L8.49997 12.5714L20.2929 0.77832L21.7069 2.19232L8.49997 15.3994Z'/%3e%3c/svg%3e");
}

.custom-checkbox-violet-mark:checked + label.custom-checkbox-text::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 16'%3E%3Cpath fill='rgb(134,92,241)' d='M8.49997 15.3994L0.292969 7.19237L1.70697 5.77832L8.49997 12.5714L20.2929 0.77832L21.7069 2.19232L8.49997 15.3994Z'/%3E%3C/svg%3E%0A");
}

.custom-checkbox-blue + label.custom-checkbox-text::before {
    border-color: #8847d1;
    background-color: #8847d1;
}

.custom-checkbox-blue:checked + label.custom-checkbox-text::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 16'%3e%3cpath fill='white' d='M8.49997 15.3994L0.292969 7.19237L1.70697 5.77832L8.49997 12.5714L20.2929 0.77832L21.7069 2.19232L8.49997 15.3994Z'/%3e%3c/svg%3e");
}

.checkbox label.error {
    position: absolute;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.01em;
    color: #F9423A;
    bottom: -20px;
    margin-bottom: 0;
}

@media (min-width: 991px) and (max-height: 900px) {
    .input-row.animated-placeholder input:focus ~ .placeholder,
    .input-row.animated-placeholder input:not(:placeholder-shown) ~ .placeholder,
    .input-row.animated-placeholder textarea:focus ~ .placeholder,
    .input-row.animated-placeholder textarea:not(:placeholder-shown) ~ .placeholder {
        transform: translateY(-17px);
        font-size: 11px;
    }
    .input-row label.error {
        font-size: 10px!important;
        bottom: -17px!important;
    }
}
@media (min-width: 991px) and (max-height: 790px) {
    .modal-form-right img {
        max-width: 100%;
        max-height: 350px;
    }
    .modal-form-head {
        margin-bottom: 20px;
    }
    .modal-form-wrapper {
        padding: 20px 0 20px;
    }
}

.popup-default {
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    background-color: rgba(18, 18, 57, 0.9);
}

.popup-default-header {
    height: 104px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.popup-default-header .logo {
    max-width: 202px;
    height: 100%;
    position: relative;
}

.popup-default-header .closePopupV {
    margin-right: 4.5px;
}

.popup-default-body {
    padding: 10px 200px 20px 200px;
}

.popup-default-close {
    position: absolute;

    width: 31px;
    height: 31px;
    cursor: pointer;
    transition: .3s ease;
}

.popup-default-close:hover {
    opacity: 0.5;
}

.popup-default-close:before, .popup-default-close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #ffffff;
}

.popup-default-close:before {
    transform: rotate(45deg);
}

.popup-default-close:after {
    transform: rotate(-45deg);
}

@media (max-width: 1599px) {
    .popup-default-header .logo {
        max-width: 160px;
    }
}

@media (max-width: 1199px) {
    .popup-default-header .logo {
        max-width: 140px;
    }
}

@media (max-width: 991px) {
    .popup-default-header {
        height: 79px;
    }

    .popup-default-body {
        padding: 10px 80px 80px;
    }
}

@media (max-width: 767px) {
    .popup-default-body {
        padding: 10px 20px 0;
    }
}

@media (max-width: 560px) {
    .popup-default-header {
        height: 74px;
    }

    .popup-default-header .logo {
        max-width: 100px;
    }
}

.popup-with-body {
    position: fixed;
    top: 0;
    left: 0;
    overflow: auto;
    z-index: 2222;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(7.5px);
    -webkit-backdrop-filter: blur(7.5 pxx);
    width: 100vw;
    height: 100vh;
    line-height: 1.2;
}
.popup-with-body.hidden {
    display: none;
}
.popup-with-body-wrapper {
    margin: auto;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 0;
}
.popup-with-body-container {
    position: relative;
}
.popup-with-body-content {
    background-color: #ffffff;
    color: #8847d1;
    position: relative;
}
.popup-with-body-close {
    top: -40px;
    right: -40px;
}

@media (max-width: 1599px) {
    .popup-with-body-close {
        right: 0;
    }
}

.popup-with-body-full .popup-with-body-wrapper {
    max-width: 1550px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 55px;
    padding-right: 55px;
}
@media (max-width: 1599px) {
    .popup-with-body-full .popup-with-body-wrapper {
        max-width: 1300px;
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media (max-width: 991px) {
    .popup-with-body-full .popup-with-body-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.popup-default-fading {
    opacity: 0;
    transition: .2s linear;
}
.popup-default-fading.active {
    opacity: 1;
}
.popup-default-button {
    margin-bottom: 40px;
}
@media (max-width: 1599px) {
    .popup-default-button {
        margin-bottom: 32px;
    }
}












