/**New header**/
.b-header-top {
	background:#393a3a;
}
.b-header-top .regular-container {
	padding:7px 35px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    justify-content:space-between;
	align-items:center;
	line-height:1.3;
}
.b-header-top .b-header__city {
	margin-top:0;
}
.b-header-top .b-header__city .header-city-label {
	color:#fff;
	font-size:14px;
}
.b-header-top .b-header__city .selected-city {
	border-bottom:1px solid;
	color:#ff0000;
	font-size:14px;
	line-height:1.1;
	margin-top:3px;
	
}
.b-header-top .b-header__city .selected-city:after {
	color:#ff0000;
	font-size:14px;
}
.b-header-top .b-header__address {
	padding-left:60px;
	font-size:14px;
	color:#fff;
	position:relative;
	margin-top:0;
	line-height:1.5;
}
.b-header__city {
	display: inline-block;
	margin-top: 12px;
	vertical-align: top;
}
.b-header__city .header-city-label {
	display: inline-block;
	margin-top: 3px;
	margin-right: 5px;
	vertical-align: top;
	font-size: 11px;
	color: #a0a0a0;
	line-height: 1.3em;
}
.b-header__city .header-city-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	line-height: 1.3em;
	padding-right:40px;
}
.b-header__city .selected-city {
	display: inline-block;
	cursor: pointer;
	line-height: 1.3em;
	color: #ff0000;
	border-bottom: 1px dotted;
}
.b-header__city .selected-city:after {
	content: "\f107";
	position: absolute;
	padding-left: 7px;
	font-family: "FontAwesome", sans-serif;
	color: #b1b1b1;
	font-size: 20px;
	font-weight: bold;
}
.b-header__city .selected-city.opened:after {
	content: "\f106";
}
.b-header__city .header-city-dropdown {
	display: none;
	position: absolute;
	width: 95px;
	top: 100%;
	left: -10px;
	list-style: none;
	background-color: #fafafa;
	border: 1px solid #ddd;
	padding: 0;
	margin: 0;
	margin-top: -1px;
	z-index:2;
}
.b-header__city .header-city-dropdown.opened {
	display: block;
}
.b-header__city .header-city-dropdown>li {
	margin: 0;
}
.b-header__city .header-city-dropdown>li>a {
	display: block;
	padding: 7px 10px;
	text-decoration: none;
	color: #414042;
	background-color: #fafafa;
}
.b-header__city .header-city-dropdown>li>a:hover {
	background-color: #efefef;
}

.b-header-top	{
	padding:0px;
}

.b-header__soc {
	padding-right:15px;
}

.b-header__soc .social a {
	margin:0px;
}

.b-header-top .container .b-header_box	{
	display:flex;
	align-items:center;
	justify-content: space-between;
	width: 100%;
}

.b-header_left_box 	{
	display:flex;
	align-items:center;
	justify-content: flex-start;
	width: 100%;
}

.b-header_right_box 	{
	display:flex;
	align-items:center;
	justify-content: flex-end;
	width: 100%;
}


.b-header__adres	{
	padding-left:19px;
	color:#fff;
	background:url("html/images/geo.png") no-repeat center left;
}

.b-header__adres .adress	{
	color:#fff;
}
.header__whatsapp {
	font-weight:400 !important;
	margin-top:3px;
}
.header__whatsapp img {
	margin-right:5px;
	position:relative;
	top:-2px;
}
.header__whatsapp span {
	color:#e80643;
	border-bottom:1px dotted #e80643;
}
footer .flex-col {
	display:flex;
	justify-content:space-around;
}
.footer__whatsapp span {
	position:relative;
}
.footer__whatsapp img {
	margin-right:5px;
	position:relative;
	top:-2px;
}
.footer__whatsapp span {
	color:#656565;
}
.footer__whatsapp span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -1px;
    left: 0;
    background: #656565;
    visibility: visible;
    transform: scaleX(1);
    transition: .25s linear;
    opacity: 1;
}
.footer__whatsapp:hover span:before {
    visibility: hidden;
    transform: scaleX(0);
    bottom: -1px;
    opacity: 0;
}
footer .confirm {
	white-space: unset;
	max-width: unset;
}
footer .confirm span {
	white-space:nowrap;
}
@media only screen and (max-width:1199px) {
	footer .flex-col {
		display: block;
	}
}
@media (min-width: 991px){
	.mobile-menu	{display:none;}
}

@media only screen and (max-width:991px) {
	footer .confirm {
		white-space: unset;
		text-align: center !important;
		max-width: unset;
	}
}

.b-header__basket .cart a {
    color: #000;
    font-size: 15px;
    min-height: -webkit-fill-available;
    height: 44px;
    background: #e0e0e0;
    display: flex;
	align-items: center;
    justify-content: center;
    padding: 15px;
}

.b-header__basket .cart .count {
    position: absolute;
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    text-align: center;
    top: 8px;
    left: 32px;
    background: #e80643;
    line-height: 15px;
}

.b-header__user .login {
    width: 143px;
    background: #525353;
    text-align: center;
    height: 43px;
    margin-top: -10px;
    margin-bottom: -10px;
    margin-left: 0;
}

.login a:before	{
	left:25px;
}

@media (max-width: 1200px){
	.b-header_left_box {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		width: 100%;
		flex-wrap: wrap;
	}
}



.new_phone_box	{
	display:flex;
}

.new_phone	{
	margin-top:-3px;
	min-width:210px;
	padding-right:25px;
}

.new_phone a	{
	text-align:right;
	font-weight:bold;
	display:block;
	color:#000;
	font-size:16px;
}

.new_phone a:first-child	{
	color:#e80643;
	font-size:23px;
}

.new_callback	{
	min-width:145px;
}

.new_callback button	{
	padding:11px 15px;
	border-radius:5px;
	font-weight:bold;
	color:#fff;
	background:#e80643;
	font-size:15px;
	font-family:Myriad Pro;
	border:0px;
}



@media (max-width: 991px){
	.b-header-top .container .b-header_box .b-header__adres, .b-header-top .container .b-header_box .b-header__soc {
		display: none;
	}
}

@media (max-width: 768px){
	.new_phone_box {
		padding-top:15px;
	}
}



@media (max-width: 520px){
	.b-header__city .header-city-label {
		display: none;
	}
	
	    
	
	.b-header-top .container .b-header_box	{
		padding-left:60px;
		height: 44px;
	}
	
	.b-header_right_box {
		justify-content: flex-end;
		margin-right: -15px;
	}
	
	.b-header__user .login {
		width: 53px;
		position: relative;
		right: unset;
		top: unset;
	}
	
	.login a {
		font-size: 0;
	}

	.login a:before {
		left: 19px;
	}
	
	.b-header__basket .cart a	{
		padding: 15px 19px 15px 13px
	}
	.cart {
		position: relative;
		right: unset;
		top: unset;
	}
	
	.cart img {
		margin-right: 0px;
	}
	
	.new_phone_box {
		display: flex;
		justify-content: space-between;
	}
	
	.new_phone {
		min-width: unset;
		padding-right: 15px;
	}
	
	.new_phone a:first-child {
		font-size: 100%;
	}
	
	.new_callback {
		min-width: 135px;
	}
	
	.new_callback button {
		padding: 11px 10px;
	}
	
}

.b-header_center_box	{
	display:none;
}

.logo + .new_callback	{
	display:none;
}


@media (max-width: 767px){
	.header .search {
		margin: 15px 0;
		width: 100%;
	}
	
	.new_callback	{
		display:none;
	}

	.logo + .new_callback	{
		display: inline-block;
		width: 50%;
		text-align: right;
		float: right;
	}
	
	.b-header_center_box 	{
		display:flex;
		align-items:center;
		justify-content: flex-start;
		width: 100%;
		
	}
	
	.phone.new_phone	{
		display:none;
	}
	
	.b-header_center_box a 	{
		font-weight:bold;
		min-width: 130px;
		color:#fff;
		text-decoration:none;
		
	}
	
}


@media (max-width: 410px){

	.logo + .new_callback	{
		width: 30%;
	}
	
	.b-header_left_box {
		width: 70%;
	}
	
	.b-header_center_box 	{
		width: 90%;
	}
	
	.b-header_center_box a 	{
		min-width: unset;
		font-size: 12px;
		padding-right: 5px;
		font-weight:normal;
	}
	
}

div.bx-blue .btn.btn-default {
    padding: 11px 15px;
    border-radius: 5px;
    font-weight: bold;
    color: #fff;
    background: #e80643;
    font-size: 15px;
    font-family: Myriad Pro;
    border: 0px;
}

div.bx-blue .btn.btn-default:hover {
    background: #d6003a;
}


.price {
	display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    color: red;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
}

.hidden-card {
	display: none;

	position: absolute;
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    box-shadow: 0px 0 12px rgb(0 0 0 / 7%);
    -moz-box-shadow: 0 0 12px rgba(0,0,0,0.07);
    -webkit-box-shadow: 0px 11px 12px rgb(0 0 0 / 7%);
    background: #fcfbfb;
    width: 100%;
    left: 0;
    z-index: 999999;
    padding: 0 20px;
}

.product-item:hover .hidden-card {
	display: block;
}

.height-imitator {
	height: 600px!important;
}

.constr-btns {
	display: flex;
	margin-top: 20px;
}

.constr-btns a {
	margin-right: 30px;
	color: white;
	font-weight: bold;
	background: #e20738;
	border-radius: 7px;
	border: 1px solid transparent;
	padding: 10px 20px;
	transition: 0.3s;
	text-align: center;
	display: flex;
}

.constr-btns-svg {
	width: 20px;
}

.constr-btns-svg path {
	fill: white;
}

.constr-btns a:hover {
	background: transparent;
	border-color: #e20738;
	color: #e20738;
}

.constr-btns-svg.gates-btn {
	width: 40px;
}

.constr-btns a:hover .constr-btns-svg path {
	fill: #e20738;
}

.constr-btns-text, .constr-btns-svg {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.constr-btns-svg {
	margin-right: 10px;
}

.wrapper-about {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.about-left {
	width: calc(40% - 30px);
}

.about-right {
	width: calc(60% - 30px);
}

.about-right h2 {
	text-align: unset;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 28px;
    border-bottom: 1px solid #ecebeb;
}

.about-right h2:after {
	left: 0;
	width: 34px;
}

.about-content b {
	color: black;
}

.about-content {
	margin-bottom: 20px;
}

.about-right blockquote {
	border-radius: 7px;
	border-left: 4px solid #e20738;
	margin-bottom: 0;
}

.about-left {
	border-radius: 30px;
	background: #f9f8f9;
	box-shadow: 0 4px #e20738;
}

.about-left img {
	border-radius: 7px;
	width: 100%;
}

.about-left-content {
	padding: 20px 25px;
	text-align: center;
	font-size: 18px; 
}

@media only screen and (max-width:800px) {
	.about-left {
		width: 100%;
		margin-bottom: 30px;
	}

	.about-right {
		width: 100%;
	}

	.constr-btns a {
		padding: 10px 20px;
		text-align: center;
		justify-content: center;
		margin-right: unset;
		margin-bottom: 20px;
	}

	.constr-btns {
		flex-direction: column;
	}
}

span.short {
	height: 69px;
}

.full, .short {
	text-align: center!important;
}


.price-wrapper {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-bottom: 5px;
	margin-top: 15px;
}

.price-wrapper .price {
	width: auto;
	margin-right: 5px;
	margin-bottom: 0;
	margin-top: 0;
}

.old-price {
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 16px;
	color: #999999;
	text-decoration: line-through;
}

.economy-block {
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 100%;
	margin-bottom: 20px;
	font-size: 13px;
}

.economy-block-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: center;
	border: 1px solid #ede9ea;
	border-radius: 10px;
	background: #faf9f9;
}

.economy-block-percent {
	font-weight: bold;
	color: white;
	background: red;
	border-radius: 10px;
	padding: 1px 4px;
	margin-right: 5px;
}

.economy-block-text {
	color: black;
	padding: 1px 5px 1px 0;
}

.detail-discount {
    z-index: 2;
}

.detail-discount .economy-block {
    margin-bottom: 5px;
    justify-content: flex-start;
}

.delivery-block-text {
    color: black;
    font-size: 13px;
    padding: 1px 5px 1px 0;
}

.delivery-block-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    border: 1px solid #ede9ea;
    border-radius: 10px;
    background: #faf9f9;
}

.delivery-block-ico {
    background: #22b804;
    border-radius: 10px;
    padding: 3px 8px;
    margin-right: 5px;
}

.reviews {
    margin: 0 -10px;
}

.review-item {
	display: inline-block;
    vertical-align: top;
    width: calc(50% - 25px);
    margin: 0 10px 30px;
}

@media (max-width: 750px) {
	.review-item {
		width: 100%;
		margin: 0;
	}
}



	.warning-price {
		float:right;
		padding:5px 10px 5px 35px;
		background:#fbf8f8;
		border:#ebe9e7 1px solid;
		position:relative;
		display:inline-flex;
		align-items:center;
		font-size:16px;
		font-weight:normal;
	}

	.warning-price:before {
		position:absolute;
		width:18px;
		height:18px;
		top:calc(50% - 9px);
		left:11px;
		background:url('/images/ico_info.png');
		content:"";
	}

	.warning-price a {
		font-weight:bold;
		margin-left:5px;
	}

	.title-cat {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.bottom-box .price {
		justify-content: unset;
	}

	.bottom-box {
		justify-content: unset;
		border-top:#e0e0e0 1px solid;
		border-bottom:#e0e0e0 1px solid;
		padding: 5px 0;
	}

	@media (max-width:768px){

		.title-cat {
			display: flex;
			flex-wrap:wrap;
		}

		.warning-price {
			float:none;
			display:block;
			margin-top:10px;
		}

		.warning-price a {
			margin-left:unset;
		}

	}

	.quantity {
		color:#000;
	}


	.quantity span {
		color:#666666;
		display:inline-block;
		padding-left:5px;
		font-weight:normal;
	}

	.quantity .instock {
		display:inline-block;
		padding-left:27px;
		position:relative;
	}

	.quantity .instock:before {
		display:block;
		width:18px;
		height:18px;
		left:0;
		position:absolute;
		background:url(/images/ico_instock.png) no-repeat;
		content:"";
	}


	.quantity .notavailable {
		display:inline-block;
		padding-left:27px;
		position:relative;
	}

	.quantity .notavailable:before {
		display:block;
		width:18px;
		height:18px;
		left:0;
		position:absolute;
		background:url(/images/ico_notavailable.png) no-repeat;
		content:"";
	}

	.short-desc h1 {
    font-size: 23px;
	}

input.error {
	border:red 1px solid!important;
}






.vacancies-items-wrapper {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
}

.vacancies-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: -30px -15px 0;
    padding: 0;
    font-size: 0px;
}


.vacancies-item {
    display: inline-block;
    vertical-align: top;
    margin: 30px 15px 0;
    padding: 0;
    position: relative;
    width: calc(33.3333% - (15px*2));
    max-width: 428px;
    background: #fff;
    text-align: left;
}

.vacancies-item__img {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    height: 270px;
    background: #f0eeec;
    overflow: hidden;
}

.vacancies-item__img a {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
    position: relative;
    text-decoration: none;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}



.vacancies-item__txt {
    display: block;
    margin: 0;
    padding: 30px;
    position: relative;
    border: 1px solid #eee;
    border-top: none;
}

.vacancies-item__title {
    display: block;
    margin: -3px 0 0;
    padding: 0;
    position: relative;
    color: #000;
    font-size: 17px;
    line-height: 20px;
    font-weight: 500;
}


.vacancies-item__title a {
    color: #000;
    text-decoration: none;
}

.b_menu {
    height:52px;
    background:#393a3a;
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.b_menu .wr {
    height:52px;
    align-items:center;
    justify-content:space-between;
    display:flex;
}

.b_menu .menu {
    height:100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.b_menu .menu a {
    color:#fff;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:24px;
    font-weight:bold;
    position:relative;
}

.b_menu .menu a:after {
    position:absolute;
    top:18px;
    height:33px;
    width:1px;
    content:"";
    background:#434444;
    right:0;
}

.b_menu .socs .social {
    display:flex;
}

.b_menu .socs a {
    width:30px;
    height:30px;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    margin: 0 5px;
}

.b_menu .socs a:before {
    filter: brightness(0.5);
}

@media (max-width:991px){
    .b_menu {
        height:auto;
    }

    .b_menu .menu {
        height:auto;
    }

    .b_menu .socs {
        padding-bottom:15px;
    }

    .b_menu .wr {
        display:flex;
        align-items:center;
        justify-content:center;
        flex-wrap:wrap;
        height:auto;
    }
}





















@media (max-width:600px){
    .b_menu .menu {
        height:auto;
        flex-wrap: wrap;
    }

    .b_menu .menu .item {
        width:100%;
    }

    .b_menu .menu .item a {
        text-align:center;
        padding:15px;
        justify-content: center;
    }

    .b_menu .menu .item:after {
        content:"";
    }
}










.product-wrap {
    display: flex;
    flex-wrap: wrap;
}

.product-wrap .product-item {
    display: inline-flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

.bottom-box {
    width: 100%;
}

.installed-item, #doors.installed-item {
    padding: 20px 10px 20px 80px;
}

.popup_wrap, .popup_wrap-cart, .popup_wrap-reserve, .popup_wrap-succ, .popup_wrap-color_palette {
    display: none;
}
.popup_wrap-color_palette {
    position: fixed;
    right: 0;
}
.popup_wrap.active, .popup_wrap-cart.active,.popup_wrap-reserve.active, .popup_wrap-succ.active, .popup_wrap-color_palette.active	{
    display:flex;
    align-items:center;
    justify-content:center;
    background-color:rgba(0, 0, 0, 0.5);
    position:fixed;
    top:0;
    width:100%;
    height:100%;
    z-index:100;
    transition:all .5s;
}

.popup_wrap.active .popup_content, .popup_wrap-reserve.active .popup_content, .popup_wrap-succ.active .popup_content, .popup_wrap-color_palette.active .popup_content {
    max-width:450px;
    padding:30px;
    background:#fff;
    border-radius:15px;
}

.popup_wrap-color_palette.active .popup_content{
    max-width: 95vw;
    width: 706px;
}
.popup_wrap-color_palette.active .form-title{
    font-size: 24px;
}

.popup_wrap-cart.active .popup_content	{
    width:600px;
    padding:30px;
    background:#fff;
    border-radius:15px;
}


.popup_wrap.active .close,.popup_wrap-cart.active .close, .popup_wrap-reserve.active .close, .popup_wrap-succ.active .close, .popup_wrap-color_palette.active .close	{
    margin-top: -10px;
    margin-right: -10px;
}

.error_red	{
    border:red 1px solid !important;
}

.js-app-protection	{
    opacity:0;
    height:0px;
}

.color-list .color-item	{
    z-index:2;
}
.title span, .title + .txt {
    display:block;
    width:100%;
    text-align:center;
}

.contacts .title + .txt {
    text-align:left;
}

.robokasskassa_payment_button {
    background: #e80643;
    color: #fff;
    margin-top: 15px;
    font-size: 18px;
    padding: 10px 15px;
    border-radius: 5px;
}

.type-filter {
    z-index:1;
}

.slider-item .bottom-box {
    bottom:0px;
    position: absolute;
    width: calc(100% - 40px);
}

.slider-item .options {
    /*position: absolute;*/

}



.recomended .category-item .characters {
    min-height: 60px;
    max-height: 70px;
    overflow: hidden;
}

.recomended .category-item .product-item:hover .characters {
    max-height: unset;
}

.bx-soa-pp-company {
    z-index:1;
}









.load-screen .preloader {
    opacity: 0;
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 600;
    pointer-events: none;
    background: #f9f9f9 url(/local/templates/main_copy/html/images/logo.png) 50% 50% no-repeat;
    transition: all 0.5s;
}

.preloader__title {
    color: #acacac;
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 42px 0 0;
    transform: translate3d(-50%,-50%,0);
}

.product-item .title .full {
    display: none;
}

.product-item:hover .title .full {
    display: block;
}

.product-item:hover .title .short {
    display: none;
}

.product-item.slider-item {
    /*min-height:610px;
    height:unset !important;*/
}

@media (max-width:1199px){
	.phone.new_phone {padding-right: 10px;}
}
@media (min-width:768px){
    header {
        position:sticky;
        position:relative;
        top:0;
				width: 100%;
    }
	/*
	header[style="position: fixed;"] .header {display: none;}
	header[style="position: fixed;"] + div {margin-top: 122px;}
	header[style="position: fixed;"] + .breadcrumbs {margin-top: 160px;}
	*/
	header.header-min {position: fixed;}
	header.header-min .header {display:none;}
	header.header-min + div {margin-top: 122px;}
	header.header-min + .breadcrumbs {margin-top: 160px;}

	.page-content {min-height: 500px;}
	
	
    .main-menu .nav > li li:hover .third-menu {
        width: calc(845px);
        max-height: calc(100vh - 220px);
        overflow-y: scroll;
        overflow-x: hidden;
    }
}
.gotop {
    padding: 11px 15px;
    border-radius: 5px;
    font-weight: bold;
    color: #fff;
    background: #e80643;
    font-size: 15px;
    font-family: Myriad Pro;
    border: 0px;
    position:fixed;
    bottom:30px;
    left:30px;
    z-index:90;
    cursor:pointer;
    display:none;
}

.header_schedule {
	min-width: 150px;
	color: white;
	margin-right: -150px;
}


@media (max-width: 1024px) {
	.header_schedule {
		margin-right: -80px;
	}
}
.mob_whatsapp{display: none;}
@media (max-width: 768px) {
	.mob_whatsapp{position: fixed;
    bottom: 65px;
    right: 5px;display: block;
}
		.b-header-top.header-top{
				position: fixed;
			z-index: 999;
			top: 0;

			} 
	.header_schedule {
		display: none;
	}
}
.header-hide{

display:none;

}


/*#main-slider .main-slider {overflow: hidden; height: 556px;}*/
#main-slider .main-slider {display: flex;}
#main-slider .slide {flex: 0 0 100%; max-height: 510px;}
#main-slider .main-slider.slick-initialized {display: block;}
#main-slider .slide.slick-initialized {flex: auto; max-height: none;}

/*#main-slider .main-slider.slick-initialized {overflow: hidden; height: 556px;}
@media (max-width: 991px) {
	#main-slider .main-slider {overflow: hidden; height: 510px;}
}
*/









