

/* Start:/bitrix/templates/Getbrand/template_styles.css?16445804262122*/
.landing-layout-flex {
	display:flex;
	flex-wrap: nowrap;
	/*overflow: hidden;*/
	flex-direction: column;
}

@media (min-width: 768px) {

	.landing-layout-flex {
		flex-direction: row;
	}

	.landing-layout-flex.sidebar-right {
		flex-direction: row-reverse;
	}

	.landing-layout-flex.without-left {
		flex-direction: row-reverse;
	}
	
	.landing-layout-flex .landing-sidebar {
		width: 30%;
	}
	
	.landing-layout-flex .landing-main {
		width: 70%;
	}
}

@media (min-width: 992px) {
	
	.landing-layout-flex .landing-sidebar {
		width: 300px;
		min-width: 300px;	/* 30% * 992px */
	}
	
	.landing-layout-flex .landing-main {
		width: calc(100% - 300px);
	}
}

.g-pt-30 {
	padding-top: 2.14286rem !important;
}
.g-px-50 {
	padding-left: 3.57143rem !important;
	padding-right: 3.57143rem !important;
}
.g-py-30 {
	padding-top: 2.14286rem !important;
	padding-bottom: 2.14286rem !important;
}
.g-px-50 {
	padding-left: 3.57143rem !important;
	padding-right: 3.57143rem !important;
}


/* FourPX */
@media (min-width: 1120px) {
	.g-height-200 {
		height: 100% !important;
	}
	.g-width-200 {
		width: 200px !important;
	}

}

@media (max-width: 1120px) {
	/* Main Page */
	.js-prev{
		display: none !important;
	}
	.js-next{
		display: none !important;
	}
	.g-px-15 {
		padding-left: 1.07143rem !important;
		padding-right: 1.07143rem !important;
		padding-top: 30px;
	}
	.g-py-50 {
		text-align: center;
	}

	.g-pt-10 {
		text-align: center;
	}
	.g-pr-170 {
		padding-right: 0 !important;
	}
	.g-height-200 {
		height: 100%;
	}
	.g-width-200 {
		width: 150px !important;
	}
	.u-carousel-indicators-v1{
		display: none !important;
	}
	.g-min-height-60vh {
		min-height: 37vh !important;
	}
	.g-ml-200 {
		margin-left: 0 !important;
	}
	.g-min-height-50vh {
		min-height: 30vh !important;
	}
}

@media (min-width: 768px){
	.col-md-2 {
		max-width: unset !important;
	}
}

@media (max-width: 767px){
	.g-min-height-25vh {
		min-height: 50vh !important;
	}
}

@media (max-width: 375px){
	.g-min-height-25vh {
		min-height: 35vh !important;
	}
}


@media (hover: none) {
    .u-carousel-indicators-v1{
		display: none !important;
	}
}

/* End */
/* /bitrix/templates/Getbrand/template_styles.css?16445804262122 */
