.event-item__title {
	font-size: 14px;
	text-transform: none;
}
.main-section-item__name {
	margin-bottom: 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	/*height: 100%;*/
}
.main-section-item__name_p {
	color: #2b2a2a;
	font-size: 11px;
	font-weight: 700;
	font-family: 'Open Sans';
	line-height: 12px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
}
.main-section-item__pic {
	padding: 0;
	margin-top: 10px;
}
.footer-contacts-section__office {
	text-transform: none;
}
.catalog-detail__content {
	border-bottom: 0;
}


.products-item__name {
	hyphens: auto;
}

.configurator-field__checkbox,
.configurator-field__radio {
	padding: 0 10px 10px 0;
}

.products-item__img {
	width: auto !important;
	margin: 0 auto;
}

.catalog-detail-slider__img {
	max-height: 388px;
}

/* .main-slider {
	min-height: 380px;
} */
.main-slider .glide__slides {
	min-height: 380px;
}

.main-slider-item__title {
	display: block;
}


.glide__slide--with-image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
.main-slider {
	padding: 0 !important;
}
.main-slider .glide__slide {
	padding: 40px 0 !important;
}


.slider-video-button {
	width: 64px;
	height: 46px;

	display: block;
	overflow: hidden;

	position: absolute;
	top: calc(50% - 23px);
	left: calc(50% + 64px);
	z-index: 110;

	border-radius: 32px;
	opacity: 0.8;
	transition: opacity 0.15s ease-in-out;
}
.slider-video-button:hover {
	opacity: 1;
}

.main-slider__arrows {
	top: 50%;
	position: absolute;
	display: initial;
}
.main-slider__arrow {
	top: calc(50% - 22px);
	left: calc(50% - 940px/2);
	position: absolute;
}
.main-slider__arrow--right {
	left: calc(100% - 44px);
}

.text-page__img {
	height: auto !important;
}

.news-detail__description ul {
margin: 17px 0 17px 17px;
}

.catalog-detail-video__container,
.catalog-detail-video__link {
	max-height: 259px;
}

.catalog-detail-video__video {
	height: 260px;
}

.configurator-slider__input {
	border: 1px solid #b7babf;
	border: 1px solid #b7babf99;
}


/** Fix Ie 11 placeholder-shown */
.cost-text__input:not(:-moz-placeholder):not(:focus) + .cost-text__label,
.form-field__input:not(:-moz-placeholder):not(:focus) + .form-field__label,
.form-field__textarea:not(:-moz-placeholder):not(:focus) + .form-field__label {
	top: -18px;
	color: #757575;
}

.cost-text__input:not(:-ms-input-placeholder):not(:focus) + .cost-text__label,
.form-field__input:not(:-ms-input-placeholder):not(:focus) + .form-field__label,
.form-field__textarea:not(:-ms-input-placeholder):not(:focus) + .form-field__label {
	top: -18px;
	color: #757575;
}

.cost-text__input:not(::-ms-input-placeholder):not(:focus) + .cost-text__label,
.form-field__input:not(::-ms-input-placeholder):not(:focus) + .form-field__label,
.form-field__textarea:not(::-ms-input-placeholder):not(:focus) + .form-field__label {
	top: -18px;
	color: #757575;
}

.partner-item__img {
	-ms-interpolation-mode: bicubic;
	min-height: 1px;
}


.bx-ie10 .news-item__img,
.bx-ie11 .news-item__img {
	width: auto;
	height: 100%;

	top: 50%;
	left: 50%;
	position: relative;
	transform: translate(-50%, -50%);
}

.fancybox-button {
	transform: translate3d(1px, 0, 0);
}

.fancybox-content .cost-text__label {
	z-index: 0;
}
#js-event-form {
	overflow-x: hidden;
}

.form__wrapper {
	width: 575px;
}

.slick-slider .wrapper {
	padding: 0;
}

.main-slider__items {

}

.slick-slider__wrapper {
	padding: 10px 40px;
}

.main-slider__item {
	outline: none;
	padding: 5px 10px;
	border: 2px solid transparent;
	transition-duration: .2s;
}
.main-slider__item * {
	outline: none !important;
}

.main-slider__item:hover {
	border-color: #008cc3;
}

.main-slider__date {
	color: #353535;
	font-size: 11px;
	font-family: Arial;
	font-weight: 400;
	margin: 0 0 6px;
}

.main-slider__title {
	color: #353535;
	font-size: 13.5px;
	font-family: "Open Sans Condensed";
	font-weight: 700;
	line-height: 14px;
	text-decoration: none;
	margin: 0 0 10px;
	outline: none;
}

.main-slider__title a {
	color: #353535;
	font-size: 13.5px;
	font-family: "Open Sans Condensed";
	font-weight: 700;
	line-height: 14px;
	text-decoration: none;
}

.main-slider__description {
	color: #353535;
	font-size: 12.5px;
	font-family: "Fira Sans";
	font-weight: 400;
}

.m-slider {
	margin-top: 20px;
	margin-bottom: 20px !important;
}

.main-slider__img {
	height: 150px;
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	outline: none !important;
}

.main-slider__img img {
	max-width: 100%;
	max-height: 100%;
}

.main-slider .main-slider__item:hover {
	border-color: transparent;
}

.event-slider__title {
	position: relative;
	z-index: 10;
}

.event-slider__title-url {
	color: #008cc3;
	font-size: 14px;
	font-family: "Open Sans Condensed";
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 1px dotted transparent;
	transition-duration: .2s;
}

.event-slider__title-url:hover {
	border-color: #008cc3;
}

.news-filter__reset {
    padding: 9px 15px;
    display: inline-block;
    color: #008cc3;
    font-size: 13px;
    font-weight: 400;
    font-family: "Fira Sans";
    line-height: 13px;
    text-decoration: none;
    border: 1px solid #008cc3;
    cursor: pointer;
    margin-left: 16px;
}



label.custom {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center
}

label.custom input[type=checkbox],
label.custom input[type=radio] {
	display: none
}

label.custom .radio-custom,
label.custom .checkbox-custom {
	width: 22px;
	height: 22px;
	border: 2px solid #ccc;
	background: #fff;
	border-radius: 0;
	position: relative;
	margin-right: 10px
}

label.custom .radio-custom {
	border-radius: 50%
}

label.custom .radio-custom,
label.custom .checkbox-custom,
label.custom .label {
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	line-height: 13px;
	color: #8f8f8f;
	cursor: pointer;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out
}

label.custom .label {
	width: calc(100% - 26px)
}

label.custom input[type=radio]:checked+.radio-custom,
label.custom input[type=radio]:checked+.checkbox-custom,
label.custom input[type=checkbox]:checked+.radio-custom,
label.custom input[type=checkbox]:checked+.checkbox-custom {
	background: #fff;
	border-color: rgba(183,186,191,.6)
}

label.custom input[type=radio]:checked+.radio-custom+.label,
label.custom input[type=radio]:checked+.checkbox-custom+.label,
label.custom input[type=checkbox]:checked+.radio-custom+.label,
label.custom input[type=checkbox]:checked+.checkbox-custom+.label {
	color: #000
}

label.custom input[type=radio]:checked+.radio-custom:before,
label.custom input[type=radio]:checked+.checkbox-custom:before,
label.custom input[type=checkbox]:checked+.radio-custom:before,
label.custom input[type=checkbox]:checked+.checkbox-custom:before {
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 5px;
	width: 8px;
	height: 8px;
	border-right: 2px solid #008cc3;
	border-bottom: 2px solid #008cc3;
	transform: rotate(45deg)
}

label.custom input[type=radio]:checked+.radio-custom:before {
	top: 4px;
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 50%;
	border: 0
}


button:disabled {
	background: #f1eded;
	cursor: not-allowed !important;
	border-color: #7c7c7c;
	color: #4a4a4a;
	opacity: 1;
}


.cookie {
	display: none;
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	padding: 15px 30px;
	background: #008cc3;
	color: #fff;
	font-size: 18px;
}
.cookie a {
	color: #fff;
}
.cookie__links {
	text-align: center;
}
.cookie__close {
	display: inline-flex;
	border: 2px solid #fff;
	padding: 10px 20px;
	cursor: pointer;
	margin-top: 15px;
}
.cookie.show {
	display: block;
}
.contact-item__phone {
	color: #008cc3;
	font-size: 15px;
	font-family: "Fira Sans";
	font-weight: 400;
}